@charset "UTF-8";
/***  media ***/
/***  color ***/
/*** font ***/
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v54/-F6jfjtqLzI2JPCgQBnw7HFyzSD-AsregP8VFBEj75s.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosansjp/v54/-F6jfjtqLzI2JPCgQBnw7HFyzSD-AsregP8VFPYk75s.ttf) format('truetype');
}
/*------------------------------------------------------------------------------
    CSS reset
------------------------------------------------------------------------------*/
html {
  color: #333;
  font-size: 62.5%;
  /* 10px */
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
body {
  margin: 0;
  color: #333;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
}
p {
  margin: 0 0 1em;
  padding: 0;
}
p:last-child {
  margin-bottom: 0;
}
a {
  color: #333;
  text-decoration: none;
}
a:link,
a:visited {
  color: #333;
  text-decoration: none;
}
input,
textarea,
select {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  -webkit-appearance: none;
  border-radius: 0;
  outline: none;
}
table {
  border-collapse: collapse;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1.8rem;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
.outerBlock {
  overflow: hidden;
}
.innerBlock {
  margin: 0 auto;
  position: relative;
}
#wrapper {
  position: relative;
  padding: 0;
}
.pc {
  display: block !important;
}
.pcIb {
  display: inline-block !important;
}
.sp {
  display: none !important;
}
.spIb {
  display: none !important;
}
/*------------------------------------------------------------------------------
    CSS reset
------------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  body {
    position: relative;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    font-size: 2.4rem / 2;
  }
  .outerBlock {
    min-width: 375px;
  }
  .innerBlock {
    width: auto;
  }
  #wrapper {
    min-width: 375px;
    position: relative;
    overflow: hidden;
  }
  img {
    width: 100%;
    max-width: 100%;
  }
  input[type="submit"] {
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  input,
  select,
  textarea {
    font-size: 1.6rem !important;
  }
  .pc {
    display: none !important;
  }
  .pcIb {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .spIb {
    display: inline-block !important;
  }
}
/*------------------------------------------------------------------------------
    reset
------------------------------------------------------------------------------*/
body,
p {
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  body,
  p {
    font-size: 1.4rem;
  }
}
body {
  background-color: #fcf5f5;
}
a {
  transition: 0.3s ease-in-out;
}
a:hover {
  opacity: 0.6;
}
/*------------------------------------------------------------------------------
    common
------------------------------------------------------------------------------*/
h1 {
  margin: 0 auto;
  line-height: 1;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  h1 {
    width: 34%;
  }
}
h2 {
  line-height: 1;
}
h3,
h4 {
  font-weight: bold;
  line-height: 1.2;
}
.pcInner {
  max-width: 750px;
  width: 750px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .pcInner {
    max-width: 100%;
    width: 100%;
  }
}
/*------------------------------------------------------------------------------
    header
------------------------------------------------------------------------------*/
header {
  width: 750px;
  height: 80px;
  position: fixed;
  z-index: 100;
  padding: 10px 0;
  background-color: #f6ede5;
}
@media screen and (max-width: 768px) {
  header {
    width: 100%;
    height: 60px;
  }
}
/*------------------------------------------------------------------------------
    footer
------------------------------------------------------------------------------*/
footer {
  background: #333;
  padding: 20px 0 200px;
}
footer .copy {
  text-align: center;
  font-size: 1rem;
  color: #fff;
}
footer #pagetop {
  position: fixed;
  bottom: 30px;
  right: 30px;
}
footer #footerBnr {
  position: fixed;
  bottom: 0;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 5% 0 30%;
  }
  footer #pagetop {
    width: 50px;
    height: 50px;
    bottom: 15%;
    right: 0;
  }
}
/*------------------------------------------------------------------------------
    parts
------------------------------------------------------------------------------*/
#main img {
  width: 100%;
  height: auto;
}
#main .mv {
  position: relative;
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  #main .mv {
    padding-top: 60px;
  }
}
#main .mv .slider {
  width: 750px;
  position: absolute;
  bottom: 40px;
}
#main .mv .slider .slide {
  margin: 0 10px;
}
#main .mv .slider .slide img {
  width: auto;
}
@media screen and (max-width: 768px) {
  #main .mv .slider {
    width: 100%;
    bottom: 3%;
  }
  #main .mv .slider .slide {
    margin: 0 4px;
  }
}
#main .cvBtn {
  text-align: center;
  padding: 0 0 80px;
  background-color: #fff;
}
#main .cvBtn img {
  width: auto;
}
#main .cvBtn .note {
  margin: 20px 5% 0;
}
@media screen and (max-width: 768px) {
  #main .cvBtn {
    padding: 0 5% 12%;
  }
  #main .cvBtn .note {
    font-size: 1rem;
  }
}
#main .sec05 {
  background-color: #f6ede5;
  padding: 70px 5%;
}
@media screen and (max-width: 768px) {
  #main .sec05 {
    padding: 70px 5% 30px;
  }
}
#main .sec05 img {
  width: auto;
}
#main .sec05 h2 {
  text-align: center;
  margin-bottom: 70px;
}
#main .sec05 .plan01 {
  text-align: center;
}
#main .sec05 .accordion_one {
  max-width: 700px;
  margin: 40px auto;
}
#main .sec05 .accordion_one .accordion_header {
  width: 500px;
  border-radius: 10px;
  margin: 0 auto;
  background-color: #fff;
  color: #bea184;
  font-size: 2.6rem;
  padding: 10px 11%;
  text-align: center;
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition-duration: 0.2s;
}
@media screen and (max-width: 768px) {
  #main .sec05 .accordion_one .accordion_header {
    width: 80%;
    font-size: 1.6rem;
  }
}
#main .sec05 .accordion_one .accordion_header .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 5%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}
#main .sec05 .accordion_one .accordion_header .i_box .one_i {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}
#main .sec05 .accordion_one .accordion_header .i_box .one_i:before,
#main .sec05 .accordion_one .accordion_header .i_box .one_i:after {
  display: flex;
  content: '';
  background-color: #bea184;
  border-radius: 10px;
  width: 21px;
  height: 1px;
  position: absolute;
  top: 10px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}
#main .sec05 .accordion_one .accordion_header .i_box .one_i:before {
  width: 1px;
  height: 21px;
  top: 0;
  left: 10px;
}
#main .sec05 .accordion_one .accordion_header.open .i_box {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
#main .sec05 .accordion_one .accordion_header.open .i_box .one_i:before {
  content: none;
}
#main .sec05 .accordion_one .accordion_header.open .i_box .one_i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#main .sec05 .accordion_one .accordion_inner {
  display: none;
  padding: 30px 0;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #main .sec05 .accordion_one .accordion_inner {
    padding: 20px 0;
  }
}
#main .sec05 .accordion_one .accordion_inner .box_one p.txt_a_ac {
  margin: 0;
  text-align: left;
  font-size: 2.6rem;
}
#main .sec05 .accordion_one .accordion_inner .box_one p.txt_a_ac .red {
  color: #cd7d6e;
}
@media screen and (max-width: 768px) {
  #main .sec05 .accordion_one .accordion_inner .box_one p.txt_a_ac {
    font-size: 1.6rem;
  }
}
#main .sec06 {
  background-color: #fff;
  padding: 70px 5% 80px;
}
#main .sec06 img {
  width: auto;
}
#main .sec06 p {
  margin-top: 30px;
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  #main .sec06 {
    padding: 70px 5% 40px;
  }
  #main .sec06 p {
    font-size: 1.6rem;
  }
}
#main .sec07 {
  background: url(../images/sec07.png?0702) no-repeat right 50px;
  background-color: #f6ede5;
  padding: 390px 5% 70px;
}
#main .sec07 .txt {
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  #main .sec07 {
    background: url(../images/sec07.png?0702) no-repeat right 50px / 94%;
    padding-top: 60%;
  }
  #main .sec07 .txt {
    font-size: 1.6rem;
  }
}
#main .sec07 .history {
  background-color: #fff;
  border: solid 2px #bea184;
  padding: 50px;
  margin-top: 50px;
  font-size: 2.4rem;
}
#main .sec07 .history h3 {
  font-size: 3.2rem;
}
#main .sec07 .history dl {
  display: flex;
  flex-wrap: wrap;
}
#main .sec07 .history dl dt {
  width: 20%;
}
#main .sec07 .history dl dd {
  margin-inline-start: 0;
  width: 80%;
}
#main .sec07 .history .note {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #main .sec07 .history {
    padding: 8%;
    font-size: 1.2rem;
  }
  #main .sec07 .history h3 {
    font-size: 1.6rem;
  }
  #main .sec07 .history .note {
    font-size: 1rem;
  }
}
#main .sec09 {
  background-color: #f6ede5;
  padding: 70px 5%;
}
#main .sec09 img {
  width: auto;
}
#main .sec09 h2 {
  text-align: center;
  margin-bottom: 40px;
}
#main .sec09 .photo {
  margin-bottom: 40px;
}
#main .sec09 .info {
  border-bottom: solid 2px #333;
  padding: 0 0 10px;
  margin-bottom: 20px;
  font-size: 2.6rem;
  line-height: 2em;
}
#main .sec09 .map iframe {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #main .sec09 .info {
    font-size: 1.6rem;
  }
}
