@charset "utf-8";
/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft { text-align: left !important; }
.taCenter { text-align: center !important; }
.taRight { text-align: right !important; }

/* フォントの太さ */
.fwNormal { font-weight: normal !important; }
.fwBold { font-weight: bold !important; }

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}


::selection {
    background: #68afd8;
    color: #fff;
}

//Firefox
::-moz-selection {
    background: #68afd8;
    color: #fff;
}





a,
a:link {
	color: #000;
	text-decoration: none;
}

a:visited {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: none;
}

a:active {
	color: #000;
	text-decoration: none;
}




/*------------------------------------------------------------
	mainBox
------------------------------------------------------------*/
#main .mainBox {
	position: relative;
	z-index: 9;
}



/*------------------------------------------------------------
	comJs
------------------------------------------------------------*/
@media all and (min-width: 751px) {
	#main .comJs:after {
		width: 0;
		bottom: 0;
		border-bottom: 1px solid #d4ad7b;
		display: block;
		transition: all .6s ease;
		-webkit-transition: all .6s ease;
		content: "";
	}
	
	#main .comJs:hover:after {
		width: 100%;
	}

}





@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
	font-family:sans-serif;
}

html {
	font-size: 62.5%;
}


body, table, input, textarea, select, option, p, a, label, li, th, td, ul, span, div, i, dt, dd, dl {
	font-family: ryo-gothic-plusn, sans-serif;
	font-style: normal;
	font-weight: 400;
}


.fw700{
	font-weight: 700;
}


article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
	max-width: 100%;
}

a,
a:link {
	text-decoration: none;
}







/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1020px;
	color: #2f2f2f;
	font-size: 1.4rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}

#container {
	text-align: left;
	overflow: hidden;
}









a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}

@media all and (min-width: 751px) {
	.sp {
		display: none !important;
	}
}



@media all and (max-width: 750px) {
	body {
		min-width: inherit;
		font-size: 1.2rem;
	}
	
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	
	.pc {
		display: none !important;
	}
	
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}




	.center img{
		margin: 15px auto 0;
		border: 0px solid _red;
		width: 70%;
		
	}


	.center2 img{
		border: 0px solid _red;
		width: 90%;
		
	}

	.center2 p{
		padding-top: 5px;
		font-size: 90%;
		color: #b5a784;
		
	}

	.center2 p a{
		color: #b19553;
		text-decoration: underline;
	}



	.textBox_main{
		border: 0px solid _red;
		width: 90%;
		margin: 0 auto 50px;
		font-size: 110%;
		line-height: 2.2em;
	}


	h3 {
		font-size: 200%;
		color: #bea361;
	    font-weight: normal;
	    margin: auto;
	    border: 0px solid _red;
	    width: 90%;
	    text-align: center;
	    padding-top: 100px;
	    padding-bottom: 30px;
	}

	h4 {
		font-size: 150%;
		color: #bea361;
	    font-weight: normal;
	    margin: auto;
	    border: 0px solid _red;
	    width: 400px;
	    text-align: center;
	    padding-bottom: 10px;
	}


}



/*------------------------------------------------------------
	パララックス
------------------------------------------------------------*/


.iphone .sec02{
	border: 4px solid _blue;
	background: url(../../img/sec02_back.jpg) center no-repeat;
	background-size: cover;
}

.iphone .sec07{
	border: 4px solid _blue;
	background: url(../../img/sec07_back.jpg) center no-repeat;
	background-size: cover;
}




.win .parallax, .mac .parallax, .android .parallax {
  width: 100%;
	min-height: 200px;
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;	
	text-align: center;
}

.win .parallax.bg-01, .mac .parallax.bg-01, .android .parallax.bg-01 {
	background-image: url(../../img/sec02_back.jpg);
}
.win .parallax.bg-02, .mac .parallax.bg-02, .android .parallax.bg-02 {
	background-image: url(../../img/sec07_back.jpg);
}





/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
.header {
	height: px;
	border: 0px solid _pink;
}


#gHeader {
	padding-bottom: 0px;
	border: 4px solid _blue;
	height: 33px;
	z-index: 9;
	position: relative;
	z-index: 1000;

	overflow: hidden;
	position: fixed;
	background: #ffffff;
	width: 100vw;
}


#gHeader .hLogo a {
	padding: 3px;
	display: block;
	position: relative;
	border: 0px solid _red;
}



@media all and (max-width: 750px) {
	.header {
		height: 50px;
	}

	#gHeader {
		padding-bottom: 3px;
		position: relative;
		background-size: 525px 4px;
		height: 50px;
	}
	
	#gHeader .hBox {
		background-size: 250px 50px;
	}
	
	#gHeader .hLogo {
		padding: 9px 9px 7px;
	}
	
	#gHeader .hLogo img {
		width: 160px;
	}
	
}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/



#gNavi {
	margin-left: 170px;
	width: calc(100vw-170px);
	font-size: 0;
	top: 0px;
	text-align: left;
	position: relative;
	top: -30px;
	border: 2px solid _pink;
}

/*#gNavi .u_line{
	background:linear-gradient(transparent 60%, #ffff00 0%) ;
}*/



#gNavi li {
	margin-right: 1px;
	display: inline-block;
	font-size: calc(6px + 0.3vw);
	margin: calc(1px + 0.3vw) 0;

	letter-spacing: 0.5px;
	font-weight: bold;
}
#gNavi li::before {
	content: '｜';
}

#gNavi li a{
  padding-bottom: .2em;
  background: -webkit-linear-gradient(left, #ffff00 50%, transparent 50%) 100% bottom / 200% 50% no-repeat;
  background: linear-gradient(to right, #ffff00 50%, transparent 50%) 100% bottom / 200% 50% no-repeat;
  -webkit-transition: background-position .5s ease-out;
  transition: background-position .5s ease-out;
}
#gNavi li a:hover {
  background-position: 0% bottom;
}

#gNavi li:last-child a{
  background: -webkit-linear-gradient(left, #ffffff 50%, transparent 50%) 100% bottom / 200% 50% no-repeat;
  background: linear-gradient(to right, #ffffff 50%, transparent 50%) 100% bottom / 200% 50% no-repeat;
  border: 1px solid _red;
}


#gNavi li .instaImg img{
	width: 16px;
	margin: auto 15px;
}




@media all and (max-width: 750px) {

	#gNavi .u_line{
		background:linear-gradient(transparent 100%, #ffff00 0%) ;
	}
	#gNavi li::before {
		content: '';
	}
}




/*------------------------------------------------------------
	sp menu
------------------------------------------------------------*/




@media all and (max-width: 750px) {
	#gNavi li {
		font-size: 1.3rem;
	}

	.menu{
		border: 0px solid _yellow;
		width: 30px;
		position: fixed;
		top: 13px;
		right: 13px;
		z-index: 1000;
	}
	
	.menuBox {
		border: 5px solid _yellow;
		padding: 38px 23px;
		width: 85%;
		position: fixed;
		top: 0;
		right: -91%;
		display: block;
		box-sizing: border-box;
		height: 100%;
		max-height: 100%;
		overflow-y: auto;
		transition: right 1s cubic-bezier(0.075, 0.82, 0.165, 1);
		-webkit-transition: right 1s cubic-bezier(0.075, 0.82, 0.165, 1);
		-ms-transition: right 1s cubic-bezier(0.075, 0.82, 0.165, 1);
		background:rgba(255,255,255,0.95);
		background-size: 600px auto;
		z-index: 1000;
		box-shadow: -2px 0 4px rgba(0,0,0,0.08);
	}
	
	.menuBox.on {
		right: 0;
	}
	
	.menuBox .close {
		position: absolute;
		right: 10px;
		top: 10px;
	}
	
	.menuBox .close a {
		padding: 10px;
		display: block;
	}
	
	.menuBox .close img,
	#gHeader.header_fixed .close img {
		width: 22px;
	}
	
	.menuBox .hImg {
		margin: 0 0 33px 14px;
	}
	
	.menuBox .hImg img {
		width: 62px;
	}
	
	.menuBox .hLink {
		margin: 6px 0 44px;
		width: 145px;
	}
	
	.menuBox .hLink a {
		padding: 1px 12px;
		display: block;
		color: #fff;
		font-size: 1.15rem;
		line-height: 1;
		background-color: #CFA788;
	}
	

	#gNavi,#gHeader.header_fixed #gNavi {
		margin-left: 0;
		width: auto;
		position: static;
		text-align: left;
	}
	
	#gNavi li {
		margin: 17px 0;
		display: block;
	}
	
	#gNavi li a {
		padding: 0 0 0 12px !important;
		line-height: 1;
		letter-spacing: 1px;
		border-left: 0px solid #EDE4D8;
	}
	
	#gNavi li a:after {
		display: none;
	}
	
	#gNavi li.tour {
		display: none;
	}
	
	#gNavi li.nav a {
		color: #d48d4e;
		font-size: 1.15rem;
	}
	
	#gNavi .menuImg{
		mix-blend-mode: multiply; /* 乗算 */
	}
	

	#gNavi li .instaImg img{
		width: 25px;
		margin: auto 0;
	}


}

@media all and (min-width: 751px) and (max-width: 1000px) {
	#gNavi {
		margin: 0;
		left: 155px;
	}
}

















/*------------------------------------------------------------
	mainVisual
------------------------------------------------------------*/

.mainVisualBox {
	border: 13px solid _purple;
	margin-top: 50px;
	position: relative;
	top: -50px;               /*.tel_boxのはみ出し分だけ*/
	margin-bottom: -50px;
    height: 110vh;
    background: #ffffff;
}

.mainVisual{
	border: 4px solid _pink;
	background: url(../../img/main_back.jpg) center bottom no-repeat;
	height: 110vh;
	background-size: cover;
	text-align: center;
	/*animation: scale2 45s linear infinite;*/
}

/*
@-webkit-keyframes scale2 {
  0%,100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}

@keyframes scale2 {
  0%,100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}

*/

.mainVisual .copy {
    z-index: 200;
    width: 70vw;
    min-width: 910px;
    max-width: 1250px;
    bottom: 0;
    margin: 22vh 10vw;
    filter: drop-shadow(0px 0px 2px rgba(0,0,0,.2));
    border: 0px solid red;
}

.mainVisual .bottomTri_grey{
    border: 0px solid _green;
    position: absolute;
    width: 100%;
    bottom: -6px;
}




@media all and (max-width: 750px) {
	.mainVisualBox {
	    height: 120vh;
	}

	.mainVisual{
		height: 120vh;
		background: url(../../img/main_back_sp.jpg) center bottom no-repeat;
	}


	.mainVisual .copy {
	    z-index: 200;
	    top: 0px;
	    left: 0px;
	    width: 90vw;
		min-width: 50vw;
	    bottom: 0;
	    margin: 70px auto;
	}
	.mainVisual .copy img{
		margin: 75px auto 0;
		border: 0px solid _red;
		width: 90%;
	}
}


/*------------------------------------------------------------
	△・共通
------------------------------------------------------------*/

.planeTxt p{
	font-size: 110%;
	line-height: 1.7em;
	text-indent: 1em;
	margin-bottom: 0.5em;
}


.txtBox{
	width: 900px;
	border: 1px solid _red;
	margin: 75px auto 50px;
	text-align: center;
}


.paddingBtm{
	padding-bottom: 25px;
}

.form_button{
	font-size: 140%;
	font-weight: bold;
	width: 410px;
	padding: 8px ;
	border-radius: 6px;
	background: #2e7b90;
	color: #fff;
	margin: 0 auto;
	display: block;
	cursor: pointer;
	transition:.6s;
	text-align: center;
}

.form_button a{
	color: #fff;
}
.formBox .form_button{
	width: 100%;
	margin-top: 40px;
	border: 0;
}



.form_button span:after{
	content:  url(../../img/arrow01.png);
	left: 15px;
	position: relative;
	top: 2px;
}



.form_button:hover{
	color: #fff;
	background: #189097;
}





/**********confirm***************************/

.confirmBox .form_button{
	font-size: 120%;
	width: 180px;
	display: inline-block;
	border: 0;
}

 .form_button_back{
	font-size: 120%;
	font-weight: bold;
	width: 180px;
	padding: 8px ;
	border-radius: 6px;
	background: #adc4c8;
	color: #fff;
	margin: 0 auto;
	display: block;
	cursor: pointer;
	transition:.6s;
	text-align: center;
	display: inline-block;
	border: 0;
}

.form_button_back:hover{
	color: #fff;
	background: #cfd2d3;
}

/*/////////confirm***************************/




.topTri_white{
	border: 2px solid _red;
	background: url(../../img/topTri_white.png) center bottom no-repeat;
	padding: 30px 0;
}


.topTri_grey{
	border: 2px solid _red;
	background: url(../../img/topTri_grey.png) center bottom no-repeat;
	padding: 30px 0;
}



.bottomTri_white{
	border-bottom: 0px solid red;
	background: url(../../img/bottomTri_white.png) center bottom no-repeat;
	padding: 30px 0;
	position:relative;
	bottom:-5px
}


.bottomTri_grey{
	border: 2px solid _red;
	background: url(../../img/bottomTri_grey.png) center bottom no-repeat;
	padding: 30px 0;
}

.bottomTri_blue{
	border: 0px solid red;
	background: url(../../img/bottomTri_blue.png) center bottom no-repeat;
	padding: 30px 0;
	position:relative;
	bottom:-5px
}



@media all and (max-width: 750px) {



	.planeTxt p{
		font-size: 120%;
		line-height: 1.7em;
		text-indent: 1em;
		margin-bottom: 0.5em;
	}


	.txtBox{
		width: 90%;
		border: 1px solid _red;
		margin: 15px auto 50px;
		text-align: center;
	}


	.paddingBtm{
		padding-bottom: 30px;
	}

	.form_button{
		font-size: 110%;
		width: 70%;
		padding: 5px ;
		border-radius: 5px;
	}


	.formBox .form_button{
		width: 100%;
		margin-top: 40px;
	}

	.btn .form_button{
		font-size: 120%;
		width: 100%;
		padding: 15px 0;
		border-radius: 5px;
	}


	.form_button span:after{
		content:  url(../../img/arrow01_sp.png);
		left: 7px;
		position: relative;
		top: 3px;
	}





	/**********confirm***************************/

	.confirmBox .form_button{
		font-size: 110%;
		width: 45%;
		padding: 8px ;
	}

	 .form_button_back{
		font-size: 110%;
		font-weight: bold;
		width: 45%;
		padding: 8px ;
	}
	/*/////////confirm***************************/




	.topTri_white{
		padding: 23px 0;
	}

	.topTri_grey{
		padding: 23px 0;
	}

	.bottomTri_white{
		padding: 23px 0;
	}

	.bottomTri_grey{
		padding: 23px 0;
	}

	.bottomTri__blue{
		padding: 23px 0;
	}




}






/*------------------------------------------------------------
	sec01
------------------------------------------------------------*/

.sec01 {
	background: #f5f5f5;
	border: 1px solid #f5f5f5;
}


.limit_day{
	font-size: 190%;
	width: 22em;
	margin: 0 auto;
	font-weight: bold;
}


.limit_day span{
	background: linear-gradient(transparent 0.8em, #ffff00 0, #ffff00 1.2em, transparent 0); 
}


.conditions{
	font-size: 120%;
	width: 430px;
	margin: 1.6em auto 2.2em;
	text-align: left;
}

.conditions li span{
	padding-left: 4em;
}




@media all and (max-width: 750px) {

	.limit_day{
		font-size: 4.7vw;
		width: 18.5em;
		margin: 0 auto;
		font-weight: bold;
	}


	.limit_day span{
		background: linear-gradient(transparent 0.6em, #ffff00 0, #ffff00 1.2em, transparent 0); 
	}


	.conditions{
		font-size: 110%;
		line-height: 1.8em;
		width: 90%;
		margin: 1.6em auto 2.2em;
	}



}

/*------------------------------------------------------------
	sec02
------------------------------------------------------------*/

.sec02{
	border: 4px solid _pink;
}

.white_back{
	width: 690px;
	background-color:rgba(255,255,255,0.85);
	text-align: left;
	margin: 25px auto 130px;
	border: 2px solid _green;
}



.white_back h2 img{
	width: 430px;
	margin: 90px 0 70px 100px;
}


.white_back p{
	width: 470px;
	margin-left: 100px;
}



.illust01{
	width: 100%;
	text-align: right;
}

.illust01 img{
	width: 340px;
	margin: 30px;
}



@media all and (max-width: 750px) {

	.white_back{
		width: 85vw;
		margin: 0 auto 45px;
	}



	.white_back h2 img{
		width: 80%;
		margin: 30px;
	}


	.white_back p{
		width: 80%;
		margin-left: 30px;
		line-height: 1.7em;
	}



	.illust01{
		width: 100%;
		text-align: right;
	}

	.illust01 img{
		width: 85%;
		margin: 20px 20px 35px 20px;
	}


}



/*------------------------------------------------------------
	sec03
------------------------------------------------------------*/


.sec03{
	border: 1px solid #ffffff;
	background: #ffffff;
}

.sec03 h2 img{
	height: 56px;
	margin: 0 0 70px 0;
}

.recommend li{
	border: 1px solid _red;
	width: 420px;
	display: inline-block;
	margin: 20px 0;
	position: relative;
}
.recommend li:nth-child(even){
	top: 20px;
}

.recommend li:nth-child(1){
	right: 25px;
}
.recommend li:nth-child(5){
	right: 25px;
}
.recommend li:nth-child(6){
	right: 25px;
}

.recommend li img{
	height: 85px;
}

.sec03 .txtBox .txt{
	border: 4px solid _blue;
	width: 500px;
	background: #f6f3ec;
	font-size: 130%;
	line-height: 1.7em;
	padding: 40px 60px;
	position: relative;
	left: 150px;
	margin-top: 60px;
}
.sec03 .txtBox .txt:before{
	content: url(../../img/tri_up01.png) ;
	position: absolute;
	top: -40px;
	left: 400px;
}

.sec03 .txtBox .txt p{
	text-align: left;
	margin-bottom: 0.8em;
	text-indent: 1em;
	
}


@media all and (max-width: 750px) {
	.sec03 h2 img{
		width: 100vw;
		height: 9.7vw;
		margin: 20px 0;
	}

	.recommend li{
		width: 65vw;
		margin:0px 0;
	}
	.recommend li:nth-child(even){
		top: 0px;
	}

	.recommend li:nth-child(1){
		right: 11vw;
	}
	.recommend li:nth-child(2){
		right: -8vw;
	}
	.recommend li:nth-child(4){
		top: -13vw;
		right: 15vw;
	}
	.recommend li:nth-child(3){
		top: 13vw;
		right: -5vw;
	}
	.recommend li:nth-child(5){
		right: 5vw;
	}
	.recommend li:nth-child(6){
		right: -5vw;
	}

	.recommend li img{
		height: 13vw;
	}




	.sec03 .txtBox .txt{
		width: 86%;
		font-size: 130%;
		line-height: 1.7em;
		padding: 20px 20px 15px 20px;
		left: 0px;
		margin-top: 40px;
	}
	.sec03 .txtBox .txt:before{
		content: url(../../img/tri_up01.png) ;
		top: -30px;
		left: 40vw;
	}

	.sec03 .txtBox .txt p{
		text-align: left;
		margin-bottom: 0.8em;
		text-indent: 1em;
		
	}



}


/*------------------------------------------------------------
	sec04
------------------------------------------------------------*/


.sec04{
	background: #f5f5f5;
	border-bottom: 1px solid #f5f5f5;
	border-top: 1px solid #ffffff;
}

.sec04 .txtBox{
	border: 1px solid _pink;

}
.sec04 h2 img{
	height: 56px;
	margin: 0 0 70px 0;
}



.sec04 h3 img{
	height: 40px;
	margin-bottom: 30px;
	border: 1px solid _red;
}


.sec04 .sec4txt{
	border: 1px solid _blue;
	width: 500px;
	text-align: left;
	position: relative;
	margin: 0 auto 20px;
}

.right30{
	position: relative;
	right: 30px;
}


/*labelをつかったアコーディオン*/
/*
.sec04 label{
	font-size: 140%;
	font-weight: bold;
	display: block;
	margin: 40px 0 20px;
	cursor: pointer;
	position: relative;
	left: -1em;
	transition:.5s;
}

.sec04 label:after{
	content: url(../../img/arrow.png) ;
	padding-left: 4em;
}

.sec04 .second label:after{
	content: url(../../img/arrow.png) ;
	position: relative;
	left:8em;
	top: -0.5em;
}


.sec04 label:hover {
    color: #2e7b90;
}



/*チェックは見えなくする*
.sec04 input, .sec10 input {
    display: none;
}

/*中身を非表示にしておく*
.sec04 .hidden_show, .sec10 .hidden_show{
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*
.sec04 input:checked ~ .hidden_show {
    padding: 10px 0;
    height: auto;
    opacity: 1;
}


/*クリックで中身表示*
.sec10 input:checked ~ .hidden_show {
    padding: 10px 0;
    height: auto;
    opacity: 1;
}
*/



.sec04 details{
	margin: 13px 0;
}

.sec04 summary {
	position: relative;
	display: block; /* 矢印を消す */
	padding: 10px 3px 10px 50px; /* アイコンの余白を開ける */
	cursor: pointer; /* カーソルをポインターに */
	background-color: #efefef;
	transition: 0.2s;
	font-size: 100%;
	font-weight: bold;
	border-radius: 10px;
}
.sec04 summary span{
	text-decoration: underline;
	font-size: 120%;
	font-weight: bold;
	color: #2e7b90;
}

.sec04 summary span i{
	text-decoration: normal underline;
	padding-left: 1.3em;;
	font-weight: bold;
}




.sec04 summary:hover {
	background-color: #dfedf1;
}
.sec04 summary::-webkit-details-marker {
	display: none;　/* 矢印を消す */
}

/* 疑似要素でアイコンを表示 */
.sec04 summary:before,
.sec04 summary:after {
	content: "";
	margin: auto 0 auto 10px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}
.sec04 summary:before {
	width: 24px;
	height: 24px;
	border-radius: 15px;
	border: 1px solid #888888;
}
.sec04 summary:after {
	width: 24px;
	height: 24px;
	left: 1px;
	border: 1px solid _blue;
  
	background: url(../../img/aaa.png) center no-repeat;
	transition: .1s;
}

/* オープン時のスタイル */
.sec04 details[open] summary {
	background-color: #7fb3c2;
}
.sec04 details[open] summary:after {
	transform: rotate(90deg); /* アイコンを回転 */
	left: 1px; /* 位置を調整 */
	top: 3px; /* 位置を調整 */
}

/* アニメーション */
.sec04 details[open] .details-content {
	animation: fadeIn 0.8s ease;
	padding-top: 1.5em;
}
@keyframes fadeIn {
	0% {
		opacity: 0;
		transform: translateY(-10px);
	}
	100% {
		opacity: 1;
		transform: none;
	}
}


.sec04 .details-content{
	margin-bottom: 20px;
}





.sec04 .illust img {
    width: 240px;
    margin-left: 150px;
}


.sec04 .illust2 img {
    width: 200px;
    margin-left: 270px;
    margin-bottom: 55px;
    margin-top: 20px;
}
.sec04 .umirakuImg img {
    width: 130px;
}


.sec04 .sec4txt .txt{
	border: 2px solid _blue;
	width: 300px;
	background: #fff;
	font-size: 70%;
	line-height: 1.7em;
	padding: 20px;
	position: relative;
	margin-top: 30px;
}
.sec04 .sec4txt .txt:before{
	content: url(../../img/tri_up02.png) ;
	position: absolute;
	top: -20px;
	left: 240px;
}

.sec04 .sec4txt .txt p{
	text-align: left;
	margin-bottom: 0.8em;
	text-indent: -0.5em;
	
}



.sec04 .sec4txt .txt p:first-line{
    font-weight: bold;
}




.sec04 .sec4txt .txt li{
	display: inline-block;
	border: 1px solid _red;
	position: relative;
}
.sec04 .sec4txt .txt li:nth-child(2){
	color: _red;
	top: 35px;
	left: 10px;
}





@media all and (max-width: 750px) {

	.sec04 h2 img{
		height: 9.7vw;
		margin: 0 0 -90px 0;
		border: 1px solid _red;
	}

	.sec04 h3{
		border: 0px solid _red;
		padding: 60px 0 0px;
	}

	.sec04 h3 img{
		height: 15vw;
		margin-bottom: 30px;
		position: relative;
		left: -20px;
	}


	.sec04 .sec4txt{
		border: 1px solid _blue;
		width: 90%;
		text-align: left;
		position: relative;
		left: 0px;
		margin: 0 auto;
	}

	.right30{
		right: 0px;
	}

	dl{
		width: 100%;
		border: 1px solid _blue;
		position: relative;
		left: -6px;
	}
	dt{
		display: inline-block;
		vertical-align:top;
		border: 1px solid _red;
		position: relative;
		top: 3px;
		width:10%;
	}

	dd{
		display: inline-block;
		border: 1px solid _red;
		width: 85%;
	}

	.sec04 label{
		font-size: 130%;
		font-weight: bold;
		display: block;
		margin: 40px 0 20px;
		cursor: pointer;
		position: relative;
		left: 0em;
		transition:.5s;
	}

	.sec04 label:after{
		content: url(../../img/arrow.png) ;
		padding-left: 0.2em;
	}

	.sec04 .second label:after{
		content: url(../../img/arrow.png) ;
		position: relative;
		left:5em;
		top: -1.2em;
	}



	.sec04 .illust img {
	    width: 220px;
	    margin-left: 50px;
	}


	.sec04 .illust2 img {
	    width: 180px;
	    margin-left: 120px;
	    margin-bottom: 55px;
	}

	.sec04 .umirakuImg img {
	    width: 200px;
	    left: 50px;
	}

	.sec04 .sec4txt .txt{
		border: 2px solid _blue;
		width: 70vw;
		background: #fff;
		font-size: 70%;
		line-height: 1.7em;
		padding: 20px;
		position: relative;
		margin-top: 30px;
	}
	.sec04 .sec4txt .txt:before{
		content: url(../../img/tri_up02.png) ;
		position: absolute;
		top: -20px;
		left: 180px;
	}

	.sec04 .sec4txt .txt p{
		text-align: left;
		width: 100%;
		margin-bottom: 0.8em;
		text-indent: -0.5em;
		
	}



	.sec04 .sec4txt .txt p:first-line{
	    font-weight: bold;
	}



	.sec04 .sec4txt .txt ul{
		border: 1px solid _red;
		text-align: center;
	}

	.sec04 .sec4txt .txt li{
		display: block;
		width: 100%;
		text-align: center;
		font-size: 130%;
		border: 1px solid _red;
	}
	.sec04 .sec4txt .txt li:nth-child(2){
		top: 10px;
		margin-bottom: 10px;
		left: -0px;
	}


}





/*------------------------------------------------------------
	sec05
------------------------------------------------------------*/


.sec05{
	border-top: 1px solid #d7f0f0;
	border-bottom: 1px solid #ffffff;
	background: #d7f0f0;
}

.sec05 h2 img{
	height: 56px;
	margin: 0 0 70px 0;
}

.merit li{
	border: 1px solid _red;
	width: 290px;
	display: inline-block;
	margin: 20px 0;
	position: relative;
}


.merit li img{
}




@media all and (max-width: 750px) {


	.sec05 h2 img{
		height: 9.7vw;
		margin: 0 0 20px 0;
	}
	.merit {
		height: 195vw;
	}
	.merit li{
		width: 55vw;
		margin: 0px 0;
	}
	
	.merit li:nth-child(1){
		top: 0;
		left: -20vw;
	}
	.merit li:nth-child(2){
		top: -28vw;
		left: 20vw;
	}
	.merit li:nth-child(3){
		top: -45vw;
		left: -22vw;
	}
	.merit li:nth-child(4){
		top: -72vw;
		left: 19vw;
	}
	.merit li:nth-child(5){
		top: -93vw;
		left: -22vw;
	}
	.merit li:nth-child(6){
		top: -120vw;
		left: 18vw;
	}


	.merit li img{
	}




}


/*------------------------------------------------------------
	sec06
------------------------------------------------------------*/


.sec06{
	border: 1px solid #ffffff;
	background: #fff;
}

.sec06 h2 img{
	height: 56px;
	margin: 0 0 70px 0;
}



.about li{
	border: 1px solid _blue;
	display: inline-block;
	width: 377px;
	text-align: left;
	position: relative;
}

.about li:nth-child(2){
	top: 60px;
	left: 30px;
}



.about li h4{
	font-size: 135%;
	font-weight: bold;
	margin-bottom: 6px;
}



.about li img:nth-child(1){
	width: 340px;
	margin-left: 30px;
}


.about li img:nth-child(n+2){
	width: 90px;
	position: relative;
}


.about li img:nth-child(2){
	top: -300px;
}

.about li img:nth-child(3){
	top: -80px;
	left: 180px;
}






@media all and (max-width: 750px) {


	.sec06 h2 img{
		height: 20vw;
		margin: 0 0 0px 0;
	}



	.about li{
		border: 2px solid _green;
		display: inline-block;
		width: 100%;
		text-align: left;
		position: relative;
		top: 15px;
		margin-bottom: -80px;
	}

	.about li:nth-child(2){
		top: 20px;
		left: -22px;
	}

	.about li img:nth-child(1){
		width: 95vw;
	}


	.about li img:nth-child(n+2){
		width: 90px;
		position: relative;
	}


	.about li img:nth-child(2){
		top: -300px;
	}

	.about li img:nth-child(3){
		top: -80px;
		left: 180px;
	}


}


/*------------------------------------------------------------
	sec07
------------------------------------------------------------*/

.sec07{
	border: 4px solid _blue;
/*	background: url(../../img/sec07_back.jpg) center no-repeat;
	background-size: cover;*/
}




.about_graf {
	text-align: center;}



.about_graf li{
	border: 1px solid _blue;
	display: inline-block;
	width: 330px;
	text-align: left;
	position: relative;
}
.about_graf li:nth-child(1){
	top: 70px;
	left: -22px;
}

.about_graf li:nth-child(2){
	top: -100px;
	margin-left: 70px;
	margin-bottom: -100px;
}

.about_graf li img{
	margin-bottom: 40px;}





@media all and (max-width: 750px) {





	.sec07{
/*		background: url(../../img/sec07_back_sp.jpg) center top no-repeat;
		background-size: cover;
*/
	}




	.about_graf {
		text-align: center;}



	.about_graf .sp li{
		border: 1px solid _blue;
		display: inline-block;
		width: 80vw;
		text-align: center;
		margin-top: 40px;
	}
	.about_graf .sp li:nth-child(1){
		top: 0px;
		left: 0px;
	}

	.about_graf .sp li:nth-child(2){
		top: 0px;
		margin-left: 0px;
		margin-bottom: 0px;
		border: 2px solid _red;
	}
	
	.about_graf .sp li:nth-child(3){
		top: 0px;
		margin-left: 0px;
		margin-bottom: 0px;
	}
	
	.about_graf .sp li:nth-child(4){
		top: -0px;
		margin-left: 0px;
		margin-bottom: 50px;
		background-color:rgba(255,255,255,0.85);
		padding: 25px 20px;
		text-align: left;
		width: 69vw;
	}
	
	.about_graf .sp li h4{
		font-size: 135%;
		font-weight: bold;
		margin-bottom: 6px;
		color: #000;
		text-align: left;
	}

	.about_graf .sp li img{
		margin-bottom: 0px;
	}




}





/*------------------------------------------------------------
	sec08
------------------------------------------------------------*/


.sec08{
	border: 1px solid #ffffff;
	border-bottom: 1px solid #f5f5f5;
	background: #ffffff;
}

.sec08 h2 img{
	height: 56px;
	margin: 0 0 70px 0;
}

.voice li{
	border: 1px solid _red;
	width: 380px;
	display: inline-block;
	margin: 20px 0;
	position: relative;
}

.voice li:nth-child(odd){
	text-align: right;
	padding-right: 25px;
}

.voice li:nth-child(even){
	top: 20px;
	text-align: left;
}

.voice li:nth-child(1){
	right: 105px;
}
.voice li:nth-child(2){
	right: 85px;
}
.voice li:nth-child(5){
	right: 65px;
}
.voice li:nth-child(6){
	right: 65px;
}

.voice li img{
	height: 70px;
}







@media all and (max-width: 750px) {


	.sec08{
		overflow: hidden;
	}

	.sec08 h2 img{
		height: 20vw;
		margin: 0 0 20px 0;
	}

	.voice li{
		width: 85vw;
		display: inline-block;
		margin: 0px 0;
		position: relative;
	}
	.voice li img{
		height: 15vw;
	}

	.voice li:nth-child(odd){
		text-align: center;
		padding-right: 0px;
	}

	.voice li:nth-child(even){
		top: 0px;
		text-align: center;
	}

	.voice li:nth-child(1){
		right: 25vw;
	}
	.voice li:nth-child(2){
		right: 0px;
	}
	.voice li:nth-child(3){
		right: 15vw;
	}
	.voice li:nth-child(4){
		right: -3vw;
		top: -2vw;
	}
	.voice li:nth-child(4) img{
		height: 15.5vw;
	}
	.voice li:nth-child(5){
		right: 22vw;
		top: -5vw;
	}
	.voice li:nth-child(6){
		right: -10vw;
		top: -7vw;
	}

	.voice li img{
		height: 13vw;
	}






}



/*------------------------------------------------------------
	sec09
------------------------------------------------------------*/


.sec09{
	border: 1px solid #f5f5f5;
	background: #f5f5f5;
}

.sec09 h2 img{
	height: 56px;
	margin: 0 0 70px 0;
}


.sec09 .txtBox{
	margin-top: 20px;
}


.flow ul{
	margin: 0 auto 20px;
	width: 633px;
	border: 1px solid _green;
}

.flow li{
	background: #fff;
	padding: 15px;
	font-size: 125%;
}

.flow li:nth-child(odd){
	border: 1px solid #e0e0e0;
}




.flow li:nth-child(even){
	border: 1px solid _red;
	content:  url(../../img/arrow.png);
	background: #f5f5f5;
	padding: 5px;
	width: 20px;
	margin: 0 auto;
}




@media all and (max-width: 750px) {



	.sec09 h2 img{
		height: 9.7vw;
		margin: 0 0 30px 0;
	}


	.sec09 .txtBox{
		margin-top: 20px;
	}


	.flow ul{
		margin: 0 auto 20px;
		width: 100%;
		border: 1px solid _green;
	}

	.flow li{
		background: #fff;
		padding: 15px;
		font-size: 140%;
	}





	.flow li:nth-child(even){
		content:  url(../../img/arrow.png);
		background: #f5f5f5;
		padding: 5px;
		width: 20px;
		margin: 0 auto;
	}


}


/*------------------------------------------------------------
	sec10 youkou
------------------------------------------------------------*/


.sec10{
	border: 4px solid #707070;
	background: #707070;
}

.sec10 .txtBox{
	margin-top: 50px;
}


.sec10 h2 {
	border: 1px solid #7f7f7f;
	background: #7f7f7f;
	border-radius:11px;
	padding: 15px 0 0 1.6em;
	width: 550px;
	height: 130px;
	margin: 0 auto;
	cursor: pointer;
	transition:.6s;
}
.sec10 h2:hover {
	opacity:0.6;
}


.sec10 h2 img{
	height: 110px;
	margin: 0 0 0px 0;
}


.sec10 details{
	margin: 13px 0;
	border: 1px solid _red;
}

.sec10 summary {
	position: relative;
	display: block; /* 矢印を消す */
	cursor: pointer; /* カーソルをポインターに */
	transition: 0.2s;
}
.sec10 summary::-webkit-details-marker {
  display: none;
}


/* オープン時のスタイル */
.sec04 details[open] summary {
	background-color: #dfedf1;
}
.sec04 details[open] summary:after {
	transform: rotate(90deg); /* アイコンを回転 */
	left: 1px; /* 位置を調整 */
	top: 3px; /* 位置を調整 */
}

/* アニメーション */
.sec10 details[open] .details-content {
	animation: fadeIn 1.8s ease;
	padding-top: 1.5em;
}
@keyframes fadeIn {
	0% {
		opacity: 0;
		transform: translateY(-10px);
	}
	100% {
		opacity: 1;
		transform: none;
	}
}






.sec10 .item{
	width: 500px;
	text-align: left;
	margin: 60px auto 0;
	border: 1px solid _green;
}


.sec10 .item p{
	color: #fff;
	font-size: 100%;
	margin-bottom: 1.6em;
}

.sec10 .item p:first-line{
	font-size: 110%;
	font-weight: bold;
	line-height: 2.3em;
}













@media all and (max-width: 750px) {


	.sec10 {
		padding: 25px 0 0 0;
		border: 1px solid _blue;
	}

	.sec10 .txtBox{
		margin-top: 20px;
		border: 1px solid _blue;
	}


	.sec10 h2 {
		width: 90%;
		height: 22vw;
		margin: 0 auto;
		cursor: pointer;
		transition:.6s;
		border: 1px solid _blue;
	}
	.sec10 h2:hover {
		opacity:0.6;
	}



	.sec10 h2 img{
		width: 80vw;
		height: 17vw;
		margin: 0 0 0px 0;
		padding: 0;
		border: 1px solid _green;
	}






	.sec10 details{
		margin: 0;
		border: 1px solid _red;
	}

	.sec10 summary {
		position: relative;
		display: block; /* 矢印を消す */
		cursor: pointer; /* カーソルをポインターに */
		transition: 0.2s;
	}

	.sec10 .item{
		width: 100%;
		margin: 30px auto 0;
		border: 1px solid _green;
	}


	.sec10 .item p{
		color: #fff;
		font-size: 100%;
		margin-bottom: 1.6em;
	}

	.sec10 .item p:first-line{
		font-size: 110%;
		font-weight: bold;
		line-height: 2.3em;
	}



}


/*------------------------------------------------------------
	sec11 form
------------------------------------------------------------*/


.sec11{
	border: 4px solid #f5f5f5;
	background: #f5f5f5;
}

.sec11 h2 img{
	height: 43px;
	margin: 0 0 70px 0;
}


.sec11 .formBox{
	width: 400px;
	margin: 0 auto;
	text-align: left;
	border: 1px solid _red;
}

.sec11 .formBox p{
	margin-top: 20px;
	font-weight: bold;
	margin-bottom: 5px;
}

.sec11 .formBox p .must{
	font-size: 110%;
	color: #ff682d;
	padding-left: 4px;
}

.sec11 .formBox p .sub{
	font-size: 80%;
	color: #838383;
	font-weight: normal;
	line-height: 1.4em;
	display: inline-block;
}

.sec11 .formBox  input[type='text'] {
	box-sizing: border-box;
	width: 100%;
	height: 40px;
	padding: 0.3em;
	padding-left: 7px;
	letter-spacing: 1px;
	border: 1px solid #ededed;
	border-radius:5px;
}


.sec11 .formBox .form_button{
	
}





@media all and (max-width: 750px) {



	.sec11 h2 img{
		height: 8vw;
		margin: 20px 0 ;
	}


	.sec11 .formBox{
		width: 100%;
		margin: 0 auto;
		text-align: left;
		border: 1px solid _red;
	}

	.sec11 .formBox p{
		margin-top: 20px;
		font-weight: bold;
	}

	.sec11 .formBox p .must{
		font-size: 110%;
		color: #ff682d;
		padding-left: 4px;
	}

	.sec11 .formBox p .sub{
		font-size: 80%;
		color: #838383;
		font-weight: normal;
		line-height: 1.1em;
	}

	.sec11 .formBox  input[type='text'] {
		box-sizing: border-box;
		width: 100%;
		height: 35px;
		padding: 0.3em;
		padding-left: 7px;
		letter-spacing: 1px;
		border: 1px solid #ededed;
	}


	.sec11 .formBox .form_button{
		
	}




}



/*------------------------------------------------------------
	confirmBox 確認ページ等html用
------------------------------------------------------------*/


.confirmBox{
	border: 4px solid #f5f5f5;
	background: #f5f5f5;
}
.confirmBox h2{
	font-size: 180%;
	margin: 40px 0;
}


.confirmBox table {
    margin: 30px 0 0 0 ;
}

.confirmBox table, .confirmBox td, .confirmBox th {
    border-collapse: collapse;
    border:1px solid #aaa;
}
.confirmBox th {
    background-color: #ececec;
    padding: 5px 10px;
}

.confirmBox td {
    background-color: #fff;
    padding: 5px 10px;
}

.confirmBox .confirm_btn{
	margin: 50px;
}



p.msg {
	color: #dd0000;
	margin: 2em;
}
span.msg {
	color: #dd0000;
}





/*------------------------------------------------------------
	sec12 address
------------------------------------------------------------*/


.sec12{
	border: 4px solid #5a5a5a;
	background: #5a5a5a;
	position: relative;
}


.sec12 p{
	color: #fff;
	text-align: center;
	margin: 2em auto;
}

.sec12 p:first-line{
	font-weight: bold;
	line-height: 2.5em;
	font-size: 110%;
}


.sec12 img{
	position: absolute;
	top: 15px;
	right: 25px;
	width: 90px;
	
}




@media all and (max-width: 750px) {



	.sec12 p{
		margin: 2em auto 3em;
		line-height: 2em;
		font-size: 110%;
	}

	.sec12 p:first-line{
		font-weight: bold;
		line-height: 3.5em;
		font-size: 125%;
	}


	.sec12 img{
		position: absolute;
		top: 15px;
		right: 15px;
		width: 70px;
		
	}


}



/*------------------------------------------------------------
	sec13 
------------------------------------------------------------*/


.sec13{
	border: 4px solid _blue;
	background: #fff;
	text-align: center;
}

.sec13 a{
	display: block;
	padding: 15px 50px;
}
.sec13 a img{
	width: 50px;
}


/*------------------------------------------------------------
	sec14
------------------------------------------------------------*/


.sec14{
	border: 4px solid _pink;
	background: #fff;
	text-align: center;
}

.sec14 img{
	width: 100%;
}






/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/

footer{
	background: #5a5a5a;
	text-align: center;
}

footer p{
	color: #fff;
	padding: 25px 0 5px;
	font-size: 95%;
}



