@charset "UTF-8";
*,
*::after,
*::before {
  box-sizing: border-box;
}

html {
  position: relative;
  height: 100%;
  scroll-behavior: smooth;
}

body {
  position: relative;
  padding: 0 !important;
  background-color: #131937;
  font-family: "Sawarabi Gothic", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

body.home section.indextop {
  position: relative;
  padding: 0;
}

body.home section.indextop h1.indextop_img {
  margin: 0;
  padding: 0;
  width: 100%;
}

.first {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 1200px;
}

main {
  margin: 0 auto;
}

h2 {
  padding-top: 48px;
  padding-bottom: 14px;
  font-family: "ten-mincho-text", serif;
  font-size: 28px;
  letter-spacing: 0.1em;
  text-align: center;
}

h3 {
  padding-top: 48px;
  padding-bottom: 20px;
  font-family: "ten-mincho-text", serif;
  font-size: 18px;
}

h4 {
  padding-top: 18px;
  padding-bottom: 30px;
  font-family: "ten-mincho-text", serif;
  font-size: 12px;
  letter-spacing: 0.2em;
  text-align: center;
  color: #F9AE3B;
  border-top: #fff solid 2px;
}

.blue {
  color: #29a9e0;
}

.yellow {
  color: #faec21;
}

.caption_mincho {
  padding: 16px;
  font-family: "ten-mincho-text", serif;
  font-size: 1em;
  text-align: center;
  line-height: 1.4;
}

.caption {
  padding-top: 15px;
  font-size: 13px;
  text-align: justify;
}

.caption a {
  font-size: 11px;
  text-decoration: underline;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.box1 {
  background-image: url(../images/bg01.png);
  background-repeat: no-repeat;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  background-position: left top;
  background-size: 100% auto;
}

.box2 {
  background-image: url(../images/bg02.png);
  background-repeat: no-repeat;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  background-position: left top;
  background-size: 100% auto;
}

.grid2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.grid2s {
  padding-top: 4em;
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 10px;
}

.grid3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  justify-content: center;
  margin: 0 auto;
}

.grid3s {
  display: grid;
  grid-template-columns: 1fr 2fr 2fr 1fr;
  gap: 24px;
  justify-content: center;
  margin: 0 auto;
  padding-top: 10px;
}

.grid4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  justify-content: center;
  margin: 0 auto;
}

br.brmd {
  display: none;
}

@media screen and (max-width: 820px) {
  br.brmd {
    display: inline;
  }
}
br.brsp {
  display: none;
}

@media screen and (max-width: 640px) {
  br.brsp {
    display: inline;
  }
	
  br.brpc {
    display: none;
  }
}
.pagetop {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  right: 2vw;
  bottom: 2vw;
  width: 3rem;
  height: 3rem;
  background: #293a77;
  border-radius: 1.5rem;
  z-index: 3;
}

.pagetop::before {
  content: "\f0d8";
  font-family: "Font Awesome 5 Free";
  text-align: center;
  font-weight: bold;
  font-size: 1.25em;
  line-height: 3rem;
  transition: 0.3s ease-in-out;
}

.pagetop:hover {
  opacity: 0.8;
  transition: 0.3s ease-in-oyaut;
}

.spblock {
  display: none !important;
}

@media screen and (max-width: 640px) {
  .pcblock {
    display: none !important;
  }
	
  .spblock {
    display: block !important;
  }
	
  .spnone {
    display: none;
  }
}
.day {
  display: flex;
}

.days {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 75px;
  height: 75px;
  color: #fff;
  border: #fff solid 1px;
  font-size: 18px;
  font-family: "ten-mincho-text", serif;
}

.daysday {
  padding-top: 21px;
  font-size: 20px;
  font-family: "Oswald", sans-serif;
}

.daystitle {
  font-size: 20px;
  font-family: "ten-mincho-text", serif;
}

.daystitle_eng {
  font-size: 15px;
  font-family: "ten-mincho-text", serif;
}

.souki {
  border-radius: 15px;
  border: #fff solid 1px;
  padding: 20px 0 30px 0px;
  text-align: center;
  width: 80%;
  margin: 0 auto;
}

.soukiwari {
  font-size: 1.3em;
  padding: 4px 0 4px 0;
  text-decoration: underline;
  text-underline-offset: 8px;
  padding-top: 8px;
}

.souki img {
  width: 75px;
}

.inishie {
  width: 220px;
  margin: 0 auto;
  padding-bottom: 8px;
}

.inishie_title {
  font-family: "ten-mincho-text", serif;
  padding-bottom: 10px;
}

.inishie_title_big {
  padding-left: 15px;
  font-family: "ten-mincho-text", serif;
  font-size: 28px;
}

.inishie_words {
  border-left: #fff solid 1px;
  border-right: #fff solid 1px;
  padding: 0 4em;
  margin-top: 40px;
}

.inishie_syuten {
  padding-top: 40px;
  margin: 0 auto;
  text-align: center;
}

.inishie_syuten_line {
  padding: 4px 15px;
  border-left: #fff solid 1px;
  border-right: #fff solid 1px;
}

footer {
  position: relative;
  padding: 6vw;
  color: #131937;
  text-align: center;
  background: #fff;
}

.tel img {
  max-width: 80%;
}

.tel {
  padding: 30px;
  margin: 0 auto;
  width: 450px;
}

#hotel_link {
  display: flex;
  justify-content: center;
  padding-bottom: 15px;
  margin-right: auto;
  margin-left: auto;
  line-height: 1;
  text-align: center;
  padding-top: 30px;
  color: #131937;
}

#hotel_link > li {
  padding: 0 10px;
  border-left: solid 1px #131937;
  border-right: solid 1px #131937;
}

#hotel_link > li + li {
  border-left: none;
}

#hotel_link > li a {
  color: #131937;
  text-decoration: none;
}

#hotel_link > li a:hover {
  text-decoration: underline;
}

.text-line {
  display: flex;
  align-items: center;
  font-size: 18px;
}

.text-line:before,
.text-line:after {
  content: "";
  flex-grow: 1;
  height: 1px;
  /* 線の太さ */
  background: #131937;
  /* 線の色 */
  margin: 0 2em;
  /* 文字と線の余白 */
}

section {
  margin: 0 auto;
  max-width: 960px;
  margin-bottom: 80px;
}

.item {
  padding: 10px;
}

.shoplogo {
  width: 250px;
  padding: 0;
}

.text_area {
  max-width: 960px;
  margin: 0 auto;
  text-align: justify;
  padding-bottom: 30px;
  color: #fff;
}

ul {
  list-style: none;
}

/*ul reset*/
ul.nonstyle {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  color: #fff;
  text-decoration: none;
  transition: 0.2s;
}

a:hover {
  color: #fff;
  transition: 0.2s;
  text-decoration: underline;
}

a:hover img {
  opacity: 0.85;
  transition: 0.2s;
}

a.btn_link {
  position: relative;
  display: inline-block;
  padding: 0.5em 3em;
  min-width: 240px;
  color: #fff;
  font-size: 1.125em;
  font-weight: bold;
  text-align: center;
  border-radius: 2rem;
  border: 1px solid #fff;
  transition: 0.3s ease-in-out;
  text-decoration: none;
}

a.btn_link:hover {
  background: #fff;
  color: #131937;
}

.btn_wrap {
  margin-top: 2rem;
  margin-bottom: 4rem;
  text-align: center;
}

@media screen and (max-width: 640px) {
  a.btn_link {
    font-size: 0.9em;
  }
  a.btn_link:hover {
    background: #fff;
  }
}
@media screen and (min-width: 767.5px) and (max-width: 1200px) {
  main {
    background-color: #131937;
    color: #fff;
    margin: 0 auto;
  }
  section {
    width: 95%;
  }
}
@media (max-width: 768px) {
  main {
    background-color: #131937;
    color: #fff;
    margin: 0 auto;
  }
  section {
    width: 95%;
  }
  h2 {
    padding-top: 48px;
    padding-bottom: 14px;
    font-family: "ten-mincho-text", serif;
    font-size: 18px;
    letter-spacing: 0.1em;
    text-align: center;
  }
  .grid2 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .grid3 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .grid3s {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .grid4 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .daystitle {
    font-size: 16px;
    font-family: "ten-mincho-text", serif;
  }
  a.btn_link {
    position: relative;
    display: inline-block;
    padding: 0.75em 1em;
    min-width: 240px;
    color: #131937;
    font-size: 1.125em;
    font-weight: bold;
    text-align: center;
    border-radius: 0.5rem;
    border: 1px solid #fff;
    transition: 0.3s ease-in-out;
    text-decoration: none;
  }
  #hotel_link {
    flex-wrap: wrap;
    max-width: 320px;
    font-size: 12px;
  }
  #hotel_link > li {
    width: 100%;
  }
  #hotel_link > li + li {
    border-left: solid 1px #131937;
    margin-top: 10px;
  }
  a.btn_link {
    position: relative;
    display: inline-block;
    padding: 1em 2em;
    min-width: 200px;
    font-size: 0.9em;
    font-weight: bold;
    text-align: center;
    border-radius: 50px;
    transition: 0.3s ease-in-out;
    text-decoration: none;
    color: #fff;
  }
  .inishie_words {
    border-left: #fff solid 1px;
    border-right: #fff solid 1px;
    padding: 0 1em;
    margin-top: 40px;
  }
  .tel {
    margin: 0 auto;
    text-align: center;
    width: 280px;
  }
  .tel img {
    max-width: 90%;
  }
}/*# sourceMappingURL=style.css.map */


.souki02 {
  border-radius: 15px;
  border: #fff solid 1px;
  padding: 20px 13px 20px 13px;
  text-align: center;
  width: 80%;
  margin: 0 auto;
}
.souki02 .hdg {
  /*padding-top: 48px;*/
  padding-bottom: .8rem;
	margin-bottom: 1.2rem;
  font-family: "ten-mincho-text", serif;
	font-size: 20px;
  /*font-size: 28px;*/
  letter-spacing: .1em;
	font-weight: 700;
	border-bottom: #fff solid 2px;
}
.souki02 .btn_wrap {
  margin: 1.4rem 0;
  text-align: center;
}
.souki02 .sub {
	font-size: 12px;
}
@media (min-width: 769px) {
	.souki02 {
		padding: 30px;
	}
	.souki02 .hdg {
		font-size: 26px;
	}
}