/*
Theme Name: オリジナルテーマ
Description: kirisimizuオリジナルテーマ
*/

body{
    background-color: #fff;
    font-family: 'Alata', 'Zen Kaku Gothic New', sans-serif, 'Yu Gothic', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic';
    padding-top: 110px;
    margin: 0;
    width: 100%;
    letter-spacing: 1.5px;
}

button {
    font-family: 'Zen Kaku Gothic New';
}

a {
    text-decoration: none;
    color: #fff;
}

/* header */
header,.news_wrap {
    width: 100%;
    box-sizing: border-box; /* padding分を含んで幅を100%にするため */
    position: fixed; /* ウィンドウを基準に画面に固定 */
    top: 0;
    z-index: 2;
}

.header_wrapp {
    background-color: rgb(21, 21, 21);
    opacity: 0.8;
    height: 120px;
    display: flex;
    width: 100%;
    vertical-align: middle;
    justify-content: space-between;
}

.name {
    font-family: 'Alata';
    padding-left: 40px;
    margin-top: 56px;
}

.name h1 {
    font-size: 20px;
    font-weight: lighter;
    margin: 0;
}

.name p {
    font-size: 10px;
    font-weight: lighter;
    margin-top: 5px;
    letter-spacing: 1.7px;

}

.head_menu ul{
    width: 600px;
    margin-right: 40px;
    margin-top: 60px;
    justify-content: space-between;
    display: flex;
    text-align: center;
    list-style-type: none!important;
}

.head_menu li a {
    display: block;
    color: rgb(255, 255, 255);
    font-size: 13px;
    font-weight: 500;
    transition: 0.3s;
}

.head_menu li button {
    color: rgb(49, 48, 48);
    font-size: 14px;
    font-family: 'Alata','Zen Kaku Gothic New';
    max-width: 140px;
    height: 40px;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    cursor: pointer;
    transition: 0.5s;
}

.head_menu button:hover {
    color: #ffffff;
    background-color: rgb(100, 91, 91);
}

.head_menu li a:hover {
    color: rgb(87, 87, 87);
}

.menu_dt { display: block; }
.menu_sp { display: none; }


/* language & news */
.news_wrap {
    height: 40px;
    display: flex;
    background-color: #3e3c41;
    opacity: 0.9;
}

.news {
    margin-left: auto;
    margin-right: 30px;
    margin-top: 8px;
}
.news a { transition: 0.5s; }
.news a:hover {
    color: #575757;
    margin-right: 0;
}

/* translate */
#glt-translate-trigger {
    margin-left: 10px;
    box-shadow: none;
    opacity: 0.9;
}

#glt-translate-trigger span {
    font-family: 'Zen Kaku Gothic New';
    font-weight: lighter;
    transition: 0.5s;
}
#glt-translate-trigger span:hover {
    color: rgb(107, 107, 107);
}



/* ↑　header */


/* footer */
footer {
    height: 530px;
    width: 100%;
    background-color: #3e3c41;
    color: #fff;
}

.footer_wrap {
    width: 85%;
    display: flex;
    margin: 0 auto;
    padding-top: 80px;
    justify-content: space-around;
}

.footer_kirisimizu {
    width: 450px;
}

.footer_kirisimizu h1 {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 0;
}

.footer_kirisimizu p {
    font-size: 13px;
    line-height: 2;
    margin: 0;
}

.footer img {
    max-width: 300px;
    margin-top: 30px;
}

.footer_link {
    max-width: 300px;
}

.footer_link button {
    color: #fff;
    font-size: 14px;
    font-family: 'Alata','Zen Kaku Gothic New';
    width: 290px;
    height: 60px;
    margin-bottom: 20px;
    background-color: rgb(62, 60, 65);
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.5s;
}
.footer_link button:hover {
    color: #5C5858;
    background-color: #fff;
}

.sns {
    margin: 0 20px;
    display: flex;
    justify-content: space-around;
}

.sns img {
    width: 40px;
    height: auto;
    transition: 0.5s;
}
.sns img:hover {
    margin-top: 4px;
}

.copy {
    text-align: center;
    margin-top: 90px;
}

/* ↑ footer */


/* page-php */
.main_body {
    width: 70%;
    margin: 0 auto;
}


/* front-page */
.front-page p {
    font-size: 16px;
    margin: 0;
    line-height: 2;
}
.top:before {
    content:"";
    display:block;
    position:fixed;
    top:0;
    left:0;
    z-index:-1;
    width:100%;
    height:100vh;
    background:url(img/front/top.jpg) center no-repeat;
    background-size:cover;
}
.top {
    color: #fff;
    text-align: center;
    height: 600px;
}

h1 {
    font-size: 35px;
    margin: 0;
    font-weight: 500;
}
h2  {
    font-size: 16px;
    font-weight: 300;
}

.top_name p {
    font-size: 16px;
}

.top_wrap {
    display: flex;
    padding-top: 20%;
    padding-left: 30%;
}

.top_name {
    margin-top: 20px;
    filter: drop-shadow(0 0 5px #5C5858);
}

.top_wrap img {
    width: 90px;
    height: 90px;
    margin-left: 30px;
}

.about {
    text-align: center;
    padding: 80px 0;
    opacity: 0.9;
    background-color: #fff;
}

.about h3 {
    font-size: 23px;
    line-height: 2;
}

h4 {
    font-size: 23px;
    margin: 0;
}
    

.information {
    background-color: #ECE6DC;
    width: 100%;
    padding-bottom: 70px;
}

.contents_name {
    text-align: center;
    padding-top: 80px;
    padding-bottom: 40px;
}

.wrap,.wrap_sticking {
    max-width: 75%;
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 30px;
}

.text {
    width: 60%;
    padding: 30px;
    text-align: left;
}

.text button {
    color: #fff;
    width: 200px;
    height: 38px;
    font-size: 16px;
    background-color: #372760;
    margin-top: 40px;
    border: none;
    float: right;
    cursor: pointer;
    transition: 0.5s;
}

.text button:hover {
    padding-left: 20px;
}

.information img {
    max-width: 96%;
    margin: 20px;
}
.img_wrap {
    max-width: 550px;
}

.newsevent {
    padding-bottom: 70px;
    background-color: #fff;
}

.newsevent img {
    max-width: 500px;
    height: auto;
    margin: 0 5px;
}
.around img {
    max-width: 300px;
    height: auto;
    margin: 0 5px;
}
.newsevent img:hover {
    opacity: 0.5;
    transition-duration: 0.3s;  
}

.around {
    background-color: #ECE6DC;
    width: 100%;
    padding-bottom: 70px;
}

.around img {
    width: 300px;
    height: auto;
}
.around img:hover {
    opacity: 0.5;
    transition-duration: 0.3s;  
}

h5 {
    padding-bottom: 10px;
    text-align: center;
    font-size: 18px;
    margin: 0;
    font-weight: 500;
}

.wrap_0 {
    width: 75%;
    margin: 0 auto;
}
.wrap_s {
    display: flex;
    justify-content: space-around;
}

.link {
    text-align: right;
    margin-right: 20px;
}

.link a {
    color: black;
    transition: 0.5s;
}
.link a:hover {
    margin-right: 10px;
}



.top_name_s h1{
    padding-top: 18%;
}
/* room & facillity */
.rooms_top {
    height: 450px;
    background-image: url( img/page/room.jpg );
    background-size: cover;
    margin-top: -100px;
    color: #fff;
    text-align: center;
    position: relative;
}

.room img {
    max-width: 96%;
    margin: 20px;
}

.rooms-page p {
    font-size: 16px;
    margin: 0;
    line-height: 2;
}

.text h5 {
    text-align: left;
}

.rooms-page button {
    margin-top: 50px;
}

.wrap1 {
    width: 250px;
    margin: 5px;
}
.wrap1 img {
    width: 100%;
    height: auto;
    margin: 0;
}
.wrap1 p {
    width: 90%;
    height: auto;
    font-size: 12px;
    padding: 0 10px;
}

.bar {
    padding-bottom: 80px;
}

.bar img {
    max-width: 96%;
    margin: 20px;
}

.Facility {
    background-color: #ECE6DC;
    width: 100%;
    padding-bottom: 80px;
}

.Facility img {
    max-width: 90%;
    margin-right: 5%;
    margin-left: 5%;
}

hr {
    max-width: 400px;
}


/* access */
.access_top {
    height: 450px;
    background-image: url( img/page/access.jpg );
    background-size: cover;
    margin-top: -100px;
    color: #fff;
    text-align: center;
    position: relative;
}

.route img {
    width: 70%;
    height: auto;
    display: block;
    margin: 0px auto;
    padding-bottom: 90px;
}

.train img {
    width: 30px;
    height: auto;
}

.t_wrap {
    width: 90%;
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 90px;
    font-size: 19px;
    font-weight: 500;
}

.train {
    height: 38px;
    display: flex;
    vertical-align: middle;
    padding: 20px;
}

.train p {
    margin: 0;
    padding: 3px 30px;
}

.train button {
    width: 130px;
    height: 35px;
    font-size: 19px;
    background-color: #C4C4C4;
    border: none;
}

.address button {
    width: 220px;
    height: 45px;
    font-size: 19px;
    background-color: #C4C4C4;
    border: none;
    cursor: pointer;
    transition: 0.5s;
}

.address button:hover {
    color: #fff;
    background-color: #5C5858;
    padding-left: 10px;
}


/* reservation */
.reservation_top {
    height: 450px;
    background-image: url( img/page/reservation.jpg );
    background-size: cover;
    margin-top: -100px;
    color: #fff;
    text-align: center;
    position: relative;
}

.airbnb {
    width: 70%;
    display: flex;
    margin: 0 auto;
    margin-top: 70px;
}
.airbnb button {
    width: 30%;
    height: 100px;
    font-size: 16px;
    color: #fff;
    background-color: #f58e8e;
    border: none;
    border-radius: 20px;
    box-shadow: 5px 5px 5px #948e8e;
    cursor: pointer;
    display: block;
    margin: 0px auto;
    margin-top: 20px;
    margin-bottom: 30px;
    transition: 0.5s;
}

.airbnb button:hover {
    color: #000000;
    opacity: 0.5;
    transition-duration: 0.3s;  
}

.mail p {
    font-size: 18px;
    line-height: 2;
    padding-left: 50px;
}

.mail button {
    width: 550px;
    height: 90px;
    font-size: 20px;
    color: #fff;
    background-color: #f58e8e;
    border: none;
    box-shadow: 5px 5px 5px #948e8e;
    margin: 50px 0;
    cursor: pointer;
    transition: 0.5s;
}

.mail button:hover {
    color: #000000;
    opacity: 0.5;
    transition-duration: 0.3s;  
}        
    
.precautions {
    width: 60%;
    border: solid 1px #5C5858;
    padding: 0 90px;
    margin: 0 auto;
    margin-bottom: 80px;
}

.p_wrap {
    text-align: left;
    padding-top: 40px;
    line-height: 2;
}

.p_wrap h6 {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
}

.precautions h4 {
    text-decoration: underline;
}

.footer0 {
    background-color: #9F9A9A;
    width: 100%;
    height: 40px;
}

.f_wrap {
    display: flex;
    width: 350px;
    justify-content: space-between;
    margin: 0 auto;
    padding: 5px;
    font-weight: bold;
    transition: 0.5s;
}

.f_wrap a:hover { color :#000000;}



/* Gallery */
.gallery_top {
    height: 450px;
    background-image: url( img/page/gallery.jpg );
    background-size: cover;
    margin-top: -100px;
    color: #fff;
    text-align: center;
    position: relative;
}

.g_wrap {
    max-width: 1100px;
    display: flex;
    margin: 0 auto;
}

.g_wrap a {
    margin: 10px;
}

.link {
    margin-right: 10%;
}


/* index 記事一覧ページ ・　投稿ページ・カテゴリーページ　*/
.index h4,.index a {
    color: #5C5858;
}

.index {
    max-width: 700px;
    border: solid 1px #5C5858;
    padding: 30px;
    margin: 30px;
}

.siden {
    max-width: 1100px;
    display: flex;
    margin: 0 auto;
}

.sidebar-widget {
    width: 260px;
    height: auto;
    background-color: #5C5858;
    padding: 20px;
}

.sidebar-widget h3 {
    display: none;
}

.sidebar-widget ul {
    list-style-type: none;
    padding: 0;
    margin: 20px 25px;
    text-align: center;
}

.sidebar-widget li {
    margin-bottom: 30px;
}

#menu-item-261,#menu-item-273,#menu-item-264 {
    text-align: left;
}

#nav_menu-5,#nav_menu-6,#nav_menu-7 {
    border-top: solid 1px #fff;
    font-weight: bold;
}

#menu-item-261,#menu-item-273,#menu-item-264 ul {
    margin: 0;
}


/* contact-page */
#post-284 {
    max-width: 60%;
    margin: 0 auto;
    margin-top: 70px;
}

/* owner-page */
#post-301 {
    max-width: 75%;
    margin: 0 auto;
}


/* Privacy Policy */
#post-3 {
    width: 75%;
    margin: 0 auto;
}


/* ★★★レスポンシブ　*/
@media screen and (max-width: 960px){
    body { 
        font-family: 'Alata', 'Zen Kaku Gothic New', sans-serif,  'Yu Gothic', "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic";
        padding-top: 170px; 
        width: 100%;
        overflow-x: hidden !important;
    }

    /* header */
    .menu_dt { display: block; }
    .menu_sp { display: none !important; }

    .header_wrapp {
        height: 150px;
        display: block;
    }
    .name {
        margin-top: 0;
        padding-top: 40px;
    }

    .head_menu li {
        font-size: 10px;
    }

    .head_menu {
        padding: 10px 20px;
    }

    .head_menu ul {
        width: 100%;
        margin-top: 0;
        justify-content: space-around;
        padding: 0;
    }
    

    /* footer */
    .footer {
        width: 100%;
        height: auto;
    }

    .footer_wrap {
        max-width: 90%;
    }
    .footer_kirisimizu {
        width: 80%;
        margin: 0 auto;
    }
    .footer_link {
        margin: 0 auto;
    }

    /* front-page */
    h1 { font-size: 28px; }
    .top {
        height: 300px;
        background-size: auto;
    }
    .top_wrap {
        display: block;
        padding-top: 3%;
        padding-left: 0%;
    }
    .top_wrap img {
        width: 70px;
        height: 70px;
        margin: 0;
        margin-top: 20px;
    }
    .about {
        padding: 50px 20px;
    }
    .wrap,.wrap_s {
        display: block;
        width: 90%;
        text-align: center;
        padding: 0 20px;
    }
    .wrap_0 {width: 100%;}
    .text {
        width: 90%;
        box-sizing: border-box;
    }
    .wrap img {
        max-width: 90%;
        height: auto;
    }
    .wrap a {
        max-width: 90%;
        height: auto;
    }
    .text button {
        margin-top: 40px;
        font-size: 14px;
        font-family: 'Zen Kaku Gothic New';
    }

    /* 下層ページtop */
    .rooms_top,.access_top,.reservation_top,.gallery_top {
        height: 200px;
        margin-top: -150px;
        padding-top: 30%;
    }

    /* facility */
    .Facility h5 {
        margin-top: 30px;
    }
    .g_wrap a {
        margin: 15px 5px;
    }
    .route img {
        width: 90%;
    }
    .t_wrap {
        display: block;
    }
    .address {
        margin: 40px;
    }

    /* reservation */
    .airbnb {
        display: block;
    }
    .airbnb button,.reservationform,.precautions {
        width: 90%;
    }
    .mail p {
        font-size: 15px !important;
        padding: 0;
    }
    .mail button {
        width: 90%;
        height: 70px;
        font-size: 15px;
    }
    .precautions {
        padding: 0;
        padding: 0 10px;
    }
    .footer0 { height: 30px;}
    
    /* news & side bar */
    .siden { 
        width: 100%;
        display: block;
        padding-top: 50px;
    }
    .sidebar-widget {
        width: 100%;
        height: auto;
        display: flex;
        margin: 0;
        padding-top: 180px;
        padding-bottom: 0;
        position: fixed; /* ウィンドウを基準に画面に固定 */
        top: 0;
        z-index: 1;
    }
    .sidebar-widget ul { margin: 10px; }
    .sidebar-widget a { font-size: 12px; }
    .sidebar-widget li { margin: 0; }
    #nav_menu-2,#nav_menu-3,#nav_menu-4 { display: none;}
    .index {
        width: 90%;
        padding: 10px;
        margin: 10px;
    }
    .index a { font-size: 15px; }

    /* contact-page */
    #post-284 {
        width: 90%;
    }


}
    
    
@media screen and (min-width: 960px){
    .menu_sp {
        visibility:hidden;
    }
}

@media only screen and (max-width: 960px) {
    img { max-width: 100%; }
}

@media screen and (max-width: 520px){
    /* 右側の空白の削除 */
    body {
        font-family: 'Alata', 'Zen Kaku Gothic New', sans-serif,  'Yu Gothic', "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic";
        padding-top: 170px; 
        width: 100%;
        overflow-x: hidden !important;
    }

    /* page-php */
    .main_body {
    width: 100%;
    }

    /* header */
    .menu_dt { display: none !important; }
    .menu_sp { display: block !important; }    

    .name {
        margin-top: 0;
        padding-top: 50px;
    }
    h1,h2,h3,h4 { font-size: 18px !important; }
    p { font-size: 12px !important; }
    a {font-size: 13px;}

    .head_menu li {
        font-size: 10px;
    }
    .head_menu {
        padding: 10px;
    }
    .head_menu ul {
        width: 100%;
        margin-top: 0;
        justify-content: space-around;
        padding: 0;
    }
    .news {
        display: none;
    }
    .head_menu li button {
        height: 24px;
    }

    
    /* translate */
    #glt-translate-trigger {
        margin-left: 0px;
    }

    /* footer */
    .footer_link {
        margin-top: 20px;
    }
    .footer_wrap {
        display: block;
    }


    /* front-page */
    .top {
        height: 200px;
    }
    .top_wrap {
        display: block;
        margin-left: 5%;
    }
    .top_wrap img {
        width: 70px;
        height: 70px;
        margin: 0;
        margin-top: 20px;
    }
    .about {
        padding: 50px 20px;
    }
    .wrap_sticking {
        display: block;
        max-width: 90%;
    }
    .wrap,.wrap_s {
        max-width: 100%;
    }
    .wrap1 { margin: 0 auto;}
    .text {
        width: 100%;
        box-sizing: border-box;
        padding: 0;
    }
    .wrap img,.around img {
        max-width: 90%;
        height: auto;
    }
    .wrap a {
        max-width: 90%;
        height: auto;
    }
    .text button {
        margin-top: 40px;
        font-size: 14px;
    }

    /* facility */
    .Facility h5 {
        margin-top: 30px;
    }

    .blocks {
        width: 90%;
    }

    .route img {
        width: 90%;
    }
    .t_wrap {
        display: block;
    }
    .address {
        margin: 40px;
    }

    /* reservation */
    .airbnb button,.reservationform,.precautions {
        width: 90%;
    }
    .mail p {
        font-size: 15px !important;
        padding: 0;
    }
    .mail button {
        width: 100%;
        height: 70px;
        font-size: 15px;
    }
    .precautions {
        padding: 0;
        padding: 0 10px;
    }
    .footer0 { height: 30px;}
    
    /* news & side bar */
    .siden { 
        width: 100%;
        display: block;
        padding-top: 50px;
    }
    .sidebar-widget {
        width: 100%;
        height: auto;
        display: flex;
        margin: 0;
        padding-top: 180px;
        padding-bottom: 0;
        position: fixed; /* ウィンドウを基準に画面に固定 */
        top: 0;
        z-index: 1;
    }
    .sidebar-widget ul { margin: 10px; }
    .sidebar-widget a { font-size: 12px; }
    .sidebar-widget li { margin: 0; }
    #nav_menu-2,#nav_menu-3,#nav_menu-4 { display: none;}
    .index {
        width: 90%;
        padding: 10px;
        margin: 10px;
    }
    .index a { font-size: 15px; }

    /* Gallery */
    .dishes {
        width: 90%;
        display: block;
        padding: 10px;
        margin: 10px;
    }
    .dishes button {
        margin: 30px;
    }

    /* その他ページ幅 */
    #post-284,#post-301,#post-306 {max-width: 100%;}
    .wp-block-button,.wp-container-2 {width: 100%;}

}