@charset "utf-8";
@media screen and (min-width: 901px) {


	html{font-size: 100%;}
	
	body{font-size: 1.1em;}
	
    
/*------------------------------
		ヘッダー
-------------------------------*/

    
.header{
	position: sticky;
	top: 0;
	left: 0;
	z-index: 100;

}    
    
header h1{margin:0 auto 5px auto;
display:block;
font-size:14px;
    color: #fff;
    max-width: 1200px;}


	
header #logo {
	display: block;
	margin:0 auto 5px 0;
    width:35%;}
	

.header .header_box{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	align-content: stretch;
	justify-content: space-between;
	max-width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
  
}




header #form_button{width: 22%;
    margin: 0 10px 10px 0;}

      
    
header dl#telnum{width: 25%;
    margin: 0 10px 0 0;}

header dl#telnum dd{color: #fff;
    font-size: 14px;}

header  dl#telnum dt a:hover,.bn_contact dl dt a:hover{opacity: 1;
  filter: alpha(opacity=100);
  cursor:default}





.hader-calendar a:hover{
	text-decoration: none;
}
.hader-calendar a strong{
	display: block;
}
	  
 .topimg img{
	display: block;
	width: 1060px;
	margin: 20px auto;
}   
    
	.pc{display: none!important;}
/* imgの基本設定 */
.wp-block-image .aligncenter,
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 20px;
	text-align: center;
}
		
	
.wp-block-image .alignright,
.alignright {
	float: right;
	margin: 0 0 30px 20px;
	max-width: 35%	!important;
}
	
.wp-block-image .alignright2,
.alignright2 {
	float: right;
	margin: 0 0 0px 20px;
	max-width: 30%	!important;
}
	
.wp-block-image .alignleft,
.alignleft {
	float: left;
	margin: 0 30px 30px 0;
	max-width: 35%	!important;
}
	

.leftbox{
	float: left;
	width: 60%;
}
	
.red_border{
	position: relative;
}
.red_border .alignright {
	position: absolute;
	right: 20px;
	bottom: 0px;
}

	.small{font-size: 14px;
	line-height: 1.4;}

.contact_link2 .alignright{max-width: 300px!important;}

    .contact_link2 .leftbox{width: calc(100% - 350px);}    
    
  .contact_link2 dl{display: flex;
justify-content: space-between;
margin: 20px 0;}
.contact_link2 dl dt{width: 40%;}

.contact_link2 dl dd{width: 60%;
}
.contact_link2 dl dd img{width: 100%;}  
/*-----------------------------------*/
    .bg_yellow{padding-left: 30px;
    padding-right: 30px;}
 table.place th,table.place td{padding:0 10px 15px 0;}

/*-----------------------------------*/

table.schedule td:nth-of-type(1),
table.schedule th{
	width: 18%;
}
    table.schedule td tr td:last-of-type{text-align: left;}    
    
ul.nayami{
	margin: 10px 0 20px 1em;
}    
    
    .bg_yellow2 .alignright{max-width: 450px!important;}
    .bg_yellow2 p{font-size: 37px;
    padding: 30px 20px 0px 20px;
    color: #e60012;fonnt-weight:bold;}    
    .bg_yellow2 span{text-align: right;}
.flow ul li dt {
    position: relative;
    float: left;
    color: #fff;
    padding: 5px 35px 3px;
    width: 296px;
    height: 42px;
    font-size: 19px;
    font-weight: normal;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.flow ul li dt:after {
    content: "";
    position: absolute;
    top: 42px;
    left: 0;
    width: 0px;
    height: 0px;
    border: 148px solid transparent;
}

    
.flow ul li dd strong{display: block;}    
    
.flow ul li dd {
    float: right;
    padding: 0 10px;
    width: calc(100% - 340px);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
    

.flow ul li dt.step01:after {border-top: 30px solid #0c9c67;}

.flow ul li dt.step02:after {border-top: 30px solid #049b98;}

.flow ul li dt.step03:after {border-top: 30px solid #3681a3;}

.flow ul li dt.step04:after {border-top: 30px solid #786796;}

.flow ul li dt.step05:after {border-top: 30px solid #a45180;}

.flow ul li dt.step06:after {border-top: 30px solid #c2458a;}

.flow ul li dt.step07:after {border-top: 30px solid #ca1524;}

.flow ul li dt.step08:after {border-top: 30px solid #ce772f;}

.flow ul li dt.step09:after {border-top: 30px solid #caab3b;}

.flow ul li dt.step10:after {border-top: 30px solid #95b041;}
/*------------------------------
	コンタクトバナー
-------------------------------*/

.bn_contact section{ background:url(../img/contact_woman.png) no-repeat right bottom;}

.bn_contact .bn{width: 67%;}

    .bn_contact dl{margin: 20px 0;}

.bn_contact dl dt{color: #fff;
    font-weight: bold;
position:relative;
float: left;
    font-size:20px;
    width: 35%;}
    .bn_contact p{margin-bottom: 20px;}

.footer .about{max-width: 800px;
	text-align: center;
	padding: 30px 10px;
	box-sizing: border-box;
	font-size: 18px;
    display: flex;
    margin: 0 auto;
    justify-content: space-around;
}
    
    .footer .about p{font-weight: bold;
    font-size: 20px;
    margin: 5px 0 0 0;}    

}