@charset "UTF-8";

.color-white {
  color: #fff;
}

.color-iromenu {
  color: #93402f;
}


.color-secondary {
  color: #93402f;
}

.dash {
  letter-spacing: -0.1em;
}

.txt-title-xl {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
}
.txt-title-normal {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  line-height: 1.5;
}
.txt-detail-m {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  line-height: 1.5;
}
.txt-detail-s {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: normal;
  text-align: left;
  line-height: 1.5;
  line-height: 1.7;
}
.txt-detail-xs {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: normal;
  text-align: left;
  line-height: 1.5;
}
.txt-detail-2xs {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 11px;
  font-weight: normal;
  text-align: left;
  line-height: 1.5;
}
.txt-center {
  text-align: center;
}
.txt-right {
  text-align: right;
}
.txt-bold {
  font-weight: bold;
}
.txt-copyright {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 11px;
  font-weight: normal;
  text-align: left;
  line-height: 1.5;
}

.txt_detail__center {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: normal;
  text-align: left;
  line-height: 1.5;
  text-align: center;
  line-height: 1.9;
}



.txt_justify {
  text-align: justify;
}

.txt-title-xl.text-left {
  text-align: left;
}

.txt-detail-xs.text-center {
  text-align: center;
}

.txt-detail-xs.text-right {
  text-align: right;
}

.txt-detail-2xs.text-right {
  text-align: right;
}

.txt-mincho-title-xl {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 600;
  text-align: left;
  line-height: 1.5;
}
.txt-mincho-detail-2xs {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 11px;
  font-weight: normal;
  text-align: left;
  line-height: 1.5;
}






.pt10 {
  padding-top: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pb15 {
  padding-bottom: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pb20 {
  padding-bottom: 20px;
}





.pt40 {
  padding-top: 40px;
}

.pb40 {
  padding-bottom: 40px;
}





.pt80 {
  padding-top: 80px;
}


br.brsp {
  display: none;
}

br.brpc {
  display: inline;
}

@media screen and (max-width: 640px) {
  br.brsp {
    display: inline;
  }
  br.brpc {
    display: none;
  }
}
.spswap {
  display: none !important;
}

.pcswap {
  display: inline !important;
}

@media screen and (max-width: 768px) {
  .pcswap {
    display: none !important;
  }
  .spswap {
    display: inline !important;
    display: block !important;
    margin: 0 auto;
  }
}
#hotel_link {
  display: flex;
  justify-content: center;
  padding-bottom: 15px;
  margin-right: auto;
  margin-left: auto;
  line-height: 1;
  text-align: center;
  margin-top: 32px;
  margin-bottom: 32px;
  font-size: 14px;
  color: #fff;
  list-style: none;
}

#hotel_link > li {
  padding: 0 10px;
  border-left: solid 1px #fff;
  border-right: solid 1px #fff;
}

#hotel_link > li + li {
  border-left: none;
}

#hotel_link > li a {
  color: #fff;
  text-decoration: none;
}

#hotel_link > li a:hover {
  text-decoration: underline;
}

.txt-copyright {
  display: block;
  text-align: center;
  font-size: 13px;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
}

@media screen and (max-width: 480px) {
  #hotel_link {
    flex-wrap: wrap;
    max-width: 320px;
    margin-top: 20px;
    font-size: 12px;
  }
  #hotel_link > li {
    width: 100%;
  }
  #hotel_link > li + li {
    border-left: solid 1px #fff;
    margin-top: 10px;
  }
}
.access {
  padding-top: 1px;
  background-color: #000;
}

.address__name {
  display: block;
  text-align: center;
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  margin-bottom: 8px;
  color: #fff;
}
.address__add {
  display: block;
  text-align: center;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 8px;
  color: #fff;
}
.address__tel {
  display: block;
  text-align: center;
  font-size: 13px;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 35px;
  color: #fff;
}

.inquiry {
  color: #fff;
  text-align: center;
  padding-bottom: 20px;
}
.inquiry .inquiry_title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
}
.inquiry .inquiry_tel {
  font-family: "Oswald", sans-serif;
  font-size: 32px;
  letter-spacing: 2px;
}
.inquiry .inquiry_date {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
}

.address__tel a,
.inquiry_tel a {
  color: #fff !important;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .inquiry_tel {
    font-family: "Oswald", sans-serif;
    font-size: 24px;
    letter-spacing: 2px;
  }
  .address__tel a,
  .inquiry_tel a {
    color: #fff !important;
    text-decoration: none;
  }
}
.title-access {
  color: #fff;
  text-align: center;
  width: 100%;
  padding: 8px 0;
  margin: 20px 0 20px 0;
  font-family: "Oswald", sans-serif;
  font-size: 24px;
}

a.btn_link_access {
  position: relative;
  display: inline-block;
  min-width: 250px;
  min-height: 30px;
  padding-top: 10px;
  padding-bottom: 4px;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  transition: 0.3s ease-in-out;
  text-decoration: none;
  letter-spacing: 0.1em;
  margin: 8px 0 16px 0;
}

.subtitle_gosic_red_mini_center {
  display: block;
  text-align: center;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  padding-bottom: 16px;
}

.btn_access_wrap {
  text-align: center;
  margin-bottom: 50px;
}

a.btn_access_wrap {
  position: relative;
  display: inline-block;
  padding: 17px 0 8px 0;
  margin-bottom: 30px;
  min-width: 250px;
  min-height: 30px;
  color: #fff;
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  text-align: center;
  border-radius: 4rem;
  transition: 0.3s ease-in-out;
  text-decoration: none;
  background-color: #fff;
  letter-spacing: 0.1em;
  margin-bottom: 50px;
}

.sns {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  color: #222;
  font-weight: 600;
}
.sns--subtitle {
  display: block;
  font-size: 18px;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  color: #222;
  font-weight: 600;
}
.sns--title {
  display: block;
  font-size: 32px;
  margin-top: -4px;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  color: #222;
  font-weight: 600;
}
.sns--kana {
  display: block;
  font-size: 18px;
  margin-top: 6px;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  color: #222;
  font-weight: 600;
}


.sns {
  max-width: 300px;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 40px;
}

.sns_icon {
  margin: 0 auto;
  margin-top: 30px;
  max-width: 110px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  text-align: center;
}

.sns_logo {
  display: block;
  margin: 0 auto;
  max-width: 150px;
  text-align: center;
}

.copyright_hotel {
  margin: 0 auto;
  margin-bottom: 20px;
  max-width: 375px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  text-align: center;
}

footer {
  background-color: #000;
  padding: 25px 0px 15px 0px;
}

@media screen and (max-width: 768px) {
  footer {
    padding: 20px 10px 10px;
  }
}
.description {
  font-size: 13px;
  margin: 0 auto;
  padding-top: 25px;
  color: #fff;
  background-color: #000;
}


@media screen and (max-width: 768px) {
  .description {
    color: #fff;
    background-color: #000;
  }
}
ul.description {
  position: relative;
  padding-left: 15px;
  margin: 0;
  font-size: 13px;
  color: #fff;
  background-color: #000;
  font-weight: normal;
  max-width: 700px;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 60px;
  text-align: left;
}

ul.description li {
  text-align: left;
  position: relative;
  padding-left: 15px;
}

ul.description li:before {
  content: "";
  position: absolute;
  left: 0;
  width: 10px;
  content: "❉";
  color: #fff;
  font-weight: normal;
}


@media (max-width: 768px) {
  ul.description {
    position: relative;
    padding-left: 15px;
    margin: 0;
    font-size: 13px;
    color: #fff;
    font-weight: normal;
    max-width: 85%;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 60px;
    text-align: left;
  }
}
.img-frame {
  position: relative;
  width: 100%;
  height: 600px;
  overflow: hidden;
  margin: 0 auto;
}


@media screen and (max-width: 767px) {
  .img-frame {
    position: relative;
    width: 100%;
    height: 800px;
    overflow: hidden;
    margin: 0 auto;
  }
}
.img-01,
.img-02,
.img-03 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.img-01 {
  background-image: url("../images/topphoto1.jpg");
  animation: slide-animation-01 24s infinite;
}

.img-02 {
  background-image: url("../images/topphoto2.jpg");
  animation: slide-animation-02 24s infinite;
}

.img-03 {
  background-image: url("../images/topphoto3.jpg");
  animation: slide-animation-03 24s infinite;
}

@media screen and (max-width: 767px) {
  .img-frame {
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
    margin: 0 auto;
  }
}
@keyframes slide-animation-01 {
  0% {
    opacity: 1;
    transform: scale(1.5);
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 0;
    transform: scale(1.25);
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1.5);
  }
}
@keyframes slide-animation-02 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
    transform: scale(1.25);
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  70% {
    opacity: 0;
    transform: scale(1);
  }
  100% {
    opacity: 0;
  }
}
@keyframes slide-animation-03 {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
    transform: scale(1.25);
  }
  70% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
.menu-btn {
  position: fixed;
  top: 10px;
  right: 10px;
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  z-index: 90;
  border-radius: 10px;
  background-color: #fff;
}

.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
  content: "";
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background-color: #000;
  position: absolute;
}

.menu-btn span:before {
  bottom: 8px;
}

.menu-btn span:after {
  top: 8px;
}

#menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(0, 0, 0, 0);
  /*メニューオープン時は真ん中の線を透明にする*/
}

#menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg);
}

#menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
}

#menu-btn-check {
  display: none;
}

.menu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 80;
  background-color: #fff;
}

.menu-content ul {
  padding: 70px 10px 0;
}

.menu-content ul li {
  border-bottom: solid 1px #000;
  list-style: none;
}

.menu-content ul li a {
  display: block;
  width: 100%;
  font-size: 15px;
  box-sizing: border-box;
  color: #000;
  text-decoration: none;
  padding: 9px 15px 10px 0;
  position: relative;
}

.menu-content ul li a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  transform: rotate(45deg);
  position: absolute;
  right: 11px;
  top: 16px;
}

.menu-content {
  width: 65%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;
  /*leftの値を変更してメニューを画面外へ*/
  z-index: 80;
  background-color: #fff;
  transition: all 0.5s;
  /*アニメーション設定*/
}

#menu-btn-check:checked ~ .menu-content {
  left: 35%;
}

.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
  transition: all 0.3s ease-in-out;
  /* アニメーションの追加 */
}

#menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.3s ease-in-out;
  /* 色変更のアニメーション */
}

#menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg);
}

#menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
}

/* オーバーレイ用のスタイル */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* 黒50%の透明度 */
  z-index: 70;
  /* menu-contentよりも下、menu-btnよりも上 */
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s;
}

/* メニューが開いている時のオーバーレイ表示 */
#menu-btn-check:checked ~ .overlay {
  opacity: 1;
  visibility: visible;
}

@media screen and (min-width: 768px) {
  .menu-content {
    width: 25vw;
    max-width: 400px;
    left: auto;
    right: -25vw;
    transition: right 0.5s;
  }
  #menu-btn-check:checked ~ .menu-content {
    left: auto;
    right: 0;
  }
}
.section__food {
  background-color: #fffbc7;
}

html {
  scroll-behavior: smooth;
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  color: #222;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden;
}

#header {
  width: 100%;
  max-width: 1100px;
  height: 62px;
  text-align: left;
  margin: 0 auto;
}

#header table,
#copyright {
  width: 100%;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

#top header .inner {
  max-width: 100%;
  background-color: #fff;
}

.topstyle {
  margin: 0 auto;
  max-width: 980px;
  padding: 30px;
  background-color: #f7ed63;
}

.tops {
  margin: 0 auto;
  max-width: 980px;
  padding: 0px 0;
  padding-bottom: 40px;
  background-color: #f7ed63;
}

.tops_rev {
  margin: 0 auto;
  max-width: 980px;
  padding: 30px 30px 30px 30px;
  text-align: center;
}

.inner {
  margin: 0 auto;
}

.item {
  margin: 0 auto;
  max-width: 800px;
}

.bg1 {
  background-color: #f7ed63;
}

.bg2 {
  background-color: #ecd9b4;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

h3 {
  width: 95%;
  margin: 0 auto;
  padding-top: 32px;
  padding-bottom: 12px;
  border-bottom: 2px solid #93402f;
}

.pl50 {
  padding-left: 50px;
}

img {
  width: 100%;
  height: auto;
  vertical-align: top;
  image-rendering: -webkit-optimize-contrast;
}

ul {
  list-style: none;
}

a {
  color: #000;
}

a:hover {
  opacity: 0.5;
}

/* 共通のスタイル */
.region-title {
  color: white;
  padding: 2px 16px;
  font-size: 11px;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 24px;
  margin-bottom: 8px;
}

/* 各地域のバリエーション */
.region-title.orange {
  background-color: #eaaa2a;
}

.region-title.red {
  background-color: #e98a7f;
}

.region-title.green {
  background-color: #8cc376;
}

.region-title.blue {
  background-color: #50bbec;
}

.region-title.white {
  background-color: #b78768;
  color: #fff;
}

.region-title.reds {
  background-color: #733921;
  color: #fff;
}

.prefecture-list {
  max-width: 800px;
  margin: 0 auto;
}

.prefecture-item {
  display: grid;
  grid-template-columns: 82px 1fr;
  align-items: baseline;
}

.dish-description {
  margin: 0;
}

.grid2 {
  display: grid;
  margin: 0 auto;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.grid2 a {
  text-decoration: none;
}

.grid2s {
  display: grid;
  margin: 0 auto;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.grid2s-kotei {
  display: grid;
  margin: 16px auto;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
  width: 85%;
  max-width: 800px;
}

.grid2s-kotei img {
  margin-top: 8px;
}

.grid2s-kotei-sub {
  width: 85%;
  margin: 0 auto;
}

.grid2_46 {
  display: grid;
  margin: 0 auto;
  max-width: 980px;
  grid-template-columns: 0.45fr 0.55fr;
  gap: 32px;
  padding: 30px 30px 0 30px;
  background-color: #f7ed63;
}


.grid2_64 {
  display: grid;
  margin: 0 auto;
  max-width: 980px;
  grid-template-columns: 0.55fr 0.45fr;
  gap: 32px;
  padding: 30px 30px 0 30px;
  background-color: #ecd9b4;
}



.grid2_28 {
  width: 100%;
  display: grid;
  margin: 0 auto;
  grid-template-columns: 0.2fr 0.8fr;
  gap: 16px;
}

.grid2_28 > div {
  display: flex;
  align-items: center;
  /* 垂直方向の中央 */
}


.item_rev1 {
  order: 2;
  padding-bottom: 20px;
  width: 100%;
  margin: 0 auto;
}

.item_rev2 {
  order: 1;
  padding-bottom: 20px;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .grid2,
  .grid2_46,
  .grid2_64 {
    max-width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0px;
  }
  .grid2s-kotei {
    max-width: 90%;
    margin: 16px auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0px;
  }
  .grid2s-kotei img {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  h3.grid2_46,
  h3.grid2_64 {
    margin-bottom: -50px;
  }
  .grid2s {
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    text-align: center;
  }
  .grid2 {
    max-width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .item_rev1 {
    order: 2;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    margin: 0 auto;
  }
  .item_rev2 {
    order: 1;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    margin: 0 auto;
  }
}
.photo {
  display: block;
  margin: 0 auto;
  max-width: 800px;
  padding-bottom: 10px;
}

hr {
  height: 0;
  padding: 10px 0 10px 0;
  border-top: 3px solid #fff;
}

.hr_double {
  border: none;
  height: 5px;
  padding: 0;
  margin: 0 auto !important;
  width: 80%;
  max-width: 800px;
  background-image: linear-gradient(to bottom, #93402f 1px, transparent 1px, transparent 3px, #93402f 1px);
  background-size: 100% 5px;
  background-repeat: no-repeat;
  display: block;
}

.text_area {
  max-width: 980px;
  margin: 0 auto;
  line-height: 1.4;
}

footer {
  background-color: #000;
  padding: 25px 0px 15px 0px;
}

@media screen and (max-width: 768px) {
  footer {
    padding: 20px 10px 10px;
  }
}
.btn_wrap_white {
  text-align: center;
  margin-bottom: 50px;
}

a.btn_wrap_white {
  display: block;
  margin: 0 auto;
  width: 250px;
  padding: 15px 0 8px 12px;
  margin-bottom: 30px;
  min-height: 30px;
  color: #222;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  transition: 0.3s ease-in-out;
  text-decoration: none;
  letter-spacing: 0.1em;
  border: 1px solid #222;
  font-family: "Noto Serif JP", serif;
}

.btn_wrap_black {
  text-align: center;
  margin-bottom: 50px;
}

a.btn_wrap_black {
  display: block;
  margin: 0 auto;
  width: 250px;
  padding: 15px 0 8px 12px;
  margin-bottom: 80px;
  min-height: 30px;
  background-color: #000;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  transition: 0.3s ease-in-out;
  text-decoration: none;
  letter-spacing: 0.1em;
  border: 1px solid #fff;
  font-family: "Noto Serif JP", serif;
}

.btn_img {
  display: block;
  margin: 0 auto;
  width: 330px;
}

.title_img {
  display: block;
  margin: 0;
  width: 100%;
  max-width: 930px;
  height: auto;
  padding: 0;
  box-sizing: border-box;
  margin-left: 32px;
}

.title_img_inner {
  display: block;
  margin: 0;
  height: auto;
  padding: 0;
  box-sizing: border-box;
}

.title_img .recomendation {
  height: 35px;
  width: auto;
  margin: 0;
  margin-bottom: 30px;
  display: block;
}

.title_img .restaurant {
  height: 32px;
  width: auto;
  margin: 0;
  padding-top: 20px;
  display: block;
}

.title_img_inner .osusume {
  height: 220px;
  width: auto;
  margin: 0 auto;
  margin-bottom: 20px;
  display: block;
  text-align: center;
}

@media (max-width: 768px) {
  .title_img_inner .osusume {
    height: 100px;
    width: auto;
    padding-bottom: 5px;
    display: block;
  }
  .title_img .recomendation {
    height: 28px;
    width: auto;
    margin: 0 auto;
  }
  .title_img .restaurant {
    height: 32px;
    margin: 0 auto;
    display: block;
  }
}



.option_blue {
  margin: 0 auto;
  max-width: 600px;
  padding: 24px;
  margin: 16px 0;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 30px;
}


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

.osusume-box {
  max-width: 650px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .item {
    margin: 0 auto;
    max-width: 100%;
  }
  .text_area,
  .osusume-box {
    max-width: 90%;
    margin: 0 auto;
  }
  .item {
    padding-top: 8px;
  }
  .inner {
    max-width: 980px;
    margin: 0 auto;
  }
  .sp_center {
    display: block;
    text-align: center;
    margin: 0 auto;
  }
  .sp-del {
    display: none !important;
  }
  .title_img {
    padding: 16px;
    max-width: 100%;
    margin: 0 auto;
  }
  .title_img img {
    max-width: 280px;
    margin: 0 auto;
  }
  .item_toplink {
    display: -ms-flexbox;
    display: grid;
    justify-content: center;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-right: auto;
    margin-left: auto;
    line-height: 1;
    text-align: center;
    font-family: "Oswald", sans-serif;
    font-size: 18px;
    letter-spacing: 2px;
  }
  .tops {
    margin: 0 auto;
    padding: 0px;
    background-color: #f7ed63;
  }
  .tops_rev {
    padding: 0;
    text-align: center;
  }
  .hr_double {
    margin: 0 auto !important;
    height: 5px;
    width: 90%;
    max-width: none;
    background-image: linear-gradient(to bottom, #93402f 1px, transparent 1px, transparent 3px, #93402f 1px);
    background-size: 100% 5px;
    display: block;
  }
  .txt_mincho_title__left {
    font-size: 16px;
  }
  .option_blue {
    margin: 0 auto;
    max-width: 90%;
    padding: 24px;
    margin: 16px 0;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 30px;
  }
  .hr_double {
    margin: 0 auto !important;
    height: 5px;
    width: 90%;
    max-width: none;
    background-image: linear-gradient(to bottom, #93402f 1px, transparent 1px, transparent 3px, #93402f 1px);
    background-size: 100% 5px;
    display: block;
  }
}/*# sourceMappingURL=style.css.map */