@charset "UTF-8";

/*==========基本設定==========*/
    html,body{
        margin: 0;
        padding: 0;
        font-size: 62.5%;
        font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
        background-color: #fdf6ee;
    }

    li, .list-none{
        list-style: none;
    }

    a{
        text-decoration: none;
    }

    .txt_center{
        text-align: center;
    }

    .txt_left{
        text-align: left;
    }

    .txt_right{
        text-align: right;
    }

    .txt_under{
        text-decoration: underline;
    }

    * {
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
    }

    .pc{
      display:block;
    }

    .sp{
      display:none;
    }

    .tb{
        display: none;
    }

    .pc_br{
	    display:inline;
    }

    .sp_br{
        display:none;
    }

 hr{
    height:1px;
    background-color: #a88170;
    border: none;
    margin-bottom: 20em;
}

/*==========画像指定==========*/
img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

/*==========幅指定==========*/
    #page-box{
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .content{
        width: 80%;
        margin: 0 auto;
    }

    .w-90{
        width: 90%;
        margin: 0 auto;
        padding: 0;
    }

    .w-80{
        width: 80%;
        margin: 0 auto;
        padding: 0;
    }

    .w-70{
        width: 70%;
        margin: 0 auto;
        padding: 0;
    }

/*==========文字指定==========*/
    p,a,dt,dd,th,td,li,ul{
        font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif",'Noto Sans JP', sans-serif;
        font-weight:400;
        line-height:2em;
        color:#553b13;
        font-size: 1.4rem;
        margin: 0;
        padding: 0;
        letter-spacing: .1em;
    }

    p{
        margin-bottom: 3em;
    }

    h2{
        font-size: 8rem;
        letter-spacing: .1em;
        font-weight: 200;
        line-height: .5;
        font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
        color: #a88170;
    }

    h3{
        font-size: 2rem;
        margin: 0;
        font-style: normal;
        letter-spacing: .1em;
        font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    }

    h4{
        margin: 0;
        font-weight: 600;
        font-style: normal;   
        letter-spacing: .1em;
    }

    .font-20{
        font-size: 2rem;
        margin: 0;
        font-weight: 600;
        font-style: normal;
    }
	
	 .font-18{
        font-size: 1.8rem;
        margin: 0;
        font-weight: 600;
        font-style: normal;
    }

    .font-16{
        font-size: 1.6rem;
        margin: 0;
        font-style: normal;
    }
	
	.font-14{
        font-size: 1.4rem;
        margin: 0;
    }
	
	.font-12{
        font-size: 1.2rem;
        margin: 0;
        font-style: normal;
    }
	
    .font-10{
        font-size: 1rem;
        margin: 0;
        font-style: normal;
    }

    .font-30{
        font-size: 3rem;
        margin: 0;
        font-style: normal;
    }

    .font-40{
        font-size: 4rem;
        margin: 0;
        font-weight: 600;
        font-style: normal;
        margin-bottom: 2em;
    }

    .font-80{
        font-size: 8rem;
        margin: 0;
        font-weight: 600;
        font-style: normal;
        margin-bottom: 2em;
    }

    .txt_left{
        text-align: left;
    }

    .txt_right{
        text-align: right;
    }

    .txt_center{
        text-align: center;
    }

    .bold{
        font-weight: bold;
    }

	.txt-white{
	color: #FFFFFF;
	}

    .trajan-sans{
       font-family: "trajan-sans-pro", sans-serif;
        font-weight: 200;
        font-style: normal;
    }

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

    .brown{
        color: #553b13;
    }

    .headline-1{
        border-top: 1px solid #a88170;
        border-bottom: 1px solid #a88170;
        padding: .6em;
        margin-top: 0;
    }

    .eng{
        color: #553b13;
    }

/*==========箱の並びの設定==========*/
    .box,.box-sp{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .box-two{
        width: 49%;
    }

    .box-three{
        width: 30%;
    }

    .box-four{
        width: 23.5%; 
    }

    .one-two{
        width: 66%;
    }

    .one-three{
        width: 74.5%;
    }

    .align-items{
        align-items: center
    }
	
/*==========共通==========*/
    .content{
        width: 80%;
        margin: 0 auto;
    }

    .sec01, .sec02, .sec03, .sec04, .sec05, .bg{
        margin-bottom: 50em;
    }

    .home .bg{
        margin-bottom: 0;
    }

    .home .sec01 .img_box,
    .page-id-8 .bg{
        width: 74%;
        margin-left: 26%;
        margin-top: -270px;
    }

    .page-id-48 .content,
    .blog .content{
        margin-bottom: 30em;
    }

    .page-id-8 .mv_box,
    .page-id-10 .mv_box
    .archive .mv_box,
    .category .mv_box,
    .single .mv_box,
    .page-id-10 .mv_box,
    .page-id-48 .mv_box{
        display: none;
    }

a:hover{
    opacity: 0.5;
    transition: .3s;
}

.fancy:hover{
    opacity: 1;
}
/*==========mv==========*/
.mv_box img{
    width: 100%;
    height: 100vh;
}

.mv_box {
    margin-bottom: 5em;
}

#header{
    width: 70%;
}


.logo{
    width: 10%;
}

#gnavi .box{
    justify-content: flex-end
}

#gnavi ul li{
    padding-right: 5%;
}

.home header{
    margin-bottom: 30em;
    padding-bottom: 3em;
}

.key h1{
    color: #a88170;
}

header{
    margin-bottom: 20em!important;
    border-bottom: 1px solid #a88170;
}

    .home header{
        margin-bottom: 45em!important;
    }

/*==========ボタン==========*/
.fancy {
 border: 1px solid #855950;
 border-radius: 0;
 box-sizing: border-box;
 color: #855950;
 cursor: pointer;
 display: inline-block;
 letter-spacing: 0.05em;
 outline: none;
 overflow: visible;
 padding: 1.5em 4em;
 position: relative;
 text-align: center;
 text-decoration: none;
 text-transform: none;
 transition: all 0.3s ease-in-out;
 user-select: none;
 font-size: 1.4rem;
margin-bottom: 5em;
}

.fancy .text {
 font-size: 1.4rem;
 line-height: 1.33333em;
 display: block;
 text-align: left;
 transition: all 0.3s ease-in-out;
 text-decoration: none;
 color: #855950;
}

.fancy .top-key {
 height: 2px;
 width: 1.5625rem;
 top: -2px;
 left: 0.625rem;
 position: absolute;
 background: #fdf6ee;
transition: width 0.5s ease-out, left 0.3s ease-out;
}

.fancy .bottom-key-1 {
 height: 2px;
 width: 1.5625rem;
 right: 1.875rem;
 bottom: -2px;
 position: absolute;
 background: #fdf6ee;
transition: width 0.5s ease-out, right 0.3s ease-out;
}

.fancy .bottom-key-2 {
 height: 2px;
 width: 0.625rem;
 right: 0.625rem;
 bottom: -2px;
 position: absolute;
 background: #fdf6ee;
transition: width 0.5s ease-out, right 0.3s ease-out;
}

.fancy:hover {
 color: #fdf6ee;
 background: #855950;
}

.fancy:hover .text {
 color: white;
/* padding-left: 1.5em;*/
}

.fancy:hover .top-key {
 left: -2px;
 width: 0px;
}

.fancy:hover .bottom-key-1,
 .fancy:hover .bottom-key-2 {
 right: 0;
 width: 0;
}

.btn{
    width: 100%;
}

.btn a{
    display: block;
}

.btn .fancy .text {
    text-align: center;
}

/*==========footer==========*/
.footer_logo img{
    width: 10%;
    margin: 0 auto 5em;
}

.footer_info {
    margin-bottom: 10em;
}

.footer_info .address-tel{
    border-top: 1px solid#a88170;
    border-bottom: 1px solid#a88170;
    padding: 3em 0;
}

.footer_info .address-tel .box-two{
    width: 50%;
}

.footer_info .address-tel .box-two:first-child{
    border-right:  1px solid#a88170;
}

.footer_info .sns,
.footer_info .footer_menu{
    padding: 3em 0;
    border-bottom: 1px solid#a88170;
}

.footer_info .sns .txt_right{
  display: flex;
  align-items: center; /* 垂直中心 */
  justify-content: center; /* 水平中心 */
}

.footer_info .sns .txt_right:after {
  border-top: 1px solid;
  content: "";
  width: 8em; /* 線の長さ */
}

.footer_info .sns .txt_right:after {
  margin-left: 1em; /* 文字の左隣 */
}

.footer_info .sns .txt_right {
    justify-content: flex-end
}

.footer_info .sns .box-three{
    width: 20%;
}

.footer_info .sns .right .box{
    justify-content: flex-start;
}

.copy{
    margin-bottom: 1em;
}

#menu-gnavi-1{
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

#menu-gnavi-1 li{
    padding-right: 3em;
}

#menu-gnavi-1 li:last-child{
    padding-right: 0;
}
/*==========home==========*/

.home .sec01 h2{
    line-height: 1;
}

.home .sec01 h2 span{
    letter-spacing: normal;
}

.home .sec01 p{
    width: 80%;
}

.block_right{
    display: inline-block;
    float: right;
}

.home .eng{
    position: sticky;
    z-index: 1;
}

.home .eng p{
    text-align: right;
    margin-left: 20%;
    z-index: 1;
}

.home .bg-1 .img_box img{
    margin-right: 0!important;
}

.home .sec01 .img_box img{
    margin-right: 0;
}

.home .sec02 li{
    width: calc(99%/3);
    border: 1px solid #855950;
    padding: .5em;
}

.home .sec02 h3{
    padding: 1em;
}

.home .sec02 ul{
    margin-bottom: .3em;
}


.home .bg{
    width: 80%;
    margin-left: 0;
}

.home .bg .left{
    width: calc(100% - 27%);
}

.home .bg .left img,
.home .bg .right img{
    margin: 0;
}

.home .bg .right{
    width: 27%;
}

.home .sec03 .box-two{
    width: 50%;
    padding: 0 2em;
}

.ymd_cat_box{
    align-items: center;
}

.home .sec03 .box-two:first-child{
    border-right: 1px solid #a88170;
}

.home .sec03 .ymd_cat_box{
    border-bottom: 1px solid #a88170;
    margin-bottom: 1em;
}

.thumbnail img{
   border: 1px solid #855950;
    margin-bottom: 1em;
    width: 100%;
    height: 420px;
    object-fit: cover;
}

.home .sec04 dt {
    width: 25%;
    border-bottom: 1px dotted #a88170;
    padding: 10px 0;
    display: flex;
    align-items: center;
    font-family: 'Noto Serif JP', serif;
}

.home .sec04 dd {
    width: calc(100% - 25%);
    border-bottom: 1px dotted #a88170;
    display: flex;
    align-items: flex-start;
    padding: 10px 0;
    flex-direction: column;
}

.home .sec04 .right{
    width: 49%;
}

.home .sec04 .left{
    width: 49%;
}

.reservation{
    margin-bottom: 20em;
}

.reservation .btn-2{
    width: 80%;
    margin: 0 auto;
}

.reservation a{
    display: block;
    text-align: center;
    color: white;
}

.reservation a:after{
    content: url("../img/link.gif");
    padding-left: .5em;
}

.font--bold,
.merchant-header__unit-title,
.merchant-header__unit-name,
.color--full-black{
    display: none!important;
    color: white;
}

.map{
    border-top: 1px solid#a88170;
    border-bottom: 1px solid#a88170;
    margin-bottom: 10em;
}

/*==========menu==========*/
.page-id-48 .left,
.page-id-48 .right{
    width: 47%;
}

.page-id-48 h2{
    border-top: 1px solid#a88170;
    border-bottom: 1px solid#a88170;
    padding: 1em 0;
    margin-bottom: .5em;
    line-height: 1;
}

.page-id-48 .menu-list{
    margin-bottom: 5em;
}

.page-id-48 dl{
    margin-bottom: 2em;
    border-bottom: 1px dotted #c4ae92;
    padding-bottom: 2em;
}

.page-id-48 dl:last-child{
    border: none;
}

/*==========about us==========*/

.page-id-8 h2{
    margin-bottom: 2em;
}

.page-id-8 .sec01 ul{
    margin-bottom: 5em;
}

.page-id-8 .sec01 .w-70{
    float: left;
}

.page-id-8 .sec02 h2{
    font-size: 6rem;
    font-weight: 100;
}

.page-id-8 .sec02 h3{
    border-bottom: 1px solid #a88170;
    padding-bottom: 1em;
    margin-bottom: 1em;
}

.page-id-8 .sec02 ul p,
.page-id-8 .sec04 ul p{
    margin-bottom: 0;
}

.border{
    border: 1px solid #a88170;
    padding: 1em;
    margin-bottom: 3em;
}

.page-id-8 .sec03 .left{
    width: 30%;
}

.page-id-8 .sec03 .right{
    width: 66%;
}

.page-id-8 .maker{
    margin-bottom: 15em;
}

.page-id-8 h3{
    margin-bottom: 2em;
}

/*==========staff==========*/
.page-id-10 h2,
.page-id-10 .message, .page-id-10 .reki, .page-id-10.shikaku, .page-id-10 .hobby{
    border-bottom: 1px solid #a88170;
} 

.page-id-10 h2{
    padding-bottom: .5em;
    margin-bottom: 0.4em;
    margin-top: 0;
    line-height: 1.3;
}

.page-id-10 .message{
    padding-bottom: 2em;
}

.page-id-10 .message, .page-id-10 .reki, .page-id-10 .shikaku, .page-id-10 .hobby{
    margin-bottom: 2em;
    padding-bottom: 2em;
}

.staff_box{
    margin-bottom: 20em;
}

.staff_box:last-child{
    margin-bottom: 40em;
}

.page-id-10 .staff_box .box-two:first-child{
    border: 1px solid #a88170;
    padding: 1em;
}

.page-id-10 .staff_box .box{
    align-items: center;
}

/*==========blog==========*/
.archive .cat_box a{
    display: block;
    text-align: center;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

.archive .cat_box .text{
    text-align: center;
}

.single .ymd_cat_box{
    margin-bottom: 3em;
}

.single .tit_box h1{
    border-top: 1px solid #a88170;
    border-bottom: 1px solid #a88170;
    padding: 1.3em 0;
    margin-bottom: 1.5em;
    color: #553b13;
}

.single .post_area p,
.single .post_area ul{
    margin-bottom: 2em;
}

.single .post_area h2{
    font-size: 3rem;
    color: white;
    background-color: #a88170;
    margin-top: 0;
    padding: 1em .5em;
}

.single .post_area h3{
    font-size: 2rem;
    margin-top: 0;
    padding-bottom: .5em;
    border-bottom: 1px solid #a88170;
    color: #a88170;
    margin-bottom: 1em;
}

.single .post_area h4{
    font-size: 1.8rem;
    color: #a88170;
    margin-bottom: .5em;
}


.single .post_area a{
    text-decoration: underline;
    margin-bottom: .5em;
    margin-bottom: 2em;
    display: block;
}

.single .post_area {
    border-bottom: 1px solid #a88170;
    margin-bottom: 10em;
    padding-bottom: 5em;
}

.navigation{
    margin-bottom: 30em;
}

.navigation a{
    display: block;
    text-align: center;
}

.single .post_area li{
        list-style: circle;
}

/*wp-pagenavi*/

.wp-pagenavi {
	clear: both;
	text-align:center;
}

.wp-pagenavi a, .wp-pagenavi span {
	background-color: #FFF;
	border: solid 1px #e0e0d2;
	padding: 1em;
	margin: 0 2px;
	white-space: nowrap;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	text-align: center;
	text-decoration:none;
    font-size: 1.4rem;
    width: 5%;
}

.wp-pagenavi a:hover{
    color:#FFF; 
    background-color:#999; 
    border-color:#999;
    }

.wp-pagenavi span.current{
	color: #FFF;
	background-color: #a88170;
	border-color: #a88170;
	font-weight: bold;
    font-size: 1.4rem;
    }
