@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
	font-family: sans-serif;
	/* 1 */
	-ms-text-size-adjust: 100%;
	/* 2 */
	-webkit-text-size-adjust: 100%;/* 2 */
}
/**
 * Remove default margin.
 */
body {
	margin: 0;
	background-color: #ECF8DD;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article, aside, details, figcaption, figure, footer, hgroup, main, menu, section, summary {
	display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio, canvas, progress, video {
	display: inline-block;
	/* 1 */
	vertical-align: baseline;/* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
	display: none;
	height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden], template {
	display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
	background-color: transparent;
	color: #fff;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active, a:hover {
	outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
	border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b, strong {
	font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
	font-style: italic;
}
mark {
	background: #ff0;
	color: #000;
}
/**

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
	border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
	overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
	margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
	box-sizing: content-box;
	height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
	overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button, input, optgroup, select, textarea {
	color: inherit;
	/* 1 */
	font: inherit;
	/* 2 */
	margin: 0;/* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
	overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button, select {
	text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	/* 2 */
	cursor: pointer;/* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
	line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;/* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
 height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	box-sizing: content-box;/* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
	border: 0;
	/* 1 */
	padding: 0;/* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
	overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
	font-weight: bold;
}
.cf:before, .cf:after {
	content: " ";
	display: table;
}
.cf:after {
	clear: both;
}
.cf {
 *zoom: 1;
}

/*===============================================
●style.css 画面の横幅が769px以上
===============================================*/



@media screen and (min-width: 769px) {
body {
	width: 100%;
	background-color: #1a5f8c;
}
.obi {
	height: 30px;
	background-color: #1a5f8c;
	width: 100%;
}
.in {
	width: 1000px;
	margin: 0 auto;
}
#top {
	background-image: url(../images/bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #fff;
}
#page {
	width: 100%;
	margin: auto;
}
#page header {
	clear:both;
	background-image: url(../images/bg_1.png);
	/* 画像を常に天地左右の中央に配置 */
	background-position: center top;
	/* 画像をタイル状に繰り返し表示しない */
	background-repeat: no-repeat;
	/* コンテンツの高さが画像の高さより大きい時、動かないように固定background-attachment: fixed;
 */
		/* 表示するコンテナの大きさに基づいて、背景画像を調整 background-size: cover;*/
  
   
  /* 背景画像が読み込まれる前に表示される背景のカラー */
	background-color: #fff;
	padding: 60px 0px;
}
#page header h1 {
	margin-left: 150px;
}
#page header h2 {
	margin: 0;
	display: block;
}
.day {
	background-color: #FFFFFF;
	background-image: url(../images/bg_day.png);
}
.img_day {
	float: left;
}

.wapper {
	width: 1000px;
	margin: 0 auto;
}
.midokoro {
	background-image: url(../images/bg_2.jpg);
}
.img_left {
	float: left;
	margin-top: -20px;
}
.img_right {
	float: right;
}
.box_left {
	float: left;
	width: 550px;
	color: #FFFFFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.box_left p {
	padding-left: 15px;
	font-size: 1.05rem;
	line-height: 1.9rem;
	margin-top: -20px;
}
.box_left h1 {
	margin-top: 50px;
}
.link {
	width: 272px;
	height: 225px;
	float: right;
	margin-top: -80px;
}
.link a:hover {
	width: 272px;
	height: 225px;
	background-color: #FF0004;
	float: right;
	margin-top: -80px;
}
.bt_narrator {
	float: right;
	margin-top: -80px;
}
.movie {
	width:409px;
	padding:10px;
	background-color:#32798F;
	float: right;
	margin-top: 50px;
	margin-bottom: 40px;
	margin-bottom: 0px;
	padding: 10px;
}
.main {
	padding-top: 70px;
	background-color: #FFFFFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.box_text1 {
	float: left;
	border-left: 3px #1a5f8c solid;
	padding-left: 40px;
	margin-left: 10px;
}
.box_text1 p {
	font-size: 0.9rem;
	line-height: 1.6rem;
}
.box_text2 {
	float: right;
	font-size: 0.9rem;
	line-height: 1.6rem;
	border-right: 3px #1a5f8c solid;
	padding-right: 40px;
	margin-bottom: 70px;
}
.box_text1 h1, .box_text2 h1 {
	margintop: 0px;
}
.img_right2 {
	float: right;
	margin-top: 10px;
	margin-bottom: -30px;
}

.img_photo {
	clear: both;
	width: 918px;
	margin: -10px auto 30px;
	display: block;
}
#pro {
	background-color: #1a5f8c;
	clear: both;
	padding-top: 20px;
}
.inner {
	width: 870px;
	padding: 10px 0px 10px 10px;
	height: 165px;
	margin: auto;
	background-color: #487fa3;
	color: #FFFFFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	line-height: 20px;
}
#pro .img_pro {
	float: left;
	margin-top: 0px;
}
#pro .pro1 {
	width: 650px;
	float: left;
}
#pro .pro2 h2 {
	margin-bottom: 50px;
}
.name {
	float: right;
	width: 700px;
	background-image: url(../images/bg_pro.png);
	background-position: top right;
	background-repeat: no-repeat;
}
.name p {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: left;
	color: #FFFFFF;
}
#footer {
	padding: 130px 0px 0;
	background-color: #1a5f8c;
	text-align: center;
	background: url('../images/bg_footer.jpg') no-repeat center; /*背景をhtml要素に表示*/
	background-size: 100%;
}
#footer img {
	margin-bottom: 50px;
}
#page_top {
	background-color: #1a5f8c;
	text-align: center;
	margin: 0px;
	padding: 5px;
}
#page_top .page_top_in p {
	font-size: 12px;
}
#page_top .page_top_in {
	width: 1000px;
	background-color: #1a5f8c;
	margin: auto;
	height: auto;
	color: #FFFFFF;
	padding-top: 0px;
}
.pagetop {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 55px;
}
.pagetop a {
	display: block;
	width: 50px;
	height: 50px;
	background-color: #fff;
	text-align: center;
	color: #1a5f8c;
	font-size: 24px;
	text-decoration: none;
	line-height: 50px;
}

.img_s{
	display:none;}
	
	
.s_movie{
	display:none;}	
	
}

/*===============================================
●smart.css  画面の横幅が640pxまで
===============================================*/

@media screen and (max-width:768px) {
body {
	background-color: #1a5f8c;
}

.obi {
	height:auto;
	background-color: #1a5f8c;
	width: 100%;
	padding:3px 0px;
}
.obi img{
	height:auto;
	background-color: #1a5f8c;
	width: 43%;
	margin:0 auto;
	display:block;
}
.in {
	width: 100%;
	margin: 0 auto;
}
#page header {
	background-image:none;
	padding: 20px 0px 0px;
	text-align:center;
	background-color: #1a5f8c;
}
#page header h1 img{
	margin-left: 0px;
	width:90%;
	height:auto;
	margin:0 auto;
}
#page header h2 {
	margin: 0;
	display: block;
}
.day {
	background-color: #FFFFFF;
	background-image: url(../images/bg_day.png);
	width:100%;
	height:auto;
	
}

.img_day {
	width:100%;
	height:auto;
	float:none;
	padding-top:0px;
	margin-top:0px;
}

.link {
	display:none;
}
.link a:hover {
	width: 272px;
	height: 225px;
	background-color: #FF0004;
	float: right;
	margin-top: 0px;
}

.wapper {
	width: 1000px;
	margin: 0 auto;
}
.midokoro {
	background-image:url(../images/s_bg_midokoro.jpg);
	clear:both;
	background-repeat:repeat;
	background-color:#0091dd;
	padding-bottom:30px;
}
.img_left {
	float:none;
	margin-top: 0px;
}
.img_right {
	float: right;
}
.box_left {
	margin-top:0px;
	padding-top:0px;
	float:none;
	width: 100%;
	color: #FFFFFF;
}

.box_left br {
	display:none;
}

.box_left p {
	padding-left: 15px;
	font-size:1.0rem;
	line-height: 1.6rem;
	margin-top: 0px;
	width:90%;
	margin:0 auto;
}
.box_left h1 {
	width:96%;
	margin:20px auto 10px;
	height:auto;
	margin-bottom:0px;
	
}

.bt_narrator {
	float: right;
	margin-top: -80px;
}
img{
	width:100%;
	height:auto;}
.movie {
	display:none;
}


.s_movie {
	display:block;
	padding:10px;
	width:280px;
	height:158px;
	margin:15px auto 0;
	background-color:#32798F;
}


.main {
	padding-top: 10px;
	background-color: #FFFFFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}



.box_text1 {
	float:none;
	border-left: 3px #1a5f8c solid;
	padding-left: 20px;
	margin-left: 10px;
	margin-bottom:30px;
}


.box_text1  h1{
	width:70%;
	height:auto;
	margin-bottom:15px;
}

.box_text2  h1{width:88%;
	height:auto;
	margin-bottom:0;
	}

.box_text1  br, .box_text2  br{
	display:none;
}


.box_text1 p {
	font-size: 0.9rem;
	line-height: 1.7rem;
	width:98%;
}

.box_text2 p {
	font-size: 0.9rem;
	line-height: 1.7rem;
	width:98%;
	margin-top:20px;
}
.box_text2 {
	width:90%;
	margin:0 auto;
	float:none;
	font-size: 0.9rem;
	line-height: 1.6rem;
	border-right: 3px #1a5f8c solid;
	padding-right: 0px;
	margin-bottom: 25px;
}
.box_text1 h1, .box_text2 h1 {
	margintop: 0px;
}
.img_right2 {
	margin-top:30px;
	float:none;
		width:90%;
	margin:0 auto;
	display:block;
}


.img_right3 {
	margin-top:0px;
	float:none;
		width:90%;
	margin:0 auto 30px;
	display:block;
}

.img_photo {
	clear: both;
	width: 98%;
	margin: 20px auto 40px;
	display: block;
}
#pro {
	background-color: #1a5f8c;
	width:94%;
	clear: both;
	padding:10px;
	margin:0 auto;
}
.inner {
	width:94%;
	padding: 10px;
	height:auto;
	margin: auto;
	background-color: #487fa3;
	color: #FFFFFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	line-height: 20px;
	
}
#pro .img_pro {
	float:left;
	width:30%;
	margin:0px auto;
}


.name {
	width:65%;
	float:right;
	background-position: top right;
	background-repeat: no-repeat;
}

.name h1{
	width:80%;
	height:auto;
}

.name p {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: left;
	padding:0px;
	color: #FFFFFF;
}
#footer {
	clear:both;
	padding: 0px 0px 0;
	background-color: #1a5f8c;
	text-align: center;
	background: url('../images/s_bg_foot.png') no-repeat center; /*背景をhtml要素に表示*/
	background-size: 100%;
}
#footer img {
	margin-top:100px;
	margin-bottom: 0px;
}
#page_top {
	background-color: #1a5f8c;
	text-align: center;
	margin: 0px;
	padding: 5px;
}
#page_top .page_top_in p {
	font-size: 12px;
}
#page_top .page_top_in {
	width: 100%;
	background-color: #1a5f8c;
	margin: auto;
	height: auto;
	color: #FFFFFF;
	padding-top: 0px;
}
.pagetop {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 55px;
}
.pagetop a {
	display: block;
	width: 50px;
	height: 50px;
	background-color: #fff;
	text-align: center;
	color: #1a5f8c;
	font-size: 24px;
	text-decoration: none;
	line-height: 50px;
}





.pagetop {
	display: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
}
.pagetop a {
	display: block;
	width: 30px;
	height: 30px;
	background-color: #333;
	text-align: center;
	color: #1a5f8c;
	font-size: 12px;
	text-decoration: none;
	line-height: 30px;
}
.img_s{
	margin-top:-20px;
	margin-bottom:-20px;}
	
.box_pc{
	display:none;}
	
.img_day{
	display:none;}
	
.img_pc{
	display:none;}
	
}
