@charset "utf-8";
/* CSS Document */
*{
  box-sizing: border-box;
  line-height: normal;
  text-decoration: none;
  list-style: none;
}
#wrap{
}
.header {
  background: rgba(63,58,56,0.8);
  position: fixed;
  width: 100%;
  padding: 20px 30px;
  z-index: 100;
}
.header-inner{
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
.header-icon h1 a{
  width: 300px;
  height: auto;
  display: block;
}
.header-icon h1 a img{
  width: auto;
}
/* Nav items */
.menu {
  list-style: none;
  position: absolute;
  width: 100%;
  height: auto;
  top: 1px;
  right: 0;
  margin-top: 90px;
  padding: 0 0 10px 0;
  clear: both;
  background: rgba(63,58,56,0.8);
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  transform: scale(1, 0);
  transform-origin: top;
}
/* Hamburger menu button */
.menu-btn:checked ~ .menu {
  transform: scale(1, 1);
  transform-origin: top;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}
/* Hamburger menbu text */
.menu a {
  text-decoration: none;
  letter-spacing: 2px;
  font-size: 16px;
  text-transform: capitalize;
  color: #ece4d8;
  opacity: 0;
  transition: 0.5s;
  font-family: 'Shippori Mincho B1', serif;
  font-weight: 600;
}
.menu li {
  max-width: 1200px;
  padding: 15px 0;
  margin: 0 auto;
  opacity: 0;
  transition: 0.5s;
  text-align: right;
}
.menu-btn:checked ~ .menu a,
.menu-btn:checked ~ .menu li {
  opacity: 1;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.2s;
}
.menu-btn {
  display: none;
}
.menu-icon {
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding: 24px 5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  float: right;
}
.navicon {
  background: #fff;
  display: block;
  height: 3px;
  width: 26px;
  position: relative;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}
.navicon:before,
.navicon:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  background: #fff;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}
.navicon:before {
  top: 9px;
}
.navicon:after {
  bottom: 9px;
}
/* Hamburger Menu Animation Start */
.menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}
.menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}
.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before {
  top: 0;
}
.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  bottom: 0;
}
.menu-btn:checked ~ .menu-icon .navicon {
  background: rgba(0, 0, 0, 0);
  transition: 0.2192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}
/* Navbar Text */
.navtext {
  position: absolute;
  text-transform: uppercase;
  color: #ece4d8;
  letter-spacing: 4px;
  font-size: 20px;
}
.top-area{
  background-image: url("../img/pre-background.jpg");
  background-size: cover;
}
.top-icon{
  display: flex;
  align-items: center;
  padding-top: 150px;
}
.top-icon div{
  width: 360px;
  margin: 0 auto;
}
.top-icon div img{
  width: 100%;
}
.slider{
  margin-top: 100px;
  border-top: 8px solid #534741;
  border-bottom: 8px solid #534741;
}
.slider div img{
  width: 260px;
}
h2,h3{
  font-family: 'Yuji Syuku', serif;
  font-weight: 400;
  font-size: 27px;
  text-align: center;
  color: #534741;
  position: relative;
  margin-bottom: 60px;
}
h2::after,h3::after {
  content: '';
  width: 50px;
  height: 3px;
  display: inline-block;
  background-color: #534741;
  position: absolute;
  bottom: -30px;
  left: calc(50% - 25px);
}
h4{
  width: fit-content;
  color: #fff;
  font-size: 21px;
  background-color: #534741;
  text-align: center;
  padding: 8px 16px;
  margin: 50px auto 0;
  border-radius: 8px;
  letter-spacing: 0.1em;
  font-family: 'Yuji Syuku', serif;
  font-weight: 400;
}
section{
  padding: 80px 0;
}
section.brown-bg{
  background: #ece4d8;
}
section h4{
  width: fit-content;
  color: #fff;
  font-size: 21px;
  background-color: #534741;
  text-align: center;
  padding: 8px 16px;
  margin: 80px auto 0;
  border-radius: 8px;
  letter-spacing: 0.1em;
  font-family: 'Yuji Syuku', serif;
  font-weight: 400;
}
section p{
  font-family: 'Shippori Mincho B1', serif;
  font-weight: 600;
  color: #534741;
}
p.care-text{
  font-size: 14px;
}
#contents-maker-news{
  margin: 40px auto 0;
  padding-bottom: 40px;
}
#contents-maker-news a{
  color: #c0272d;
  text-decoration: underline;
  transition: 0.3s;
}
#contents-maker-news a:hover{
  color: #0071bb;
}
.calender-wrap{
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: 50px auto 0;
  font-family: 'Shippori Mincho B1', serif;
  font-weight: 600;
}
.calender-wrap h4{
  margin-bottom: 30px;
}
.calender-area{
  width: 48%;
}
.calender-area p{
  margin-top: 15px;
}
.calender-text{
  width: 48%;
}
.calender-text p{
  margin-top: 15px;
}
.calender-text p.care-text{
  margin-top: 0;
}
.calender-text a img{
  width: 100%;
  transition: 0.3s;
}
.calender-text a img:hover{
  opacity: 0.7;
}
.instagram-area{
  width: 100%;
  text-align: center;
}
.instagram-area a{
  display: block;
  max-width: 500px;
  margin: 50px auto 0;
}
.instagram-area a img{
  width: 100%;
}
.instagram-area p{
  margin-top: 15px;
  color: #534741;
}
.topics-wrap{
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 50px;
  font-family: 'Shippori Mincho B1', serif;
}
.topics-wrap p{
  margin-bottom: 15px;
  text-align: justify;
}
.topics-area{
  display: flex;
  justify-content: space-between;
  margin: 30px 0 20px;
}
.topics-area h5{
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}
.topics-wrap a{
  color: #c0272d;
  text-decoration: underline;
  transition: 0.3s;
  font-weight: 600;
}
.topics-wrap a:hover{
  color: #0071bb;
}
.topics-left{
  width: 68%;
}
.topics-right{
  width: 30%;
}
.topics-right img{
  width: 100%;
  border-radius: 10px;
}
.topics-full{
  border-top: 1px dotted #534741;
  padding-top: 15px;
}
.concept{
  width: 100%;
  background-image: url("../img/concept-img.jpg");
  background-size: cover;
}
.concept h2{
  color: #fff;
}
.concept h2::after {
  background-color: #fff;
}
.concept p{
  color: #fff;
}
.concept p span{
  display: inline-block;
}
.cm-box{
  margin-top: 15px;
}
.cm-box dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #534741;
  max-width: 600px;
  margin: 0 auto;
  font-family: 'Shippori Mincho B1', serif;
  font-weight: 600;
}
.cm-box dl dt {
  width: 20%;
  line-height: 1.8;
  border-bottom: 1px dotted #534741;
  padding-bottom: 10px;
  /*background-image: url("../img/list-mark.svg");
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: 0 10px;
  padding-left: 18px;*/
}
.cm-box dl dd {
  width: 80%;
  line-height: 1.8;
  border-bottom: 1px dotted #534741;
  padding-bottom: 10px;
}
.flow-area{
  max-width: 1200px;
  margin: 50px auto 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flow-box{
  width: 48%;
  margin-bottom: 40px;
}
.flow-box p{
  text-align: center;
  margin-top: 15px;
}
.flow-box p span{
  font-size: 18px;
  font-weight: 800;
  line-height: 2;
}
.flow-box-img{
  position: relative;
}
.flow-box-img img{
  width: 100%;
  border-radius: 10px;
}
.flow-img-num{
  position: absolute;
  top:10px;
  left:10px;
  width: 40px;
}
section.brown-bg h5 {
  font-size: 16px;
  font-family: 'Yuji Syuku', serif;
  font-weight: 400;
  padding: 4px 12px;
  margin: 50px auto 0;
  text-align: center;
  width: fit-content;
}
section.brown-bg h5.blue{
  color: #0071bb;
  border: 2px solid #0071bb;
}
section.brown-bg h5.red{
  color: #c0272d;
  border: 2px solid #c0272d;
}
.interview-article p{
  text-align: center;
  margin-top: 50px;
}
.interview-article dl{
  max-width: 800px;
  margin: 20px auto;
  color: #534741;
  text-align: center;
  font-family: 'Shippori Mincho B1', serif;
}
.interview-article dl dt{
  font-size: 14px;
  font-weight: normal;
  width: fit-content;
  margin: 30px auto 10px;
  background: #d7cfc2;
  padding: 5px 8px;
  border-radius: 5px;
}
.interview-article dl dd a{
  color: #c0272d;
  text-decoration: underline;
  transition: 0.3s;
  font-weight: 600;
}
.interview-article dl dd a:hover{
  color: #0071bb;
}
.schedule-area{
  max-width: 800px;
  margin: 20px auto;
  color: #534741;
}
.schedule-area-box{
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
  font-family: 'Shippori Mincho B1', serif;
}
.schedule-left{
  width: 14%;
  display: flex;
  align-items: center;
  font-weight: 800;
  letter-spacing: 0.1em;
}
.schedule-right{
  width: 86%;
  border-left: 4px solid #534741;
  padding: 5px 0 5px 20px;
  font-weight: 600;
  line-height: 2.1;
}
.schedule-right span{
  display: block;
  font-size: 12px;
}
span.tax-text{
  display: inline;
  font-size: 12px;
}
.caution-area{
  max-width: 800px;
  margin: 20px auto;
  color: #534741;
}
.caution-area p{
  text-align: center;
  margin-top: 30px;
  font-size: 18px;
}
.caution-area ul{
  font-family: 'Shippori Mincho B1', serif;
  font-weight: 600;
  margin-top: 20px;
}
.caution-area ul li{
  background-image: url("../img/list-mark.svg");
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: 0 7px;
  padding-left: 18px;
  line-height: 1.8;
}
.caution-area ul li + li{
  margin-top: 15px;
}
.access{
  text-align: center;
}
.access p{
  margin-top: 15px;
}
.map-illust{
  max-width: 800px;
  margin: 60px auto;
}
.map-illust img{
  width: 100%;
}
/*.g-map{
  max-width: 800px;
  margin: 80px auto 0;
  border: 2px solid #534741;
}
.g-map iframe{
  max-width: 800px;
  height: 400px;
}*/
.map-wrap {
  max-width: 1200px;
  height: 420px;
  margin: 0 auto;
  position: relative;
  padding-top: 10px;
  border: 3px solid #534741;
}
.map-wrap .map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.g-map-btn{
  display: block;
  width: 240px;
  margin: 15px auto 0;
  line-height: 2.4;
  background: #dbdbdb;
  color: #534741;
  font-family: 'Shippori Mincho B1', serif;
  font-weight: 600;
  font-size: 14px;
  border-radius: 5px;
  transition: 0.5s;
}
.g-map-btn:hover{
  background: #b5b5b5;
}
.access-img-area{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 50px auto 0;
}
.access-img-box{
  width: 48%;
  margin-bottom: 30px;
}
.access-img-box img{
  width: 100%;
  border-radius: 10px;
}
.mail-area p{
  line-height: 2.1;
}
.mail-area p.small-text{
  font-size: 12px;
  color: #df383d;
}
p.mail-read{
  text-align: center;
}
p.mail-read-ft{
  text-align: center;
}
.mail-area p span{
  color: #df383d;
  border-bottom: 1px solid #df383d;
  font-weight: 800;
}
h4.agree-tit{
  margin: 0 auto;
  background: none;
}
.caution-text{
  width: fit-content;
  margin: 0 auto 20px;
  padding: 5px 10px;
  font-size: 21px;
  text-align: center;
  font-family: 'Shippori Mincho B1', serif;
  color: #df383d;
  border: 1px solid #df383d;
  font-weight: 800;
}
footer{
  background: #BCAE9B;
  padding: 50px 0;
}
.ft-icon{
  width: 200px;
  margin: 0 auto;
}
.ft-icon img{
  width: 100%;
}
a.tel-link {
  background-image: url(../img/tel-icon.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 0 3px;
  padding-left: 25px;
}
footer ul{
  max-width: 600px;
  justify-content: space-between;
  margin: 50px auto 0;
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
footer ul li{
  width: 23%;
  font-family: 'Yuji Syuku', serif;
  color: #534741;
  text-align: center;
}
footer ul li a {
  position: relative;
}
footer ul li a::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #534741;
  bottom: -15px;
  left: 0;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: center top;
  transform-origin: center top;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
footer ul li a:hover::after {
  transform: scale(1, 1);
}
.copyright{
  font-family: 'Kiwi Maru', serif;
  font-weight: 300;
  text-align: center;
  font-size: 12px;
  color: #fff;
  padding: 50px 0;
  background: #3f3a38;
}
.concept p{
  text-align: center;
  line-height: 2.4;
  font-size: 16px;
  letter-spacing: 0.1em;
  font-weight: 600;
}
h2.thanks-tit{
  margin-top: 80px;
}

/*TEST*/
.pre-top{
  width: 100vw;
  height: 90vh;
  display: flex;
  align-items: center;
}
.pre-top-in{
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
}
.pre-top-in img{
  width: 360px;
}
.pre-top-in p{
  font-family: 'Kiwi Maru', serif;
  font-weight: 500;
  margin-top: 60px;
  font-size: 21px;
  color: #534741;
}
/* Loading背景画面設定　*/
#splash {
/*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: #534741;
  text-align:center;
  color:#fff;
}

/* Loading画像中央配置　*/
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Loading アイコンの大きさ設定　*/
#splash_logo img {
  width:260px;
}

/* fadeUpをするアイコンの動き */
.fadeUp{
animation-name: fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity: 0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}
@media screen and (max-width: 1024px) {
  .menu {
    padding: 0 30px 10px;
  }
  .top-icon div {
    width: 300px;
  }
  section {
    padding: 80px 30px;
  }
  .schedule-area {
    padding: 0 15%;
  }
  .schedule-left {
    width: 20%;
  }
  .schedule-right {
    width: 80%;
  }
  .calender-wrap {
    padding: 0 30px;
  }
  .topics-wrap{
    padding: 0 30px 50px;
  }
@media screen and (max-width: 896px) {
  .schedule-area {
    padding: 0 10%;
  }
  h2.thanks-tit span{
    display: inline-block;
  }
  .calender-wrap{
    display: block;
  }
  .calender-area {
    width: 100%;
    padding: 0;
    margin-bottom: 50px;
  }
  .calender-text {
    width: 100%;
  }
  .instagram-area{
    width: 100%;
    padding: 0 10%;
  }
  .topics-area {
    display: block;
  }
  .topics-left{
    width: 100%;
  }
  .topics-right{
    width: 40%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 430px) {
  #splash_logo img {
    width:150px;
  }
  .header-icon h1 a {
    width: 70vw;
  }
  .top-icon div {
    width: 200px;
  }
  h2, h3 {
    font-size: 24px;
  }
  h2::after, h3::after {
    width: 40px;
    left: calc(50% - 20px);
  }
  section h4 {
    font-size: 16px;
  }
  section {
    padding: 80px 20px;
  }
  .slider {
    margin-top: 80px;
  }
  .slider div img {
    width: 180px;
  }
  .cm-box + .cm-box{
    margin-top: 20px;
  }
  .cm-box dl {
    display: block;
    width: 100%;
    padding: 0 30px;
  }
  .cm-box dl dt {
    width: 100%;
    border: none;
    line-height: 1;
  }
  .cm-box dl dd {
    width: 100%;
  }
  #contents-maker-news {
    margin: 40px auto 0;
  }
  .instagram-area p{
    text-align: justify;
  }
  .instagram-area p br{
    display: none;
  }
  .concept p {
    line-height: 2.1;
    font-size: 16px;
  }
  .flow-area {
    display: block;
  }
  .flow-box {
    width: 100%;
  }
  .schedule-area {
    padding: 0;
  }
  .schedule-area-box {
    display: block;
  }
  .schedule-left {
    width: 100%;
    border-bottom: 2px solid #534741;
    padding-bottom: 5px;
  }
  .schedule-right {
    width: 100%;
    border: none;
    padding: 5px 0 5px 1em;
  }
  .topics-area h5 br{
    display: none;
  }
  .topics-right {
    width: 60%;
  }
  .topics-full p span{
    display: none;
  }
  .topics-full p a{
    display: block;
  }
  .topics-full p.care-text a{
    display: inline;
  }
  .caution-area p span {
    display: inline-block;
  }
  .access-img-area {
    display: block;
  }
  .access-img-box {
    width: 100%;
  }
  p.mail-read {
    text-align: left;
  }
  p.mail-read-ft{
    text-align: center;
  }
  footer ul {
    display: block;
  }
  footer ul li {
    width: 100%;
    line-height: 2.4;
  }
  .pre-top-in img {
    width: 50vw;
  }
  .pre-top-in p {
    margin-top: 30px;
    font-size: 16px;
  }
}
/*電話発信制御*/
@media (min-width: 751px) {
  a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  }
}
