/*
Last Updated: 2022-08-4
Author: zeal
*/

/*----------------------------------------
	全体
----------------------------------------*/

html{
	font-family:'游ゴシック体', 'Yu Gothic', YuGothic,'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ ゴシック',sans-serif;
	/*font-family:'游明朝体','Yu Mincho','ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro','ＭＳ Ｐ明朝','ＭＳ 明朝','Sawarabi Mincho',serif;*/
	font-size:62.5%;
	color: /*#353535;*/ #000;
	-webkit-text-size-adjust:100%;
	line-height:1.5;
	font-weight: 500;
}



.yugo{
	font-family:'游ゴシック体', 'Yu Gothic', YuGothic,'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ ゴシック',sans-serif;
}
.yumin{
		font-family:'游明朝体','Yu Mincho','ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro','ＭＳ Ｐ明朝','ＭＳ 明朝','Sawarabi Mincho',serif;
}
.meiryo{
	font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ ゴシック',sans-serif;
}


.myriad{
	font-family: MyriadPro-Regular, 'Myriad Pro Regular', MyriadPro, 'Myriad Pro', Helvetica, Arial, sans-serif;
}
.italic{
	font-style: italic;
}



p{
	color:#231815;
}

body{ font-size:1.4rem; font-size: 1.4em; }
img{vertical-align: bottom; }



a{
	color:#14184c;
	transition: all 0.3s;
	text-decoration: none;
}
a:hover{
	color:#252b7e;
	transition: all 0.3s;
}
.op:hover{ opacity: 0.8; }
.op img{ transition: all 0.3s; }
.op:hover img{
	opacity:0.60;
	transition: all 0.3s;
}
.max_respon{max-width:100%;}
#container{ overflow: hidden; }
li{ list-style:none; }
.center{ text-align:center; }
.bg_beige{ background: #f5f2f0; }
.bg_aqua{ background: #e1ebf0; }
.bg_gray{ background:#ebebeb; }


@media print, screen and (min-width:769px) and ( max-width: 1119px) {

	.copy{ font-size: 2.6rem; }

}/*END*/

@media screen and (max-width: 768px) {

	.copy{ font-size: 2rem; }
	p{text-align:left;}

}/*END*/
.text_center{
	text-align: center;
}

.text_right{text-align:right;}
.text_left{text-align:left;}

@media screen and (max-width: 599px) {

	.copy{ font-size: 1.8rem; }

	.sp_text_left{
		text-align: left;
	}

	.sp_text_center{
		text-align: center;
	}
	.text_center{
		text-align: left;
	}
	

}/*END*/


/*----------------------------------------
	text
----------------------------------------*/

p{ line-height: 2; }
.text_bold{ font-weight: bold; }
.text_normal{ font-weight: normal; }
.text_pink{ color: #fc799e; }
.text_blue{ color: #0162b3; }
.text_gold{ color: #a3782c; }
.text_emerald{ color:#00b2b2; }
.text_mizu{ color:#00a1e9; }
.text_white{ color:#fff !important; }
.text_black{ color:#000 !important;  }
.text_deepred{ color:#910000; }
.text_deepred_pink{ color:#d08f8f; }
.text_gray{ color:#737373; }
.text_kon{ color:#022873; }
.text_red{color: #e5564a;}
.text_red2{color: #ec6d81;}
.text_11{ font-size:1.1rem !important; }
.text_12{ font-size:1.2rem !important; }
.text_13{ font-size:1.3rem !important; }
.text_14{ font-size:1.4rem !important; }
.text_15{ font-size:1.5rem !important; }
.text_21{ font-size:2.1rem !important; }
.text_22{ font-size:2.2rem !important; }
.text_26{ font-size:2.6rem !important; }
.text_34{ font-size:3.4rem !important; }
.text_36{ font-size:3.6rem !important; }
.text_48{ font-size:4.8rem !important; }

.lh_24{ line-height: 2.4 !important; }
.lh_22{ line-height: 2.2 !important; }
.lh_20{ line-height: 2 !important; }
.lh_18{ line-height: 1.8 !important; }
.lh_16{ line-height: 1.6 !important; }
.lh_15{ line-height: 1.5 !important; }
.lh_14{ line-height: 1.4 !important; }
.lh_12{ line-height: 1.2 !important; }
.lh_11{ line-height: 1.1 !important; }
.ls_1{ letter-spacing: 1px !important; }
.ls_2{ letter-spacing: 2px !important; }
.ls_3{ letter-spacing: 3px !important; }
.ls_4{ letter-spacing: 4px !important; }

@media print, screen and (min-width: 769px) {

	.text_16{ font-size:1.6rem !important; }
	.text_18{ font-size:1.8rem !important; }
	.text_20{ font-size:2.0rem !important; }
	.text_21{ font-size:2.1rem !important; }
	.text_24{ font-size:2.4rem !important; }

	.text_28{ font-size:2.8rem !important; }
	.text_30{ font-size:3.0rem !important; }
	.text_32{ font-size:3.2rem !important; }
	.text_34{ font-size:3.4rem !important; }
	.text_42{ font-size:4.2rem !important; }
	.text_40{ font-size:4rem !important; }
	.text_50{ font-size:5rem !important; }
	.text_55{ font-size:5.5rem !important; }
	.ls_4{ letter-spacing: 4px; }

}/*END*/

@media print, screen and (min-width:769px) and ( max-width: 1119px) {

	.text_16{ font-size:1.6rem !important; }
	.text_30{ font-size:2.8rem !important; }
	.text_32{ font-size: 2.6rem !important; }
	.text_34{ font-size:2.7rem !important; }
	.text_42{ font-size: 3.6rem !important; }

}/*END*/

@media screen and (max-width: 768px){
	.text_14{ font-size:1.2rem !important; }
	p{ line-height: 2; }
	.text_18{ font-size: 1.5rem; }
	.text_20{ font-size: 1.8rem; }
	.text_21{ font-size:1.8rem !important; }
	.text_24{ font-size: 2.2rem !important; }
	.text_26{ font-size: 2.4rem !important; }
	.text_28{ font-size: 1.9rem !important; }
	.text_30{ font-size: 2rem !important; }
	.text_32{ font-size: 2rem !important; }
	.text_34{ font-size:2.2rem !important; }
	.text_42{ font-size: 3rem !important; }

	.text_28{ font-size:2.2rem !important; }
	.text_30{ font-size:2.4rem !important; }
	.text_32{ font-size:2.6rem !important; }
	.text_42{ font-size:3.6rem !important; }
	.text_40{ font-size:3.6rem !important; }
	.text_50{ font-size:4rem !important; }
	.text_55{ font-size:4.3rem !important; }

	.ls_2{ letter-spacing: 1px; }
	.ls_4{ letter-spacing: 2px; }

	.text_right{
		text-align:center;
	}


}/*END*/

@media screen and (max-width: 599px){
	p{ line-height: 1.8; }
	.text_18{ font-size: 1.4rem; }
	.text_20{ font-size: 1.6rem; }
	.text_24{ font-size: 1.8rem !important; }
	.text_26{ font-size: 2.0rem !important; }
	.text_28{ font-size: 2.1rem !important; }
	.text_30{ font-size: 2.2rem !important; }
	.text_32{ font-size: 1.8rem !important; }
	.text_34{ font-size: 2rem !important; }
	.text_42{ font-size: 3rem !important; }

	.text_48{ font-size: 3.2rem !important; }

	.ls_4{ letter-spacing: 1px; }

}/*END*/

@media screen and (max-width: 479px){

	.text_30{ font-size: 2rem !important; }
	.text_42{ font-size: 2.8rem !important; }
	.ls_2{ letter-spacing: 0; }

}


/*----------------------------------------
	layout
----------------------------------------*/

.inner_frame{
	width: 100%;
	max-width: 1080px;
	position: relative;
	box-sizing: border-box;
	margin-right: auto;
	margin-left: auto;
	padding-left: 20px;
	padding-right: 20px;
}

.large_inner_frame{
		width: 100%;
		position: relative;
		box-sizing: border-box;
}

.s_inner_frame{
	max-width:780px;
	margin: 0 auto;
}


.pc_block{
	display: block;
}
.sp_block{
	display: none;
}


.pc_inline_block{
	display: inline-block;
}
.sp_inline_block{
	display: none;
}
.sp_inner_frame{
	max-width: 1350px;
	margin-left: auto;
	margin-right: auto;
}


@media print, screen and (min-width: 1351px) {
	.large_inner_frame{
		width: 1350px;
		position: relative;
		box-sizing: border-box;
		padding-right: 0;
		padding-left: 0;
		margin-right: auto;
		margin-left: auto;
	}


}/*END*/

@media print, screen and (max-width: 1040px) {

	.inner_frame{
		padding-right:20px;
		padding-left: 20px;
		margin-right: auto;
		margin-left: auto;
	}


}/*END*/




@media screen and (max-width: 768px){
	.inner_frame{
		padding-right: 3%;
		padding-left: 3%;
	}
	.large_inner_frame{
		padding-right: 3%;
		padding-left: 3%;
	}


}/*END*/

@media screen and (max-width: 599px){
	.inner_frame,.sp_inner_frame{
		padding-right: 3.5%;
		padding-left: 3.5%;
	}
	.large_inner_frame{
		padding-right: 3.5%;
		padding-left: 3.5%;
	}


	.pc_block{
		display: none;
	}
	.sp_block{
		display: block;
	}


	.pc_inline_block{
		display: none;
	}
	.sp_inline_block{
		display: inline-block;
	}



}/*END*/



.box_l{
	float: left;
	width: 48.7%;
}
.box_r{
	float: right;
	width: 48.7%;
}

.box_l50{
	float: left;
	width: 50%;
	box-sizing: border-box;
}
.box_r50{
	float: right;
	width: 50%;
	box-sizing: border-box;
}


.box_r65{
	width:68%;
	max-width:780px;
	float:right;
}
.box_l65{
	width:68%;
	max-width:780px;
	float:left;
}

.box_r60{
	width:58.5%;
	float:right;
}
.box_l60{
	width:58.5%;
	float:left;
}
.box_r40{
	width:38.6%;
	float:right;
}
.box_l40{
	width:38.85%;
	float:left;
}

.box_r43{
	width:43%;
	float:right;
}
.box_l43{
	width:43%;
	float:left;
}

.box_r45{
	width:46%;
	float:right;
	box-sizing: border-box;
}
.box_l45{
	width:46%;
	float:left;
	box-sizing: border-box;
}

@media screen and (max-width: 768px){

	.box_r65,.box_l65,.box_l60,.box_r60,.box_l40,.box_r40{
		float: none;
		width: 100%;
	}

}/*END*/

@media screen and (max-width: 599px){
	.box_l,
	.box_r{
		float: none;
		width: 100%;
	}

	.box_l50,.box_r50{
	width:100%;
	}
	.box_l43,.box_r43{
	width:100%;
	}

	.box_l45,.box_r45{
	width:100%;
	}

}/*END*/



.box_l2{
	float: left;
	width: 48.5%;
}
.box_r2{
	float: right;
	width: 48.5%;
}
.box_l3{
	float: left;
	width: 48.5%;
}
.box_r3{
	float: right;
	width: 48.5%;
}

@media screen and (max-width: 640px){
	.box_l2,.box_r2{
	width:100%;
	}

}/*END*/




/*----------------------------------------
	list box
----------------------------------------*/









img{
backface-visibility: hidden;
}









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

header{
	/*position: absolute;*/
	z-index: 100;
	width: 100%;
	box-sizing: border-box;
	padding: 20px 15px;
}
header a{
	display: block;
	color: inherit;
	text-decoration: none;
}
.head_logo{ float: left; }

.head_logo img{ max-width:400px; }



.head_contact  img{ max-width:200px; }

.tb_none2{ display: none;}

.head_inner{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.head_r{
	width: 63.7%;
}

.head_nav_fl{
	display: flex;
	gap: 0.5%;
	max-width: 860px;
	margin-left: auto;
}


.head_logo{
	width: 100%;
	max-width:400px;
	box-sizing: border-box;
}


.head_contact .pc_hc{
	display: block;
}

.head_contact .sp_hc{
	display: none;
}


@media print, screen and (min-width: 1200px) {

	header{
		width: 100%;
		z-index: 100;
	}





	header li{
		float: left;
	}

	header li a{
		text-align: center;
		box-sizing: border-box;
		color: #fff;
	}




	#sd{
		font-weight: bold;
		letter-spacing: 0.5px;
	}



	.head_fixed{
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 99;
		background: rgba(19,66,149,0.8);
		width: 100%;
		box-shadow:rgba(0, 0, 0, 0.2) 0px 1px 2px 0;
	}

	.page header.head_fixed{
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 99;
		background: rgba(255,255,255,0.8);
		width: 100%;
		box-shadow:rgba(0, 0, 0, 0.2) 0px 1px 2px 0;
	}

	#sd{
		float:right;
	}


}/*END*/




@media print, screen and (min-width: 769px) and ( max-width: 1280px) {
	.drawer li a {
	  font-size: 1.2rem;
	}

}/*END*/

@media print, screen and (max-width: 1199px) {
	.header_r{
		width: 77%;
	}
	.header_l{
		width: 22%;
	}



}/*END*/




@media print, screen and (min-width: 769px) and ( max-width: 999px){
	.head_nav_fl li {
	  padding-left: 15px;
	}

	.head_contact img {
	  max-width: 140px;
	}

}/*END*/



@media print, screen and (max-width: 768px) {
	.head_nav_fl{
		display: block;
	}



	.head_contact .pc_hc{
		display: none;
	}

	.head_contact .sp_hc{
		display: block;
	}




}/*END*/



@media print, screen and (max-width: 599px) {
	.header_l{
		width: 40%;
	}


}/*END*/










.drawer li a{
	position: relative;
	display: block;
	transition: all 0.4s;
	font-weight: bold;
	font-size: 1.4rem;
	color: #262626;
}


.drawer li a:hover{
	opacity: 0.7;
}



/*
.drawer li a:after{
	content: "";
	width: 0;
	height: 2px;
	position: absolute;
	bottom: -8px;
	left: 0;
	right: 0;
	margin: auto;
	opacity: 0;
	transition: all 0.4s;
	background: #046163;
}
.drawer li a:hover:after{
	width: 100%;
	opacity: 1;
}
*/


@media print, screen and (min-width: 769px) and ( max-width: 999px){

	.drawer li a{
		font-size: 1.4rem;
		letter-spacing: -1px;
	}

}/*END*/


@media print, screen and (min-width: 1000px) and ( max-width: 1199px){

	.drawer li a{
		font-size: 1.5rem;
	}


}/*END*/


@media screen and (max-width: 999px){
	.head_nav_fl{
		margin-right: auto;
		display: block;
	}
	.head_nav_fl li a img{
		max-width: 140px;
	}
	.menu_btn{
		width: 40px;
		height: 30px;
		position: fixed;
		top: 26px;
		right: 26px;
		cursor: pointer;
		z-index: 9999;
	}
	.menu_btn span{
		display: inline-block;
		width: 100%;
		height: 1px;
		background: #000;
		position: absolute;
		left: 0;
		transition: all 0.5s;
	}
	.menu_btn span:nth-child(1){
		top: 0;
	}
	.menu_btn span:nth-child(2){
		top: 50%;
	}
	.menu_btn span:nth-child(3){
		bottom: 0;
	}
	.open .menu_btn span{
		background: #fff;
	}
/*
	.menu_btn:hover span{
		background: #046163;
	}
*/
	.open .menu_btn span:nth-child(1){
		transform: rotate(-45deg);
		margin-top: 14px;
	}
	.open .menu_btn span:nth-child(2){
		opacity: 0;
	}
	.open .menu_btn span:nth-child(3){
		transform: rotate(45deg);
		margin-bottom: 15px;
	}
	.drawer{
		position: fixed;
		background: rgba(0, 0, 0, 0.9);
		top: 0;
		right: 0;
		width: 100%;
		height: 100vh;
		color: #fff;
		display: flex;
		justify-content: center;
		visibility: hidden;
		opacity: 0;
		transform: translateX(100%);
		transition: 0.5s ease-in-out;
		z-index: 99;
	}
	.drawer ul{
		float: none;
		text-align: center;
		padding-top: 120px;
	}
	.drawer ul li{
		float: none;
		position: relative;
		transform: translateX(-150px);
		transition: transform 0.5s ease;
		margin-left: 0;
		margin-bottom: 10px;
	}
	.drawer ul li:nth-child(2){ transition-delay: 0.1s; }
	.drawer ul li:nth-child(3){ transition-delay: 0.15s; }
	.drawer ul li:nth-child(4){ transition-delay: 0.2s; }
	.drawer ul li:nth-child(5){ transition-delay: 0.25s; }
	.drawer ul li:nth-child(6){ transition-delay: 0.3s; }
	.drawer ul li:nth-child(7){ transition-delay: 0.35s; }
	.drawer ul li:nth-child(8){ transition-delay: 0.4s; }
	.drawer ul li:nth-child(9){ transition-delay: 0.45s; }
	.drawer ul li a{
		position: relative;
		transition: all 0.4s;
		display: inline-block;
		font-size: 1.6rem;
		color: #fff;
		text-decoration: none;
		cursor: pointer;
		font-weight: normal;
		padding: 15px 0;
	}
	.drawer li:first-child a{
		background: none;
		padding: 15px 0;
	}
	.drawer li:first-child a:hover{
		background: none;
	}
	.open .drawer{
		visibility: visible;
		opacity: 1;
		transform: translateX(0);
	}
	.open .drawer ul li{
		transform: translateX(0);
	}

}/*END*/

@media screen and (max-width: 599px){
	
	.menu_btn{
		left: auto;
		right: 4.5%;
		width: 36px;
		height: 24px;
		margin-left: auto;
		top: 30px;
	}
	.open .menu_btn span:nth-child(1){
		margin-top: 12px;
	}
	.open .menu_btn span:nth-child(3){
		margin-bottom: 12px;
	}

	.drawer ul{
		padding-top: 100px;
	}
	.drawer ul li{
		transform: translateX(-70px);
	}
	.drawer ul li a{
		font-size: 1.5rem;
	}

}/*END*/
@media screen and (max-width: 399px){
	.drawer ul{
		padding-top: 60px;
	}
}








/*----------------------------------------
	MV
----------------------------------------*/

.top_mv{
	position: relative;
}


.mv_text{
	position:absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
}

.mv_text img{
	max-width:500px;
}
.top_mv > h1{
	color: #aca494;
	position: absolute;
	top: 10px;
	right: 3vw;
}


@media screen and (max-width: 768px){
}/*END*/

@media screen and (max-width: 599px){
	.mv_text{
		width: 80%;
	}
	.mv_bg{
		width: 180%;
	}
	.top_mv > h1{
		right: 50%;
		width: 100%;
		transform: translateX(50%);
	}
	.index > h1{
		top: -15px;
	}
	.top_page .menu_btn{
		top: 25px;
	}
	


}/*END*/









/*----------------------------------------
	contents concept
----------------------------------------*/

.rela{
	position:relative;
}

/*----------------------------------------
	footer
----------------------------------------*/
.footer_bg_top{
	background: url(../images/contact_bg_t.gif) repeat-x;
	height: 20px;
}
.footer_bg{
	background: #f8f2e4;
}


.foot_menu{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	font-weight: bold;
}

.foot_menu li{
	padding: 0 12px;
	margin-bottom:18px;
}

.foot_menu a{
	color:#fff;
	text-decoration: none;
	line-height: 1.5;
}


.foot_menu a:hover{
	text-decoration: underline;
	color:#eee;
}


.copyright{
	background: #fff;
	font-size: 1.6rem;
	color:#b0b0b0;
	text-align: center;
	padding: 16px 3px;
}
.copyright p{
	color:#000;
	text-decoration: none;
}
/*
.copyright a:hover{
	text-decoration: underline;
	opacity: 0.7;
}
*/

.page_top{
	display: block;
	position: fixed;
	right:0;
	bottom:0;
	z-index: 5;
}
.grid_foot{
	max-width: 840px;
	margin-left: auto;
	margin-right: auto;
	display: grid;
	grid-template-columns: repeat(2 ,1fr);
	column-gap: 5%;
}
.foot_nav{
	display: flex;
	gap: 2%;
	flex-wrap: wrap;
	justify-content: center;
}
.foot_nav li{
	margin-bottom: 30px;
}
.foot_nav li a{
	font-size: 2.4rem;
}
.foot_logo{
	max-width: 567px;
}

@media screen and (max-width: 599px) {

	.footer_bg{
		padding-top: 30px;
		padding-bottom: 30px;
	}


	.copyright{
		font-size: 1.3rem;
		padding: 10px 3px;
	}


	.page_top{
		width: 40px;
	}







}/*END*/


/* パンくず */
.pan{
	padding: 10px 0;
}
.pan ul{
	display: flex;
	flex-wrap: wrap;
	margin-left: 1.5vw;
}
.pan ul li{
	margin-bottom: 20px;
	font-size: 1.2rem;
}
.pan ul li a{
	font-size: 1.2rem;
}












/*----------------------------------------
	iframe中央配置
----------------------------------------*/

/*iframe比率維持*/
.map{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	padding: 50% 0 0;
	text-align: center;
}
.map iframe{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}
.map iframe:not(:target){
	left: 0\9;
	top: 0\9;
}
.map iframe{
	left: 0\9;
	top: 0\9;
}
@media all and (-ms-high-contrast: none) {
.map iframe{
		left: 50%\9 !important;
		top: 50%\9 !important;
	}
}
.map{ z-index: 2; }/*chrome対策*/

@media screen and (max-width: 768px){

	.map{ padding: 50% 0 0; }

}/*END*/

@media screen and (max-width: 479px){

	.map {
	    padding: 70% 0 0;
	    width: 92%;
	    margin: 0 auto 0 auto;
	}

}/*END*/







/*----------------------------------------
	contact
----------------------------------------*/
.form_frame{
	background: #ebf1f1;
}
.contact_frame{
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
}
.contact{
	width: 100%;
	line-height: 1.8;
	box-sizing: border-box;
}
.contact th,
.contact td{
	text-align: left;
	box-sizing: border-box;
	font-size: 2.4rem;
}
.contact th{
	color: #000;
	width: 300px;
}
.contact td{
	padding: 20px 20px 30px 0px;
}
.contact td p{
	line-height: 1.2;
}
.contact td.radio{
	padding: 20px 20px 10px 20px;
}
.add_name{
	width: 70px;
	display: inline-block;
}
.menseki_name{
	width: 110px;
	display: inline-block;
}
.zip{
	display: inline-block;
}
.privacy a{
	color: #0068b7;
}
.privacy_text{
	width: 100%;
	line-height: 2;
}
.privacy_text th{
	padding: 15px 0;
	text-align: left;
}
.hissu:after,
.nini:after{
	display: inline-block;
	padding: 2px 5px;
	line-height: 1;
	margin-left: 8px;
	vertical-align: middle;
	font-size: 1.6rem;
	color: #fff;
}
.hissu:after{
	content: "必須";
	display: inline-block;
	background: #e5493e;
	vertical-align: 1px;
}
.nini:after{
	content: "任意";
	display: inline-block;
	background: #aaa;
	vertical-align: 1px;
}

/*error*/
td .error{
	color: #e60012;
	padding-top: 14px;
	line-height: 1;
	font-size: 1.8rem;
}
.privacy .error{
	display: inline-block;
	margin-top: 15px;
	color: #e60012;
	padding: 5px 14px;
	background: #fff7f8;
	line-height: 1.2;
}
td.error{
	background: #f1ccd1;
}
.form_submit a{
	display: block;
	width: 375px;
	border: none;
	cursor: pointer;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 599px){
	.contact th,
	.contact td{
		font-size: 2rem;
	}

	.contact_frame{
		padding-left: 3.5%;
		padding-right: 3.5%;
	}
	.check div{
		padding: 8px 0;
	}
	.contact{
		font-size: 1.6rem;
	}
	.contact th{
		display: block;
		padding: 6px 3%;
		border-bottom: none;
		width: 100%;
	}
	.contact td.radio,
	.contact td{
		display: block;
		padding: 16px 2% 20px 2%;
	}
	.menseki_name{
		width: 120px;
	}
	th.hissu:after,
	th.nini:after{
		padding: 3px 6px;
	}
	.privacy label{
		font-size: 1.6rem;
	}
	.privacy .hissu::after{
		padding: 3px 6px;
		margin-left: 5px;
	}
	.form_submit a{
		width: 320px;
	}
	.form_submit{
		width: 100%;
	}
	.privacy .error,
	td .error{
		font-size: 1.4rem;
	}

}/*END*/

.contact_send{
	width: 100%;
	max-width: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}
.contact_send .head_logo{
	width: 55%;
	margin-top: 5px;
}


/*----------------------------------------
	フォーム
----------------------------------------*/

select,
textarea,
input[type="tel"],
input[type="email"],
input[type="text"]{
	padding: 12px 10px;
	border: none;
	background: #fff;
	box-sizing: border-box;
	font-family:'游ゴシック体', 'Yu Gothic', YuGothic,'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ ゴシック',sans-serif;
	-webkit-appearance: none;
}
select:focus{ outline:none; }
textarea:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="text"]:focus{
	outline:none;
	border: 1px solid #1a5fa7;
}
select{
	width: 300px;
}

.form1{ width: 120px; }
.form2{ width: 250px; }
.form3{ width: 500px; }
.form_all{ width: 100%; }
:focus{ outline: none; }

@media screen and (max-width: 599px){

	select,
	textarea,
	input[type="tel"],
	input[type="email"],
	input[type="text"]{
		font-size: 1.6rem;
	}
	select:focus{ outline:none; }
	textarea:focus,
	input[type="tel"]:focus,
	input[type="email"]:focus,
	input[type="text"]:focus{
		border: 1px solid #867b5b;
	}
	.form1{ width: 150px; }
	.form2{ width: 100%; }
	.form3{ width: 100%; }

}/*END*/


/*----------------------------------------
	radio checkbox
----------------------------------------*/

.radio input[type="radio"],
.check input[type="checkbox"]{
	position: absolute;
	height: 1px;
	width: 1px;
	clip: rect(0, 0, 0, 0);
}
.radio label,
.check label{
	display: inline-block;
	position: relative;
	cursor: pointer;
	margin-left: 10px;
	padding-left: 22px;
	line-height: 2;
	margin-right: 20px;
	margin-bottom: 10px;
}
.contact .naiyo.check{
	padding: 20px 20px 10px 0;
}
.contact .naiyo.check.error{
	padding: 20px 20px 10px 20px;
}
.contact td.error{
	padding: 20px 20px 20px 20px;
}
.naiyo.check label{
	width: calc(100% - 50px);
	background-color: #fff;
	margin-left: 0;
	padding: 10px 0px 10px 50px;
}

.radio label:before,
.check label:before{
	position: absolute;
	content: "";
	top: 50%;
	left: -10px;
	width: 20px;
	height: 20px;
	margin-top: -11px;
	background: #fff;
	border:1px solid #aaa;
	border-radius: 50%;
}
.naiyo.check label:before{
	left: 15px;
}
.check label:before{ border-radius: 0; }
.radio label,
.check label{
	margin-left: 0\9;
	padding: 11px\9;
}
.radio label:not(:target),
.check label:not(:target){
	margin-left: 10px\9;
	padding: 11px 0 11px 25px\9;
}
.radio label:before,
.check label:before{
	display: none\9;
}
.radio label:not(:target):before,
.check label:not(:target):before{
	display: inline-block\9;
}
.radio input[type="radio"]:checked + label:after{
	position: absolute;
	content: "";
	top: 50%;
	left: -6px;
	width: 14px;
	height: 14px;
	margin-top: -7px;
	border-radius: 50%;
	background: #1a5fa7;
}
.naiyo.check input[type="checkbox"]:checked + label:after{
	left: 19px;
	
}
.check input[type="checkbox"]:checked + label:after {
	content: "";
	position: absolute;
	top: 50%;
	box-sizing: border-box;
	display: block;
	left: -7px;
	width: 18px;
	height: 12px;
	margin-top: -8px;
	border-left: 4px solid #1a5fa7;
	border-bottom: 4px solid #1a5fa7;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.check input[type="checkbox"]:checked + label:before{
	background: #fff;
}
.radio input[type="radio"]:focus + label:before,
.check input[type="checkbox"]:focus + label:before{
	border-color: #1a5fa7;
	box-shadow: 0 0 5px #1a5fa7;
}
.sp_none{
	display: block;
}

@media screen and (max-width: 769px){

	.radio label,
	.check label{
		display: block;
	}
	.privacy.check label{
		margin-right: 0;
		line-height: 1.8;
		padding-left: 0;
		margin-left: 20px;
	}

}/*END*/
@media screen and (max-width: 599px){
	.naiyo.check input[type="checkbox"]:checked + label:after{
		left: 7px;
		
	}
	
	.naiyo.check label{
		width: calc(98% - 10px);
		padding: 10px 0 10px 30px;
	}
	.naiyo.check label:before{
		left: 5px;
	}

	.naiyo.check input[type="check"]:checked + label:after{
		left: 9px;

	}
	.sp_none{
		display: none;
	}


}
.foot_logo img{
	max-width: 179px;
}
header.send{
	position: relative;
	background-color: #ebf1f1;
}
@media screen and (min-width: 600px){

	.sp_menu{
		position: fixed;
		bottom: 10vh!important;
		right: 0;
		transition: all 0.4s;

	}
	.sp_menu img{
		max-width: 55px;
	}
}

@media screen and (max-width: 599px){
	.sp_menu{
		max-width: 500px;
		position: fixed;
		left: 0;
		right: 0;
		bottom: -150px;
		transition: all 0.4s;
		margin: auto;
		background: #fff;
		z-index: 10;
	}
	.sp_menu li{
		float: left;
		width: 50%;
	}
}
.bg01{
	background-color: #fbfce7;
}
.bg02{
	background-color: #faf1ea;
}
.bg03{
	background-color: #e6f6fd;
}

.ttl_img img{
	max-width: 500px;
}
.btn01{
	max-width: 400px;
}
.grid_02{
	display: grid;
	grid-template-columns: repeat( 2, 1fr);
	column-gap: 4%;
	row-gap: 30px;
}
.grid_04{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	column-gap: 3%;
	row-gap: 30px;
}
.deco01{
	position: absolute;
	left: 0;
	top: 20%;
	max-width: 215px;
	width: 15.92%;
}

.deco02{
	position: absolute;
	right: 0;
	top: 20%;
	max-width: 255px;
	width: 18.88%;
}
.deco03{
	position: absolute;
	left: 0;
	top: 0%;
	max-width: 139px;
	width: 10.29%;
}

.deco04{
	position: absolute;
	right: 0;
	top: 0%;
	max-width: 141px;
	width: 10.44%;
}
.grid_02.annai > div{
	background-color: #fff;
	padding: 6% 5%;
	position: relative;
}
.grid_02.annai > div:first-of-type{
	display: grid;
	align-items: self-end;
}
.pin01{
	max-width: 38px;
	position: absolute;
	right: 0;
	top: 0;
}
.grid_02.reverse > div:first-child{
	grid-column: 2/3;
	grid-row: 1/2;
}
.grid_02.reverse > div:last-child{
	grid-column: 1/2;
	grid-row: 1/2;

}
@media screen and (max-width: 999px){
	.deco01,.deco02,.deco03,.deco04{
		display: none;
	}
}
@media screen and (max-width: 599px){
	.grid_04,.grid_02{
		grid-template-columns: repeat(1, 1fr);
	}
	.grid_04 > div{
		margin-bottom: 30px;
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
	

}

/* about */