@charset "utf-8";
/* ---------------------
    - BASE
    - LINKS
    - HEADER
    - PAGETITLE
    - CONTENTS
    - FOOTER
    - PC 1025px -
    - TABLET - 1024px
    - SP - 640px
    - SP - 350px
--------------------- */
/* ==========================================================================
	BASE
========================================================================== */
body {
  width: 100%;
  color: #4b4b4b;
  font-size: 1.6rem;
  text-align: center;
  letter-spacing: 0.1em;
  word-wrap: break-word;
  overflow-wrap: break-word;
  margin: 0 auto;
}
img {
  max-width: 100%;
  height: auto;
}
p {
  line-height: 1.8em;
}
.wrapper {
  overflow: hidden;
  text-align: left;
  margin: 0 auto;
}
section ul, header ul, footer ul, .side ul, .main ul, nav ul, .side-content ul {
  list-style-type: none;
}
section h2, section h3, section h4, section h5 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}
iframe {
  vertical-align: bottom;
}
:root {
  --color01: #4b4b4b;
  --color02: #ffa0e5;
  --color03: #faedfb;
  --color04: #4b4b4b;
  --font01: 'Noto Sans JP', sans-serif;
  --font02: 'M PLUS Rounded 1c', sans-serif;
}
/* ==========================================================================
	LINKS
	========================================================================== */
a:hover.alpha img {
  opacity: 0.7;
  -ms-filter: "alpha(opacity=70)";
}
a, a:visited {
  color: #4b4b4b;
  text-decoration: none;
}
/*マウスオーバー時ゆっくり透過*/
a {
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.fade a {
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.fade a:hover {
  opacity: 0.4;
  filter: alpha(opacity=90);
}
/* ==========================================================================
	HEADER
========================================================================== */
.header {
  padding: 15px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  text-align: left;
}
.header .logo {
  margin-left: 50px;
}
.logo {
  color: var(--color01);
  font-size: 3.1rem;
  line-height: 1;
  margin-top: 5px;
}
.logo a, .logo a:visited {
  color: var(--color01);
}
.logo__tit {
  font-family: var(--font02);
  letter-spacing: 0;
}
.logo__txt {
  display: block;
  color: #4b4b4b;
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  font-size: 1.2rem;
  font-weight: normal;
  padding-bottom: 10px;
}
.header__info {
  text-align: right;
  margin-right: 50px;
}
@media screen and (max-width: 1300px) {
  .header .logo {
    margin-left: 5%;
  }
  .header__info {
    display: none;
  }
}
.header__address {
  font-size: 1.2rem;
  letter-spacing: 0;
}
.header__info .tel-cmn {
  margin-bottom: 10px;
}
.tel-cmn {
  font-family: var(--font01);
  font-size: 3.3rem;
  font-weight: 700;
  line-height: 100%;
}
.tel-cmn::before {
  content: "\f095";
  color: var(--color01);
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 10px;
}
/* ==========================================================================
	NAVIGATION
	========================================================================== */
.nav {
  margin-top: 20px;
}
.gnav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.gnav__item {
  font-family: var(--font01);
  font-weight: 700;
  text-align: center;
}
.gnav__item a {
  display: block;
  position: relative;
  text-align: center;
  padding: 0 1.5em;
}
@media screen and (min-width: 1024px) {
  .gnav__item a::before {
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    content: '';
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    top: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    transition: .3s;
  }
  .gnav__item a:hover::before {
    top: -16px;
  }
}
/* ==========================================================================
	PAGETITLE
	========================================================================== */
.page {
  background: url("../images/cmn-images/page-bg.jpg") 50% 50% no-repeat;
  padding: 100px 0;
  margin-bottom: 10px;
}
.page__tit {
  width: 500px;
  color: var(--color01);
  font-family: var(--font01);
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 700 !important;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  padding: 60px 0;
  margin: 0 auto;
}
/*パンくず*/
#topic-path {
  text-align: right;
  font-size: 1.3rem;
  margin-bottom: 5%;
}
#topic-path a {
  text-decoration: underline;
}
/* ==========================================================================
	CONTENTS
	========================================================================== */
section h1 {
  margin-bottom: 50px;
}
section h2 {
  margin-bottom: 50px;
}
section h3 {
  margin-bottom: 40px;
}
section h4 {
  margin-bottom: 30px;
}
section h5 {
  margin-bottom: 30px;
}
section, article {
  clear: both;
  overflow: hidden;
  margin-bottom: 80px;
}
section p {
  margin-bottom: 20px;
}
.section-min {
  overflow: hidden;
  margin-bottom: 60px;
}
.link-margin {
  margin-top: -100px;
  padding-top: 100px;
}
/*COLUMN UL*/
.ul-2column {
  display: flex;
  flex-wrap: wrap;
}
.ul-2column li {
  width: 46%;
  margin-right: 4%;
}
/*TITLE*/
main h2 {
  font-size: clamp(2.5rem, 4vw, 3.5rem);
  text-align: center;
}
main h2 span {
  display: block;
  color: var(--color02);
  font-size: 50%;
}
main h3 {
  position: relative;
  color: var(--color01);
  font-size: clamp(2rem, 2.875vw, 2.6rem);
  border-bottom: solid 3px #eee;
  padding-bottom: 20px;
}
main h3::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px var(--color02);
  bottom: -3px;
  width: 20%;
}
main h4 {
  font-size: clamp(1.8rem, 2.375vw, 2rem);
  background-color: var(--color03);
  padding: 15px;
}
main h5 {
  color: var(--color01);
  font-size: clamp(1.7rem, 2.875vw, 2.3rem);
}
/*LIST*/
.li-cmn01 li {
  padding-left: 1.2em;
  text-indent: -1.2em;
  margin-bottom: 10px;
}
.li-cmn01 li:before {
  content: "\f0da";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: var(--color02);
  margin-right: 10px;
}
.li-cmn02 li {
  list-style-type: none;
  counter-increment: number;
  padding-left: 1.7em;
  text-indent: -1.7em;
  margin-bottom: 10px;
}
.li-cmn02 li::before {
  content: counter(number) ".";
  margin-right: 10px;
  color: #E31B1E;
}
.li-cmn03 li {
  margin-bottom: 10px;
}
.li-cmn03 li:before {
  content: "※";
}
.li-cmn04 {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
}
.li-cmn04 li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}
.li-cmn04 li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: var(--color02);
  color: #fff;
  display: block;
  float: left;
  line-height: 22px;
  margin-left: -30px;
  text-align: center;
  height: 22px;
  width: 22px;
  border-radius: 50%;
}
/*layout*/
.layout01, .layout02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.layout-mb {
  margin-bottom: 50px;
}
.layout-reverse {
  flex-direction: row-reverse;
}
.layout01 .box01 {
  width: 50%;
}
.layout01 .box02 {
  width: 45%;
}
.layout02 .box01, .layout02 .box02 {
  width: 47.5%;
}
/*TABLE*/
.table-cmn01__tit {
  text-align: center;
  background-color: #eee;
  border: solid 1px #ccc;
  padding: 15px;
}
.table-cmn01__txt {
  border: solid 1px #ccc;
  padding: 15px;
}
/*BT*/
.bt-cmn01 {
  width: 280px;
  margin: 0 auto;
}
.bt-cmn01 a {
  display: block;
  color: #fff;
  font-family: var(--font01);
  font-weight: 700;
  text-align: center;
  background-color: var(--color01);
  border-radius: 80px;
  padding: 20px 0;
}
.bt-cmn01 a::after {
  content: "\f138";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-left: 10px;
}
.bt-cmn01 a:hover {
  background-color: var(--color02);
}
/*info*/
#info {
  background-color: var(--color03);
  padding: 80px 0;
  margin-bottom: 0;
}
#info h3 {
  color: var(--color02);
  font-size: 2.5rem;
  margin-bottom: 10px;
}
#info .bt-cmn01 {
  margin-left: 0;
}
#info .bt-cmn01 a {
  background-color: var(--color02);
}
.info__inner {
  background-color: #fff;
  border-radius: 20px;
  margin-bottom: 10px;
}
.time-table__tit {
  font-weight: normal;
  text-align: center;
  border-bottom: solid 2px #f1f1f1;
  padding: 20px;
}
.time-table__txt {
  color: var(--color01);
  border-bottom: solid 2px #f1f1f1;
  padding: 20px;
}
.time-table__txt--orange {
  color: var(--color02);
}
.detail {
  display: flex;
  align-items: center;
  font-size: 90%;
  margin-bottom: 20px;
}
.detail:last-child {
  margin-bottom: 0;
}
.detail__tit {
  width: 120px;
  color: #fff;
  text-align: center;
  background-color: var(--color02);
  border-radius: 3px;
  padding: 5px 0;
}
.detail__tit--closed {
  background-color: #a1a1a1 !important;
}
.detail__txt {
  flex: 1;
  padding-left: 20px;
}
.gmap {
  height: 0;
  overflow: hidden;
  border-radius: 10px;
  padding-bottom: 75%;
  position: relative;
  border-top: 1px solid #ccc;
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
/* ==========================================================================
	FOOTER
	========================================================================== */
.footer {
  padding-bottom: 100px;
}
.footer__nav {
  font-family: var(--font01);
  font-weight: 700;
  background-color: var(--color02);
  margin-bottom: 40px;
  padding: 30px 0;
}
.footer__nav .wrapper {
  text-align: center;
}
.fnav {
  display: flex;
}
.fnav__item {
  flex-grow: 1;
}
.fnav__item a {
  color: #fff;
}
.fnav__item a:hover {
  color: var(--color03);
}
.footer .logo {
  margin-bottom: 20px;
}
.info__txt {
  font-size: 1.2rem;
  margin-bottom: 30px;
}
.footer__cp {
  color: var(--color01);
  font-size: 1.2rem;
  text-align: center;
}
/* PAGETOP
-----------------------*/
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 50px;
  line-height: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 1000;
}
#page-top i {
  color: #ccc;
}
#reservation_area {
  background: rgba(255, 160, 229, 0.2);
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  vertical-align: baseline;
}
#reservation_area ul {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  max-width: 1100px;
  margin: 0 auto;
  list-style: none;
  width: 90%;
  padding: 10px 0;
}
#reservation_area ul li {
  margin: 0;
  border-radius: 3px;
  width: 100%;
  position: relative;
}
#reservation_area ul li a {
  text-decoration: none;
  text-align: center;
  background: var(--color02);
  color: #fff;
  position: relative;
  box-sizing: border-box;
  padding: 10px 10px 10px 40px;
  display: block;
  font-size: 15px;
  font-size: 1.5rem;
  border-radius: 3px;
  line-height: 1.3em;
}
#reservation_area ul li.mobile_tel_btn a::before {
  font-family: "Font Awesome 6 Free";
  content: "\f095";
  position: absolute;
  font-size: 1.5em;
  left: 20px;
  top: 50%;
  transform: translate(0, -50%);
}
.tel-number {
  display: block;
  font-weight: bold;
  font-size: 19px;
  font-size: 1.9rem;
}
/* ==========================================================================
	PC
	========================================================================== */
@media screen and (min-width: 1100px) {
  body {
    min-width: 1080px;
  }
  .wrapper {
    width: 1080px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 1100px) {
  .wrapper {
    width: 96%;
    margin: 0 auto;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 1025px) {
  tablet-only {
    display: none;
  }
  .sp-only {
    display: none;
  }
  .pc-none {
    display: none;
  }
  .br-pc {
    display: block;
  }
  .br-sp {
    margin-left: 10px;
  }
}
/* ==========================================================================
	TABLET - 1024px
	========================================================================== */
@media screen and (max-width:1024px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: none;
  }
  tablet-only {
    display: block;
  }
  .wrapper {
    width: 90%;
    margin: 0 auto;
  }
  .br-tablet {
    display: block;
  }
  .br-tabletonly {
    display: block;
  }
  .link-margin {
    margin-top: -60px;
    padding-top: 60px;
  }
  /* HEADER
-----------------------*/
  .header {
    padding-bottom: 0;
    margin-bottom: 15px;
  }
  .logo {
    font-size: 3rem;
    margin-top: 7px;
  }
  .logo__txt {
    font-size: 1.1rem;
  }
  /* NAVIGATION
-----------------------*/
  .nav {
    margin-bottom: 0;
  }
  .gnav {
    display: block;
  }
  .gnav__item {
    font-family: var(--font01);
    font-weight: 700;
    flex-grow: 1;
    text-align: center;
  }
  .gnav__item a {
    color: #4b4b4b;
    padding: 15px 0;
  }
  /*panel*/
  #panel {
    position: fixed;
    top: 0;
    z-index: 130000;
    overflow: hidden;
    overflow-y: scroll;
    padding: 40px 0;
  }
  #panel-btn {
    display: block;
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 150000;
    width: 50px;
    height: 50px;
    text-align: center;
    background-color: var(--color02);
  }
  #panel-btn-icon {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 1px;
    margin: -1px 0 0 -12px;
    background: #fff;
    transition: .2s;
  }
  #panel-btn-icon:before, #panel-btn-icon:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 1px;
    margin-left: -12px;
    background: #fff;
    transition: .3s;
  }
  #panel-btn-icon:before {
    margin-top: -11px;
  }
  #panel-btn-icon:after {
    margin-top: 9px;
  }
  #panel-btn .close {
    background: transparent;
  }
  #panel-btn .close:before, #panel-btn .close:after {
    margin-top: 0;
  }
  #panel-btn .close:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  #panel-btn .close:after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }
  #panel {
    display: none;
    width: 100%;
    height: 100%;
    color: #3e3e3e;
    text-align: left;
    background-color: var(--color03);
    box-sizing: border-box;
    margin: 0;
  }
  /* CONTENTS
  -----------------------*/
  /*BT*/
  /*POST*/
  /* FOOTER
  -----------------------*/
  .footer {}
  .fnav {
    display: inline-block;
  }
  .fnav__item {
    display: inline-block;
    margin: 0 10px 10px 10px;
  }
}
/* ==========================================================================
	SP - 640px
	========================================================================== */
@media screen and (max-width: 640px) {
  .tablet-only {
    display: none;
  }
  .sp-none {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .br-sp {
    display: block;
    margin: 0;
  }
  .br-tabletonly {
    display: inline;
  }
  body {
    font-size: 1.6rem;
  }
  section h1 {
    margin-bottom: 30px;
  }
  section h2 {
    margin-bottom: 30px;
  }
  section h3 {
    margin-bottom: 30px;
  }
  section h4 {
    margin-bottom: 30px;
  }
  section, article {
    clear: both;
    overflow: hidden;
    margin-bottom: 40px;
  }
  .section-min {
    margin-bottom: 40px;
  }
  /*COLUMN UL*/
  .ul-2column {
    display: block;
  }
  .ul-2column li {
    width: 100%;
    margin-right: 0;
  }
  /* HEADER
-----------------------*/
  .header {
    padding: 15px 0 15px 0;
    margin-bottom: 0;
  }
  .header .logo {
    margin-top: 0;
  }
  .logo {
    font-size: 2.3rem;
    margin-top: 3px;
  }
  .logo a {
    display: block;
  }
  .logo__txt {
    display: block;
    font-size: 1rem;
    padding-left: 0;
  }
  /* NAVIGATION
-----------------------*/
  /*panel*/
  #panel-btn {
    top: 5px;
    right: 5px;
  }
  /* PAGETITLE
  -----------------------*/
  .page {
    padding: 60px 0;
  }
  .page__tit {
    width: 90%;
    padding: 40px 0;
  }
  /*パンくず*/
  #topic-path {
    font-size: 1.2rem;
    margin-bottom: 40px;
  }
  /* CONTENT
  -----------------------*/
  /*layout*/
  .layout01, .layout02 {
    display: block;
  }
  .layout-mb {
    margin-bottom: 30px;
  }
  .layout01 .box01 {
    width: 100%;
    margin-bottom: 30px;
  }
  .layout01 .box02 {
    width: 100%;
  }
  .layout02 .box01, .layout02 .box02 {
    width: 100%;
  }
  .layout02 .box01 {
    margin-bottom: 30px;
  }
  /*BT*/
  .bt-cmn01 {
    width: 90%;
  }
  .bt-cmn01 a {
    padding: 17px 0;
  }
  /*info*/
  #info {
    padding: 40px 0;
  }
  #info h3 {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 10px;
  }
  #info .bt-cmn01 {
    margin: 0 auto;
  }
  .info .wrapper {
    padding: 20px;
  }
  .info__address .tel-cmn {
    margin-bottom: 20px;
  }
  .info__inner {
    border-radius: 15px;
  }
  .info__txt {
    margin-bottom: 20px;
  }
  .time-table {
    font-size: 1.3rem;
  }
  .time-table__tit {
    padding: 10px;
  }
  .time-table__txt {
    padding: 10px;
  }
  .detail {
    display: block;
  }
  .detail__tit {
    margin-bottom: 5px;
  }
  .detail__txt {
    padding-left: 0;
  }
  /* FOOTER
  -----------------------*/
  .footer {
    padding-bottom: 100px;
  }
  .info {
    padding: 40px 0;
    margin-bottom: 30px;
  }
  .footer__nav {
    margin-bottom: 20px;
  }
  .footer__cp {
    font-size: 1rem;
  }
  /* PAGETOP
-----------------------*/
  #page-top {
    bottom: 10px;
    right: 10px;
    font-size: 30px;
    line-height: 30px;
    height: 30px;
  }
}
/* ==========================================================================
	SP - 350px
	========================================================================== */
@media screen and (max-width: 350px) {}