@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}


ul {
    list-style-type: none;
}

a {
    text-decoration: none;
}

@font-face {
    font-family: M_PLUS_1p;
    src: url(../../font/M_PLUS_1p/MPLUS1p-Regular.ttf);
}

@font-face {
    font-family: Shippori_Mincho;
    src: url(../../font/Shippori_Mincho/ShipporiMincho-Regular.ttf);
}

@font-face {
    font-family: Grandstander;
    src: url(../../font/Grandstander/static/Grandstander-Regular.ttf);
}


body {
    margin: 0;
    font-family: M_PLUS_1p;
    background: linear-gradient(#4db7be, #01313a);
}

/*ヘッダー*/


header h1,h1 + nav {
    display: none;
}


.toppage-nav2 {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 10;
    background-color: #4db7be;
}

.drawer img {
    width: 21%;
    margin-top: 1%;
}

.drawer{
    display: flex;
    padding: 0 1em;

}

  /*ハンバーガーの中身*/
.menu {
    width: 70%;
    position: absolute;
    right: 0;
    background: linear-gradient(#4db7be, #01313a);
    transition: .5s ease;/*滑らかに表示*/
    transform: translateX(150%);
}

.menu ul li {
    margin: 1%;
    border-bottom: 2px double #CCC;
}

.menu ul li:last-child {
    border: none;
}


.menu ul li a {
    display: block;
    display: flex;
    color:white;
    font-size: 3.2vw;
}

.menu ul li a:hover {
    background-color:rgba(0,0,0,0.5);
    color:rgb(214, 214, 214);
}

.menu img {
    width: 60px;
}

.menu ul li a span {
    display: block;
    margin-top: 0.9em;
}

  /*OPEN時の動き*/
.menu.open {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);/*右にスライド*/
}

  /*ハンバーガーが✖になるやつ*/
.Toggle {
    display: block;
    width: 42px;
    height: 42px;
    margin-left: auto;
    margin-right: 3%;
    cursor: pointer;
}

.Toggle span {
    width: 50px;
    display: block;
    margin-top: 3%;
    position: absolute;
    border-radius: 3vw;
    border-bottom: solid 6px #fbff00;
    -webkit-transition: .35s ease-in-out; /*変化の速度を指定*/
    -moz-transition: .35s ease-in-out;    /*変化の速度を指定*/
    transition: .35s ease-in-out;     /*変化の速度を指定*/

}

.Toggle span:nth-child(1) {
    top:5px;
}

.Toggle span:nth-child(2) {
    top: 18px;
}

.Toggle span:nth-child(3) {
    top: 32px;
}

    /* 1番目のspanを-45度にした */
.Toggle.active span:nth-child(1) {
    top: 18px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

  /* 2番目と3番目のspanを45度にした */
.Toggle.active span:nth-child(2),
.Toggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* ラッコ固定化 */
.character01 {
    width: 35%;
    height: 100px;
    position: fixed;
    bottom: 7%;
    left: 0;
    cursor: pointer;
    z-index: 999;
}

.character02 {
    width: 18%;
    height: 100px;
    position: fixed;
    bottom: 8%;
    right: 3%;
    cursor: pointer;
    z-index: 999;
}

.character01 img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

.character02 img {
    width: 100%;
    height: auto;
}
  


/* めいんびじゅ */

.hd {
    background-image: url(../../images/5.jpg);
    background-color: #fff;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 25% ;
    height: 80vw;
}
  
.h2-box {
    position: relative;
    margin-top: -15%;
    text-align: center;
    font-family: Grandstander;
    z-index: 0;
}
  
.h2-box h2 {
    font-size: 10vw;
    color: #FDFB00;
}

.h2-box p {
    font-size: 3vw;
    font-weight: 600;
    color: #ffffff;
}
  
svg {
    margin-top: -25%;
    color: #54ABB2;
    z-index: -10;
}

.pan {
    font-weight: 600;
}

.pan a {
    font-weight: 600;
    color: white;
}



/* --------------------
佐々木 担当
-------------------- */

.fa-circle-dot {
    margin-right: 1%;
    color: #ffef6c;
}
.fa-circle-exclamation {
    color: #ffef6c;
}

.access_big_ttl {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    padding: 10%;
    padding-top: 22%;
    text-align: center;
}

.access_big_ttl h1 {
    font-size: 8vw;
    font-family: Grandstander-Italic-VariableFont;
}

.access_big_ttl p {
    font-size: 2.4vw;
}

/* section / 営業時間 */
.hours {
    width: 80%;
    margin-top: 5%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5%;
}

.hours img {
    width: 100%;
    vertical-align: bottom;
}

/* frame */
.frame {
    width: 88%;
    margin-left: auto;
    margin-right: auto;
    padding: 1.5%;
    text-align: center;
    border-radius: 10px;
    letter-spacing: 1rem;
    font-size: 3.2vw;
    color: #ffef6c;
    background-color: rgba(255, 255, 255, 0.1);
}

/* section / 説明 */
.explanation {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.explanation h2 {
    letter-spacing: 0.15rem;
    font-size: 2.7vw;
    margin-top: 5%;
    margin-bottom: 3%;
    color: #fff;
}
.explanation p {
    margin-bottom: 3%;
    line-height: 1.5;
    letter-spacing: 0.05rem;
    font-size: 1.7vw;
    color: #fff;
}

/* main / 地図 */
.googlemap {
    display: block;
    width: 75%;
    height: 33vw;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3%;
    margin-bottom: 5%;
}

.access_flex {
    display: flex;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3%;
    justify-content: center;
    align-items: center;
    gap: 8%;
}

.access_logo {
    width: 25%;
    padding: 2%;
}

.access_logo img {
    width: 100%;
}

.access_logo_r p {
    line-height: 2;
    color: white;
    font-size: 1.8vw;
}

/* sub / ぱんくず */
.sub_pan {
    display: flex;
    text-align: center;
    width: 88%;
    margin-top: 5%;
    margin-bottom: 5%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    padding: 2% 0%;
    background-color: rgba(255, 255, 255, 0.1);
}

.pan_left {
    width: 50%;
}

.fa-circle-down {
    margin-left: 0.5rem;
    color: #ffef6c;
}

.pan_right {
    width: 50%;
    border-left: 4px dotted #ffffff7c;
}

.pan_left a {
    font-size: 3vw;
    color: #fff;
}

.pan_right a {
    font-size: 3vw;
    color: #fff;
}

/* sticky */
.sticky_side {
   width: 88%;
   margin-left: auto;
   margin-right: auto;
   /* border-bottom: 4px dotted #ffffff7c; */
}

.sticky_side_title {
    margin-bottom: 4%;
    font-size: 3.6vw;
    letter-spacing: 0.15rem;
    color: #ffef6c;
}

.sticky_side_list {
    display: flex;
}

.sticky_side_list li {
    font-size: 2.7vw;
    margin-right: 3rem;
}

.sticky_side_list li a {
    color: #fff;
}

.sticky_main {
    width: 78%;
    padding: 5% 5%;
    margin-top: 5%;
    margin-left: auto;
    margin-right: auto;
    border-top: 4px dotted #ffffff7c;
}

.sticky_main2 {
    width: 78%;
    padding: 5% 5%;
    margin-top: 5%;
    margin-left: auto;
    margin-right: auto;
    border-top: 4px dotted #ffffff7c;
}

.sticky_main h4 {
    margin-bottom: 5%;
    font-size: 3vw;
    letter-spacing: 0.15rem;
    color: #fff;
}

.sticky_main2 h4 {
    margin-bottom: 5%;
    font-size: 3vw;
    letter-spacing: 0.15rem;
    color: #fff;
}

.access_list {
    border-radius: 20px;
    padding: 3% 6% 6%;
    background-color: #fff;
}

.access_list li {
    padding: 3%;
    /* align-items: center; */
    border-bottom: 1px dashed grey;
}

.access_list_via {
    /* width: 50%; */
    font-size: 2.7vw;
}

.access_list_via span {
    color: #ff5757;
}

.access_list_via_btn {
    /* width: 50%; */
    margin-left: 55%;
    padding: 2% 10%;
    font-size: 2.5vw;
    border-radius: 9999px;
    text-align: center; 
    color: #fff;
}

.access_condition {
    margin-top: 3%;
    margin-bottom: 10%;
    font-size: 2vw;
    color: #fff;
}

.sticky_main .h5 {
    margin-bottom: 5%;
    padding-bottom: 1%;
    font-size: 2.6vw;
    letter-spacing: 0.1rem;
    color: #ffef6c;
    border-bottom: 1px solid #fff;
}

.sticky_main2 .h5 {
    margin-bottom: 5%;
    padding-bottom: 1%;
    font-size: 2.6vw;
    letter-spacing: 0.1rem;
    color: #ffef6c;
    border-bottom: 1px solid #fff;
}

.sticky_main .h5_p {
    color: white;
    font-size: 2.6vw;
}

.sticky_main .h5_p a {
    border-bottom: 1px solid #ffef6c;
    color: #ffef6c;
}

.sticky_main .h4_2 {
    margin-top: 12%;
}

.h4_2_p {
    color: white;
}

.sticky_main2 .h5_p {
    color: white;
    font-size: 2.6vw;
}

.sticky_main2 .h5_p a {
    border-bottom: 1px solid #ffef6c;
    color: #ffef6c;
}

.sticky_main2 .h4_2 {
    margin-top: 12%;
}

.img_box {
    width: 100%;
}

.img_box img {
    width: 100%;
}

.taxi {
    margin-top: 2%;
    padding: 6%;
    border-radius: 20px;
    background-color: #fff;
}

.taxi li {
    display: flex;
}

.taxi li:first-child {
    border-bottom: 1px dashed grey;
}

.taxi_p {
    color: #fff;
    font-size: 2.2vw;
}

.taxi li p {
    font-size: 3vw;
    line-height: 3;
    margin-right: 16%;
}

.taxi .taxi_time {
    color: steelblue;
    font-weight: bold;
    font-size: 2.8vw;
}

.taxi .taxi_money {
    color: steelblue;
    font-weight: bold;
    font-size: 2.8vw;
}

.bus_top {
    text-align: center;
    padding: 2%;
    font-size: 1.2vw;
    border-radius: 20px 20px 0px 0px;
    color: steelblue;
}

.bus_top span {
    font-size: 0.9vw;
}

.bus_bottom {
    text-align: center;
    padding: 6%;
    border-radius: 0px 0px 20px 20px;
    font-size: 1.2vw;
    line-height: 2;
    box-sizing: border-box;
    background-color: #fff;
}

.bus_btn {
    display: block;
    margin-top: 5%;
    padding: 1%;
    font-size: 1.2vw;
    border-radius: 9999px;
    color: #fff;
}

.googlemap2 {
    display: block;
    width: 100%;
    height: 50vh;
    margin-left: auto;
    margin-right: auto;
}

/* 駐車場 */
.googlemap2 {
    width: 90%;
    padding-top: 15%;
    margin-bottom: 12%;
}

.h4_2_p {
    font-size: 2.6vw;
    margin-bottom: 10%;
}

.bus li {
    display: block;
}

.bus_money, .bus_time {
    margin-top: -4%;
}

.under_li {
    border-radius: 20px;
    margin-top: 5%;
    margin-bottom: 8%;
    padding: 5%;
    color: white;
    background-color: rgba(255, 255, 255, 0.1);
}

.under_li .under_li_ttl {
    font-size: 2.8vw;
}

.under_list {
    line-height: 2;
    font-size: 2.4vw;
    margin: 2%;
}

.under_inner_list li {
    padding-left: 4%;
    line-height: 1.8;
}

.bus_form_btn {
    width: 46%;
    padding: 1.5% 3%;
    margin-top: 5%;
    margin-bottom: 3%;
    text-align: center;
    border-radius: 9999px;
}

.bus_form_btn:hover {
    opacity: 0.5;
}

.bus_form_btn a {
    color: #fff;
    display: block;
    font-size: 2.1vw;
}

.spsp {
    color: #ffef6c;
}

/*フッター*/
footer {
    padding: 5% 7% 1%;
    background-image: url(../../images/bg_footer.webp);
    background-size: cover;
    color: #fff;
    font-size: 1.2vw;
}


.info-images {
    text-align: center;
}

.info-images h2 {
    font-family: Shippori_Mincho;
    font-size: 4vw;
    font-weight: 100;

}

.info-images img {
    margin: 10% 0 ;
    width: 50%;
    margin-bottom: 10%;
}

.menu-col {
    margin-top: 10%;
    font-size: 3vw;
    margin-left: 5%;
}

.menu-col a {
    color: white;
}

.menu-list a {
    color: #a7bddd;
}

footer address {
    font-size: 2.5vw;
    font-style: normal;
}

footer ul:nth-of-type(1) {
    margin-left: auto;
    margin-right: 6%;
}

footer ul:nth-of-type(2) {
    margin-right: 6%;
}

footer ul:nth-of-type(1) li::before {
    content: "-";
    margin-right: 0.5em;
}

footer ul li {
    line-height: 2.8;
}

.copyright {
    margin-top: 3%;
    text-align: center;
    font-size: 12px;
}
