@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs
*/
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

ul li, ol li {
  list-style: none;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/*
 * 色の設定
 */
/*
 * BEM関連
 */
/*
 * clearfix
 */
html, body {
  font-family: "Noto Sans JP", sans-serif;
  background-color: #ffffff;
}

.font_josefin {
  font-family: "Josefin Sans", sans-serif;
}

.font_kozuka {
  font-family: "Kozuka Gothic Pr6N", sans-serif;
}

.font_yugo {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.font_yumin {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.font_hirasan {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴシック", Meiryo, メイリオ, sans-serif;
}

.font_hiramin {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.font_hirakaku {
  font-family: "HiraKakuProN-W3", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "HiraKakuProN-W6", "ヒラギノ角ゴ ProN W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS Pgothic", "Osaka", sans-serif, Helvetica, Helvetica Neue, Arial, Verdana;
}

.font_hel {
  font-family: Helvetica, Helvetica Neue, sans-serif;
}

.font_meirio {
  font-family: "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

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

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

header, nav, main, footer, small, button, label {
  display: block;
}

a, button {
  cursor: pointer;
  text-decoration: none;
  max-width: 100%;
}

button:hover, button:active {
  outline: 0;
  opacity: 0.8;
  text-decoration: none;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  border-radius: 0;
  outline: none;
}

a:hover, a:active {
  outline: 0;
  opacity: 0.8;
  text-decoration: none;
}

::-webkit-input-placeholder {
  color: #a5a5a5;
}

:-ms-input-placeholder {
  color: #a5a5a5;
}

::-moz-placeholder {
  color: #a5a5a5;
}

::-placeholder {
  color: #a5a5a5;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: #f2f2f2;
  border: 1px solid #b5b5b5;
  border-radius: 0;
  outline: none;
}

input[type=checkbox] {
  cursor: pointer;
}

select {
  cursor: pointer;
}

.wrapper {
  width: 100%;
  overflow: hidden;
}

.containner {
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .containner {
    padding-bottom: 80px;
  }
}
.containner.is-pb_none {
  padding-bottom: 0;
}

.flex {
  display: flex;
}

.innerBox {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 2%;
}
@media (min-width: 1180px) {
  .innerBox {
    padding: 0;
  }
}

.min-620 {
  min-height: 620px;
}

.mb-30 {
  margin-bottom: 30px;
}

.bold {
  font-weight: bold;
}

.medium {
  font-weight: 500;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

@media (min-width: 768px) {
  .display_to_mq {
    display: none;
  }
}

@media (min-width: 1024px) {
  .display_to_mq_m {
    display: none;
  }
}

.display_mq {
  display: none;
}
@media (min-width: 768px) {
  .display_mq.is-inline {
    display: inline;
  }
}
@media (min-width: 768px) {
  .display_mq.is-block {
    display: block;
  }
}

.display_mq_m {
  display: none;
}
@media (min-width: 1024px) {
  .display_mq_m.is-inline {
    display: inline;
  }
}
@media (min-width: 1024px) {
  .display_mq_m.is-block {
    display: block;
  }
}

.relative_wrap {
  position: relative;
}

.inline_block {
  display: inline-block;
}

.text_indent {
  padding-left: 1em;
  text-indent: -1em;
}

.font_mincho {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "Yu Mincho", "YuMincho", serif;
}

.font_gothic {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, arial, helvetica, sans-serif;
}

.c_pink {
  color: #f29c9f;
}

.post_cnt iframe {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

img.aligncenter {
  display: block;
  margin: 0 auto;
}

img.alignleft {
  display: block;
  margin-right: auto;
}

img.alignright {
  display: block;
  margin-left: auto;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

.header {
  background-color: #ffffff;
  display: grid;
  gap: 1.0416666667%;
  grid-template-columns: 14.2361111111% 84.7222222222%;
  position: relative;
}
.header__nav {
  background-color: #00a0e8;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  padding: 40px 0 65px;
  width: 100%;
}
.header__logo {
  margin-bottom: 55px;
  padding: 0 1rem;
  text-align: center;
}
.header__logo img {
  max-height: 75px;
  max-width: 93px;
}
.header__menu {
  display: flex;
  flex-direction: column;
  height: calc(100% - 140px);
  justify-content: space-around;
  letter-spacing: 0.1em;
  list-style: none;
  padding: 0 20px;
}
.header__menu-item {
  text-align: center;
}
.header__menu-item:last-child img {
  max-height: 35px;
  max-width: 35px;
}
.header__menu-link {
  align-items: center;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 15px;
  text-decoration: none;
}
.header__menu-link:hover {
  opacity: 0.8;
}
.header__menu-en {
  font-size: 20px;
}
.header__menu-jp {
  font-size: 16px;
}
.header__visual {
  position: relative;
  width: 100%;
}
.header__visual-img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.header__visual-1, .header__visual-2 {
  height: auto;
  max-width: 100%;
  position: absolute;
  width: auto;
}
.header__visual-1 {
  bottom: 4.5138888889%;
  max-width: 537px;
  right: 8.3333333333%;
}
.header__visual-2 {
  left: 10.0694444444%;
  max-width: 95px;
  top: 12.1527777778%;
}
.header__info {
  background-color: #5c5c5c;
  color: #fff;
  font-size: 15px;
  max-width: 335px;
  padding: 20px 0 17px 27px;
  position: absolute;
  right: 0;
  text-align: left;
  top: 0;
  transition: all 0.3s ease;
}
.header__info p {
  margin-bottom: 13px;
}
.header__info-tel {
  font-size: 25px;
  letter-spacing: 0.1em;
}
.header__info-hours, .header__info-holiday {
  display: block;
  line-height: 1.6;
}
.header__hamburger {
  background: none;
  border: none;
  cursor: pointer;
  display: none;
  height: 30px;
  left: 15px;
  position: absolute;
  top: 1.5rem;
  width: 40px;
  z-index: 1001;
}
.header__hamburger span {
  background-color: #00a0e8;
  display: block;
  height: 4px;
  margin: 5px 0;
  transition: 0.3s;
  width: 100%;
}
.header__hamburger.is-active span {
  background-color: #ffffff;
}
.header__hamburger.is-active span:nth-child(1) {
  transform: rotate(45deg) translate(6px, 6px);
}
.header__hamburger.is-active span:nth-child(2) {
  opacity: 0;
}
.header__hamburger.is-active span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}

@media (max-width: 1024px) {
  .header__info {
    max-width: 300px;
    padding: 15px 0 15px 20px;
  }
  .header__info-tel {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .header {
    gap: 13px;
    grid-template-columns: 1fr;
    display: block;
  }
  .header__nav {
    align-items: center;
    background: #00a0e8;
    display: flex;
    flex-direction: column;
    height: 100vh;
    left: -100%;
    padding-top: 80px;
    position: fixed;
    top: 0;
    transition: 0.3s;
    width: 100vw;
    z-index: 1000;
  }
  .header__nav.nav-open {
    left: 0;
  }
  .header__menu {
    align-items: center;
    flex-direction: column;
    height: calc(100% - 100px);
    padding: 0 10px;
  }
  .header__hamburger {
    display: block;
  }
  .header__info {
    font-size: 12px;
    max-width: 250px;
    padding: 15px 0 15px 15px;
  }
  .header__info-tel {
    font-size: 20px;
  }
  .header__info-hours, .header__info-holiday {
    font-size: 11px;
    line-height: 1.5;
  }
  .header__visual-img {
    object-position: right center;
  }
  .header__visual-1 {
    bottom: 5%;
    max-width: 400px;
    right: 5%;
  }
  .header__visual-2 {
    left: 5%;
    max-width: 60px;
    top: 30%;
  }
}
@media (max-width: 480px) {
  .header__info {
    max-width: 100%;
    position: relative;
    padding: 12px 15px;
    text-align: center;
  }
  .header__info p {
    margin-bottom: 8px;
  }
  .header__info-tel {
    font-size: 18px;
  }
  .header__info-hours, .header__info-holiday {
    font-size: 10px;
  }
  .header__visual-1 {
    bottom: 5%;
    max-width: 200px;
    right: 30%;
    transform: translateX(50%);
  }
  .header__visual-2 {
    left: 15%;
    max-width: 50px;
    transform: translateX(-50%);
  }
}
.no-scroll {
  overflow: hidden;
}

.o-btn {
  display: block;
  width: 100%;
  text-align: center;
  cursor: pointer;
}
.o-btn:hover {
  cursor: pointer;
}

body {
  background-color: #fff;
  font-family: "Kozuka Gothic Pr6N", sans-serif;
  min-width: 1440px;
}
@media (max-width: 768px) {
  body {
    min-width: unset;
  }
}

main {
  background-color: #f7f7f7;
  font-family: "noto sans jp", sans-serif;
}

.container {
  background: url("../images/about_bg.png") center center no-repeat;
  background-color: #fff;
  background-size: cover;
  height: 100vh;
  max-height: 935px;
  width: 100%;
}
@media (max-width: 768px) {
  .container {
    height: unset;
  }
}

.about {
  margin: 0 auto;
  max-width: 1200px;
}
@media (max-width: 1024px) {
  .about {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .about {
    padding: 1rem 1rem 3rem 1rem;
    text-align: center;
  }
}
.about__content {
  align-items: flex-end;
  display: flex;
  padding-top: 97px;
}
@media (max-width: 768px) {
  .about__content {
    align-items: center;
    flex-direction: column-reverse;
    padding-top: 0rem;
  }
}
.about__left {
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  margin-left: 105px;
}
@media (max-width: 1024px) {
  .about__left {
    margin-left: 60px;
  }
}
@media (max-width: 768px) {
  .about__left {
    margin-left: 0;
    margin-top: 30px;
  }
}
.about .vertical-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  list-style: none;
  max-height: 311px;
  text-orientation: upright;
  writing-mode: vertical-rl;
}
@media (max-width: 768px) {
  .about .vertical-text {
    max-height: none;
    writing-mode: horizontal-tb;
  }
}
.about .vertical-text li {
  background: #deeff7;
  color: #010101;
  font-size: 20px;
  letter-spacing: 0.1em;
  margin-left: 12px;
  max-width: 41px;
  padding: 10px 12px;
}
@media (max-width: 1024px) {
  .about .vertical-text li {
    font-size: 18px;
    max-width: 38px;
    padding: 8px 10px;
  }
}
@media (max-width: 768px) {
  .about .vertical-text li {
    font-size: 16px;
    margin-left: 0;
    margin-top: 12px;
    max-width: none;
    padding: 8px 15px;
  }
}
@media (max-width: 480px) {
  .about .vertical-text li {
    font-size: 14px;
    margin-top: 8px;
    padding: 6px 12px;
  }
}
.about__right {
  flex-grow: 1;
  margin-left: 139px;
}
@media (max-width: 1024px) {
  .about__right {
    margin-left: 80px;
  }
}
@media (max-width: 768px) {
  .about__right {
    margin-left: 0;
  }
}
.about__right p {
  color: #171c28;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 2.4;
  margin-top: 48px;
}
@media (max-width: 1024px) {
  .about__right p {
    font-size: 18px;
    line-height: 2.2;
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .about__right p {
    font-size: 16px;
    line-height: 2;
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  .about__right p {
    font-size: 14px;
    line-height: 1.8;
    margin-top: 25px;
  }
}
.about__right .logo img {
  height: auto;
  max-width: 100%;
}
@media (max-width: 768px) {
  .about__right .logo img {
    max-width: 400px;
  }
}
@media (max-width: 480px) {
  .about__right .logo img {
    max-width: 200px;
  }
}
.about__title {
  color: #666;
  font-size: 40px;
  letter-spacing: 0.2em;
  margin-top: 52px;
}
@media (max-width: 1024px) {
  .about__title {
    font-size: 36px;
    margin-top: 45px;
  }
}
@media (max-width: 768px) {
  .about__title {
    font-size: 32px;
    margin-top: 35px;
  }
}
@media (max-width: 480px) {
  .about__title {
    font-size: 28px;
    letter-spacing: 0.15em;
    margin-top: 30px;
  }
}
.about__title::before, .about__title::after {
  color: #d0a564;
  content: "/";
  margin: 0 1rem;
}
@media (max-width: 480px) {
  .about__title::before, .about__title::after {
    margin: 0 0.5rem;
  }
}

.menu {
  background: url(../images/menu_bg.png) center center no-repeat;
  background-position: top;
  background-size: cover;
  margin-top: -30px;
  padding: 93px 0 96px;
  width: 100%;
}
@media (max-width: 768px) {
  .menu {
    background-size: contain;
    margin-top: -15px;
    padding: 2rem 1rem 3rem;
  }
}
.menu__inner {
  margin: 0 auto;
  max-width: 1200px;
}
.menu__title {
  color: #666;
  font-size: 40px;
  letter-spacing: 0.2em;
  text-align: center;
}
@media (max-width: 768px) {
  .menu__title {
    font-size: 32px;
    letter-spacing: 0.15em;
  }
}
.menu__title::before, .menu__title::after {
  color: #d0a564;
  content: "/";
  margin: 0 1rem;
}
@media (max-width: 768px) {
  .menu__title::before, .menu__title::after {
    margin: 0 0.5rem;
  }
}
.menu__contents {
  display: flex;
  gap: 30px;
  justify-content: center;
  margin-top: 121px;
}
@media (max-width: 768px) {
  .menu__contents {
    align-items: center;
    flex-direction: column;
    gap: 20px;
    margin-top: 25px;
  }
}
.menu__item {
  height: 330px;
  overflow: hidden;
  width: 380px;
}
@media (max-width: 768px) {
  .menu__item {
    height: 280px;
    max-width: 380px;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .menu__item {
    height: 240px;
  }
}
.menu__image {
  height: 100%;
  width: 100%;
}
.menu__image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 768px) {
  .menu__image img {
    object-position: center;
  }
}
.menu__buttons {
  display: flex;
  gap: 50px;
  justify-content: center;
  margin-top: 92px;
}
@media (max-width: 768px) {
  .menu__buttons {
    align-items: center;
    flex-direction: column;
    gap: 20px;
    margin-top: 40px;
  }
}
.menu__button {
  background: url(../images/btn_bg.png) center center no-repeat;
  border-radius: 0 10px 0 0;
  color: #fff;
  display: inline-block;
  max-width: 360px;
  padding: 19px 0;
  text-align: center;
  text-decoration: none;
  transition: opacity 0.3s;
  width: 100%;
}
@media (max-width: 768px) {
  .menu__button {
    background-size: cover;
    font-size: 15px;
    max-width: 320px;
    padding: 15px 0;
  }
}
.menu__button:hover {
  opacity: 0.8;
}

.info {
  background-color: #e0efec;
  padding: 87px 0 103px;
}
@media (max-width: 768px) {
  .info {
    padding: 2rem 1rem 3rem;
  }
}
.info__container {
  margin: 0 auto;
  max-width: 1200px;
}
.info__title {
  color: #666;
  font-size: 40px;
  letter-spacing: 0.2em;
  line-height: 1.4;
  text-align: center;
}
@media (max-width: 768px) {
  .info__title {
    font-size: 24px;
    letter-spacing: 0.15em;
    line-height: 1.3;
  }
}
.info__title::before, .info__title::after {
  color: #d0a564;
  content: "/";
  margin: 0 1rem;
}
@media (max-width: 768px) {
  .info__title::before, .info__title::after {
    margin: 0 0.5rem;
  }
}
.info__content {
  display: flex;
  flex-direction: column;
  font-size: 20px;
  gap: 110px;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin-top: 75px;
}
@media (max-width: 768px) {
  .info__content {
    align-items: center;
    font-size: 16px;
    gap: 2rem;
    line-height: 1.5;
    margin-top: 40px;
  }
}
.info__image {
  border-radius: 30px;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 768px) {
  .info__image {
    border-radius: 15px;
  }
}
.info__image img {
  height: auto;
  object-fit: cover;
  width: 100%;
}
.info__details {
  color: #3d3d3d;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .info__details {
    flex-direction: column;
    gap: 2rem;
  }
}
.info__left {
  border-left: 6px solid #00a0e8;
  flex: 1;
  padding: 10px 84px 40px;
}
@media (max-width: 768px) {
  .info__left {
    border-left-width: 4px;
    padding: 10px 20px 10px;
  }
}
.info__logo {
  max-width: 352px;
}
@media (max-width: 768px) {
  .info__logo {
    max-width: 280px;
  }
}
.info__address {
  font-style: normal;
  letter-spacing: 0.2em;
  line-height: 1.8;
  margin-top: 64px;
}
@media (max-width: 768px) {
  .info__address {
    font-size: 15px;
    letter-spacing: 0.1em;
    margin-top: 1rem;
  }
}
.info__address p:nth-last-of-type(2) {
  margin-top: 10px;
}
@media (max-width: 768px) {
  .info__address p:nth-last-of-type(2) {
    margin-top: 0;
  }
}
.info__tel {
  color: #00a0e8;
  letter-spacing: 0.1em;
  margin-top: 45px;
}
@media (max-width: 768px) {
  .info__tel {
    font-size: 18px;
    margin-top: 1rem;
  }
}
.info__hours {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .info__hours {
    margin-top: 1rem;
  }
}
.info__hours p {
  line-height: 1.8;
}
@media (max-width: 768px) {
  .info__hours p {
    font-size: 15px;
    line-height: 1.6;
  }
}
.info__hours p:nth-of-type(2) {
  line-height: 1.22;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .info__hours p:nth-of-type(2) {
    margin-top: 1rem;
  }
}
.info__right {
  flex: 1;
  max-width: 490px;
}
@media (max-width: 768px) {
  .info__right {
    max-width: 100%;
  }
}
.info__calendar {
  height: auto;
  width: 100%;
}

/*# sourceMappingURL=style.css.map */
