@import url( https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap );




* { font-size :1.0vw;; font-weight: bold; line-height:2.0em; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; margin: 0; padding: 0px; }
html { width:100%; min-height: 100%; position: relative; }
body { width:100%;  display:block; margin:0; padding:0;  line-height: 1.25em; min-height: 100%; position : absolute;
	font-family: 'Noto Sans JP', 'YuGothicM', 'YuGothic', 'Hiragino Kaku Gothic Pro', 'Osaka', 'MS PGothic', 'sans-serif';
	 color:#242424; background:#ffffff; }
body *{ line-height:1.5em; }




@media screen and (max-width: 480px) {
	* { font-size : 2.8vw; }
}


li{ list-style-type:none; }
a:hover{ opacity: .8; }
#loader{ display: block;width: 100%; height:100%; position: fixed; top:0; left:0; z-index: 99; background: #fff; }




header{ display: block; width: 100%; position: fixed; top:0; left:0; z-index: 98; background: rgba(0, 0, 0, 0.801); }
header ol{ display: table; width:100%; max-width: 1800px; margin:0 auto; }
header ol li{ display: table-cell; vertical-align: middle; padding:1em .5em; }
header ol li img { display: block; height:5.5vw; max-height: 60px; }
header ol li:nth-of-type(2){ padding:0 .5em; }
header ol li:nth-of-type(2) img{ margin:0 0 0 auto; height:7.0vw; max-height: 70px; }
header ol li:nth-of-type(3) img{ margin:0 0 0 auto; }
header ol li .smp{ display: none; }
header ol li .pc{ display: block; }
header>.smp{ display: block; position: fixed; bottom:-30vw; z-index: 98; }
header>.smp img{ display: none}
@media screen and (max-width: 480px) {
	header ol li{ display: table-cell; padding:1em 1em 1em 2em; }
	header ol li img { display: block; height:8vw; max-height: 25px; }
	header ol li:nth-of-type(2){ padding:1em 2em 1em 1em; }
	header ol li:nth-of-type(3){ display: none; }
	header ol li .smp{ display: block; }
	header ol li .pc{ display: none; }
	header>.smp{ display: block; position: fixed; bottom:3vw; right:4vw; width:50vw; }
	header>.smp img{ display: block; width:100%; }
}

article#visual_01 dl.v01 img{ display:block; width: 100%; }
article#visual_01 dl.v01 img.pc{display: block; }
article#visual_01 dl.v01 img.smp{ display: none; }

@media screen and (max-width: 480px) {
article#visual_01 dl.v01 img.pc{display: none; }
article#visual_01 dl.v01 img.smp{ display: block; }
} 


article#visual_02 dl.v01 img{ display:block; width: 100%; }
article#visual_02 dl.v01 img.pc{display: block; }
article#visual_02 dl.v01 img.smp{ display: none; }
@keyframes infinity-scroll-left { from { transform: translateX(0); } to { transform: translateX(-100%); } }
article#visual_02 .scroll-infinity__wrap { display: flex; overflow: hidden; }
article#visual_02 .scroll-infinity__list { display: flex; list-style: none; padding: 0 }
article#visual_02 .scroll-infinity__list--left { animation: infinity-scroll-left 80s infinite linear 0.5s both; }
article#visual_02 .scroll-infinity__item { width: calc(100vw / 5); padding:.5em }
article#visual_02 .scroll-infinity__item>img { width: 100%; }

@media screen and (max-width: 480px) {
	article#visual_02 dl.v01 img.pc{display: none; }
	article#visual_02 dl.v01 img.smp{ display: block; }
	} 


article#visual_03 dl.v01 img{ display:block; width: 100%; }
article#visual_03 dl.v01 img.pc{display: block; }
article#visual_03 dl.v01 img.smp{ display: none; }
article#visual_03 .yt001{text-align: center;}
article#visual_03 .yt001>iframe{width: 40%; }
article#visual_03 div{text-align: center; padding: 1em 0 1em 0; width: 100%; }
article#visual_03 img{width: 40%; }

@media screen and (max-width: 480px) {
	article#visual_03 dl.v01 img.pc{display: none; }
	article#visual_03 dl.v01 img.smp{ display: block; }
	article#visual_03 .yt001>iframe{width: 80%; height: 60%;}
	article#visual_03 img{width: 80%; }
	} 


article#visual_04 dl.v01 img{ display:block; width: 100%; }
article#visual_04 dl.v01 img.pc{display: block; }
article#visual_04 dl.v01 img.smp{ display: none; }
	
@media screen and (max-width: 480px) {
	article#visual_04 dl.v01 img.pc{display: none; }
	article#visual_04 dl.v01 img.smp{ display: block; }
	} 


article#map iframe{ display: block; width: 100%; height:20em; border:0; }
@media screen and (max-width: 480px) {
	article#map iframe{ height:40em; }
}

				

article#contact{  position: relative; width: 100%; min-height: 100%;}
article#contact p{ text-align: center; font-size: 1.4em; padding:5em 0; color:#242424;}
article#contact h2{color:#242424; text-align: center; font-size: 2.8em; font-family: serif; padding-top: 3em;}
article#contact form div{ display: table; margin:0 auto;  }
article#contact form dl{ display: table-row; }
article#contact form dl dt{ display: table-cell;  vertical-align: top; text-align: right; white-space:nowrap;  padding:1em 3.5em .8em .5em;position: relative;}
article#contact form dt:after{ content:"任意"; background:#56A41C; box-shadow: .2em .2em .5em rgba(0, 0, 0, .4);
	display: block; position: absolute; top: 2.0em; right:1em; font-size:.6em; line-height: 2em; padding:.1em 1em; color:#ffffff; }
article#contact form dt.need:after{ content:"必須"; background:#D64545; color:#ffffff; }
article#contact form div dl dd{ display: table-cell; vertical-align: top; padding:.8em 1em;  }
article#contact form input[type="text"]{ display:block; width:20em; padding:.2em 1em; border:0; border-radius:.6em; box-shadow: inset 5px 5px 5px rgba(194, 194, 194, 0.5); }
article#contact form label{ margin-right:1em; }
article#contact form input[type="checkbox"] { position: relative; width: 2em; height: 2em; margin-right:.5em; background: #fff; border-radius:.6em; vertical-align:top; appearance: none; box-shadow: inset 5px 5px 5px rgba(194, 194, 194, 0.5); }
article#contact form input[type="checkbox"]:checked:before { content: ''; position: absolute; top: 0; left: 0;  width: 2em; height: 2em; background: url("./img/check.png") center / cover  no-repeat; }
article#contact form input,textarea,select {font-size: 16px; }

article#contact form textarea{ display:block; width:20em; height:8em; padding:.1em 1em; border:0; border-radius:.6em; box-shadow: inset 5px 5px 5px rgba(194, 194, 194, 0.5); }
article#contact form label{ display: inline-block; }
article#contact form #button{ display: block; width:8em; line-height: 2em; text-align: center; background:#fff; color:#414141; margin:0 0 0 auto; border-radius: .6em; }
article#contact form a.link{ text-decoration: underline; }
article#contact form a.link:after{ content:""; display: inline-block; width:1.5em; height:1.5em; vertical-align: top; background: url("./img/link-icon01.png") center / cover  no-repeat; }


article#contact footer{ text-align: center; padding: 4em 0 2em 0;}
@media screen and (max-width: 480px) {
	article#contact{ background-size: cover; padding:5em 0 3em 0; }
	article#contact h2{color:#242424; text-align: center; font-size: 1.8em; font-family: serif; padding-top: 2em;}
	article#contact p{ font-size: 1.0em;}
	article#contact form div{ width:100%; }
	article#contact form input[type="text"]{  width:100%;  }
	article#contact form textarea{  width:100%;  }
}



	article#contact footer{ font-size: .8em; padding: 4em 0 2em 0;}

footer{ display: block; font-size: 1em; text-align: center; padding:8em 0 6em 0; }


/*------------------
プライバシー
------------------*/
article#policy{ width:80%; max-width: 1500px; margin:0 auto; }
article#policy #ttl{ padding:10em 0 0 0;}
article#policy #mess{ padding:3em 0; }
article#policy dl dt{ padding:1em 0;  }
article#policy dl dd{ padding:0 0 2em 2em;  }