@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

body {
  font-family: 'M PLUS 1 Code', sans-serif;
}

/* コンテンツの幅 */
.inner {
  width: 95%;
  margin: 0 auto;
}

@media screen and (min-width: 900px) {
  .inner {
    width: 80%;
  }
}

/* sp */
:root {
  --text_size:0.8rem;
  --midtext_size:1.2rem;
}

/* pc */
@media screen and (min-width: 900px) {
  :root {
    --text_size:1.2rem;
    --midtext_size:2rem;
  }
}

@media screen and (max-width: 900px) {
  .header_logo img {
    width: 150px;
	margin-left:15px;
	margin-top:10px;
	margin-bottom:10px;
  }
}

@media screen and (min-width: 900px) {
  .header_logo img {
    width: 300px;
	margin-left:20px;
	margin-top:10px;
  }
}

/*banner*/
.banner{
	margin:0 auto;
	text-align:center;
	margin-bottom:20px;
}

@media screen and (min-width: 900px) {
  .banner img {
    width: 60%;
  }
}

@media screen and (max-width: 900px) {
  .banner img {
    width: 100%;
  }
}

.header_mainvis {
  margin-bottom: 30px;
  /*画像の横幅を100%にしてレスポンシブ化*/
  /*メイン画像下に余白をつける*/
  /*矢印の設定*/
  /*戻る、次へ矢印の位置*/
  /*選択するサムネイル画像の設定*/
}

.header_mainvis img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  /*画像の下にできる余白を削除*/
}

@media screen and (min-width: 900px) {
  .header_mainvis img {
    width: 80%;
    margin: 0 auto;
  }
}

.header_mainvis .gallery {
  margin: 0 0 5px 0;
}

.header_mainvis .gallery li {
  list-style: none;
}

.header_mainvis .slick-prev,
.header_mainvis .slick-next {
  position: absolute;
  /*絶対配置にする*/
  z-index: 3;
  top: 42%;
  cursor: pointer;
  /*マウスカーソルを指マークに*/
  outline: none;
  /*クリックをしたら出てくる枠線を消す*/
  border-top: 2px solid #ccc;
  /*矢印の色*/
  border-right: 2px solid #ccc;
  /*矢印の色*/
  height: 25px;
  width: 25px;
}

.header_mainvis .slick-prev {
  /*戻る矢印の位置と形状*/
  left: 2.5%;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.header_mainvis .slick-next {
  /*次へ矢印の位置と形状*/
  right: 2.5%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.header_mainvis .slick-track {
  -webkit-transform: unset !important;
          transform: unset !important;
}

.header_mainvis .choice-btn {
  width: 95%;
  margin: 0 auto;
}

@media screen and (min-width: 900px) {
  .header_mainvis .choice-btn {
    width: 80%;
  }
}

.header_mainvis .choice-btn li {
  cursor: pointer;
  outline: none;
  list-style: none;
  margin: 0 5px;
}

.header_mainvis .choice-btn li img {
  opacity: 0.4;
  /*選択されていないものは透過40%*/
}

.header_mainvis .choice-btn li.slick-current img {
  opacity: 1;
  /*選択されているものは透過しない*/
}

.tabmenu {
  /*tabの形状*/
  /*liにactiveクラスがついた時の形状*/
  /*エリアの表示非表示と形状*/
  /*areaにis-activeというクラスがついた時の形状*/
}

.tabmenu .tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tabmenu .tab li {
  list-style: none;
  width: 25%;
}

.tabmenu .tab li a {
  display: block;
  margin: 0 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  border-top: solid 2px #000;
  border-left: solid 2px #000;
  border-right: solid 2px #000;
  color: #000;
  font-size: 12px;
  text-align: center;
  padding: 12px 5px;
}

@media screen and (min-width: 900px) {
  .tabmenu .tab li a {
    font-size: 20px;
    padding: 20px 80px;
  }
}

.tabmenu .tab li.active a {
  background: #000;
  color: #fff;
}

.tabmenu .area {
  display: none;
  /*はじめは非表示*/
  opacity: 0;
  /*透過0*/
  background: #fff;
  padding: 50px 20px;
  text-align: center;
}

.tabmenu .area_box {
  text-align: left;
  font-size: 15px;
  margin-bottom: 30px;
}

.tabmenu .area_box_title {
  text-align: left;
  border-bottom: solid 2px #fff;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-size: 18px;
}

@media screen and (min-width: 900px) {
  .tabmenu .area_box_title {
    font-size: 22px;
  }
}

.tabmenu .area_box_text {
  line-height: 2.0;
  font-size: var(--text_size);
  margin-top: 10px;
}

.tabmenu .area_box_text img {
  width: 100%;
}

.tabmenu .area_box_text_no {
  margin-top: 30px;
}

.tabmenu .area_box_text_no_index {
  font-size: var(--midtext_size);
  margin-bottom: 10px;
  letter-spacing: 0.1rem;
}

.tabmenu .area_box_text_no_text {
  font-size: var(--text_size);
  line-height: 2.0;
  padding-left: 0.5rem;
}

.tabmenu .area_box_img img {
  width: 100%;
}

.tabmenu .area_box_item {
  border-bottom: dashed 1px #ccc;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.tabmenu .area_box_item:last-child {
  border-bottom: none;
}

.tabmenu .area_box_item_index {
  font-size: 15px;
  background-color: #fff;
  color: #000;
  display: inline-block;
  padding: 5px 15px;
  margin-bottom: 20px;
}

.tabmenu .area_box_item_title {
  font-size: var(--midtext_size);
  margin-bottom: 20px;
}

.tabmenu .area_box_item_price {
  font-size: var(--midtext_size);
  margin-bottom: 20px;
}

.tabmenu .area_box_item_text {
  font-size: var(--text_size);
  line-height: 2.0;
}

.tabmenu .area li {
  list-style: none;
}

.tabmenu .area .calender {
  height: 600px;
}

.tabmenu iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

.tabmenu .area.is-active {
  display: block;
  opacity: 1;
  /*表示*/
  background-color: #000;
  color: #fff;
}

@-webkit-keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/*アコーディオン全体*/
.accordion-area {
  list-style: none;
  width: 96%;
  max-width: 900px;
  margin: 0 auto;
}

.accordion-area li {
  margin: 5px 0;
}

.accordion-area section {
  border: 1px solid #ccc;
}

/*アコーディオンタイトル*/
.title {
  position: relative;
  /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-size: 1rem;
  font-weight: normal;
  padding: 4% 2% 4%;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  text-align: left;
  background-color: #fff;
  color: #000;
  font-size: 12px;
}

@media screen and (min-width: 900px) {
  .title {
    font-size: 20px;
    padding: 3% 3% 3%;
  }
}

.title::after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: '\f13a';
  font-weight: 900;
  top: 30%;
  right: 10px;
  font-size: 18px;
}

@media screen and (min-width: 900px) {
  .title::after {
    font-size: 24px;
  }
}

/*　closeというクラスがついたら形状変化　*/
.title.close::after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

/*アコーディオンで現れるエリア*/
.box {
  display: none;
  /*はじめは非表示*/
  background: #fff;
  padding: 3%;
  border-top: solid 1px #ccc;
  color: #000;
  text-align: left;
  line-height: 1.8;
  font-size: 12px;
}

@media screen and (min-width: 900px) {
  .box {
    font-size: 20px;
  }
}
/*# sourceMappingURL=style.css.map */