@charset "UTF-8";
:link, :visited {
    text-decoration: none
}
artilce, aside, blockquote, body, code, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, hr, html, input, li, nav, ol, p, pre, section, td, textarea, th, ul {
    margin: 0;
    padding: 0
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: 400
}
abbr, acronym, fieldset, img {
    border: 0
}
address, b, caption, cite, code, dfn, em, i, s, strong, th, u, var {
    font-style: normal;
    font-weight: 400
}
q:after, q:before {
    content: ""
}
a {
    text-decoration: underline;
    outline: 0
}
hr {
    border: 0;
    height: 1px;
    background-color: #000;
    color: #000
}
:link img, :visited img, a img {
    border: none
}
address {
    font-style: normal;
    display: inline
}
body {
    color: #222;
    font-family: Verdana, "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
    font-size: 14px;
    line-height: 1.6
}
a {
    color: #222;
    text-decoration: none
}
a:hover {
    text-decoration: underline
}
strong {
    font-weight: bolder
}
.hidden {
    display: none
}
blockquote:after, blockquote:before, q:after, q:before {
    content: "";
    content: none
}
input, textarea {
    margin: 0;
    padding: 0
}
ol, ul {
    list-style: none
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
caption, th {
    text-align: left
}
a:focus {
    outline: 0
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden
}
.clearfix {
    min-height: 1px
}
* html .clearfix {
    height: 1px
}
.both {
    clear: both
}
.unit {
    display: block
}
.aligncenter {
    display: block;
    margin: 0 auto
}
.alignright {
    float: right
}
.alignleft {
    float: left;
}
#stay section .clearfix .alignleft{
    width: 50%;
}
.u-flex {
    display: flex
}
.u-tac {
    text-align: center
}
.u-tal {
    text-align: left
}
.u-tar {
    text-align: right
}
body {
    min-width: 1000px;
    overflow-y: scroll
}
img {
    vertical-align: bottom
}
.content {
    width: 960px;
    margin: 0 auto
}
#content a img {
    transition: .4s
}
#content a img:hover {
    opacity: .6
}
.serif {
    font-family: "Noto Serif TC", serif;
    font-weight: 500;
}
.header .wrap {
    background: #f9f3e5
}
.header .content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}
.header__logo {
    text-align: center
}
.header__logo img, .header__logo svg {
    margin: 5px 0 0 20px;
    width: 68px;
    height: 68px
}
.header__navi {
    display: flex;
    align-items: center
}
.header__navi ul {
    display: flex;
    justify-content: flex-end
}
.header__navi ul li+li {
    margin-left: 35px
}
.header__booking {
    width: 200px;
    margin-left: 20px;
}
.header__booking img {
    width: 100%
}
@media screen and (max-width: 480px) {
    .header__booking img {
        height: 45px;
    }
}
.top-page .header {
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%
}
.top-page .header .wrap {
    background: 0 0
}
.top-page .header .wrap:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 30vh;
    display: block;
    background: linear-gradient(to bottom, hsla(0deg, 0%, 0%, .38) 0, hsla(0deg, 0%, 0%, .17) 47%, hsla(0deg, 0%, 0%, 0) 100%)
}
.top-page .header .content {
    width: 100%;
    position: relative;
    z-index: 1
}
.top-page .header__logo {
    text-align: center
}
.top-page .header__logo img, .top-page .header__logo svg {
    margin: 20px 0 0 25px;
    width: 165px;
    height: 165px
}
.top-page .header__logo img .d, .top-page .header__logo img .e, .top-page .header__logo svg .d, .top-page .header__logo svg .e {
    stroke-linecap: round
}
.top-page .header__logo img .d, .top-page .header__logo img .e, .top-page .header__logo img .f, .top-page .header__logo svg .d, .top-page .header__logo svg .e, .top-page .header__logo svg .f {
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 10
}
.top-page .header__logo img .d, .top-page .header__logo img .f, .top-page .header__logo svg .d, .top-page .header__logo svg .f {
    stroke-width: 8.5px
}
.top-page .header__logo img .g, .top-page .header__logo svg .g {
    fill: #fff
}
.top-page .header__logo img .e, .top-page .header__logo svg .e {
    stroke-width: 8.74px
}
.top-page .header__navi a {
    color: #fff;
}

.top-page .header__navi li span {
    color: #fff;
    text-decoration: none;
  }

@media screen and (max-width:1215px) {
    .top-page .header__logo {
        text-align: center
    }
    .top-page .header__logo img, .top-page .header__logo svg {
        margin: 20px 0 0 25px;
        width: 62px;
        height: 62px
    }
}
@media screen and (max-width:1110px) {
    .header__logo img, .header__logo svg {
        width: 47px;
        height: 47px
    }
    .header__navi>ul {
        display: none
    }
    .header__booking {
        margin-left: 0;
        width: 150px
    }
    .top-page .header__navi a {
        color: #fff
    }
    .menu-trigger-btn {
        position: relative;
        width: 60px;
        height: 60px;
        background-color: #000
    }
    .menu-trigger-btn a {
        vertical-align: bottom
    }
    .menu-trigger {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 28px;
        height: 21px
    }
    .menu-trigger, .menu-trigger span {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box
    }
    .menu-trigger span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 3px;
        background-color: #fff;
        border-radius: 4px
    }
    .menu-trigger span:nth-of-type(1) {
        top: 0
    }
    .menu-trigger span:nth-of-type(2) {
        top: 9px
    }
    .menu-trigger span:nth-of-type(3) {
        bottom: 0
    }
    .menu-trigger.active span:nth-of-type(1) {
        transform: translateY(20px) rotate(-45deg)
    }
    .menu-trigger.active span:nth-of-type(2) {
        opacity: 0
    }
    .menu-trigger.active span:nth-of-type(3) {
        transform: translateY(-20px) rotate(45deg)
    }
    .sidr {
        background: #737373;
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none
    }
    .sidr ul {
        border-bottom: 0;
        border-top: 0
    }
    .sidr ul li {
        display: inline;
        line-height: 42px
    }
    .sidr ul li.active>a, .sidr ul li.active>span, .sidr ul li.sidr-class-active>a, .sidr ul li.sidr-class-active>span, .sidr ul li:hover>a, .sidr ul li:hover>span {
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none
    }
    .sidr ul li.active, .sidr ul li.sidr-class-active, .sidr ul li:hover {
        line-height: 42px
    }
    .sidr ul li a, .sidr ul li span {
        background: #f9f3e5;
        color: #222;
        border-bottom: 1px solid #bda58c;
        border-left: 1px solid #bda58c
    }
}
@media screen and (max-width:768px) {
    .header .wrap {
        background: #f9f3e5
    }
    .header .content {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: flex-start
    }
    .header__navi {
        display: flex;
        align-items: center
    }
    .top-page .header {
        position: absolute;
        z-index: 100;
        top: 0;
        left: 0;
        width: 100%
    }
    .top-page .header .wrap {
        background: 0 0
    }
    .top-page .header .content {
        width: 100%
    }
    .top-page .header__logo {
        text-align: center
    }
    .top-page .header__logo img, .top-page .header__logo svg {
        margin: 20px 0 0 25px;
        width: 165px;
        height: 165px
    }
    .top-page .header__logo img .d, .top-page .header__logo img .e, .top-page .header__logo svg .d, .top-page .header__logo svg .e {
        stroke-linecap: round
    }
    .top-page .header__logo img .d, .top-page .header__logo img .e, .top-page .header__logo img .f, .top-page .header__logo svg .d, .top-page .header__logo svg .e, .top-page .header__logo svg .f {
        fill: none;
        stroke: #fff;
        stroke-miterlimit: 10
    }
    .top-page .header__logo img .d, .top-page .header__logo img .f, .top-page .header__logo svg .d, .top-page .header__logo svg .f {
        stroke-width: 8.5px
    }
    .top-page .header__logo img .g, .top-page .header__logo svg .g {
        fill: #fff
    }
    .top-page .header__logo img .e, .top-page .header__logo svg .e {
        stroke-width: 8.74px
    }
    .top-page .header__navi a {
        color: #fff
    }
}
@media screen and (max-width:480px) {
    .header__logo img, .header__logo svg {
        margin: 5px 0 0 8px;
        width: 37px;
        height: 37px
    }
    .header__booking {
        margin-left: 0;
        width: 90px
    }
    .top-page .header__logo {
        text-align: center
    }
    .top-page .header__logo img, .top-page .header__logo svg {
        margin: 10px 0 0 15px;
        width: 82px;
        height: 82px
    }
    .menu-trigger-btn {
        position: relative;
        width: 45px;
        height: 45px;
        background-color: #000
    }
    .menu-trigger-btn a {
        vertical-align: bottom
    }
    .menu-trigger {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 28px;
        height: 21px
    }
    .menu-trigger, .menu-trigger span {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box
    }
    .menu-trigger span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 3px;
        background-color: #fff;
        border-radius: 4px
    }
    .menu-trigger span:nth-of-type(1) {
        top: 0
    }
    .menu-trigger span:nth-of-type(2) {
        top: 9px
    }
    .menu-trigger span:nth-of-type(3) {
        bottom: 0
    }
    .menu-trigger.active span:nth-of-type(1) {
        transform: translateY(20px) rotate(-45deg)
    }
    .menu-trigger.active span:nth-of-type(2) {
        opacity: 0
    }
    .menu-trigger.active span:nth-of-type(3) {
        transform: translateY(-20px) rotate(45deg)
    }
    .sidr {
        background: #737373;
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none
    }
    .sidr ul {
        border-bottom: 0;
        border-top: 0
    }
    .sidr ul li {
        display: inline;
        line-height: 42px
    }
    .sidr ul li.active>a, .sidr ul li.active>span, .sidr ul li.sidr-class-active>a, .sidr ul li.sidr-class-active>span, .sidr ul li:hover>a, .sidr ul li:hover>span {
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none
    }
    .sidr ul li.active, .sidr ul li.sidr-class-active, .sidr ul li:hover {
        line-height: 42px
    }
    .sidr ul li a, .sidr ul li span {
        background: #f9f3e5;
        color: #222;
        border-bottom: 1px solid #bda58c;
        border-left: 1px solid #bda58c
    }
}
.footer * {
    box-sizing: border-box
}
.footer__wrap {
    padding: 60px 0 100px;
    background-image: url(../cmn/imgs/footer-bg.jpg);
    background-size: cover
}
.footer__content {
    margin: 0 auto;
    padding: 0 40px;
    width: 100%;
    max-width: 1080px;
    display: flex;
    justify-content: space-between;
    color: #fff
}
.footer__info {
    width: 300px
}
.footer__logo svg {
    width: 180px;
    height: 180px
}
.footer__logo svg .d, .footer__logo svg .e, .footer__logo svg .f {
    stroke: #fff
}
.footer__logo svg .g {
    fill: #fff
}
.footer__details {
    line-height: 2;
    font-size: 18px
}
.footer__links {
    display: flex;
    align-items: center;
    margin: 20px -10px 0
}
.footer__links a {
    display: block;
    width: 25px;
    margin: 0 10px
}
.footer__navi {
    width: calc(100% - 350px)
}
.footer__navi-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}
.footer__navi-list li {
    position: relative;
    padding-left: 30px;
    width: 33.3333333333%;
    font-weight: 600;
    font-size: 16px
}
.footer__navi-list li:nth-child(n+4) {
    margin-top: 50px
}
.footer__navi-list li:not([class*=spacer]):before {
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    width: 20px;
    height: 1px;
    display: inline-block;
    background-color: rgba(255, 255, 255, .6)
}
.footer__navi-list li a {
    color: #fff
}
.footer__navi-list li.current:before {
    background-color: #b23f19
}
.footer__navi-list li.current a {
    color: #b23f19
}
#copyright .wrap {
    border-top: 1px solid #666
}
#copyright .content {
    padding: 20px 0 130px;
    text-align: center;
    font-size: 86%;
    color: #666
}
@media screen and (max-width:480px) {
    .c-direct-in__container {
        flex-wrap: wrap
    }
    .c-direct-in__ttl {
        padding: 8px 10px 0;
        width: 100%;
        box-sizing: border-box
    }
    .footer__wrap {
        padding: 50px 0 80px;
        background-image: url(../cmn/imgs/footer-bg-sp.jpg)
    }
    .footer__content {
        padding: 0 10px;
        max-width: 768px;
        display: block;
        text-align: center
    }
    .footer__info {
        width: 100%
    }
    .footer__logo svg {
        width: 135px;
        height: 135px
    }
    .footer__details {
        margin: 20px auto;
        width: 80%;
        text-align: left;
        line-height: 1.7;
        font-size: 13px
    }
    .footer__links {
        justify-content: center;
        margin: 0 0 20px
    }
    .footer__navi {
        margin: 0 auto;
        width: 100%;
        max-width: 325px
    }
    .footer__navi-list li {
        position: relative;
        padding-left: 20px;
        width: 50%;
        text-align: left;
        font-size: 13px
    }
    .footer__navi-list li:nth-child(n+3) {
        margin-top: 20px
    }
    /*.footer__navi-list li:nth-child(even){margin-left:4%}*/
    .footer__navi-list li:not([class*=spacer]):before {
        top: 9px;
        width: 10px
    }
    #copyright .content {
        padding: 20px 0 65px;
        font-size: 7px
    }
}
#slider {
    height: 440px
}
#slider img.slider_href {
    transition-property: all;
    transition: .3s linear
}
#slider img.slider_href:hover {
    cursor: pointer
}
#wrapper {
    background-color: #fff;
    width: 100%;
    min-width: 1000px;
    height: 440px;
    overflow: hidden;
    position: absolute;
    left: 0
}
#carousel img {
    display: block;
    float: left
}
#next, #prev {
    background-color: rgba(255, 255, 255, .5);
    display: block;
    height: 440px;
    width: 50%;
    top: 0;
    position: absolute;
    transition-property: all;
    transition: .3s linear
}
#next:hover, #prev:hover {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .25)
}
#prev {
    left: -480px
}
#next {
    right: -480px
}
#global-navigation .wrap {
    background: url(../cmn/imgs/navi-bg.jpg) repeat-x
}
#global-navigation .navi li {
    display: inline-block;
    float: left
}
#global-navigation .navi li a {
    display: block;
    height: 50px;
    text-indent: -9999px;
    background: url(../cmn/imgs/navi.png) no-repeat
}
#global-navigation .navi li#n01 a {
    width: 118px;
    background-position: 0 0
}
#global-navigation .navi li#n02 a {
    width: 242px;
    background-position: -118px 0
}
#global-navigation .navi li#n03 a {
    width: 158px;
    background-position: -360px 0
}
#global-navigation .navi li#n04 a {
    width: 148px;
    background-position: -518px 0
}
#global-navigation .navi li#n05 a {
    width: 123px;
    background-position: -665px 0
}
#global-navigation .navi li#n06 a {
    width: 171px;
    background-position: -788px 0
}
#global-navigation .navi li#n01:hover a {
    width: 118px;
    background-position: 0 -50px
}
#global-navigation .navi li#n02:hover a {
    width: 242px;
    background-position: -118px -50px
}
#global-navigation .navi li#n03:hover a {
    width: 158px;
    background-position: -360px -50px
}
#global-navigation .navi li#n04:hover a {
    width: 148px;
    background-position: -518px -50px
}
#global-navigation .navi li#n05:hover a {
    width: 123px;
    background-position: -665px -50px
}
#global-navigation .navi li#n06:hover a {
    width: 171px;
    background-position: -788px -50px
}
#top-image-navi a img {
    transition: .3s
}
#top-image-navi a img:hover {
    opacity: .6
}
#top-image-navi .wrap {
    background: url(../cmn/imgs/top-content-bg.jpg) repeat-x #1d1d1d;
    background-size: cover;
    padding: 25px 0
}
#top-image-navi .top-image-navi dl {
    float: left;
    width: 180px;
    margin-right: 15px
}
#top-image-navi .top-image-navi dl:last-child {
    margin-right: 0
}
#top-image-navi .top-image-navi dl.last-child {
    margin-right: 0
}
#top-image-navi .top-image-navi a {
    display: block
}
#top-image-navi .top-image-navi span.image img {
    margin-bottom: 5px
}
#top-image-navi .top-image-navi span.title {
    font-size: 115%;
    color: #fff
}
#top-image-navi .top-image-navi dd.summary {
    font-size: 93%;
    color: #fff
}
#top-info .wrap {
    background: #fff
}
#top-info .content {
    padding-bottom: 20px
}
#top-info h2 {
    text-align: center
}
#top-info h2 img {
    width: 648px;
    height: auto;
    vertical-align: middle
}
#top-info ul li {
    font-size: 109%;
    text-align: center
}
#top-info ul li:before {
    display: block;
    content: "";
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(226, 217, 181, .15), rgba(0, 0, 0, 0));
    margin-bottom: 10px
}
#top-info ul li:after {
    display: block;
    content: "";
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), #e2d9b5, rgba(0, 0, 0, 0));
    margin-top: 10px
}
#top-info ul li:first-child:before {
    background-image: none
}
#top-info ul li:last-child:after {
    background-image: none
}
#top-info span.date {
    padding-left: 200px;
    margin-right: 20px
}
#top-info span.post-title a {
    color: #222
}
#top-about .wrap {
    border-top: 15px solid #1f1f1f;
    background: url(../cmn/imgs/kage.png) top repeat-x, #efe9d8
}
#top-about .wrap {
    background-color: #efe9d8;
    background-image: url(../cmn/imgs/kage.png);
    background-repeat: repeat-x
}
#top-about .content {
    padding-bottom: 20px
}
#top-about h2 {
    text-align: center;
    padding: 30px 0
}
#top-about h2 img {
    width: 36%;
    height: auto
}
#top-about .img {
    float: left;
    width: 450px
}
#top-about .text {
    float: right;
    width: 490px
}
#top-about .serif p {
    margin-bottom: 15px;
    font-size: 115%
}
#top-about .indent {
    padding: 0 100px;
    position: relative
}
#top-about h3.title {
    background: url(../cmn/imgs/title_deco.png) left no-repeat;
    margin: 20px 0 0 0;
    padding-left: 20px;
    font-weight: bolder
}
#top-about .table_set {
    margin: 10px 0
}
#top-about .table_set table {
    border: solid 1px #bda58c;
    border-collapse: collapse;
    width: 100%;
    font-size: 16px
}
#top-about .table_set th {
    border: solid 1px #bda58c;
    padding: 15px 20px;
    background: #f9eee5
}
#top-about .table_set td {
    border: solid 1px #bda58c;
    padding: 15px 20px;
    background: #fff
}
#top-about #holiday_btn {
    background: #fff;
    border: 1px solid #bda58c;
    border-radius: 5px;
    padding: 10px 20px;
    margin: 10px auto;
    text-align: center;
    width: 200px
}
#top-about #holiday_btn a {
    display: block
}
#top-handmade a img {
    transition: .3s
}
#top-handmade a img:hover {
    opacity: .6
}
#top-handmade .wrap {
    border-top: 15px solid #1f1f1f;
    background: url(../cmn/imgs/kage.png) top repeat-x, #efe9d8
}
#top-handmade .wrap {
    background-color: #efe9d8;
    background-image: url(../cmn/imgs/kage.png);
    background-repeat: repeat-x
}
#top-handmade .content {
    padding-bottom: 20px
}
#top-handmade h2 {
    text-align: center;
    padding: 30px 0
}
#top-handmade h2 img {
    width: 35%;
    height: auto
}
#top-handmade dl {
    width: 300px;
    float: left;
    margin-right: 30px
}
#top-handmade dl:last-child {
    margin-right: 0
}
#top-handmade dl.last-child {
    margin-right: 0
}
#top-handmade dl span.title {
    display: block;
    text-align: center;
    font-size: 115%;
    padding: 5px 0
}
#top-banner .wrap {
    border-top: 15px solid #1f1f1f;
    background: url(../cmn/imgs/kage.png) top repeat-x, url(../cmn/imgs/top-banner-bg.jpg) repeat-x;
    background-size: auto, cover;
    min-height: 520px
}
#top-banner .content {
    position: relative
}
#top-banner ul {
    padding-top: 30px
}
#top-banner ul li {
    display: inline-block
}
#top-banner ul li.farmhouse {
    position: absolute
}
#top-banner ul li.yado {
    position: absolute;
    left: 300px;
    top: 80px
}
#top-banner ul li.onsen {
    position: absolute;
    left: 610px
}
#top-banner ul li.farmhouse img {
    width: 319px;
    height: auto
}
#top-banner ul li.yado img {
    width: 348px;
    height: auto
}
#top-banner ul li.onsen img {
    width: 345px;
    height: auto
}
#breadcrumb {
    background: #f3e8ce;
    font-size: 86%;
    padding: 7px
}
.page {
    background: #f9f3e5;
    padding-top: 15px
}

.headtitle {  
    position: relative;
  }
  .headtitle img{
    max-width: 960px;
}
#content .headtitle img{
    width: 100%;
    max-width: 100%;
}
  .head_ttl{
      position:absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      margin: auto;
      width:30%;
    font-size:22px;
    margin-bottom: 0!important;
    font-family: "ヒラギノ明朝 ProN W6", HiraMinProN-W6, "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  }
  .headtxt{
      z-index: 999;
      height: auto;
      padding: 20px 15px;
      text-align: center;
      letter-spacing: 3px;
      border: solid 1px #fff;
      background:rgba(255,255,255,0.5);
    }
  
  .head_ttl .headweight{
      font-size:26px;
  }
  @media screen and (max-width:768px) {
      .headtitle {  
          position: relative;
        }
        #content .headtitle img{
            max-width: 390px;
        }

      .head_ttl{
          position:absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          width: 50%;
          writing-mode:horizontal-tb;
          text-orientation: upright;
        font-size:16px;
        margin-bottom: 0!important;
        font-family: "ヒラギノ明朝 ProN W6", HiraMinProN-W6, "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
      }
      .headtxt{
          z-index: 999;
          height: auto;
          padding: 10px 5px;
          text-align: center;
          letter-spacing: 2px;
          border: solid 1px #fff;
          background:rgba(255,255,255,0.5);
        }
        .head_ttl .headweight{
          font-size:20px;
      }
  }

.page-content {
    width: 960px;
    margin: 0 auto
}
.page-content .unit {
    padding-bottom: 40px
}
.page-content .unit p {
    padding-bottom: 15px
}
.page-content .pct_area_3 {
    position: relative;
    margin-right: -15px
}
.page-content .pct_area_3 .in-unit {
    float: left;
    width: 310px;
    margin: 0 15px 20px 0
}
.page-content .pct_area_2 {
    display: flex;
    flex-wrap: wrap;
}
.page-content .pct_area_2 .in-unit {
    width: 48%;
    margin: 0 auto;
    margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
    .page-content .pct_area_2 .in-unit {
        width: 90%;
    }
}
.img {
    margin-bottom: 10px
}
.mg_b20 {
    margin-bottom: 20px
}
.mg_t20 {
    margin-top: 20px
}
.page-content .title {
    font-weight: bolder
}
.page-content h1 {
    margin-bottom: 15px
}
.page-content h2.title {
    background: url(../cmn/imgs/sub_title_bk.jpg) bottom no-repeat;
    font-size: 129%;
    padding: 7px 15px;
    margin-bottom: 10px;
    font-family: "ヒラギノ明朝 ProN W6", HiraMinProN-W6, "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif
}
.page-content h3.title {
    background: url(../cmn/imgs/title_deco.png) left no-repeat;
    font-size: 115%;
    margin: 30px 0 10px 0;
    padding-left: 20px
}
.page-content h2.catch {
    font-weight: bolder;
    color: #c30;
    font-size: 172%;
    margin: 10px 0;
    font-family: "ヒラギノ明朝 ProN W6", HiraMinProN-W6, "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif
}
.page-content .sub_title {
    font-weight: bolder;
    color: #c30;
    font-size: 115%
}
.box {
    border: 2px solid #e9e8e1;
    padding: 20px;
    margin-bottom: 40px;
    background: url(../cmn/imgs/paper_back.jpg)
}
.box .img {
    float: left;
    width: 320px
}
.box .text {
    float: right;
    width: 550px
}
.box p.title {
    border-left: 7px solid #acc68e;
    font-size: 115%;
    padding: 0 0 0 15px;
    margin: 15px 0
}
.page-content .table_set {
    margin: 15px 0
}
.page-content .table_set table {
    border: solid 1px #bda58c;
    border-collapse: collapse
}
.page-content .table_set th {
    border: solid 1px #bda58c;
    padding: 10px 20px;
    background: #f9eee5
}
.page-content .table_set td {
    border: solid 1px #bda58c;
    padding: 10px 20px;
    background: #fff
}
.page-content .table_set .roomtable td {
    width: 25%;
}
.p-yamadori-box3 div .page-content .table_set table td{
    width: 36%;
}
.width_15 {
    width: 15%
}
.width_25 {
    width: 25%
}
.width_30 {
    width: 30%
}
.width_40 {
    width: 40%
}
.width_50 {
    width: 50%
}
.width_100 {
    width: 100%
}
#yoyaku_banner {
    background: url(../cmn/imgs/yoyaku_bk.png) no-repeat;
    width: 960px;
    height: 80px;
    padding: 16px
}
#yoyaku_banner #contact_btn {
    float: left;
    width: 230px;
    margin: 0 10px 0 390px
}
#yoyaku_banner #yoyaku_btn {
    float: left;
    width: 290px
}
.pct_title {
    font-size: 115%;
    font-weight: bolder;
    margin-bottom: 5px
}
#sonae .point_img {
    margin-left: 400px
}
#onsen #day_room ol {
    list-style: decimal;
    margin-left: 25px
}
#room #amenity {
    width: 450px
}
#room #amenity li {
    list-style: circle;
    margin-left: 25px;
    float: left;
    width: 200px
}
#stay .alignright {
    width: 450px
}
#stay p.title {
    text-align: center;
    font-size: 158%;
    border-bottom: 1px solid #bda58c;
    padding: 15px 0
}
#stay span {
    background: #acc68e;
    color: #fff;
    border-radius: 3px;
    padding: 2px 10px;
    margin: 0 10px;
    font-size: 14px
}
#room span.price {
    padding-left: 40px
}
#room #heya .in-unit {
    background: url(../cmn/imgs/heya_back.jpg) bottom;
    position: relative
}
@media screen and (max-width: 768px) {
    #room .in-unit img {
    width:100%;
    }
}
#room #heya .in-unit .text {
    padding: 5px 20px;
    height: 80px
}
#room #course .in-unit {
    background: url(../cmn/imgs/manu_back.jpg) bottom;
    position: relative
}
#room #course .blue-bk {
    background: url(../cmn/imgs/manu_back_blue.jpg) bottom;
    position: relative
}
#room #course .in-unit .text {
    padding: 5px 20px;
    height: 150px
}
#room #kannai .in-unit {
    background: url(../cmn/imgs/kannai_back.jpg) bottom;
    position: relative
}
#room #kannai .in-unit .text {
    padding: 5px 20px;
    height: 100px
}
#room #course .in-unit .text {
    height: 335px;
    white-space: nowrap
}
#setubi .table_set table {
    width: 100%
}
#setubi .table_set li {
    float: left;
    width: 280px;
    list-style: circle;
    margin-left: 20px
}
#oyu .alignleft, #oyu .alignright {
    width: 440px
}
#oyu table {
    width: 100%
}
#oyu p.title {
    font-size: 143%;
    margin: 5px 0 10px 0
}
.farm_unit {
    margin: 20px 0 40px 0
}
.farm_unit h2.farm_title {
    font-size: 129%;
    font-weight: bolder;
    border-bottom: 1px solid #bda58c;
    padding-bottom: 5px;
    margin-bottom: 15px;
    position: relative
}
.farm_unit .alignleft {
    width: 450px
}
.farm_unit .alignright {
    width: 480px
}
.farm_unit .pct_area {
    position: relative;
    margin-right: -30px;
    margin-top: 15px
}
.farm_unit .pct_area .img {
    float: left;
    width: 300px;
    margin-right: 30px
}
.farm_unit .btn {
    position: absolute;
    right: 0
}
#sightseeing .btn_wrap {
    text-align: center;
    padding: 5px 0 0 0
}
#sightseeing .mihosampo_btn {
    padding: 8px 66px 12px 25px;
    background: url(../cmn/imgs/pdf-file.png) no-repeat top 50% right 23px/28px 34px;
    background-color: #fff;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    font-weight: 700;
    color: #222
}
#sightseeing .mihosampo_btn:not(:first-child) {
    margin: 0 0 0 10px
}
#sightseeing .mihosampo_btn span {
    font-size: 14px;
    font-weight: 400
}
#sightseeing .mihosampo_btn:hover {
    text-decoration: none;
    border: 1px solid #c30
}
#sightseeing .alignleft {
    width: 400px
}
#sightseeing .alignleft img {
    width: 100%
}
#sightseeing .alignright {
    width: 530px
}
#sightseeing .alignright .table_set {
    margin: 0
}
#sightseeing .alignright .table_set th {
    width: 5em
}
#sightseeing .alignright .table_set a {
    color: #c30
}
#sightseeing .alignright .table_set a svg {
    fill: #c30;
    position: relative;
    bottom: -1px
}
#doburoku .alignleft {
    width: 300px;
    padding-top: 10px
}
#doburoku .alignright {
    width: 620px;
    padding-top: 10px
}
#faq dt {
    color: #111
}
#faq dt {
    background: url(../cmn/imgs/ico_q.png) left no-repeat #cebf9e;
    padding: 3px 20px 3px 40px;
    margin-bottom: 10px;
    font-size: 115%
}
#faq dd {
    background: url(../cmn/imgs/ico_a.png) left no-repeat;
    padding-left: 60px;
    margin-bottom: 20px
}
#faq dd a {
    color: #c60;
    padding-left: 30px;
    background: url(../cmn/imgs/arrow_01.png) left no-repeat
}
#faq .faq_cate {
    margin: 20px 0 0 0
}
#faq .faq_cate ul {
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
}
#faq .faq_cate li {
    width: 23%;
    margin: 1%;
}
#faq .faq_cate li a {
    display: block;
    width: 100%;
    padding: 15px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    background: #fff;
}
#faq .faq_cate li a:hover {
    text-decoration: none;
    border: 1px solid #c30
}
#contact .unit p {
    text-align: center
}
#contact .text {
    font-size: 143%
}
.contact_table_set {
    margin: 15px 0
}
.contact_table_set table {
    border-top: solid 1px #bda58c;
    border-collapse: collapse;
    width: 100%
}
.contact_table_set th {
    border-bottom: solid 1px #bda58c;
    padding: 20px;
    background: #f9eee5;
    width: 30%
}
.contact_table_set td {
    border-bottom: solid 1px #bda58c;
    padding: 20px;
    background: #fff
}
.contact_table_set input {
    padding: 5px
}
.bt {
    text-align: center
}
.bt input {
    padding: 10px 30px
}
.contact_table_set .asterisk {
    background: #c66;
    font-size: 86%;
    color: #fff;
    padding: 2px 5px;
    float: right
}
.photo-gallery {
    padding-bottom: 20px
}
.photo-gallery li {
    padding: 5px;
    float: left
}
.photo-gallery .thumb {
    display: inline-block;
    background-position: center center;
    background-color: #eee;
    background-repeat: no-repeat;
    width: 182px;
    height: 182px;
    background-size: cover;
    transition: .2s;
    vertical-align: bottom
}
.photo-gallery .thumb:hover {
    opacity: .7
}
#holiday table {
    width: 100%;
    table-layout: fixed
}
#holiday td:nth-child(odd) {
    background: #f9eee5;
    width: 150px;
    box-sizing: border-box
}
#info {
    text-align: center;
    min-height: 200px
}
#info h1 {
    font-size: 200%;
    font-weight: bolder;
    border-bottom: 1px solid #bda58c;
    padding: 10px 10px 5px 0;
    margin-bottom: 20px;
    color: #c30
}
.info_unit {
    font-size: 115%;
    margin-bottom: 40px
}
.info_unit p {
    padding: 5px
}
.info_unit img {
    max-width: 680px;
    height: auto
}
.post-back {
    padding-bottom: 30px;
    margin: 0 auto
}
.post-back p {
    border-radius: 5px;
    padding: 7px 20px;
    background: #fff;
    border: 1px solid #666;
    width: 300px;
    display: inline
}
.category {
    padding-bottom: 40px
}
.category .post-list li {
    font-size: 115%;
    border-bottom: 1px dotted #bda58c;
    padding: 10px 10px 10px 0
}
.category .post-list h2 {
    display: inline;
    margin-left: 15px
}
.category .post-list h2 a {
    color: #c30
}
.category .post-list h2 a:hover {
    color: #c60;
    text-decoration: none
}
#sitemap table {
    width: 100%
}
#sitemap td {
    width: 33%;
    padding: 3px
}
#sitemap table a {
    display: block;
    background: url(../cmn/imgs/arrow_01.png) left no-repeat;
    padding: 10px 0 10px 30px;
    border-bottom: 1px dotted #bda58c
}
.mobile {
    display: none
}
.c-direct-in {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9;
    width: 100%
}
.c-direct-in.is-active {
    transition: .3s
}
.c-direct-in.is-active .c-direct-in__label .arrow {
    top: 80%;
    transform: translateY(-50%) rotate(0)
}
.c-direct-in__ttl {
    padding: 8px 8px 16px 8px;
    font-family: "Noto Serif TC", serif;
    font-weight: 700
}
.c-direct-in__ttl span {
    padding: 16px 16px 16px 0;
    display: inline-block;
    border-right: 1px solid #000
}
.c-direct-in__label {
    padding: 0 5px;
    height: 45px;
    line-height: 45px;
    background-color: rgba(178, 63, 25, .95);
    text-align: center;
    font-size: 18px;
    color: #fff;
    transition: .3s;
    cursor: pointer
}
.c-direct-in__label:hover {
    transition: .3s;
    opacity: .6
}
.c-direct-in__txt {
    position: relative
}
.c-direct-in__txt .arrow {
    position: absolute;
    top: 21%;
    left: calc(100% + 30px);
    transform: translateY(-50%) rotate(180deg);
    display: inline-block;
    transition: .3s
}
.c-direct-in__txt .arrow:after, .c-direct-in__txt .arrow:before {
    content: "";
    position: absolute;
    bottom: 0;
    display: block;
    width: 14px;
    height: 1px;
    background-color: #fff
}
.c-direct-in__txt .arrow:before {
    left: 50%;
    transform-origin: right bottom;
    transform: translateX(-100%) rotate(45deg)
}
.c-direct-in__txt .arrow:after {
    left: 50%;
    transform-origin: left bottom;
    transform: translateX(0) rotate(-45deg)
}
.c-direct-in__container {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    background-color: rgba(255, 255, 255, .9)
}
@media screen and (max-width:480px) {
    .c-direct-in.is-active .c-direct-in__label .arrow {
        transform: translate(-50%, -50%) rotate(0);
        transition: .3s
    }
    .c-direct-in__label {
        height: 45px;
        line-height: 45px;
        font-size: 18px
    }
    .c-direct-in__label:hover {
        opacity: 1
    }
    .c-direct-in__txt .arrow:after, .c-direct-in__txt .arrow:before {
        width: 14px;
        height: 2px
    }
    .directin-sp-form .directin-sp-form-date-input-group .directin-sp-form-date-input input[type=text][data-disabled=true] {
        width: 95%
    }
    .directin-sp-form .directin-sp-form-input label input[type=text], .directin-sp-form .directin-sp-form-input label select {
        font-size: 14px
    }
}