@charset "UTF-8";
.pc,
.sp,
.tb {
  display: none;
}

@media screen and (min-width: 768px) {
  .pc {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
}

@media screen and (min-width: 520px) and (max-width: 960px) {
  .tb {
    display: block !important;
  }
}

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

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体 Medium", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

html,
body {
  font-size: 10px;
}

body {
  margin: 0;
  padding: 0;
  background: #fff;
  line-height: 1.5;
  text-align: center;
}

body * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*ページ共通*/
#gototop {
  position: fixed;
  right: 10px;
  bottom: 10px;
}
#gototop a {
  font-size: 25px;
  background: #f69;
  color: #fff;
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  border-radius: 100vh;
  opacity: 0.8;
}

.img_head {
  width: 100%;
}

main {
  margin: auto;
}
@media screen and (min-width: 768px) {
  main {
    min-width: 1050px;
  }
}

.pink {
  color: #f69;
}

.blue {
  color: #0cc;
}

.txt {
  font-size: 18px;
  line-height: 2.2;
}
@media screen and (max-width: 767px) {
  .txt {
    font-size: 3.9vw;
    line-height: 2;
  }
}

section .section_inner {
  margin: auto;
  width: 1050px;
}
@media screen and (max-width: 767px) {
  section .section_inner {
    padding: 0 5vw;
    width: 100%;
  }
}
section img {
  margin: auto;
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .container {
    margin: auto;
    width: 900px;
  }
}

.hero {
  padding-bottom: 85px;
}
@media screen and (max-width: 767px) {
  .hero .section_inner {
    padding: 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .hero {
    padding-bottom: 17.5vw;
  }
}
.hero h1 img {
  width: 100%;
}
.hero_link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: -350px;
}
@media screen and (max-width: 767px) {
  .hero_link {
    margin-top: -2.5vw;
  }
}
.hero_link li img {
  height: auto;
  max-width: 210px;
  width: 210px;
}
@media screen and (max-width: 767px) {
  .hero_link li img {
    width: 34.5vw;
  }
}
.hero_link li.and {
  padding: 0 20px;
}
.hero_link li.and img {
  width: 33px;
}
@media screen and (max-width: 767px) {
  .hero_link li.and img {
    width: 5.5vw;
  }
}
.hero_link li a {
  cursor: pointer;
}
.hero_link li a:hover {
  opacity: 0.8;
}
.hero .txt {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .hero .txt {
    margin-top: 10.5vw;
  }
}

.sec_20th {
  padding-bottom: 95px;
}
@media screen and (max-width: 767px) {
  .sec_20th {
    padding-bottom: 17.5vw;
  }
}
.sec_20th .txt {
  margin-top: -50px;
}
@media screen and (max-width: 767px) {
  .sec_20th .txt {
    margin-top: 7vw;
  }
}
.sec_20th .content {
  margin-top: 50px;
}
/* 9/12追加 */
.sec_20th .content .wrap{
  max-width: 400px;
  margin: 0 auto;
}
.sec_20th .content .wrap h3{
  font-size: 25px;
  color: #16B7CF;
  text-align: left;
}
.sec_20th .content .wrap p{
  font-size: 18px;
  text-align: left;
  margin-top: 6px;
}
.sec_20th .content .wrap p span{
  color: #16B7CF;
}
.sec_20th .content .wrap p.b_text{
  font-weight: bold;
}
.sec_20th .content .wrap p.s_text{
  font-size: 14px;
}
.sec_20th .content .detail_link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #16B7CF;
  border-radius: 5px;
  bottom: 0;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  width: 100%;
  position: relative;
  margin: 20px 0;
}
.sec_20th .content .detail_link.bk_col {
  background-color: #D5A44C;
}
.sec_20th .content .detail_link::after {
  background: url(../img/img_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 26px;
}
.sec_20th .content .border{
  max-width: 580px;
  margin: 40px auto 0;
  border: 2px solid #086DAF;
  padding: 5px;
}
.sec_20th .content .border .border-inner{
  border: 1px solid #086DAF;
  padding: 10px 0;
}
.sec_20th .content .border .border-inner h4{
  font-size: 18px;
  font-weight: bold;
  color: #086DAF;
  padding-bottom: 10px;
}
.sec_20th .content .border .border-inner p{
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .sec_20th .content .wrap h3{
    font-size: 20px;
  }
  .sec_20th .content .wrap p{
    font-size: 16px;
  }
  .sec_20th .content .wrap p.s_text{
    font-size: 12px;
  }
  .sec_20th .content .border .border-inner p{
    font-size: 12px;
  }
  .sec_20th .content .detail_link {
    font-size: 4.5vw;
    height: 17.5vw;
  }
  
}

@media screen and (max-width: 767px) {
  .sec_20th .content {
    margin-top: 7.5vw;
  }
}
.sec_20th .content img {
  height: auto;
  margin: auto;
  width: 740px;
}
@media screen and (max-width: 767px) {
  .sec_20th .content img {
    width: 100%;
  }
}

.sec_5tn {
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .sec_5tn {
    padding-bottom: 17.5vw;
  }
}
.sec_5tn .txt {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .sec_5tn .txt {
    letter-spacing: -0.02em;
    margin-top: 8.75vw;
    /* word-break: keep-all; */
  }
}
.sec_5tn .shop_list {
  border: 1px solid #f69;
  margin-top: 50px;
  padding: 40px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .sec_5tn .shop_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .sec_5tn .shop_list {
    margin-top: 12.5vw;
    padding: 7.5vw 6.25vw;
  }
}
.sec_5tn .shop_list li {
  width: 246px;
}
@media screen and (max-width: 767px) {
  .sec_5tn .shop_list li {
    width: 100%;
  }
}
.sec_5tn .shop_list li .ttl {
  color: #f69;
  font-size: 21px;
  line-height: 1.48;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .sec_5tn .shop_list li .ttl {
    font-size: 5.25vw;
    margin-top: 3.75vw;
  }
}
.sec_5tn .shop_list li .description {
  font-size: 16px;
  line-height: 1.625;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .sec_5tn .shop_list li .description {
    font-size: 4vw;
    margin-top: 3.75vw;
  }
}
@media screen and (min-width: 768px) {
  .sec_5tn .shop_list li + li {
    margin-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .sec_5tn .shop_list li + li {
    margin-top: 6.25vw;
  }
}

.sec_menu {
  padding: 60px 0 120px;
}
@media screen and (max-width: 767px) {
  .sec_menu {
    padding: 0 0 12.5vw;
  }
}
.sec_menu h2 {
  margin: auto;
  width: 452px;
}
@media screen and (max-width: 767px) {
  .sec_menu h2 {
    width: 78vw;
  }
}
.sec_menu h2 img {
  height: auto;
  width: 100%;
}
.sec_menu .menu_list {
  margin-top: 40px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .sec_menu .menu_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .sec_menu .menu_list {
    margin-top: 3vw;
  }
}
.sec_menu .menu_list li {
  padding-bottom: 80px;
  position: relative;
  width: 425px;
}
@media screen and (max-width: 767px) {
  .sec_menu .menu_list li {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .sec_menu .menu_list li:nth-child(n+3) {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .sec_menu .menu_list li:nth-child(even) {
    margin-left: 50px;
  }
}
@media screen and (max-width: 767px) {
  .sec_menu .menu_list li + li {
    margin-top: 12.5vw;
  }
}
.sec_menu .menu_list .shopname {
  color: #f69;
  font-size: 22px;
  line-height: 1.2;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .sec_menu .menu_list .shopname {
    font-size: 5.5vw;
    margin-top: 3vw;
  }
}
.sec_menu .menu_list .shopname span {
  font-size: 17px;
}
@media screen and (max-width: 767px) {
  .sec_menu .menu_list .shopname span {
    font-size: 4.25vw;
  }
}
.sec_menu .menu_list .date,
.sec_menu .menu_list .type {
  font-size: 16px;
  line-height: 1;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .sec_menu .menu_list .date,
.sec_menu .menu_list .type {
    font-size: 4vw;
    margin-top: 4.5vw;
  }
}
.sec_menu .menu_list .date .note {
  display: block;
  font-size: 14px;
  margin-top: 1em;
}
.sec_menu .menu_list .description {
  font-size: 16px;
  line-height: 1.3;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .sec_menu .menu_list .description {
    font-size: 4vw;
    line-height: 1.625;
    margin-top: 3vw;
  }
}
.sec_menu .menu_list .price {
  font-size: 16px;
  margin: 0.5em 0;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 767px) {
  .sec_menu .menu_list .price {
    font-size: 4vw;
  }
}
.sec_menu .menu_list .detail_link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f69;
  border-radius: 5px;
  bottom: 0;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  text-decoration: none;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sec_menu .menu_list .detail_link {
    font-size: 4.5vw;
    height: 17.5vw;
  }
}
.sec_menu .menu_list .detail_link::after {
  background: url(../img/img_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 26px;
}
.sec_menu .menu_list .detail_link:hover {
  opacity: 0.8;
}

.notice {
  padding-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .notice {
    padding-bottom: 11.25vw;
  }
}
.notice .covid {
  border: 2px solid #c00;
  color: #c00;
  font-size: 17px;
  padding: 1em 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .notice .covid {
    font-size: 4vw;
    padding: 1em;
  }
}
.notice_list {
  font-size: 14px;
  line-height: 1.57;
  margin-top: 30px;
  padding-left: 1em;
  text-align: left;
  text-indent: -1em;
}
@media screen and (max-width: 767px) {
  .notice_list {
    font-size: 3.5vw;
    margin-top: 7.5vw;
  }
}

/* 9/12追加 */
#seibuapp .wrap-border{
  border: 2px solid #086DAF;
  max-width: 900px;
  margin: 0 auto 50px;
}
#seibuapp .wrap-border p{
  font-size: 14px;
}
#seibuapp .wrap-border .detail_link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #086DAF;
  border-radius: 5px;
  bottom: 0;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  width: 100%;
  position: relative;
  margin: 20px 0;
}
#seibuapp .wrap-border .detail_link::after {
  background: url(../img/img_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 26px;
}
#seibuapp .wrap-border .wrap-btn {
  max-width: 450px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #seibuapp .wrap-border{
    margin: 0 20px;
  }
  #seibuapp .wrap-border p{
    padding: 20px;
    text-align: left;
  }  
  #seibuapp .wrap-border .wrap-btn {
    padding: 0 20px;
  }
}
#sns{
  margin: 70px;
}
#sns p{
  font-size: 18px;
}
#sns h3{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
#sns img{
  margin: 0 20px;
}
@media screen and (max-width: 767px) {
  #sns{
    margin: 70px 40px;
  }
  
}

.safety_commitment {
  background-color: #EAEAEB;
  padding: 42px 0 40px;
}
@media screen and (max-width: 767px) {
  .safety_commitment {
    padding: 12.5vw 0 10.5vw;
  }
}
.safety_commitment h2 {
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .safety_commitment h2 {
    font-size: 4.5vw;
  }
}
.safety_commitment img {
  margin-top: 20px;
  width: 174px;
}
@media screen and (max-width: 767px) {
  .safety_commitment img {
    margin-top: 5vw;
    width: 43.5vw;
  }
}
.safety_commitment p {
  font-size: 18px;
  line-height: 1.7;
  margin-top: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .safety_commitment p {
    font-size: 4vw;
    margin-top: 5vw;
  }
}
.safety_commitment a {
  color: #000;
  display: block;
  font-size: 16px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .safety_commitment a {
    font-size: 4vw;
    margin-top: 3vw;
  }
}

#footer {
  position: relative;
}
@media screen and (min-width: 768px) {
  #footer {
    min-width: 1050px;
  }
}
#footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: auto;
  padding: 30px 0 0;
}
@media screen and (max-width: 767px) {
  #footer ul {
    font-size: 4vw;
    padding-bottom: 0;
  }
}
#footer ul a {
  color: #333;
  font-size: 18px;
  text-decoration: none;
}
#footer ul a:hover {
  text-decoration: underline;
}
#footer .copyright {
  display: block;
  margin: 20px 0;
}
@media screen and (max-width: 767px) {
  #footer .copyright {
    margin: 5vw 0;
  }
}