@font-face {
    font-family: Hiragino-W6;
    src: url(../guide/fonts/hiragino-kaku-gothic-pro-w6.otf);
  }
  @font-face {
    font-family: Hiragino-W3;
    src: url(../guide/fonts/hiragino-kaku-gothic-pro-w3.otf);
  }

body{
    margin:0;padding:0;
    background: #fff;
    font-family: Hiragino-W6,'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
html{scroll-behavior: smooth;}
*{padding:0;margin: 0;color:#222222}
P{font-size: 18px;font-weight: 500;line-height: 28px;font-family: "Hiragino-W3";}
img{max-width: 100%;}
img[src$=".svg"]{width: auto;}
.wrapper{max-width: 900px;margin:0 auto}

.hero{
    background: url(../img/hero.svg) center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 65vh;
    display: flex;
    align-items: center;
    justify-content: left;
}
.header img{width: 100%;}

.hero p{font-size:16px;max-width: 456px;margin-top: 28px;margin-bottom: 24px;font-weight: 900;line-height: inherit;}
.hero .btn1{max-width: 312px;height: 65px;font-size: 22px;}
.hero .wrapper{width: 100%;}


.pre-sec{display: grid;grid-template-columns: 1fr 1fr;column-gap: 16px;row-gap: 16px;margin-top: 46px;margin-bottom: 123px;}
.pre-sec .item {
    height: 88px;border:2px solid #00AC97; background: #fff; border-radius: 5px;padding: 0 23px;display: flex;column-gap: 20px;
    align-items: center;justify-content: center;text-decoration: none;
}
.pre-sec .item:hover{background: #00AC97;}
.pre-sec h3{color:#00AC97;font-size: 20px;}
.pre-sec .item:hover h3{ color: #fff;}
.pre-sec .arr{width: 37px;height: 37px;display: flex;justify-content: center;align-items: center;background: #F2F0F0;border-radius: 50%;}

.pre-footer{margin:0 12px;margin-bottom: 45px;text-align: center;display: flex;column-gap: 9px;padding-top: 69px;}
.pre-footer h3{font-size: 28px;margin-bottom: 22px;}
.pre-footer h5{font-size: 15px;font-family: Hiragino-W3;font-weight: 400;}
.pre-footer .text a:last-of-type{display: flex;align-items: center;margin:0 auto;margin-top: 23px;width:fit-content;column-gap: 5px;}
.btn1{
    max-width: 599px;width: 100%;height:73px;display: flex;justify-content: center;align-items: center;
    font-size: 28px;color:#fff;border-radius: 37px; background: #FF962C;text-decoration: none;
    -webkit-box-shadow: 0px 5px 0px 0px #C97724;
    box-shadow: 0px 5px 0px 0px #C97724;
}
a:hover{opacity: 0.9;}
.btn:hover{box-shadow: none;}
.sec1{position: relative;}
.sec1 .sec-title{width: fit-content;margin-right: 44px;margin-left: auto;margin-bottom: -32px;}
.sec1 .mid-line{width: 280px;height: 97%;background: #EBF8F7;position: absolute;margin:0 auto;left:0;right: 0;z-index: -1;top:30px}
.sec1 .card{border:#19AA94 5px solid;border-radius: 5px;background: #fff;margin-bottom: 92px;z-index: 2;position: relative;}
.sec1 .card .nr{
    font-size: 36px;font-weight: 700;display: flex;justify-content: center;align-items: center;background: #FF962C;margin:0 auto;
    width: 64px;height: 64px;margin-top: -32px;font-family: 'Montserrat';color:#fff;border-radius: 50%;
}
.sec1 .card h2{font-size: 30px;margin-top: 25px;text-align: center;margin-bottom: 24px;padding:0 15px}
.sec1 .card .btn1{width: 100%;height: 59px;border-radius: 33px;font-size: 22px;}

a.btn2{
    max-width: 232px;height: 47px;width: 100%;background: #F2F2F2;
    display: flex;justify-items: center;align-items: center; border-radius: 25px;
    text-align: center;text-decoration: none;margin:0 auto;margin-bottom:38px;position: relative;
}
a.btn2 h5{font-size: 15px;flex: 1;}
a.btn2 img{position: absolute;right: 18px;}

.sec1 .search-performance p a{color:#20BCA7}
.sec1 .search-performance p{text-align: center;max-width: 557px;margin:0 auto}
.sec1 .search-performance .searchbox{margin-top: 30px;margin-bottom: 40px;}
.sec1 .search-performance .bot{display: flex;column-gap: 10px;max-width: 580px;margin:0 auto;margin-top: 15px;margin-bottom: 10px;}
.sec1 .search-performance .btn2{max-width: 284px; text-decoration: none;}
.sec1 .search-performance .btn2 img{transform: rotate(90deg);}
.sec1 .search-performance span { color: #FF962C; font-family: "Hiragino-W6"; text-decoration: none;}

.sec1 .ticket-purchase .pre-sec{margin: 27px 0 0;display: flex;justify-content: center;}
.sec1 .ticket-purchase .pre-sec .item{width: max-content;}
.sec1 .ticket-purchase .items{display: flex;column-gap: 20px;max-width: 777px;justify-content: center;margin:0 auto;margin-bottom: 50px}
.sec1 .ticket-purchase .items .item{display: flex;border:3px solid #D3D3D3;border-radius: 5px;width: 100%;align-items: center;height: 141px;}
.sec1 .card:nth-of-type(3) .item:first-of-type{column-gap: 10px;}

.sec1 .ticket-purchase p{text-align: center;}
.sec1 .ticket-purchase .items{margin-top: 50px;display: grid;grid-template-columns: 1fr 1fr;row-gap: 20px;}
.sec1 .ticket-purchase .items .item img:last-of-type{margin-right: 20px;margin-left: auto;}
.sec1 .ticket-purchase .items .item .text{margin-right: 0;margin-left: auto;}
.sec1 .ticket-purchase .items .item .text h5{font-size: 14px;}
.sec1 .ticket-purchase .items .item .text h6{font-size: 12px;font-family: "Hiragino-W3";font-weight: 400;}
.sec1 .ticket-purchase .items .item p{text-align: left;font-family: "Hiragino-W6"}
.sec1 .ticket-purchase .items .item img{padding-left: 26px;max-width: 97px;}
.sec1 .ticket-purchase .items .item .ticket-icon{max-width: 112px;}

.sec1 .ticket-purchase .bot{display: flex;column-gap: 10px;max-width: 580px;margin:0 auto;margin-top: 28px;margin-bottom: 10px;}
.sec1 .ticket-purchase .btn2{max-width: 284px;}
.sec1 .ticket-purchase .btn2 img{transform: rotate(90deg);}
.sec1 .ticket-purchase .mid{max-width: 814px;margin:0 auto}
.sec1 .ticket-purchase .mid span{color:#FF962C;font-family: "Hiragino-W6";text-decoration: none;}
.sec1 .ticket-purchase .bot-links a{font-size: 18px;font-family: "Hiragino-W3";font-weight: 400;}
.sec1 .ticket-purchase .bot-links a:first-of-type{margin-right: 18px;}
.sec1 .ticket-purchase .bot-links{display: flex;max-width: 777px;margin:0 auto;column-gap: 26px;text-align: center;}
.sec1 .ticket-purchase{padding-bottom: 64px;}
.sec1 .ticket-purchase .bot-links img{margin-left: 5px;vertical-align: middle;}
.sec1 .ticket-purchase .bot-links .right{flex: 1;}
.sec1 .ticket-purchase .line{border:2px solid #C7EDE8; width: 90%; margin: auto;}
.sec1 .ticket-purchase .call-reserv{text-align:center;margin-bottom: 20px;margin-top: 50px;}

.sec2 .sec-title{margin-left: -54px;margin-bottom: -57px;}
.sec2 .content{background: #FFFBF7;padding-bottom: 95px;}

.sec2 .cards{display: grid;grid-template-columns: 1fr 1fr;column-gap: 32px;padding-top: 85px;row-gap: 33px;}
/* .cardsが奇数の場合に1つめの要素を真ん中に配置する */
.sec2 .cards > a:nth-child(1){grid-column: 1 / -1;justify-self: center;}
.sec2 .card{
    background: #fff;border-radius: 5px;padding:10px;position: relative;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.07);
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.07); height: 100%;
}
.sec2 .card .bot{display: flex;align-items: center;position: relative;margin-bottom: 14px;justify-content: center;margin-top: 25px;}
.sec2 .card .bot .text{text-align: center;}
.sec2 .card .bot img{position: absolute;right: 17px;}
.sec2 .card .bot h5{font-size: 15px;font-family: "Hiragino-W3";font-weight: 400;}
.sec2 .card .bot h3{font-size: 20px;color:#00AC97;margin-top: 5px;}
.sec2 .card .medal{position: absolute;top:-38px;right: 10px;}

.sec2 .items{display: grid;grid-template-columns: repeat(3,1fr);column-gap:25px;margin-top: 33px;row-gap: 20px;}
.sec2 .item{
    padding:24px 25px;text-align: center;background: #fff;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.07);
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.07);
}
.sec2 .item h5{font-size: 16px;color:#00AC97;}
.sec2 .item h6{font-size: 12px;font-family: "Hiragino-W3";font-weight: 400;margin-bottom: 5px;margin-top: 20px;}

#form-search{display: flex;justify-content: center;column-gap: 18px;align-items: center;  }
.searchbox{position: relative;margin:0 auto;max-width: 480px;}
.searchbox input {
    background-image: url(../assets/img/icon_search.svg);
    background-position: 16px 17px;
    background-repeat: no-repeat;
    width: 100%;
    font-weight: 300;
    font-size: 13px;
    line-height: 1.53846;
    padding: 13px 16px 13px 52px;
    border: 1px solid #1fbba7;
    -webkit-filter: drop-shadow(0px 0px 12px rgba(197, 193, 192, 0.2));
    filter: drop-shadow(0px 0px 12px rgba(197, 193, 192, 0.2));
    border-radius: 4px;
    font-size: 15px;
    line-height: 28px;
}

.searchbox button {

    position: absolute;
    right: 18px;
    padding: 6px 10px;
    border-radius: 2px;
    background: #1fbba7;
    color: white;
    border: none;
    cursor: pointer;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 2px;
    cursor: pointer;
}

a{text-decoration: none;}
.sec1 .search-performance a{text-decoration: underline;}
.sec1 .card h2{position: relative;padding: 0;width: fit-content;margin: 42px auto; margin-bottom: 32px;}
.sec1 .card h2:before{
    content: "";
    height: 10px;
    background: #C7EDE8;
    position: absolute;
    bottom: 0;
    z-index: -1;
    bottom: 1px;
    width: 100%;
    border-radius: 20px;
}

.insurance-banner img {
  max-height: 150px;
  margin: 30px auto 0;
  display: block;
}

.compensation-old-service {
  display: block;
  text-align: center;
  margin: 10px 0;
}

.compensation-old-service a {
  color: #0066cc;
  text-decoration: underline;
  font-size: 12px;
}

.footer-menu .link a p {
    font-size: 13px;
    letter-spacing: 0.03em;
    line-height: 2;
    color: #fff;
}



@media screen and (max-width: 1600px) {
    .hero{height: 80vh;}
}
@media screen and (max-width: 1200px) {
.hero{height: 66vh;min-height: 450px}
}
@media screen and (max-width: 1000px) {
    body{
        width: 100%;
    }
.wrapper{padding:0 25px}
.pre-sec h3{font-size: 18px;}
.pre-sec {grid-template-columns: 1fr;row-gap: 30px;}
.pre-sec .arr{margin-right: 0;margin-left: auto;}
.sec1 .sec-title{width: 69.7vw; margin-right: 6vw;}
.sec1 .sec-title img{width: 100%;}
.card{padding:0 20px}
.sec1 .ticket-purchase .items .item img {
    padding-left: 15px;
    max-width: 80px;
}

.sec1 .ticket-purchase .bot-links{flex-direction: column;row-gap: 10px;}
.sec2 .item h5{font-size: 16px;}
.sec2 .item {
    padding: 20px 20px;
}
.hero img{width: 40vw;}
.sec2 .sec-title {
    margin-left: -4vw;
    width: 79.4vw;
    margin-bottom: -5.5vw;
}
.pre-footer h3{font-size: 24px;}
}
@media screen and (max-width: 980px) {

    .hero{height: 56vh;min-height: 380px}
    .hero .wrapper {
        padding-left: 120px;
        margin-top: 45px;
    }
.hero h5 {max-width: 430px}
}
@media screen and (max-width: 800px) {

.sec1 .card .btn1{font-size: 18px;height: 50px;}

p{font-size: 16px;}
.sec1 .card .nr{
    font-size: 26px;
    width: 50px;
    height: 50px;
    margin-top: -28px;
}
.sec1 .card {
    border: #19AA94 4px solid;
}
.sec1 .card h2{font-size: 26px;margin-top: 15px;margin-bottom: 15px;}
.card{padding:0 15px}
.sec1 .ticket-purchase .items .item img:last-of-type{margin-right: 10px;}

.sec1 .ticket-purchase .items{grid-template-columns: 1fr;max-width: 360px;}
.sec1 .ticket-purchase .items .item .text{margin-left: 10px;}
.sec1 .ticket-purchase .bot-links a{font-size: 16px;}
.sec1 .ticket-purchase .items .item .text .br-pc{display: none;}

.sec2 .items {
    row-gap: 20px;column-gap: 20px;
    grid-template-columns: repeat(2,1fr);

}
.sec2 .cards{column-gap: 20px;}

.sec2 .card .bot img {
    position: absolute;
    right: 0;
    bottom: -20px;
    left: 0;
    margin: 0 auto;
}
.sec2 .card .medal{width: 8vw;top:-6vw}
.pre-footer h3{font-size: 22px;}
.pre-footer img{max-width: 40vw;}
.pre-footer .btn1{font-size: 22px;height: 65px;}

.hero{height: 66.4vw; background: url(../guide/img/hero-sp.svg) center top no-repeat;background-size: cover; min-height: auto}
.hero h5 {
    font-size: 14px;
    max-width: 456px;
    margin-top: 5px;
    margin-bottom: 5px;
    max-width: 320px
}
.hero .btn1 {
    max-width: 200px;
    height: 45px;
    font-size: 16px;
}
.hero .wrapper{margin-top: 0}
.hero img {
    width: 30vw;
}
.hero .wrapper {padding-left: 100px;margin-top: 20px}

}
@media screen and (max-width: 640px) {

p{font-size: 14px;line-height: initial;}
.sec1 .card {
    border: #19AA94 3px solid;
}
.sec1 .card .btn1 {
    font-size: 15px;
    height: 40px;
}

.sec1 .card .nr {
    font-size: 20px;
    width: 38px;
    height: 38px;
    margin-top: -20px;
}
.sec1 .card{margin-bottom: 60px;}
a.btn2 h5 {font-size: 13px;}
.sec1 .ticket-purchase .bot-links a{font-size: 14px;}
.wrapper {
    padding: 0 15px;
}
.pre-sec{margin-bottom: 60px;}
.sec2 .card .bot h5 {font-size: 13px;}
.sec2 .card .bot h3{font-size: 16px;}
.pre-footer .btn1{font-size: 20px;height: 50px;}
.pre-footer h3 {
    font-size: 18px;
}
.pre-footer img {
    max-width: 30vw;
}
.pre-footer{padding-top: 30px;}
.sec2 .content{padding-bottom: 30px;}
}

@media screen and (max-width: 540px) {
    .sec1 .search-performance .bot{flex-direction: column;}
    a.btn2{margin-bottom: 15px;}
    .sec1 .ticket-purchase .bot{flex-direction: column;}

    .hero .btn1 {
        max-width: 180px;
        height: 30px;
        font-size: 15px;
    }
    .hero h5 {
        font-size: 9px;
        max-width: 450px;
        max-width: 230px;
        margin:0;margin-bottom: 8px;
    }
    .hero img{width: 40vw;}
    .hero .wrapper {
        padding-left:40px;
    }
    .hero .btn1 {
        max-width: 150px;
        height: 28px;
        font-size: 12px;
        -webkit-box-shadow: 0px 3px 0px 0px #C97724;
    box-shadow: 0px 3px 0px 0px #C97724;
    }
    .sec2 .bot .item img{width: 55px;height: 55px;}
    .pre-sec h3{font-size: 14px;}
    .sec2 .cards{padding-top: 60px;}
    .searchbox button{opacity: 0;}

    .sec1 .sec-title {margin-bottom: -25px;}
}

@media screen and (max-width: 480px) {
    .sec1 .card h2{font-size: 22px;}
    .sec1 .card .btn1 {
        font-size: 13px;
        height: 34px;

    }
    a.btn2 {height: 40px;}

    .sec2 .card .bot h5 {font-size: 12px;}
    .sec2 .card .bot h3{font-size: 14px;}
    .pre-footer h3 {
        font-size: 13px;
    }
    .pre-footer{margin: 0;margin-bottom: 30px;}
    .pre-footer .btn1 {
        font-size: 16px;
        height: 40px;
    }
    .pre-footer h5{font-size: 12px;}
    .sec1 .sec-title {margin-bottom: -20px;}
}

@media screen and (max-width: 400px) {

    .bot-links .right{display: flex;flex-direction: column;row-gap: 10px;}
    .sec1 .ticket-purchase{padding-bottom: 30px;}
    .sec2 .card .bot h5 {font-size: 10px;}
    .sec2 .card .bot h3{font-size: 12px;}
    .sec2 .item { padding: 10px 10px;}
    p{font-size: 13px;}

    .sec1 .ticket-purchase .items .item img {
        padding-left: 10px;
        max-width: 70px;
    }

    .sec1 .ticket-purchase .items{max-width: 100%;margin-left: -3px;margin-bottom: 30px;}
    .sec1 .ticket-purchase .items p{font-size: 10px;}
    .item .text h5{font-size: 12px;}
    .pre-sec .item{padding:0 10px;column-gap: 10px;}
    .pre-sec .arr {
        width: 30px;
        height: 30px;
    }
    .pre-sec{row-gap: 20px;margin-bottom: 40px;}
    .hero h5 {max-width: 210px;}
    .sec1 .ticket-purchase .items .item .text h5 {
        font-size: 13px;
    }
    .sec1 .ticket-purchase .items .item {
        height: 100px;
    }
    .sec1 .ticket-purchase .bot-links a {
        font-size: 14px;
    }
    .sec2 .cards{padding-top: 30px;}
    .sec1 .card h2{font-size: 20px;}
    .hero .wrapper{margin-top: 10px;}
    .sec1 .sec-title {margin-bottom: -13px;}
    .sec1 .card .btn1 {
        font-size: 12px;
        height: 30px;
    }
    .sec2 .item h5 {
        font-size: 14px;
    }
    .hero h5{font-size: 12px;max-width: 210px;}
}
