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

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

body{
font-family:"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
font-family: "Noto Sans Japanese";
background:#fff;	
line-height: 1.7em;
color:#333;
font-size:14px;
font-size-adjust: none;
-webkit-font-size-adjust: none;
position: relative;
min-width: 1024px;    
}

.min{
    font-family: UD Reimin Regular; 
}

@media (max-width: 767px) {
body{
    overflow-x: hidden;
    min-width: initial;
}
}

img{
border:0;
outline:none;
}

a{
    transition: all 0.3s ease;
}

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

a:link, a:visited{color:#fc7248; text-decoration: none;}
a:hover{color:#422f10; 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 (max-width: 767px) {
#page-top,#page-top a{display: none;}
}


img{
border:0;
outline:none;
}


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

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

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

.btn{
    display: block; 
    height: 44px;
    line-height: 44px;
    text-align: center; 
    border:1px solid #333;
    text-decoration: none; 
    color: #333 !important; 
    background:#fff; 
    margin: 0 auto;
}

.btn:hover{
    background:#333; 
    color: #fff !important; 
    text-decoration: none;
}
.btn i{padding:0 5px;}

.btn-small{
    display: inline-block;
    background:#333;
    border: 1px solid #333;
    text-decoration: none !important;
    border-radius: 6px;
    color: #fff !important;
    text-align: center;
}
.btn-small:hover{background: #fff; color: #333 !important;}



@media (max-width: 320px) {

.btn{
    display: block; 
    height: 36px;
    line-height: 36px;
    }
    
}

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

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

#top-contents{
    padding: 50px 0;
}

.contents-basic{
    padding: 30px;
    background: #fff;
}

@media screen and (max-width: 1024px) and (orientation: portrait){
.contents-area{width: 94%; margin-left: auto; margin-right: auto; position: relative;}    
.page-wrapper{padding-top: 0;}      
}


@media (max-width: 767px) {
    
.contents-area{width: 86%; }
.page-contents{padding:50px 0 30px;} 
.contents-basic{padding: 20px;}
#top-contents{padding: 0;}   
    
}

@media (max-width: 320px) {
.page-contents{padding:30px 0 20px;}  
.page-wrapper{padding-top: 0;}
.contents-basic{padding: 10px;}    
}


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

.title-contents{
    display: block; 
    font-family: UD Reimin Regular; 
    letter-spacing: 0.04em; 
    margin: 0 auto 30px ; 
    font-size: 32px; 
    position: relative; 
    font-weight: 400;
    text-align: center;
    line-height: 1.5;
}

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



@media (max-width: 767px) {
.title-contents{
    margin: 0 auto 30px ; 
    font-size: 24px; 
	line-height: 1.4em;
}

.title-contents span{
    margin: 15px auto 5px;
}
	

	
}

@media (max-width: 320px) {

}


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

.breadcrumbs{font-size: 12px; padding: 5px; background: #f5f5f5;}
.breadcrumbs ul{list-style: none;}
.breadcrumbs ul li{display: inline-block; padding-right: 5px;}
.breadcrumbs ul li:after{content: ">"; padding-left: 10px;}
.breadcrumbs ul li.active-page:after{content: none;}

@media (max-width: 767px) {
.breadcrumbs{font-size: 11px; padding: 3px; }    
}

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

i.fas{
    font-weight: 900;
}

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

#top-header{
}

.site-logo{
	
}

.site-logo img{
    height: 40px;
    margin: 15px;
	vertical-align: bottom;
}

@media (max-width: 767px) {
    
.site-logo{
}

.site-logo img{
	width: auto;
    height: 36px;
	vertical-align: bottom;
    margin:11px 0 0 12px;
}  
}


@media (max-width: 320px) {
    .site-logo{
        top: 13px;
        left: 6px;
    }
.site-logo img{
    height: 34px;
	vertical-align: bottom;
} 
    
}



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

footer{
	clear: both;
	margin: 0;
    padding: 50px 0;
    background-color: #f7f7f7;
    position: relative;
}

footer:before{
    content:"";
    position: absolute;
    top:0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 100px 100vw 0 0 ;
    border-color: #fff transparent transparent transparent;
}

.footer-info h2{
    display: block;
    margin: 0 0 30px;
    font-size: 26px;
    font-family: UD Reimin Regular; 
    font-weight: normal;
}

.footer-info h2 span{
    display: block;
    font-size: 60%;
    padding-bottom: 8px;
}

.footer-address{
    margin-bottom: 10px;
}
.footer-info a.btn-small{
    font-size: 11px;
    margin-left: 7px;
    padding: 0 10px;
}

.footer-sns{
    position: absolute;
    text-align: right;
    right: 0;
    top: 0;
    width: 400px;
}

.footer-sns a{
    display: inline-block;
    color: #333;
    font-size: 15px;
}

.footer-sns a.footer-sns-insta{
    margin-right: 20px;
}

.copyright{
    position: absolute;
    bottom: 20px;
    right: 0;
    font-size: 11px;
    text-align: right;
}


@media (max-width: 767px) {

footer{
    padding: 50px 0 20px;
    font-size: 12px;
}

.footer-info h2{
    margin: 0 0 20px;
    font-size: 20px;
}

.footer-address{
    margin-bottom: 10px;
}
.footer-info a.btn-small{
    font-size: 11px;
    margin-left: 7px;
    padding: 0 10px;
}

.footer-sns{
    position: relative;
    text-align: center;
    right: inherit;
    top: inherit;
    width: 100%;
    margin: 25px 0 15px;
}

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

.footer-sns a.footer-sns-insta{
    margin-right: 15px;
}

.copyright{
    position: relative;
    bottom: inherit;
    right: inherit;
    text-align: center;
}

}

@media (max-width: 320px) {
	


.footer-info h2 span{
    font-size: 56%;
    padding-bottom: 5px;
}

}

/*==================================================
トップページ
================================================== */

#mainimg-top{
    width: 100%;
    background: url("../images/mainimg_top.jpg") center center no-repeat;
    background-size: cover;
    height: 780px;
    padding-bottom: 100px;
    position: relative;
}

#mainimg-top:before{
    content:"";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 100px 100vw ;
    border-color: transparent transparent #fff transparent;
}

#mainimg-top > div{
    width: 1000px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    font-family: UD Reimin Regular; 
}

.main-catchcopy{
    display: block;
    width: 100%;
    position: absolute;
    bottom:50px;
    font-size: 36px;
    left: 0;
    text-align: right;
    font-weight: 300;
    letter-spacing: 0.1em;
}

#mainimg-top p{
    position: absolute;
    bottom: -100px;
    text-align: center;
    width: 800px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.8em;
    padding-left: 130px;
}

#top-catchcopy{
    padding: 20px 0 0;
    text-align: center;
    font-weight: 600;
    font-size: 24px;
    line-height: 2.2;
}


#top-banner{
    margin: 70px 0;
    padding:20px 0 0;
    position: relative;
    background:#0dc7d3;
}

#top-banner:before{
    content:"";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 100px 0 0 100vw ;
    border-color: #fff transparent transparent transparent;
}

#top-banner:after{
    content:"";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 140px 100vw ;
    border-color: transparent transparent #fff transparent;
}



#top-banner a{
    display: block;
    width: 440px;
    height: 130px;
    float: left;
    margin: 0 40px 40px 0;
    background-size: 100%;
    background-position: center center;
    padding:10px; 
    color: #fff;
    font-family: UD Reimin Regular; 
    position: relative;
    z-index: 1;
}

#top-banner a.top-banner02, #top-banner a.top-banner04, #top-banner a.top-banner05{
    margin-right: 0;
}

#top-banner a.top-banner01{background-image: url("../images/banner_top01.jpg");}
#top-banner a.top-banner02{background-image: url("../images/banner_top02.jpg");}
#top-banner a.top-banner03{background-image: url("../images/banner_top03.jpg");}
#top-banner a.top-banner04{background-image: url("../images/banner_top04.jpg");}
#top-banner a.top-banner05{background-image: url("../images/banner_top05.jpg");}
#top-banner a.top-banner06{background-image: url("../images/banner_top06.jpg");}

#top-banner a div{
    border:1px solid #fff;
    padding: 10px;
    height: 108px;
}

#top-banner a div h3{
    display: inline-block;
    font-size: 15px;
    line-height: 1.3em;
    margin-top: 30px;
}

#top-banner a div h3 span{
    display: block;
    text-align: right;
    font-family: "Noto Sans Japanese";
    font-size: 60%;
    font-weight: normal;
}

/*========News=======*/



#top-news a.btn{
    width: 280px;
    margin: 30px auto 0;
}

#top-news{
    padding: 0 0 50px;
}

.news-list{
    width: 100%;
    border-collapse: collapse;
}

.news-list th{
    border-bottom: 1px dashed #333;
    padding:20px 15px;
    width: 150px;
    vertical-align: top;
    text-align: left;
    font-weight: normal;
}

.news-list td{
    border-bottom: 1px dashed #333;
    padding:20px 15px;
    vertical-align: top;
}

.news-list a{
    color: #333 !important;
    display: block;
}

.news-list a:hover{
    color: #0dc7d3 !important;
}

@media (max-width: 767px) {
    
#mainimg-top{
    height: 70vh;
    padding-bottom: 100px;
    background: url("../images/spmainimg_top.jpg") center center no-repeat;
    background-size: 100%;
}

#mainimg-top:before{
    content:"";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 100px 100vw ;
    border-color: transparent transparent #fff transparent;
}

#mainimg-top > div{
    width: 90%;
    height: 100%;
}

.main-catchcopy{
    position: absolute;
    bottom:-80px;
    line-height: 1.5em;
    font-size: 26px;
    left: 0;
    text-align: center;
}

#mainimg-top p{
    position: absolute;
    bottom: -270px;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.6em;
    padding-left: 0;
}

#top-catchcopy{
    padding: 20px 0 0;
    font-size: 18px;
    line-height: 2.0;
}


#top-banner{
    margin: 30px 0 30px;
    padding:20px 0 0;
}

#top-banner:before{
    content:"";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 100px 0 0 100vw ;
    border-color: #fff transparent transparent transparent;
}

#top-banner:after{
    content:"";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 140px 100vw ;
    border-color: transparent transparent #fff transparent;
}



#top-banner a{
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 100px;
    float: none;
    margin: 0 auto 12px;
    background-size: cover;
}

#top-banner a.top-banner02, #top-banner a.top-banner04, #top-banner a.top-banner06{
    margin-right: auto;
}

#top-banner a div{
    height: 58px;
}

#top-banner a div h3{
    font-size: 14px;
    margin-top: 10px;
}

/*========News=======*/



#top-news a.btn{
    width: 80%;
    margin: 30px auto 0;
}

#top-news{
    padding: 0 0 50px;
}

.news-list th{
    display: block;
    width: 100%;
    box-sizing: border-box;
    border-bottom: none;
    padding:15px 0 0;
}

.news-list td{
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding:15px 0;
}

.news-list a{
    color: #333 !important;
    display: block;
}

.news-list a:hover{
    color: #0dc7d3 !important;
}
    

}


/*========Instagram=======*/

#top-insta{
    padding: 50px 0;
}

#top-insta a.btn{
    width: 280px;
    margin: 15px auto 0;
}

@media (max-width: 767px) {
    
#top-news a.btn{
    width: 80%;
}    
    
}




dl.accordion {
    margin: 0 0 80px;
}

dl.accordion dt{
    cursor:pointer;
    height: auto; 
    position: relative; 
    padding: 0; 
    padding: 5px 0;
    margin-bottom: 10px;
}

dl.accordion dt:hover{
    cursor:pointer;
    color:#0dc7d3;
    text-decoration: none;
}

dl.accordion dt:after{
    font-family: "Font Awesome 5 Free";
    content: '\f107';
    font-weight: 900;
}

dl.accordion dt.open:after{
    font-family: "Font Awesome 5 Free";
    content: '\f106';
    font-weight: 900;
}

dl.accordion dt i{
    display: inline; 
    color: #0dc7d3; 
    font-size: 18px; 
    font-style: normal; 
    font-weight: bold; 
    padding-right: 10px ;
}
dl.accordion dt span{
    display: inline; 
    padding-right: 10px;
}

dl.accordion dt:hover span{
    text-decoration: none;
}
 
dl.accordion dd {
    display:none; 
    margin: 0 0 20px; 
    background: #e9f6f7; 
    border-radius: 6px;
    padding: 25px; 
}



@media (max-width: 767px) {

dl.accordion dt span, dl.accordion dt i{
    padding-right: 5px;
}

  
}

/*==================================================
404 page
================================================== */

#contents404{margin-top: 150px; padding: 50px 0; text-align: center;}
#contents404 h3{display: block; font-size: 200%; margin: 0 0 50px; font-weight: normal; line-height: 1.8em;}
#contents404 h4{display: block; font-size: 120%; margin: 0 0 50px; font-weight: normal; line-height: 1.5em;}
#contents404 a.btn{width: 320px; margin: 0 auto 25px; border-radius: 30px;}

@media (max-width: 767px) {
#contents404{margin-top: 100px; padding: 20px 0; }
#contents404 h3{display: block; font-size: 160%; margin: 0 0 30px; font-weight: normal; line-height: 1.6em;}
#contents404 h4{display: block; font-size: 100%; margin: 0 0 30px; font-weight: normal; line-height: 1.5em;}
#contents404 a.btn{width: 90%; margin: 0 auto 15px; border-radius: 30px;}
}


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

.table{border-collapse:collapse; border:1px solid #ccc; box-sizing:border-box; margin: 0 auto 50px; width: 100%;}
.table th{border:1px solid #ccc; width: 120px; background: #f5f5f5; font-weight:normal; text-align:center; padding:15px; vertical-align: middle;}

.table td{border:1px solid #ccc; font-weight:normal; padding:15px;}

.table tr{background:#fff;}
.table-striped tr:nth-child(odd) { background:#f9f9f9;}
.table-hover > tbody > tr{cursor:pointer;}
.table-hover > tbody > tr:hover{background:#004896; color:#fff;}
.table caption{text-align:left; margin-bottom:5px;}

.table-dotted-border{
	border-collapse: collapse;
	width: 100%;
	box-sizing: border-box;
}

.table-dotted-border th{
	font-weight: normal;
	padding: 25px 15px;
	border-bottom: 1px dotted #ccc;
	vertical-align: middle;
	text-align: left;
}

.table-dotted-border td{
	font-weight: normal;
	padding: 25px 15px;
	border-bottom: 1px dotted #ccc;
	vertical-align: middle;
	text-align: left;
}

@media (max-width: 767px) {
    
    .table th{width: 90px;}

.table-dotted-border th{
    display: block;
    width: 100%;
    box-sizing: border-box;
	padding: 0;
	border-bottom: none;
}

.table-dotted-border td{
    display: block;
    width: 100%;
    box-sizing: border-box;
	padding: 12px 0 15px 15px;
	border-bottom: 1px dotted #ccc;
    margin-bottom: 15px;
}
}



/*==================================================
リスト
================================================== */

.ol-basic{
	margin: 0 0 0 25px;
}

.ol-basic li{
	margin: 10px 0;
}

.ul-square{
	margin-left: 20px;
	list-style: square;
}

@media (max-width: 767px) {

}

@media (max-width: 767px) {
}


/*==================================================
FontColor Valiation
================================================== */

.fc-w{color:#fff !important;}
.fc-black{color:#333 !important;}
.fc-red{color:#e60505 !important;}

/*==================================================
ページリスト(.PageList)
================================================== */

.PageList {text-align: center; clear: both; margin:20px auto 100px; }
.PageList ul {}
.PageList ul li {display: inline-block; margin: 0 6px;}
.PageList ul li.now { /* 現在のページ */}
.PageList ul li a {padding: 8px 15px; border-width: 1px; border-style:  solid; text-decoration: none; background: #fff;}
.PageList ul li a, .PageList ul li a:link, .PageList ul li a:visited {border-color: #231815; color: #231815;}
.PageList ul li a:focus, .PageList ul li a:hover, .PageList ul li a:active {border-color: #231815; background-color:#fff; color: #231815;}
.PageList ul li.now a { /* 現在のページ */ border-color: #231815; background-color:#231815; color: #fff;}

@media (max-width: 767px) {

.PageList {text-align: left; clear: both; margin:30px auto 10px; }
.PageList ul {}
.PageList ul li {display: inline-block; margin: 0 6px 35px;}
.PageList ul li.now { /* 現在のページ */}
.PageList ul li a {padding: 12px 15px; border-width: 1px; border-style:  solid; text-decoration: none; background: #fff;}
.PageList ul li a, .PageList ul li a:link, .PageList ul li a:visited {border-color: #231815; color: #231815;}
.PageList ul li a:focus, .PageList ul li a:hover, .PageList ul li a:active {border-color: #231815; background-color:#fff; color: #231815;}
.PageList ul li.now a { /* 現在のページ */ border-color: #231815; background-color:#231815; color: #fff;}

}

/*==================================================
lazyshow
================================================== */

.lazyshow{
  visibility: hidden;
  transform: translate(0,5rem);
  opacity: 0;
  -moz-transition: all 700ms ease-out 0s;;
  transition: all 700ms ease-out 0ms;
}


/*
.lazyshow-hidden{
  visibility: hidden;
  transform: translate(0,5rem);
  opacity: 0;
  -moz-transition: all 700ms ease-out 0s;;
  transition: all 700ms ease-out 0ms;
}
*/

.lazyshow-show{
  visibility: visible;
  opacity: 1;
  transform: translate(0,0);
}
