@charset "utf-8";
/* ==========================================================================
	BASE
========================================================================== */
body {
  width: 100%;
  color: #553500;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.08em;
  word-wrap: break-word;
  overflow-wrap: break-word;
  margin: 0 auto;
}
img {
  max-width: 100%;
  height: auto;
}
p {
  line-height: 1.8em;
}
.wrapper {
  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: 'Zen Maru Gothic', sans-serif;
  font-weight: 700;
}
iframe {
  vertical-align: bottom;
}
:root {
  --color01: #553500;
  --color02: #97855e;
  --color03: #00a87c;
  --color04: #4fcaaa;
  --color05: #d1ebe4;
  --color06: #58c6d4;
  --font01: 'Zen Maru Gothic', sans-serif;
  --font02: 'Just Me Again Down Here', cursive;
  --font03: 'Roboto Flex', sans-serif;
}
/* ==========================================================================
	LINKS
	========================================================================== */
a:hover.alpha img {
  opacity: 0.7;
  -ms-filter: "alpha(opacity=70)";
}
a, a:visited {
  color: #553500;
  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.5;
  filter: alpha(opacity=50);
}
.bg01 {
  background: url("../images/cmn-images/bg01.jpg") 0 0;
  padding: 80px 0;
  margin-bottom: 80px;
}
.bg02 {
  background: url("../images/cmn-images/bg02.jpg") 0 0;
  padding: 80px 0;
  margin-bottom: 80px;
}
/* ==========================================================================
	HEADER
========================================================================== */
.header {
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 200;
}
.header .box {
  width: 100%;
  max-width: 1600px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto 20px auto;
}
.header-logo {
  width: 38%;
  max-width: 340px;
  margin-top: 10px;
}
.header-logo a {
  display: block;
}
.header .box nav {
  width: 61%;
  max-width: 540px;
}
.header-nav {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.header-nav li:nth-child(1), .header-nav li:nth-child(2) {
  width: 37%;
}
.header-nav li:nth-child(3), .header-nav li:nth-child(4) {
  width: 12.96%;
}
/* ==========================================================================
	gnav
========================================================================== */
.nav {
  padding-bottom: 10px;
}
.gnav {
  display: flex;
}
.gnav li {
  font-family: var(--font01);
  font-weight: 700;
  flex-grow: 1;
  border-right: 1px solid #d1c2a9;
  text-align: center;
  line-height: 1;
}
.gnav li:last-child {
  border-right: none;
}
.gnav li a {
  display: block;
  position: relative;
  text-align: center;
  padding: 10px 0 10px 0;
  margin: 0 auto;
}
.gnav li a:hover {
  color: var(--color02);
}
/*panel*/
#panel {
  position: fixed;
  top: 0;
  z-index: 1000;
  overflow: hidden;
  overflow-y: scroll;
  padding: 40px 0;
  display: none;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: left;
  background-color: var(--color04);
  box-sizing: border-box;
  margin: 0;
}
.snav {
  display: block;
}
.snav li {
  font-size: 1.7rem;
  font-weight: 700;
  text-align: center;
}
.snav li a {
  display: block;
  color: #fff;
  padding: 15px 0;
}
/* ==========================================================================
	PAGETITLE
	========================================================================== */
.page {
  background: url("../images/cmn-images/bg01.jpg") 0 0;
  padding: 100px 0 100px 0;
  margin-bottom: 10px;
}
.page-tit {
  color: var(--color01);
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  margin: 0 auto;
}
/*パンくず*/
#topic-path {
  text-align: right;
  font-size: 1.3rem;
  margin-bottom: 30px;
}
#topic-path a {
  text-decoration: underline;
}
/* ==========================================================================
	CONTENTS
	========================================================================== */
.layout01, .layout02, .layout03 {
  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%;
}
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;
}
/*TITLE*/
section h1 {
  margin-bottom: 40px;
}
section h2 {
  margin-bottom: 40px;
}
section h3 {
  margin-bottom: 30px;
}
section h4 {
  margin-bottom: 30px;
}
section h5 {
  margin-bottom: 20px;
}
.cmn-title01 {
  font-size: 3.6rem;
  font-weight: 700;
  text-align: center;
}
.cmn-title01 span {
  display: block;
  color: var(--color03);
  font-family: var(--font02);
  font-size: 70%;
  font-weight: 400;
  padding-top: 10px;
}
.cmn-title02 {
  position: relative;
  color: var(--color01);
  font-size: 2.4rem;
  border-bottom: solid 3px #eee;
  padding-bottom: 20px;
}
.cmn-title02::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px var(--color02);
  bottom: -3px;
  width: 20%;
}
.cmn-title03 {
  font-size: 1.8rem;
  background-color: var(--color05);
  padding: 15px;
}
.cmn-title04 {
  color: var(--color03);
  font-size: 2.0rem;
}
.cmn-title05 {
  font-size: 2.0rem;
  margin-bottom: 20px;
}
.cmn-title05 i {
  color: var(--color03);
}
/* LIST */
.cmn-list01 li {
  padding-left: 1.2em;
  text-indent: -1.2em;
  line-height: 1.7;
  margin-bottom: 10px;
}
.cmn-list01 li:before {
  content: "・";
  font-weight: 900;
  margin-right: 5px;
}
.cmn-list02 li {
  padding-left: 1.2em;
  text-indent: -1.2em;
  line-height: 1.7;
  margin-bottom: 10px;
}
.cmn-list02 li:before {
  content: "\f0da";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: var(--color03);
  margin-right: 10px;
}
.cmn-list03 li {
  padding-left: 1.0em;
  text-indent: -1.4em;
  line-height: 1.7;
  margin-bottom: 7px;
}
.cmn-list03 li:before {
  content: "※";
  color: var(--color02);
  font-weight: 500;
  margin-right: 5px;
}
.cmn-list04 li {
  padding-left: 1.2em;
  text-indent: -1.2em;
  line-height: 1.7;
  margin-bottom: 10px;
}
.cmn-list04 li:before {
  content: "\f14a";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: var(--color03);
  margin-right: 10px;
}
.colum3-2, .colum3-1, .colum2-1 {
  display: flex;
  flex-wrap: wrap;
}
.colum3-2 li, .colum3-1 li {
  width: 33.33%;
}
.colum2-1 li {
  width: 50%;
}
/*BT*/
.cmn-btn01 {
  width: 280px;
  margin: 0 auto;
}
.cmn-btn01 a {
  display: block;
  color: #fff;
  font-family: var(--font01);
  font-weight: 700;
  text-align: center;
  background-color: var(--color03);
  border-radius: 10px;
  padding: 20px 0;
}
.cmn-btn02 {
  max-width: 280px;
}
.cmn-btn02 a {
  display: block;
  color: #fff;
  font-size: 110%;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  background-color: var(--color06);
  border-radius: 10px;
  padding: 15px 0;
}
.cmn-btn03 {
  max-width: 280px;
}
.cmn-btn03 a {
  display: block;
  color: #fff;
  font-size: 110%;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  background-color: var(--color03);
  border-radius: 10px;
  padding: 15px 0;
}
.img-radius {
  border-radius: 10px;
  overflow: hidden;
}
/*info*/
.info-layout {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.info-layout .box01 {
  width: 32.5%;
}
.info-layout .box02 {
  width: 60%;
}
.info h2 {
  width: 262px;
  margin: 0 auto 40px auto;
}
.info h3 {
  font-size: 1.8rem;
  text-align: left;
  margin-bottom: 15px;
}
.info .btn01, .info .btn02 {
  margin-bottom: 30px;
}
.info .btn01 a, .info .btn02 a {
  display: block;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  border-radius: 10px;
  padding: 15px 0;
}
.info .btn01 a {
  font-size: 2.4rem;
  background-color: var(--color03);
}
.info .btn02 a {
  font-size: 2.4rem;
  background-color: var(--color06);
}
.info .btn01 a i, .info .btn02 a i {
  color: rgba(255, 255, 255, 0.50);
  font-size: 100%;
  margin-right: 5px;
}
.info .box01 ul {
  border-top: 1px dotted var(--color01);
}
.info .box01 ul li {
  font-size: 110%;
  border-bottom: 1px dotted var(--color01);
  padding: 15px 0;
}
.info .box01 ul li i {
  color: var(--color02);
  font-size: 130%;
  margin-right: 10px;
}
.info .box02 ul {
  margin-bottom: 30px;
}
.info .box02 ul li {
  font-size: 110%;
  vertical-align: middle;
  border-bottom: 1px dotted var(--color01);
  padding: 15px 0;
}
.info .box02 ul li i {
  vertical-align: middle;
  margin-right: 10px;
}
.time-inner {
  overflow: hidden;
  border-radius: 15px;
  border: 5px solid var(--color03);
  background-color: #fff;
  margin-bottom: 30px;
}
.time-table {
  font-size: 2.0rem;
}
.time-table th {
  width: 25%;
  box-sizing: border-box;
  color: #000;
  font-weight: 700;
  text-align: center;
  border-bottom: 2px solid var(--color03);
  background-color: var(--color05);
  padding: 15px 0;
}
.time-table td {
  font-weight: 700;
  text-align: center;
  border-bottom: 2px solid var(--color03);
  border-left: 2px solid var(--color03);
  padding: 15px 0;
}
.time-table tr:first-child th, .time-table tr:first-child td {
  color: #fff;
  background-color: var(--color04);
}
.time-table tr:last-child th, .time-table tr:last-child td {
  border-bottom: none;
}
.info .icon01 {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url("../images/cmn-images/icon01.png") 0 0 no-repeat;
  background-size: 100% 100%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin: 0 auto;
}
.info .icon02 {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url("../images/cmn-images/icon02.png") 0 0 no-repeat;
  background-size: 100% 100%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin: 0 auto;
}
.info .icon03 {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url("../images/cmn-images/icon03.png") 0 0 no-repeat;
  background-size: 100% 100%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin: 0 auto;
}
.detail {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.detail dt {
  width: 120px;
  color: #fff;
  text-align: center;
  background-color: #db4d4d;
  border-radius: 3px;
  padding: 5px 0;
}
.detail dd {
  flex: 1;
  padding-left: 20px;
}
.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 30%;
  position: relative;
  border: 1px solid #ccc;
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
/* ==========================================================================
	FOOTER
	========================================================================== */
.footer {
  padding: 184px 0 30px 0;
  background: url("../images/cmn-images/bg03.jpg") 0 0 repeat-x;
  background-color: #dbe477;
}
.fnav {
  display: flex;
  align-content: center;
  width: 100%;
  max-width: 1000px;
  font-weight: 700;
  margin: 0 auto 50px auto;
}
.fnav li {
  flex-grow: 1;
}
.fnav li a:hover {
  color: var(--color01);
}
.footer-cp {
  color: var(--color03);
  font-weight: bold;
  text-align: center;
}
.bottom-nav {
  position: sticky;
  width: 100%;
  bottom: 0;
  z-index: 2000;
}
.bottom-nav ul {
  display: flex;
  flex-wrap: wrap;
}
.bottom-nav ul li {
  width: 20%;
  box-sizing: border-box;
  border-right: 1px solid #fff;
}
.bottom-nav ul li:last-child {
  border-right: none;
}
.bottom-nav ul li a, .bottom-nav ul li span {
  display: block;
  color: #fff;
  background-color: var(--color03);
  font-size: 1rem;
  letter-spacing: 0;
  text-align: center;
  cursor: pointer;
  padding: 20px 0;
}
.bottom-nav ul li:nth-child(1) a, .bottom-nav ul li:nth-child(1) span {
  background-color: #2daebe;
}
.bottom-nav ul li:nth-child(2) a, .bottom-nav ul li:nth-child(2) span {
  background-color: #00a87c;
}
.bottom-nav ul li:nth-child(3) a, .bottom-nav ul li:nth-child(3) span {
  background-color: #f4a51d;
}
.bottom-nav ul li:nth-child(4) a, .bottom-nav ul li:nth-child(4) span {
  background-color: #754900;
}
.bottom-nav ul li:nth-child(5) a, .bottom-nav ul li:nth-child(5) span {
  background-color: #61330d;
}
.bottom-nav ul li a i, .bottom-nav ul li span i {
  display: inline-block;
  font-size: 1.7rem;
  text-align: center;
  margin-bottom: 4px;
}
/* ==========================================================================
	PC
	========================================================================== */
@media screen and (min-width: 1200px) {
  body {
    min-width: 1180px;
  }
  .wrapper {
    width: 1180px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 1200px) {
  .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;
  }
  .time-table {
    font-size: 1.4rem;
  }
  .time-table th {
    padding: 10px 5px;
  }
  .time-table td {
    padding: 10px 5px;
  }
  .fnav {
    display: inline-block;
    text-align: center;
  }
  .fnav li {
    display: inline-block;
    margin: 0 10px 10px 10px;
  }
}
/* ==========================================================================
	SP - 800px
	========================================================================== */
@media screen and (max-width: 900px) {
  .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;
    letter-spacing: 0.02em;
  }
  /* HEADER
-----------------------*/
  .header {
    position: relative;
    padding: 20px 0
  }
  .header .box {
    margin: 0 auto;
  }
  .header-logo {
    width: 240px;
    margin: 0 auto;
  }
  /* NAVIGATION
-----------------------*/
  /*panel*/
  #panel-btn {
    top: 15px;
    right: 15px;
  }
  /* PAGETITLE
  -----------------------*/
  .page {
    padding: 60px 0 60px 0;
    margin-bottom: 10px;
  }
  .page-tit {
    font-size: 2.6rem;
  }
  /*パンくず*/
  #topic-path {
    font-size: 1.2rem;
    margin-bottom: 40px;
  }
  /* LAYOUT
  -----------------------*/
  .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%;
  }
  .bg01 {
    padding: 40px 0;
  }
  .bg02 {
    padding: 40px 0;
  }
  section, article {
    clear: both;
    overflow: hidden;
    margin-bottom: 40px;
  }
  .section-min {
    margin-bottom: 40px;
  }
  section h1 {
    margin-bottom: 30px;
  }
  section h2 {
    margin-bottom: 30px;
  }
  section h3 {
    margin-bottom: 30px;
  }
  section h4 {
    margin-bottom: 30px;
  }
  .cmn-title01 {
    font-size: 2.2rem;
  }
  .cmn-title02 {
    font-size: 1.7rem;
  }
  .cmn-title03 {
    font-size: 1.5rem;
  }
  .cmn-title04 {
    font-size: 1.6rem;
  }
  .cmn-title05 {
    font-size: 1.6rem;
  }
  /* CONTENT
  -----------------------*/
  .colum2-1, .colum3-1 {
    display: block;
  }
  .colum3-2 li {
    width: 50%;
  }
  .colum2-1 li, .colum3-1 li {
    width: 100%;
  }
  .gmap {
    padding-bottom: 70%;
  }
  /* FOOTER
  -----------------------*/
  /*info*/
  .info-layout {
    display: block;
  }
  .info-layout .box01 {
    width: 100%;
    margin-bottom: 30px;
  }
  .info-layout .box02 {
    width: 100%;
  }
  .info h2 {
    width: 200px;
    margin: 0 auto 30px auto;
  }
  .info h3 {
    width: 100%;
    font-size: 1.6rem;
    max-width: 350px;
    margin: 0 auto 15px auto;
  }
  .info-layout .box01 .btn01, .info-layout .box01 .btn02 {
    width: 100%;
    max-width: 350px;
    margin: 0 auto 30px auto;
  }
  .time-inner {
    font-size: 1.3rem;
    border: 3px solid var(--color03);
  }
  .time-table th {
    border-bottom: 2px solid var(--color03);
    padding: 10px 0;
  }
  .time-table td {
    border-bottom: 2px solid var(--color03);
    padding: 10px 0;
  }
  .info .icon01 {
    width: 20px;
    height: 20px;
  }
  .info .icon02 {
    width: 20px;
    height: 20px;
  }
  .info .icon03 {
    width: 20px;
    height: 20px;
  }
  .detail {
    display: block;
  }
  .detail dt {
    margin-bottom: 10px;
  }
  .detail dd {
    padding-left: 0;
  }
  .footer {
    padding: 100px 0 20px 0;
    background-size: auto 100px;
  }
  .fnav {
    margin-bottom: 20px;
  }
  .footer-cp {
    font-size: 1.3rem;
  }
}