@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
/*------------------------------------------------------------
	Reset
------------------------------------------------------------*/
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, dialog, figure, footer, header,
nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  box-sizing: border-box;
}

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

html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
}

body, table,
input, textarea, select, option,
h1, h2, h3, h4, h5, h6 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

table,
input, textarea, select, option {
  line-height: 1.1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: top;
}

a,
a img {
  transition: 0.3s ease-in-out;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover,
a:hover img {
  opacity: 0.80;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

img {
  max-width: 100%;
}

.sp-only {
  display: none;
}

@media only screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}

/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Layout .l-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/* Header
------------------------------------------------------------*/
.l-header.is-sticky {
  padding-bottom: 57px;
}

@media only screen and (max-width: 767px) {
  .l-header {
    padding: 12px 16px 5px !important;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #FAFAFA;
  }
}

.l-header__inner {
  max-width: 1004px;
  margin: 0 auto;
}

@media only screen and (max-width: 1024px) and (min-width: 767px) {
  .l-header__inner {
    padding: 0 16px;
  }
}

.l-header__tag {
  font-size: 1.1rem;
  line-height: 1.45;
  color: #999999;
  text-align: right;
  padding: 6px 0 12px;
}

@media only screen and (max-width: 1024px) and (min-width: 767px) {
  .l-header__tag {
    font-size: 1.05rem;
  }
}

.l-header__head {
  display: flex;
  padding: 0 0 6px 8px;
}

@media only screen and (max-width: 1024px) {
  .l-header__head {
    padding: 0;
  }
}

@media only screen and (max-width: 767px) {
  .l-header__head .logo {
    max-width: 220px;
  }
}

.l-header__contact {
  display: flex;
  margin-left: auto;
  margin-top: 21px;
  width: 53.8%;
}

@media only screen and (max-width: 767px) {
  .l-header__contact {
    display: none;
  }
}

.l-header__contact .tel {
  width: 249px;
  margin-right: 12px;
}

.l-header__contact .btn {
  width: 275px;
}

.l-header__nav {
  background-color: #f7f7f7;
}

.l-header__nav.is-sticky {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}

@media only screen and (max-width: 767px) {
  .l-header__SPmenu {
    position: fixed;
    width: 100%;
    top: 92px;
    left: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 200;
    transform: translateY(-1em);
    background-color: #d9af3d;
    padding: 0 16px 40px;
    overflow-y: scroll;
  }
  .l-header__SPmenu.is-open {
    opacity: 1;
    visibility: visible;
    overflow-y: scroll;
    transform: translateY(0);
    transition: visibility 0s, opacity 0.3s, transform 0.3s;
  }
  .l-header__SPmenu nav {
    padding: 6px 0 0;
  }
  .l-header__SPmenu nav ul li {
    border-bottom: 1px solid #ebd9a4;
  }
  .l-header__SPmenu nav ul li a {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 3.12;
    color: #fff;
    display: block;
    box-sizing: border-box;
    padding: 8px 0px 3px;
    line-height: 2.5;
  }
  .l-header__SPmenu nav ul li a.pad1 {
    padding: 5px 0 6px;
  }
  .l-header__SPmenu nav ul li a.pad2 {
    padding: 3px 0 8px;
  }
  .l-header__SPmenu nav ul li a.pad3 {
    padding: 2px 0 9px;
  }
  .l-header__SPmenu .SPcontact {
    margin: 32px 0 0;
  }
  .l-header__SPmenu .SPcontact li + li {
    margin-top: 10px;
  }
  .l-header__SPmenu .SPsns {
    margin: 16px 0 0;
  }
  .l-header__SPmenu .SPsns li a {
    color: #fff;
    display: block;
    box-sizing: border-box;
    font-weight: 500;
    display: flex;
    align-items: center;
  }
  .l-header__SPmenu .SPsns li a .en {
    font-size: 1.6rem;
    line-height: 1.625;
    font-family: "Roboto", sans-serif;
    margin-left: 6px;
  }
  .l-header__SPmenu .SPsns li a .en small {
    font-size: 100%;
    margin-right: -3px;
  }
  .l-header__SPmenu .SPsns li a .ja {
    font-size: 1.4rem;
    line-height: 1.86;
    margin-left: 8px;
  }
  .l-header__SPmenu .SPsns li + li {
    margin-top: 6px;
    padding-left: 3px;
  }
}

.l-header .c-iconmenu {
  top: 18px;
  right: 16px;
  position: absolute;
}

@media only screen and (max-width: 767px) {
  .c-iconmenu {
    display: block;
    width: 56px;
    height: 56px;
    background-color: #d9af3d;
    border-radius: 50%;
    padding: 20px 17px;
  }
  .c-iconmenu__inner {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .c-iconmenu span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 0;
    transition: all 0.3s ease-in-out;
  }
  .c-iconmenu span:nth-child(1) {
    top: 0;
  }
  .c-iconmenu span:nth-child(2) {
    top: 7px;
  }
  .c-iconmenu span:nth-child(3) {
    top: 14px;
  }
  .c-iconmenu.is-active span:nth-child(1) {
    transform: translate3d(0, 7px, 0) rotate(-45deg);
  }
  .c-iconmenu.is-active span:nth-child(2) {
    opacity: 0;
  }
  .c-iconmenu.is-active span:nth-child(3) {
    transform: translate3d(0, -7px, 0) rotate(45deg);
  }
}

/*------------------------------------------------------------
footer
------------------------------------------------------------*/
.c-footer {
  border-top: 4px solid #BE9DC7;
  background-color: #FAFAFA;
}

.c-footer__info {
  margin: 30px 0 0;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .c-footer__info {
    flex-wrap: wrap;
    justify-content: center;
    margin: 47px 0 0;
  }
}

.c-footer__info .logo {
  margin-right: 23px;
}

@media only screen and (max-width: 767px) {
  .c-footer__info .logo {
    margin-right: 0;
  }
}

.c-footer__info .info {
  width: 275px;
  margin-top: 9px;
}

@media only screen and (max-width: 767px) {
  .c-footer__info .info {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
}

.c-footer__info .info .ttl {
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: 500;
}

.c-footer__info .info .box {
  border: 1px solid #707070;
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 4px;
  padding: 2px 10px;
}

@media only screen and (max-width: 767px) {
  .c-footer__info .info .box {
    margin-top: 9px;
  }
}

.c-footer__info .info .box span {
  font-size: 1.4rem;
  margin-right: 8px;
}

.c-footer .c-tbl2 {
  margin-top: 18px;
}

@media only screen and (max-width: 767px) {
  .c-footer .c-tbl2 {
    margin-top: 22px;
  }
}

.c-footer__cop {
  padding: 34px 0 100px 0;
}

@media only screen and (max-width: 767px) {
  .c-footer__cop {
    padding: 44px 0 100px 0;
  }
}

.c-footer__cop p {
  font-size: 1.1rem;
  line-height: 1.45;
  color: #999;
}

.c-footer__cop p + p {
  margin-top: 2px;
}

@media only screen and (max-width: 767px) {
  .c-footer__cop p + p {
    margin-top: 4px;
  }
}

/*------------------------------------------------------------
sidebar
------------------------------------------------------------*/
/* Breadcrumb
------------------------------------------------------------*/
.breadcrumb {
  padding: 6px 0;
  margin-bottom: 42px;
}

@media only screen and (max-width: 767px) {
  .breadcrumb {
    margin-bottom: 20px;
  }
}

.breadcrumb ol li {
  position: relative;
  display: inline-block;
}

.breadcrumb ol li:nth-child(n+2):before {
  content: '＞';
  font-size: 1.3rem;
  color: #999999;
}

@media only screen and (max-width: 767px) {
  .breadcrumb ol li:nth-child(n+2):before {
    font-size: 1.1rem;
  }
}

.breadcrumb ol a, .breadcrumb ol p {
  display: inline;
  font-size: 1.3rem;
  color: #999999;
}

@media only screen and (max-width: 767px) {
  .breadcrumb ol a, .breadcrumb ol p {
    font-size: 1.1rem;
  }
}

/* layout
------------------------------------------------------------*/
body {
  font-family: "GenShinGothic-P", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 1.6rem;
  line-height: 1.625;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333;
}

body.is-hidden {
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  body {
    min-width: 320px;
  }
}

@media only screen and (max-width: 767px) {
  main {
    padding-top: 92px;
  }
}

.l-container {
  max-width: 1000px;
  margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
  .l-container {
    padding: 0 16px;
  }
}

.l-wrapper {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}

@media only screen and (max-width: 1024px) {
  .l-wrapper {
    padding: 0 16px;
  }
}

@media only screen and (max-width: 767px) {
  .l-wrapper {
    display: block;
  }
}

.l-wrapper__main {
  width: 70%;
}

@media only screen and (max-width: 767px) {
  .l-wrapper__main {
    width: 100%;
  }
}

.l-wrapper__side {
  width: 25.2%;
}

@media only screen and (max-width: 767px) {
  .l-wrapper__side {
    width: 100%;
    margin: 32px 0 0;
  }
}

.l-wrapper__side .c-list3 + .c-list4 {
  margin-top: 8px;
}

.l-wrapper__side .c-fb {
  margin-top: 24px;
  text-align: center;
}

.l-wrapper__side .c-fb img {
  width: 100%;
}

.l-wrapper__side .c-list1 + .c-list3 {
  margin-top: 24px;
}

@media only screen and (max-width: 767px) {
  .l-wrapper__side .c-list1 + .c-list3 {
    margin-top: 12px;
  }
}

.l-wrapper__side .c-list4 + .c-list4 {
  margin-top: 8px;
}

/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Component .c-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*------------------------------------------------------------
btn
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-btn1 {
  width: 100%;
  max-width: 258px;
  height: 56px;
}

@media only screen and (max-width: 767px) {
  .c-btn1 {
    max-width: 100%;
  }
}

.c-btn1 a {
  width: 100%;
  height: 100%;
  display: block;
  box-sizing: border-box;
  border: 1px solid #8A2981;
  font-weight: 500;
  color: #8A2981;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 1024px) and (min-width: 767px) {
  .c-btn1 a {
    font-size: calc((100vw / 1024) * 16);
  }
}

.c-btn1 a svg {
  margin-right: 4px;
}

.c-btn1 a span {
  display: inline-block;
}

.c-btn1 a span.en {
  font-size: 2.4rem;
  font-family: 'Roboto', sans-serif;
}

@media only screen and (max-width: 1024px) and (min-width: 767px) {
  .c-btn1 a span.en {
    font-size: calc((100vw / 1024) * 22);
  }
}

.c-btn1 a span small {
  font-size: 1.6rem;
}

@media only screen and (max-width: 1024px) and (min-width: 767px) {
  .c-btn1 a span small {
    font-size: calc((100vw / 1024) * 16);
  }
}

@media screen and (min-width: 767px) {
  .c-btn1 a:hover {
    opacity: 1;
    background-color: #8A2981;
    color: #fff;
  }
}

.c-btn1.tel a svg path, .c-btn1.fax a svg path {
  fill: currentColor;
}

/*
------------------------------------------------------------*/
.c-btn2 {
  width: 100%;
  max-width: 258px;
  height: 56px;
}

@media only screen and (max-width: 767px) {
  .c-btn2 {
    max-width: 100%;
  }
}

.c-btn2 button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "GenShinGothic-P", sans-serif;
  width: 100%;
  height: 100%;
  display: block;
  box-sizing: border-box;
  border: 1px solid #8A2981;
  font-weight: 500;
  color: #8A2981;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  line-height: 1.625;
  background-color: #fff;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}

@media screen and (min-width: 767px) {
  .c-btn2 button[type="submit"]:hover {
    opacity: 1;
    background-color: #8A2981;
    color: #fff;
  }
}

@media screen and (min-width: 767px) {
  .c-btn2 button[type="reset"]:hover {
    opacity: 1;
    border-color: #fb447b;
    background-color: #fb447b;
    color: #fff;
  }
}
.c-btn3 {
  display: block;
  box-sizing: border-box;
  font-size: 1.6rem;
  font-weight: 500;
  color: #8a2981;
  border: 1px solid #8a2981;
  position: relative;
  padding: 16px 15px;
  margin: 17px 0 0;
}
.c-btn3:after {
  content: "";
  background: url(../img/common/icon-arr.svg) no-repeat;
  background-size: contain;
  position: absolute;
  width: 12px;
  height: 12px;
  top: 40%;
  right: 11px;
  transition: 0.3s ease-in-out;
}
.c-btn3:hover {
  opacity: 0.7;
}
.c-btn3:hover::after {
  transform: translateX(2px);
}

/*------------------------------------------------------------
title
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
  .c-ttl1 {
    background-color: #D9AF3D;
    text-align: center;
  }
  .c-ttl1 span {
    font-size: 2.1rem;
    line-height: 1.4;
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.5px;
  }
}

/*
------------------------------------------------------------*/
.c-ttl2 {
  font-size: 3.5rem;
  line-height: 1.37;
  color: #8A2981;
  text-align: center;
  letter-spacing: 0.6px;
}

@media only screen and (max-width: 767px) {
  .c-ttl2 {
    font-size: 3rem;
  }
}

.c-ttl2 span {
  position: relative;
}

.c-ttl2 span:after {
  content: '';
  width: 100%;
  height: 8px;
  background: url(../img/common/img-border.png) repeat-x;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 0;
}

/*
------------------------------------------------------------*/
.c-ttl3 {
  font-size: 2.4rem;
  font-weight: 400;
  color: #fff;
  background-color: #9762A6;
  padding: 0 0 0 12px;
}

@media only screen and (max-width: 767px) {
  .c-ttl3 {
    font-size: 1.9rem;
  }
}

/*
------------------------------------------------------------*/
.c-ttl4 {
  font-size: 1.8rem;
  font-weight: 400;
  color: #8A2981;
  background-color: #F5EBF7;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .c-ttl4 {
    font-size: 1.6rem;
  }
}

.c-ttl4 span {
  font-size: 2.4rem;
  font-weight: 500;
  display: block;
  width: 40px;
  height: 40px;
  background-color: #9762A6;
  color: #fff;
  font-family: "Roboto", sans-serif;
  text-align: center;
  margin-right: 12px;
}

@media only screen and (max-width: 767px) {
  .c-ttl4 span {
    font-size: 2rem;
    width: 35px;
    height: 35px;
  }
}

/*
------------------------------------------------------------*/
.c-ttl5 {
  font-size: 3.5rem;
  font-weight: 500;
  color: #8A2981;
  text-align: center;
  letter-spacing: 0.5px;
}

@media only screen and (max-width: 767px) {
  .c-ttl5 {
    font-size: 2.6rem;
    letter-spacing: 0;
  }
}

.c-ttl5 span {
  display: block;
  font-size: 2rem;
  color: #333;
  line-height: 1.4;
}

@media only screen and (max-width: 767px) {
  .c-ttl5 span {
    font-size: 1.6rem;
  }
}

/*------------------------------------------------------------
icon
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
form
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-form1__inner {
  box-shadow: 0px 2px 5px #ccc;
  border-radius: 3px;
}

.c-form1 dt {
  background-color: #f5ebf7;
  padding: 10px 32px;
}

@media only screen and (max-width: 767px) {
  .c-form1 dt {
    padding: 8px 16px;
  }
}

.c-form1 dt h5 {
  font-size: 1.6rem;
  line-height: 1.625;
  font-weight: bold;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .c-form1 dt h5 {
    font-size: 1.4rem;
    line-height: 1.65;
  }
}

.c-form1 dt .required {
  background-color: #8a2981;
  font-size: 1.1rem;
  font-weight: 500;
  width: 34px;
  height: 18px;
  border-radius: 3px;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  vertical-align: text-top;
  margin-left: 6px;
}

.c-form1 dd {
  background-color: #fafafa;
  padding: 10px 32px;
}

@media only screen and (max-width: 767px) {
  .c-form1 dd {
    padding: 8px 16px;
  }
}

.c-form1 dd input,
.c-form1 dd textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "GenShinGothic-P", sans-serif;
}

.c-form1 dd input[type="text"], .c-form1 dd input[type="number"], .c-form1 dd input[type="email"], .c-form1 dd input[type="tel"] {
  display: block;
  width: 100%;
  height: 44px;
  background-color: #fff;
  border: 1px solid #8a2981;
  font-size: 1.6rem;
  line-height: 1.625;
  box-sizing: border-box;
  padding: 0 14px;
  color: #333;
  border-radius: 3px;
}

@media only screen and (max-width: 767px) {
  .c-form1 dd input[type="text"], .c-form1 dd input[type="number"], .c-form1 dd input[type="email"], .c-form1 dd input[type="tel"] {
    font-size: 1.4rem;
    height: 40px;
  }
}

.c-form1 dd input[type="text"].style1, .c-form1 dd input[type="number"].style1, .c-form1 dd input[type="email"].style1, .c-form1 dd input[type="tel"].style1 {
  max-width: 210px;
}

@media only screen and (max-width: 767px) {
  .c-form1 dd input[type="text"].style1, .c-form1 dd input[type="number"].style1, .c-form1 dd input[type="email"].style1, .c-form1 dd input[type="tel"].style1 {
    max-width: none;
  }
}

.c-form1 dd input[type="text"].style2, .c-form1 dd input[type="number"].style2, .c-form1 dd input[type="email"].style2, .c-form1 dd input[type="tel"].style2 {
  max-width: 360px;
}

@media only screen and (max-width: 767px) {
  .c-form1 dd input[type="text"].style2, .c-form1 dd input[type="number"].style2, .c-form1 dd input[type="email"].style2, .c-form1 dd input[type="tel"].style2 {
    max-width: none;
  }
}

.c-form1 dd .list1 input {
  display: inline-block;
  margin-right: 6px;
}

@media only screen and (max-width: 767px) {
  .c-form1 dd .list1 input {
    margin-right: 0;
  }
}

.c-form1 dd .list1 input + input {
  margin-right: 0;
}

@media only screen and (max-width: 767px) {
  .c-form1 dd .list1 input + input {
    margin: 8px 0 0;
  }
}

.c-form1 dd .list1 span {
  font-size: 1.6rem;
  line-height: 1.625;
  margin-right: 6px;
}

@media only screen and (max-width: 767px) {
  .c-form1 dd .list1 span {
    font-size: 1.4rem;
  }
}

.c-form1 dd .list1 span + span {
  margin-right: 0;
}

.c-form1 dd .note {
  font-size: 1.3rem;
  color: #8a2981;
  margin-top: 6px;
}

.c-form1 dd textarea {
  overflow: auto;
  font-size: 1.6rem;
  line-height: 1.625;
  width: 100%;
  height: 200px;
  border: 1px solid #8a2981;
  resize: none;
  border-radius: 3px;
}

@media only screen and (max-width: 767px) {
  .c-form1 dd textarea {
    height: 180px;
  }
}

.c-form1 dd .checkbox-wrap {
  display: block;
  position: relative;
}

.c-form1 dd .checkbox-wrap input[type="checkbox"] {
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  opacity: 0;
}

.c-form1 dd .checkbox-wrap input[type="checkbox"] + .field-text::before {
  pointer-events: none;
  content: "";
  position: absolute;
  display: block;
  width: 16px;
  height: 16px;
  border: 1px solid #707070;
  border-radius: 3px;
  top: 5px;
  left: 1px;
  box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  .c-form1 dd .checkbox-wrap input[type="checkbox"] + .field-text::before {
    width: 14px;
    height: 14px;
    top: 3px;
    left: 0px;
  }
}

.c-form1 dd .checkbox-wrap input[type="checkbox"] + .field-text::after {
  content: "";
  position: absolute;
  display: block;
  width: 4px;
  height: 8px;
  border: 2px solid #8a2981;
  border-top: none;
  border-left: none;
  opacity: 0;
  transform: rotate(45deg);
  top: 6px;
  left: 6px;
}

@media only screen and (max-width: 767px) {
  .c-form1 dd .checkbox-wrap input[type="checkbox"] + .field-text::after {
    width: 3px;
    height: 6px;
    top: 5px;
    left: 5px;
  }
}

.c-form1 dd .checkbox-wrap input[type="checkbox"]:checked + .field-text::before {
  border-color: #8a2981;
  background-color: #fff;
}

.c-form1 dd .checkbox-wrap input[type="checkbox"]:checked + .field-text:after {
  opacity: 1;
}

.c-form1 dd .checkbox-wrap .field-text {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  line-height: 1.625;
  flex: 1;
  padding: 0px 0 0px 22px;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .c-form1 dd .checkbox-wrap .field-text {
    font-size: 1.4rem;
    padding: 0px 0 0px 20px;
  }
}

.c-form1 dd > span, .c-form1 dd > .message {
  font-size: 1.6rem;
  line-height: 1.625;
}

@media only screen and (max-width: 767px) {
  .c-form1 dd > span, .c-form1 dd > .message {
    font-size: 1.4rem;
  }
}

.c-form1 .list-button {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .c-form1 .list-button {
    display: block;
  }
}

.c-form1 .list-button .c-btn2 + .c-btn2 {
  margin-left: 6px;
}

@media only screen and (max-width: 767px) {
  .c-form1 .list-button .c-btn2 + .c-btn2 {
    margin: 6px 0 0;
  }
}

.c-form1 .err-vld {
  display: block;
  margin: 5px 0;
  font-size: 1.3rem;
  color: #FF0000;
  background: transparent;
}

@media only screen and (max-width: 767px) {
  .c-form1 .err-vld {
    font-size: 1.2rem;
  }
}

/*------------------------------------------------------------
text
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-text1 {
  font-size: 1.6rem;
  line-height: 1.625;
}

@media only screen and (max-width: 767px) {
  .c-text1 {
    font-size: 1.4rem;
    line-height: 1.65;
  }
}

@media screen and (min-width: 767px) {
  .c-text1 .link:hover {
    opacity: 1;
    color: #8A2981;
  }
}

/*------------------------------------------------------------
navi
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-navi1 ul {
  display: flex;
}

.c-navi1 ul li {
  width: calc((100% - 4px) /5);
  margin-right: 1px;
  position: relative;
}

.c-navi1 ul li::after {
  content: '';
  width: 1px;
  height: 24px;
  background-color: #707070;
  position: absolute;
  top: 30%;
  right: -1px;
}

.c-navi1 ul li:last-child {
  margin-right: 0;
}

.c-navi1 ul li:last-child::after {
  content: none;
}

.c-navi1 ul li a {
  display: block;
  box-sizing: border-box;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  padding: 16px 0 15px;
}

@media screen and (min-width: 767px) {
  .c-navi1 ul li a:hover {
    opacity: 0.7;
  }
}

/*
------------------------------------------------------------*/
.c-navi2 {
  border-bottom: 1px solid #E6E6E6;
  padding: 26px 0 18px;
}

@media only screen and (max-width: 767px) {
  .c-navi2 {
    border-bottom: none;
    padding: 17px 0;
  }
}

.c-navi2 ul {
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .c-navi2 ul {
    display: block;
  }
}

.c-navi2 ul li {
  margin-right: 1px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .c-navi2 ul li {
    margin-right: 0;
    border-bottom: 1px solid #E6E6E6;
  }
}

.c-navi2 ul li::after {
  content: '';
  width: 1px;
  height: 15px;
  background-color: #707070;
  position: absolute;
  top: 30%;
  right: -1px;
}

@media only screen and (max-width: 767px) {
  .c-navi2 ul li::after {
    content: none;
  }
}

.c-navi2 ul li:last-child {
  margin-right: 0;
}

.c-navi2 ul li:last-child::after {
  content: none;
}

.c-navi2 ul li a {
  display: block;
  box-sizing: border-box;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 4px 19.5px;
}

@media screen and (min-width: 767px) {
  .c-navi2 ul li a:hover {
    opacity: 0.7;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 767px) {
  .c-navi2 ul li a {
    font-size: 1.4rem;
    padding: 4px 8px;
  }
}

@media only screen and (max-width: 767px) {
  .c-navi2 ul li a {
    padding: 14px 0;
    line-height: 1.7;
  }
}

/*------------------------------------------------------------
img
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-imgText1__wrap {
  display: flex;
  background-color: #fafafa;
}

@media only screen and (max-width: 767px) {
  .c-imgText1__wrap {
    display: block;
  }
}

.c-imgText1__wrap .thumb {
  width: 220px;
}

@media only screen and (max-width: 767px) {
  .c-imgText1__wrap .thumb {
    width: 100%;
    height: 200px;
  }
  .c-imgText1__wrap .thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover";
  }
}

.c-imgText1__wrap .detail {
  flex: 1;
  padding: 16px;
}

@media only screen and (max-width: 767px) {
  .c-imgText1__wrap .detail {
    flex: auto;
  }
}

.c-imgText1__wrap .detail ul li {
  font-size: 1.6rem;
  line-height: 1.625;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .c-imgText1__wrap .detail ul li {
    font-size: 1.4rem;
    line-height: 1.65;
  }
}

/*
------------------------------------------------------------*/
.c-imgText2 {
  display: flex;
  align-items: start;
}

@media only screen and (max-width: 767px) {
  .c-imgText2 {
    flex-wrap: wrap;
  }
}

.c-imgText2__img {
  width: 36%;
  position: relative;
  margin-top: 2px;
}

@media only screen and (max-width: 767px) {
  .c-imgText2__img {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .c-imgText2__img .img img {
    width: 100%;
  }
}

.c-imgText2__img .ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 1.7rem;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: -1px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  padding: 10px 0 7px;
}

@media only screen and (max-width: 767px) {
  .c-imgText2__img .ttl {
    line-height: 1.17;
    padding: 12px 0 8px;
  }
}

.c-imgText2__img .ttl span {
  display: block;
  font-size: 1.15rem;
  font-family: adobe-garamond-pro, serif;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0;
}

@media only screen and (max-width: 767px) {
  .c-imgText2__img .ttl span {
    line-height: 1.6;
  }
}

.c-imgText2__info {
  width: 64%;
  padding-left: 24px;
}

@media only screen and (max-width: 1024px) {
  .c-imgText2__info {
    padding-left: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .c-imgText2__info {
    width: 100%;
    padding-left: 0;
    padding-top: 16px;
  }
}

.c-imgText2__info .c-tbl3 {
  margin-top: 18px;
}

.c-imgText2__info .c-tbl3 tr th {
  width: 22.7%;
  padding-left: 6px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .c-imgText2__info .c-tbl3 tr th {
    padding: 14px 16px;
  }
}

/*------------------------------------------------------------
list
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-list1 {
  display: flex;
}

@media only screen and (max-width: 767px) {
  .c-list1 {
    flex-wrap: wrap;
  }
}

.c-list1 li {
  width: calc((100% - 24px) / 4);
  margin-right: 8px;
}

.c-list1 li:nth-child(4n) {
  margin-right: 0;
}

@media only screen and (max-width: 767px) {
  .c-list1 li {
    width: calc((100% - 7px) / 2);
    margin-right: 7px;
    margin-bottom: 5px;
  }
  .c-list1 li:nth-child(2n) {
    margin-right: 0;
  }
}

.c-list1 li a {
  display: block;
  box-sizing: border-box;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .c-list1 li .img {
    height: 150px;
  }
  .c-list1 li .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover";
  }
}

.c-list1 li .ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 1.7rem;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: -1px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  padding: 10px 0 7px;
}

@media only screen and (max-width: 767px) {
  .c-list1 li .ttl {
    line-height: 1.17;
    padding: 12px 0 8px;
  }
}

.c-list1 li .ttl span {
  display: block;
  font-size: 1.15rem;
  font-family: adobe-garamond-pro, serif;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0;
}

@media only screen and (max-width: 767px) {
  .c-list1 li .ttl span {
    line-height: 1.6;
  }
}

.c-list1--mode2 {
  flex-wrap: wrap;
}

.c-list1--mode2 li {
  width: 100%;
  margin-right: 0;
}

@media only screen and (max-width: 767px) {
  .c-list1--mode2 li {
    width: calc((100% - 7px) / 2);
    margin-right: 7px;
    margin-bottom: 5px;
  }
  .c-list1--mode2 li:nth-child(2n) {
    margin-right: 0;
  }
}

.c-list1--mode2 li + li {
  margin-top: 8px;
}

@media only screen and (max-width: 767px) {
  .c-list1--mode2 li + li {
    margin-top: 0;
  }
}

/*
------------------------------------------------------------*/
.c-list2 {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 1024px) {
  .c-list2 {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.c-list2__item {
  width: 220px;
}

@media only screen and (max-width: 1024px) {
  .c-list2__item {
    margin: 0 8px 30px;
  }
}

@media only screen and (max-width: 767px) {
  .c-list2__item {
    width: 100%;
    margin: 0 0 19px;
  }
}

.c-list2__circle {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background-color: #fffdf0;
  text-align: center;
  padding-top: 38px;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .c-list2__circle {
    margin: 0 auto;
  }
}

.c-list2__circle .icon {
  max-width: 92px;
  margin: 0 auto;
}

.c-list2__circle .txt {
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 500;
  margin: 12px 0 0;
}

.c-list2__text {
  font-size: 1.9rem;
  line-height: 1.53;
  font-weight: 700;
  color: #8a2981;
  text-align: center;
  padding: 42px 0 0;
  position: relative;
}

.c-list2__text:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 0 0 3px 0;
  border-bottom: 4px solid #cccccc;
  border-right: 4px solid #cccccc;
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
}

/*
------------------------------------------------------------*/
.c-list3 li a {
  box-sizing: border-box;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: bold;
  color: #fff;
  background-image: url(../img/common/bg-item01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .c-list3 li a {
    justify-content: left;
    padding: 0 16px 0;
  }
}

.c-list3 li.color2 a {
  background-image: url(../img/common/bg-item02.jpg);
}

.c-list3 li + li {
  margin-top: 8px;
}

/*
------------------------------------------------------------*/
.c-list4 li a {
  display: block;
  box-sizing: border-box;
  font-size: 1.6rem;
  font-weight: 500;
  color: #8a2981;
  border: 1px solid #8a2981;
  position: relative;
  padding: 16px 15px;
}

.c-list4 li a::after {
  content: "";
  background: url(../img/common/icon-arr.svg) no-repeat;
  background-size: contain;
  position: absolute;
  width: 12px;
  height: 12px;
  top: 40%;
  right: 11px;
  transition: 0.3s ease-in-out;
}

@media screen and (min-width: 767px) {
  .c-list4 li a:hover {
    opacity: 0.7;
  }
  .c-list4 li a:hover::after {
    transform: translateX(2px);
  }
}

.c-list4 li + li {
  margin-top: 8px;
}

.c-list4 li.sns a {
  display: flex;
  align-items: center;
  height: 60px;
}

.c-list4 li.sns a::after {
  content: none;
}

@media only screen and (max-width: 1024px) and (min-width: 767px) {
  .c-list4 li.sns a {
    font-size: calc((100vw / 1024) * 16);
    padding: 16px 5px;
  }
}

.c-list4 li.sns a .en {
  font-family: "Roboto", sans-serif;
  margin-left: 5px;
}

@media only screen and (max-width: 1024px) and (min-width: 767px) {
  .c-list4 li.sns a .en {
    font-size: calc((100vw / 1024) * 20);
  }
}

.c-list4 li.sns a .en small {
  font-size: 100%;
  margin-right: -4px;
}

.c-list4 li.sns a.sns__fb svg {
  margin-left: 3px;
  margin-right: 8px;
}

.c-list5 {
  background-color: #fffdf0;
  padding: 15px 16px;
}

.c-list5 li {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.625;
  color: #8a2981;
}

@media only screen and (max-width: 767px) {
  .c-list5 li {
    font-size: 1.4rem;
  }
}

/*------------------------------------------------------------
table
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-tbl2 table {
  width: 100%;
  border-collapse: collapse;
}

.c-tbl2 tr th,
.c-tbl2 tr td {
  font-size: 1.4rem;
  line-height: 1.44;
  padding: 2px 0px;
}

.c-tbl2 tr th {
  font-weight: 500;
  vertical-align: top;
  text-align: left;
  width: 11.2%;
}

@media only screen and (max-width: 1024px) {
  .c-tbl2 tr th {
    min-width: 102px;
  }
}

@media only screen and (max-width: 767px) {
  .c-tbl2 tr td {
    padding-left: 10px;
  }
}

/*
------------------------------------------------------------*/
.c-tbl3 table {
  width: 100%;
  border-collapse: collapse;
}

.c-tbl3 tr th,
.c-tbl3 tr td {
  font-size: 1.6rem;
  line-height: 1.65;
  border-top: 1px solid #e6e6e6;
  padding: 14px 6px 14px 16px;
}

@media only screen and (max-width: 767px) {
  .c-tbl3 tr th,
  .c-tbl3 tr td {
    font-size: 1.4rem;
    padding: 14px 16px;
  }
}

.c-tbl3 tr th {
  background-color: #fafafa;
  vertical-align: top;
  text-align: left;
  width: 25.7%;
}

@media only screen and (max-width: 1024px) {
  .c-tbl3 tr th {
    min-width: 102px;
  }
}

.c-tbl3 tr td strong {
  display: block;
}

.c-tbl3 tr:first-child {
  border-top: 2px solid #e6e6e6;
}

.c-tbl3 tr:last-child {
  border-bottom: 2px solid #e6e6e6;
}

/*------------------------------------------------------------
line
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
video
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
video
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
other
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-mv1 {
  background-color: #be9dc7;
  padding: 40px 0;
}

.c-mv1__txt {
  font-size: 3.2rem;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.5px;
}

/*
------------------------------------------------------------*/
.c-box1 {
  background-color: #fafafa;
  padding: 40px 32px 45px;
}

@media only screen and (max-width: 767px) {
  .c-box1 {
    padding: 40px 16px 32px;
  }
}

.c-box1__ttl {
  font-size: 2.4rem;
  line-height: 1.5;
  color: #8a2981;
}

.c-box1__ttl2 {
  font-size: 1.9rem;
  line-height: 1.4;
  font-weight: 500;
  color: #8a2981;
}

@media only screen and (max-width: 767px) {
  .c-box1__ttl2 {
    font-size: 1.6rem;
  }
}

.c-box1 .c-text1 {
  margin: 20px 0 0;
}

@media only screen and (max-width: 767px) {
  .c-box1 .c-text1 {
    margin: 17px 0 0;
  }
}

.c-box1 .c-label1 {
  margin: 14px 0 0;
}

.c-box1 .c-tbl1 {
  margin: 25px 0 0;
}

@media only screen and (max-width: 767px) {
  .c-box1 .c-tbl1 {
    margin: 15px 0 0;
  }
}

.c-box1--mode2 {
  padding: 32px 32px 25px;
}

@media only screen and (max-width: 767px) {
  .c-box1--mode2 {
    padding: 32px 16px 25px;
  }
}

.c-box1--mode2 .c-label1 {
  margin-top: 10px;
}

.c-box1--mode2 .c-tbl1 dl {
  margin-bottom: 15px;
}

.c-label1 dl {
  display: flex;
}

@media only screen and (max-width: 767px) {
  .c-label1 dl {
    flex-wrap: wrap;
  }
}

.c-label1 dl dt,
.c-label1 dl dd {
  height: 80px;
}

@media only screen and (max-width: 767px) {
  .c-label1 dl dt,
  .c-label1 dl dd {
    height: auto;
  }
}

.c-label1 dl dt {
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 500;
  color: #fff;
  background-color: #b37dad;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38.5%;
  flex-shrink: 0;
}

@media only screen and (max-width: 767px) {
  .c-label1 dl dt {
    width: 100%;
    display: block;
    padding: 9px 12px;
  }
}

.c-label1 dl dd {
  flex: 1;
  flex: 1;
  padding: 0 28px 0;
  display: flex;
  flex-flow: column;
  justify-content: center;
  background-color: #fff;
}

@media only screen and (max-width: 767px) {
  .c-label1 dl dd {
    width: 100%;
    display: block;
    padding: 8px 10px 8px 13px;
  }
}

.c-label1 dl dd div {
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: 700;
  color: #8a2981;
}

.c-label1 dl dd p {
  font-size: 1.2rem;
  line-height: 1.6;
}

/*
------------------------------------------------------------*/
.c-tbl1 dl {
  display: flex;
  margin-bottom: 23px;
}

@media only screen and (max-width: 767px) {
  .c-tbl1 dl {
    display: block;
    margin-bottom: 14px;
  }
}

.c-tbl1 dl dt {
  flex-shrink: 0;
}

@media only screen and (max-width: 767px) {
  .c-tbl1 dl dt {
    display: none;
  }
}

.c-tbl1 dl dt .image-icon {
  width: 96px;
  height: 96px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-tbl1 dl dd {
  flex: 1;
  padding: 12px 0 0 17px;
}

@media only screen and (max-width: 767px) {
  .c-tbl1 dl dd {
    padding: 0;
  }
}

.c-tbl1 dl dd .note {
  font-size: 1.3rem;
  line-height: 1.8;
  display: block;
  margin-top: 7px;
}

@media only screen and (max-width: 767px) {
  .c-tbl1 dl dd .note {
    margin-bottom: -3px;
  }
}

.c-tbl1 dl dd .list-btn {
  display: flex;
}

@media only screen and (max-width: 767px) {
  .c-tbl1 dl dd .list-btn {
    display: block;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 767px) {
  .c-tbl1 dl dd .list-btn .c-btn1 {
    width: 50%;
  }
}

.c-tbl1 dl dd .list-btn .c-btn1 + .c-btn1 {
  margin-left: 10px;
}

@media only screen and (max-width: 767px) {
  .c-tbl1 dl dd .list-btn .c-btn1 + .c-btn1 {
    margin: 8px 0 0;
  }
}

.c-tbl1__ttl {
  font-size: 1.6rem;
  font-weight: 500;
  color: #8a2981;
  margin-bottom: 6px;
}

/*
------------------------------------------------------------*/
.c-to-reser {
  box-sizing: border-box;
  width: 104px;
  height: 104px;
  border-radius: 50%;
  background-color: #8a2981;
  border: 1px solid #8a2981;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.375;
  position: fixed;
  text-align: center;
  bottom: 90px;
  right: 15px;
  z-index: 100;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .c-to-reser {
    bottom: 65px;
  }
}

.c-to-reser svg path {
  fill: currentColor;
}

.c-to-reser span {
  margin-top: 9px;
}

@media screen and (min-width: 767px) {
  .c-to-reser:hover {
    opacity: 1;
    background-color: #fff;
    color: #8a2981;
  }
}

/*
------------------------------------------------------------*/
.c-block01__detail {
  background-color: #fafafa;
  padding: 14px 16px;
}

.c-block01__detail .c-box1 {
  margin: -10px -16px 0;
  padding-top: 0;
  padding-bottom: 4px;
}

.c-block01__detail .c-box1 .c-tbl1 dl {
  margin-bottom: 15px;
}

/*
------------------------------------------------------------*/
.c-banner2 {
  display: block;
  box-sizing: border-box;
}

/*
------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
  .c-hero img {
    width: 100%;
  }
}

/*
------------------------------------------------------------*/
.c-faq__heading {
  font-size: 1.8rem;
  font-weight: 400;
  color: #8a2981;
  background: #f5ebf7;
  display: flex;
  align-items: center;
  padding: 6px 32px 5px 12px;
  position: relative;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .c-faq__heading {
    font-size: 1.6rem;
    line-height: 1.4;
  }
}

.c-faq__heading:after {
  content: "";
  background: url(../img/common/icon-arr.svg) no-repeat;
  background-size: contain;
  position: absolute;
  width: 12px;
  height: 12px;
  top: 16px;
  right: 11px;
  transform: rotate(-90deg);
  transition: 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .c-faq__heading:after {
    top: 12px;
  }
}

@media screen and (min-width: 767px) {
  .c-faq__heading:hover {
    opacity: 0.8;
  }
}

.c-faq__heading.is-active::after {
  transform: rotate(90deg);
}

.c-faq__info {
  background-color: #fafafa;
  padding: 14px 16px;
  display: none;
}

.c-faq__block {
  margin-bottom: 16px;
}

/*
------------------------------------------------------------*/
.c-box2 {
  background-color: #fafafa;
  padding: 24px 32px 22px;
  position: relative;
  margin-bottom: 34px;
}

@media only screen and (max-width: 767px) {
  .c-box2 {
    padding: 16px;
  }
}

.c-box2::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 35px 0 35px;
  border-color: #D4C1D9 transparent transparent transparent;
  position: absolute;
  bottom: -33px;
  left: 50%;
  transform: translateX(-50%);
}

.c-box2__ttl {
  font-size: 2.8rem;
  line-height: 1.7;
  color: #8a2981;
  border-bottom: 2px solid #8a2981;
  letter-spacing: 0.7px;
  padding-bottom: 7px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .c-box2__ttl {
    font-size: 2.4rem;
    line-height: 1.5;
  }
}

.c-box2__ttl::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 10.5px 0 10.5px;
  border-color: #8a2981 transparent transparent transparent;
  position: absolute;
  bottom: -13px;
  left: 18px;
}

.c-box2__ttl::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 10.5px 0 10.5px;
  border-color: #fafafa transparent transparent transparent;
  position: absolute;
  bottom: -10px;
  left: 18px;
}

.c-box2 ul {
  margin: 23px 0 0;
}

.c-box2 ul li {
  font-size: 1.8rem;
  font-weight: 500;
  position: relative;
  padding-left: 21px;
  margin-top: 3px;
}

@media only screen and (max-width: 767px) {
  .c-box2 ul li {
    font-size: 1.6rem;
  }
}

.c-box2 ul li::before {
  content: "";
  display: block;
  box-sizing: border-box;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  border: 2px solid #8a2981;
  position: absolute;
  top: 6px;
  left: 0;
}

.c-box2 ul li::after {
  content: "";
  position: absolute;
  display: block;
  width: 3px;
  height: 7px;
  border: 2px solid #8a2981;
  border-top: none;
  border-left: none;
  transform: rotate(45deg);
  top: 8px;
  left: 6px;
}

/*
------------------------------------------------------------*/
.c-box3 {
  border: 1px solid #CCC;
  padding: 20px 32px 25px;
}

@media only screen and (max-width: 767px) {
  .c-box3 {
    padding: 16px;
  }
}

.c-box3__ttl {
  font-size: 1.6rem;
  font-weight: 500;
  position: relative;
  padding-left: 15px;
}

.c-box3__ttl::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #333;
  position: absolute;
  top: 10px;
  left: -1px;
}

.c-box3 .c-text1 {
  margin-top: 7px;
}

@media only screen and (max-width: 767px) {
  .c-box3 .c-text1 {
    margin-top: 0;
  }
}

/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Project .p-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*------------------------------------------------------------
Css of home page
------------------------------------------------------------*/
.p-top1 {
  margin-top: -65px;
}

@media only screen and (max-width: 1024px) {
  .p-top1 {
    margin-top: calc((-100vw / 1024) * 65);
  }
}

@media only screen and (max-width: 767px) {
  .p-top1 {
    margin-top: 0;
    padding-top: 16px;
  }
}

.p-top2 {
  padding-top: 64px;
  padding-bottom: 95px;
}

@media only screen and (max-width: 767px) {
  .p-top2 {
    padding-top: 27px;
    padding-bottom: 64px;
  }
}

.p-top2 .c-ttl1 {
  margin: 68px 0 0;
  padding: 0 2px 0;
}

@media only screen and (max-width: 767px) {
  .p-top2 .c-ttl1 {
    margin: 45px -16px 0;
    padding: 5px 0px;
  }
}

.p-top2 .c-ttl2 {
  margin: 17px 0 0;
}

.p-top2 .c-list2 {
  margin: 30px 0 0;
}

@media only screen and (max-width: 767px) {
  .p-top2 .c-list2 {
    margin: 18px 0 0;
  }
}

.p-top2 .c-box1 {
  margin: 38px 0 0;
}

@media only screen and (max-width: 767px) {
  .p-top2 .c-box1 {
    margin: 10px -16px 0;
  }
}

.p-top2 .c-banner2 {
  margin: 25px 0 0;
}

@media only screen and (max-width: 767px) {
  .p-top2 .c-banner2 {
    margin: 2px 0 0;
  }
}

/*------------------------------------------------------------
Css of home page
------------------------------------------------------------*/
.p-service-info {
  padding-bottom: 96px;
}

@media only screen and (max-width: 767px) {
  .p-service-info {
    padding-bottom: 64px;
  }
}

.p-service-info01 .c-text1 {
  margin-top: 19px;
}

@media only screen and (max-width: 767px) {
  .p-service-info01 .c-text1 {
    margin-top: 10px;
  }
}

.p-service-info01 .c-box1 {
  margin-top: 22px;
}

@media only screen and (max-width: 767px) {
  .p-service-info01 .c-box1 {
    margin-top: 10px;
  }
}

.p-service-info01 .c-tbl3 {
  margin: 25px 0 0;
}

@media only screen and (max-width: 767px) {
  .p-service-info01 .c-tbl3 {
    margin: 14px 0 0;
  }
}

.p-service-info02 {
  margin-top: 65px;
}

@media only screen and (max-width: 767px) {
  .p-service-info02 {
    margin-top: 30px;
  }
}

.p-service-info02 .c-ttl3 {
  margin-bottom: 20px;
}

.p-service-info02 .c-block01 {
  margin-top: 16px;
}

.p-service-info03 {
  margin-top: 65px;
}

@media only screen and (max-width: 767px) {
  .p-service-info03 {
    margin-top: 30px;
  }
}

.p-service-info03 .c-text1 {
  margin: 18px 0 0;
}

@media only screen and (max-width: 767px) {
  .p-service-info03 .c-text1 {
    margin-top: 10px;
  }
}

.p-service-info03 .c-list5 {
  margin: 10px 0 0;
}

.p-service-info04 {
  margin-top: 62px;
}

@media only screen and (max-width: 767px) {
  .p-service-info04 {
    margin-top: 30px;
  }
}

.p-service-info04 .c-text1 {
  margin: 19px 0 0;
}

@media only screen and (max-width: 767px) {
  .p-service-info04 .c-text1 {
    margin-top: 10px;
  }
}

.p-service-info04 .c-btn1 {
  margin-top: 10px;
}

.p-service-info .c-banner2 {
  margin-top: 44px;
}

@media only screen and (max-width: 767px) {
  .p-service-info .c-banner2 {
    margin-top: 22px;
  }
}

/*------------------------------------------------------------
Css of company page
------------------------------------------------------------*/
.p-company {
  padding-bottom: 96px;
}

@media only screen and (max-width: 767px) {
  .p-company {
    padding-bottom: 64px;
  }
}

.p-company01 .c-tbl3 {
  margin: 25px 0 0;
}

@media only screen and (max-width: 767px) {
  .p-company01 .c-tbl3 {
    margin: 14px 0 0;
  }
}

.p-company .c-banner2 {
  margin-top: 44px;
}

@media only screen and (max-width: 767px) {
  .p-company .c-banner2 {
    margin-top: 22px;
  }
}

/*------------------------------------------------------------
Css of faq page
------------------------------------------------------------*/
.p-faq {
  padding-bottom: 96px;
}

@media only screen and (max-width: 767px) {
  .p-faq {
    padding-bottom: 64px;
  }
}

.p-faq01 > .c-text1 {
  margin-top: 19px;
}

@media only screen and (max-width: 767px) {
  .p-faq01 > .c-text1 {
    margin-top: 10px;
  }
}

.p-faq01 .c-faq {
  margin-top: 32px;
  margin-bottom: 32px;
}

@media only screen and (max-width: 767px) {
  .p-faq01 .c-faq {
    margin-top: 16px;
    margin-bottom: 22px;
  }
}

.p-faq01 .c-box1 {
  margin-top: 22px;
}

@media only screen and (max-width: 767px) {
  .p-faq01 .c-box1 {
    margin-top: 10px;
  }
}

.p-faq .c-banner2 {
  margin-top: 44px;
}

@media only screen and (max-width: 767px) {
  .p-faq .c-banner2 {
    margin-top: 22px;
  }
}

/*------------------------------------------------------------
Css of company page
------------------------------------------------------------*/
.p-recruit {
  padding-bottom: 96px;
}

@media only screen and (max-width: 767px) {
  .p-recruit {
    padding-bottom: 64px;
  }
}

.p-recruit02 {
  margin-top: 65px;
}

@media only screen and (max-width: 767px) {
  .p-recruit02 {
    margin-top: 30px;
  }
}

.p-recruit02 .c-imgText1 {
  margin-top: 24px;
}

.p-recruit03 {
  margin-top: 65px;
}

@media only screen and (max-width: 767px) {
  .p-recruit03 {
    margin-top: 30px;
  }
}

.p-recruit03 .c-text1 {
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .p-recruit03 .c-text1 {
    margin-top: 10px;
  }
}

.p-recruit03 .c-form1 {
  margin-top: 30px;
}

/*------------------------------------------------------------
Css of company page
------------------------------------------------------------*/
.p-contact {
  padding-bottom: 96px;
}

@media only screen and (max-width: 767px) {
  .p-contact {
    padding-bottom: 64px;
  }
}

.p-contact01 .c-text1 {
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .p-contact01 .c-text1 {
    margin-top: 10px;
  }
}

.p-contact01 .c-form1 {
  margin-top: 30px;
}

.p-contact01 .c-form1 + .c-text1 {
  margin-top: 40px;
}

@media only screen and (max-width: 767px) {
  .p-contact01 .c-form1 + .c-text1 {
    margin-top: 20px;
  }
}

.p-contact01#byThanks .c-btn1 {
  margin: 30px auto 0;
}

/*------------------------------------------------------------
Css of plan page
------------------------------------------------------------*/
.p-plan {
  padding-bottom: 96px;
}

@media only screen and (max-width: 767px) {
  .p-plan {
    padding-bottom: 64px;
  }
}

.p-plan01 .c-box2 + .c-ttl5 {
  margin-top: 38px;
}

.p-plan01 .c-ttl5 {
  margin-bottom: 57px;
}

@media only screen and (max-width: 767px) {
  .p-plan01 .c-ttl5 {
    margin-bottom: 25px;
  }
}

.p-plan01 .c-box1 {
  margin-top: 65px;
}

@media only screen and (max-width: 767px) {
  .p-plan01 .c-box1 {
    margin-top: 30px;
  }
}

.p-plan__detail {
  margin-top: 48px;
}

@media only screen and (max-width: 767px) {
  .p-plan__detail {
    margin-top: 24px;
  }
}

.p-plan__detail .c-imgText2 {
  margin-top: 18px;
}

@media only screen and (max-width: 767px) {
  .p-plan__detail .c-imgText2 {
    margin-top: 10px;
  }
}

.p-plan__detail .c-box3 {
  margin-top: 24px;
}

.p-plan .c-banner2 {
  margin-top: 44px;
}

@media only screen and (max-width: 767px) {
  .p-plan .c-banner2 {
    margin-top: 22px;
  }
}

/*------------------------------------------------------------
Css of travel page
------------------------------------------------------------*/
.travel-link {
  text-align: center;
}
.p-travel-info__cont {
  margin-bottom: 96px;
}
.p-travel-info .c-mv1__txt {
  line-height: 3.5rem;
}
.p-travel-info01 {}
.p-travel-info02 {
  margin-top: 56px;
}
.p-travel-info02 .c-box01 {
  display: -webkit-flex;
  display: flex;
  margin-top: 24px;
}
.p-travel-info02 .c-box01 .img {
  max-width: 252px;
  width: 100%;
  margin-right: 24px;
}
.p-travel-info02 .c-box01 .list-box {
  max-width: 424px;
  width: 100%;
}
.p-travel-info02 .list01 {}
.p-travel-info02 .list01 .small {
  display: block;
}
.p-travel-info02 .list01 li {
  font-size: 1.8rem;
  font-weight: 500;
  position: relative;
  padding-left: 21px;
  margin-top: 3px;
}
.p-travel-info02 .list01 li::before {
  content: "";
  display: block;
  box-sizing: border-box;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  border: 1.5px solid #8a2981;
  position: absolute;
  top: 6px;
  left: 0;
}
.p-travel-info02 .list01 li::after {
  content: "";
  position: absolute;
  display: block;
  width: 3px;
  height: 7px;
  border: 1.5px solid #8a2981;
  border-top: none;
  border-left: none;
  transform: rotate(45deg);
  top: 9px;
  left: 6px;
}
.p-travel-info02 .c-box02 {
  margin-top: 24px;
  padding: 20px 32px 32px;
  background-color: #F5EBF7;
}
.p-travel-info02 .c-box02 .c-ttl3 {
  display: inline-flex;
  align-items: center;
  margin-left: -32px;
  position: relative;
  text-align: center;
  padding: 8px 30px;
  font-size: 18px;
  background: #D9AF3D;
  box-sizing: border-box;
}
.p-travel-info02 .c-box02 .c-ttl3 {}
.p-travel-info02 .c-box02 .c-ttl3 .img {
  max-height: 16px;
  max-width: 176px;
  width: 100%;
  height: 100%;
}
.p-travel-info02 .c-box02 .c-ttl3:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}
.p-travel-info02 .c-box02 .c-ttl3:after {
  top: 0;
  right: 0;
  border-width: 16px 10px 16px 0px;
  border-color: transparent #F5EBF7 transparent transparent;
  border-style: solid;
}
.p-travel-info02 .c-box02 .c-box04 {
  display: -webkit-flex;
  display: flex;
  margin-top: 16px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.p-travel-info02 .c-box03 {
  margin-top: 24px;
  border: 1px solid #CCC;
  padding: 20px 32px 25px;
}
.p-travel-info02 .c-box03 .c-text1 .small {
  display: inline-block;
  line-height: 2rem;
  margin-top: 10px;
}
.p-travel-info02 .c-box04-item {
  max-width: 198px;
  width: calc((100% - 42px) / 3);
}
.p-travel-info02 .c-box04-item .txt {
  font-size: 1.6rem;
  line-height: 1.53;
  font-weight: 700;
  color: #8a2981;
  text-align: center;
  padding: 12px 0 0;
}
.p-travel-info02 .c-ttl3 {}
.p-travel-info03 {
  margin-top: 64px;
}
.p-travel-info03 .c-box1-ttl02 {}
.p-travel-info03 .c-box1-ttl02 .txt {
  font-size: 2.3rem;
  font-weight: 600;
  position: relative;
  margin-bottom: 15px;
  padding: 16px 12px 15px;
  max-width: 100%;
  color: #fff;
  background: #8a2981;
}
.p-travel-info03 .c-box1-ttl02 .txt::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 32px;
  border: 10px solid transparent;
  border-top: 12px solid #8a2981;
}
.p-travel-info03 .c-box1--mode2 {
  margin-top: 14px;
}
.p-travel-info__cont .c-banner2 {
  margin-top: 44px;
}
.back-y {
  background-color: #FFFDD1;
}
.small {
  font-size: 1.3rem;
}
.small-t_ttl {
  font-size: 1.9rem;
}
.br-999,.sp600-only,.br-900 {
  display: none;
}

/* 追加修正 20250724 */
.c-flex {
  display: flex;
  margin: 17px 0 0;
}
.item-unazuki .c-flex {
  justify-content: space-between;
}
.item-unazuki .flex-item01 {
  max-width: 220px;
}
.item-unazuki .flex-item02 {
  max-width: calc(100% - 248px);
}
.item-unazuki .info-text {
  margin: 20px 0 0;
}
.in-ttl01 {
  font-weight: 700;
  font-size: 1.8rem;
  color: #8A2981;
}
.item-unazuki .list01 li {
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .c-flex {
    display: block;
  }
  .item-unazuki .flex-item01 {
    max-width: 367px;
    margin: 0 auto;
  }
  .item-unazuki .flex-item02 {
    max-width: 100%;
    margin-top: 17px;
  }
  .item-unazuki .list01 li {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 600px) {
  .item-unazuki .flex-item01 {
    max-width: 100%;
  }
}


@media only screen and (max-width: 999px) {
}

@media only screen and (max-width: 900px) {
  .br-900 {
    display: block;
  }
  .p-travel-info02 .c-box01 .img {
    max-width: 230px;
    margin-right: 16px;
  }
  .p-travel-info02 .c-box02 .c-box04 {
    justify-content: center;
  }
  .p-travel-info02 .c-box04-item {
    width: calc((100% - 16px) / 2);
  }
  .p-travel-info02 .c-box04-item:first-child {
    margin-right: 16px;
  }
  .p-travel-info02 .c-box04-item:last-child {
    margin-top: 10px;
  }
  .br-999 {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
.p-travel-info__cont {}
.p-travel-info01 {}
.p-travel-info02 {
  margin-top: 24px; 
}
.p-travel-info02 .c-box01 {
  margin-top: 10px;
}
.p-travel-info02 .c-box01 .img {
  margin-right: 10px;
}
.p-travel-info02 .c-box01 .list-box {
  display: block;
}
.p-travel-info02 .list01 {}
.p-travel-info02 .list01 .small {}
.p-travel-info02 .list01 li {
  font-size: 1.6rem;
}
.p-travel-info02 .list01 li::before {}
.p-travel-info02 .list01 li::after {}
.p-travel-info02 .c-box02 {
  margin-top: 10px;
  padding: 20px 20px;
}
.p-travel-info02 .c-box02 .c-ttl3 {
  margin-left: -20px;
}
.p-travel-info02 .c-box02 .c-ttl3 {}
.p-travel-info02 .c-box02 .c-ttl3 .img {}
.p-travel-info02 .c-box02 .c-ttl3:after {}
.p-travel-info02 .c-box02 .c-ttl3:after {}
.p-travel-info02 .c-box02 .c-box04 {
  margin-top: 10px;
}
.p-travel-info02 .c-box03 {
  margin-top: 10px;
}

.p-travel-info02 .c-box03 .c-text1 .small {}
.p-travel-info02 .c-box02 .c-box04 {
  flex-wrap: nowrap;
}
.p-travel-info02 .c-box04-item {
  width: calc((100% - 16px) / 3);
}
.p-travel-info02 .c-box04-item {
  margin-right: 16px;
}
.p-travel-info02 .c-box04-item:first-child {
  margin-right: 16px;
}
.p-travel-info02 .c-box04-item:last-child {
  margin-top: 0;
  margin-right: 0;
}
.p-travel-info02 .c-box04-item .txt {}
.p-travel-info02 .c-ttl3 {}
.p-travel-info03 {
  margin-top: 24px;
}
.p-travel-info03 .c-box1-ttl02 {}
.p-travel-info03 .c-box1-ttl02 .txt {}
.p-travel-info03 .c-box1-ttl02 .txt::before {}
.p-travel-info03 .c-box1--mode2 {}
.p-travel-info__cont .c-banner2 {
  margin-top: 24px;
}
.back-y {}
.small {}
.br-999,.br-900 {
  display: none;
}
.br-767 {
  display: block;
}
}


@media only screen and (max-width: 600px) {
  .p-travel-info02 .c-box02 .c-box04 {
    display: block;
  }
  .p-travel-info02 .c-box04-item {
    max-width: 198px;
    width: 100%;
    margin-right: 0;
    margin: 10px auto 0;
  }
  .p-travel-info02 .c-box04-item:first-child {
    margin-top: 16px;
    margin-right: auto;
  }
  .p-travel-info02 .c-box04-item:last-child {
    margin-top: 10px;
    margin-right: auto;
  }
  .p-travel-info02 .c-box01 {
    display: block;
  }
  .p-travel-info02 .list-box {
    margin-top: 10px;
  }
  .p-travel-info02 .c-box01 .img {
    max-width: 100%;
    margin-right: 0;
  }
  .pc600-only {
    display: none;
  }
  .sp600-only {
    display: block;
  }
}

@media only screen and (max-width: 479px) {
  .p-travel-info02 .c-box02 .c-box04 {
    max-width: 198px;
    margin: 0 auto;
  }
  .p-travel-info02 .c-box04-item .txt {
    padding-top: 8px;
  }
  .p-travel-info02 .c-box04-item {
    max-width: 198px;
    width: 100%;
  }
  .p-travel-info02 .c-box04-item {
    margin-top: 10px;
  }
  .p-travel-info02 .c-box04-item:first-child {
    margin-right: 0;
  }
  .p-travel-info02 .c-box04-item:last-child {
    margin-top: 10px;
  }
}


/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Utility .u-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
.u-purple {
  font-weight: 500;
  color: #8A2981;
}

.u-bold {
  font-weight: 500;
}

@font-face {
  font-family: 'GenShinGothic-P';
  src: url("../../assets/fonts/GenShinGothic-P-Bold.eot?q2nno2");
  src: url("../../assets/fonts/GenShinGothic-P-Bold.eot?q2nno2#iefix") format("embedded-opentype"), url("../../assets/fonts/GenShinGothic-P-Bold.ttf?q2nno2") format("truetype"), url("../../assets/fonts/GenShinGothic-P-Bold.woff?q2nno2") format("woff"), url("../../assets/fonts/GenShinGothic-P-Bold.svg?q2nno2#icon") format("svg");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'GenShinGothic-P';
  src: url("../../assets/fonts/GenShinGothic-P-Medium.eot?q2nno2");
  src: url("../../assets/fonts/GenShinGothic-P-Medium.eot?q2nno2#iefix") format("embedded-opentype"), url("../../assets/fonts/GenShinGothic-P-Medium.ttf?q2nno2") format("truetype"), url("../../assets/fonts/GenShinGothic-P-Medium.woff?q2nno2") format("woff"), url("../../assets/fonts/GenShinGothic-P-Medium.svg?q2nno2#icon") format("svg");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'GenShinGothic-P';
  src: url("../../assets/fonts/GenShinGothic-P-Regular.eot?q2nno2");
  src: url("../../assets/fonts/GenShinGothic-P-Regular.eot?q2nno2#iefix") format("embedded-opentype"), url("../../assets/fonts/GenShinGothic-P-Regular.ttf?q2nno2") format("truetype"), url("../../assets/fonts/GenShinGothic-P-Regular.woff?q2nno2") format("woff"), url("../../assets/fonts/GenShinGothic-P-Regular.svg?q2nno2#icon") format("svg");
  font-weight: 400;
  font-style: normal;
}







@media screen and (min-width: 768px) {
  .contact-bar {
    background-color: #00C200;
    box-sizing: border-box;
    bottom: 0;
    height: 80px;
    left: 0;
    overflow: hidden;
    position: fixed;
    width: 100%;
    z-index: 100;
}
.contact-methods {
    align-items: center;
    display: flex;
    height: inherit;
    justify-content: center;
}

.contact-methods .line {
    margin-left: 10px;
    display: block;
}

a.btn-line-entry {
    background-color: #00b900;
    display: block;
    text-align: center;
    text-decoration: none;
}
}



@media screen and (max-width: 767px) {
  .contact-bar {
    background-color: #00C200;
    box-sizing: border-box;
    bottom: 0;
    height: 56px;
    left: 0;
    overflow: hidden;
    position: fixed;
    width: 100%;
    z-index: 100;
}
.contact-methods {
    align-items: center;
    display: flex;
    height: inherit;
    justify-content: center;
}

.contact-methods .line {
    margin-left: 10px;
    display: block;
}

a.btn-line-entry {
    background-color: #00b900;
    display: block;
    text-align: center;
    text-decoration: none;
}
}

.plan_btn{
  
  margin: 0 auto;
  margin-top: 15px;
}

.plan_btn a{
  color: #fff;
  background-color: #8a2981;
  border-radius: 20px;
  display: block;
  width: 200px;
  height: 40px;
  color: #fff;
  margin: 0 auto;
  text-align: center;
  padding-top: 7px;
  font-weight: bold;
  box-sizing: border-box;
}

.plan_btn a:hover{
  opacity: 0.8;
}

.c-banner-yukata{
  margin-right: 16px;
}

.c-banner-wa{
  margin-bottom: 20px;
  overflow: hidden;
}

.c-banner-wa-l{
  display: inline-block;
  float: left;
}

.c-banner-wa-r{
  display: inline-block;
  float: right;
}

@media screen and (max-width: 1024px) {

  .c-banner-wa{
  width: 100%;
}

  .c-banner-wa img{
    width: 100%;
    height: auto;
  
}

.c-banner-wa-l{
  display: inline-block;
  float: left;
  width: 49%;
}

.c-banner-wa-r{
  display: inline-block;
  float: right;
  width: 49%;
}
}


