@charset "UTF-8";


body{
	width: 100%;
	height: auto;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-size: 16px;
	line-height: 2.3;
	color: #595757;
	margin: auto;
	background: #fff;
}
.gray_bg1{
	background: #2d2a29;
}
.cf:after{
	content:"";
	clear:both;
	display:block;
}

a{
	color: #595757;
}

img{
	vertical-align: bottom;
}

body img{
	width: 100%;
	height: auto;
}
.pc_on{
	display:none;
}
.smart_on{
	display:block;
}
@media print, screen and (min-width: 641px) {
.pc_on{
	display:block;
}
.smart_on{
	display:none;
}
}

.clear_both{
	clear: both;
}

.h10{
	height: 10px;
}
.h20{
	height: 20px;
}
.h30{
	height: 30px;
}
.h40{
	height: 40px;
}
.h50{
	height: 50px;
}
.h60{
	height: 60px;
}
.h70{
	height: 70px;
}
.h80{
	height: 80px;
}
.h90{
	height: 90px;
}
.h100{
	height: 100px;
}

.nmt50{
	margin: -50px 0 0;
}

ul li{
	list-style: none;
}


header{
	width: 100%;
	height: 72px;
	background: rgba(255,255,255,1.0);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;/*20211027*/
}
@media print, screen and (min-width: 641px) {
header{
	height: 90px;
	background: rgba(255,255,255,0.7);/*20211027*/
}
}


header nav{
	width: 100%;
	max-width: 1400px;
	margin: auto;
}

.hd_nav_l{
	width: 64%;
	height: auto;
	float: left;
	margin: 14px 0 0 4.142%;
}
@media print, screen and (min-width: 641px) {
.hd_nav_l{
	width: 19.857%;
	height: auto;
	float: left;
	margin: 15px 0 0 4.142%;
}
}
.hd_nav_r{
	width: 59.857%;
	width: 62.666%;
	height: auto;
	float: right;
	margin: 6px 4.142% 0 0;
}
.hd_nav_r li{
	width: 5.053%;
	max-width: 38px;
	height: auto;
	float: left;
	margin: 0 2.404% 0 0;
}
.hd_nav_r li:nth-child(2){
	width: 12.5%;
	max-width: 94px;
	height: auto;
	float: left;
	margin: 0 2.404% 0 0;
}
.hd_nav_r li:nth-child(3){
	width: 13.031%;
	max-width: 98px;
	height: auto;
	float: left;
	margin: 0 2.404% 0 0;
}
.hd_nav_r li:nth-child(4){
	width: 6.117%;
	max-width: 46px;
	height: auto;
	float: left;
	margin: 0 2.404% 0 0;
}
.hd_nav_r li:nth-child(5){
	width: 6.117%;
	max-width: 46px;
	height: auto;
	float: left;
	margin: 0 2.404% 0 0;
}
.hd_nav_r li:nth-child(6){
	width: 4.521%;
	max-width: 34px;
	height: auto;
	float: left;
	margin: 0 2.404% 0 0;
}
.hd_nav_r li:nth-child(7){
	width: 6.648%;
	max-width: 50px;
	height: auto;
	float: left;
	margin: 0 2.404% 0 0;
}
.hd_nav_r li:nth-child(8){
	width: 14.361%;
	max-width: 108px;
	height: auto;
	float: left;
	margin: 0 2.404% 0 0;
}
.hd_nav_r li:last-child{
	width: 11.968%;
	max-width: 90px;
	height: auto;
	float: left;
	margin: 0 0 0 0;
}

.hd_nav_r2{
	width: 48.6%;
	width: 44%;
	width: 50.5%;
	height: auto;
	float: right;
	margin: 16px 4.142% 6px 0;
}
.hd_nav_r2 li:nth-child(1){
	width: 20.576%;
	width: 16.501%;
	max-width: 100px;
	height: auto;
	float: left;
	margin: 0 2.404% 0 0;
	margin: 0 1.25% 0 0;
}
.hd_nav_r2 li:nth-child(2){
	width: 25.514%;
	width: 20.462%;
	max-width: 120px;
	height: auto;
	float: left;
	margin: 0 2.404% 0 0;
}
.hd_nav_r2 li:nth-child(3){
	width: 20.576%;
	width: 16.501%;
	max-width: 100px;
	height: auto;
	float: left;
	margin: 0 2.404% 0 0;
}
.hd_nav_r2 li:nth-child(4){
	width: 30.864%;
	width: 24.752%;
	max-width: 150px;
	height: auto;
	float: left;
	margin: 0 2.404% 0 0;
}
.hd_nav_r2 li:nth-child(5){
	width: 5.349%;
	width: 4.29%;
	max-width: 26px;
	height: auto;
	float: left;
	margin: 0 1.25% 0 0;
}
.hd_nav_r2 li:last-child{
	width: 5.349%;
	width: 4.29%;
	max-width: 26px;
	height: auto;
	float: left;
	margin: 0 0 0 0;
}






/********

スマホナビ

*********/

#sp_menu{
	width:50px;
	height:auto;
	/*position:fixed;
	top:15px;
	right:4%;*/
	/*background:#6FF;*/
	float: right;
	padding: 15px 4% 0 0;
	padding: 14px 4% 0 0;
	z-index: 100;
}
#sp_menu img{
	width:100%;
	height:auto;
}

#sp_menu2{
	width:50px;
	height:auto;
	position:fixed;
	top:15px;
	top:14px;
	right:4%;
	/*background:#6FF;*/
	z-index: 100;
}
#sp_menu2 img{
	width:100%;
	height:auto;
}


#nv_box{
	width:100%;
	height:auto;
	position:fixed;
	top:72px;
	
	background:rgba(255,255,255,0.9);
	z-index:999999;
	display:none;
	color: #000;
	
}

#nv_box2{
	width:100%;
	height:auto;
	background:#fff;
	/*
	display:none;
	*/
}


#nv_box4{
	width:100%;
	height:auto;
	position:fixed;
	top:72px;
	background:rgba(255,255,255,0.9);
	z-index:999999;
	display:none;
	color: #000;
	
}


.table{
	margin:0px;
	padding:0px;
	width:100%;
	border-top: 1px solid #000;
}




.table1 {
	width:49.9%;
	width:50%;
	float:left;	
}

.table2 {
	width:49.9%;
	width:50%;
	float:right;	
}

.table1 li , .table2 li {
	overflow: hidden;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;	
}


.table div.table3 {
	clear:both;
	overflow: hidden;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;	
}

.table4 li{
	overflow: hidden;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;	
}

/* ボタン共通 */
.table1 li , .table2 li {
	position: relative;
}
.table1 li a , .table2 li a  {
	display: block;
	/*
	position: relative;
	*/
	z-index: 90;
	text-align:center;
	color: #000;
	padding:34px 0;
	padding:26px 0;
	padding:23px 0;
	padding:20px 0;
	padding:16px 0;
	font-size: 18px;
	font-size: 16px;
	line-height: 110%;
	text-decoration:none;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	letter-spacing:0.25em;
	/*
	background-image: -moz-linear-gradient( linear,left top,left bottom,from(#eff2f4),color-stop(0.49, #fff),color-stop(0.50, #fff),to(#eff2f4) );
	background-image: -webkit-gradient( linear,left top,left bottom,from(#eff2f4),color-stop(0.49, #fff),color-stop(0.50, #fff),to(#eff2f4) );
	background-image: -ms-linear-gradient( linear,left top,left bottom,from(#eff2f4),color-stop(0.49, #fff),color-stop(0.50, #fff),to(#eff2f4) );
	*/
/*	background:rgba(255,255,255,0.5);*/
	/*margin-bottom:1px;*/
	
}
.table1 li.on a , .table2 li.on a , .table3 li.on a{
	background: #ad9869;
	background: #bdac86;
}

.table div.table3 li a {
	display: block;
	/*
	position: relative;
	*/
	z-index: 90;
	text-align:center;
	color: #000;
	padding:34px 0;
	padding:26px 0;
	padding:23px 0;
	padding:20px 0;
	padding:16px 0;
	font-size: 18px;
	font-size: 16px;
	line-height: 110%;
	text-decoration:none;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	letter-spacing:0.25em;
	/*
	background-image: -moz-linear-gradient( linear,left top,left bottom,from(#eff2f4),color-stop(0.49, #fff),color-stop(0.50, #fff),to(#eff2f4) );
	background-image: -webkit-gradient( linear,left top,left bottom,from(#eff2f4),color-stop(0.49, #fff),color-stop(0.50, #fff),to(#eff2f4) );
	background-image: -ms-linear-gradient( linear,left top,left bottom,from(#eff2f4),color-stop(0.49, #fff),color-stop(0.50, #fff),to(#eff2f4) );
	*/
/*	background:rgba(255,255,255,0.5);*/
	/*margin-bottom:1px;*/
	
}

.table div.table4 li a {
	display: block;
	/*
	position: relative;
	*/
	z-index: 90;
	text-align:center;
	color: #000;
	padding:34px 0;
	padding:15px 0 15px;
	font-size: 16px;
	line-height: 110%;
	text-decoration:none;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	letter-spacing:0.15em;
	/*
	background-image: -moz-linear-gradient( linear,left top,left bottom,from(#eff2f4),color-stop(0.49, #fff),color-stop(0.50, #fff),to(#eff2f4) );
	background-image: -webkit-gradient( linear,left top,left bottom,from(#eff2f4),color-stop(0.49, #fff),color-stop(0.50, #fff),to(#eff2f4) );
	background-image: -ms-linear-gradient( linear,left top,left bottom,from(#eff2f4),color-stop(0.49, #fff),color-stop(0.50, #fff),to(#eff2f4) );
	*/
/*	background:rgba(255,255,255,0.5);*/
	/*margin-bottom:1px;*/
	
}
.table div.table5 li a {
	display: block;
	/*
	position: relative;
	*/
	z-index: 90;
	text-align:center;
	color: #000;
	padding:34px 0;
	padding:26px 0 10px;
	font-size: 18px;
	font-size: 16px;
	line-height: 110%;
	text-decoration:none;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	letter-spacing:0.15em;
	/*
	background-image: -moz-linear-gradient( linear,left top,left bottom,from(#eff2f4),color-stop(0.49, #fff),color-stop(0.50, #fff),to(#eff2f4) );
	background-image: -webkit-gradient( linear,left top,left bottom,from(#eff2f4),color-stop(0.49, #fff),color-stop(0.50, #fff),to(#eff2f4) );
	background-image: -ms-linear-gradient( linear,left top,left bottom,from(#eff2f4),color-stop(0.49, #fff),color-stop(0.50, #fff),to(#eff2f4) );
	*/
/*	background:rgba(255,255,255,0.5);*/
	/*margin-bottom:1px;*/
	
}


/**20211027修正*/
.table div.table6{
	width: 80%;
	margin: auto;
}
.table div.table6 li a {
	display: block;
	/*
	position: relative;
	*/
	z-index: 90;
	text-align:center;
	color: #000;
	padding:34px 0;
	padding:26px 0 15px;
	font-size: 14px;
	line-height: 110%;
	text-decoration:none;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	letter-spacing:0.15em;
	/*
	background-image: -moz-linear-gradient( linear,left top,left bottom,from(#eff2f4),color-stop(0.49, #fff),color-stop(0.50, #fff),to(#eff2f4) );
	background-image: -webkit-gradient( linear,left top,left bottom,from(#eff2f4),color-stop(0.49, #fff),color-stop(0.50, #fff),to(#eff2f4) );
	background-image: -ms-linear-gradient( linear,left top,left bottom,from(#eff2f4),color-stop(0.49, #fff),color-stop(0.50, #fff),to(#eff2f4) );
	*/
/*	background:rgba(255,255,255,0.5);*/
	/*margin-bottom:1px;*/
	width: 33%;
	width: 48%;
	float: left;
	padding: 25px 0.5% 25px 0;
	padding: 25px 0;
}
/*
.table div.table6 li:nth-child(3) a {
	padding: 25px 0 25px 0;
}
.table div.table6 li:nth-child(4) a {
	width: 28%;
	padding: 0 11% 0 ;
}
.table div.table6 li:nth-child(5) a {
	width: 28%;
	padding: 0 11% 0 0 ;
}
*/
/**20211027修正*/



.sp_menu_txt1 {
	display: block;
	/*
	position: relative;
	*/
	z-index: 90;
	text-align:center;
	color: #000;
	padding:34px 0;
	padding:26px 0 15px;
	padding:30px 0 10px;
	font-size: 16px;
	line-height: 110%;
	text-decoration:none;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	letter-spacing:0.15em;
	/*
	background-image: -moz-linear-gradient( linear,left top,left bottom,from(#eff2f4),color-stop(0.49, #fff),color-stop(0.50, #fff),to(#eff2f4) );
	background-image: -webkit-gradient( linear,left top,left bottom,from(#eff2f4),color-stop(0.49, #fff),color-stop(0.50, #fff),to(#eff2f4) );
	background-image: -ms-linear-gradient( linear,left top,left bottom,from(#eff2f4),color-stop(0.49, #fff),color-stop(0.50, #fff),to(#eff2f4) );
	*/
/*	background:rgba(255,255,255,0.5);*/
	/*margin-bottom:1px;*/
	
}

.table div.table3 li.sp_menu_3culum a {
	display: block;
	/*
	position: relative;
	*/
	z-index: 90;
	text-align:center;
	color: #000;
	padding:34px 0;
	padding:26px 0;
	font-size: 12px;
}

.sp_menu_form1 a{
	padding: 15px 0;
}
.sp_sns_box1{
	width: 20%;
	height: auto;
	margin: auto;
}
.sp_menu_form2{
	width: 40%;
	height: auto;
	float: left;
	margin: 0 0 0 0;
}
.sp_menu_form3{
	width: 40%;
	height: auto;
	float: right;
	margin: 0 0 0 0;
}

.sp_menu_3culum1{
	width: 33%;
	height: auto;
	float: left;
	padding: 0 0 0 0;
}
.sp_menu_3culum2{
	width: 43%;
	height: auto;
	float: left;
	padding: 0 0 0 0;
}
.sp_menu_3culum3{
	width: 24%;
	height: auto;
	float: left;
	padding: 0 0 0 0;
}
.sp_menu_3culum4{
	width: 40%;
	width: 33.333%;
	height: auto;
	float: left;
	padding: 0 0 0 0;
}
.sp_menu_3culum5{
	width: 36%;
	width: 33.333%;
	height: auto;
	float: left;
	padding: 0 0 0 0;
}
.sp_menu_3culum6{
	width: 24%;
	width: 33.333%;
	height: auto;
	float: left;
	padding: 0 0 0 0;
}

.sp_menu_5culum1{
	width: 21%;
	height: auto;
	float: left;
	padding: 0 0 0 0;
}
.sp_menu_5culum2{
	width: 16%;
	height: auto;
	float: left;
	padding: 0 0 0 0;
}



.contents_start{
	margin: 70px 0 0 0;
	margin: 80px 0 0 0;
}

.contents1000{
	width: 90%;
	height: auto;
	margin: auto;
}
.contents1000{
	width: 90%;
	height: auto;
	margin: auto;
}
@media print, screen and (min-width: 641px) {
.contents1000{
	width: 100%;
	max-width: 1000px;
}	
.contents1200{
	width: 100%;
	max-width: 1200px;
}	
.contents_start{
	margin: 70px 0 0 0;
	margin: 90px 0 0 0;
}
}






.top_box_fl1{
	width: 100%;
	height: auto;
	margin: 120px auto 0;
}

.top_box_fr1{
	width: 100%;
	height: auto;
	margin: 120px auto 0;
	/*background: #EE1519;*/
}
@media print, screen and (min-width: 641px) {
.top_box_fl1{
	width: 56.6%;
	max-width: 566px;
	height: auto;
	float: left;
	margin: 120px 0 0;
}

.top_box_fr1{
	width: 32%;
	max-width: 320px;
	height: auto;
	float: right;
	margin: 120px 0 0;
	/*background: #EE1519;*/
}
}
.link_bnr1{
	margin: 30px auto;
	/*background:#6F08F1;*/
}


.info_box1{
	margin: 45px 0 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

.info_date{
	font-size: 14px;
	color: #979797;
	margin: 0 0 12px;
}
.info_new{
	color: #a2272d;
	padding: 0 0 0 10px;
}
.info_head{
	font-size: 16px;
	color: #e4e4e4;
	margin: 0;
}
.info_head a{
	border-bottom: 1px solid #999;
	padding: 0 0 3px 0;
}

.info_link_btn1{
	font-size: 14px;
	text-align: center;
	margin: 60px auto 0;
}
.info_link_btn2{
	font-size: 14px;
	text-align: center;
	margin: 60px auto 0;
}
.info_link_btn1 a,.info_link_btn2 a{
	padding: 0 0 8px 6px;
	border-bottom: 1px solid #999;
}
@media print, screen and (min-width: 641px) {
.info_link_btn1{
	text-align: right;
	margin: 60px 30px 0 0;
}
}



.contact_txt1{
	font-size: 18px;
	margin: 34px 0 40px;
}




.com_ft{
	width: 100%;
	height: auto;
	background: #e1e7ea;
}







/*20211027フッターナビすべて修正*/
.ft_nav{
	display: none;/*20211027*/
}
@media print, screen and (min-width: 641px) {
.ft_nav{
	clear: both;/*20211027*/
	width: 94%;/*20211027*/
	max-width: 940px;
	height: auto;
	margin: 0 auto;
	padding: 60px auto 0;
/*	background: #1EE56A;*/
	display: flex;
	justify-content: space-between;
}
}
.ft_nav_btn1{
	width: 3.191%;
	max-width: 30px;
	height: auto;
	margin: 0;
/*
	float: left;
	margin: 0 3.605% 0 0;
*/
}

.ft_nav_btn2{
	width: 9.574%;
	max-width: 90px;
	height: auto;
	margin: 0;
/*
	float: left;
	margin: 0 3.605% 0 0;
*/
}
.ft_nav_btn3{
	width: 10.212%;
	max-width: 96px;
	height: auto;
	margin: 0;
/*
	float: left;
	margin: 0 3.605% 0 0;
*/
}
.ft_nav_btn4{
	width: 4.468%;
	max-width: 42px;
	height: auto;
	margin: 0;
/*
	float: left;
	margin: 0 3.605% 0 0;
*/
}
.ft_nav_btn5{
	width: 4.468%;
	max-width: 42px;
	height: auto;
	margin: 0;
/*
	float: left;
	margin: 0 3.605% 0 0;
*/
}
.ft_nav_btn6{
	width: 3.191%;
	max-width: 30px;
	height: auto;
	margin: 0;
/*
	float: left;
	margin: 0 3.605% 0 0;
*/
}
.ft_nav_btn7{
	width: 4.893%;
	max-width: 46px;
	height: auto;
	margin: 0;
/*
	float: left;
	margin: 0 3.605% 0 0;
*/
}
.ft_nav_btn8{
	width: 11.170%;
	max-width: 105px;
	height: auto;
	margin: 0;
/*
	float: left;
	margin: 0 3.605% 0 0;
*/
}
.ft_nav_btn9{
	width: 7.234%;
	max-width: 68px;
	height: auto;
	margin: 0;
/*
	float: left;
	margin: 0 3.605% 0 0;
*/
}
.ft_nav_btn10{
	width: 9.148%;
	max-width: 86px;
	height: auto;
	margin: 0;
/*
	float: left;
	margin: 0 ;
*/
}




.ft_link_title1{
	width: 12%;
	height: auto;
	margin: 0 auto 30px;
	padding: 30px 0 0;
}
.ft_bnr1{
	width: 80%;
	height: auto;
	margin: 0 auto 30px;
}

@media print, screen and (min-width: 641px) {
.ft_link_title1{
	width: 5.4%;
	margin: 30px auto 30px;
	padding: 0;
}

.footer_flex1{
	clear: both;
	width: auto;
	height: auto;
	margin: 0 auto;
	
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
}
	
/*3カラム*/
.ft_bnr1{
	width: 26%;
	max-width: 230px;
/*	float: left;*/
	margin: 0 1.5%;
}

/*4カラム*/
/*
.ft_bnr1{
	width: 23%;
	max-width: 230px;
	float: left;
	margin: 0 2.666% 0 0;
}
*/
.ft_bnr1.end{
	margin: 0 0 0 0;
}
}
	
.ft_copyright{
	clear: both;
	font-family: Arial, Helvetica, "sans-serif";
	font-size: 11px;
	color: #979797;
	text-align: center;
	padding: 0 0 20px;
}


.ft_info_box1{
	width: 100%;
	height: auto;
	margin: 40px auto 0;
}
.ft_info1{
	width: 80%;
	height: auto;
	margin: 0 auto 0;
}
.ft_info2{
	width: 80%;
	height: auto;
	margin: 0 auto 0;
}
.ft_info3{
	width: 80%;
	height: auto;
	margin: 0 auto 0;
}
@media print, screen and (min-width: 641px) {
.ft_info_box1{
	width: 89.6%;
	height: auto;
	margin: 40px auto 0;
}
.ft_info1{
	width: 32.366%;
	height: auto;
	float: left;
	margin: 0 4.241% 0 0;
}
.ft_info2{
	width: 33.705%;
	height: auto;
	float: left;
	margin: 0 4.241% 0 0;
}
.ft_info3{
	width: 25.446%;
	height: auto;
	float: left;
	margin: 0;
}
}
	
	
.ft_nav_box1{
	margin: 120px 0 0;
}
.ft_bnr_box1 li{
	margin: 0 auto 30px;
}
@media print, screen and (min-width: 641px) {
.ft_bnr_box1 li{
	width: 32%;
	float: left;
	margin: 0 2% 0 0;
}
.ft_bnr_box1 li:last-child{
	margin: 0 ;
}
}



.ft_reserve_box1{
	width: 80%;
	height: auto;
	margin: 40px auto;
}
.ft_res1{
	width: 48%;
	height: auto;
	float: left;
}
.ft_res2{
	width: 48%;
	height: auto;
	float: right;
}

.ft_sns_box1{
	width: 17%;
	height: auto;
	margin: 50px auto 30px;
}
.ft_sns1{
	width: 38%;
	height: auto;
	float: left;
}
.ft_sns2{
	width: 38%;
	height: auto;
	float: right;
}
@media print, screen and (min-width: 641px) {
.ft_reserve_box1{
	width: 37.4%;
	margin: 40px auto;
}
.ft_res1{
	width: 48.128%;
	float: left;
}
.ft_res2{
	width: 48.128%;
	float: right;
}

.ft_sns_box1{
	width: 8.8%;
	margin: 20px auto 30px;
}
.ft_sns1{
	width: 29.545%;
	float: left;
}
.ft_sns2{
	width: 29.545%;
	float: right;
}
}


.com_main_head1{
	font-size: 22px;
	line-height: 2;
	text-align: center;
	margin: 80px 0 0;
	letter-spacing: 0.06em;
}
.com_main_head2{
	font-size: 22px;
	line-height: 2;
	text-align: center;
	margin: 15px 0 60px;
	letter-spacing: 0.06em;
}

.com_title_ph1{
	width: 40%;
	height: auto;
	margin: 0 auto ;
}
.com_title_ph2{
	width: 40%;
	height: auto;
	margin: 0 auto;
}
.com_title_ph3{
	width: 80%;
	height: auto;
	margin: 0 auto;
	padding: 80px 0 0;
}
.cap_txt1{
	font-size: 11px;
	padding: -2px 0 2px 4px;
	color: #fff;
}
@media print, screen and (min-width: 641px) {
.com_title_ph1{
	width: 20%;
	max-width: 200px;
	margin: 70px auto 0;
}
.com_title_ph2{
	width: 64%;
	max-width: 640px;
	margin: 70px auto 0;
}
.com_title_ph3{
	width: 40%;
	max-width: 400px;
	margin: 70px auto 0;
}
}

.txt_center1{
	text-align: justify;
	line-height: 3;
	margin: 0 0 30px;
}
@media print, screen and (min-width: 641px) {
.txt_center1{
	text-align: center;
}
}
.btn_center1{
	width: 40%;
	height: auto;
	margin: 20px auto 80px;
}
@media print, screen and (min-width: 641px) {
.btn_center1{
	width: 20%;
	max-width: 200px;
	margin: 50px auto ;
}
}


.width690{
	width: 100%;
	height: auto;
	margin: 15px auto 0;
}
.width690-2{
	width: 90%;
	height: auto;
	margin: 15px auto 0;
}
.width692{
	width: 90%;
	height: auto;
	margin: 15px auto 0;
}
.width800{
	width: 90%;
	height: auto;
	margin: 15px auto 0;
}
@media print, screen and (min-width: 641px) {
.width690{
	width: 69%;
	max-width: 690px;
	margin: 15px auto 0;
}
.width800{
	width: 80%;
	max-width: 800px;
	margin: 15px auto 0;
}
.width690-2{
	width: 92%;
	max-width: 692px;
	margin: 15px auto 0;
}
.width692{
	width: 69.2%;
	max-width: 692px;
	height: auto;
	margin: 15px auto 0;
}
}

.border100{
	width: 100%;
	height: 1px;
	max-width: 1000px;
	border-bottom:1px solid #000;
}
.border90{
	width: 90%;
	height: 1px;
	max-width: 900px;
	border-bottom:1px solid #000;
	margin: 0 auto;
}


.com_main_title1{
	width: 60%;
	height: auto;
	margin: 0 auto 40px;
}
.com_box_title1{
	width:60%;
	max-width: 300px;
	height: auto;
	margin: 0 auto 35px;
}
.com_box_title1.ph_large1{
	width: 72%;
}
.com_box_title2{
	width:60%;
	max-width: 300px;
	height: auto;
	margin: 0 auto 35px;
}
@media print, screen and (min-width: 641px) {
.com_main_title1{
	width: 30%;
	margin: 0 auto 40px;
}
.com_box_title1{
	width: 30%;
	max-width: 300px;
	margin: 0 auto 35px;
}
.com_box_title1.ph_large1{
	width: 30%;
	max-width: 300px;
	margin: 0 auto 35px;
}
.com_box_title2{
	width: 23.2%;
	max-width: 232px;
	margin: 0 auto 35px;
}
}


.com_box2_l1{
	width: 90%;
	/*max-width: 672px;*/
	height: auto;
	margin: auto;
}
.com_box2_r1{
	width: 90%;
	/*max-width: 476px;*/
	height: auto;
	margin: auto;
}
.com_box2_l2{
	width: 90%;
	/*max-width: 672px;*/
	height: auto;
	margin: auto;
}
.com_box2_r2{
	width: 90%;
	/*max-width: 476px;*/
	height: auto;
	margin: auto;
}
.com_txt_box1{
	width: 100%;
	height: auto;
	margin: 24px auto 0;
	margin: 50px auto;
}
.com_txt_box2{
	width: 100%;
	height: auto;
	margin: 24px auto 0;
	margin: 50px auto;
}
.com_txt_box3{
	width: 100%;
	height: auto;
	margin: 24px auto 0;
	margin: 50px auto;
}
.com_txt_box4{
	width: 100%;
	height: auto;
	margin: 24px auto 0;
	margin: 50px auto;
}
@media print, screen and (min-width: 641px) {
.com_box2_l1{
	width: 56%;
	/*max-width: 672px;*/
	height: auto;
	float: left;
}
.com_box2_r1{
	width: 39.666%;
	/*max-width: 476px;*/
	height: auto;
	float: right;
}
.com_box2_l2{
	width: 56%;
	/*max-width: 672px;*/
	height: auto;
	float: right;
}
.com_box2_r2{
	width: 39.666%;
	
	/*max-width: 476px;*/
	height: auto;
	float: left;
}
.com_txt_box1{
	width: 75.789%;
	margin: 0 auto 94px ;
}
.com_txt_box2{
	width: 63%;
	width: 74%;
	margin: 30px auto 80px ;
}
.com_txt_box3{
	width: 63%;
	width: 74%;
	margin: 180px auto 80px ;
}
.com_txt_box4{
	width: 63%;
	width: 74%;
	margin: 180px auto 80px ;
}
}


.com_box_fl1{
	width: 100%;
	height: auto;
	margin: 80px auto 70px;
}
.com_box_fr1{
	width: 100%;
	height: auto;
	margin: auto;
}
.com_box_fl2{
	width: 100%;
	height: auto;
	margin: 80px auto 70px;
}
.com_box_fl2.for_sp{
	width: 100%;
	height: auto;
	margin: 80px auto 30px;
}
.com_box_fr2{
	width: 100%;
	height: auto;
	margin: auto;
}
.com_box_fl2_txt1{
	font-size: 15px;
}
.com_box_fl2_txt2{
	font-size: 13px;
	line-height: 1.5;
	padding: 15px 0 0;
}
.com_box_fl2_txt3{
	font-size: 14px;
	line-height: 1.5;
	padding: 4px 0 0;
}
.com_box_fl2_txt4{
	font-size: 13px;
	line-height: 1.5;
	padding: 4px 0 0;
}
@media print, screen and (min-width: 641px) {
.com_box_fl1{
	width: 46%;
	max-width: 460px;
	float: left;
	margin: 0;
}
.com_box_fr1{
	width: 46%;
	max-width: 460px;
	float: right;
	margin: 0;
}
.com_box_fl2{
	width: 48%;
	max-width: 480px;
	float: left;
	margin: 0;
}
.com_box_fl2.for_sp{
	width: 48%;
	max-width: 480px;
	float: left;
	margin: 0;
}
.com_box_fr2{
	width: 48%;
	max-width: 480px;
	float: right;
	margin: 0;
}
}

.lead_copy_ctr1{
	font-size: 15px;
	text-align: justify;
	line-height: 2.4;
}
.lead_copy_ctr1.m01{
	text-align: center;
}
@media print, screen and (min-width: 641px) {
.lead_copy_ctr1{
	font-size: 15px;
	text-align: center;
	line-height: 2.4;
}
}
.com_3culum1{
	width: 33.3%;
	max-width: 333px;
	height: auto;
	float: left;
}
.com_3culum1.mid{
	width: 33.4%;
	max-width: 334px;
}
.com_3culum2{
	width: 32%;
	max-width: 320px;
	margin: 0 2% 0 0;
	height: auto;
	float: left;
}
.com_3culum2.end{
	margin: 0 0 0 0;
}



.com_btn_ctr1{
	width: 50%;
	height: auto;
	margin: auto;
}
.com_btn_ctr2{
	width: 50%;
	height: auto;
	margin: auto;
}
.com_btn_ctr3{
	width: 50%;
	height: auto;
	margin: auto;
}
@media print, screen and (min-width: 641px) {
.com_btn_ctr1{
	width: 18.4%;
	margin: auto;
}
.com_btn_ctr2{
	width: 15%;
	margin: auto;
}
.com_btn_ctr3{
	width: 12%;
	margin: auto;
}
}
	
	
.cap_l{
	font-size: 11px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	color: #595757;
	line-height: 1.5;
}
.cap_l2{
	font-size: 11px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	color: #595757;
	line-height: 1.2;
}
.cap_r{
	font-size: 11px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	color: #595757;
	line-height: 1.5;
	text-align: right;
}
.bg_yellow1{
	background: #faf4ec;
}

.nmt10{
	margin: -10px 0 0;
}
.nmt30{
	margin: -30px 0 0;
}
.nmt80{
	margin: -80px 0 0;
}
.nmt100{
	margin: -100px 0 0;
}
.nmt120{
	margin: -120px 0 0;
}
.nmt140{
	margin: -140px 0 0;
}
.nmt170{
	margin: -170px 0 0;
}
.nmt200{
	margin: -200px 0 0;
}
.nmt220{
	margin: -220px 0 0;
}
.nmt230{
	margin: -230px 0 0;
}
















.header2{
	width: 100%;
	height: auto;
	margin:0 auto;
	position:absolute;
}



.nv_box_w600 a .hd_btn_bar2{
	clear: both;
	width: 30px;
	height: 1px;
	border-bottom:none;
	margin: 4px auto 0;
}
.nv_box_w600 a:hover .hd_btn_bar2 {
	border-bottom: 1px solid #000;
}
.nv_box_w600 a .hd_btn_bar2.on {
	border-bottom: 1px solid #000;
}


.nv_box_w800 a .hd_btn_bar2{
	clear: both;
	width: 30px;
	height: 1px;
	border-bottom:none;
	margin: 4px auto 0;
}
.nv_box_w800 a:hover .hd_btn_bar2 {
	/*border-bottom: 1px solid #fff;*/
	background: #fff;
}
.nv_box_w800 a .hd_btn_bar2.on {
	background: #fff;
}


#nv_box1 , #nv_box2{
	width:100%;
	height:auto;
	position:absolute;
	right:0;
	top:-1px;
	top:90px;
	/*top:72px;*/
	top:96px;
	z-index:999;
	display:none;
	background:rgba(0,0,0,0.6);
	background: rgba(255,255,255,0.9);
	border-top: 1px solid #000;
}

#nv_box4{
	width:100%;
	height:auto;
	position:absolute;
	right:0;
	top:-1px;
	top:90px;
	top:72px;
	z-index:999;
	display:none;
	background:rgba(0,0,0,0.6);
	background: rgba(255,255,255,0.9);
	/*border-top: 0.5px solid #000;*/
}



.nv_box_w600{
	width:100%;
	max-width: 700px;
	height:40px;
	padding: 20px 0 0;
	padding: 10px 0 10px;
	margin: 0 auto;
	text-align: center;
}

.nv_box_w600 a{
	width: auto;
	height: auto;
	display:inline-block;

	font-size: 14px;
	line-height: 120%;
	font-family: 'Noto Serif JP' , "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-weight: 400;
	text-align: center;
	color: #000;
	letter-spacing: 1px;
	margin: 0 12px;
	
	text-decoration: none;
}

.nv_box_w800{
	width:100%;
	max-width: 700px;
	height:84px;
	padding: 20px 0 0;
	margin: 0 auto;
	text-align: center;
}

.nv_box_w800 a{
	width: auto;
	height: auto;
	display:inline-block;

	font-size: 14px;
	line-height: 120%;
	font-family: 'Noto Serif JP' , "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-weight: 400;
	text-align: center;
	color: #000;
	letter-spacing: 1px;
	margin: 0 12px;
}



.header3{
	width: 100%;
	height: auto;
	margin:0 auto;
	position:absolute;
}
.nv_btn3{
	position: relative;
}
#nv_box3{
	width:100%;
	height:auto;
	position:absolute;
	right:0;
	top:-1px;
	top:0;

	z-index:999;
	display:none;
	background:rgba(0,0,0,0.6);
	background: rgba(255,255,255,0.8);
}
.nv_box_book{
	width:100%;
	max-width: 700px;
	height:120px;
	padding: 20px 0 0;
	padding: 10px 0 10px;
	margin: 0 auto;
	text-align: center;
}

.nv_box_book a{
	width: auto;
	height: auto;
	display:inline-block;

	font-size: 13px;
	line-height: 120%;
	font-family: 'Noto Serif JP' , "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-weight: 400;
	text-align: center;
	color: #000;
	letter-spacing: 1px;
	margin: 0 12px;
	padding: 0 0 10px;
	
	text-decoration: none;
}

















/*#nv_box3{
	position: absolute;
	top: 44px;
	display: none;
	width: 100%;
	height: auto;
	line-height: 18px;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
	padding: 0;
	background: #000;
	z-index: 999;
}


.c-header__nav-item--login_sub a{
	display: block;
	color: #fff !important;


	cursor: pointer;
}
.c-header__nav-item--login_sub a {
	width: 142px;
	line-height: 44px;
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 0.05em;
	position: relative;
	background: #982e37;

}

.c-header__nav-item--login_sub span a:after  {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
			transform: translateY(-50%);
	display: block;
	content: '';
	width: 6px;
	height: 7px;
	background: url(../images/cmn_icon_arrow2.svg) left top/6px 7px no-repeat; }*/










.sp_hd_btn1{
	width: 41.666%;
	width: 72%;
	/*max-width: 200px;*/
	height: auto;
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 999999;
}

.sp_hd_logo2{
	width: 43.333%;
	width: 208px;
	height: auto;
	float: left;
	padding: 14px 0 0 6px;
}

.sp_hd_btn2{
	width: 10.416%;
	width: 50px;
	height: auto;
	float: right;
	padding: 14px 75px 0 0;
}

.sp_hd_logo2 img,.sp_hd_btn1 img,.sp_hd_btn2 img{
	width:100%;
	height:auto;
}






