@charset "utf-8";
/* CSS Document */

*{
margin: 0px;
padding: 0px;
}

html{overflow-x: hidden;}

body{
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	background:#fff;
    line-height: 1.6;
    color:#333;
    font-size:15px;
    font-size-adjust: none;
    -webkit-font-size-adjust: none;
    position: relative;
    overflow-x: hidden;
}

.min{
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

.fw-b{
	font-family: 'Anton', sans-serif;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
}

.en{
    font-family: 'Oswald', sans-serif !important;
	font-weight: 500;
}

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

body{
    overflow: hidden;
    min-width: initial;
	font-size: 15px;
	max-width: 100%;
}

body.jp{
	font-size: 13px;
}
}

img{
	border:0;
	outline:none;
	image-rendering: -webkit-optimize-contrast;
	max-width: 100%;
}

a{
    transition: all 0.3s ease;
}

a:hover img.hover-alp{
filter: alpha(opacity=70); -moz-opacity:0.70; opacity:0.70;
    transition: .5s;
}

.img-hover{
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.img-hover img{
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    transition: 0.5s;
}

.img-hover img:hover{
    transform: scale(1.2);
}

a:link, a:visited{color:#222; text-decoration: none;}
a:hover{color:#999; text-decoration:underline;}

a.txt-red{
    color: #b7183f;
    text-decoration: none;
}

a.txt-red:hover{
    color: #000;
    text-decoration: underline;
}



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

.clearfix {
min-height: 1px;
}

* html .clearfix{
height: 1px;
/*\*//*/
height: auto;
overflow: hidden;
/**/
}

p{margin:0 0 15px;}

.cb{clear:both;}

#page-top{position:fixed; bottom:20px; right:20px; z-index: 50;}
#page-top a{
    width:50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #333;
    color: #fff;
    text-decoration: none;
    border-radius: 50%;
    font-size: 18px;
    }
@media only screen and (max-width: 768px) {
#page-top{bottom:30px; right:10px; }
}


img{
border:0;
outline:none;
}


.sp-only{display: none !important ;}
@media only screen and (max-width: 480px) {
.sp-only{display: inline !important;}
.pc-only{display: none !important ;}
}

@media screen and (min-width: 481px){	
  .br-pc { display:block; }
  .br-sp { display:none; }
}
@media screen and (max-width: 480px){	
  .br-pc { display:none; }
  .br-sp { display:block; }
}

/*==================================================
ボタン
================================================== */

.btn-area{
	margin: 50px 0;
}

.btn{
    background: #333;
    color: #fff !important;
    cursor: pointer;
    border: 1px solid #333;
    border-radius: 48px;
    padding: 16px 0;
    font-size: 15px;
    display: inline-block;
    width: 280px;
	transition: 0.5s;
    text-decoration: none !important;
    text-align: center;
}

.btn:hover{
    background: #fff;
    color: #333 !important;
}

.btn.btn-keycolor{
    background: #f45963;
    border-color: #f45963;
}

.btn.btn-keycolor:hover{
    color: #f45963 !important;
    background: #fff;
}

.btn.btn-w{
    background: #fff;
    color: #f45963 !important;
    border-color: #fff;
}

.btn.btn-w:hover{
    color: #fff !important;
    background: #f45963;
}


.wp-block-buttons{
    margin: 35px 0 0;
}


.wp-block-button a{
    min-width: 320px;
    text-decoration: none !important;
}




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

.btn{
	font-size: 15px;
    padding: 16px 35px;
}
	
}


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

.btn-area{
	margin: 35px 0;
}
	
	#contact .btn-area{
		margin-top: 0;
	}

.btn{
	font-size: 15px;
    padding: 16px 35px;
    min-width: 160px;
}


.wp-block-button a{
    min-width: 280px;
}
	
}

/*==================================================
全体コンテンツエリア
================================================== */

.contents-area{
    width: 1024px;
    margin-left: auto; 
    margin-right: auto; 
    position: relative;
}

.sec{
	margin: 100px auto;
}

.bg-w{
	background: #fff;
}

.sec-grey{
	background: #f3f6f9;
}

.sec-beige{
    background: #eeeadf;
}


.contents-sec{
	width: 1060px;
	vertical-align: top;
}

.page-wrapper{
	padding-top: 100px;
}


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

.contents-area{
    width: 88%;
}
    
}


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

.sec{
	margin: 65px auto;
}

.sec{
}

.contents-sec{
	width: 100%;
	vertical-align: top;
}

.page-wrapper{
	padding-top: 0;
	margin-top: 60px;
	border-top: 1px solid #ddd;
}

.bg-blue-grad{
	background: url("../images/bg_bluegrad_sp.jpg") repeat-y top center;
	background-size: 100%;
}
	
}

@media (max-width: 480px) {

.sec{
	margin: 50px auto;
}
  
}


/*==================================================
タイトル
================================================== */

.title-contents{
    display: block;
	font-size: 38px;
	line-height: 1.0;
	position: relative;
	margin-bottom: 50px;
	text-align: center;
}

.title-contents strong{
	display: block;
}

.title-contents span{
	display: block;
	width: 60px;
	margin: 15px auto;
	height: 1px ;
	border-top: 1px solid #333;
}

.title-contents small{
	display: block;
	font-size: 50%;
	font-weight: normal;
	letter-spacing: 0.1em;
}


@media only screen and (max-width: 768px) {
	
.title-contents{
	font-size: 32px;
}
	
}


@media only screen and (max-width: 480px) {
	
.title-contents{
	font-size: 7vw;
	margin-bottom: 35px;
}

.title-contents span{
	width: 50px;
}
	
}


/*==================================================
パンクズリスト
================================================== */

.breadcrumbs{
    padding: 20px 0;
    }
.breadcrumbs ul{list-style: none; text-align: right; font-size: 13px;}
.breadcrumbs ul li{display: inline-block; margin: 0 6px;}
.breadcrumbs ul li:after{content: ">"; padding-left: 18px;}
.breadcrumbs ul li.active-page:after{content: none;}
.breadcrumbs ul li a{
    text-decoration: underline;
}

@media only screen and (max-width: 768px) {
    
.breadcrumbs{
    padding: 20px 0 0;
    }    
   
}

/*==================================================
fontawesome
================================================== */

i.fas{
    font-weight: 900;
}

/*==================================================
header
================================================== */

header{
    width: 100%;
    z-index: 99999;
	position: fixed;
	top: 0;
	transition: top 300ms;
}

#header-top{
    background-color: rgba(255,255,255,0.85);
}

#header-top-inner{
    width: 1200px;
    height: 70px;
    margin: 0 auto;
    position: relative;
}

#header-top-link{
    position: absolute;
    width: auto;
    top: 0;
    right: 0;
    color: #333;
    display: flex;
}

#header-top-link ul{
    list-style: none;
    display: flex;
}

#header-top-link ul li{
    line-height: 70px;
    text-align: center;
}

#header-top-link ul li a{
    color: #333;
    font-size: 13px;
    border-left: 1px solid #333;
    padding: 2px 8px;
}

#header-top-link ul li:last-child a{
    border-right: 1px solid #333;
}

#header-top-info{
    padding-left: 25px;
    display: flex;
}

#header-top-info > div{
    padding-top: 19px;
}

#header-top-info a{
    display: block;
    border-radius: 40px;
    background: #333;
    border:1px solid #333;
    color: #fff;
    padding: 4px 10px;
    font-size: 13px;
    margin: 0 6px;
    text-decoration: none;
}

#header-top-info a:hover{
    background: #fff;
    color: #333;
}


#site-title{
    display: block;
	line-height: 1;
}
img.logo{
    height: 30px;
    margin-top: 20px;
    vertical-align: middle; 
    image-rendering:auto;
}
@media only screen and (max-width: 1200px) {

#header-top-inner{
    width: 98%;
}
    
}


@media only screen and (max-width: 860px) {
    
#header-top-link{
    display: none;
}
    
#header-top-inner{
    height: 60px;
} 
    
img.logo{
    margin-top: 15px;
}   

    
}


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

#header-top-inner{
    width: 94%;
}
    
img.logo{
    height: 20px;
    margin-top: 20px;
} 
	
}

/*==================================================
footer
================================================== */

footer{
	clear: both;
	background: #f4f4f4;
	padding: 50px 0 ;
	margin: 0;
}

#footer{
    width: 1200px;
    margin: 0 auto;
}

#footer-menu{
	float: right;
	width: 80%;
	text-align: right;
}

#footer-info{
	width: 20%;
	float: left;
	font-size: 13px;
}

#footer-menu ul{
	list-style: none;
}

#footer-menu li{
	display: inline-block;
	margin-left: 15px;
	font-size: 14px;
}

a.a-footer-contact{
    display: inline-block;
    border-radius: 40px;
    background: #f45963;
    color: #fff;
    padding: 6px 20px;
    font-size: 13px;
    margin: 20px 0;
    text-decoration: none;
}

a.a-footer-contact:hover{
    background: #e7d5d6;
    color: #f45963;
}

#footer-sns a{
	margin-left: 15px;
	font-size: 16px;
}

#footer-sns a:hover{
	opacity: 0.85;
}

#footer-copyright{
	clear: both;
	font-size: 12px;
	letter-spacing: 0.08em;
	text-align: right;
}

p.footer-tel{
	margin: 0;
}

p.footer-tel a{
	font-size: 15px;
}

p.footer-address a{
	display: inline-block;
	border-radius: 40px;
	background: #333;
	color: #fff;
	font-size: 12px;
	padding: 2px 8px;
	margin-top: 7px;
}

p.footer-logo img{
	margin: 0 auto;
	display: block;
}

@media only screen and (max-width: 1200px) {
    
    #footer{
        width: 94%;
    }
    
}

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

footer{
	padding: 30px 0 20px;
}
	
#footer{
    width: 94%;
}
	
}


@media only screen and (max-width: 768px) {
	
#footer-menu li a{
    font-size: 13px;
}
	
}


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

#footer-menu{
	float: none;
	width: 100%;
	text-align:center;
}

#footer-info{
	float: none;
	width: 90%;
	border-top: 1px solid #ddd;
	margin: 30px auto 0;
	padding-top: 30px;
}

#footer-menu ul{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}

#footer-menu li{
	margin: 0;
	font-size: 13px;
	width: calc(100%/3);
}
	
#footer-menu li a{
    display: block;
    margin: 15px 0;
}

a.a-footer-contact{
    display: block;
	width: 60%;
    padding: 12px 0;
    margin: 10px auto 30px;
}

#footer-sns a{
	margin: 0 10px;
	font-size: 18px;
}

#footer-copyright{
	text-align: center;
}

p.footer-tel{
	margin: 0 0 25px;
		padding: 0 10px;
}

p.footer-tel a{
	font-size: 16px;
}
	
p.footer-address{
    margin: 25px 0 15px;
    padding: 0 10px;
}

p.footer-address a{
	display: inline-block;
	border-radius: 40px;
	background: #333;
	color: #fff;
	font-size: 12px;
	padding: 2px 8px;
	margin-top: 7px;
}

p.footer-logo img{
	margin: 0 auto;
	width: 80%;
}
	
}


/*==================================================
テーブル
================================================== */

.table,
.table-line,
.body-menu table{
    border-collapse:collapse;  
    box-sizing:border-box; 
    margin: 0 auto; 
	width: 100%;
}

.body-menu table{
    margin: 35px 0 10px;
}

.body-menu table,
.body-menu table th,
.body-menu table td{
    border: none !important;
}

.table tr,
.body-menu table tr{
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.table th,
.body-menu table th{
    width: 300px;  
	box-sizing: border-box;
    padding: 30px 30px; 
	vertical-align: middle;
    text-align: left;
	background: #f4f4f4;
	font-weight: 500;
	letter-spacing: 0.08em;
}

.table td,
.body-menu table td{
    font-weight:normal; 
    padding: 30px; 
    line-height: 2.0;
	vertical-align: top;
}

.body-menu table td{
    padding: 18px 15px;
}

.table td div{
	margin-bottom: 20px;
}

.table td strong{
	display: block;
	font-weight: 500;
}

.table-line th{
    background: none;
    padding: 18px 15px;
    width: 140px;
}

.table-line td{
    padding: 18px 15px;
}


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

.table-line th{
    padding: 15px 15px;
    width: 120px;
}

.table-line td{
    padding: 15px 15px;
}
    
}


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

.body-menu table{
    margin: 25px 0 10px;
}

.table th{
	display: block;
	width: 100%;
	box-sizing: border-box;
    padding: 15px 20px;
}

.table td{
	display: block;
	width: 100%;
	box-sizing: border-box;
    padding: 20px 20px 30px;
}

.table td div{
	margin-bottom: 0;
}

.table td strong{
	margin-top: 10px;
}
	
.table.no-border tr:first-child{
    border-top: none;
}
	
.table tr:last-child{
    border-bottom: none;
}
	
.table.table-line tr:last-child{
    border-bottom: 1px solid #ddd;
}
    
.table-line th{
    display: table-cell;
    width: 110px;
    padding: 10px 0 10px 10px;
}

.table-line td{
    display: table-cell;
    width: auto;
    padding: 10px;
}    

}


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

.table td{
    padding: 20px 10px 30px;
}

.table td div{
	margin-bottom: 0;
}

.table td strong{
	margin-top: 10px;
}
	
.table.no-border tr:first-child{
    border-top: none;
}
    
.table-line th{
    display: block;
    width: 100%;
    padding: 12px 10px 0 10px;
}

.table-line td{
    display: block;
    width: 100%;
    padding: 12px 20px;
} 

}


/*==================================================
list
================================================== */

ul.ul-3cols{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	list-style: none;
}

ul.ul-3cols li{
	width: calc(100%/3);
}

ul.ul-4cols{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	list-style: none;
}

ul.ul-4cols li{
	width: calc(100%/4);
}


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

ul.ul-3cols,
ul.ul-4cols{
	display: block;
}

ul.ul-3cols li,
ul.ul-4cols li{
	width: 100%;
}
	
	
}



/*==================================================
accordion
================================================== */


dl.accordion{
	border-bottom: 1px solid #ddd;
}

dl.accordion dt{
    cursor:pointer;
    height: auto; 
    position: relative; 
	padding: 20px 10px;
	transition: 1s;
	line-height: 2.2;
}

dl.accordion dt.open{
	background: #f45963;
	color: #fff;
}

dl.accordion dt:hover{
    cursor:pointer;
    text-decoration: none;
}


dl.accordion dt:after{
    font-family: "Font Awesome 5 Free";
    content: '\f067';
    font-weight: 900;
	font-size: 13px;
	position: absolute;
	top: 36%;
	right: 20px;
}

dl.accordion dt.open:after{
    font-family: "Font Awesome 5 Free";
    content: '\f068';
    font-weight: 900;
	font-size: 13px;
	position: absolute;
	top: 36%;
	right: 20px;
}

 
dl.accordion dd {
    display:none; 
	padding: 30px 0 30px 40px;
	box-sizing: border-box;
	background: #fff;
}

dl.accordion dt span{
	display: inline-flex;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background-color: #f45963;
	color: #fff;
	text-align: center;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
}

dl.accordion dt p{
	width: 95%;
	margin: 0;
	text-align: justify;
}


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


dl.accordion dt:after{
	font-size: 12px;
	top: inherit;
	bottom: 10px;
	right: 10px;
}

dl.accordion dt.open:after{
	font-size: 12px;
	top: inherit;
	bottom: 10px;
	right: 10px;
}

dl.accordion dt p{
	width: 92%;
	margin: 0;
}
	
	
}
	




/*==================================================
fc
================================================== */

.fc-blue{color: #00abc7 !important;}
.fc-green{color: #7fbc03 !important;}
.fc-red{color: #e60012 !important;}







