@charset "utf-8";
/* ---------------------
    - BASE
    - LINKS
    - HEADER
    - PAGETITLE
    - CONTENTS
    - FOOTER
    - PC 1025px -
    - TABLET - 1024px
    - SP - 640px
    - SP - 350px
--------------------- */
/* ==========================================================================
	BASE
========================================================================== */
body {
  width: 100%;
  color: #433636;
  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 Serif JP", serif;
  font-weight: 500;
}
iframe {
  vertical-align: bottom;
}
:root {
  --color01: #433636;
  --color02: #7e5233;
  --color03: #f7f5f2;
  --color04: #f4e9d7;
  --font01: "Noto Serif JP", serif;
  --font02: "Lexend", sans-serif;
}
/* ==========================================================================
	LINKS
	========================================================================== */
a:hover.alpha img {
  opacity: 0.7;
  -ms-filter: "alpha(opacity=70)";
}
a, a:visited {
  color: #000;
  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 {
  -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:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
/* ==========================================================================
	HEADER
========================================================================== */
.header {
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.header-logo {
  margin-left: max(calc(50% - 800px), 30px);
}
.logo-tit {
  display: block;
  width: 100%;
  max-width: 250px;
}
.gnav {
  display: flex;
}
.gnav-item {
  font-weight: 700;
  flex-grow: 1;
  text-align: center;
}
.gnav-item a {
  display: block;
  color: var(--color01);
  font-size: 1.8rem;
  line-height: 1;
  text-align: center;
  padding: 1px 1em;
  border-right: 1px solid var(--color01);
  margin: 0 auto;
}
.gnav li:last-child a {
  border-right: none;
}
.gnav-item a:hover {
  color: var(--color02);
}
/* ==========================================================================
	PAGETITLE
	========================================================================== */
.page {
  background-color: var(--color03);
  padding: 100px 0;
  margin-bottom: 10px;
}
.page-tit {
  color: var(--color01);
  font-family: var(--font01);
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 500 !important;
  text-align: center;
  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: 30px;
}
section h4 {
  margin-bottom: 30px;
}
section h5 {
  margin-bottom: 20px;
}
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;
}
.layout01, .layout02, .layout03, .layout04 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.layout-mb {
  margin-bottom: 50px;
}
.layout-reverse {
  flex-direction: row-reverse;
}
.layout-tc {
  align-items: center;
}
.layout01 .box01, .layout01 .box02 {
  width: 47%;
}
.layout02 .box01 {
  width: 50%;
}
.layout02 .box02 {
  width: 45%;
}
.layout03 .box01 {
  width: 60%;
}
.layout03 .box02 {
  width: 35%;
}
.layout04 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.layout04 .box01 {
  width: 15%;
}
.layout04 .box02 {
  width: 80%;
}
/*TITLE*/
.icon-title {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
}
.icon-title span {
  display: block;
  color: var(--color02);
  font-family: var(--font02);
  font-size: 1.2rem;
  margin-bottom: 35px;
}
.icon-title::before {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  margin-bottom: 35px;
}
.news::before {
  background: url("../images/cmn-images/icon-news.png") 50% 50% no-repeat;
  background-size: cover;
}
.access::before {
  background: url("../images/cmn-images/icon-access.png") 50% 50% no-repeat;
  background-size: cover;
}
.time::before {
  background: url("../images/cmn-images/icon-time.png") 50% 50% no-repeat;
  background-size: cover;
}
.cmn-title01 {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
}
.cmn-title01 span {
  display: block;
  color: var(--color02);
  font-family: var(--font02);
  font-size: 1.2rem;
  margin-bottom: 35px;
}
.cmn-title02 {
  position: relative;
  color: var(--color01);
  font-size: 2.2rem;
  border-bottom: solid 2px #d8d7cb;
  padding-bottom: 20px;
}
.cmn-title02::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 2px var(--color01);
  bottom: -2px;
  width: 20%;
}
.cmn-title03 {
  font-size: 2.0rem;
  background-color: var(--color04);
  padding: 15px;
}
.cmn-title04 {
  font-size: 2.2rem;
}

/*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(--color01);
  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 {
  padding-left: 1em;
  text-indent: -1em;
  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%;
}
.li-cmn05 li {
  padding-left: 1.2em;
  text-indent: -1.2em;
  margin-bottom: 10px;
}
.li-cmn05 li:before {
  content: "\f14a";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: var(--color02);
  margin-right: 10px;
}

.li-cmn06 li {
  padding-left: 1.2em;
  text-indent: -1.2em;
  margin-bottom: 10px;
}
.li-cmn06 li:before {
  content: "\f111";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: var(--color02);
  margin-right: 10px;
}
.li-cmn07 li {
  padding-left: 1.2em;
  text-indent: -1.2em;
  margin-bottom: 10px;
}
.li-cmn07 li:before {
  content: "\f00d";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: var(--color02);
  margin-right: 10px;
}

/*BT*/
.bt-cmn01 a {
  position: relative;
  overflow: visible;
  display: inline-block;
  color: var(--color01);
  font-family: var(--font02);
  font-weight: 500;
  text-align: left;
  margin-right: 10px;
}
.bt-cmn01 a::after {
  content: "";
  display: block;
  width: 170px;
  height: 14px;
  background: url("../images/cmn-images/btn-line.png") 100% 100% no-repeat;
  background-size: 100% auto;
  transition: 0.4s ease-in-out;
}
.bt-cmn01 a:hover::after {
  transform: translate(10px, 0);
}
/*contents*/
.min-box {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.bn-box .box {
  width: 100%;
  max-width: 800px;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid var(--color02);
  background-color: #fff;
  margin: 0 auto;
}
.bn-box .box .box01 {
  width: 20%;
}
.bn-box .box .box02 {
  position: relative;
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.bn-box .box .box02 div {
  width: 100%;
}
.bn-box h2 {
  font-size: 3.0rem;
  margin-bottom: 0;
  padding-left: 5%;
}
.bn-box h2 span {
  display: block;
  color: var(--color02);
  font-size: 80%;
}
.bn-box .tel {
  font-family: var(--font02);
  font-weight: 500;
}
.bn-box h2 i {
  font-size: 60%;
  font-style: normal;
}
.bn-box p {
  margin-bottom: 0;
  padding-top: 10px;
  padding-left: 5%;
}
.bn-box p span {
  color: #fff;
  font-size: 80%;
  background-color: var(--color02);
  padding: 2px 10px;
  margin-right: 5px;
}
.bn-box .box .box02::after {
  display: block;
  content: "";
  position: absolute;
  width: 35px;
  height: 9px;
  background: url("../images/cmn-images/icon-arrow2.png") 0 0 no-repeat;
  background-size: 100% auto;
  bottom: 40px;
  right: 40px;
  transition: 0.4s ease-in-out;
}
.bn-box .box .box02:hover::after {
  transform: translate(20px, 0);
}
#access .box {
  width: 100%;
  max-width: 1600px;
  background-color: var(--color03);
  margin: 0 auto;
}
#access .box .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#access .box01 {
  width: 40%;
  margin-bottom: 60px;
}
#access .box02 {
  width: 56%;
  margin-top: 120px;
  margin-bottom: 60px;
}
#access .gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 55%;
  position: relative;
  border: 1px solid #ccc;
}
#access .gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
#time .box {
  width: 100%;
  max-width: 1600px;
  background-color: var(--color03);
  margin: 0 auto;
}
#time .box .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#time .box01 {
  width: 30%;
  margin-bottom: 60px;
}
#time .box02 {
  width: 66%;
  margin-top: 120px;
  margin-bottom: 60px;
}
.time-table {
  background-color: #fff;
  margin-bottom: 15px;
}
.time-table-tit {
  font-weight: normal;
  text-align: center;
  color: #fff;
  background-color: var(--color02);
  border-bottom: solid 1px var(--color01);
  border-right: solid 1px var(--color01);
  padding: 20px;
}
.time-table-txt {
  color: var(--color02);
  text-align: center;
  border-bottom: solid 1px var(--color01);
  border-right: solid 1px var(--color01);
  padding: 20px;
}
.time-table tr:first-child .time-table-txt {
  color: #fff;
  background-color: var(--color02);
}
#time .tel {
  font-family: var(--font02);
  font-size: 1.8rem;
  font-weight: 500;
}
#time .tel strong {
  display: block;
  font-size: 3rem;
  font-weight: 500;
}
#time .txt01 {
  font-weight: 700;
}
#time .txt02 {
  font-size: 90%;
}
/* ==========================================================================
	FOOTER
========================================================================== */
.footer {
  background-color: var(--color01);
}
.footer .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 40px 0;
}
.footer .box01 {
  width: 60%;
}
.footer p, .footer a {
  color: #fff;
}
.footer .box02 {
  width: 30%;
}
.footer-cp {
  color: #fff;
  font-family: var(--font01);
  font-weight: 500;
  text-align: center;
  background-color: #2f2525;
  padding: 15px 0;
}
/* PAGETOP
-----------------------*/
.side-fix {
  position: fixed;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 445px;
  right: 20px;
  bottom: 20px;
  z-index: 100;
}
#side-tel {
  width: 77.52%;
}
#page-top {
  width: 17.3%;
  cursor: pointer;
}
/* ==========================================================================
	PC
	========================================================================== */
@media screen and (min-width: 1200px) {
  body {
    min-width: 1100px;
  }
  #panel {
    padding: 0 10px 0 0;
  }
  .wrapper {
    width: 1100px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 1201px) {
  .wrapper {
    width: 95%;
    margin: 0 auto;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 1200px) {
  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:1199px) {
  .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
-----------------------*/
  /* NAVIGATION
-----------------------*/
  .nav {
    margin-bottom: 0;
  }
  .gnav {
    display: block;
  }
  .gnav-item {
    font-family: var(--font01);
    font-weight: 500;
    flex-grow: 1;
    text-align: center;
  }
  .gnav-item a {
    color: #fff;
    padding: 15px 0;
  }
  /*panel*/
  #panel {
    position: fixed;
    top: 0;
    z-index: 130000;
    overflow: hidden;
    overflow-y: scroll;
    padding: 40px 0 40px 0;
  }
  #panel-btn {
    display: block;
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 150000;
    width: 50px;
    height: 50px;
    text-align: center;
    background-color: var(--color01);
  }
  #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: #fff;
    text-align: left;
    background-color: var(--color01);
    box-sizing: border-box;
    margin: 0;
  }
  /*contents*/
  .bn-box h2 {
    font-size: 2.7272vw;
  }
  #access .box01 {
    width: 47.5%;
    margin-bottom: 60px;
  }
  #access .box02 {
    width: 47.5%;
  }
  #access .gmap {
    padding-bottom: 100%;
  }
  .time-table {
    font-size: 1.4rem;
  }
  .time-table-tit {
    padding: 10px 5px;
  }
  .time-table-txt {
    padding: 10px 5px;
  }
  .footer-cp {
    padding: 15px 0 100px 0;
  }
  /* PAGETOP
-----------------------*/
  .side-fix {
    width: 40%;
    max-width: 445px;
    right: 20px;
    bottom: 20px;
  }
}
/* ==========================================================================
	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.5rem;
  }
  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;
  }
  .layout01, .layout02, .layout03 {
    display: block;
  }
  .layout-mb {
    margin-bottom: 30px;
  }
  .layout01 .box01 {
    width: 100%;
    margin-bottom: 30px;
  }
  .layout01 .box02 {
    width: 100%;
  }
  .layout02 .box01 {
    width: 100%;
    margin-bottom: 30px;
  }
  .layout02 .box02 {
    width: 100%;
  }
  .layout03 .box01 {
    width: 100%;
    margin-bottom: 30px;
  }
  .layout03 .box02 {
    width: 100%;
  }
  .layout04 {
    width: 100%;
  }
  .layout04 .box01 {
    width: 30%;
    margin: 0 auto 20px auto;
  }
  .layout04 .box02 {
    width: 100%;
  }
  /* HEADER
-----------------------*/
  .header {
    padding: 15px 0;
  }
  .header-logo {
    margin-left: 5%;
  }
  .logo-tit {
    max-width: 150px;
  }
  .logo img {
    display: block;
  }
  /* NAVIGATION
-----------------------*/
  /*panel*/
  #panel-btn {
    top: 10px;
    right: 10px;
  }
  /* PAGETITLE
  -----------------------*/
  .page {
    padding: 50px 0;
  }
  .page-tit {
    font-size: 2.4rem;
  }
  /*パンくず*/
  #topic-path {
    font-size: 1.2rem;
    margin-bottom: 40px;
  }
  /* CONTENT
  -----------------------*/
  .icon-title {
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1;
  }
  .icon-title span {
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
  .icon-title::before {
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
  }
  .cmn-title01 {
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1;
  }
  .cmn-title01 span {
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
  .cmn-title02 {
    font-size: 2.0rem;
    padding-bottom: 15px;
  }
  /*BT*/
  .bn-box .box .box01 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: var(--color01);
  }
  .bn-box .box .box02 {
    padding: 10px 0
  }
  .bn-box h2 {
    font-size: 1.8rem;
  }
  .bn-box h2 span {
    font-size: 80%;
  }
  .bn-box p {
    font-size: 1.2rem;
    padding-top: 5px;
  }
  .bn-box p span {
    font-size: 90%;
  }
  .bn-box .box .box02::after {
    width: 20px;
    height: 5px;
    bottom: 15px;
    right: 20px;
  }
  .bn-box .box .box02:hover::after {
    transform: translate(10px, 0);
  }
.bn-long .box .box02::after {
  display: none;
}
  /* FOOTER
  -----------------------*/
  #access .box .wrapper {
    display: block;
  }
  #access .box01 {
    width: 100%;
    margin-bottom: 30px;
  }
  #access .box02 {
    width: 100%;
    margin-top: 0;
    margin-bottom: 40px;
  }
  #access .gmap {
    padding-bottom: 100%;
  }
  #time .box .wrapper {
    display: block;
  }
  #time .box01 {
    width: 100%;
    margin-bottom: 30px;
  }
  #time .box02 {
    width: 100%;
    margin-top: 0;
    margin-bottom: 30px;
  }
  .time-table {
    font-size: 1.3rem;
  }
  .time-table-tit {
    padding: 10px;
  }
  .time-table-txt {
    padding: 10px;
  }
  .footer .wrapper {
    display: block;
    padding: 40px 0;
  }
  .footer .box01 {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .footer .box02 {
    width: 50%;
    margin: 0 auto;
  }
  .footer-cp {
    font-size: 1.2rem;
  }
  /* PAGETOP
-----------------------*/
  .side-fix {
    width: 90%;
    max-width: 320px;
    right: 50%;
    bottom: 15px;
    transform: translate(50%, 0);
  }
}
/* ==========================================================================
	SP - 350px
	========================================================================== */
@media screen and (max-width: 350px) {}