
@charset "UTF-8";/* ----------------------------------------
   ■ index.css
---------------------------------------- */
/* RESET
---------------------------------------- */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
ul,li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a {text-decoration: none!important;}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1.2;
  font-family: "Zen Old Mincho",YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  img {
    width: 100%;
    
    object-fit: cover;
  }
  a {
    text-decoration: none;
    color: #000;
  }
  span {
    display: inline-block;
  }
  ul,
  li {
    list-style-type: none;
  }
h3 {
    color: #DBAD68;
    font-family: "Zen Old Mincho",YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-size: 48px;
    font-weight: 500;
    margin-bottom: 40px;
    line-height: 1.3;
}
main{
    font-family: "Zen Old Mincho",YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    color: #3c3c3c;
    text-align: center;
    line-height: 1.7;
}
/* @media : SP
---------------------------------------- */
@media screen and (max-width: 768px) and (min-width: 481px) {
  html, body {
    font-size: 1.3020833333vw;
  }
}
@media screen and (max-width: 768px) {
  .pc{
    display: none!important;
  }
  .sp{
    display: block!important;
  } 
}
@media screen and (max-width: 480px) {
}



.sp-only {
    display: none;
}

.pc-only {
    display: block;
}
@media (max-width: 1024px) {
    h3 {
        font-size: 40px;
    }
}

@media screen and (max-width:786px) {
    .pc-only {
        display: none;
    }
    .sp-only {
        display: block;
    }
    h3 {
        font-size: 32px!important;
    }
}

/* ------------------
--------lead--------
------------------ */
#lead {
    padding-top: 80px;
    background: #F7F5F2!important;
}
#open {
    padding: 80px 0;
    background: #F7F5F2!important;
}

#open .title{
    color: #DBAD68;
    font-family: "Zen Old Mincho";
    font-size: 48px;
    font-weight: 500;
}
#open .o-time{
    width: 700px;
    font-size: 24px;
    border-radius: 100px;
    margin: 0 auto;
    padding: 32px 0;
    background-color: #fff;
}
#open .o-time{
    position: relative;
}
#open .o-text1::after{
    content: '';
    position: absolute;
    background: url(../img/hashigosake_icon01.png);
    background-repeat: no-repeat;
    width: 90px;
    height: 120px;
    top: -24px;
    left: 0;
}
#open .o-text1::before{
    content: '';
    position: absolute;
    background: url(../img/hashigosake_icon02.png);
    background-repeat: no-repeat;
    width: 96px;
    height: 85px;
    bottom: -16px;
    right: -16px;
}
#open .o-text2{
    width: 500px;
    font-size: 32px;
    margin: 40px auto 24px;
    background: linear-gradient(transparent 60%, #FFB9A3 60%);
}

@media screen and (max-width:786px) {
    #lead {    
        padding: 60px 16px;
    }
    #open {
         padding: 0 16px 60px;
    }
    #open .o-time{
        width: 90%;
        font-size: 16px;
        font-weight: 700;
    }
    #open .o-text1::after {
        background-size: 100%;
        width: 53px;
        height: 60px;
    }
    #open .o-text1::before {
        background-size: 100%;
        width: 60px;
        height: 54px;
        right: 0px;
    }
    #open .o-text2{
        width: 97%;
        font-size: 21px;
     }
}

/* ------------------
--------tour--------
------------------ */

#tour {
    background: #fff;
    padding: 80px 0;
    margin: 0 auto;
    max-width: 1080px;
}
#tour .list-tour {
    display: flex;
    justify-content: space-between;
    margin: 40px 0;
}
#tour .t-item {
    width: 32.5%; 
}
#tour .t-item h5 {
    font-size: 24px;
    font-weight: 300;
    line-height: 1.2;
    height: 56px;
    margin: 24px 0;
}
#tour .t-item .t-box a {
    display: block;
    color: #fff;
    font-size: 20px;
    padding: 7px 0;
    margin: 24px 0 0;
    width: 340px;
    height: 48px;
    border-radius: 50px;
    background: linear-gradient(180deg, #EDC281 0%, #C9984F 100%);
}
#tour .t-item .t-box a:hover{
    background: linear-gradient(180deg, #C77F12 0%, #EAB463 100%);
}

@media (max-width: 1024px) {
    #tour {
        max-width: 860px;
    }
    #tour .t-item .t-box a {
        width: 270px;
        margin: 24px auto;
    }
    #tour .t-item .list1-text {
        font-size: 14px;
        letter-spacing: -1px;
    }
    #tour .t-item h5 {
        height: auto;
        height: 56px;
    }
}
@media screen and (max-width:786px) {
    #tour {
        padding: 60px 16px;
    }
    #tour .list-tour {
        flex-direction: column;
        margin: 0;
        gap: 32px;
    }
    #tour .t-item {
        width: 100%;
    }
    #tour .read-text{
        margin-bottom: 32px;
    }
     #tour .t-item .t-box a {
        width: 100%;
    }
    #tour .t-item h5 {
        height: auto;
    }
}

/* ------------------
--------how_to_enjoy--------
------------------ */

#how_to_enjoy{
    background: #F7F5F2;
    padding: 80px 0;
}
.list-how-to{
    display: flex;
    justify-content: space-between;
    max-width: 1080px;
    margin: 64px auto 48px;
}
.list-how-to .how-to-item{
    width: 32.5%; 
}
.list-how-to .how-to-text{
    padding-top: 32px;
    font-size: 20px;
}
.list-how-to .how-to-text span{
    font-size: 16px;
}
.button-box{
    width: 540px;
    max-width: 1080px;
    margin: 0 auto;
}
.button-box a {
    display: block;
    color: #fff;
    font-size: 24px;
    padding: 12px 0;
    margin: 24px 0 0;
    width: 540px;
    height: 64px;
    border-radius: 50px;
    background: linear-gradient(180deg, #EDC281 0%, #C9984F 100%);
}
.button-box a:hover{
    background: linear-gradient(180deg, #C77F12 0%, #EAB463 100%);
}

@media (max-width: 1024px) {
    .list-how-to {
        max-width: 860px;
    }
    .how-to-text {
        font-size: 14px!important;
    }
    .list-how-to .how-to-text span {
        font-size: 13px!important;
    }
}
@media screen and (max-width:786px) {
    #how_to_enjoy {
        padding: 60px 16px;
    }
    .button-box{
        width: 100%;
    }
    .button-box a {
        width: 100%;
        font-size: 20px;
        padding: 10px 0;
        height: 56px;
    }
    .list-how-to {
        flex-direction: column;
        margin: 40px auto;
        gap: 48px;
    }
    .list-how-to .how-to-item {
        width: 100%;
    }
    .list-how-to .how-to-text {
        padding-top: 16px;
    }
}

/* ------------------
--------plan--------
------------------ */

#plan {
    max-width: 540px;
    margin: 80px auto;
    
}
#plan h5{
    font-size: 24px;
    font-weight: 500;
    line-height: 32.2px;
    padding: 16px 0;
}

#plan .list-text{
    padding-top: 16px;
}

@media screen and (max-width:786px) {
    #plan {
        margin: 60px 16px;
    }
    #plan h5 {
        font-size: 20px;
        line-height: 1.5;
    }
}
/* ------------------
--------guide--------
------------------ */

#guide {
    background: #fff;
    padding: 24px 0 100px;
    margin-top: 80px;
}
#guide .list-guide {
    display: flex;
    padding: 40px;
    margin: 0 auto;
    background: #F7F5F2;
    border-radius: 8px;
    max-width: 1080px;
    gap: 40px;
}
#guide .list-guide img {
    width: 30%;
}
#guide .list-guide h5 {
    font-size: 24px;
    font-weight: 400;
    padding-bottom: 24px;
}
#guide .g-item{
    text-align: left;
}
#guide .ul-fm1{
    text-align: left;
    max-width: 970px;
    margin: 32px auto 0 ;
}
@media (max-width: 1024px) {
    #guide .list-guide {
        max-width: 860px;
    }
    #guide .ul-fm1 {
        max-width: 840px;
    }
}
@media screen and (max-width:786px) {
    #guide {
        padding: 60px 16px;
        margin-top: 0px;
    }
    #guide .list-guide {    
        flex-direction: column;
        padding: 32px;
        gap:24px;
    }
    #guide .list-guide img {
        width: 100%;
    }
    #guide .list-guide h5 {
        line-height: 1.4;
    }
}

/* ------------------
--------footer--------
------------------ */

footer {
    color: #fff;
    text-align: center;
    padding: 80px 0 0;
    background: #CCA161;
}
footer #ft-top a {
    display: block;
    width: 200px;
    margin: 0 auto;
}
.ft-name {
    color: #fff;
    font-size: 24px;
    padding: 24px 0 0;
    margin: 0;
}
.ft-address {
    font-family: "Zen Old Mincho";
    font-size: 16px;
    font-style: normal;
    letter-spacing: 2.08px;
}

.ft-access {
    width: 540px;
    margin: 24px auto;
}
.ft-access a{
    font-family: "Zen Old Mincho";
    display: block;
    color: #CCA161;
    font-size: 24px;
    padding: 14px 0;
    margin: 24px 0 0!important;
    width: 540px!important;
    height: 64px;
    border-radius: 50px;
    background: #fff;
}
.button-box a:hover{
    background: linear-gradient(180deg, #C77F12 0%, #EAB463 100%);
}
.ft-social {
    margin: 24px 0!important;
}
.ft-social a {
    width: 50px!important;
}
.ft-nav {
    display: flex;
    justify-content: center;
    margin-bottom: 94px;
}
.ft-nav a {
    color: #fff;
    width: 260px!important;
    padding: 0 24px;
    margin: 0!important;
    border-left: 0.5px solid #fff;
}
.fnav-link {
    border-right: 0.5px solid #fff;
}

#ft-bottom {
    background: #fff;
}
#copyright {
    color: #333;
    padding: 8px 0;
    font-size: 12px;
    font-family: "Noto Serif JP";
}

@media (max-width: 769px) {
    .ft-name {
        font-size: 24px!important;
    }
    .ft-address {
        line-height: 1.7;
    }
    .ft-access {
        width: 90%!important;
    }
    .ft-access a {
        font-size: 20px;
        width: 100%!important;
        height: 54px;
        padding: 12px 0
    }
    .ft-nav {
        margin: 0 16px 64px;
    }
    .ft-nav a {
        font-size: 12px;
        padding: 0px 8px!important;
    }
}

.fixed_banner {
    position: fixed;
    z-index: 99999;
    font-size: 20px;
    font-weight: 600;
    bottom: 32px;
    right: 32px;
    width: 4%;
    height: 8%;
    text-align: center;
}
.fixed_banner a{
    color: #fff;
    border-radius: 50px;
    padding: 16px 19px;
    background: linear-gradient(180deg, #EDC281 0%, #C9984F 100%);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
    }
.fixed_banner:hover{
    opacity: 0.7;
}

@media screen and (max-width:1080px){
    .fixed_banner {
        bottom: 32px;
        right: 56px;
    }
}

@media screen and (max-width: 768px) { 
    .fixed_banner {
        bottom: 16px;
        right: 72px;
    }
}
