﻿/*-------------------------------------------------
個別
---------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond&display=swap');
body{
    font-family: "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
    background-color: #fff;
    color: #8C6239;
    line-height: 2;
}
.fat-nav ul{background-color: #FBF6F0;}
#wrap{
    opacity: 0;
}
#fakeloader{
	z-index: 9999;
	animation: fadeout 3s ease forwards;
        background-color: #FBF6F0;
}
#fakeloader .fl{
	position: absolute!important;
	top: 50%!important;
	left: 50%!important;
	transform: translate(-50%,-50%)!important;
	width: 100%!important;
	max-width: 400px;
	animation-name: loader;
	animation-duration: 3s;
	animation-timing-function: ease;
}
@keyframes fadeout{
	50% {opacity: 1;}
	98%,100% {opacity: 0;}
}
@keyframes loader{
	0% {opacity: 0;}
	50% {opacity: 1;}
	100% {opacity: 0;}
}
/*.youtube_box{
  position: relative;
  width: 80%;
  padding-top: 56.25%;
}
.youtube_box iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}*/
.youtube_box{width: 80%;}
.video_cms{
  padding-top: 56.25%;
  height: 0;
}

.fa-envelope:before {
    content: none;
}
.font_14 {
    font-size: 16px;
}
header{
    /*background-image: url(Dup/img/bg_img.jpg);*/
    background-color: #fffaf0!important;
}
#contents1{
    border-top: 3px double #8c6239;
    margin-top: 40px;
    border-bottom: 3px double;
    margin-bottom: 40px;
}
#contents1 h2,#contents2 h2,#contents3 h3{
    position: relative;
    padding-bottom: 20px;
}
#contents1 h2::before,#contents2 h2::before,#contents3 h3::before,.cms_2-a .cate_title::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 2px;
    bottom: 0;
    background-color: #cfb2b2;
    left: 50%;
    transform: translateX(-50%);
}
#contents2 h2::before,#contents3 h3::before{
    left: 0;
    transform: none;
    
}
.num{
    font-family: "EB Garamond", serif;
}
.top_cms_box{border-top: 1px solid #8c6239;}
.cms_title{
    text-align: center;
    padding-left: 0;
    padding-bottom: 20px;
}
.cms_title::before {
    content: "";
    width: 1px;
    height: 50px;
    background-color: #603813;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
    bottom: -40px;
    top: inherit;
}
#top_cms .cms_wrap{padding-top: 50px;}
.cms_5-a .box_wrap{border: none;}
.footer_wrap{background-color: #f3f3f3;}
.foot_tel_bt a{z-index: 2;}
header .contact_bt a,header .tel_bt a,header .bnr a{
    background-color: #8c6239;
    color: #fff;
}
header .contact_bt a:hover,header .tel_bt a:hover,header .bnr a:hover{
    opacity: 0.8;
}
header .button:hover::after {
    box-shadow: inset 0 0 0 15em rgba(185,157,132,1);
}
#main_menu li a{
    font-size: 18px;
}
.pc_box .tel_bt,.foot_tel_bt{display: none!important;}
.top_cms_box .button::after{
    width: 100%;
    border-radius: inherit;
}
/*-------------------------------------------------
下層
---------------------------------------------------*/
.cate_list a{
     overflow: hidden;
 text-overflow: ellipsis;
 white-space: nowrap;
 padding: 10px;
}
.btn_container a{margin: 0 auto 0 0;}
.btn_container2 a{
margin: 20px auto 20px 0;
    
}
#page_title h2,#page_title p{text-shadow: none;}
.modal_bg{
     top: 0;
     left: 10%;
     background-color: rgba(106,106,106,0.8);
     z-index: 9;
     padding-top: 100px;
          overflow-y: auto;
}
.modal_box{

     z-index: 10;
         border-radius: 20px;
}
.close_bt{cursor: pointer}
.modal_bt{cursor: pointer}
.modal_box .close {
    top: 10px;
    right: 10px;
    cursor: pointer;

}
.modal_bt figure img{background-color: #fffcfc;}
/*-------------------------------------------------
tab
-----------------------------------------------------*/
@media screen and (max-width: 768px){
#main_img, .main_img {

    max-height: 65vw;
    min-height: 65vw;
}
.main_box {
    margin-left: 0;
    padding-top: 97px;
}
.hamburger {
    top: 30px;
    
}
.fat-nav ul li.font_en{display: none;}
.modal_bg{left: 0;}




}



/*-------------------------------------------------
sp
-----------------------------------------------------*/
@media screen and (max-width: 667px){
#main_img h2{width: 260px;}
#fakeloader .fl{max-width: 250px;}
.main_box {
    margin-left: 0;
    padding-top: 76px;
}
.font_14 {
    font-size: 14px;
}
.cate_title{font-size: 16px;}
#top_cms .cms_wrap{padding-top: 0px;}
.youtube_box{
  width: 100%;
}
.hamburger {
    top: 20px;
}


}


/*-------------------------------------------------
IE
-----------------------------------------------------*/
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none){
.btn_container a{padding-bottom: 10px!important;}


}


/*-------------------------------------------------
Firefox
-----------------------------------------------------*/
@-moz-document url-prefix(){

}