@charset "UTF-8";

/* 共通部分
------------------------------- */
html {
    font-size: 100%;
    scroll-behavior: smooth;
}
body{
    font-family:'Noto Serif JP', serif,"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
    line-height: 1.7;
    color: #432;
}
a {
    text-decoration: none;
    color:inherit
}
a:hover {
    opacity: 0.7;
}
img {
    max-width: 100%;
}
.wrapper {
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 4%;
}
.ttl{
    text-align: center;
    padding-top: 15%;
    padding-bottom: 5%;
}
.ttl img{
    width: 47%;
}
.ttl h2{
    margin: 5% 0 2%;
    font-size: 1.5rem;
    color: #000;
    letter-spacing: 2px;
    font-weight: 500;
}
.ttl p{
    font-size: 1.1rem;
    letter-spacing: 1px;
}



/* 見出し */
.page-title {
    font-size: 5rem;
    font-family: 'Philosopher', serif;
    text-transform: uppercase;
    font-weight: normal;
}
.sub-title {
    font-size: 1.375rem;
    padding: 0 8px 8px;
    border-bottom: 2px #0bd solid;
    font-weight: normal;
}

/* ボタン */
.button {
    font-size: 1.375rem;
    background: #0bd;
    color: #fff;
    border-radius: 5px;
    padding: 18px 32px;
}
.button:hover {
    background: #0090aa;
}

/* iframe */
iframe {
    width: 100%;
}




/* ボタン */
.btn{
    margin-bottom: 5%;
}
a.btn_pink {
    display: block;
    max-width: 350px;
    margin: 0 auto;
    padding: 1.5rem 3.0rem;
    background-color: #fff;
    border-radius: 8px;
    box-sizing: border-box;
    text-decoration: none;
    transition: 0.3s;
    border: 1px solid #1b4a83;
}
a.btn_pink span.bl__text {
    display: block;
    position: relative;
    color: #40210F;
    font-size: 1.1rem;
    text-align: center;
    padding-left: 30px;
    letter-spacing: 4px;
}
a.btn_pink span.bl__text:before {
    content: '';
    width: 20px;
    height: 20px;
    background: #d3d6cd;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
a.btn_pink span.bl__text:after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: 3px solid #3c6a88;
    border-right: 3px solid #3c6a88;
  box-sizing: border-box;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: 5px;
    bottom: 0;
    margin: auto;
    transition: 0.3s;
}
a.btn_pink:hover {
    background-color: #2f7280;
}
a.btn_pink:hover span.bl__text:after {
    border-top: 3px solid #2f7280;
    border-right: 3px solid #2f7280;
}
@media (max-width: 736px) {
    a.btn_pink {
        max-width: 280px;
        padding: 1.5rem 2.0rem;
    }
    a.btn_pink span.bl__text {
        font-size: 14px;
    }
}



/* ヘッダー
------------------------------- */
.page-header {
  min-width:95%;
    display: flex;
    justify-content: space-between;
    z-index: 200;
    background: rgba(255,255,255,0.5);
    padding: 1% 5%;
    transition: all .5s;
}


.logo {
    width: 300px;
    margin-top: 14px;
}


.main-nav {
    display: flex;
    font-size: 1.1rem;
    text-transform: uppercase;
    margin-top: 70px;
    list-style: none;
    font-family: Yugothic;
    font-weight: bold;
}

.main-nav li{
    float: left;
    letter-spacing: 3px;
    line-height: 1.4;
    transition: 1s;
    padding: 0 1em;
    cursor: pointer;
    list-style: none;
}

.main-nav a{
    text-decoration: none;
    color: #40210F;
    transition: .5s;
}

.main-nav a:hover{
  color:#008b8b;
}



/* フッター
------------------------------- */
footer {
    text-align: center;
    padding: 4%;
    background-color: #000;
    color: #cac0ba;
}

.page-footer{
    display: flex;
    justify-content: space-between;
    margin-bottom: 10%;
}
.footerlogo {
    width: 300px;
}

.info p.hosoku{
    color: #fff;
    margin-bottom: 5%;
}




/* HOME
------------------------------- */

/* 背景画像 */
.big-bg{
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

#home {
    background-image: url(../images/ashinomaki_18.jpg);
    min-height: 100vh;
}

/* コンセプト
------------------------------- */

.concept{
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/concept_back.jpg);
}
.conceptbox{
    padding: 14% 0;
    text-align: center;
}

.conceptbox h2{
    font-size: 3rem;
    letter-spacing: 7px;
    font-weight: 500;
    color: #2F7280;
    font-family: 'Hina Mincho', serif;
}
.conceptbox h3{
    font-size: 2rem;
    letter-spacing: 7px;
    font-weight: 500;
    color: #2F7280;
    font-family: 'Hina Mincho', serif;
}
.conceptbox p{
    font-size: 1.3rem;
    letter-spacing: 1px;
    color: #40210F;
    margin-top: 3%;
    line-height: 2;
}


/* 魅力
------------------------------- */
#recommend{
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/recommend_back.jpg);
    color: #fff;
}

.recommend_box{
    padding: 14% 0;
    text-align: center;
}

.recommend_box h4{
    font-size: 2.5rem;
    letter-spacing: 1px;
    font-weight: 200;
    line-height: 1.5;
    font-family: 'Hina Mincho', serif;
}

.recommend_box p{
    font-size: 1.3rem;
    letter-spacing: 2px;
    margin-top: 3%;
    line-height: 2;
    font-weight: 100;
}

.recommend_point {
    display: flex;
    flex-wrap: wrap;
    margin-top: 6%;
    margin-bottom: 50px;
}
.recommend_item {
    width: calc(100% / 3);
    padding-bottom:4%;
}

.recommend_item dd{
    font-size: 1.7rem;
    font-weight: 100;
    font-family: 'Hina Mincho', serif;
}
.recommend_item dt{
    font-size: 1.3rem;
    font-weight: 100;
}

.recommend_item img{
    border-radius: 100%;
    width: 300px;
    height: 300px;
}



@media (max-width: 575px){

    .recommend_item img{
        width: 160px;
        height: 160px;
    }
    .recommend_item h3{
        font-size: 1em;
        max-width: 100%;
    }
}
@media (max-width: 420px){

    .recommend_item img{
        width: 120px;
        height: 120px;
    }
}


/* 過ごし方
------------------------------- */
#howto{
    text-align: center;
    margin-bottom: 7%;
}

.howto_ttl{
    margin: 7% 0 3%;
}

.howto_ttl h5{
    font-size: 2.5rem;
    letter-spacing: 4px;
    font-weight: 200;
    line-height: 1.5;
    font-family: 'Hina Mincho', serif;
    color: #2F7280;
}

.howto_ttl p{
    font-size: 1.5rem;
    letter-spacing: 1px;
    font-weight: 200;
    line-height: 1.5;
    font-family: 'Hina Mincho', serif;
    color: #2F7280;
}


.howtocontents{
    display: flex;
    justify-content: space-between;
}

.howto_item01{
    background-image: url(../images/spot.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 50%;
    height: auto;
    padding: 5%;
}

.howto_item02{
    background-image: url(../images/gourmet.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 50%;
    height: auto;
    padding: 5%;
}

.item_box01 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #51ad6d;
    width: 20vw;
    height: 20vw;
    margin: 0 0 0 auto;
    color: #fff;
}


.item_box02 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #b7424a;
    width: 20vw;
    height: 20vw;
    margin: auto 0 0 0;
    color: #fff;
}

.item_ttl{
    font-size: 2vw;
    font-family: 'Hina Mincho', serif;
}
.item_subttl{
    font-size: 1.3vw;
    font-family: 'Hina Mincho', serif;
}



/* 旅館・ホテル
------------------------------- */
#hotels{
    text-align: center;
    padding: 8%;
    background-color: #2f210f;
}
.hotels_box h5{
    color: #cac0ba;
    font-size: 1.9rem;
    letter-spacing: 2px;
    font-weight: 400;
}
.item p.hotel_ttl{
    font-size: 23px;
    margin: 3% 0 3%;
    color: #cac0ba;
}
.item p.hotel_hb{
    color: #fff;
    text-align: justify;
    font-family: 'YuGothic', sans-serif;
}

.grid {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  margin-top: 6%;
  margin-bottom: 50px;
}
.item ul.wk_icon{
    display: flex;
    list-style: none; 
    justify-content:flex-start; 
    margin-top: 12px;
}
.item ul li{
    width: 20%;
    padding: 0px 5px 0px 0px;
}
.item ul li.wk_icon{
    margin-left: 10px;
}





/* ［ページ］おすすめスポット
------------------------------- */
.spot{
    color:#40210f;
}
.contents_ttl{
    text-align: center;
    padding: 8%;
}
.contents_ttl h2{
    font-size: 2.5rem;
    letter-spacing: 1px;
    font-weight: 200;
    line-height: 1.5;
    font-family: 'Hina Mincho', serif;
    color: #2F7280;
}
.spot_box{
    display: flex;
    margin-bottom: 5%;
}
.spot_img{
    width: 50%;
}
.spot_img img{
    width: 100%;
}
.spot_item{
    width: 50%;
    margin-left: 20px;
}
.spot_item p{
    font-family: 'YuGothic', sans-serif;
}
.spot_item p.spot_ttl{
    font-size: 1.7rem;
    font-weight: bold;
    margin-bottom: 7px;
}
.spot_item p.spot_hb{
    text-align: justify;
}


/* ［ページ］グルメ&お土産
------------------------------- */
.gourmet_info{
    margin: 5% 0;
}
.gourmet_info{
    font-family: 'YuGothic', sans-serif;
}
.gourmet_info td{
    padding: 5px;
}
.gourmet_info td.hyottl{
	background: #dbe4cc;
    padding: 2%;
    text-align: center;
    width: 20%;
}




/* ［ページ］各施設ページ
------------------------------- */
.contents_ttl h2 span {
    display: block;
    font-size: 1.5rem;
    margin-top: 7px;
    text-align: center;
    letter-spacing: 2px;
    color: #a6b4b4;
    font-weight: 100;
}
.hotels_img{
    margin-bottom: 30px;
}
.hotels_img img{
    width: 100%;
}
.hotels_img p{
    margin-top: 15px;
    font-size: 1.2rem;
}

/* ワーケーションプラン------ */

table,tbody,tr,td,th {
    font-family: 'YuGothic', sans-serif;
}
.ws_plan{
    margin: 5% 0;
}
.ws_plan td{
    padding: 15px;
}
.ws_plan td.ws_icon{
    background-color: #3194a6;
    width: 14%;
}
.ws_plan td.ws_hb{
    background-color: #f4f3eb;
    width: 45%;
    font-size: 1.2rem;
    font-weight: bold;
}
.ws_icon {
    text-align: center;
}
.ws_icon img{
    vertical-align: middle;
}
/* --------------------------- */

.hotels_sub{
    margin: 0 auto 40px;
    width: 70%;
}
.hotels_info{
    margin: 0 auto 10%;
    font-size: 1.2rem;
    border-spacing: 0;
}

/* 施設情報------ */

.hotels_info td{
    padding: 15px;
    border-bottom: 1px solid #9c918b;
}
.hotels_info td.komoku{
    text-align: center;
    width: 20%;
}
.hotels_info td.cell{
    width: 45%;
}
.hotels_info th{
    background: #dbe4cc;
    padding: 5px 25px;
    text-align: center;
}
.work_icon{
    display:flex;
}

/* --------------------------- */



/*PCで改行無効*/
.br-pc{
    display: none;
}



/* 959px以下
------------------------------------------------------------*/
@media only screen and (max-width: 959px){

  /* 959px以下改行あり -----*/
    .br-pc{
        display: block;
    }


 /* ヘッダー -----*/
    .page-header {
        flex-direction: column;
        align-items: center;
        padding: 5% 0;
        }
    .logo {
        margin-top: 0px;
        }
    .spnone{
        display: none;
    }
    /* HEADER */
    .main-nav {
        font-size: 1.2rem;
        margin-top: 40px;
    }
    .main-nav li {
        margin: 0 30px;
    }


/* 魅力 */

.recommend_item {
    width: 100%;
}
.recommend_point {
    display: block;
}

}





/* モバイル版
------------------------------- */
@media (max-width: 600px) {


  /* スマホ版改行あり -----*/
    .br-pc{
        display: block;
    }


 /* スマホ版改行なし -----*/
    .br-sp {display: none; }



 /* ヘッダー -----*/
    .page-title {
        font-size: 2.5rem;
    }
    .page-header {
        flex-direction: column;
        align-items: center;
        padding: 5% 0;
        }
    .logo {
        margin-top: 7px;
        }
    .spnone{
        display: none;
    }
    /* HEADER */
    .main-nav {
        font-size: 0.8rem;
        margin-top: 10px;
    }
    .main-nav li {
        margin: 0 10px;
        padding: 0;
        letter-spacing: 0;
    }

    /* HOME */
    .home-content {
        margin-top: 20%;
    }


 /* コンセプト -----*/
.conceptbox h2 {
    font-size: 1.8rem;
    letter-spacing: 1px;
}
.conceptbox h3 {
    font-size: 1.3rem;
    letter-spacing: 3px;
}
.conceptbox p {
    font-size: 1rem;
    text-align: justify;
    margin: 2%;
}



/* 魅力 */
.recommend_box{
    padding: 14% 2%;
}

.recommend_box h4{
    font-size: 1.5rem;
    letter-spacing: 0;
}

.recommend_box p{
    font-size: 1rem;
    letter-spacing: 0px;
    margin-top: 3%;
    line-height: 1.5;
    font-weight: 100;
}
.recommend_point {
    display: block;
    margin:6% 0%;
}
.recommend_item {
    width: 100%;
    margin-bottom: 5%;
    padding: 0%;
}
.recommend_item dd{
    font-size: 1.5rem;
    font-weight: 100;
    font-family: 'Hina Mincho', serif;
}
.recommend_item dt{
    font-size: 1rem;
    font-weight: 100;
}
.recommend_item img{
    width: 250px;
    height: 250px;
}



/* 過ごし方　------ */

.howtocontents{
    display: block;
}
.howto_item01{
    width: 100%;
}
.howto_item02{
    width: 100%;
}
.item_box01 {
    width: 40vw;
    height: 40vw;
}
.item_box02 {
    width: 40vw;
    height: 40vw;
}

.item_ttl{
    font-size: 6vw;
    line-height: 1.2;
}
.item_subttl{
font-size: 3vw;
}


/* ホテル一覧------ */
.hotels_box h5 {
    font-size: 1.5rem;
}



/* フッター */

.page-footer{
    display: block;
    margin: 10% 0;
}
p.copyright{
    font-size: 0.4rem;
}
.footerlogo {
    width: 73%;
}
.contact{
    margin: 5%; 
}
.info p{
    font-size: 0.7rem;
}
a.btn_pink {
    max-width: 256px;
    padding: 0.6rem 0.8rem;
}



/* スポット */

.contents_ttl h2 {
    font-size: 1.5rem;
}
.spot_box {
    display: block;
}
.spot_img {
    width: 100%;
}
.spot_item {
    width: 100%;
    margin-left: 0;
}


/* グルメ&お土産 ------ */

.gourmet_info td.hyottl {
    padding: 0 0px;
    width: 100%;
}
.gourmet_info td {
    text-align: center;
}


/* ［ページ］各施設ページ ------ */
.hotels_img p{
    font-size: 1rem;
}
.hotels_sub{
    margin: 0 auto 20px;
    width: 100%;
}
table,tbody,tr,td,th {
    width: 100%; 
    display: block; 
    font-size: 1rem;
  }


.ws_plan td.ws_icon{
    width: 100%;
    padding: 5px;
}
.ws_icon img {
    width: 50%;
}
.ws_plan td.ws_hb{
    width: 100%;
    font-size: 1rem;
    font-weight: bold;
}


.hotels_info th{
    border-bottom: 1px solid #9c918b;
}
.hotels_info td{
    padding: 15px;
}
.hotels_info td.komoku{
    background-color: #f7f6f4;
    text-align: center;
    width: 100%;
}
.hotels_info td.cell{
    text-align: center;
    width: 100%;
}





}
