@charset "UTF-8";
html{font-size:62.5%;}
* {margin: 0;padding: 0;box-sizing: border-box;}
img {border: none;vertical-align: bottom;line-height: 0;}
main{display: block;}
h1,h2,h3,h4,h5,h6{font-size: 100%;font-weight: normal;font-family: 'Noto Sans JP',"游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;}
h1,h1 a {font-size:26px;font-size:2.6rem;}
h2,h2 a {font-size:22px;font-size:2.2rem;}
h3 {font-size:20px;font-size:2.0rem;}
h4,h5 {font-size:18px;font-size:1.8rem;}
p,dl,a,ul,li,table,dt,dt a,figcaption {font-size:15px;font-size:1.5rem;font-family: 'Noto Sans JP',"游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;}
a {text-decoration: none;color: inherit;line-height:inherit;font-size:inherit;cursor: pointer;transition-duration: 0.4s;}
a:hover{color:rgba(150,150,150,1);text-decoration: none;}
ul,p,tr,td,table{margin:0;padding:0;color: #333;}
p{line-height: 1.8;color: #333;text-align: justify;text-justify: inter-ideograph;}
li,dd{list-style:none;margin: 0;padding: 0;color: #333;}
.cf:after{content: "";clear: both;display: block;}
.no-border{border: 0px!important;}
span.ib{display: inline-block;}
.attention{margin-left: 1em!important;text-indent: -1em;}
.attention:before{content: "※";}
.upper-1200,.upper-1024,.upper-767{display: block;}
.under-1200,.under-1024,.under-767{display: none;}
.flex-box{display: -webkit-flex;display: flex;-webkit-flex-wrap: wrap;flex-wrap:wrap;-webkit-justify-content: space-between;justify-content:space-between;}
.flex-box-column{-webkit-flex-direction: column;flex-direction:column;}
.flex-box-start{-webkit-justify-content: flex-start;justify-content:flex-start;}
.flex-box-end{-webkit-justify-content: flex-end;justify-content:flex-end;}
.flex-box-center{-webkit-justify-content: center;justify-content:center;}
.flex-align-center{-webkit-align-items: center;align-items:center;}
.flex-align-end{-webkit-align-items: flex-end;align-items:flex-end;}
.flex-align-start{-webkit-align-items: flex-start;align-items:flex-start;}
.flex-align-base{-webkit-align-items: baseline;align-items:baseline;}
.red{color: red;}
.blue{color:rgba(182,208,233,1);}
.mi{width: 100%;height: auto;}
.st{font-size:75%;}
.sticky{position: sticky;top: 0;z-index: 50;}
.multi-column-box{-moz-column-count: 2;-webkit-column-count: 2;column-count: 2;-moz-column-gap: 50px;-webkit-column-gap: 50px;column-gap: 50px;}
.srf{font-family: "游明朝","YuMincho","Hiragino Mincho ProN","Hiragino Mincho Pro","ＭＳ 明朝",serif;}
.pt0{padding-top: 0!important;}
body{font-size:10px;font-size:1.0rem;width:100%;line-height:1.8;font-family: 'Noto Sans JP',"游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;background-color: #fff;}
/*---------------------------------------------------------common-----------------------------------------------*/
section.common-section{
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	padding: 40px 0;
}
/*---------------------------------------------------------temp-------------------------------------------------*/
figure.beta1-footer-fig{
	width: 100%;
	position: relative;
	z-index: 60;
}
figure.beta1-main-fig{
	width: 100%;
	position: relative;
	z-index: 5;
}
figure.with-negative-margine{
	margin-top: -3.22222vw;
}
figure.with-negative-margine2{
	margin-top: -6.1111vw;
}
nav.beta-nav{
	width: 19.44444%;
	position: fixed;
	left: 0;
	top: 0;
	background-color: rgba(50,100,150,.9);
	min-height: 100vh;
	z-index: 50;
}
nav.beta-nav-black{
	background-color: rgba(0,0,0,.9);
}
nav.beta-nav div figure{
	max-width: 166px;
	width: 90%;
	margin: 0 auto;
}
nav.beta-nav div.nav-top{
	padding: 45px 0;
	background-color: #fff;
}
nav.beta-nav div.nav-top figure{
	max-width: 220px;
}
nav.beta-nav div.beta1-menus{
	padding: 45px 0;
}
nav.beta-child-nav{
	width: 11.11111111%;
}
nav.beta-child-nav div figure{
	max-width: 120px;
}
main.child1-main{
	margin-bottom: 100vh;
}
footer.beta2-footer{
	padding-top: 40px;
	background-color: rgba(21,67,112,1);
	position: fixed;
	z-index: -1;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	min-height: 100vh;
}
footer.beta2-footer-black{
	background-color: rgba(0,0,0,1);
}
footer.beta2-footer figure{
	width: 90%;
	max-width: 600px;
	margin: 0 auto;
}
section.temp-section{
	background-color: #fff;
	padding: 1px 0 50px;
}
section.temp-section2{
	width: 100%;
	background-color: #fff;
	padding: 1px 0;
}
section.temp-section div.contact-form-wrapper{
	width: 84%;
	margin: 0 auto 40px ;
	padding-left: 11.11111111%;
}
/*---------------------------------------------------------child-common-----------------------------------------*/

/*---------------------------------------------------------header-----------------------------------------------*/
header{

}

/*---------------------------------------------------------footer-----------------------------------------------*/
footer{

}
section.to-the-top{
	position: fixed;
	z-index: 10;
	right: 15px;
	bottom: 15px;
	background-color: rgba(211, 71, 50, 1);
	opacity: 0;
	transition-duration: .4s;
	padding: 0 15px;
}
section.to-the-top p a{
	color: #fff;
}
/*---------------------------------------------------------top--------------------------------------------------*/

/*---------------------------------------------------------form------------------------------------------*/
form#mail_form div,form#mail_form h2,form#mail_form h3,form#mail_form h4,form#mail_form p,form#mail_form dl,form#mail_form dt,form#mail_form dd,form#mail_form ul,form#mail_form li{
	box-sizing: border-box;
}
form#mail_form figure{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
form#mail_form div.attention-wrapper{
	margin-bottom: 30px;
}
form#mail_form ul{
	margin: 0 0 40px;
	padding: 0 30px;
}
form#mail_form ul.order-list li{
	list-style-type: none;
	margin-bottom: 60px;
}
form#mail_form ul.order-list li figure{
	width: 250px;
}
form#mail_form ul.order-list li div.order-texts{
	width: calc(100% - 280px);
}
form#mail_form ul.order-list li div.order-texts h2{
	width: 100%;
	text-align: left;
	padding: 15px;
}
form#mail_form ul.order-list li div.order-texts h2 span{
	font-size: 80%;
	margin-left: 4px;
}
form#mail_form ul.order-list li div.order-texts h3{
	text-align: left;
}
form#mail_form ul.order-list li div.order-texts h4{
	text-align: left;
	font-size: 130%;
}
form#mail_form ul.order-list li div.order-texts h4 span{
	font-size: 75%;
	margin-right: 4px;
	font-weight: normal;
}
form#mail_form ul.order-list li div.order-texts p{
	text-align: left;
}
form#mail_form ul.order-list li div.order-texts dt{
	width: 6em;
	padding: 0;
	margin: 0 0 8px;
	text-align: left;
}
form#mail_form ul.order-list li div.order-texts dd{
	width: calc(100% - 6em);
	padding: 0;
	margin: 0 0 8px;
	text-align: left;
}
form#mail_form input,form#mail_form select,form#mail_form textarea{
	border: 0;
	padding: 6px 10px;
	color: #333;
	border: solid 1px #ccc;
	margin: 0 0 0px;
	-webkit-box-shadow: 0px 1px rgba(255, 255, 255, 0.5);
	-moz-box-shadow: 0px 1px rgba(255, 255, 255, 0.5);
	box-shadow: 0px 1px rgba(255, 255, 255, 0.5);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 17px;
	font-size: 1.7rem;
	box-sizing: border-box;
}
form#mail_form ul.order-list li dl.order-list-nums-wrapper{
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #ccc;
}
form#mail_form ul.order-list li dl.order-list-nums-wrapper select{
	margin: 0px 6px;
	width: auto;
	font-size: 180%;
}
form#mail_form div.order-form-inner{
	margin: 30px 0px 50px;
}
form#mail_form div.order-form-inner2{
	max-width: 1120px;
	width: 90%;
	margin: 30px auto 50px;
}
form#mail_form div.order-form-inner h3{
	font-size: 130%;
	margin-bottom: 30px;
}
form#mail_form div.order-form-inner div.order-total-box{
	padding: 30px;
	background-color: #f5f5f5;
}
form#mail_form div.order-form-inner div.order-total-box dl.order-total-list{
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ddd;
	width: 100%;
	background-color: transparent;
}
form#mail_form div.order-form-inner div.order-total-box dl.order-total-list:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
	border: 0;
}
form#mail_form div.order-form-inner div.order-total-box dl.order-total-list input{
	text-align: right;
	background-color: #f9f9f9;
	width: 100%;
}
form#mail_form div.order-form-inner div.order-total-box dl.order-total-list dt{
	font-size: 120%;
	margin-top: 10px;
	margin-bottom: 10px;
}
form#mail_form div.order-form-inner div.order-total-box dl.order-total-list dd{
	margin-left: 0;
	padding-left: 0;
	width: 300px;
}
form#mail_form div.order-form-inner dl{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	border-radius: 4px;
	padding: 40px;
	background-color: #fff;
}
form#mail_form div.order-form-inner dl dt{
	width: 12em;
	border-bottom: 1px solid #eee;
	margin-bottom: 15px;
	padding-bottom: 15px;
	text-align: left;
}
form#mail_form div.order-form-inner dl dt span{
	color: red;
}
form#mail_form div.order-form-inner dl dd{
	width: calc(100% - 12em);
	border-bottom: 1px solid #eee;
	padding-left: 2em;
	margin-bottom: 15px;
	padding-bottom: 15px;
	margin-left: 0;
	text-align: left;
}
form#mail_form div.order-form-inner dl dd span{
	margin:0 14px 0 4px;
}
form#mail_form div.order-form-inner dl dd p{
	margin-top: 0;
	margin-bottom: 4px;
}
form#mail_form div.order-form-inner dl dd:last-of-type,form#mail_form div.order-form-inner dl dt:last-of-type{
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
form#mail_form div.order-form-inner dl dd input.long-ver,form#mail_form div.order-form-inner dl dd textarea{
	width: 100%;
}
form#mail_form div.button-wrapper{
	margin-top: 30px;
}
form#mail_form div.button-wrapper input{
	padding: 10px 34px;
	background-color: rgba(0,100,180,1);
	color: #fff;
	border-style: none;
	margin: 10px;
	min-width: 150px;
	cursor: pointer;
	box-shadow: 0px 0px 3px rgba(0,0,0,.2);
	font-weight: normal;
	border-radius: 6px;
}
form#mail_form div.button-wrapper input.cancel-btn{
	background-color: rgba(0,0,0,.5);
}
form#mail_form span.error_blank,form#mail_form span.error_match {
	display: block;
	color: red;
}
/*---------------------------------------------------------table------------------------------------------------*/
table{

	margin:20px auto 2px;
	width: 100%;
	border-spacing: 8px;
}
td,th{
	padding: 15px 25px;
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-weight: normal;
	line-height: 1.2;
	text-align: left;
}
th{
	background-color: rgba(172,50,50,1);
	color: #fff;
	width: 25%;
	vertical-align: top;
}
td{
	background-color: #f6f6f6;
	width: 75%;
}
table tr:nth-child(even) td{
	background-color: #fbfbfb;
}
/*---------------------------------------------------------slides-----------------------------------------------*/
section.swiper-container,section.swiper-container2{
	width: 100%;
	margin: 0 auto;
	position: relative;
	height: 95vh;
	overflow: hidden;
}
section.swiper-container2{
	height: 80vh
}
section.swiper-container-main .swiper-pagination-bullet{
	background-color: #c1c1c1;
	opacity: 1;
	width: 10px;
	height: 10px;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 10px 0;
}
.swiper-button-next,.swiper-button-prev {
	top: 50%;
	width: 21px;
	height: 39px;
	margin-top: -14.5px;
}
.swiper-button-prev {
	background: url(images/top/slide/prev.png) no-repeat center center / contain;
}
.swiper-button-next {
	background: url(images/top/slide/next.png) no-repeat center center / contain;
}
section.swiper-container .swiper-pagination-bullet{
	background-color: #fff;
	opacity: 1.0;
}
section.swiper-container .swiper-pagination-bullet-active{
	background-color: rgba(211, 71, 50, 1);
}
section.swiper-container > .swiper-pagination-bullets{
	width: 18px;
	right: 45px;
	display: -webkit-flex;display: flex;-webkit-flex-wrap: wrap;flex-wrap:wrap;-webkit-justify-content: center;justify-content:center;-webkit-flex-direction: column;flex-direction:column;
	height: 100vh;
	position: absolute;
	left: auto;
	bottom:0;
}
section.swiper-container li,section.swiper-container2 li{
	position: relative;
}
section.swiper-container-black li.slide1,section.swiper-container2 li.slide1{
	background: rgba(0, 0, 0, 0) url('images/top/slide/slide1.jpg') no-repeat center center / cover;
}
section.swiper-container-black li.slide2,section.swiper-container2 li.slide2{
	background: rgba(0, 0, 0, 0) url('images/top/slide/slide2.jpg') no-repeat center center / cover;
}
section.swiper-container-black li.slide3,section.swiper-container2 li.slide3{
	background: rgba(0, 0, 0, 0) url('images/top/slide/slide3.jpg') no-repeat center center / cover;
}
section.swiper-container-black li.slide4,section.swiper-container2 li.slide4{
	background: rgba(0, 0, 0, 0) url('images/top/slide/slide4.jpg') no-repeat center center / cover;
}
section.swiper-container-black li.slide5,section.swiper-container2 li.slide5{
	background: rgba(0, 0, 0, 0) url('images/top/slide/slide5.jpg') no-repeat center center / cover;
}
section.swiper-container-black li.slide6,section.swiper-container2 li.slide6{
	background: rgba(0, 0, 0, 0) url('images/top/slide/slide6.jpg') no-repeat center center / cover;
}
section.swiper-container-black li.slide7,section.swiper-container2 li.slide7{
	background: rgba(0, 0, 0, 0) url('images/top/slide/slide7.jpg') no-repeat center center / cover;
}
section.swiper-container-black li.slide8,section.swiper-container2 li.slide8{
	background: rgba(0, 0, 0, 0) url('images/top/slide/slide8.jpg') no-repeat center center / cover;
}
section.swiper-container li.slide1 div.slide-inner{
	background: url('images/top/slide/slide1.jpg') no-repeat center center / cover;
}
section.swiper-container li.slide2 div.slide-inner{
	background: url('images/top/slide/slide2.jpg') no-repeat center center / cover;
}
section.swiper-container li.slide3 div.slide-inner{
	background: url('images/top/slide/slide3.jpg') no-repeat center center / cover;
}
section.swiper-container li.slide4 div.slide-inner{
	background: url('images/top/slide/slide4.jpg') no-repeat center center / cover;
}
section.swiper-container li.slide5 div.slide-inner{
	background: url('images/top/slide/slide5.jpg') no-repeat center center / cover;
}
section.swiper-container li.slide6 div.slide-inner{
	background: url('images/top/slide/slide6.jpg') no-repeat center center / cover;
}
section.swiper-container li.slide7 div.slide-inner{
	background: url('images/top/slide/slide7.jpg') no-repeat center center / cover;
}
section.swiper-container li.slide8 div.slide-inner{
	background: url('images/top/slide/slide8.jpg') no-repeat center center / cover;
}
div.slide-over-contents{
	position: absolute;
	z-index: 65;
	top: 50px;
	left: calc((100% - 590px) / 2);
	right: calc((100% - 590px) / 2);
	bottom: 50px;
	margin: auto;
}
div.slide-over-contents figure{
	margin: 0 auto;
	width: 120px;
}
div.slide-over-contents h5{
	font-weight: 700;
	font-size: 46px;
	font-size: 4.6rem;
	text-align: center;
	color: #fff;
	line-height: 1.4;
	position: relative;
	margin-top: -10px;
	text-shadow: 0px 0px 15px rgba(0,0,0,.6);
}
div.slide-explain{
	position: absolute;
	right: 55px;
	top: 55px;
	z-index:66;
}
div.slide-explain h4{
	color: rgb(211,71,50,1);
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
}
div.slide-explain p{
	text-align: right;
	font-size: 18px;
	font-size: 1.8rem;
	color: rgb(211,71,50,1);
	font-weight: bold;
}
div.slide-explain div figure{
	width: 38px;
	height: 38px;
	margin-left: 10px;
}
div.slide-explain2{
	height: 100%;
	width: 90%;
	margin: auto;
}
div.slide-explain2 div.slide-explain2-inner{
	width: 100%;
}
div.slide-explain2 div.slide-explain2-inner h5{
	color: #fff;
	font-size: 45px;
	font-size: 4.5rem;
	font-weight: bold;
	line-height: 1.5;
	text-shadow: 0px 0px 15px rgba(0,0,0,.6);
	padding-right: 15px;
}
div.slide-explain2 div.slide-explain2-inner h5 span{
	background:linear-gradient(transparent 60%, rgba(50,100,150,.9) 60%);
}
div.slide-explain2 div.slide-explain2-inner figure{
	width: 20%;
	text-align: right;
	position: relative;
}
div.slide-explain2 div.slide-explain2-inner figure:after{
	position: absolute;
	content: "";
	bottom: 0;
	right: 0;
	width: 100%;
	height: 1px;
	background-color: #fff;
}
div.slide-explain2 div.slide-explain2-inner div{
	padding-left: 15px;
}
div.slide-explain2 div.slide-explain2-inner div h4{
	color: #fff;
	font-size: 30px;
	font-size: 3.0rem;
	font-weight: 900;
	line-height: 1.5;
	text-shadow: 0px 0px 15px rgba(0,0,0,.6);
}
div.slide-explain2 div.slide-explain2-inner div p{
	color: #fff;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1.5;
	text-shadow: 0px 0px 15px rgba(0,0,0,.6);
	text-align: right;
}
@-webkit-keyframes slideIn {
	0% {

		-webkit-transform:scale(1);
		transform:scale(1)
	}
	15% {
		opacity: 1;
	}
	100% {
		-webkit-transform:scale(1.3);
		transform:scale(1.3)
	}
}
@keyframes slideIn {
	0% {

		-webkit-transform:scale(1);
		transform:scale(1)
	}
	15% {
		opacity: 1;
	}
	100% {
		-webkit-transform:scale(1.3);
		transform:scale(1.3)
	}
}
section.swiper-container-blue li div.slide-inner{
	width: 100%;
	height: 100%;
}
.slide-animation{
	-webkit-animation-name:slideIn;
	animation-name:slideIn;
	-webkit-animation-duration:14s;
	animation-duration:14s;
	-webkit-animation-timing-function:cubic-bezier(0.42, 0, 0.58, 1.0);
	animation-timing-function:cubic-bezier(0.42, 0, 0.58, 1.0);
	animation-iteration-count: 1;
}
/*---------------------------------------------------------1370px以下--------------------------------------------*/
@media screen and (max-width: 1370px) {

}
/*---------------------------------------------------------1320px以下--------------------------------------------*/
@media screen and (max-width: 1320px) {

}
/*---------------------------------------------------------1225px以下--------------------------------------------*/
@media screen and (max-width: 1225px) {

}
/*---------------------------------------------------------1100px以下--------------------------------------------*/
@media screen and (max-width: 1100px) {

}
/*---------------------------------------------------------1024px以下--------------------------------------------*/
@media screen and (max-width: 1024px) {

}
/*---------------------------------------------------------920px以下--------------------------------------------*/
@media screen and (max-width: 920px) {

}
/*---------------------------------------------------------880px以下---------------------------------------------*/
@media screen and (max-width: 880px) {

}
/*---------------------------------------------------------767px以下---------------------------------------------*/
@media screen and (max-width: 767px) {
	.upper-767{
		display: none;
	}
}
/*---------------------------------------------------------650px以下---------------------------------------------*/
@media screen and (max-width: 650px) {

}
/*---------------------------------------------------------550px以下---------------------------------------------*/
@media screen and (max-width: 550px) {
	form#mail_form div.order-form-inner{
		margin-right: 0;
		margin-left: 0;
	}
	form#mail_form div.order-form-inner dl dt{
		width: 100%;
	}
	form#mail_form div.order-form-inner dl dd{
		width: 100%;
		padding-left: 0;
	}
}
/*---------------------------------------------------------480px以下---------------------------------------------*/
@media screen and (max-width: 480px) {

}