@charset "UTF-8";
/*=====================

	注意！注意！注意！

	開発用のLESSです
　当ファイルをコンパイル
	ターミナル使って
lessc common.less common.css
	>common.cssを読込

=====================*/
/*=====================
	スタイル設定まとめ
=====================*/
/*角丸*/
/*線・パディング込のボックスサイズ*/
.box-border-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/*ゆっくり変わる*/
/*flexbox*/
.disp-flex {
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -o-flexbox;
  display: flexbox;
  display: -webkit-box;
  display: flex;
}
/*明朝文字スタイル*/
.font-mincho {
  font-family: 'Noto Serif', "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
/*背景cover*/
.bg-cover {
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-position: center;
}
.title {
  margin-bottom: 50px;
}
.title img {
  margin-bottom: 10px;
}
@media screen and (max-width: 700px) {
  .title img {
    height: 28px;
  }
}
.title h2 {
  font-size: 130%;
  letter-spacing: 0.1em;
}
.more-btn {
  text-align: center;
  padding: 30px 10px;
}
.more-btn a {
  display: inline-block;
  background-color: #DB4151;
  color: #FFF;
  border-radius: 5px;
  /* CSS3草案 */
  -webkit-border-radius: 5px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 5px;
  /* Firefox用 */
  font-weight: bold;
  font-size: 120%;
  padding: 22px 10px;
  position: relative;
  width: 290px;
  border: 1px solid #DB4051;
  transition: ease 0.4s;
}
@media screen and (max-width: 700px) {
  .more-btn a {
    width: 250px;
    padding: 17.5px 10px;
  }
}
.more-btn a:after {
  content: url(../img/more.svg);
  width: 7px;
  height: 14px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
}
.more-btn a:before {
  display: block;
  position: absolute;
  content: "";
  background-color: #FCEBED;
  width: 90%;
  height: 10px;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  bottom: -11px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 700px) {
  .more-btn a:before {
    height: 8px;
    bottom: -8px;
  }
}
.more-btn a:hover {
  background-color: #FFF;
  border: 1px solid #DB4051;
  color: #DB4051;
}
.more-btn a:hover:after {
  content: url(../img/more-p.svg);
}
@media screen and (min-width: 700px) {
  .smp-br {
    display: none;
  }
}
.footer-cv {
  padding: 100px 20px 70px;
  background: linear-gradient(180deg, #FAFAFA 0%, #FAFAFA 50%, #FCEBED 50%, #FCEBED 100%);
}
@media screen and (max-width: 700px) {
  .footer-cv {
    padding: 50px 20px 30px;
  }
}
.footer-cv .footer-cv-box {
  background-color: #DB4151;
  border-radius: 10px;
  /* CSS3草案 */
  -webkit-border-radius: 10px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 10px;
  /* Firefox用 */
  padding: 50px 250px;
  display: flex;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .footer-cv .footer-cv-box {
    padding: 48px 100px 48px 200px;
  }
}
@media screen and (max-width: 1200px) {
  .footer-cv .footer-cv-box {
    padding: 48px 100px 48px 150px;
  }
}
@media screen and (max-width: 1000px) {
  .footer-cv .footer-cv-box {
    padding: 80px;
  }
}
@media screen and (max-width: 700px) {
  .footer-cv .footer-cv-box {
    -webkit-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    padding: 40px;
  }
}
@media screen and (min-width: 701px) {
  .footer-cv .footer-cv-box .title {
    display: none;
  }
}
.footer-cv .footer-cv-box .footcv-img01 {
  position: absolute;
  left: 20px;
  top: 20px;
}
@media screen and (max-width: 1100px) {
  .footer-cv .footer-cv-box .footcv-img01 {
    display: none;
  }
}
.footer-cv .footer-cv-box .footcv-img02 {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
@media screen and (max-width: 1100px) {
  .footer-cv .footer-cv-box .footcv-img02 {
    display: none;
  }
}
.footer-cv .footer-cv-box .footcv-img03 {
  position: absolute;
  bottom: 0;
  left: 20px;
  width: 157px;
}
@media screen and (max-width: 1200px) {
  .footer-cv .footer-cv-box .footcv-img03 {
    display: none;
  }
}
.footer-cv .footer-cv-box h3 {
  margin-bottom: 30px;
  font-size: 130%;
  color: #FFF;
}
.footer-cv .footer-cv-box .footer-cv-tel {
  color: #FFF;
  width: 55%;
}
@media screen and (max-width: 700px) {
  .footer-cv .footer-cv-box .footer-cv-tel {
    width: 100%;
    text-align: center;
  }
}
.footer-cv .footer-cv-box .footer-cv-tel a {
  margin-bottom: 30px;
  display: block;
}
.footer-cv .footer-cv-box .footer-cv-tel a p {
  font-size: 12px;
}
.footer-cv .footer-cv-box .footer-cv-tel a img {
  width: 242px;
  padding: 10px 0;
}
@media screen and (max-width: 700px) {
  .footer-cv .footer-cv-box .footer-cv-tel a img {
    width: 180px;
  }
}
.footer-cv .footer-cv-box .footer-cv-web {
  width: 45%;
}
@media screen and (max-width: 700px) {
  .footer-cv .footer-cv-box .footer-cv-web {
    width: 100%;
    text-align: center;
  }
}
.footer-cv .footer-cv-box .footer-cv-web a {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 auto 20px;
  border-radius: 5px;
  /* CSS3草案 */
  -webkit-border-radius: 5px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 5px;
  /* Firefox用 */
  text-align: center;
  padding: 19px 1em;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  width: 250px;
  transition: ease 0.4s;
}
@media screen and (max-width: 640px) {
  .footer-cv .footer-cv-box .footer-cv-web a {
    margin: 0 auto 20px;
  }
}
.footer-cv .footer-cv-box .footer-cv-web a:after {
  content: url(../img/more-p.svg);
  height: 1em;
  width: 1em;
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
  margin: auto;
  font-size: 90%;
  transition: ease 0.4s;
}
.footer-cv .footer-cv-box .footer-cv-web a span {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.footer-cv .footer-cv-box .footer-cv-web a span:before {
  content: "";
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  display: inline-block;
  transition: ease 0.4s;
  margin-right: 1em;
}
.footer-cv .footer-cv-box .footer-cv-web .request-btn {
  background-color: #FFF;
  color: #DB4151;
  border: 1px solid #fff;
}
.footer-cv .footer-cv-box .footer-cv-web .request-btn span:before {
  width: 14px;
  height: 17px;
  background-image: url(../img/ico-note-p.png);
}
.footer-cv .footer-cv-box .footer-cv-web .request-btn:hover {
  background-color: #DB4151;
  color: #FFF;
}
.footer-cv .footer-cv-box .footer-cv-web .request-btn:hover span:before {
  background-image: url(../img/ico-note-w.png);
}
.footer-cv .footer-cv-box .footer-cv-web .request-btn:hover:after {
  content: url(../img/more.svg);
}
.footer-cv .footer-cv-box .footer-cv-web .reservation-btn {
  background-color: #FFF;
  color: #DB4151;
  border: 1px solid #fff;
}
.footer-cv .footer-cv-box .footer-cv-web .reservation-btn span:before {
  width: 16px;
  height: 17px;
  background-image: url(../img/ico-calender-p.png);
}
.footer-cv .footer-cv-box .footer-cv-web .reservation-btn:hover {
  background-color: #DB4151;
  color: #FFF;
}
.footer-cv .footer-cv-box .footer-cv-web .reservation-btn:hover span:before {
  background-image: url(../img/ico-calender-w.png);
}
.footer-cv .footer-cv-box .footer-cv-web .reservation-btn:hover:after {
  content: url(../img/more.svg);
}
.footer-cv .footer-cv-box .footer-cv-web .line-btn {
  background-color: #25C755;
  color: #FFF;
  margin-bottom: 0;
  border: 1px solid #25C755;
}
.footer-cv .footer-cv-box .footer-cv-web .line-btn span:before {
  width: 17px;
  height: 17px;
  background-image: url(../img/ico-line-w.png);
}
.footer-cv .footer-cv-box .footer-cv-web .line-btn:hover {
  background-color: #fff;
  color: #25C755;
}
.footer-cv .footer-cv-box .footer-cv-web .line-btn:hover span:before {
  background-image: url(../img/ico-line-g.png);
}
.footer-cv .footer-cv-box .footer-cv-web .line-btn:hover:after {
  content: url(../img/more-g.svg);
}
.footer-cv .footer-cv-box .footer-cv-web .line-btn:after {
  content: url(../img/more.svg);
}
.footer-cv .footer-cv-box .footer-cv-web .hover {
  display: none;
}
.p-footer-cv {
  background: linear-gradient(180deg, #fff 0%, #fff 50%, #FCEBED 50%, #FCEBED 100%);
}
.footer-bn {
  padding: 0 10px 70px;
  background-color: #FCEBED;
}
@media screen and (max-width: 700px) {
  .footer-bn {
    padding: 0 10px 30px;
  }
}
.footer-bn ul {
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: center;
  justify-content: center;
}
@media screen and (max-width: 700px) {
  .footer-bn ul {
    -webkit-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-align-items: center;
    align-items: center;
  }
}
.footer-bn ul li {
  padding: 20px;
}
.footer-bn ul li img {
  margin-bottom: 15px;
}
.footer-bn ul li a:hover img {
  opacity: 0.7;
}
.footer-bn ul li h2 {
  color: #DB4151;
  font-family: 'Noto Serif', "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 130%;
  margin-bottom: 10px;
}
.footer-bn ul li p {
  line-height: 1.5em;
}
.smp-cv-line {
  display: inline-block;
  position: fixed;
  right: 10px;
  bottom: 65px;
  z-index: 9;
}
@media screen and (min-width: 641px) {
  .smp-cv-line {
    display: none;
  }
}
.smp-cv-line a {
  background-color: #25C755;
  -webkit-border-radius: 200px;
  border-radius: 200px;
  color: #fff;
  text-align: center;
  padding: 15px;
  display: inline-block;
}
.smp-cv-line img {
  width: 40px;
}
.smp-cv {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 9;
  width: 100%;
  background-color: #FFF;
}
@media screen and (min-width: 641px) {
  .smp-cv {
    display: none;
  }
}
.smp-cv ul {
  background-color: #FFF;
  display: flex;
  padding: 2px;
}
.smp-cv ul li {
  width: 46%;
  padding: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.smp-cv ul li:nth-child(2){
  width: 36%;
}

.smp-cv ul li:last-child{
  width: 18%;
  padding: 2px;
}
.smp-cv ul li a {
  text-align: center;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: bold;
  padding: 10px 0;
}
.smp-cv ul li a img {
  height: 45px;
}
.smp-cv ul .smp-cv-request{
  background-color: #fff;
  border: 1px solid #DB4151;
  color: #000000;
}

.smp-cv .smp-cv-request dl{
  display: flex;
  align-items: center;
}

.smp-cv .smp-cv-request dl img{
  margin-right: 5px;
}

.smp-cv ul .smp-cv-fline{
  background-color: #60b052;
  }
.smp-cv ul .smp-cv-request a span {
  color: #DB4151;
}
.smp-cv ul .smp-cv-reservation{
  color: #fff;
  border: 1px solid #55B8CD;
  background-color: #55B8CD;
}
.smp-cv ul .smp-cv-reservation a span {
  color: #ffff00;
}
.smp-cv ul p {
  line-height: 1.4;
}

@media screen and (max-width: 380px) {
  .smp-cv ul p {
    font-size: 1.2rem;
  }
}
.smp-cv ul span {
  font-size: 130%;
}
.page-top a {
  background-color: #4E4E4E;
  display: block;
  text-align: center;
  padding: 18px;
  color: #fff;
}
.page-top a img {
  padding-right: 10px;
}
.page-top a:hover img {
  transition: 0.2s ease;
  transform: translateY(-2px);
}
.footer-content {
  padding: 100px 10px 0;
  width: 1200px;
  margin: 0 auto;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 1400px) {
  .footer-content {
    width: 100%;
    padding: 100px 100px 0 50px;
  }
}
@media screen and (max-width: 1000px) {
  .footer-content {
    padding: 60px 20px;
  }
}
@media screen and (max-width: 800px) {
  .footer-content {
    padding: 100px 20px 40px;
    -webkit-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
  }
}
.footer-content .footer-left {
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  color: #FFF;
  width: 65%;
}
@media screen and (min-width: 801px) and (max-width: 1200px) {
  .footer-content .footer-left {
    width: 60%;
  }
}
@media screen and (max-width: 800px) {
  .footer-content .footer-left {
    width: 100%;
  }
}
.footer-content .footer-left ul {
  margin-right: 100px;
  margin-bottom: 60px;
}
@media screen and (max-width: 800px) {
  .footer-content .footer-left ul {
    width: 100%;
    margin-right: 0;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}
@media screen and (max-width: 800px) {
  .footer-content .footer-left ul li {
    width: 50%;
  }
}
@media screen and (max-width: 800px) {
  .footer-content .footer-left ul li:first-child {
    width: 100%;
  }
}
.footer-content .footer-left ul p {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 24px;
}
.footer-content .footer-left ul a {
  display: inline-block;
  font-size: 12px;
  padding: 8px 0;
  line-height: 2;
}
.footer-content .footer-left ul a:hover {
  text-decoration: underline;
}
.footer-right {
  width: 35%;
  text-align: center;
}
@media screen and (min-width: 801px) and (max-width: 1200px) {
  .footer-right {
    width: 40%;
  }
}
@media screen and (max-width: 800px) {
  .footer-right {
    width: 100%;
    padding-top: 50px;
    border-top: 1px solid #ccc;
  }
}
.footer-right .footer-logo {
  color: #FFF;
  text-align: center;
  font-size: 12px;
}
.footer-right .footer-logo a {
  font-family: 'Noto Serif', "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.footer-right .footer-logo a:hover {
  opacity: 0.7;
}
.footer-right .footer-logo a img {
  width: 130px;
  padding-bottom: 10px;
}
.footer-right .footer-logo p {
  font-family: 'Noto Serif', "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  padding-top: 30px;
  line-height: 1.5em;
}
.footer-right .footer-btn {
  color: #FFF;
  margin-top: 50px;
}
.footer-right .footer-btn a {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 5px;
  /* CSS3草案 */
  -webkit-border-radius: 5px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 5px;
  /* Firefox用 */
  padding: 1.5em 10px;
  text-align: center;
  margin: 0 auto 15px;
  font-weight: bold;
  position: relative;
  width: 264px;
  transition: ease 0.4s;
}
.footer-right .footer-btn a:after {
  height: 1em;
  width: 1em;
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
  margin: auto;
  font-size: 90%;
  transition: ease 0.4s;
}
.footer-right .footer-btn a span {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.footer-right .footer-btn a span:before {
  content: "";
  display: inline-block;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  margin-right: 1em;
  transition: ease 0.4s;
}
.footer-right .footer-btn .repuest-btn a {
  background-color: #fff;
  border: 1px solid #DB4151;
  color: #DB4151;
}
.footer-right .footer-btn .repuest-btn a:after {
  content: url(../img/more-p.svg);
}
.footer-right .footer-btn .repuest-btn a span:before {
  width: 15px;
  height: 17px;
  background-image: url(../img/ico-note-p.png);
}
.footer-right .footer-btn .repuest-btn a:hover {
  background-color: #DB4151;
  color: #fff;
}
.footer-right .footer-btn .repuest-btn a:hover:after {
  content: url(../img/more.svg);
}
.footer-right .footer-btn .repuest-btn a:hover span:before {
  background-image: url(../img/ico-note-w.png);
}
.footer-right .footer-btn .reservation-btn a {
  background-color: #DB4151;
  border: 1px solid #DB4151;
  color: #fff;
}
.footer-right .footer-btn .reservation-btn a:after {
  content: url(../img/more.svg);
}
.footer-right .footer-btn .reservation-btn a span:before {
  width: 17px;
  height: 17px;
  background-image: url(../img/ico-calender-w.png);
}
.footer-right .footer-btn .reservation-btn a:hover {
  background-color: #fff;
  color: #DB4151;
}
.footer-right .footer-btn .reservation-btn a:hover:after {
  content: url(../img/more-p.svg);
}
.footer-right .footer-btn .reservation-btn a:hover span:before {
  background-image: url(../img/ico-calender-p.png);
}
.footer-right .footer-btn .line-btn a {
  background-color: #25C755;
  color: #fff;
  border: 1px solid #25C755;
}
.footer-right .footer-btn .line-btn a:after {
  content: url(../img/more.svg);
}
.footer-right .footer-btn .line-btn a span:before {
  width: 17px;
  height: 17px;
  background-image: url(../img/ico-line-w.png);
}
.footer-right .footer-btn .line-btn a:hover {
  background-color: #fff;
  color: #25C755;
}
.footer-right .footer-btn .line-btn a:hover:after {
  content: url(../img/more-g.svg);
}
.footer-right .footer-btn .line-btn a:hover span:before {
  background-image: url(../img/ico-line-g.png);
}
.footer-right .footer-tel {
  color: #FFF;
  text-align: center;
}
.footer-right .footer-tel a {
  display: block;
  padding: 10px 0;
  font-size: 12px;
}
.footer-right .footer-tel a img {
  width: 150px;
  padding: 10px 0;
}
.copy {
  color: #FFF;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 800px) {
  .copy {
    -webkit-flex-flow: column-reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
.copy p {
  padding: 20px;
  font-size: 90%;
  line-height: 1.4em;
}
@media screen and (max-width: 641px) {
  .copy p {
    padding-bottom: 150px;
  }
}
.copy .foot-sns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 700px) {
  .copy .foot-sns {
    padding-bottom: 40px;
  }
}
.copy .foot-sns a {
  display: inline-block;
  padding: 10px;
}
.copy .foot-sns a:hover {
  opacity: 0.7;
}
/*下層ページ共通*/
.p-wrapper {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1400px) {
  .p-wrapper {
    padding: 0 100px;
  }
}
@media screen and (max-width: 1200px) {
  .p-wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .p-wrapper {
    padding: 0 20px;
  }
}
#page-title {
  padding: 80px 0 40px;
}
@media screen and (max-width: 640px) {
  #page-title {
    padding: 14px 0 25px;
  }
}
#page-title .page-tit-box {
  text-align: center;
}
@media screen and (max-width: 640px) {
  #page-title .page-tit-box img {
    height: 28px;
  }
}
@media screen and (max-width: 380px) {
  #page-title .page-tit-box img {
    height: 24px;
  }
}
#page-title .page-tit-box h1 {
  color: #191919;
  font-size: 120%;
  margin-top: 25px;
  letter-spacing: 0.07em;
  line-height: 1.8;
}
@media screen and (max-width: 640px) {
  #page-title .page-tit-box h1 {
    margin-top: 10px;
  }
}
@media screen and (max-width: 380px) {
  #page-title .page-tit-box h1 {
    font-size: 100%;
  }
}
/*クリックしたら開閉*/
.click-title {
  position: relative;
  cursor: pointer;
  transition: all 0.5s ease;
}
.click-title::before,
.click-title::after {
  position: absolute;
  content: '';
  width: 15px;
  height: 2px;
  background-color: #191919;
}
@media screen and (max-width: 640px) {
  .click-title::before,
  .click-title::after {
    width: 10px;
  }
}
.click-title::before {
  top: 48%;
  right: 15px;
  transform: rotate(0deg);
}
@media screen and (max-width: 640px) {
  .click-title::before {
    right: 10px;
  }
}
.click-title::after {
  top: 48%;
  right: 15px;
  transform: rotate(90deg);
}
@media screen and (max-width: 640px) {
  .click-title::after {
    right: 10px;
  }
}
.click-title.close::before {
  transform: rotate(45deg);
}
.click-title.close::after {
  transform: rotate(-45deg);
}
.click-content {
  display: none;
}
@media screen and (max-width: 1400px) {
  #p-faq .p-wrapper {
    padding: 0 100px 0 30px;
  }
}
@media screen and (max-width: 1200px) {
  #p-faq .p-wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  #p-faq .p-wrapper {
    padding: 0 20px;
  }
}
#p-faq .wrap {
  display: flex;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  #p-faq .wrap {
    display: block;
    margin-top: 0;
  }
}
#p-faq .left-box {
  width: 20%;
}
@media screen and (max-width: 1200px) {
  #p-faq .left-box {
    width: 25%;
  }
}
@media screen and (max-width: 768px) {
  #p-faq .left-box {
    width: 100%;
    padding-bottom: 40px;
  }
}
#p-faq .left-box li a {
  font-size: 1.3rem;
  border-top: 1px solid #000;
  padding: 15px 0 15px 20px;
  display: block;
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width: 768px) {
  #p-faq .left-box li a {
    border-top: 0;
    padding: 8px 0 8px 20px;
  }
}
#p-faq .left-box li a:hover {
  color: #db4151;
  transition: ease 0.4s;
}
#p-faq .left-box li a:after {
  content: '';
  background-image: url(../img/more-b.svg);
  width: 6px;
  height: 9px;
  top: 0;
  bottom: 0;
  left: 5px;
  background-size: cover;
  position: absolute;
  margin: auto;
  display: block;
}
#p-faq .left-box li a:hover:after {
  background-image: url(../img/more-p.svg);
  transition: ease 0.4s;
}
#p-faq .left-box li:last-child a {
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 768px) {
  #p-faq .left-box li:last-child a {
    border-bottom: 0;
  }
}
#p-faq .right-box {
  width: 70%;
  margin-left: auto;
}
@media screen and (max-width: 1400px) {
  #p-faq .right-box {
    width: 65%;
  }
}
@media screen and (max-width: 768px) {
  #p-faq .right-box {
    width: 100%;
    margin: 0 auto;
  }
}
#p-faq .right-box h2 {
  font-size: 130%;
  padding-bottom: 40px;
  padding-top: 70px;
  margin-top: -70px;
}
@media screen and (max-width: 768px) {
  #p-faq .right-box h2 {
    padding-top: 50px;
    margin-top: -50px;
    padding-bottom: 32px;
  }
}
#p-faq .right-box ul {
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #p-faq .right-box ul {
    padding-bottom: 24px;
  }
}
#p-faq .right-box li {
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  #p-faq .right-box li {
    margin-bottom: 40px;
  }
}
#p-faq .right-box ul:last-child {
  padding-bottom: 0;
}
#p-faq .right-box dl dt {
  display: flex;
  align-items: center;
  line-height: 1.5;
  padding-right: 80px;
}
@media screen and (max-width: 768px) {
  #p-faq .right-box dl dt {
    padding-right: 40px;
  }
}
#p-faq .right-box dl span {
  background-image: url(../img/faq-q.svg);
  background-size: cover;
  background-position: center;
  min-width: 40px;
  min-height: 40px;
  display: inline-block;
  margin-right: 16px;
}
@media screen and (max-width: 768px) {
  #p-faq .right-box dl span {
    min-width: 32px;
    min-height: 32px;
  }
}
#p-faq .right-box dl dd {
  padding: 32px 0;
  line-height: 1.8;
}
#p-faq .right-box dl dd a {
  text-decoration: underline;
  display: inline-block;
  margin-top: 10px;
}
.link-btn {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .link-btn {
    margin-bottom: 20px;
  }
}
.link-btn ul {
  display: flex;
  justify-content: space-between;
}
.link-btn li {
  width: 33%;
  text-align: center;
}
.link-btn li a {
  padding: 10px 8px;
  display: block;
  color: #fff;
}
.link-btn li .b-pink {
  background-color: #db4151;
}
.link-btn li .b-gray {
  color: #191919;
  background-color: #f3f3f3;
}
.link-btn li .b-gray:hover {
  color: #db4151;
  transition: ease 0.4s;
}
#p-recruit .recruti-list {
  padding: 100px 0 60px;
}
@media screen and (max-width: 640px) {
  #p-recruit .recruti-list {
    padding: 48px 0 20px;
  }
}
#p-recruit .recruti-list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 360px) {
  #p-recruit .recruti-list ul {
    display: block;
  }
}
#p-recruit .recruti-list ul li {
  width: 24%;
  text-align: center;
  padding: 32px 10px;
  position: relative;
  cursor: pointer;
  border-radius: 5px;
}
@media screen and (max-width: 640px) {
  #p-recruit .recruti-list ul li {
    width: 49%;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 360px) {
  #p-recruit .recruti-list ul li {
    width: 100%;
    padding: 28px 10px;
  }
}
#p-recruit .recruti-list ul li span {
  display: block;
}
#p-recruit .recruti-list ul li p {
  width: 100%;
  line-height: 1.3;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#p-recruit .recruti-list ul li:last-child {
  margin-right: 0;
}
#p-recruit .recruti-list ul .tab {
  background-color: #fcebed;
  color: #db4151;
}
#p-recruit .recruti-list ul .active {
  background-color: #db4151;
  color: #fff;
}
#p-recruit .recruti-content {
  display: none;
}
#p-recruit .recruti-content.show {
  display: block;
}
#p-recruit .recruti-content-box dt {
  width: 100%;
  position: relative;
  font-weight: bold;
  font-size: 2rem;
  color: #db4151;
  line-height: 1.5;
  padding-bottom: 10px;
}
#p-recruit .recruti-content-box dt:after {
  position: absolute;
  left: 0;
  bottom: -3px;
  display: block;
  content: "";
  width: 100%;
  height: 3px;
  background-image: url(../img/dot.png);
}
#p-recruit .recruti-content-box dd {
  padding: 24px 0 32px;
  line-height: 1.5;
}
#p-recruit .form {
  text-align: center;
  margin: 60px 0;
}
#p-recruit .form a {
  cursor: pointer;
  display: inline-block;
  background-color: #db4151;
  color: #FFF;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  font-weight: bold;
  font-size: 120%;
  padding: 22px 10px;
  position: relative;
  width: 290px;
  border: 1px solid #DB4051;
  transition: ease 0.4s;
}
#p-recruit .form a:before {
  display: block;
  position: absolute;
  content: "";
  background-color: #fcebed;
  width: 90%;
  height: 10px;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  bottom: -11px;
  left: 0;
  right: 0;
  margin: auto;
}
#p-recruit .form a:after {
  content: url(../img/more.svg);
  width: 7px;
  height: 14px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
}
#p-recruit .form a:hover {
  background-color: #FFF;
  border: 1px solid #DB4051;
  color: #DB4051;
  transition: ease 0.4s;
}
#p-recruit .form a:hover:after {
  content: url(../img/more-p.svg);
  transition: ease 0.4s;
}
#p-prevention .link-btn ul {
  width: 90%;
  margin: 40px auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #p-prevention .link-btn ul {
    display: block;
    margin: 24px auto;
  }
}
#p-prevention .link-btn li {
  width: 30%;
  line-height: 1.5;
}
@media screen and (max-width: 640px) {
  #p-prevention .link-btn li {
    width: 32%;
  }
}
@media screen and (max-width: 767px) {
  #p-prevention .link-btn li {
    width: 100%;
  }
}
#p-prevention .link-btn li a {
  color: #191919;
  display: block;
  padding: 24px 39px 24px 24px;
  background-color: #fff;
  border-bottom: 1px solid #000;
  position: relative;
}
@media screen and (max-width: 640px) {
  #p-prevention .link-btn li a {
    padding: 12px 10px;
  }
}
#p-prevention .link-btn li a:after {
  content: '';
  background-image: url(../img/more-b.svg);
  width: 6px;
  height: 9px;
  top: 0;
  bottom: 0;
  right: 15px;
  background-size: cover;
  position: absolute;
  margin: auto;
  display: block;
}
#p-prevention .link-btn li a:hover {
  color: #DB4051;
  transition: ease 0.4s;
}
#p-prevention .link-btn li a:hover:after {
  background-image: url(../img/more-p.svg);
  transition: ease 0.4s;
}
#p-prevention .gray-bg {
  background-color: #fafafa;
  margin-top: 60px;
}
#p-prevention .about-prevention {
  padding: 80px 0 60px;
}
@media (max-width: 640px) {
  #p-prevention .about-prevention {
    padding: 40px 0 20px;
  }
}
#p-prevention .about-prevention .heading-box {
  text-align: center;
}
#p-prevention .about-prevention h2 {
  font-size: 180%;
  line-height: 2.5;
  text-align: center;
  margin-bottom: 10px;
  display: inline-block;
  position: relative;
}
@media (max-width: 640px) {
  #p-prevention .about-prevention h2 {
    font-size: 1.8rem;
  }
}
#p-prevention .about-prevention h2:after {
  display: block;
  content: "";
  width: 100%;
  height: 3px;
  background-image: url(../img/dot.png);
}
#p-prevention .about-prevention .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  margin-top: 56px;
}
@media (max-width: 640px) {
  #p-prevention .about-prevention .box {
    display: block;
    margin-top: 16px;
  }
}
#p-prevention .about-prevention .box li {
  width: 30%;
  margin: 0 10px 50px;
}
@media (max-width: 767px) {
  #p-prevention .about-prevention .box li {
    width: 46%;
    margin: 0 10px 20px;
  }
}
@media (max-width: 640px) {
  #p-prevention .about-prevention .box li {
    width: 100%;
    margin: 0 0 20px;
  }
}
@media (max-width: 640px) {
  #p-prevention .about-prevention .box li:last-child {
    margin-bottom: 0;
  }
}
#p-prevention .about-prevention .box .item {
  display: flex;
  align-items: center;
  height: 60px;
}
#p-prevention .about-prevention .box .item .num {
  width: 20%;
}
@media (max-width: 767px) {
  #p-prevention .about-prevention .box .item .num {
    width: 15%;
  }
}
#p-prevention .about-prevention .box .item .item-tit {
  width: 80%;
  font-size: 1.6rem;
  padding-left: 5px;
}
@media (max-width: 767px) {
  #p-prevention .about-prevention .box .item .item-tit {
    width: 85%;
  }
}
#p-prevention .about-prevention .box .pic {
  width: 100%;
  height: 250px;
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  #p-prevention .about-prevention .box .pic {
    height: 250px;
  }
}
#p-prevention .about-prevention .box .text {
  padding: 10px 0;
  line-height: 1.8;
}
#p-prevention .about-prevention .box:after {
  content: '';
  width: 30%;
  margin: 0 10px 50px;
  display: block;
}
@media (max-width: 767px) {
  #p-prevention .about-prevention .box:after {
    width: 46%;
  }
}
@media (max-width: 640px) {
  #p-prevention .about-prevention .box:after {
    width: 100%;
    margin: 20px 0 0;
  }
}
#p-prevention .about-prevention .note {
  text-align: center;
  background-color: #fcebed;
  color: #DB4151;
  padding: 24px 10px;
  line-height: 1.5;
}
@media (max-width: 640px) {
  #p-prevention .about-prevention .note {
    text-align: left;
    padding: 16px 10px;
  }
}
#p-prevention .please {
  max-width: 860px;
  margin: 0 auto 20px;
  background-color: #fff;
  border: 1px solid #db4151;
  border-radius: 10px;
  padding: 30px 56px 56px;
}
@media (max-width: 640px) {
  #p-prevention .please {
    max-width: 100%;
    padding: 20px 20px 30px;
  }
}
#p-prevention .please .heading-box {
  margin-bottom: 24px;
}
@media (max-width: 640px) {
  #p-prevention .please .heading-box {
    margin-bottom: 12px;
  }
}
#p-prevention .please h2 {
  color: #db4151;
}
#p-prevention .please p {
  line-height: 2;
  padding-bottom: 20px;
}
#p-prevention .please p:last-child {
  padding-bottom: 0;
}
.place-wrapper ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .place-wrapper ul {
    display: block;
    margin-top: 40px;
  }
}
.place-wrapper ul li {
  width: 30%;
  margin: 0 10px 40px;
}
@media (max-width: 767px) {
  .place-wrapper ul li {
    width: 46%;
  }
}
@media (max-width: 640px) {
  .place-wrapper ul li {
    width: 100%;
    margin: 0 0 40px;
  }
}
.place-wrapper ul a {
  display: block;
}
.place-wrapper ul .thumbnail {
  height: 200px;
  background-size: cover;
  background-position: center;
}
.place-wrapper ul .box {
  padding: 20px 0;
}
.place-wrapper ul .title {
  font-size: 130%;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.4em;
}
.place-wrapper ul .item {
  display: flex;
}
.place-wrapper ul .item p {
  background-color: #fcebed;
  color: #db4151;
  padding: 8px 10px;
  margin-right: 10px;
  line-height: 1.4;
}
.place-wrapper ul .item p:last-child {
  margin-right: 0;
}
.place-wrapper ul .access {
  line-height: 1.5;
  margin-top: 10px;
}
.place-wrapper ul .moreBtn {
  text-align: right;
  color: #db4151;
  padding: 10px 22px 10px 0;
  position: relative;
}
.place-wrapper ul .moreBtn:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  border-top: 1px solid;
  border-right: 1px solid;
  transform: rotate(45deg);
}
.place-wrapper ul a:hover {
  opacity: 0.6;
  transition: ease 0.4s;
}
.place-wrapper ul:after {
  content: '';
  display: block;
  width: 30%;
  margin: 0 10px 40px;
}
@media (max-width: 767px) {
  .place-wrapper ul:after {
    width: 46%;
  }
}
.other-places {
  padding: 80px 0;
}
@media (max-width: 640px) {
  .other-places {
    padding: 40px 0;
  }
}
.other-places .heading-box {
  text-align: center;
}
@media (max-width: 640px) {
  .other-places .heading-box .en-tit img {
    height: 24px;
  }
}
.other-places .heading-box h2 {
  font-size: 120%;
  padding-top: 25px;
}
@media (max-width: 640px) {
  .other-places .heading-box h2 {
    padding-top: 10px;
    font-size: 100%;
  }
}
.other-places ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 60px;
}
@media (max-width: 640px) {
  .other-places ul {
    margin-top: 40px;
  }
}
.other-places ul li {
  width: 45%;
  margin: 0 10px 40px;
}
@media (max-width: 640px) {
  .other-places ul li {
    width: 48%;
    margin: 0 0 40px;
  }
}
@media (max-width: 640px) {
  .other-places ul li:last-child {
    margin-bottom: 0;
  }
}
.other-places ul a {
  display: block;
}
.other-places ul .thumbnail {
  height: 300px;
  background-size: cover;
  background-position: center;
}
@media (max-width: 640px) {
  .other-places ul .thumbnail {
    height: 130px;
  }
}
.other-places ul .box {
  padding: 20px 0;
}
.other-places ul .title {
  font-size: 130%;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.4em;
}
.other-places ul .item {
  display: flex;
}
@media (max-width: 640px) {
  .other-places ul .item {
    display: block;
  }
}
.other-places ul .item p {
  font-size: 85%;
  background-color: #fcebed;
  color: #db4151;
  padding: 8px 10px;
  margin-right: 10px;
  line-height: 1.4;
}
@media (max-width: 640px) {
  .other-places ul .item p {
    margin-right: 0;
    display: inline-block;
    margin-bottom: 10px;
    padding: 5px;
  }
}
.other-places ul .item p:last-child {
  margin-right: 0;
}
@media (max-width: 640px) {
  .other-places ul .item p:last-child {
    margin-bottom: 0;
  }
}
.other-places ul .access {
  line-height: 1.5;
  margin-top: 10px;
}
.other-places ul .moreBtn {
  text-align: right;
  color: #db4151;
  padding: 10px 30px 10px 0;
  position: relative;
}
.other-places ul .moreBtn:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  border-top: 1px solid;
  border-right: 1px solid;
  transform: rotate(45deg);
}
.other-places ul a:hover {
  opacity: 0.6;
  transition: ease 0.4s;
}
.review-wrapper {
  padding: 80px 0;
}
@media screen and (max-width: 640px) {
  .review-wrapper {
    padding: 40px 0;
  }
}
.review-wrapper .heading-box {
  text-align: center;
}
.review-wrapper .heading-box h1 {
  font-size: 300%;
  padding: 0 24px 16px;
  position: relative;
  margin-bottom: 24px;
  display: inline-block;
}
@media screen and (max-width: 640px) {
  .review-wrapper .heading-box h1 {
    font-size: 230%;
  }
}
.review-wrapper .heading-box h1:after {
  display: block;
  content: "";
  width: 100%;
  height: 3px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  position: absolute;
  background-image: url(../img/dot.png);
}
.review-wrapper .heading-box p {
  font-size: 140%;
}
@media screen and (max-width: 640px) {
  .review-wrapper .heading-box p {
    font-size: 100%;
  }
}
.review-wrapper .heading-box span {
  font-family: 'Noto Serif', "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 150%;
  color: #db4151;
  font-weight: bold;
  display: inline-block;
}
.review-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}
.review-wrapper ul li {
  width: 30%;
  margin: 40px 0;
}
@media (max-width: 767px) {
  .review-wrapper ul li {
    width: 46%;
  }
}
@media (max-width: 640px) {
  .review-wrapper ul li {
    margin: 0 0 30px;
  }
}
.review-wrapper ul li .thumbnail {
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background-position: center;
  background-size: cover;
  margin: 0 auto;
}
@media (max-width: 640px) {
  .review-wrapper ul li .thumbnail {
    width: 150px;
    height: 150px;
  }
}
.review-wrapper ul a {
  display: block;
}
.review-wrapper ul a:hover {
  opacity: 0.6;
  transition: ease 0.4s;
}
.review-wrapper ul .box {
  padding: 24px 10px;
}
@media (max-width: 640px) {
  .review-wrapper ul .box {
    padding: 20px 0;
  }
}
.review-wrapper ul .box .name {
  line-height: 1.5rem;
}
@media (max-width: 640px) {
  .review-wrapper ul .box .name {
    font-size: 95%;
  }
}
.review-wrapper ul .box .title {
  color: #DB4151;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: bold;
  margin: 10px 0;
}
@media (max-width: 640px) {
  .review-wrapper ul .box .title {
    font-size: 1.4rem;
  }
}
@media (max-width: 640px) {
  .review-wrapper ul .box .day {
    font-size: 95%;
  }
}
.review-wrapper ul .moreBtn {
  text-align: right;
  color: #DB4151;
  position: relative;
  padding: 0 22px;
}
.review-wrapper ul .moreBtn:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  border-top: 1px solid;
  border-right: 1px solid;
  transform: rotate(45deg);
}
.review-wrapper ul:after {
  content: '';
  display: block;
  width: 30%;
}
@media (max-width: 767px) {
  .review-wrapper ul:after {
    width: 46%;
  }
}
#p-planner .heading-box {
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 640px) {
  #p-planner .heading-box {
    margin-bottom: 30px;
  }
}
@media (max-width: 640px) {
  #p-planner .heading-box .en-tit img {
    height: 24px;
  }
}
#p-planner .heading-box h2 {
  font-size: 120%;
  padding-top: 25px;
}
@media (max-width: 640px) {
  #p-planner .heading-box h2 {
    padding-top: 10px;
    font-size: 100%;
  }
}
#p-planner .top-wedding_reviews {
  padding: 100px 20px;
  background-color: #FAFAFA;
}
@media screen and (max-width: 700px) {
  #p-planner .top-wedding_reviews {
    padding: 50px 0;
  }
}
#p-planner .top-wedding_reviews .title {
  text-align: center;
}
@media screen and (max-width: 640px) {
  #p-planner .top-wedding_reviews .title {
    margin-bottom: 10px;
  }
}
#p-planner .top-wedding_reviews .title .text {
  margin-top: 30px;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  #p-planner .top-wedding_reviews .title .text .br-sm {
    display: block;
  }
}
@media screen and (min-width: 641px) {
  #p-planner .top-wedding_reviews .title .text .br-sm {
    display: none;
  }
}
#p-planner .reviews-slider {
  padding: 20px 48px;
}
@media screen and (max-width: 700px) {
  #p-planner .reviews-slider {
    padding: 10px;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}
#p-planner .reviews-slider li {
  padding: 20px 25px;
}
@media screen and (max-width: 700px) {
  #p-planner .reviews-slider li {
    padding: 15px 10px;
    width: 50%;
  }
  #p-planner .reviews-slider li:nth-child(n + 5) {
    display: none;
  }
}
#p-planner .reviews-slider li a {
  display: block;
}
#p-planner .reviews-slider li a .thumbnail {
  height: 240px;
  margin-bottom: 10px;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-position: center;
}
@media screen and (max-width: 700px) {
  #p-planner .reviews-slider li a .thumbnail {
    height: 140px;
  }
}
#p-planner .reviews-slider li a dl {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #p-planner .reviews-slider li a dl {
    flex-direction: column;
    text-align: left;
    align-items: initial;
  }
}
#p-planner .reviews-slider li a dt {
  padding: 0 1em;
  margin: 0.5em 0;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}
@media screen and (max-width: 768px) {
  #p-planner .reviews-slider li a dt {
    font-size: 80%;
    padding: 0 0.5em;
    order: 2;
    width: fit-content;
  }
}
#p-planner .reviews-slider li a dd {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  #p-planner .reviews-slider li a dd {
    order: 1;
    margin: 5px 0;
  }
}
#p-planner .reviews-slider li a h3 {
  font-size: 16px;
  line-height: 1.5em;
  margin-bottom: 20px;
}
@media screen and (max-width: 700px) {
  #p-planner .reviews-slider li a h3 {
    font-size: 14px;
  }
}
#p-planner .reviews-slider li a p {
  color: #DB4151;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
#p-planner .reviews-slider li a p:after {
  content: "〉";
  padding-left: 1em;
  font-weight: bold;
  font-size: 80%;
}
.planner-strengths {
  background-color: #fafafa;
  padding: 80px 0;
}
@media (max-width: 640px) {
  .planner-strengths {
    padding: 40px 0 50px;
  }
}
.planner-strengths ul {
  max-width: 900px;
  margin: 0 auto;
}
@media (max-width: 640px) {
  .planner-strengths ul {
    max-width: 100%;
  }
}
.planner-strengths li {
  display: flex;
  margin-bottom: 80px;
}
@media (max-width: 640px) {
  .planner-strengths li {
    flex-direction: column;
    margin-bottom: 40px;
  }
}
.planner-strengths li h3 {
  font-size: 120%;
  padding-bottom: 20px;
  color: #DB4151;
  font-weight: bold;
}
.planner-strengths li p {
  line-height: 2;
}
.planner-strengths li .pic {
  height: 250px;
  background-size: cover;
  background-position: center;
}
@media (max-width: 640px) {
  .planner-strengths li .pic {
    height: 200px;
  }
}
.planner-strengths li:nth-child(odd) .left {
  width: 40%;
}
@media (max-width: 640px) {
  .planner-strengths li:nth-child(odd) .left {
    width: 100%;
  }
}
.planner-strengths li:nth-child(odd) .right {
  width: 60%;
  background-color: #fff;
  padding: 40px;
}
@media (max-width: 640px) {
  .planner-strengths li:nth-child(odd) .right {
    width: 100%;
    padding: 32px 24px;
  }
}
.planner-strengths li:nth-child(even) .left {
  width: 60%;
  background-color: #fff;
  padding: 40px;
}
@media (max-width: 640px) {
  .planner-strengths li:nth-child(even) .left {
    width: 100%;
    order: 2;
    padding: 32px 24px;
  }
}
.planner-strengths li:nth-child(even) .right {
  width: 40%;
  background-color: #000;
}
@media (max-width: 640px) {
  .planner-strengths li:nth-child(even) .right {
    width: 100%;
    order: 1;
  }
}
.planner-strengths li:last-child {
  margin-bottom: 0;
}
.planner-list {
  padding: 80px 0;
}
@media (max-width: 640px) {
  .planner-list {
    padding: 40px 0 50px;
  }
}
.planner-list h3 {
  font-size: 130%;
  color: #DB4151;
  padding: 20px 20px 20px 30px;
  font-weight: bold;
  position: relative;
}
@media (max-width: 640px) {
  .planner-list h3 {
    padding-left: 25px;
  }
}
.planner-list h3:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #fcebed;
  left: 5px;
  top: 0;
  bottom: -5px;
  margin: auto;
  z-index: -1;
}
@media (max-width: 640px) {
  .planner-list h3:before {
    height: 13px;
    width: 13px;
  }
}
.planner-list h3:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #DB4151;
  left: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}
@media (max-width: 640px) {
  .planner-list h3:after {
    height: 13px;
    width: 13px;
  }
}
.planner-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .planner-list ul {
    margin-bottom: 20px;
  }
}
.planner-list ul li {
  width: 30%;
  margin: 40px 0;
}
@media (max-width: 767px) {
  .planner-list ul li {
    width: 46%;
  }
}
@media (max-width: 640px) {
  .planner-list ul li {
    margin: 0 0 30px;
  }
}
.planner-list ul li .thumbnail {
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background-position: center 5%;
  background-size: cover;
  margin: 0 auto;
}
@media (max-width: 640px) {
  .planner-list ul li .thumbnail {
    width: 150px;
    height: 150px;
  }
}
.planner-list ul a {
  display: block;
}
.planner-list ul a:hover {
  opacity: 0.6;
  transition: ease 0.4s;
}
.planner-list ul .box {
  padding: 20px 10px;
}
@media (max-width: 640px) {
  .planner-list ul .box {
    padding: 20px 0;
  }
}
.planner-list ul .box .name-box {
  text-align: center;
}
.planner-list ul .box .name-box .name {
  font-size: 120%;
}
.planner-list ul .box .name-box .en-name {
  color: #DB4151;
  padding: 6px 0 12px;
}
.planner-list ul .box .message {
  line-height: 1.6;
}
@media (max-width: 640px) {
  .planner-list ul .box .message {
    font-size: 1.2rem;
  }
}
.planner-list ul .moreBtn {
  text-align: right;
  padding: 10px 22px 10px 10px;
  color: #db4151;
  position: relative;
}
@media (max-width: 640px) {
  .planner-list ul .moreBtn {
    font-size: 1.2rem;
    padding: 0 22px 0 0;
  }
}
.planner-list ul .moreBtn:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  border-top: 1px solid;
  border-right: 1px solid;
  transform: rotate(45deg);
}
.planner-list ul:last-child {
  margin-bottom: 0;
}
.planner-list ul:after {
  content: '';
  display: block;
  width: 30%;
}
@media (max-width: 767px) {
  .planner-list ul:after {
    width: 46%;
  }
}
.p-planner-blog {
  border-top: 1px solid #ddd;
  padding: 80px 0 0;
}
@media (max-width: 640px) {
  .p-planner-blog {
    padding: 40px 0 0;
  }
}
.p-planner-blog ul {
  width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 850px) {
  .p-planner-blog ul {
    width: 100%;
  }
}
.p-planner-blog ul li {
  border-bottom: 1px solid #EFEFEF;
}
.p-planner-blog ul li:last-child {
  border-bottom: 0;
}
.p-planner-blog ul li a {
  display: block;
  padding: 20px 50px 20px 20px;
  position: relative;
}
@media screen and (max-width: 700px) {
  .p-planner-blog ul li a {
    padding: 20px 30px 20px 0;
  }
}
.p-planner-blog ul li a:after {
  content: "〉";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 1em;
  height: 1em;
}
.p-planner-blog ul li a:hover dd {
  color: #DB4151;
}
.p-planner-blog ul li a dl {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 850px) {
  .p-planner-blog ul li a dl {
    -webkit-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}
.p-planner-blog ul li a dt {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 850px) {
  .p-planner-blog ul li a dt {
    padding-bottom: 5px;
  }
}
.p-planner-blog ul li a dt p {
  margin-right: 15px;
}
.p-planner-blog ul li a dt .category {
  background-color: #FCEBED;
  color: #DB4151;
  border-radius: 5px;
  /* CSS3草案 */
  -webkit-border-radius: 5px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 5px;
  /* Firefox用 */
  font-size: 90%;
  padding: 0.5em 1em;
}
.p-planner-blog ul li a dd {
  font-size: 14px;
  line-height: 1.4em;
}
@media (max-width: 800px) {
  #p-dress .link-btn ul {
    flex-wrap: wrap;
  }
}
#p-dress .link-btn li {
  width: 19%;
}
@media (max-width: 800px) {
  #p-dress .link-btn li {
    width: 49%;
    margin-bottom: 10px;
  }
}
#p-dress .link-btn li a {
  border-radius: 5px;
}
@media (max-width: 800px) {
  #p-dress .link-btn li:first-child {
    width: 100%;
  }
}
#p-dress .dress-wrapper ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
#p-dress .dress-wrapper ul li {
  width: 22%;
  margin: 0 10px 40px;
}
@media (max-width: 1400px) {
  #p-dress .dress-wrapper ul li {
    width: 23%;
    margin: 0 10px 25px;
  }
}
@media (max-width: 1200px) {
  #p-dress .dress-wrapper ul li {
    width: 22%;
    margin: 0 10px 30px;
  }
}
@media (max-width: 1000px) {
  #p-dress .dress-wrapper ul li {
    width: 30%;
  }
}
@media (max-width: 700px) {
  #p-dress .dress-wrapper ul li {
    width: 48%;
    margin: 0 0 20px;
  }
}
#p-dress .dress-wrapper ul .thumbnail {
  background-size: cover;
  background-position: center;
  height: 400px;
  position: relative;
}
@media (max-width: 1400px) {
  #p-dress .dress-wrapper ul .thumbnail {
    height: 370px;
  }
}
@media (max-width: 1200px) {
  #p-dress .dress-wrapper ul .thumbnail {
    height: 320px;
  }
}
@media (max-width: 1000px) {
  #p-dress .dress-wrapper ul .thumbnail {
    height: 350px;
  }
}
@media (max-width: 640px) {
  #p-dress .dress-wrapper ul .thumbnail {
    height: 270px;
  }
}
#p-dress .dress-wrapper ul .thumbnail:after {
  content: '';
  background-image: url(../img/expansion-icon.png);
  bottom: 10px;
  right: 10px;
  width: 25px;
  height: 25px;
  background-position: center;
  background-size: cover;
  position: absolute;
  display: inline-block;
}
#p-dress .dress-wrapper ul:before {
  content: '';
  display: block;
  width: 22%;
  margin: 0 10px 40px;
  order: 1;
}
@media (max-width: 1400px) {
  #p-dress .dress-wrapper ul:before {
    width: 23%;
    margin: 0 10px 25px;
  }
}
@media (max-width: 1200px) {
  #p-dress .dress-wrapper ul:before {
    width: 22%;
    margin: 0 10px 30px;
  }
}
@media (max-width: 1000px) {
  #p-dress .dress-wrapper ul:before {
    width: 30%;
  }
}
@media (max-width: 700px) {
  #p-dress .dress-wrapper ul:before {
    width: 48%;
    margin: 0 0 20px;
  }
}
#p-dress .dress-wrapper ul:after {
  content: '';
  display: block;
  width: 22%;
  margin: 0 10px 40px;
}
@media (max-width: 1400px) {
  #p-dress .dress-wrapper ul:after {
    width: 23%;
    margin: 0 10px 25px;
  }
}
@media (max-width: 1200px) {
  #p-dress .dress-wrapper ul:after {
    width: 22%;
    margin: 0 10px 30px;
  }
}
@media (max-width: 1000px) {
  #p-dress .dress-wrapper ul:after {
    width: 30%;
  }
}
@media (max-width: 700px) {
  #p-dress .dress-wrapper ul:after {
    width: 48%;
    margin: 0 0 20px;
  }
}
#p-flow ul {
  position: relative;
  margin-left: 40px;
}
@media (max-width: 767px) {
  #p-flow ul {
    margin-left: 0;
  }
}
#p-flow li {
  margin-right: 40px;
  margin-left: 40px;
  margin-bottom: 300px;
  position: relative;
}
@media (max-width: 1000px) {
  #p-flow li {
    margin-left: 60px;
  }
}
@media (max-width: 767px) {
  #p-flow li {
    margin: 0 0 200px;
  }
}
@media (max-width: 640px) {
  #p-flow li {
    margin: 0 0 270px;
  }
}
#p-flow li .heading-box {
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  #p-flow li .heading-box {
    position: absolute;
    top: -55px;
    left: -104px;
  }
}
#p-flow li .heading-box h2 {
  font-size: 100%;
  color: #DB4151;
  line-height: 1.4;
  text-align: center;
  border: 1px solid #DB4151;
  background-color: #fff;
  padding: 10px;
}
@media (min-width: 768px) {
  #p-flow li .heading-box h2 {
    font-size: 90%;
    position: relative;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  #p-flow li .heading-box h2 .br-pc {
    display: block;
  }
}
@media (max-width: 767px) {
  #p-flow li .heading-box h2 .br-pc {
    display: none;
  }
}
@media (min-width: 768px) {
  #p-flow li .heading-box span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
#p-flow li:last-child {
  margin-bottom: 200px;
}
@media (max-width: 640px) {
  #p-flow li:last-child {
    margin-bottom: 350px;
  }
}
#p-flow .flow-box {
  background-color: #fcebed;
  padding: 40px 20px 40px 20px;
  position: relative;
}
@media (max-width: 767px) {
  #p-flow .flow-box {
    margin-left: 30px;
  }
}
#p-flow .flow-box .wrap {
  display: flex;
}
@media (max-width: 767px) {
  #p-flow .flow-box .wrap {
    display: block;
  }
}
#p-flow .flow-box .left {
  width: 40%;
  margin-left: 40px;
  position: relative;
  z-index: 2;
  text-align: center;
  height: auto;
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  #p-flow .flow-box .left {
    width: 100%;
    height: 280px;
    margin-left: 0;
  }
}
@media (max-width: 640px) {
  #p-flow .flow-box .left {
    height: 180px;
  }
}
#p-flow .flow-box .right {
  width: 60%;
  z-index: 2;
  padding: 80px 40px 60px 40px;
}
@media (max-width: 768px) {
  #p-flow .flow-box .right {
    padding: 80px 40px 40px 40px;
  }
}
@media (max-width: 767px) {
  #p-flow .flow-box .right {
    width: 100%;
    padding: 20px 0 20px 0;
  }
}
#p-flow .flow-box .right h3 {
  text-align: center;
  font-size: 180%;
  line-height: 2;
  font-family: 'Noto Serif', "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media (max-width: 1200px) {
  #p-flow .flow-box .right h3 {
    font-size: 150%;
  }
}
@media (max-width: 850px) {
  #p-flow .flow-box .right h3 {
    font-size: 120%;
  }
}
#p-flow .flow-box .right h3 span {
  position: relative;
  display: inline-block;
}
#p-flow .flow-box .right h3 span:after {
  display: block;
  content: "";
  width: 100%;
  height: 3px;
  background-image: url(../img/dot.png);
}
#p-flow .flow-list {
  width: 65%;
  margin-left: auto;
  position: relative;
  margin-top: 40px;
}
@media (max-width: 767px) {
  #p-flow .flow-list {
    width: 100%;
    margin-top: 20px;
  }
}
#p-flow .flow-list .inner {
  position: absolute;
  right: -40px;
}
@media (max-width: 767px) {
  #p-flow .flow-list .inner {
    right: 0;
  }
}
#p-flow .flow-list dl {
  display: flex;
  background-color: #DB4151;
  color: #fff;
  padding: 10px;
  margin-bottom: 10px;
  line-height: 1.5;
  border-radius: 5px;
}
#p-flow .flow-list dl dt {
  width: 5%;
}
@media (max-width: 800px) {
  #p-flow .flow-list dl dt {
    width: 10%;
  }
}
#p-flow .flow-list dl dd {
  width: 95%;
}
@media (max-width: 800px) {
  #p-flow .flow-list dl dd {
    width: 90%;
  }
}
#p-flow .flow-box:before {
  content: '';
  width: 100%;
  height: 80px;
  background-color: #fff;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 0;
}
#p-flow ul:after {
  content: '';
  width: 1px;
  height: 100%;
  background-color: #DB4151;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 1000px) {
  #p-flow ul:after {
    left: 20px;
  }
}
@media (max-width: 767px) {
  #p-flow ul:after {
    left: 10px;
  }
}
#p-flow ul:before {
  content: '';
  width: 20px;
  height: 400px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
@media (max-width: 767px) {
  #p-flow ul:before {
    height: 500px;
  }
}
@media (max-width: 640px) {
  #p-flow ul:before {
    height: 400px;
  }
}
#p-failure .failure-content {
  padding: 80px 0;
}
#p-failure .failure-content .heading-box {
  text-align: center;
  margin-top: -60px;
  padding-top: 60px;
}
@media (max-width: 640px) {
  #p-failure .failure-content .heading-box {
    margin-top: -50px;
    padding-top: 50px;
  }
}
#p-failure .failure-content h2 {
  font-size: 180%;
  color: #db4151;
  position: relative;
  display: inline-block;
  padding-bottom: 20px;
}
@media (max-width: 640px) {
  #p-failure .failure-content h2 {
    font-size: 1.8rem;
  }
}
#p-failure .failure-content h2:after {
  display: block;
  content: "";
  width: 100%;
  height: 3px;
  bottom: 0;
  position: absolute;
  background-image: url(../img/dot.png);
}
#p-failure .failure-content ul {
  max-width: 1000px;
  justify-content: space-between;
  margin: 50px auto 140px;
}
@media (max-width: 640px) {
  #p-failure .failure-content ul {
    margin-bottom: 100px;
    margin-top: 35px;
  }
}
#p-failure .failure-content ul:last-child {
  margin-bottom: 0;
}
#p-failure .failure-content li {
  width: 100%;
  background-color: #fcebed;
  padding: 40px 50px 0 50px;
  position: relative;
  margin-bottom: 80px;
}
@media (max-width: 640px) {
  #p-failure .failure-content li {
    padding: 30px 10px 0 10px;
  }
}
#p-failure .failure-content li .box {
  margin-bottom: 25px;
}
@media (max-width: 640px) {
  #p-failure .failure-content li .box {
    margin-bottom: 10px;
  }
}
#p-failure .failure-content li .box dl {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
}
@media (max-width: 640px) {
  #p-failure .failure-content li .box dl dt {
    width: 10%;
  }
}
#p-failure .failure-content li .box dl dt img {
  height: 25px;
}
#p-failure .failure-content li .box dl dd {
  font-size: 130%;
  padding-left: 8px;
  line-height: 1.4;
  font-weight: bold;
}
@media (max-width: 640px) {
  #p-failure .failure-content li .box dl dd {
    width: 90%;
    font-size: 100%;
  }
}
#p-failure .failure-content li .box .text {
  line-height: 1.6;
}
#p-failure .failure-content li .point-box {
  position: relative;
}
#p-failure .failure-content li .point-box dl {
  width: 60%;
  background-color: #DB4151;
  color: #fff;
  padding: 20px 5px 20px 20px;
  position: relative;
  bottom: -20px;
  margin-left: auto;
}
@media (max-width: 800px) {
  #p-failure .failure-content li .point-box dl {
    width: 100%;
  }
}
@media (max-width: 320px) {
  #p-failure .failure-content li .point-box dl {
    padding: 15px 5px 15px 10px;
  }
}
#p-failure .failure-content li .point-box dl dt {
  display: flex;
  align-items: center;
  font-weight: bold;
}
#p-failure .failure-content li .point-box dl dt i.mame-icon {
  background-image: url(../img/mame-icon.png);
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 8px;
  background-size: cover;
  background-position: center;
}
@media (max-width: 320px) {
  #p-failure .failure-content li .point-box dl dt i.mame-icon {
    width: 20px;
    height: 20px;
    margin-right: 5px;
  }
}
#p-failure .failure-content li .point-box dl dd {
  font-size: 95%;
  width: 87%;
  margin-left: auto;
  padding: 20px 20px 60px;
  line-height: 1.5;
  position: relative;
}
@media (max-width: 800px) {
  #p-failure .failure-content li .point-box dl dd {
    width: 90%;
  }
}
@media (max-width: 640px) {
  #p-failure .failure-content li .point-box dl dd {
    width: 83%;
    padding: 20px 20px 10px 10px;
  }
}
#p-failure .failure-content li .point-box dl dd img {
  height: 160px;
  position: absolute;
  display: block;
  left: -18%;
  bottom: -20px;
}
@media (max-width: 1200px) {
  #p-failure .failure-content li .point-box dl dd img {
    height: 145px;
  }
}
@media (max-width: 1100px) {
  #p-failure .failure-content li .point-box dl dd img {
    height: 120px;
  }
}
@media (max-width: 1000px) {
  #p-failure .failure-content li .point-box dl dd img {
    height: 130px;
  }
}
@media (max-width: 900px) {
  #p-failure .failure-content li .point-box dl dd img {
    height: 120px;
  }
}
@media (max-width: 800px) {
  #p-failure .failure-content li .point-box dl dd img {
    height: 150px;
    left: -14%;
  }
}
@media (max-width: 768px) {
  #p-failure .failure-content li .point-box dl dd img {
    height: 140px;
  }
}
@media (max-width: 700px) {
  #p-failure .failure-content li .point-box dl dd img {
    height: 120px;
  }
}
@media (max-width: 640px) {
  #p-failure .failure-content li .point-box dl dd img {
    left: -33%;
    height: 140px;
  }
}
@media (max-width: 360px) {
  #p-failure .failure-content li .point-box dl dd img {
    height: 120px;
  }
}
@media (max-width: 320px) {
  #p-failure .failure-content li .point-box dl dd img {
    height: 110px;
  }
}
#p-failure .failure-content li .point-box .click-title::before {
  background-color: #fff;
}
#p-failure .failure-content li .point-box .click-title::after {
  background-color: #fff;
}
#p-production .about-production {
  display: flex;
  margin-top: 160px;
}
@media (max-width: 767px) {
  #p-production .about-production {
    display: block;
    margin-top: 60px;
  }
}
#p-production .about-production .left {
  width: 50%;
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  #p-production .about-production .left {
    display: none;
  }
}
#p-production .about-production .right {
  width: 50%;
  padding: 60px 160px 80px 60px;
  background-color: #fff;
}
@media (max-width: 1100px) {
  #p-production .about-production .right {
    padding: 40px 120px 60px 40px;
  }
}
@media (max-width: 1000px) {
  #p-production .about-production .right {
    padding: 40px 40px 60px 40px;
  }
}
@media (max-width: 767px) {
  #p-production .about-production .right {
    width: 100%;
  }
}
@media (max-width: 640px) {
  #p-production .about-production .right {
    padding: 20px 20px 60px 20px;
  }
}
#p-production .about-production .right h2 {
  font-size: 180%;
  color: #DB4151;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 50px;
  position: relative;
  line-height: 1.4;
}
@media (max-width: 1100px) {
  #p-production .about-production .right h2 {
    margin-bottom: 30px;
  }
}
@media (max-width: 640px) {
  #p-production .about-production .right h2 {
    font-size: 1.8rem;
  }
}
#p-production .about-production .right h2:after {
  content: '';
  width: 25px;
  height: 1px;
  background-color: #191919;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
}
#p-production .about-production .right p {
  line-height: 2;
}
@media (min-width: 768px) {
  #p-production .about-production .right .pic {
    display: none;
  }
}
@media (max-width: 767px) {
  #p-production .about-production .right .pic {
    height: 240px;
    background-size: cover;
    background-position: center;
    margin-bottom: 30px;
  }
}
#p-production .info-production .info-wrapper {
  padding: 120px 0;
}
@media (max-width: 640px) {
  #p-production .info-production .info-wrapper {
    padding: 0 0 60px;
  }
}
#p-production .info-production .info-wrapper .heading-box {
  max-width: 800px;
  margin: 0 auto;
  background-color: #db4151;
  padding: 56px 30px;
  text-align: center;
  border-radius: 10px;
  line-height: 2;
}
@media (max-width: 640px) {
  #p-production .info-production .info-wrapper .heading-box {
    padding: 30px 15px;
  }
}
#p-production .info-production .info-wrapper .heading-box h2 {
  color: #fff;
  display: inline-block;
  position: relative;
  padding-bottom: 10px;
}
#p-production .info-production .info-wrapper .heading-box h2:after {
  content: '';
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 3px;
  bottom: 0;
  background-image: url(../img/w-dot.png);
}
#p-production .info-production .info-wrapper .heading-box .text {
  color: #fff;
}
@media (max-width: 640px) {
  #p-production .info-production .br-sm {
    display: block;
  }
}
@media (min-width: 641px) {
  #p-production .info-production .br-sm {
    display: none;
  }
}
#p-production .heading-box {
  text-align: center;
}
#p-production .heading-box h2 {
  font-size: 180%;
  line-height: 1.5;
}
@media (max-width: 640px) {
  #p-production .heading-box h2 {
    font-size: 1.8rem;
  }
}
#p-production .heading-box .text {
  line-height: 2;
  padding-top: 40px;
}
@media (max-width: 640px) {
  #p-production .heading-box .text {
    padding-top: 20px;
  }
}
#p-production .heading-box h3 {
  font-size: 120%;
}
#p-production .heading-box h3 span {
  font-size: 250%;
  color: #DB4151;
  display: block;
  margin-top: 15px;
  font-family: 'Noto Serif', "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media (max-width: 640px) {
  #p-production .heading-box h3 span {
    font-size: 200%;
  }
}
#p-production .heading-box h3 span strong {
  font-size: 150%;
  letter-spacing: -0.1em;
}
#p-production .merit-list {
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
  flex-wrap: wrap;
  position: relative;
}
@media (max-width: 640px) {
  #p-production .merit-list {
    margin-top: 60px;
  }
}
#p-production .merit-list li {
  width: 30%;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  #p-production .merit-list li {
    width: 48%;
    margin-bottom: 60px;
  }
}
@media (max-width: 640px) {
  #p-production .merit-list li {
    width: 100%;
    margin-bottom: 40px;
  }
}
#p-production .merit-list li .number {
  color: #DB4151;
  font-size: 350%;
  font-family: 'Noto Serif', "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media (max-width: 640px) {
  #p-production .merit-list li .number {
    font-size: 300%;
  }
}
#p-production .merit-list li .pic {
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 640px) {
  #p-production .merit-list li .pic {
    width: 75%;
  }
}
#p-production .merit-list li .box {
  padding-top: 40px;
}
@media (max-width: 640px) {
  #p-production .merit-list li .box {
    padding-top: 20px;
  }
}
#p-production .merit-list li .box h4 {
  color: #DB4151;
  font-size: 120%;
  line-height: 1.5;
}
#p-production .merit-list li .box p {
  line-height: 1.8;
  padding-top: 20px;
}
@media (max-width: 640px) {
  #p-production .merit-list li .box p {
    padding-top: 10px;
  }
}
#p-production .merit-list li .box a {
  color: #DB4151;
  display: block;
  padding: 10px 22px;
  text-align: right;
  position: relative;
}
#p-production .merit-list li .box a:hover {
  opacity: 0.6;
  transition: ease 0.4s;
}
#p-production .merit-list li .box a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  border-top: 1px solid;
  border-right: 1px solid;
  transform: rotate(45deg);
}
@media (max-width: 640px) {
  #p-production .merit-list li:last-child {
    margin-bottom: 0;
  }
}
#p-production .merit-list:after {
  content: '';
  display: block;
  width: 30%;
}
@media (max-width: 640px) {
  #p-production .zerohapi-p-top {
    padding: 0;
  }
}
#p-production .zerohapi-production {
  padding: 80px 0;
  background-color: #fafafa;
}
@media (max-width: 640px) {
  #p-production .zerohapi-production {
    padding-top: 0;
    margin-top: 60px;
  }
}
#p-production .zerohapi-production .zerohapi-wrapper {
  max-width: 1000px;
  margin: 0 auto 350px;
}
@media (max-width: 640px) {
  #p-production .zerohapi-production .zerohapi-wrapper {
    margin-bottom: 350px;
  }
}
#p-production .zerohapi-production .zerohapi-wrapper .pic {
  height: 350px;
  background-position: center 70%;
  background-size: cover;
  position: relative;
}
@media (max-width: 640px) {
  #p-production .zerohapi-production .zerohapi-wrapper .pic {
    height: 250px;
  }
}
#p-production .zerohapi-production .zerohapi-wrapper .pic .heading-box {
  width: 80%;
  background-color: #fff;
  padding: 40px 50px 50px;
  position: absolute;
  bottom: -65%;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 1000px) {
  #p-production .zerohapi-production .zerohapi-wrapper .pic .heading-box {
    bottom: -75%;
  }
}
@media (max-width: 640px) {
  #p-production .zerohapi-production .zerohapi-wrapper .pic .heading-box {
    width: 92%;
    bottom: -85%;
    padding: 30px 20px;
  }
}
@media (max-width: 420px) {
  #p-production .zerohapi-production .zerohapi-wrapper .pic .heading-box {
    bottom: -105%;
  }
}
#p-production .zerohapi-production .zerohapi-wrapper .pic .heading-box h2 {
  color: #DB4151;
}
#p-production .zerohapi-production .zerohapi-wrapper .pic .heading-box .text {
  padding-top: 20px;
}
@media (max-width: 640px) {
  #p-production .zerohapi-production .zerohapi-wrapper .pic .heading-box .text {
    text-align: left;
  }
}
@media (min-width: 1001px) {
  #p-production .zerohapi-production .zerohapi-wrapper .pic .heading-box .br-tb {
    display: none;
  }
}
@media (max-width: 1000px) {
  #p-production .zerohapi-production .zerohapi-wrapper .pic .heading-box .br-tb {
    display: block;
  }
}
@media (max-width: 640px) {
  #p-production .zerohapi-production .zerohapi-wrapper .pic .heading-box .br-tb {
    display: none;
  }
}
#p-production .production-cv {
  padding: 80px 0;
}
@media (max-width: 767px) {
  #p-production .production-cv {
    padding: 50px 0 70px;
  }
}
#p-production .production-cv .box {
  display: flex;
}
#p-production .production-cv .box .left {
  background-size: cover;
  background-position: center;
}
@media (min-width: 768px) {
  #p-production .production-cv .box .left {
    width: 40%;
  }
}
@media (max-width: 767px) {
  #p-production .production-cv .box .left {
    display: none;
  }
}
#p-production .production-cv .box .right {
  width: 60%;
  padding: 50px 40px 40px;
}
@media (max-width: 1100px) {
  #p-production .production-cv .box .right {
    padding: 40px 40px 10px;
  }
}
@media (max-width: 767px) {
  #p-production .production-cv .box .right {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  #p-production .production-cv .box .right .pic {
    display: none;
  }
}
@media (max-width: 767px) {
  #p-production .production-cv .box .right .pic {
    background-size: cover;
    background-position: center;
    height: 200px;
    margin-top: 30px;
  }
}
#p-production .production-cv .box .right h2 {
  font-size: 180%;
  color: #DB4151;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 1100px) {
  #p-production .production-cv .box .right h2 {
    font-size: 150%;
  }
}
@media (max-width: 767px) {
  #p-production .production-cv .box .right h2 {
    font-size: 1.8rem;
  }
}
#p-production .production-cv .box .right .text {
  line-height: 2;
  padding: 20px 0 80px;
}
@media (max-width: 1100px) {
  #p-production .production-cv .box .right .text {
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  #p-production .production-cv .box .right .text {
    padding-bottom: 40px;
  }
}
#p-production .production-cv .box .right .btn {
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 1100px) {
  #p-production .production-cv .box .right .btn {
    margin-bottom: 0;
  }
}
#p-production .production-cv .box .right a {
  display: inline-block;
  background-color: #db4151;
  color: #FFF;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  font-weight: bold;
  font-size: 120%;
  padding: 22px 10px;
  position: relative;
  width: 290px;
  border: 1px solid #DB4051;
  text-align: center;
}
#p-production .production-cv .box .right a:before {
  display: block;
  position: absolute;
  content: "";
  background-color: #fcebed;
  width: 90%;
  height: 10px;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  bottom: -11px;
  left: 0;
  right: 0;
  margin: auto;
}
#p-production .production-cv .box .right a:after {
  content: url(../img/more.svg);
  width: 7px;
  height: 14px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
}
#p-production .production-cv .box .right a:hover {
  background-color: #FFF;
  border: 1px solid #DB4051;
  color: #DB4051;
  transition: ease 0.4s;
}
#p-production .production-cv .box .right a:hover:after {
  content: url(../img/more-p.svg);
  transition: ease 0.4s;
}
#p-system .bg-gray {
  background-color: #fafafa;
  padding-top: 100px;
}
#p-system .border-top {
  border-top: #ddd solid 1px;
}
#p-system .system-point {
  padding-top: 80px;
}
@media (max-width: 640px) {
  #p-system .system-point {
    padding-top: 50px;
  }
}
#p-system .system-point h3 {
  font-size: 120%;
  line-height: 1.5;
  position: relative;
  padding-bottom: 30px;
  padding-left: 5px;
}
@media (max-width: 640px) {
  #p-system .system-point h3 {
    font-size: 110%;
    padding-bottom: 20px;
  }
}
#p-system .system-point h3:before {
  content: '';
  background-image: url(../img/system-deco.png);
  width: 83px;
  height: 23px;
  background-size: cover;
  background-position: center;
  left: 7px;
  bottom: 0;
  position: absolute;
  transform: rotate(4deg);
}
@media (max-width: 640px) {
  #p-system .system-point h3:before {
    width: 73px;
    height: 13px;
    left: 0;
  }
}
#p-system .system-point h2 {
  font-size: 180%;
  line-height: 1.5;
  padding-top: 10px;
  color: #DB4151;
}
@media (max-width: 640px) {
  #p-system .system-point h2 {
    font-size: 1.8rem;
  }
}
#p-system .system-point .box {
  display: flex;
  align-items: center;
  margin-top: 35px;
}
@media (max-width: 768px) {
  #p-system .system-point .box {
    display: block;
    margin-top: 25px;
  }
}
#p-system .system-point .box .left {
  width: 50%;
}
@media (max-width: 768px) {
  #p-system .system-point .box .left {
    width: 100%;
  }
  #p-system .system-point .box .left img {
    display: block;
    margin: 0 auto;
  }
}
#p-system .system-point .box .right {
  width: 50%;
  padding: 40px 0;
}
@media (max-width: 1400px) {
  #p-system .system-point .box .right {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  #p-system .system-point .box .right {
    width: 100%;
    padding: 15px 10px 0;
  }
}
@media (max-width: 640px) {
  #p-system .system-point .box .right {
    width: 100%;
    padding: 15px 10px 30px;
  }
}
#p-system .system-point .box .right p {
  line-height: 1.8;
  margin-bottom: 20px;
}
#p-system .system-point .box .right p:last-child {
  margin-bottom: 0;
}
#p-system .system-point .conclusion {
  text-align: center;
  font-size: 150%;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.2rem;
  padding: 80px 0;
}
@media (max-width: 640px) {
  #p-system .system-point .conclusion {
    padding: 0 0 40px;
    font-size: 120%;
    line-height: 1.6;
  }
}
@media (min-width: 641px) {
  #p-system .system-point .conclusion .br-sm {
    display: none;
  }
}
@media (max-width: 640px) {
  #p-system .system-point .conclusion .br-sm {
    display: block;
  }
}
#p-system .system-point .conclusion span {
  color: #DB4151;
  font-size: 130%;
}
#p-system .system-point .conclusion-strong {
  font-size: 230%;
}
@media (max-width: 640px) {
  #p-system .system-point .conclusion-strong {
    font-size: 180%;
  }
}
#p-system .charm-top {
  background: linear-gradient(180deg, #ffffff 0%, #ffffff 50%, #fcebed 50%, #fcebed 100%);
}
@media (max-width: 640px) {
  #p-system .charm-top {
    margin-top: 40px;
  }
}
#p-system .charm-message {
  max-width: 1000px;
  margin: 0 auto;
  background-color: #db4151;
  padding: 56px 30px;
  text-align: center;
  border-radius: 10px;
}
@media (max-width: 640px) {
  #p-system .charm-message {
    padding: 30px 15px;
  }
}
#p-system .charm-message .heading-box {
  margin-bottom: 40px;
}
@media (max-width: 640px) {
  #p-system .charm-message .heading-box {
    margin-bottom: 20px;
  }
}
#p-system .charm-message .heading-box h2 {
  font-size: 180%;
  color: #fff;
  line-height: 2;
}
@media (max-width: 640px) {
  #p-system .charm-message .heading-box h2 {
    font-size: 1.8rem;
  }
}
#p-system .charm-message .heading-box h2 p {
  margin-bottom: 10px;
}
#p-system .charm-message .heading-box h2 p span {
  position: relative;
  display: inline-block;
}
#p-system .charm-message .heading-box h2 p span:after {
  display: block;
  content: "";
  width: 100%;
  height: 3px;
  background-image: url(../img/w-dot.png);
}
#p-system .charm-message .text {
  color: #fff;
  line-height: 2;
}
@media (max-width: 640px) {
  #p-system .charm-message .text .br-sm {
    display: block;
  }
}
@media (min-width: 641px) {
  #p-system .charm-message .text .br-sm {
    display: none;
  }
}
#p-system .charm-point {
  background-color: #fcebed;
  padding-top: 100px;
}
@media (max-width: 640px) {
  #p-system .charm-point {
    padding-top: 50px;
  }
}
#p-system .charm-point h3 {
  font-size: 120%;
  line-height: 1.5;
  position: relative;
  padding-bottom: 30px;
  padding-left: 5px;
}
@media (max-width: 640px) {
  #p-system .charm-point h3 {
    font-size: 110%;
    padding-bottom: 25px;
  }
}
#p-system .charm-point h3:before {
  content: '';
  background-image: url(../img/system-deco.png);
  width: 83px;
  height: 23px;
  background-size: cover;
  background-position: center;
  left: -5px;
  bottom: 0;
  position: absolute;
  transform: rotate(4deg);
}
#p-system .charm-point h2 {
  font-size: 180%;
  line-height: 1.5;
  padding-top: 10px;
  color: #DB4151;
}
@media (max-width: 640px) {
  #p-system .charm-point h2 {
    font-size: 1.8rem;
  }
}
#p-system .charm-point .box {
  display: flex;
  margin-top: 35px;
}
@media (max-width: 640px) {
  #p-system .charm-point .box {
    display: block;
    margin-top: 25px;
  }
}
#p-system .charm-point .box .left {
  width: 50%;
  height: 300px;
  background-size: cover;
  background-position: center;
}
@media (max-width: 640px) {
  #p-system .charm-point .box .left {
    width: 100%;
    height: 230px;
  }
}
#p-system .charm-point .box .right {
  width: 50%;
  position: relative;
}
@media (max-width: 640px) {
  #p-system .charm-point .box .right {
    width: 90%;
    margin: 0 auto;
  }
}
#p-system .charm-point .box .right .inner {
  padding: 35px 10px 35px 35px;
  margin: 20px 0;
  background-color: #fff;
  position: relative;
  left: -25px;
  top: 0;
}
@media (max-width: 640px) {
  #p-system .charm-point .box .right .inner {
    left: 0;
    padding: 20px;
    top: -35px;
  }
}
#p-system .charm-point .box .right .inner p {
  line-height: 1.8;
  margin-bottom: 20px;
}
#p-system .charm-point .box .right .inner p:last-child {
  margin-bottom: 0;
}
#p-system .charm-point .box .right .inner .btn {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: -35px;
  margin: auto;
}
#p-system .charm-point .box .right .inner .btn a {
  display: inline-block;
  background-color: #db4151;
  color: #FFF;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  font-weight: bold;
  font-size: 120%;
  padding: 12px 10px;
  position: relative;
  width: 290px;
  border: 1px solid #DB4051;
  text-align: center;
}
@media (max-width: 768px) {
  #p-system .charm-point .box .right .inner .btn a {
    width: 60%;
  }
}
@media (max-width: 640px) {
  #p-system .charm-point .box .right .inner .btn a {
    width: 80%;
  }
}
#p-system .charm-point .box .right .inner .btn a:before {
  display: block;
  position: absolute;
  content: "";
  background-color: #ffdde1;
  width: 90%;
  height: 10px;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  bottom: -11px;
  left: 0;
  right: 0;
  margin: auto;
}
#p-system .charm-point .box .right .inner .btn a:after {
  content: url(../img/more.svg);
  right: 10px;
  position: absolute;
}
#p-system .charm-point .box .right .inner .btn a:hover {
  background-color: #FFF;
  border: 1px solid #DB4051;
  color: #DB4051;
  transition: ease 0.4s;
}
#p-system .charm-point .box .right .inner .btn a:hover:after {
  content: url(../img/more-p.svg);
  right: 10px;
  position: absolute;
  transition: ease 0.4s;
}
#p-system .charm-point li {
  margin-bottom: 120px;
}
@media (max-width: 640px) {
  #p-system .charm-point li {
    margin-bottom: 80px;
  }
}
#p-system .charm-point li:last-child {
  padding-bottom: 120px;
  margin-bottom: 80px;
}
@media (max-width: 640px) {
  #p-system .charm-point li:last-child {
    padding-bottom: 60px;
    margin-bottom: 40px;
  }
}
@media (max-width: 640px) {
  #p-system .charm-point li:nth-child(even) {
    margin-bottom: 100px;
  }
}
@media (max-width: 640px) {
  #p-system .charm-point li:nth-child(even) .box {
    display: flex;
    flex-direction: column;
  }
}
#p-system .charm-point li:nth-child(even) .left {
  width: 50%;
  position: relative;
  background-color: transparent;
}
@media (max-width: 640px) {
  #p-system .charm-point li:nth-child(even) .left {
    width: 90%;
    margin: 0 auto;
    order: 2;
  }
}
#p-system .charm-point li:nth-child(even) .left .inner {
  padding: 35px;
  margin: 20px 0;
  background-color: #fff;
  position: relative;
  z-index: 2;
}
@media (max-width: 640px) {
  #p-system .charm-point li:nth-child(even) .left .inner {
    left: 0;
    padding: 20px;
    top: -35px;
  }
}
#p-system .charm-point li:nth-child(even) .left .inner p {
  line-height: 1.8;
  margin-bottom: 20px;
}
#p-system .charm-point li:nth-child(even) .left .inner p:last-child {
  margin-bottom: 0;
}
#p-system .charm-point li:nth-child(even) .left .inner .btn {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: -35px;
  margin: auto;
}
#p-system .charm-point li:nth-child(even) .left .inner .btn a {
  display: inline-block;
  background-color: #db4151;
  color: #FFF;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  font-weight: bold;
  font-size: 120%;
  padding: 12px 10px;
  position: relative;
  width: 290px;
  border: 1px solid #DB4051;
  text-align: center;
}
@media (max-width: 768px) {
  #p-system .charm-point li:nth-child(even) .left .inner .btn a {
    width: 60%;
  }
}
@media (max-width: 640px) {
  #p-system .charm-point li:nth-child(even) .left .inner .btn a {
    width: 80%;
  }
}
#p-system .charm-point li:nth-child(even) .left .inner .btn a:before {
  display: block;
  position: absolute;
  content: "";
  background-color: #ffdde1;
  width: 90%;
  height: 10px;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  bottom: -11px;
  left: 0;
  right: 0;
  margin: auto;
}
#p-system .charm-point li:nth-child(even) .left .inner .btn a:after {
  content: url(../img/more.svg);
  right: 10px;
  position: absolute;
  transition: ease 0.4s;
}
#p-system .charm-point li:nth-child(even) .left .inner .btn a:hover {
  background-color: #FFF;
  border: 1px solid #DB4051;
  color: #DB4051;
  transition: ease 0.4s;
}
#p-system .charm-point li:nth-child(even) .left .inner .btn a:hover:after {
  content: url(../img/more-p.svg);
  right: 10px;
  position: absolute;
  transition: ease 0.4s;
}
#p-system .charm-point li:nth-child(even) .right {
  width: 50%;
  height: 300px;
  position: relative;
  z-index: 0;
  left: -25px;
  background-size: cover;
  background-position: center;
}
@media (max-width: 640px) {
  #p-system .charm-point li:nth-child(even) .right {
    width: 100%;
    height: 230px;
    order: 1;
    left: 0;
  }
}
#p-system .system-box .heading-box {
  text-align: center;
}
#p-system .system-box .heading-box h2 {
  font-size: 180%;
  line-height: 1.6;
  letter-spacing: 0.4rem;
  margin-bottom: 40px;
}
@media (max-width: 640px) {
  #p-system .system-box .heading-box h2 {
    font-size: 150%;
    margin-bottom: 20px;
  }
}
#p-system .system-box .heading-box h2 span {
  font-size: 135%;
  color: #DB4151;
}
#p-system .system-box .heading-box p {
  line-height: 2;
}
@media (max-width: 640px) {
  #p-system .system-box .heading-box .br-sm {
    display: block;
  }
}
@media (min-width: 641px) {
  #p-system .system-box .heading-box .br-sm {
    display: none;
  }
}
#p-system .system-box .btn {
  text-align: center;
  margin: 60px 0 80px;
}
#p-system .system-box .btn a {
  display: inline-block;
  background-color: #db4151;
  color: #FFF;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  font-weight: bold;
  font-size: 120%;
  padding: 22px 10px;
  position: relative;
  width: 290px;
  border: 1px solid #DB4051;
  text-align: center;
}
#p-system .system-box .btn a:before {
  display: block;
  position: absolute;
  content: "";
  background-color: #fcebed;
  width: 90%;
  height: 10px;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  bottom: -11px;
  left: 0;
  right: 0;
  margin: auto;
}
#p-system .system-box .btn a:after {
  content: url(../img/more.svg);
  width: 7px;
  height: 14px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  transition: ease 0.4s;
}
#p-system .system-box .btn a:hover {
  background-color: #FFF;
  border: 1px solid #DB4051;
  color: #DB4051;
  transition: ease 0.4s;
}
#p-system .system-box .btn a:hover:after {
  content: url(../img/more-p.svg);
  right: 10px;
  position: absolute;
  transition: ease 0.4s;
}
#p-guest .guest-box .heading-box {
  text-align: center;
}
#p-guest .guest-box .heading-box h2 {
  font-size: 230%;
  line-height: 1.6;
  letter-spacing: 0.4rem;
  margin-bottom: 40px;
  color: #DB4151;
}
@media (max-width: 640px) {
  #p-guest .guest-box .heading-box h2 {
    font-size: 150%;
    margin-bottom: 20px;
  }
}
#p-guest .guest-box .heading-box p {
  line-height: 2;
}
@media (max-width: 640px) {
  #p-guest .guest-box .heading-box .br-sm {
    display: block;
  }
}
@media (min-width: 641px) {
  #p-guest .guest-box .heading-box .br-sm {
    display: none;
  }
}
@media (max-width: 320px) {
  #p-guest .guest-box .heading-box .br-s-sm {
    display: block;
  }
}
@media (min-width: 321px) {
  #p-guest .guest-box .heading-box .br-s-sm {
    display: none;
  }
}
#p-guest .guest-box .btn {
  text-align: center;
  margin: 60px 0 80px;
}
#p-guest .guest-box .btn a {
  display: inline-block;
  background-color: #db4151;
  color: #FFF;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  font-weight: bold;
  font-size: 120%;
  padding: 22px 10px;
  position: relative;
  width: 290px;
  border: 1px solid #DB4051;
  text-align: center;
}
#p-guest .guest-box .btn a:before {
  display: block;
  position: absolute;
  content: "";
  background-color: #fcebed;
  width: 90%;
  height: 10px;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  bottom: -11px;
  left: 0;
  right: 0;
  margin: auto;
}
#p-guest .guest-box .btn a:after {
  content: url(../img/more.svg);
  width: 7px;
  height: 14px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  transition: ease 0.4s;
}
#p-guest .guest-box .btn a:hover {
  background-color: #FFF;
  border: 1px solid #DB4051;
  color: #DB4051;
  transition: ease 0.4s;
}
#p-guest .guest-box .btn a:hover:after {
  content: url(../img/more-p.svg);
  right: 10px;
  position: absolute;
  transition: ease 0.4s;
}
.google-wrap .star-pic {
  width: 150px;
  display: block;
  margin: 45px auto 0;
}
@media (max-width: 640px) {
  .google-wrap .star-pic {
    width: 110px;
    margin: 30px auto 0;
  }
}
.google-wrap .google-link-btn ul {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 640px) {
  .google-wrap .google-link-btn ul {
    display: block;
    padding: 32px 20px;
  }
}
.google-wrap .google-link-btn ul li {
  width: 48%;
  text-align: center;
  border-radius: 5px;
}
@media (max-width: 640px) {
  .google-wrap .google-link-btn ul li {
    width: 100%;
  }
}
.google-wrap .google-link-btn ul li:nth-child(1) {
  background-color: #DB4151;
  border: 1px solid #DB4151;
  color: #fff;
}
@media (max-width: 640px) {
  .google-wrap .google-link-btn ul li:nth-child(1) {
    margin-bottom: 20px;
  }
}
.google-wrap .google-link-btn ul li:nth-child(1):hover {
  color: #DB4151;
  background-color: #fff;
  transition: ease 0.4s;
}
.google-wrap .google-link-btn ul li:nth-child(1):hover a:after {
  content: url(../img/more-p.svg);
  transition: ease 0.4s;
}
.google-wrap .google-link-btn ul li:nth-child(1) a {
  display: block;
  position: relative;
}
.google-wrap .google-link-btn ul li:nth-child(1) a:after {
  content: url(../img/more.svg);
  height: 1em;
  width: 1em;
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
  margin: auto;
  font-size: 90%;
  transition: ease 0.4s;
}
.google-wrap .google-link-btn ul li:nth-child(2) {
  background-color: #fff;
  color: #DB4151;
  border: 1px solid #DB4151;
}
.google-wrap .google-link-btn ul li:nth-child(2):hover {
  color: #fff;
  background-color: #DB4151;
  transition: ease 0.4s;
}
.google-wrap .google-link-btn ul li:nth-child(2):hover a:after {
  content: url(../img/more.svg);
  transition: ease 0.4s;
}
.google-wrap .google-link-btn ul li:nth-child(2) a {
  display: block;
  position: relative;
}
.google-wrap .google-link-btn ul li:nth-child(2) a:after {
  content: url(../img/more-p.svg);
  height: 1em;
  width: 1em;
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
  margin: auto;
  font-size: 90%;
  transition: ease 0.4s;
}
.text {
  line-height: 1.5;
}
.bn-block {
  width: 900px;
  max-width: 98%;
  margin: 0 auto;
  padding: 90px 0;
}
@media (max-width: 640px) {
  .bn-block {
    width: 100%;
    padding: 50px 0;
    max-width: 95%;
  }
}
.bn-block ul {
  display: flex;
  justify-content: center;
}
@media (max-width: 640px) {
  .bn-block ul {
    display: block;
  }
}
.bn-block ul li {
  width: 40%;
  margin: 0 auto;
}
@media (max-width: 640px) {
  .bn-block ul li {
    width: 100%;
    margin-bottom: 35px;
  }
}
@media (max-width: 640px) {
  .bn-block ul li:last-child {
    margin-bottom: 0;
  }
}
.bn-block ul a {
  transition: ease 0.4s;
}
.bn-block ul a:hover {
  opacity: 0.8;
}

.cam-o-bn{
  text-align: center;
  max-width: 96%;
  margin: 0 auto;
}

.cam-margin-top{
  margin: 30px auto 0;
}

@media screen and (max-width: 640px) {
  .cam-margin-top{
    margin: 0 auto;
  }
}

.cam-margin-bottom{
  margin-bottom: 60px;
}

@media screen and (max-width: 640px) {
  .cam-margin-bottom{
    margin-bottom: 40px;
  }
}

.page-top-failure{
  width: 100%;
  height: 500px;
  background-size: cover;
  background-position: center 38%;
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .page-top-failure{
    height: 350px;
  }
}

@media screen and (max-width: 1000px) {
  .page-top-failure{
    height: 300px;
  }
}

@media screen and (max-width: 800px) {
  .page-top-failure{
    height: 250px;
  }
}

@media screen and (max-width: 640px) {
  .page-top-failure{
    height: 180px;
  }
}

@media screen and (max-width: 500px) {
  .page-top-failure{
    height: 150px;
  }
}


.cam-benefits{
  text-align: center;
}


.cam-benefits a{
  display: block;
  transition: ease 0.4s;
}

.cam-benefits a:hover{
  opacity: 0.7;
}

.cam-benefits img{
  width: 800px;
  max-width: 98%;
}

.lp-smp-cv .smp-cv-request{
  width: 65%!important;
}

.lp-smp-cv .smp-cv-fline{
  width: 35%!important;
}

.lp-smp-cv ul li a{
  display: block;
}

.lp-smp-cv .smp-cv-fline p{
  color: #fff;
}

#counter{
  width:  100%;
  background-color: #DB4051;
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.4;
  padding: 15px 10px;
}

@media screen and (max-width: 768px) {
  #counter{
    font-size: 24px;
 }
}

@media screen and (max-width: 640px) {
  #counter{
    font-size: 20px;
 }
}

.smp-cv .gift-list a{
  padding: 0;
}

.smp-cv .gift-list dl{
  display: block;
}

.smp-cv .gift-list dt{
  background-color: #DB4151;
  color: #fff;
  padding: 5px 10px;
  font-size: 1rem;
  position: relative;
}

.smp-cv .gift-list dt:before{
content: "";
    position: absolute;
    bottom: -10px;
    left: 15px;
    margin-top: 0;
    border: 7px solid transparent;
    border-left: 20px solid #DB4151;
    z-index: 0;
    -webkit-transform: rotate(45deg);
}

.smp-cv .gift-list dt .price{
  color: #ffff00;
  font-size: 1.4rem;
}

.top-wedding_reviews {
  padding: 100px 20px;
  background-color: #FAFAFA;
}
@media screen and (max-width: 700px) {
  .top-wedding_reviews {
    padding: 50px 0;
  }
}
.top-wedding_reviews .title {
  text-align: center;
}
@media screen and (max-width: 640px) {
  .top-wedding_reviews .title {
    margin-bottom: 10px;
  }
}
.reviews-slider {
  padding: 20px 48px;
}
@media screen and (max-width: 700px) {
  .reviews-slider {
    padding: 10px;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}
.reviews-slider li {
  padding: 20px 25px;
}
@media screen and (max-width: 700px) {
  .reviews-slider li {
    padding: 15px 10px;
    width: 50%;
  }
  .reviews-slider li:nth-child(n + 5) {
    display: none;
  }
}
.reviews-slider li a {
  display: block;
}
.reviews-slider li a .thumbnail {
  height: 240px;
  margin-bottom: 10px;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-position: center;
}
@media screen and (max-width: 700px) {
  .reviews-slider li a .thumbnail {
    height: 140px;
  }
}
.reviews-slider li a dl {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .reviews-slider li a dl {
    flex-direction: column;
    text-align: left;
    align-items: initial;
    margin-bottom: 10px;
  }
}
.reviews-slider li a dt {
  padding: 0 1em;
  margin: 0.5em 0;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}
@media screen and (max-width: 768px) {
  .reviews-slider li a dt {
    font-size: 80%;
    padding: 0 0.5em;
    order: 2;
    width: fit-content;
  }
}
.reviews-slider li a dd {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .reviews-slider li a dd {
    order: 1;
    margin: 5px 0;
  }
}
.reviews-slider li a h3 {
  font-size: 16px;
  line-height: 1.5em;
  margin-bottom: 20px;
}
@media screen and (max-width: 700px) {
  .reviews-slider li a h3 {
    font-size: 14px;
  }
}
.reviews-slider li a p {
  color: #DB4151;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.reviews-slider li a p:after {
  content: "〉";
  padding-left: 1em;
  font-weight: bold;
  font-size: 80%;
}

.parts-reviews{
  background-color: transparent;
  padding: 100px 20px 0;
}

@media only screen and (max-width: 768px) {
  .parts-reviews{
    padding: 30px 0;
  }
}
@media only screen and (max-width: 640px) {
  .parts-reviews .reviews-slider{
    padding: 0;
  }
}

.parts-reviews h3{
  padding-bottom: 0!important;
}

.parts-reviews h3:before{
  content: none!important;
}

@media screen and (min-width: 768px) {
  .singlepage-sm{
    display: none;
  }
}

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

.sm-fixed{
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  right: 0;
  margin: auto;
  z-index: 999;
  background-color: #fff;
  padding: 10px;
  box-shadow: 0 0px 4px 1px #e8e8e8;
}
@media screen and (min-width: 769px) {
  .sm-fixed{
    display: none;
  }
}

.sm-fixed .text{
  font-size: 2rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding-bottom: 5px;
}

.sm-fixed .text span{
  width: 28px;
  height: 28px;
  background-color: #60b052;
  display: flex;
  align-items: center;
  justify-items: center;
  justify-content: center;
  border-radius: 2px;
}

.sm-fixed .text span img{
  width: 18px;
}

.sm-fixed ul{
  display: flex;
  gap: 10px;
}

.sm-fixed ul li{
  width: 50%;
  font-size: 16px;
  font-weight:bold;
}

.sm-fixed ul li span{
  font-size: 18px;
  color: yellow;
}

.sm-fixed li:nth-child(1) a{
  background: linear-gradient(165deg, #b3f2ff 0%, #55b8cd 100%);
  color: #fff;
  padding: 18px 10px;
  border-radius: 5px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-shadow: 0 3px 0px 1px #427f8c;
}

.sm-fixed li:nth-child(2) a{
  background: linear-gradient(165deg, #ffadb6 0%, #DB4151 100%);
  color: #fff;
  padding: 18px 10px;
  border-radius: 5px;
  text-align: center;
  display: block;
  position: relative;
  box-shadow: 0 3px 0px 1px #9b202d;
}

#limited-offer-text{
    background-color: #DB4151;
    color: #fff;
    padding: 13px 10px 15px;
    width: 900px;
    margin: -2px auto;
    font-size: 2rem;
    font-weight: bold;
    max-width: 96%;
}
@media screen and (max-width: 900px) {
  #limited-offer-text{
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  #limited-offer-text{
    width: 100%;
    font-size: 1.4rem;
    padding: 7px 10px 9px;
  }
}
