@charset "utf-8";
body{
  color: #2f2f35;
  font-size: 20px;
  line-height: 1.6;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.sp{
  display: none;
}
.pc{
  display: block;
}
a:hover{
  opacity: 0.5;
}
h1{
  letter-spacing: 0.5em;
  font-size: 50px;
  fnot-weight: bold;
  padding: 0 0 3em;
  text-align: center;
}
header{
  width: 100%;
  background-image: url("../img/main.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; 
  aspect-ratio: 9 / 5;
  position: relative;
}
.ti-widget[data-wkey="feed-instagram"][data-style=custom-style][data-widget-type=social] .ti-header{
  display: none!important;
}
.ti-widget[data-wkey="feed-instagram"][data-style=custom-style][data-widget-type=social]{
  max-width: 1080px;
  margin: 0 auto 20px;
}
#privacy header{
  background-image: url("../img/main01.svg");
  aspect-ratio: 1440 / 620;
}
#company header{
  background-image: url("../img/main02.svg");
  aspect-ratio: 1440 / 620;
}
#contact_form header{
  background-image: url("../img/main03.svg");
  aspect-ratio: 1440 / 620;
}
#consultation_form header{
  background-image: url("../img/main03.svg");
  aspect-ratio: 1440 / 620;
}
#event_form header{
  background-image: url("../img/main03.svg");
  aspect-ratio: 1440 / 620;
}
header nav ul li a{
  color: #FFFFFF;
}
#top_page header nav ul li a{
 color: #2f2f35;
}
header nav{
  padding: 40px 0 0 40px;
}
header nav ul{
  display: flex;
  align-items: flex-end;
}
header nav ul li{
  width: 200px;
  text-align: center;
  vertical-align: bottom;
  padding-bottom: 10px;
}
header nav ul li:first-child{
  width: 100px;
  padding-bottom: 0;
}

header nav ul li:nth-child(6) a{
  color: #e75a24;
}
header .contact1{
  display: none;
  max-width: 536px;
  position: absolute;
  top: 40%;
  left: 40px;
  width: calc(100vw * 0.3722);
}
#top_page header .contact1 {
  display: block;
}
header .contact1 img{
  width: 100%;
}
header .contact2{
  display: none;
  max-width: 223px;
  position: absolute;
  bottom: 50px;
  right: 0px;
  width: calc(100vw * 0.15486);
}
#top_page header .contact2 {
  display: block;
}
header .contact2 img{
  width: 100%;
}
h1{
  color: #FFFFFF;
  margin-top: -6em;
  position: relative;
  margin-bottom: 2em;
}
#top_page h1{
  color: #2f2f35;
  margin-top: 0;
}


/*---------------------------------------------------------------------*/
/* トップページ */
/*---------------------------------------------------------------------*/
#a01_title{
  background-color: #f1f0ee;
}
#a01_title .log{
  max-width: 1260px;
  margin: 0px auto;
  padding-top: 70px;
  font-size: 30px;
  line-height: 1.6;
}
#a01_title .log span{
  color: #e75a24;
  font-weight: bold;
}
#a01_title img{
  width: 100%;
  vertical-align: bottom;
}

#a02_invitation{
  margin-bottom: calc(100vw * 0.0694);
}
#a02_invitation h2{
  text-align: center;
  font-size: calc(100vw * 0.0326);
  font-weight: 900;
  padding-bottom: calc(100vw * 0.04);
}
#a02_invitation p{
  font-size: 30px;
  text-align: center;
  padding-bottom: calc(100vw * 0.04);
}
#a02_invitation div.clear{
  clear: both;
  overflow: hidden;
  max-width: 1000px;
  margin: 0 auto;
}
#a02_invitation ul{
  width: 50%;
  display: block;
  margin: 0 auto 30px;
  float: left;
}
#a02_invitation ul li{
  width: 100%;
  font-size: 30px;
  text-align: center;
  margin-bottom: 30px;
}
#a02_invitation ul li p{
  color: #FFFFFF;
  font-size: 28px;
  width: 158px;
  height: 45px;
  text-align: center;
  background-image: url("../img/mark01.webp");
  background-repeat: no-repeat;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 15px;
}
#a02_invitation ul li small{
  font-size: 22px;
  line-height: 1.3;
}
#a02_invitation ul li.map {
  text-align:center;
}
#a02_invitation ul li.map img{
  width: 60%;
}

#a03_QA {
  margin-bottom: 100px;
}
#a03_QA h2{
  font-size: calc(100vw * 0.028);
  letter-spacing: 1em;
  text-align: center;
  background-color: #fef1b4;
  padding: 2em;
  margin-bottom: calc(100vw * 0.0694);
}
#a03_QA ul{
  font-size: 30px;
  max-width: 1200px;
  width: 1200px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin: 0 auto 30px;
}
#a03_QA ul dt{
  color: #7e7162;
  margin-bottom: 15px;
  letter-spacing: -3px;
}
#a03_QA ul dt span{
  color: #FFFFFF;
  display: inline-block;
  padding: 3px 5px 3px 10px;
  border-radius: 0 999px 999px 0;
  background-color: #beb8b0;
  letter-spacing: 0.5em;
  margin-right: 10px;
}
#a03_QA ul dd{
  color: #e75a24;
  margin-bottom: 30px;
}
#a03_QA ul dd span{
  color: #FFFFFF;
  display: inline-block;
  padding: 3px 5px 3px 10px;
  border-radius: 0 999px 999px 0;
  background-color: #e75a24;
  letter-spacing: 0.5em;
  margin-right: 10px;
}
#a03_QA ul dd div.btn{
  float: right;
  cursor:pointer
}
#a03_QA ul dd p{
  margin-top: 10px;
  font-size: 28px;
  color: #2f2f35;
  padding-left: 3em;
  display: none;
}
#a03_QA ul li a{
  display: inline-block;
  padding-left: 2em;
  width: 80%;
}
#a03_QA ul li img {
  width: 100%;
}
#a04_how{
  background-color: #f1f0ee;
  padding-bottom: calc(100vw * 0.0694);
}
#a04_how h2{
  margin-bottom: calc(100vw * 0.0694);
}

#a04_how h2 img{
  width: 100%;
  transform: translateY(-100px);
}
#a04_how ul{
  font-size: 30px;
  max-width: 1250px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin: 0 auto 30px;
}
#a04_how ul li{
  max-width: 567px;
}
#a04_how ul dt{
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #e75a24;
  margin: 10px auto;
}
#a04_how ul dt div.btn{
  float: right;
  cursor:pointer
}
#a04_how ul dd{
  display: none;
}
#a05_message{
  padding-top: calc(100vw * 0.0694);
  margin-bottom: 6em;
}
#a05_message .profile{
  text-align: center;
  padding-bottom: calc(100vw * 0.04);
}
#a05_message h2{
  text-align: center;
  margin-bottom: calc(100vw * 0.04);
}
#a05_message .log{
  max-width: 1024px;
  margin: 0 auto;
  font-family: "Zen Old Mincho", serif;
  font-size: 30px;
  line-height: 1.6;
  letter-spacing: -1px;
}
#a05_message .log h3{
  font-size: calc(100vw * 0.0238);
  margin-bottom: calc(100vw * 0.04);
  letter-spacing: -3px;
}
#a05_message .log span{
  color: #23598e;
  font-weight: bold;
}
#a05_message .log span.orenge{
  color: #e75a24;
}
#a05_message .log .log-inner {
  max-height: 200px;
  overflow: hidden;
  position: relative;
  transition: max-height .3s ease;
}
#a05_message .log .log-inner::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: linear-gradient(transparent, #fff);
}
#a05_message .log.open .log-inner {
  max-height: 2000px;
}
#a05_message .log.open .log-inner::after {
  display: none;
}
#a05_message .log .more-btn{
  padding: 10px 30px;
  margin: 30px auto;
  max-width: 300px;
  border: 1px solid #CCCCCC;
  border-radius: 999px;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
}
#a06_series{
  display: none;
}
#a06_series h2 {
  text-align: center;
  font-size: calc(100vw * 0.0236);
  font-weight: bold;
  line-height: 1.6;
  padding-top: calc(100vw * 0.1);
  background: url(../img/img03.svg) no-repeat center / 100% auto;
  aspect-ratio: 1440 / 247;
}
#a06_series ul{
  display: flex;
  gap: 32px;
  max-width: 1390px;
  margin: 0 auto;
  margin-bottom: calc(100vw * 0.069);
}
#a06_series ul li{
  width: 50%;
}
#a06_series ul li img{
  width: 100%;
}
#a07_instagram{
  text-align: center;
  margin-bottom: calc(100vw * 0.15);
}
#a07_instagram h2{
  margin-bottom: 30px;
}
#a07_instagram .log{
  margin-bottom: 30px;
}
#a07_instagram ul{
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
  max-width: 1250px;
  margin: 0 auto;
}
#a07_instagram ul li{
  aspect-ratio: 1 / 1;
  background-color: #cccccc;
}
footer .menu{
  background-color: #f1f0ee;
  padding: calc(100vw * 0.04166);
}
footer .menu ul{
  max-width: 860px;
  display: flex;
  gap: 10px;
  margin: 0 auto;
  width: fit-content;
}
footer .menu ul li{
  padding: 0 5px;
}
footer .menu ul li a{
  color: #2f2f35;
}
footer .address{
  color: #FFFFFF;
  background-color: #595858;
  padding: calc(100vw * 0.04166);
}
footer .address ul{
  max-width: 1050px;
  margin: 0 auto;
  display: flex;
}
footer .address ul li:first-child{
  margin-right: 10px;
}
footer .address ul li:nth-child(2){
  position: relative;
  margin-right: 10px;
}
footer .address ul li h3{
  font-size: 26px;
}
footer .address ul li p.s18{
  font-size: 18px;
}
footer .address ul li p.s12{
  font-size: 13px;
}
footer .address ul li .banner{
  float: right;
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
  width: 180px;
}
footer .address ul li dl{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
}
footer .address ul li dt{
  grid-column: 1 / -1;
  text-align: center;
  border: 2px solid #FFFFFF;
  font-size: 14px;
}
footer .address ul li dd{
  width: 50%;
  min-width: 170px;
}
footer .copy{
  text-align: center;
  padding: 20px;
  font-size: 14px;
}

/*---------------------------------------------------------------------*/
/* 会社概要 */
/*---------------------------------------------------------------------*/
#company{
  background-color: #F2F0EE;
}
#company .wrap_area{
  max-width: 800px;
  margin: 0 auto 3em;
  padding: 20px;
}
#company h2{
  color: #8C7B6C;
  padding-left: 15px;
  border-left: 2px solid #8C7B6C;
  margin-bottom: 10px;
}
#company section table{
  width: 94%;
  margin: 0 auto 3em;
}
#company section table th{
 text-align: left;
  border-right: 2px solid #8C7B6C;
  padding: 5px 10px;
  width: 20%;
  vertical-align: top;
}
#company section table td{
  padding: 5px 10px;
  vertical-align: top;
}
#company section div{
  width: 94%;
  margin: 0 auto 3em;
}
#company section div p{
  color: #8C7B6C;
}
#company section div img {
  height: 52px;
  margin-top: 10px;
}
#company section div small{
  font-size: 18px;
}
#company #access_map div{
  width: 100%;
}
#company #access_map div iframe{
  width: 100%;
  height: 500px;
}


/*---------------------------------------------------------------------*/
/* プライバシーポリシー */
/*---------------------------------------------------------------------*/
#privacy{
  background-color: #F2F0EE;
}
#privacy .wrap_area{
  max-width: 800px;
  margin: 0 auto 3em;
  padding: 20px;
}
#privacy h2{
  color: #8C7B6C;
  padding-left: 15px;
  border-left: 2px solid #8C7B6C;
  margin-bottom: 10px;
}
#privacy section div{
  width: 94%;
  margin: 0 auto 3em;
}
#privacy section div ul{
  list-style: none;
}
#privacy section div ul li{
  margin-top: 10px;
  padding-left: 1em;
  text-indent: -1em;
}
#privacy section div ul li::before{
  content: "●";
  color: #B7ADA4;
  margin-right: 5px;
}
#privacy section div.contact_area p{
  font-weight: bold;
}



.wpcf7-response-output{
  border: 2px solid #5778c0 !important;
}

/*---------------------------------------------------------------------*/
/* スマホ */
/*---------------------------------------------------------------------*/
@media screen and (max-width: 756px) {
  .sp {
    display: block;
  }

  .pc {
    display: none;
  }

  body {
    padding-bottom: calc(100vw * (130 / 750));
  }

  h1 {
    margin-top: -5em;
    letter-spacing: 0;
    font-size: 24px;
    padding: 2em 0 1em;
    margin-bottom: 0em;
  }

  #top_page h1 {
    margin: 0 auto;
  }

  .hamburger {
    width: 40px;
    height: 30px;
    position: fixed;
    top: 30px;
    right: 10px;
    z-index: 1100;
    background: none;
    border: none;
  }

  .hamburger span {
    display: block;
    height: 3px;
    background: #FFF;
    margin: 6px 0;
    transition: .3s;
  }

  #top_page .hamburger span {
    background-color: #2f2f35;
  }

  .hamburger.active span {
    background-color: #2f2f35;
  }

  .hamburger.open span {
    background-color: #2f2f35;
  }

  .hamburger.open span:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
  }

  .hamburger.open span:nth-child(2) {
    opacity: 0;
  }

  .hamburger.open span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
  }

  nav.sp {
    position: fixed;
    inset: 0;
    background: rgba(255, 255, 255, 0.95);
    transform: translateX(100%);
    transition: .3s;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
  }

  nav.sp.open {
    transform: translateX(0);
  }

  nav.sp ul {
    list-style: none;
    padding: 0;
    text-align: center;
    display: block;
    width: 90%;
    width: 100%;
    height: 100%;
  }

  nav.sp li {
    margin: 15px 0;
    display: block;
    border-bottom: 1px solid #CCCCCC;
    text-align: center;
    width: 100% !important;
  }

  nav.sp li:first-child {
    text-align: center;
  }

  nav.sp li img {
    width: 30%;
  }

  nav.sp a {
    font-size: 18px;
    color: #333;
    text-decoration: none;
  }

  #bottom_btn {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    margin-bottom: 0 !important;
  }

  #bottom_btn img {
    width: 100%;
    display: block;
  }

  header {
    width: 100%;
    background-image: url("../img/main_sp.svg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    aspect-ratio: 100 / 80;
    position: relative;
  }

  #a02_invitation .map_area{
    width: 80%;
  }

  #privacy header {
    background-image: url("../img/main01_sp.svg");
    aspect-ratio: 750 / 397;
  }

  #company header {
    background-image: url("../img/main02_sp.svg");
    aspect-ratio: 750 / 397;
  }

  #contact_form header {
    background-image: url("../img/main03_sp.svg");
    aspect-ratio: 750 / 397;
  }

  #consultation_form header {
    background-image: url("../img/main03_sp.svg");
    aspect-ratio: 750 / 397;
  }

  #event_form header {
    background-image: url("../img/main03_sp.svg");
    aspect-ratio: 750 / 397;
  }

  header nav {
    padding: 20px 0 0 20px;
  }

  header nav ul li {
    display: none;
  }

  header nav ul li:first-child {
    display: block;
    text-align: left;
  }

  header nav ul li img {
    width: 60%;
  }

  header .contact1 {
    display: none;
    position: absolute;
    bottom: -40px;
    width: 80%;
    left: 10%;
    align-items: flex-end;
  }

  #top_page header .contact1 {
    display: flex;
  }

  header .contact1 img {
    width: 100%;
  }

  header .contact2 {
    display: none;
  }

  #top_page header .contact2 {
    display: none;
  }

  #a01_title {
    background-color: #f1f0ee;
  }

  #a01_title .log {
    margin: 0 0 auto;
    padding: 60px 20px 0px;
    font-size: 18px;
    line-height: 1.6;
  }

  #a02_invitation {
    margin-bottom: calc(100vw * 0.0694);
  }

  #a02_invitation h2 {
    font-size: 22px;
  }

  #a02_invitation p {
    font-size: 16px;
    text-align: center;
    padding-bottom: calc(100vw * 0.04);
    padding: 0 20px 20px;
  }

  #a02_invitation ul {
    display: block;
    margin: 0 auto;
    width: 100%;
  }

  #a02_invitation ul li {
    width: 100%;
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: -1px;
  }

  #a02_invitation ul li p {
    color: #FFFFFF;
    font-size: 20px;
    width: 120px;
    height: 40px;
    text-align: center;
    background-image: url("../img/mark01.webp");
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto;
    padding: 20px 0 0;
  }

  #a02_invitation ul li small {
    font-size: 16px;
  }
  #a02_invitation ul li.map {
    text-align: center;
  }
  #a02_invitation ul li.map img{
    width: 70%;
  }
  #a03_QA h2 {
    font-size: 24px;
    letter-spacing: 5px;
    padding: 1em 0;
  }

  #a03_QA ul {
    width: 100%;
    display: block;
  }

  #a03_QA ul li {
    width: 100%;
  }

  #a03_QA ul li img {
    width: 80%;
    margin: 0 auto;
    display: block;
  }

  #a03_QA ul li a {
    width: 100%;
    padding-left: 0;
  }

  #a03_QA ul dt {
    font-size: 18px;
    letter-spacing: -1px;
  }

  #a03_QA ul dt span {
    color: #FFFFFF;
    display: inline-block;
    padding: 3px 5px 3px 5px;
    border-radius: 0 999px 999px 0;
    background-color: #beb8b0;
    letter-spacing: 0.5em;
    margin-right: 10px;
  }

  #a03_QA ul dd {
    font-size: 18px;
    letter-spacing: -1px;
    color: #e75a24;
    margin-bottom: 30px;
  }

  #a03_QA ul dd span {
    color: #FFFFFF;
    display: inline-block;
    padding: 3px 5px 3px 5px;
    border-radius: 0 999px 999px 0;
    background-color: #e75a24;
    letter-spacing: 0.5em;
    margin-right: 10px;
  }

  #a03_QA ul dd .btn img {
    width: 60%;
  }

  #a03_QA ul dd p {
    font-size: 18px;
    letter-spacing: -1px;
    color: #2f2f35;
    padding: 5px;
    margin-bottom: 20px;
  }

  #a04_how h2 img {
    transform: translateY(-50px);
  }

  #a04_how ul {
    width: 90%;
    display: block;
  }

  #a04_how ul li {
    width: 100%;
  }

  #a04_how ul li img {
    width: 100%;
  }

  #a04_how ul dt {
    font-size: 22px;
    font-weight: bold;
    margin: 0 auto 10px;
  }

  #a04_how ul dt div.btn {
    text-align: right;
  }

  #a04_how ul dt div.btn img {
    width: 80%;
  }

  #a04_how ul dd {
    font-size: 20px;
    display: none;
    margin-bottom: 30px;
  }

  #a05_message {
    width: 94%;
    margin: 50px auto 4em;
  }

  #a05_message h2 {
    text-align: center;
    margin-bottom: 30px;
  }

  #a05_message h2 img {
    width: 60%;
  }

  #a05_message .profile {
    margin-bottom: 40px;
  }

  #a05_message .profile img {
    width: 60%;
  }

  #a05_message .profile p {
    font-size: 14px;
  }

  #a05_message .log {
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: -1px;
  }

  #a05_message .log h3 {
    font-size: 22px;
    letter-spacing: -1px;
  }

  #a05_message .log .log-inner {
    max-height: 200px;
  }

  #a05_message .log .more-btn {
    padding: 5px 20px;
    margin: 15dpx auto;
    max-width: 150px;
  }

  #a06_series h2 {
    z-index: 2;
    position: relative;
  }

  #a06_series ul {
    z-index: 1;
    margin-top: -40px;
    position: relative;
    display: block;
  }

  #a06_series ul li {
    width: 100%;
  }

  #a06_series ul li img {
    width: 100%;
  }

  #a06_series ul li:first-child {
    margin-bottom: 30px;
  }

  #a07_instagram {
    width: 94%;
    margin: 0 auto 40px;
  }

  #a07_instagram h2 {
    text-align: center;
    margin-bottom: 20px;
  }

  #a07_instagram h2 img {
    width: 50%;
  }

  #a07_instagram .log {
    font-size: 14px;
    margin-bottom: 20px;
  }

  #a07_instagram ul {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }

  /*---------------------------------------------------------------------*/
  /* 会社概要 */
  /*---------------------------------------------------------------------*/
  #company {
    background-color: #F2F0EE;
  }

  #company .wrap_area {
    max-width: 800px;
    margin: 3em auto 3em;
    padding: 20px;
    border-radius: 0px;
  }

  #company h2 {
    color: #8C7B6C;
    padding-left: 15px;
    border-left: 2px solid #8C7B6C;
    margin-bottom: 10px;
  }

  #company section table {
    width: 98%;
    margin: 0 auto 3em;
  }

  #company section table th {
    text-align: left;
    border-right: 2px solid #8C7B6C;
    padding: 5px 10px;
    width: auto;
    white-space: nowrap;
    vertical-align: top;
  }

  #company section table td {
    padding: 5px 10px;
    vertical-align: top;
  }

  #company section div {
    width: 96%;
    margin: 0 auto 3em;
  }

  #company section div small {
    font-size: 16px;
  }

  #company section div p {
    color: #8C7B6C;
  }

  #company #access_map div {
    width: 100%;
  }

  #company #access_map div iframe {
    width: 100%;
    height: 500px;
  }

  /*---------------------------------------------------------------------*/
  /* プライバシーポリシー */
  /*---------------------------------------------------------------------*/
  #privacy {
    background-color: #F2F0EE;
  }

  #privacy .wrap_area {
    max-width: 800px;
    margin: 3em auto 3em;
    padding: 20px;
  }

  .ti-widget[data-wkey="feed-instagram"] .ti-layout-container .ti-widget-layout, .ti-lightbox .ti-layout-container .ti-widget-layout{
    display:block!important;
  }
  .ti-widget[data-wkey="feed-instagram"][data-col="2"] .ti-layout-item {
    width: 33.333%!important;
    float: left!important;
  }

  .ti-widget[data-wkey="feed-instagram"][data-col="1"] .ti-layout-item {
    width: 33.333%!important;
    float: left!important;
  }

  footer .address ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  footer .address li:nth-child(1) { order: 1; }
  footer .address li:nth-child(3) { order: 2; }
  footer .address li:nth-child(2) { 
    order: 3; 
    grid-column: 1 / -1;
  }
  footer .address ul li dd{
    width: 50%;
    min-width: 120px;
  }
  footer .address ul li h3{
    font-size: 20px;
  }
  footer .copy{
    text-align: center;
    padding: 10px;
    font-size: 12px;
  }
  footer .menu ul{
    display: grid;
    gap: 5px;
    grid-template-columns: repeat(2, 1fr);
    margin: 0 auto;
    width: 100%;
    font-size: 14px;
    white-space: nowrap;
  }
  footer .address ul li .banner{
    width: 126px;
  }
}


