@charset "UTF-8";

/* ALL */
html {
    margin: 0;
    padding: 0;
    font-size: 62.5%;
}

body {
    font-family: "Noto Serif JP", serif;
    font-size: 1.6rem;
    line-height: 2.1;
    color: #797e81;
    margin: 0;
    padding: 0;
    text-align: center;
}

section {
    background: #fff;
}

a {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    margin: 0;
    padding: 0;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
}

#inner {
    margin: 0 auto;
}

img {
    max-width: 100%;
    height: auto;
}

/* 本文 */
main {
    background-color: #fff;
}

#kv {
    width: 100%;
    height: 500px;
    position: fixed;
    top: 0px;
    background: url(./photo/客室136：005.jpg) no-repeat center center;
    overflow: hidden;
    background-size: cover;
    z-index: -100;
}

#top {
    margin: 380px 0 0;
    padding: 65px 0 20px 0;
}

h1 {
    font-size: 35px;
    margin-bottom: 40px;
}

/* 案内 */
#inner {
    margin: 20px auto 10px;
}

h2 {
    text-align: center;
    margin: 0 auto;
    position: relative;
    display: inline-block;
    margin-bottom: 1em;
    color: #669900;
}

h2:before { 
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 80px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #669900;
  border-radius: 2px;
}

.sub {
    text-align: left;
}

h3 {
    color: #669900;
    font-size: 30px;
    margin-left: 25%;
}

.h3p {
    font-size: 20px;
    margin-left: 25%;
    position: relative;
}

.photo img {
    border-radius: 15px;
    width: auto;
    height: 400px;
}

.photo {
    position: absolute;
    margin-left: 60%;
}

.contents-blk {
    display: flex;
}

.waku1 {
    border: 1px solid #f5f5f5;
    box-shadow: 10px 5px 5px #dcdcdc;
    height: 100px;
    width: 200px;
    padding-bottom: 5px;
    margin-right: 15px;
}

.waku2 {
    border: 1px solid #f5f5f5;
    box-shadow: 10px 5px 5px #dcdcdc;
    height: 100px;
    width: 200px;
    padding-bottom: 5px;
    margin-left: 15px;
}

.caption10 {
    font-size: 20px;
    text-align: center;
    margin-top: -15px;
}

.caption11 {
    font-size: 20px;
    text-align: center;
    margin-top: -15px;
}

.icon2 {
    margin: -10px 0 0 400px;
}

.icon2::before {
    content: "";
    display: inline-block;
    width: 140px;
    height: 140px;
    background: url(./icon/吹き出し.gif) center center no-repeat;
    background-size: contain;
}

.flexbox {
    display: inline-flex;
    margin: 47px 8px 0 10px;
}

.icon1::before {
    content: "";
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-right: 5px;
    background: url(./icon/5789.png) center center no-repeat;
    background-size: contain;
}

.icon3::before {
    margin-top: 100px;
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 5px;
    background: url(./icon/10871.png) center center no-repeat;
    background-size: contain;
}

.icon1 {
    color: #669900;
    left: 10px;
    display: inline-block;
}

#sub2 {
    width: 799px;
    height: 255px;
    margin : 138px auto 10px;
    border: 2px solid #669900;
    border-radius: 20px;
}

.icon3 {
    margin: -62px auto 10px;
    color: #669900;
    text-align: center;
    font-size: 25px;
}

.full {
    margin: 5px auto 0px;
    text-align: center;
    font-size: 18px;
}

.icon10 {
    width: 60px;
    height: 60px;
    margin: 5px auto 3px;
}

.icon11 {
    width: 60px;
    height: 60px;
    margin: 5px auto 3px;
}

/* フッター */
#footer {
    text-align: center;
    font-size: 16px;
}

/* スマホ */
@media screen and (max-width: 768px) {
    main {
        width: 100%;
    }

    /* 案内 */
    .sub {
        margin: 0;
        padding: 0;
        text-align: center;
    }

    h3 {
        text-align: center;
        margin: 0;
    }

    .h3p {
        font-size: 16px;
        margin: 0;
    }

    .contents-blk {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .photo {
    display: none;
    }

    .icon2 {
        margin: 21px 0 0px;
        display: inline-block;
        justify-content: center;
    }

    .icon2::before {
    width: 150px;
    height: 150px;
    margin-right: 0;
    }

    .flexbox {
    margin: 20px 31px 29px 11px;
    width: 300px;
    }

    .waku1 {
    margin-right: -7px;
    }

    #sub2 {
        width: 350px;
        height: auto;
        margin: 10px auto;
        padding: 0;
        text-align: center;
    }

    .icon3 {
    margin: -97px auto 10px;
    font-size: 21px;
    }

    .icon3::before {
    margin-top: 100px;
    content: "";
    width: 0px;
    display: inline-block;
    background: url(./icon/10871.png) center center no-repeat;
    background-size: contain;
    }

    .full {
    margin: 3px auto 5px;
    text-align: center;
    font-size: 16px;
    }

}