@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap");
* {
  box-sizing: border-box; /*余白や線を幅や高さに含める*/
}

body {
  width: 100%;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #222;
  font-weight: 400;
  font-size: 4.2vw;
  font-feature-settings: "palt";
  line-height: 1.8em;
  letter-spacing: 0.1em;
  overflow-x: hidden;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 18px;
    width: 100%;
    position: relative;
  }
}

.zenkaku {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}

.montserrat {
  font-family: "Montserrat", sans-serif;
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
.smp-block {
  display: block;
}
@media screen and (min-width: 768px) {
  .smp-block {
    display: none;
  }
}

.pc-block {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc-block {
    display: block;
  }
}

.pc-middle02-block {
  display: none;
}
@media screen and (min-width: 1100px) {
  .pc-middle02-block {
    display: block;
  }
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: #000;
  text-decoration: none;
}

a:link, a:visited, a:hover, a:active {
  text-decoration: none;
}

svg {
  display: block;
}

span.inline-block {
  display: inline-block;
}

button {
  cursor: pointer;
}

/*======================================================================================*/
body {
  position: relative;
}
body::after {
  content: "";
  display: block;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #ECE2AC, #FFFCE5, #ECE2AC);
  z-index: -1;
}

div.bg-slide-wrap {
  position: fixed;
  top: 0;
  left: 0;
}

.slider-wrapper {
  display: flex;
  overflow: hidden;
}

.slider {
  animation: scroll-left 40s infinite linear 0.5s both;
  display: flex;
}

.slide {
  width: 33.3333333333vw;
}

.slide img {
  display: block;
  width: 100%;
}

@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
a.fix-btn {
  position: fixed;
  z-index: 10;
  bottom: 3vw;
  left: 4vw;
  width: 25%;
  border-radius: 50em;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4039215686);
  transition: all 0.3s;
}
a.fix-btn.fix-btn-none {
  opacity: 0;
}

div.hero-bg2 {
  position: absolute;
  top: 0;
  left: 0;
}

div.all-wrap {
  position: relative;
}
div.all-wrap div.pc-leftbox {
  width: calc(100% - 490px);
  position: fixed;
  top: 0;
  left: 10px;
}
@media screen and (min-width: 768px) {
  div.all-wrap div.pc-leftbox {
    width: calc(50% - 210px);
    left: 0;
  }
}
div.all-wrap div.pc-leftbox div.pc-leftbox-inner {
  width: 85%;
  margin: auto;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
div.all-wrap div.pc-rightbox {
  position: fixed;
  top: 0;
  right: 0;
  width: calc(50% - 210px);
}
div.all-wrap div.pc-rightbox div.pc-rightbox-inner {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
div.all-wrap div.pc-rightbox div.pc-rightbox-inner div.nav-wrap {
  margin: 20% auto 0;
  width: 80%;
  max-width: 400px;
}
div.all-wrap div.pc-rightbox div.pc-rightbox-inner nav {
  margin-top: 20px;
}
div.all-wrap div.pc-rightbox div.pc-rightbox-inner nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 1.2em;
}
div.all-wrap div.pc-rightbox div.pc-rightbox-inner nav ul li {
  width: 32%;
  text-align: center;
  margin-bottom: 2%;
}
div.all-wrap div.pc-rightbox div.pc-rightbox-inner nav ul li.active a {
  background: #F26876;
  color: #fff;
}
div.all-wrap div.pc-rightbox div.pc-rightbox-inner nav ul li a {
  display: block;
  background: none;
  color: #F26876;
  background: #fff;
  border: solid 1px #F26876;
  display: block;
  border-radius: 0.4em;
  line-height: 1em;
  padding: 0.6em 0;
  letter-spacing: 0;
  width: 100%;
  font-size: 17px;
  line-height: 1em;
  font-weight: bold;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  div.all-wrap div.pc-rightbox div.pc-rightbox-inner nav ul li a:hover {
    background: #F26876;
    color: #fff;
  }
}

div.sp-area {
  position: relative;
}
@media screen and (min-width: 768px) {
  div.sp-area {
    width: 420px;
    margin: 45px auto 0;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2509803922);
  }
}

header.header02 {
  width: 18%;
  position: fixed;
  top: 20px;
  left: 27px;
  z-index: 1;
  max-width: 254px;
}

a.top-btn {
  display: block;
  width: 30%;
  margin: 0 auto 10%;
  text-align: center;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  a.top-btn {
    transition: all 0.3s;
  }
  a.top-btn span.arrow {
    transition: all 0.3s;
  }
  a.top-btn svg {
    transition: all 0.3s;
  }
  a.top-btn:hover {
    color: #0075c1;
  }
  a.top-btn:hover span.arrow {
    transform: translate(0, -18%);
  }
  a.top-btn:hover svg {
    fill: #0075c1;
  }
}
a.top-btn span {
  display: block;
  width: 20%;
  margin: auto;
}

div.hero-area {
  position: relative;
}
div.hero-area header.header01 {
  position: absolute;
  top: 2.2%;
  left: 0;
  right: 0;
  margin: auto;
  width: 52.8%;
  z-index: 2;
}

section.sec-dekiru {
  background-image: url(../myimg/dekiru-bg.png);
  background-size: cover;
  padding: 10% 0 15%;
}
section.sec-dekiru h2 {
  width: 79%;
  margin: 0 auto 8%;
}
section.sec-dekiru div.dekiru-box {
  width: 80%;
  margin: 0 auto 10%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
section.sec-dekiru div.dekiru-box div.txt-box {
  width: 50%;
}
section.sec-dekiru div.dekiru-box div.txt-box h3 {
  background: #fff;
  box-sizing: border-box;
  line-height: 1.4em;
  color: #5DB97F;
  border-top: solid 5px;
  padding: 0.8em 1em;
}
section.sec-dekiru div.dekiru-box div.txt-box p {
  font-size: 0.88em;
  line-height: 1.8em;
  margin-top: 1em;
  width: 87%;
  letter-spacing: 0em;
}
section.sec-dekiru div.dekiru-box div.dekiru-img {
  width: 50%;
}
section.sec-dekiru .dekiru-img03 {
  width: 80%;
  margin: 0 auto;
}
section.sec-dekiru {
  /*ul{
  	width: 80%;
  	margin: auto;
  	li{
  		margin-bottom: 5%;
  		background: #F67984;
  		display: flex;
  		flex-wrap: wrap;
  		justify-content: space-between;
  		align-items: center;
  		padding: 4%;
  		box-sizing: border-box;
  		&:last-child{
  			margin-bottom: 0;
  		}
  		span.number{
  			display: block;
  			width: 24%;
  		}
  		span.txt{
  			display: block;
  			width: 70%;
  			font-size: 1.2em;
  			font-weight: bold;
  			color: #fff;
  			span{
  				color: #FFFFB7;
  			}
  		}
  	}
  }*/
}

section.sec-benefits {
  background-image: url(../myimg/benefits-bg.png);
  background-size: cover;
  padding: 10% 0 20%;
}
section.sec-benefits div.sec-benefits-inner {
  width: 83.2%;
  margin: auto;
}
section.sec-benefits p.benefits-txt01 {
  text-align: center;
  font-size: 1.2em;
  font-weight: 700;
  margin-top: 1em;
  margin-bottom: 1em;
}
section.sec-benefits p.benefits-txt02 {
  font-size: 0.9em;
  font-weight: 700;
  line-height: 1.6em;
  margin-bottom: 1em;
}
section.sec-benefits p.benefits-txt03 {
  font-size: 0.7em;
  line-height: 1.6em;
}

section.sec-visitor {
  background-color: #F45966;
  padding: 14% 0;
}
section.sec-visitor div.sec-visitor-inner {
  width: 92%;
  margin: auto;
}
section.sec-visitor h2 {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 1.8em;
  margin-bottom: 1em;
}
section.sec-visitor h3 {
  text-align: center;
  background: linear-gradient(90deg, #BBBBBB, #fff 30%, #fff 70%, #BBBBBB);
  color: #F45966;
  font-weight: bold;
  letter-spacing: 0;
  margin-bottom: 1.5em;
  line-height: 1.2em;
  padding: 0.5em 0;
}
section.sec-visitor ul {
  margin-bottom: 15%;
}
section.sec-visitor ul li {
  margin-bottom: 10%;
}
section.sec-visitor ul li dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
section.sec-visitor ul li dl dt {
  width: 18%;
  color: #F45966;
  text-align: center;
  font-weight: bold;
  position: relative;
  z-index: 0;
  font-size: 0.9em;
  letter-spacing: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
section.sec-visitor ul li dl dt::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  z-index: -1;
}
section.sec-visitor ul li dl dt::before {
  content: "";
  display: block;
  width: 100%;
  height: 1em;
  position: absolute;
  background: #fff;
  bottom: 0;
  left: 0;
  transform: translate(0, 98%);
  clip-path: polygon(100% 0, 100% 5%, 50% 100%, 0 5%, 0 0);
}
section.sec-visitor ul li dl dt .inner {
  position: relative;
  z-index: 1;
}
section.sec-visitor ul li dl dt .inner .big {
  font-size: 1.4em;
}
section.sec-visitor ul li dl dd {
  width: 77%;
  color: #fff;
  letter-spacing: 0;
  line-height: 1.6em;
  font-size: 0.84em;
  font-weight: bold;
}
section.sec-visitor ul li dl dd .big {
  color: #FFFFB7;
  display: block;
  font-size: 1.4em;
}
section.sec-visitor ul li dl dd .img {
  display: block;
  margin-top: 1em;
}

section.sec-search {
  background: #fff;
  padding: 15% 0;
}
section.sec-search div.sec-search-inner {
  width: 87.6%;
  margin: auto;
}
section.sec-search nav {
  margin: 8% 0 15%;
}
section.sec-search nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 1.2em;
}
section.sec-search nav ul li {
  width: 32%;
  text-align: center;
  margin-bottom: 2%;
}
section.sec-search nav ul li.active button {
  background: #F26876;
  color: #fff;
}
section.sec-search nav ul li button {
  display: block;
  background: none;
  color: #F26876;
  background: #fff;
  border: solid 1px #F26876;
  display: block;
  border-radius: 0.4em;
  line-height: 1em;
  padding: 0.6em 0 0.55em;
  letter-spacing: 0;
  width: 100%;
  font-size: 1em;
  line-height: 1em;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  section.sec-search nav ul li button {
    transition: all 0.3s;
  }
  section.sec-search nav ul li button:hover {
    background: #F26876;
    color: #fff;
  }
}
section.sec-search div.tab-box {
  display: none;
}
section.sec-search div.tab-box.active {
  display: block;
}
section.sec-search div.tab-box h3 {
  text-align: center;
  background: linear-gradient(90deg, #BBBBBB, #fff 30%, #fff 70%, #BBBBBB);
  color: #F45966;
  font-weight: bold;
  letter-spacing: 0;
  margin-bottom: 1.5em;
  line-height: 1.2em;
  padding: 0.5em 0;
}
section.sec-search div.tab-box ul.search-list > li {
  margin-bottom: 10%;
  background: linear-gradient(90deg, #ECE2AC, #FFFCE5, #ECE2AC);
}
section.sec-search div.tab-box ul.search-list > li .search-img01 {
  display: block;
}
section.sec-search div.tab-box ul.search-list > li .search-img01 img {
  /*object-fit: contain;
  object-position: top;
  height: 49.4vw;
  @include mq(pc) {
  	height: 200px;
  }*/
}
section.sec-search div.tab-box ul.search-list > li .search-txt-wrap {
  box-sizing: border-box;
  padding: 0 7% 10%;
}
section.sec-search div.tab-box ul.search-list > li .search-txt-wrap .search-txt01 {
  font-size: 0.66em;
  line-height: 1.2em;
  letter-spacing: 0;
  margin-top: 1em;
}
section.sec-search div.tab-box ul.search-list > li .search-txt-wrap h4 {
  padding-bottom: 0.6em;
  margin-top: 5%;
  text-align: center;
}
section.sec-search div.tab-box ul.search-list > li .search-txt-wrap h4 span.area {
  display: inline-block;
  background-color: #F45966;
  font-size: 0.8em;
  line-height: 1.2em;
  padding: 0.4em 0.7em;
  color: #fff;
  border-radius: 50em;
  margin-right: 0.4em;
}
section.sec-search div.tab-box ul.search-list > li .search-txt-wrap h4 span.name {
  display: inline-block;
  font-size: 0.94em;
  line-height: 1.2em;
  letter-spacing: 0;
  padding: 0.8em 0;
}
section.sec-search div.tab-box ul.search-list > li .search-txt-wrap div.info-box {
  margin-bottom: 10%;
}
section.sec-search div.tab-box ul.search-list > li .search-txt-wrap div.info-box p {
  text-align: center;
  line-height: 1.2em;
  font-weight: 500;
  font-size: 1.16em;
}
section.sec-search div.tab-box ul.search-list > li .search-txt-wrap div.info-box p .line {
  display: inline-block;
  position: relative;
  padding: 0 0.6em;
  margin-right: 1em;
}
section.sec-search div.tab-box ul.search-list > li .search-txt-wrap div.info-box p .line::after, section.sec-search div.tab-box ul.search-list > li .search-txt-wrap div.info-box p .line::before {
  content: "";
  display: block;
  width: 0.2em;
  height: 100%;
  position: absolute;
  top: 0;
  background: #E3CE9B;
}
section.sec-search div.tab-box ul.search-list > li .search-txt-wrap div.info-box p .line::after {
  left: 0;
}
section.sec-search div.tab-box ul.search-list > li .search-txt-wrap div.info-box p .line::before {
  right: 0;
}
section.sec-search div.tab-box ul.search-list > li .search-txt-wrap p.search-txt02 {
  font-weight: bold;
  letter-spacing: 0;
  font-size: 0.88em;
  line-height: 1.2em;
  margin-top: 0.8em;
}
section.sec-search div.tab-box ul.search-list > li .search-txt-wrap ul {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 2.8%;
       column-gap: 2.8%;
  font-size: 0.74em;
  line-height: 1.2em;
  font-weight: 500;
  margin: 5% 0 0;
}
section.sec-search div.tab-box ul.search-list > li .search-txt-wrap ul li {
  width: 48.6%;
  text-align: center;
  background: #fff;
  margin-bottom: 4%;
  padding: 0.5em 0;
  border-radius: 0.4em;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section.sec-search div.tab-box ul.search-list > li .search-txt-wrap a.single-btn, section.sec-search div.tab-box ul.search-list > li .search-txt-wrap a.visitor-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 86%;
  margin: 5% auto 0;
  border-radius: 50em;
  position: relative;
  letter-spacing: 0;
  height: 13vw;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  section.sec-search div.tab-box ul.search-list > li .search-txt-wrap a.single-btn, section.sec-search div.tab-box ul.search-list > li .search-txt-wrap a.visitor-btn {
    height: 48px;
  }
}
section.sec-search div.tab-box ul.search-list > li .search-txt-wrap a.single-btn .arrow, section.sec-search div.tab-box ul.search-list > li .search-txt-wrap a.visitor-btn .arrow {
  display: block;
  width: 7px;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translate(0, -50%);
}
section.sec-search div.tab-box ul.search-list > li .search-txt-wrap a.single-btn {
  text-align: center;
  background: #fff;
  font-weight: bold;
  line-height: 1.2em;
  font-size: 0.9em;
  border: solid 1px #CCCCCC;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  section.sec-search div.tab-box ul.search-list > li .search-txt-wrap a.single-btn:hover {
    border: solid 1px #ffa42d;
    background: #FFB556;
    color: #fff;
  }
  section.sec-search div.tab-box ul.search-list > li .search-txt-wrap a.single-btn:hover .cls-1 {
    stroke: #fff;
  }
}
section.sec-search div.tab-box ul.search-list > li .search-txt-wrap a.single-btn .cls-1 {
  fill: none;
  stroke: #ccc;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.14px;
}
section.sec-search div.tab-box ul.search-list > li .search-txt-wrap a.visitor-btn {
  text-align: center;
  background: #F45966;
  color: #fff;
  font-weight: bold;
  line-height: 1.2em;
  font-size: 1.2em;
  font-weight: 900;
  transition: all 0.3s;
  border: solid 1px #F45966;
}
@media screen and (min-width: 768px) {
  section.sec-search div.tab-box ul.search-list > li .search-txt-wrap a.visitor-btn:hover {
    border: solid 1px #ffa42d;
    background: #FFB556;
  }
}
section.sec-search div.tab-box ul.search-list > li .search-txt-wrap a.visitor-btn .cls-1 {
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.14px;
}

div.single-wrap {
  background: #fff;
  padding-bottom: 　0;
}
div.single-wrap div.main-img img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 78vw;
}
@media screen and (min-width: 768px) {
  div.single-wrap div.main-img img {
    height: 294px;
  }
}
div.single-wrap div.single-info-txt-wrap {
  width: 88%;
  margin: auto;
  padding-bottom: 10%;
}
div.single-wrap div.single-info-txt-wrap h1 {
  border-bottom: solid 1px;
  margin-top: 5%;
}
div.single-wrap div.single-info-txt-wrap h1 span.area {
  display: inline-block;
  line-height: 1.2em;
  padding: 0.4em 0.7em;
  border-radius: 50em;
  border: solid 1px;
  color: #F45966;
}
div.single-wrap div.single-info-txt-wrap h1 span.name {
  display: block;
  font-size: 1.2em;
  line-height: 1.4em;
  letter-spacing: 0;
  padding: 0.8em 0;
}
div.single-wrap div.single-info-txt-wrap .single-note {
  font-size: 0.68em;
  line-height: 1.2em;
  letter-spacing: 0;
  margin-top: 1em;
}
div.single-wrap div.single-info-txt-wrap p.single-daytxt {
  font-weight: bold;
  letter-spacing: 0;
  font-size: 1em;
  line-height: 1.2em;
  margin-top: 0.8em;
}
div.single-wrap div.single-info-txt-wrap ul {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 2.8%;
       column-gap: 2.8%;
  font-size: 0.94em;
  line-height: 1.2em;
  font-weight: 500;
  margin: 5% 0 0;
}
div.single-wrap div.single-info-txt-wrap ul li {
  text-align: center;
  background: #fff;
  margin-bottom: 4%;
  padding: 0.4em 0.4em;
  border-radius: 0.4em;
  display: inline-block;
  background: #F4F3F3;
  font-weight: bold;
  border: solid 1px #9E9998;
}
div.single-wrap div.single-info-txt-wrap a.single-teltxt {
  display: block;
  font-weight: bold;
  letter-spacing: 0;
}
div.single-wrap div.single-info-txt-wrap dl.kessan-single-dl {
  margin-top: 5%;
  display: flex;
  align-items: center;
}
div.single-wrap div.single-info-txt-wrap dl.kessan-single-dl:first-child {
  margin-top: 10%;
}
div.single-wrap div.single-info-txt-wrap dl.kessan-single-dl dt {
  width: 30%;
  text-align: center;
  background: linear-gradient(90deg, #ECE2AC, #FFFCE5, #ECE2AC);
  color: #F45966;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.2em;
  padding: 0.5em 0;
}
div.single-wrap div.single-info-txt-wrap dl.kessan-single-dl dd {
  width: calc(70% - 2em);
  word-break: break-all;
  /*				margin-top: 1em;*/
  margin-left: 2em;
  font-size: 0.9em;
}
div.single-wrap div.single-info-txt-wrap div.single-img {
  margin-top: 7%;
}
div.single-wrap div.single-info-txt-wrap a.visitor-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 10% auto;
  border-radius: 50em;
  position: relative;
  letter-spacing: 0;
  text-align: center;
  background: #F45966;
  color: #fff;
  font-weight: bold;
  line-height: 1.2em;
  font-size: 1.4em;
  font-weight: 900;
  height: 17vw;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  div.single-wrap div.single-info-txt-wrap a.visitor-btn {
    height: 66px;
    border: solid 2px #F45966;
  }
  div.single-wrap div.single-info-txt-wrap a.visitor-btn:hover {
    border: solid 2px #ffa42d;
    background: #FFB556;
    color: #fff;
  }
  div.single-wrap div.single-info-txt-wrap a.visitor-btn:hover .cls-1 {
    stroke: #fff;
  }
}
div.single-wrap div.single-info-txt-wrap a.visitor-btn .cls-1 {
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.14px;
}
div.single-wrap div.single-info-txt-wrap a.visitor-btn .arrow {
  display: block;
  width: 0.4em;
  position: absolute;
  top: 50%;
  right: 6%;
  transform: translate(0, -50%);
}
div.single-wrap div.single-info-txt-wrap a.base-btn {
  border-radius: 30px;
  margin: 10% auto;
}
div.single-wrap div.single-event-wrap {
  background-color: #FCD6D9;
  padding: 12% 0;
}
div.single-wrap div.single-event-wrap h2 {
  text-align: center;
  font-size: 2.4em;
  line-height: 1em;
  margin-bottom: 1em;
}
div.single-wrap div.single-event-wrap ul {
  width: 88%;
  margin: auto;
}
div.single-wrap div.single-event-wrap ul li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 5%;
}
div.single-wrap div.single-event-wrap ul li div.event-img {
  width: 29%;
  aspect-ratio: 4/3;
  overflow: hidden;
}
div.single-wrap div.single-event-wrap ul li div.event-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
div.single-wrap div.single-event-wrap ul li dl {
  width: 71%;
  padding: 3% 6%;
  box-sizing: border-box;
  background: #fff;
  font-weight: bold;
  letter-spacing: 0;
}
div.single-wrap div.single-event-wrap ul li dl dt {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 1.2em;
  line-height: 1.2em;
}
div.single-wrap div.single-event-wrap ul li dl dt .txt01 {
  color: #F45966;
  font-weight: 900;
  width: 67%;
}
div.single-wrap div.single-event-wrap ul li dl dt .txt02 {
  background: #F45966;
  color: #fff;
  font-size: 0.7em;
  line-height: 1em;
  padding: 0.3em 0.4em 0.4em;
  border-radius: 0.2em;
  box-sizing: border-box;
  width: 28%;
  text-align: center;
}
div.single-wrap div.single-event-wrap ul li dl dd {
  font-size: 0.9em;
  line-height: 1.6em;
  padding-top: 0.6em;
  margin-top: 0.6em;
  position: relative;
}
div.single-wrap div.single-event-wrap ul li dl dd::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #BD9746, #FBF6B8, #BD9746);
}
div.single-wrap div.kukakku-wrap {
  width: 88%;
  margin: 10% auto;
}
div.single-wrap div.kukakku-wrap img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 70vw;
}
@media screen and (min-width: 768px) {
  div.single-wrap div.kukakku-wrap img {
    height: 400px;
  }
}
div.single-wrap div.map-wrap {
  width: 88%;
  margin: 15% auto 0;
}
div.single-wrap div.single-link-wrap {
  width: 88%;
  margin: 20% auto 0;
}
div.single-wrap div.single-link-wrap a.visitor-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 5% auto 0;
  border-radius: 50em;
  position: relative;
  letter-spacing: 0;
  text-align: center;
  background: #F45966;
  color: #fff;
  font-weight: bold;
  line-height: 1.2em;
  font-size: 1.4em;
  font-weight: 900;
  transition: all 0.3s;
  height: 17vw;
}
@media screen and (min-width: 768px) {
  div.single-wrap div.single-link-wrap a.visitor-btn {
    height: 66px;
    border: solid 2px #F45966;
  }
  div.single-wrap div.single-link-wrap a.visitor-btn:hover {
    border: solid 2px #ffa42d;
    background: #FFB556;
    color: #fff;
  }
  div.single-wrap div.single-link-wrap a.visitor-btn:hover .cls-1 {
    stroke: #fff;
  }
}
div.single-wrap div.single-link-wrap a.visitor-btn .cls-1 {
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.14px;
}
div.single-wrap div.single-link-wrap a.visitor-btn.blue {
  background: #C6DCF1;
  color: #000;
}
@media screen and (min-width: 768px) {
  div.single-wrap div.single-link-wrap a.visitor-btn.blue {
    border: solid 2px #C6DCF1;
  }
  div.single-wrap div.single-link-wrap a.visitor-btn.blue:hover {
    border: solid 2px #C6DCF1;
    background: #8bb8e2;
  }
  div.single-wrap div.single-link-wrap a.visitor-btn.blue:hover .cls-1 {
    stroke: #fff;
  }
}
div.single-wrap div.single-link-wrap a.visitor-btn .arrow {
  display: block;
  width: 0.4em;
  position: absolute;
  top: 50%;
  right: 6%;
  transform: translate(0, -50%);
}

div.detail-area01 {
  padding: 10vw 0 0;
  max-width: 720px;
}
@media screen and (min-width: 768px) {
  div.detail-area01 {
    padding: 100px 0 0;
  }
}
div.detail-area01 div.title-wrap {
  border-bottom: solid 1px #000;
  padding-bottom: 1.6em;
}
@media screen and (min-width: 768px) {
  div.detail-area01 div.title-wrap {
    padding-bottom: 25px;
  }
}
div.detail-area01 div.title-wrap .tag {
  line-height: 1.2em;
  box-sizing: border-box;
  padding: 0.6em 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 6em;
  font-size: 3.2vw;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  div.detail-area01 div.title-wrap .tag {
    font-size: 14px;
    width: 90px;
  }
}
div.detail-area01 div.title-wrap .tag.blue {
  background-color: var(--heimblue);
  color: #fff;
}
div.detail-area01 div.title-wrap .tag.white {
  border: solid 1px;
  background-color: #fff;
  color: var(--heimblue);
}
div.detail-area01 div.title-wrap .tag.gray {
  border: solid 1px;
  color: var(--darkblue);
}
div.detail-area01 div.title-wrap .event-title {
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 4.8vw;
  line-height: 1.6em;
}
@media screen and (min-width: 768px) {
  div.detail-area01 div.title-wrap .event-title {
    font-size: 30px;
    line-height: 1.4em;
  }
}
div.detail-area01 .info-wrap {
  margin-top: 10vw;
}
@media screen and (min-width: 768px) {
  div.detail-area01 .info-wrap {
    margin-top: 33px;
  }
}
div.detail-area01 .info-wrap div.thumbnail-wrap {
  margin-bottom: 10vw;
}
@media screen and (min-width: 768px) {
  div.detail-area01 .info-wrap div.thumbnail-wrap {
    margin-bottom: 33px;
  }
}
div.detail-area01 .info-wrap dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 3vw;
}
@media screen and (min-width: 768px) {
  div.detail-area01 .info-wrap dl {
    margin-bottom: 10px;
  }
}
div.detail-area01 .info-wrap dl dt {
  text-align: center;
  background-color: var(--gray);
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.8em;
  font-size: 3.7vw;
  width: 28%;
  padding: 0.2em 0;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  div.detail-area01 .info-wrap dl dt {
    width: 150px;
    padding: 0;
    font-size: 16px;
  }
}
div.detail-area01 .info-wrap dl dd {
  line-height: 1.8em;
  font-size: 3.2vw;
  width: 68%;
  font-weight: 500;
  padding: 0.2em 0;
}
@media screen and (min-width: 768px) {
  div.detail-area01 .info-wrap dl dd {
    padding: 0;
    width: calc(100% - 170px);
    font-size: 16px;
  }
}
div.detail-area01 .base-btn:nth-of-type(1) {
  margin-top: 10vw;
}
@media screen and (min-width: 768px) {
  div.detail-area01 .base-btn:nth-of-type(1) {
    margin-top: 33px;
  }
}
div.detail-area01 .base-btn {
  margin-top: 2vw;
}
@media screen and (min-width: 768px) {
  div.detail-area01 .base-btn {
    margin-top: 10px;
  }
}

div.detail-area02 {
  padding: 5vw 0 0;
}
@media screen and (min-width: 768px) {
  div.detail-area02 {
    padding: 20px 0 0;
  }
}
div.detail-area02 :first-child {
  margin-top: 0;
}
div.detail-area02 h2 {
  font-size: 6vw;
  margin-top: 1em;
  line-height: 1.5em;
}
@media screen and (min-width: 768px) {
  div.detail-area02 h2 {
    line-height: 1.4em;
    font-size: 24px;
  }
}
div.detail-area02 h3 {
  font-size: 5.4vw;
  margin-top: 1em;
  line-height: 1.5em;
}
@media screen and (min-width: 768px) {
  div.detail-area02 h3 {
    line-height: 1.4em;
    font-size: 20px;
    margin-top: 15px;
  }
}
div.detail-area02 h4 {
  font-size: 5vw;
  margin-top: 1em;
  line-height: 1.5em;
}
@media screen and (min-width: 768px) {
  div.detail-area02 h4 {
    line-height: 1.4em;
    font-size: 20px;
  }
}
div.detail-area02 h5 {
  font-size: 4.4vw;
  margin-top: 1em;
  line-height: 1.5em;
}
@media screen and (min-width: 768px) {
  div.detail-area02 h5 {
    line-height: 1.4em;
    font-size: 18px;
  }
}
div.detail-area02 h6 {
  font-size: 4.26vw;
  margin-top: 1em;
  line-height: 1.5em;
}
@media screen and (min-width: 768px) {
  div.detail-area02 h6 {
    line-height: 1.4em;
    font-size: 16px;
  }
}
div.detail-area02 p {
  font-size: 4.26vw;
  margin-top: 1em;
  line-height: 1.6em;
}
@media screen and (min-width: 768px) {
  div.detail-area02 p {
    margin-top: 30px;
    line-height: 1.4em;
    font-size: 16px;
  }
}
div.detail-area02 p:has(span.note) {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  div.detail-area02 p:has(span.note) {
    margin-top: 15px;
    padding-left: 30px;
  }
}
div.detail-area02 p span.note {
  display: block;
  font-size: 14px;
  line-height: 1.4em;
}
div.detail-area02 img {
  width: auto;
  max-width: 100%;
  margin-top: 7vw;
}
@media screen and (min-width: 768px) {
  div.detail-area02 img {
    margin-top: 50px;
  }
}
div.detail-area02 hr {
  border-top: 1px solid #000;
}
div.detail-area02 a,
div.detail-area02 .cv-btn-wrap {
  margin-top: 7vw;
}
@media screen and (min-width: 768px) {
  div.detail-area02 a,
  div.detail-area02 .cv-btn-wrap {
    margin-top: 50px;
  }
}
div.detail-area02 div.cont-box {
  border: solid 1px #000;
  box-sizing: border-box;
  padding: 7vw;
  margin-top: 15vw;
}
@media screen and (min-width: 768px) {
  div.detail-area02 div.cont-box {
    padding: 30px;
    margin-top: 50px;
  }
}
div.detail-area02 div.cont-box.blue {
  background-color: #daebf7;
  border: none;
}
div.detail-area02 div.cont-box.blue hr {
  border-top: 1px solid var(--heimblue);
}
div.detail-area02 div.cont-box.pink {
  background-color: #ffd8d8;
  border: none;
}
div.detail-area02 div.cont-box.pink hr {
  border-top: 1px solid #f18b8b;
}
div.detail-area02 div.cont-box.gray {
  background-color: var(--gray);
  border: none;
}
div.detail-area02 div.cont-box :first-child {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  div.detail-area02 div.cont-box h2 {
    font-size: 18px;
    line-height: 1.2em;
  }
}
div.detail-area02 div.cont-box h3 {
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  div.detail-area02 div.cont-box h3 {
    font-size: 18px;
    line-height: 1.3em;
  }
}
div.detail-area02 div.cont-box h3 span {
  display: inline-block;
  font-size: 0.8em;
  line-height: 1.4;
  margin-top: 0.4em;
}
@media screen and (min-width: 768px) {
  div.detail-area02 div.cont-box h3 span {
    margin-top: 0;
  }
}

div.detail-area03 {
  padding: 20vw 0 5vw;
  max-width: 720px;
}
@media screen and (min-width: 768px) {
  div.detail-area03 {
    padding: 50px 0 0;
  }
}
@media screen and (min-width: 768px) {
  div.detail-area03 div.img-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
}
div.detail-area03 div.img-wrap div.img {
  display: block;
  border: solid 1px #000;
  margin-bottom: 5vw;
}
@media screen and (min-width: 768px) {
  div.detail-area03 div.img-wrap div.img {
    width: 48%;
    margin-bottom: 4%;
  }
}
div.detail-area03 div.img-wrap div.link {
  width: 100%;
  margin-bottom: 18%;
}
@media screen and (min-width: 768px) {
  div.detail-area03 div.img-wrap div.link {
    margin-bottom: 8%;
  }
}

div.detail-area04 {
  margin-top: 10%;
  background-color: var(--gray);
  padding: 10vw 0;
}
@media screen and (min-width: 768px) {
  div.detail-area04 {
    padding: 50px 0;
    margin-top: 20px;
  }
}
div.detail-area04 h2 {
  font-size: 6vw;
  margin-top: 1em;
  margin-bottom: 1em;
  line-height: 1.5em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  div.detail-area04 h2 {
    line-height: 1.4em;
    font-size: 24px;
  }
}
div.detail-area04 #map {
  height: 80vw;
  margin-bottom: 10vw;
}
@media screen and (min-width: 768px) {
  div.detail-area04 #map {
    height: 433px;
    margin-bottom: 53px;
  }
}
div.detail-area04 a.orange {
  padding: 1.4em 0;
  margin: 7vw auto 0;
}
@media screen and (min-width: 768px) {
  div.detail-area04 a.orange {
    width: 550px;
    margin: 30px auto 0;
  }
}
div.detail-area04 a.base-btn,
div.detail-area04 .visitor-btn {
  width: 88%;
}

.tel-wrap {
  text-align: center;
}

.header.header02 {
  background: #F00;
}

.header {
  background: none !important;
}

footer {
  padding: 15% 0 10%;
  background: #000;
}
footer.wh {
  background: #fff;
}
footer.wh ul li a {
  color: #000;
}
footer.wh p {
  color: #000;
}
footer .ft-logo {
  display: block;
  width: 52%;
  margin: auto;
}
footer ul {
  text-align: center;
  font-weight: 300;
  margin: 7% 0;
  line-height: 1.6em;
  font-size: 0.8em;
}
footer ul li a {
  color: #fff;
}
footer p {
  text-align: center;
  font-size: 0.8em;
  font-weight: 300;
  color: #fff;
  letter-spacing: 0;
}/*# sourceMappingURL=style.css.map */