@charset 'UTF-8';
/* ======================================================================= */
/*!
 * CUSTOM STYLESHEET
 * 01. HTML Basic Settings
 * 02. Header Area
 * 03. Main Area
 * 04. Sidebar Area
 * 05. Footer Area
 * 06. Original Module Settings
 * 
 * Color Settings
 * - Primary #16406e
 * - Secondary #f7a41a
 * - Text #0B0B0B
 */
/* ======================================================================= */

/*!
 * 01. HTML Basic Settings
 * ----------------------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Antique+Soft&display=swap');

html {
  font-family: 'Roboto','Hiragino Sans','Meiryo','Hiragino Kaku Gothic ProN',sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  color: #0B0B0B;
  background-color: #FFF;
  -webkit-tap-highlight-color: rgba(0,0,0,0.8);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  font-family: 'Roboto','Hiragino Sans','Meiryo','Hiragino Kaku Gothic ProN',sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  color: #0B0B0B;
  background-color: #FFF;
  -webkit-tap-highlight-color: rgba(0,0,0,0.8);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 575.98px) {
  html {
    font-size: 14px;
  }
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: 'Noto Serif JP', 'Hiragino Mincho ProN', 'Yu Mincho', 'MS PMincho', serif;
  font-weight: 400;
  color: #0B0B0B;
  letter-spacing: .25rem;
}
h1 span, .h1 span, h2 span, .h2 span, h3 span, .h3 span, h4 span, .h4 span, h5 span, .h5 span, h6 span, .h6 span {
  transform: rotate(0.03deg);
}
h1, .h1 {
  font-size: 2.5rem;
}
h2, .h2 {
  font-size: 2rem;
}
h3, .h3 {
  font-size: 1.75rem;
}
h4, .h4 {
  font-size: 1.5rem;
}
h5, .h5 {
  font-size: 1.25rem;
}
h6, .h6 {
  font-size: 1rem;
}
@media (max-width: 991.98px) {
  h1, .h1 {
    font-size: 2rem;
  }
  h2, .h2 {
    font-size: 1.75rem;
  }
  h3, .h3 {
    font-size: 1.5rem;
  }
  h4, .h4 {
    font-size: 1.25rem;
  }
  h5, .h5 {
    font-size: 1.1rem;
  }
  h6, .h6 {
    font-size: 1rem;
  }
}

p {
  font-size: 1rem;
  line-height: 2;
  color: #0B0B0B;
}

a {
  opacity: 1;
  color: #0B0B0B;
  text-decoration: none;
}
a:hover {
  opacity: 1;
  color: #f7a41a;
  text-decoration: none;
}
a.anchor {
  display: block;
  padding-top: 100px;
  margin-top: -100px;
  z-index: -1;
}
a:hover img {
  opacity: .8;
  transition: opacity 1s;
}

figure {
  margin: 0;
}

/*!
 * 02. Header Area
 * ----------------------------------------------------------------------- */
.header {
  color: #0B0B0B;
  background-color: #FFF;
}
.header.fadein {
  background-color: #FFF;
}
.header .navbar-brand {
  margin: 0;
  padding: 0;
}
.header .navbar-brand .vertical {
  display: none;
}
.home .header .navbar-brand .vertical,
.home .header.fadein .navbar-brand .horizontal {
  display: block;
}
.home .header .navbar-brand .horizontal,
.home .header.fadein .navbar-brand .vertical {
  display: none;
}
.navbar-nav .nav-link {
  color: #0B0B0B;
}

@media (max-width: 991.98px) {
  .home .header .navbar-brand .vertical {
    display: none;
  }
  .home .header .navbar-brand .horizontal {
    display: block;
  }
}

.navbar-nav .nav-link span {
  font-family: 'Noto Serif JP', 'Hiragino Mincho ProN', 'Yu Mincho', 'MS PMincho', serif;
  font-weight: 400;
  transform: rotate(0.03deg);
}

.offcanvas-title img {
  width: auto;
  max-height: 80px;
}

@media (min-width: 992px) {
  .navbar-nav .nav-link {
    font-size: .85rem;
  }
  .navbar-nav .nav-item {
    margin-left: .25rem;
  }
}
@media (min-width: 1200px) {
  .navbar-nav .nav-link {
    font-size: .9rem;
  }
}
@media (min-width: 1400px) {
  .navbar-nav .nav-link {
    font-size: 1rem;
  }
}

@media (max-width: 991.98px) {
  .header .navbar-brand {
    padding: .5rem 0;
    max-width: 90%;
  }
  .navbar-nav .nav-item {
    width: 100%;
    text-align: left;
    border-top: 1px dotted rgba(0,0,0,.25);
  }
  .navbar-nav .access , 
  .navbar-nav .request {
    width: 100%;
    text-align: center;
  }
  .navbar-nav .nav-item .nav-link::before {
    content: '\f105';
    margin-right: .25rem;
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    color: #16406e;
  }
  .navbar-nav .access .nav-link::before , 
  .navbar-nav .request .nav-link::before {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-body .nav-item {
    border-bottom: 1px dotted rgba(255,255,255,.5);
  }
  .offcanvas-body .nav-item .nav-link {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.fadein {
  animation-name: fadein;
  animation-duration: .5s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}
.fadeout {
  animation-name: fadeout;
  animation-duration: .5s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}
@keyframes fadein {
  0% {
    opacity: 0;
    transform: translateY(-100px);
  }
  100% {
   opacity: 1;
   transform: translateY(0);
  }
}
@keyframes fadeout {
  0% {
    opacity: 0;
    background-color: transparent;
  }
  100% {
    opacity: 1;
    background-color: transparent;
  }
}

.header-info p {
  margin-bottom: 0;
  line-height: 1.25;
}
.header-info .tel {
  font-family: 'Zen Antique Soft', serif;
}
.header-info .tel a {
  font-size: 1.5rem;
}
.header-info .site-description {
  font-size: .7rem;
}
.header-info .close {
  text-align: end;
  font-size: .8rem;
}

/*!
 * 03. Main Area
 * ----------------------------------------------------------------------- */

.main img {
  max-width: 100%;
  height: auto;
}

.main .main-content {
  padding-top: 93px;
}
@media (min-width: 992px) {
  .main .main-content {
    padding-top: 100px;
  }
}

/* hero */
.carousel-item .carousel-item-cover {
  position: absolute;
  top: 0;
  left: 1.5rem;
  transform: translateY(0);
}
.carousel-item {
  padding-top: 8.75rem;
}
.carousel-item .carousel-item-cover .title {
  font-size: 4rem;
}
.carousel-item .carousel-item-cover .sub-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
}
@media (min-width: 992px) {
  .carousel-item {
    padding-top: 0;
  }
  .carousel-item .carousel-item-cover {
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
  }
  .carousel-item .carousel-item-cover .title {
    margin-bottom: 1.5rem;
    line-height: 1;
    font-size: 10rem;
  }
  .carousel-item .carousel-item-cover .sub-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.5rem;
  }
}

/* page & single */
.main-content .main-content-header {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  background-color: #f3f3f3;
  background: url("../img/bg-pattern02.png");
}
.main-content .main-content-header .page-title .en {
  display: block;
  font-size: .8rem;
  color: #164a84;
}
.main-content .main-content-header .page-title .jp {
  display: block;
}

.main-content .main-content-body {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.main-content .main-content-body h2 {
  position: relative;
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.main-content .main-content-body h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 25%;
  height: 1px;
  background-color: #999;
}
.main-content .main-content-body h3 {
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
  padding: .5rem .75rem;
  background: url("../img/bg-pattern01.png");
  color: #FFF;
}
.main-content .main-content-body h4 {
  clear: both;
  margin-bottom: 15px;
  padding: 10px;
  width: 100%;
  color: #153f6d;
  border-left: 5px solid #153f6d;
  background-color: #f1f1f1;
}

.section-header .section-title {
  text-align: center;
  line-height: 1.2rem;
}
.section-header .section-title .en {
  display: block;
  color: #16406e;
}
.section-header .section-title .jp {
  font-size: .8rem;
}

.post-list .post {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  border-bottom: 1px dotted rgba(0,0,0,.25);
}
.post-list .post p {
  margin: 0;
}
.post-list .post a {
  color: #16406e;
  text-decoration: underline;
}
.post-list .post a:hover {
  color: #0B0B0B;
  text-decoration: none;
}

.post-day {
  margin-right: .5rem;
  font-size: .9rem;
}
.post-day .day {
  line-height: 1;
}
.post-cats .cat {
  padding: .125rem .5rem;
  color: #FFF;
  line-height: 1;
  font-size: .75rem;
  background-color: #16406e;
  border-radius: .25rem;
}

/* item */
.card-item {
  border: 1px #DDD solid;
}
.card-item .card-body h2 {
  margin-top: .25rem !important;
  margin-bottom: .25rem !important;
  padding: .25rem 0;
  font-size: 1.2rem;
  line-height: 1.1rem;
  border-bottom: none;
}
.card-item .card-body h2::after {
  display: none;
}
.card-item .card-body h2 a {
  font-size: 1rem;
  line-height: 1.2rem;
  text-decoration: none;
}
.card-item .card-body .price {
  margin-bottom: .25rem;
  text-align: right;
  font-size: 1.2rem;
  font-weight: 900;
  color: #951b23;
}
.card-item .card-body .price .currency {
  font-size: .8rem;
}
.card-item .card-body .variations {
  margin-bottom: .25rem;
  padding-bottom: .25rem;
  font-size: .9rem;
  border-top: 1px dotted #DDD;
}
.card-item .card-body .exordium {
  font-size: .8rem;
}
.card-item .more {
  width: 100%;
}

.item_detail_info {
  width: 100%;
}
.info_group {
  margin-top: .5rem;
  margin-bottom: .5rem;
  width: 100%;
  text-align: center;
}
.item_detail_number .item-num {
  border: solid 1px #153f6d;
  text-align: center;
}
.item_detail_number button {
    border: solid 1px #EEE;
    text-align: center;
    height: 32px;
    width: 30px;
    line-height: 30px;
    border-radius: 3px;
    background: #f0efeb;
    background: -moz-linear-gradient(top, #fbfaf6 0%, #f0efeb 100%);
    background: -webkit-linear-gradient(top, #fbfaf6 0%,#f0efeb 100%);
    background: linear-gradient(to bottom, #fbfaf6 0%,#f0efeb 100%);
}


.plan .case span {
  padding: 0 5px;
  border-right: 1px solid #DDD;
  font-size: 12px;
  white-space: nowrap;
}
.plan .price p {
  font-size: 42px;
  color: #980000;
  font-weight: bold;
  text-align: right;
}
.plan .price p .currency {
  font-size: 18px;
}
.plan .sort {
  line-height: 65px;
  text-align: right;
}
.plan .sort span {
  padding: 5px 15px;
  color: #FFF;
  border-radius: 4px;
  background-color: #184270;
}
.plan .sort span.obento {
  background-color: #ff7e00;
}
.plan .sort span.course {
  background-color: #184270;
}
.plan .plan-info {
  width: 100%;
}
.plan .plan-info .service {
  padding: 20px;
  background-color: #f6f6f6;
  border-radius: 10px;
}
.plan .plan-info .service.small p {
  font-size: .9rem;
}
.plan .plan-info .service p:last-of-type {
  margin-bottom: 0;
}
.plan .plan-info form {
  clear: both;
  overflow: hidden;
  padding: 30px 0;
  border-top: 1px dotted #DDD;
}
.plan .plan-info form .cart_count {
  float: left;
  padding: 15px;
  width: 40%;
}
.plan .plan-info form .cart_button {
  float: left;
  width: 60%;
}
.plan h4 {
  font-size: 20px;
  color: #184270;
}
.plan .menu, .plan .count, .plan .open, .plan .limit, .plan .season, .plan .time, .plan .box-size {
  padding: 15px;
  border-top: 1px dotted #DDD;
}

.gallery-thumbnail {
  padding: 2px 0;
  text-align: center;
}
.gallery-thumbnail img {
  margin: 2px 0;
  padding: 2px;
  border: 1px solid #DDD;
}


table.normal {
	margin: 20px auto 40px;
  width: 100%;
  border-collapse: separate;
  border-spacing: 2px;
}
table.normal tr:nth-child(odd) {
  background-color: #f6f6f6;
}
table.normal th {
  white-space: nowrap;
	padding: 10px 20px;
  color: #FFF;
  background-color: #153f6d;
  background-image: url(../images/bg-pattern01.png);
  text-align: center;
}
table.normal td {
  padding: 10px 20px;
  text-align: left;
}
table.normal p {
  margin: 5px 0;
}

/* form */

.required {
  padding: 4px;
  background-color: maroon;
  text-align: center;
  font-size: 12px;
  border-radius: 4px;
  color: #FFF;
}

.mw_wp_form .month {
  float: left;
  width: 100px;
}
.mw_wp_form .day {
  float: left;
  width: 100px;
}
.mw_wp_form .month span,
.mw_wp_form .day span,
.mw_wp_form .time span,
.mw_wp_form .count span {
  padding: 0 5px;
}
.mw_wp_form .month select,
.mw_wp_form .day select {
  text-align: center;
}

.mw_wp_form .horizontal-item {
  margin: 5px !important;
}

.confirm-button {
  text-align: center;
  font-size: 24px;
}

/*!
 * 04. Sidebar Area
 * ----------------------------------------------------------------------- */


/*!
 * 05. Footer Area
 * ----------------------------------------------------------------------- */
.footer {
  background-color: #f3f3f3;
}
.footer .footer-brand {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 50vw;
}
.footer p {
  margin-bottom: .25rem;
  font-size: .9rem;
  line-height: 1.1;
}

/* footer-content-nav */
.footer-content-nav {
  margin-right: .75rem;
}
.footer-content-nav .nav-item {
  margin-bottom: .5rem;
  margin-right: .5rem;
}
.footer-content-nav .nav-item .nav-link {
  padding: 0;
  font-size: .9rem;
  color: #0B0B0B;
  line-height: 1.25;
}
.footer-content-nav .nav-item .nav-link::before {
  content: '\f105';
  margin-right: .25rem;
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  color: #16406e;
}
.footer-content-nav .nav-item .nav-link:hover::before {
  color: #0B0B0B;
}

/* social-content-nav */
.social-content-nav .nav-link {
  padding-left: .5rem;
  padding-right: .5rem;
  font-size: 1.5rem;
  color: #16406e;
}
.social-content-nav .nav-link:hover {
  color: #0B0B0B;
}

.fixed-social-content-nav {
  position: fixed;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(255,255,255,.9);
}
.fixed-social-content-nav .nav-link {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1.5rem;
  color: #16406e;
}
.fixed-social-content-nav .nav-link:hover {
  color: #0B0B0B;
}

/* copyright */
.copyright {
  text-align: center;
  color: #FFF;
}
.copyright p {
  margin: 0;
  text-align: center;
  color: #16406e;
  font-size: .8rem;
}
@media (max-width: 991.98px) {
  .fixed-social-content-nav {
    display: none;
  }
  .copyright {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  .copyright {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}


/*!
 * 02. Original Module Settings
 * ----------------------------------------------------------------------- */
.site {
  overflow-x: hidden;
}
@media (max-width: 991.98px) {
  .site {
  }
}
@media (min-width: 992px) {
  .site {
  }
}

/* Badges */
/* ----------------------------------------------------------------------- */
.tags .tag {
  display: inline-block;
  margin-right:.5rem;
  margin-bottom: .25rem;
  padding: .5rem .75rem;
  font-size: .8rem;
  color: #16406e;
  background-color: #FFF;
  border: 1px solid #16406e;
  white-space: nowrap;
}

.meta-info {
  margin-left: -.5rem;
  margin-right: -.5rem;
}
.meta-info .meta {
  margin-bottom: .25rem;
  padding: 0 .5rem;
  font-size: .8rem;
  color: #666;
  border-right: 1px solid rgba(0,0,0,.25);
  white-space: nowrap;
}
.meta-info .meta:last-of-type {
  border-right: none;
}

/* Background */
/* ----------------------------------------------------------------------- */
.bg-light-img {
  background-image: url("../img/bg-light.png")
}

/* Borders */
/* ----------------------------------------------------------------------- */
.section-line {
  position: relative;
  margin-top: 1rem;
  padding-bottom: 1rem;
}
.section-line::before {
  position: absolute;
  content: "";
  width: 5rem;
  height: 1px;
  background-color: rgba(0,0,0,.25);
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.section-line-white {
  position: relative;
  margin-top: 1rem;
  padding-bottom: 1rem;
}
.section-line-white::before {
  position: absolute;
  content: "";
  width: 5rem;
  height: 1px;
  background-color: rgba(255,255,255,.25);
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

/* Buttons */
/* ----------------------------------------------------------------------- */
.btn {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  border-radius: 0;
}
.btn span {
  font-family: 'Noto Serif JP', 'Hiragino Mincho ProN', 'Yu Mincho', 'MS PMincho', serif;
  font-weight: 400;
  transform: rotate(0.03deg);
}
.btn-primary {
  color: #FFF !important;
  background-color: #16406e !important;
  border-color: #16406e !important;
}
.btn-primary:hover {
  color: #FFF !important;
  background-color: #0B0B0B !important;
}
.btn-outline-primary {
  background-color: #f9f9f9 !important;
  border-color: #DDD !important;
}

.btn-secondary {
  color: #0B0B0B !important;
  background-color: #f7a41a !important;
  border-color: #f7a41a !important;
}
.btn-secondary:hover {
  color: #FFF !important;
  background-color: #0B0B0B !important;
  border-color: #0B0B0B !important;
}

.btn-white {
  color: #0B0B0B !important;
  background-color: #FFF !important;
  border-color: #FFF !important;
}
.btn-white:hover {
  color: #FFF !important;
  background-color: #0B0B0B !important;
  border-color: #0B0B0B !important;
}


/* Cards
 * ----------------------------------------------------------------------- */
/* blog */
.card-blog .card-title {
  font-size: 1.25rem !important;
}
.card-blog .card-body,
.card-blog .card-footer {
  padding-left: 0;
  padding-right: 0;
}
.card-blog p {
  line-height: 1.2;
}
.card-blog .card-thumbnail {
  overflow: hidden;
  max-height: 10rem;
}

.card-scene .card-title {
  text-align: center;
  font-size: 1.1rem !important;
}

/* Color
 * ----------------------------------------------------------------------- */
.text-primary {
  color: #16406e !important;
}
.text-secondary {
  color: #f7a41a !important;
}
.bg-primary {
  background-color: #16406e !important;
}

/* Hr
 * ----------------------------------------------------------------------- */
.dividing {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.dividing::after {
  content: "";
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50px;
  height: 1px;
  background-color: #DDD;
  transform: translate(-50%,-50%);
}

/* Forms
 * ----------------------------------------------------------------------- */
.form-layout-01 .form-row-set {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: .75rem;
  padding-bottom: .75rem;
  border-bottom: 1px dotted #ced4da;
}

/* Spacing
 * ----------------------------------------------------------------------- */
.mt-n10 {
  margin-top: -10rem;
}
.mt-n11 {
  margin-top: -11rem;
}

.pt-10 {
  padding-top: 10rem;
}
.pt-11 {
  padding-top: 11rem;
}
.pt-12 {
  padding-top: 12rem;
}

/* Sizing
 * ----------------------------------------------------------------------- */
.x-small {
  font-size: 80%;
}
.xx-small {
  font-size: 60%;
}

/* Tags
 * ----------------------------------------------------------------------- */

/* Text
 * ----------------------------------------------------------------------- */
.ls-0 {
  letter-spacing: 0 !important;
}
.ls-1 {
  letter-spacing: 1.5rem;
}
.ls-2 {
  letter-spacing: 1.25rem;
}
.ls-3 {
  letter-spacing: 1rem;
}
.ls-4 {
  letter-spacing: .75rem;
}
.ls-5 {
  letter-spacing: .5rem;
}
.ls-6 {
  letter-spacing: .25rem;
}

.price {
  text-align: right;
  font-weight: bold;
  font-size: 120%;
}

/* Scroll Top
 * ----------------------------------------------------------------------- */
.back-to-top {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: none;
  color: rgba(255,255,255,.9);
  background-color: #16406e;
  border-radius: 0;
  z-index: 100;
}
.back-to-top:hover {
  color: rgba(0,0,0,0.6);
}
@media (max-width: 991.98px) {
  .back-to-top {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}