@charset "utf-8";


/* スライドショー */


body {
    padding: 0;
    margin: 0;
    height: 100vh;
}

#main_image .col-md-6 {
    padding: 0;
}

#main_image {
    position: relative;
    height:600px
}

#main_image .img-fluid {
    width: 100%;
    /*height:600px;*/
}
#main_image .img_left {
    position: relative;
}
#main_image .img_left .btn_left{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 93px;
height: 93px;
}

#main_image .img_right {
    position: relative;
}
#main_image .img_right .btn_right{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 93px;
height: 93px;
}
.img-sp{
    display: none;
}
.img-pc{
    display: block;
}
@media screen and (max-width: 767px){
    .img-pc{
        display: none !important;
    }
    .img-sp{
        display: block !important;
    }
}

@media screen and (min-width: 768px){
    .img-sp{
        display: none !important;
    }
    .img-pc{
        display: block !important;
    }
    #main_image .img-fluid {
        height:600px;
    }
    #main_image .img-fluid {
        height: 100vh;
    }  
}

/* スライドショー ↑　*/

/* 配置する画像(ロゴ) ↓　*/

.top_rogo img {
    width: 100%;
}


#main_image .top_rogo {
    position: absolute;
    top: 50vh;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 304px;
    height: 277px;

}



/* 配置する画像(ロゴ) ↑　*/

/* 配置する画像(ボタン) ↓　*/


.btn_left {
    position: absolute;
    top: 42%;
    left: 18%;
    margin: auto;
    content: '';
}

.btn_left img {
    width: 100%;
}

.btn_left img:hover {
    transform: translateY(-7px);
    transition : 1s;
}



.btn_right {
    position: absolute;
    top: 42%;
    margin: auto;
    content: '';
}

.btn_right img {
    width: 100%;
}

.btn_right img:hover {
    transform: translateY(-7px);
    transition : 1s;
}



/* TOPメイン画像　↓ */

#logo_sub {
    margin-right: 0;
    position:relative;
    top:0;
    left:25%;

}

#logo_sub img {
    width: 100%;
    height: 90%;
}

.col-md-3 {
    text-align: center;
}

/* サイドロゴ　↓ */


#rogo {
    position: fixed;
}

.icon {
    padding: 20px;
}

.icon img {
    padding-left: 10px;
}

.yado_rogo img {
    width: 50%;
}

/* サイドロゴ　↑ */

/* サイドロゴ　縮小　↓ */



/* サイドロゴ縮小　↑ */

/* 宿　画像　↓ */

#yado_img img {
    display: flex;
    width: 100%;
    padding: 10px;
}

/* 宿　画像　↑ */

/* アバウト　↓ */

#main h2 {
    border-bottom: solid;
    margin-bottom: 36px;
}

/* 宿プラン　↓ */

#yado_plan #plan {
    text-align: center;
}


#yado_plan .plan_list {
    margin: auto;
    margin-bottom: 10px;
}

table {
    width: 600px;
}

table tr td {
    border-width: 1px;
    border-style: solid;
}

#plam_text {
    margin-bottom: 20px;
}


/* 案内　↓ */

#yado_img p {
    text-align: center;
}

#main {
    margin-bottom: 40px;
}


/* main */

/* トップへ戻る　↓ */

#page_top {
    position: fixed;
    bottom: 60px;
    right: 20px;
    opacity: 0.5;
  }
  /* ボタン画像のサイズ指定 */
  .c-up-to-btn_img{
    width: 50px;
    height: 50px;
  }

/* カレンダー　↓ */

.event {
    margin-bottom: 55px;
}

/* マップ　↓ */

.access {
    margin-bottom: 50px;
}



/*  下記ishiiが追加しました */
/* 　fotter */
footer {
    background-color: #8C6239;
    display: flex;
}
footer h2 img {
    margin: 20px 42px 0 317px;
    width: 52%;
}
footer p{
    margin-top: 10px;
    margin: 10px 0 0 205px;
}

#copyright {
    text-align: center;
}

/* 　fotter */
/* 　main */
/*スマホ画面*/
    @media screen and (max-width: 767px){
        aside {
            display: flex;
        }
        iframe {
            width: 100%;
        }
        footer p {
            margin: 0;
            margin-left: 88px;
        }
        footer h2 img {
            margin: 0;
            margin-top: 17px;
            margin-left: 21px;
            width: 92%;
        }
        #main_image {
            width: 100%;
            height: 100vh;
        }
        #main_image .img-fluid {
            height: 50vh;
            object-fit: cover;
        }    
        .plan_list {
            width: 400px;
        }
        #main h2 {
            text-align: center;
        }
        
        #main p {
            padding: 20px;
        }
    
        #rogo_matome {
            width: 70%;
        }
        #y_rogo {
            width: 30%;
        }
        #y_text {
            width: 70%;
        }
        #rogo {
            display: flex;
            align-items: center;
            position: static;
        }
        #tennmei {
            display: flex;
        }
        .yado_rogo {
            display: flex;
            align-items: baseline;
            width: 60%;
        }
        #tel {
            display: flex;
            align-items: flex-end;
        }
        #tel p {
            margin-bottom: 0;
        }
        .icon {
            display: flex;
            width: 60%;
            padding-bottom: 0;
        }
        .icon img{
            width: 90%;
        }
        #logo_sub {
            position:static;
        }
    
        .main_rogo img {
            width: 70%;
        }
        .btn_right {
            top: 75%;
            left: 10%;
            width: 25%;
        }
        .btn_right img {
            width: 100%;
        }
        .btn_left {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 93px;
            height: 94px;
        }
        .btn_left img {
            width: 100%;
        }
        #main_image .top_rogo {
            position: absolute;
            top: 50vh;
            left: 50%;
            transform: translate(-50%, -50%);
            content: '';
            width: 156px;
            height: 141px;
        }
        .top_rogo img {
        width: 100%;
        }
}
#photo img {
    width: 99%;
}

/* スライドショー */

#carouselExample {
    margin: auto;
}