@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: Grandstander;
    src: url(../../font/Grandstander/Grandstander-Italic-VariableFont_wght.ttf);
  }


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

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

/* ハンバーガーメニューボタン */
.toppage-nav2 {
    display: none;
}

/*ヘッダー*/
header {
    display: flex;
    padding: 1% 2%;
    font-weight: 600;
    background-color: #4db7be;
}

header h1 {
    width: 15%;
}

header h1 a img {
    width: 100%;
    vertical-align: bottom;
}

/* ナビ */
nav {
    width: 100%;
    margin-top: 1%;
    margin-left: auto;
}

nav ul {
    display: flex;
}

nav ul li {
    width: 20%;
    border-right: 2px solid #fff;
}

nav ul li:last-child {
    border-right: none;
}

nav ul li a {
    display: block;
    text-align: center;
    font-size: 1.6vw;
    color: white;
}

nav ul li a img {
    display: block;
    width: 8vw;
    height: 8vw;
    margin-left: auto;
    margin-right: auto;
}




/* めいんびじゅ */

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

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

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


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

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

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

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

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

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

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

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

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

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

/* section / 地図 */
.googlemap {
    display: block;
    width: 70%;
    height: 30vw;
    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: 5%;
    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.6vw;
}

/* sub / ぱんくず */
.sub_pan {
    display: flex;
    width: 87%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5%;
    padding: 1.5%;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.1);
}

.pan_left {
    width: 15%;
    padding: 1%;
}

.fa-circle-down {
    color: #ffef6c;
}

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

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

.pan_right a {
    font-size: 1.5vw;
    margin-left: 10%;
    color: #fff;
}

/* sticky */
.sticky_flex {
    display: flex;
    justify-content: space-between;
}

.sticky_side {
    position: sticky;
    height: 45vh;
    top: 0;
    left: 0;
    width: 30%;
    padding: 0% 5% 0%;
}

.sticky_side_title {
    margin-bottom: 10%;
    padding-top: 5%;
    font-size: 2.2vw;
    letter-spacing: 0.15rem;
    color: #ffef6c;
}

.sticky_side_list li {
    font-size: 1.2vw;
    line-height: 2.5;
}

.sticky_side_list li a {
    color: #fff;
}

.sticky_main {
    height: 140vw;
    width: 70%;
    padding: 0% 5%;
    margin-left: auto;
    border-left: 4px dotted #ffffff7c;
}

.sticky_main2 {
    height: 173vw;
    width: 70%;
    padding: 0% 5%;
    margin-left: auto;
    border-left: 4px dotted #ffffff7c;
}

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

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

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

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

.access_list_via {
    width: 50%;
    font-size: 1.2vw;
}

.access_list_via span {
    color: #ff5757;
}

.access_list_via_btn {
    width: 25%;
    padding: 1%;
    margin-left: 30%;
    font-size: 1.2vw;
    border-radius: 9999px;
    text-align: center; 
    align-items: center;
    color: #fff;
    background-color: steelblue;
}

.access_condition {
    text-align: right;
    margin-top: 3%;
    margin-bottom: 10%;
    font-size: 1vw;
    color: #fff;
}

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

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

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

.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: 1.2vw;
}

.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: 1.2vw;
}

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

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

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

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

.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;
    background-color: steelblue;
}

.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: 1.2vw;
    margin-bottom: 10%;
}

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

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

.under_list {
    /* letter-spacing: 0.05rem; */
    line-height: 2;
    font-size: 1.2vw;
    margin: 2%;
}

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

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

.bus_form_btn:hover {
    opacity: 0.5;
}

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

.spsp {
    color: #ffef6c;
}

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

.menu-area {
    display: flex;
}

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

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

}

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

.menu-col {
    width: 30%;
    margin-left: 5%;
}

.menu-col a {
    color: white;
}

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



address {
    font-size: 1.4vw;
    margin-top: 10%;
    line-height: 2;
    font-style: normal; /* 斜体をまっすぐにするやつ */
}

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

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

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

footer ul { 
   margin-top: 10%;
}

footer ul li {
    line-height: 2.8;
}

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