@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  text-align: left;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
---------------------- ここまでReset ---------------------------- */
* {
  box-sizing: border-box;
}

li {
  list-style-type: none;
}

img {
  max-width: 100%;
  height: auto;
}

@media only screen and (max-width: 767px) {
  .wrapper {
    margin: 0 10px 20px;
    padding: 0;
  }
}
@media only screen and (min-width: 768px) {
  .wrapper {
    margin: 0;
    padding: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .wrapper {
    margin: 0 auto;
    padding: 0;
    width: 1024px;
  }
}
@media only screen and (min-width: 1366px) {
  .wrapper {
    margin: 0 auto;
    padding: 0;
    width: 1200px;
  }
}

.Header {
  margin: 0 auto;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .Header {
    margin: 0 auto;
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .Header__head {
    display: block;
    border-bottom: dotted 1px #333;
    font-size: 1.0rem;
    font-weight: bold;
    line-height: 1.6;
    margin-top: 20px;
    margin-left: 0;
    margin-bottom: 10px;
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .Header__head {
    display: block;
    border-bottom: dotted 1px #333;
    font-size: 2.6rem;
    font-weight: bold;
    margin-top: 20px;
    margin-left: 0;
    margin-bottom: 10px;
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .content {
    margin: 0;
    padding: 0;
  }
}
@media only screen and (min-width: 768px) {
  .content {
    margin: 0 10px;
    padding: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .content {
    margin: 0 0px 20px;
    padding: 0;
  }
}

.heroContainer {
  margin-top: 5%;
  margin-bottom: 5%;
}

/*
--------------- 詳細 ----------------- */
@media only screen and (max-width: 767px) {
  .description, .attention, .mailform, .descriptionPink {
    margin: 0 0 10px;
    padding: 8px;
    border: solid 5px #cccccc;
  }
}
@media only screen and (min-width: 768px) {
  .description, .attention, .mailform, .descriptionPink {
    margin: 10px 0;
    padding: 10px;
    border: solid 7px #ccc;
  }
}

@media only screen and (max-width: 767px) {
  .shosai, .chui, .shosaiPink {
    margin: 0 auto;
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .shosai__head, .chui__head, .caption h3, .mailform__head, .thanks__head {
    background: #f1f1f1;
    border-left: double 10px #666;
    padding-left: 2px;
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 8px;
    margin-right: 0;
    padding: 8px;
    font-size: 1.0rem;
    font-weight: normal;
    color: #333;
  }
}
@media only screen and (min-width: 768px) {
  .shosai__head, .chui__head, .caption h3, .mailform__head, .thanks__head {
    background: #ddd;
    border-left: double 15px #333;
    padding-left: 6px;
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 12px;
    margin-right: 0;
    padding: 12px;
    font-size: 1.4rem;
    font-weight: bold;
  }
}
@media only screen and (max-width: 767px) {
  .shosai ul, .chui ul, .shosaiPink ul {
    display: flex;
    flex-direction: column;
    margin: 0 3%;
    padding: 0;
    list-style: none;
  }
}
@media only screen and (max-width: 767px) {
  .shosai li, .chui li, .shosaiPink li {
    display: block;
    line-height: 1.8;
  }
  .shosai li span, .chui li span, .shosaiPink li span {
    font-weight: bold;
  }
}
@media only screen and (min-width: 768px) {
  .shosai li, .chui li, .shosaiPink li {
    padding-left: 26px;
    padding-bottom: 0px;
    line-height: 1.8;
  }
  .shosai li span, .chui li span, .shosaiPink li span {
    font-weight: bold;
  }
}
.shosai p, .chui p, .shosaiPink p {
  margin: 0;
  padding: 10px;
  line-height: 1.5;
}
.shosai p span, .chui p span, .shosaiPink p span {
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .chui li {
    list-style-type: disc;
  }
}
@media only screen and (min-width: 768px) {
  .chui ul {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .imgContainer {
    display: flex;
    flex-direction: column;
    margin: 10px auto;
    padding: 0;
  }
}
@media only screen and (min-width: 768px) {
  .imgContainer {
    display: flex;
    flex-direction: row;
    margin: 10px auto;
    padding: 0;
  }
}

.imgItem {
  display: block;
  margin: 0 auto;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .imgItem {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .imgItem {
    width: 100%;
    height: auto;
  }
}

@media only screen and (max-width: 767px) {
  .caption {
    margin: 0 0 10px;
    padding: 0;
  }
}
.caption__body {
  font-size: 1.0rem;
  line-height: 1.8;
  color: #333;
}
@media only screen and (min-width: 768px) {
  .caption__body {
    padding: 0 15px;
  }
}

.mgrgt {
  margin-right: 5px;
}

/* ############## 注意事項追加 ################ */
.red {
  color: #810032;
  line-height: 1.7;
}

@media only screen and (max-width: 767px) {
  .link {
    width: 40%;
    margin: 3% auto;
    padding: 4%;
    font-size: 0.80rem;
    background: #810032;
    text-align: center;
    border-radius: 6px;
    color: #fff;
    text-decoration: none;
  }
}
@media only screen and (min-width: 768px) {
  .link {
    width: 15%;
    margin: 2% auto;
    padding: 2%;
    font-size: 1.0rem;
    background: #810032;
    text-align: center;
    border-radius: 6px;
    color: #fff;
    text-decoration: none;
  }
}

/* ############### メールフォームの ############### */
.mailform__body {
  padding: 0 6px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .mailform__body span {
    font-size: 1.0rem;
    font-weight: normal;
    line-height: 1.6;
  }
}
@media only screen and (min-width: 768px) {
  .mailform__body span {
    font-size: 2.6rem;
    font-weight: bold;
  }
}

@media only screen and (max-width: 767px) {
  form#mail_form {
    width: 95%;
    margin: 10px;
  }
}
@media only screen and (min-width: 768px) {
  form#mail_form {
    width: 100%;
    margin: 0px auto;
    padding: 0;
  }
}

@media only screen and (max-width: 767px) {
  form#mail_form dl {
    overflow: visible;
  }
}
@media only screen and (min-width: 768px) {
  form#mail_form dl {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
  }
}

@media only screen and (max-width: 767px) {
  form#mail_form dl dt {
    width: auto;
    float: none;
    text-align: left;
    padding: 10px 0 5px;
    font-weight: bold;
    border-top: 1px solid #cccccc;
  }
}
@media only screen and (min-width: 768px) {
  form#mail_form dl dt {
    clear: both;
    width: 30%;
    float: left;
    border-top: 1px solid #cccccc;
    padding: 15px 0;
    text-align: right;
    overflow: hidden;
  }
}

@media only screen and (max-width: 767px) {
  form#mail_form dl dd {
    width: auto;
    float: none;
    border-top: none;
    padding: 0 0 13px;
  }
}
@media only screen and (min-width: 768px) {
  form#mail_form dl dd {
    width: 65%;
    float: right;
    border-top: 1px solid #cccccc;
    padding: 15px 0 15px 5%;
  }
}

form#mail_form dl dt:first-child,
form#mail_form dl dt:first-child + dd {
  border: none;
}

form#mail_form dl dt span {
  display: block;
  font-size: 85%;
  font-weight: bold;
  color: #3377ff;
}
@media only screen and (max-width: 767px) {
  form#mail_form dl dt span {
    font-weight: normal;
  }
}

form#mail_form input[type="text"],
form#mail_form input[type="email"],
form#mail_form input[type="tel"] {
  max-width: 90%;
  height: 2em;
  padding: 2px 2%;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background: #fafafa;
  -webkit-appearance: none;
  font-size: 100%;
  font-family: inherit;
  margin-top: 5px;
}

form#mail_form input[type="text"]:focus,
form#mail_form input[type="email"]:focus,
form#mail_form input[type="tel"]:focus,
form#mail_form textarea:focus {
  box-shadow: 0px 0px 5px #55ccff;
  border: 1px solid #55ccff;
  background: #ffffff;
}

form#mail_form ul li input[type="radio"],
form#mail_form ul li input[type="checkbox"] {
  margin-right: 10px;
  margin-top: 7px;
}

form#mail_form ul li:first-child input[type="radio"],
form#mail_form ul li:first-child input[type="checkbox"] {
  margin-top: 0px;
}

form#mail_form select {
  font-size: 1.0rem;
  margin-top: 5px;
}

form#mail_form textarea {
  display: block;
  width: 90%;
  max-width: 90%;
  height: 200px;
  padding: 2px 2%;
  resize: vertical;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background: #fafafa;
  -webkit-appearance: none;
  font-size: 100%;
  font-family: inherit;
}

form#mail_form ul {
  list-style-type: none;
  display: flex;
  flex-direction: column;
}

form#mail_form ul li label:hover {
  cursor: pointer;
}

form#mail_form input#name_1,
form#mail_form input#name_2,
form#mail_form input#read_1,
form#mail_form input#read_2,
form#mail_form input#postal,
form#mail_form input#phone {
  width: 30%;
}

form#mail_form input#mail_address,
form#mail_form input#mail_address_confirm,
form#mail_form input#InstagramID {
  width: 80%;
}

form#mail_form input#postal + a {
  display: inline-block;
  padding: 9px 15px;
  vertical-align: middle;
  line-height: 1;
  background: #5bc0de;
  border: 1px solid #46b8da;
  border-radius: 3px;
  color: #ffffff;
  font-family: inherit;
  text-decoration: none;
  position: relative;
  top: -1px;
}

form#mail_form input#postal + a:hover {
  cursor: pointer;
  background: #31b0d5;
  border: 1px solid #269abc;
}

form#mail_form input#address {
  width: 90%;
}

@media only screen and (max-width: 767px) {
  form#mail_form p#form_submit {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  form#mail_form p#form_submit {
    width: 90%;
    margin: 0 auto;
    padding: 15px 0;
    border-top: 1px solid #cccccc;
  }
}

form#mail_form input[type="submit"] {
  margin: 1%;
  padding: 9px 15px;
  vertical-align: middle;
  line-height: 1;
  background: #5cb85c;
  border: 1px solid #4cae4c;
  border-radius: 3px;
  color: #ffffff;
  font-family: inherit;
  -webkit-appearance: none;
  font-size: 1.0rem;
}

form#mail_form input[type="submit"]:hover {
  cursor: pointer;
  background: #449d44;
  border: 1px solid #398439;
}

@media only screen and (max-width: 767px) {
  form#mail_form input#form_submit_button {
    /* margin-left:30%; */
  }
}

@media only screen and (max-width: 767px) {
  form#mail_form input#phone {
    width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .note {
    margin: 3%;
    text-align: center;
    font-size: 0.90rem;
  }
}
@media only screen and (min-width: 768px) {
  .note {
    margin: 3%;
    text-align: center;
    font-size: 1.8rem;
  }
}

#form_submit {
  width: 100%;
  text-align: center;
}

/*
------------- 送信完了・Thanks ----------------- */
@media only screen and (max-width: 767px) {
  .thanks__body {
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 20px;
    margin-right: 10px;
    font-size: 1.0rem;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .thanks__body {
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 20px;
    margin-right: 10px;
    font-size: 3.0rem;
    font-weight: bold;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .thanks__foot {
    margin: 10px auto;
    padding: 20px;
    border-radius: 6px;
    background: #ccc;
    text-align: center;
    font-size: 0.8rem;
    font-weight: normal;
    width: auto;
    height: auto;
    cursor: pointer;
  }
  .thanks__foot a {
    color: #333;
    text-decoration: none;
  }
  .thanks__foot a:hover {
    opacity: .6;
  }
}
@media only screen and (min-width: 768px) {
  .thanks__foot {
    margin: 10px auto;
    padding: 10px;
    border-radius: 6px;
    background: #ccc;
    text-align: center;
    font-size: 1.0rem;
    font-weight: bold;
    width: 15%;
    height: 60%;
    cursor: pointer;
  }
  .thanks__foot a {
    color: #333;
    text-decoration: none;
  }
  .thanks__foot a:hover {
    opacity: .6;
  }
}

.swiper-container {
  background: #fff;
  width: 100%;
}

.swiper-container-horizontal {
  background: #fff;
}

.swiper-container-3d {
  background: #fff;
}

.swiper-container-flip {
  background: #fff;
}

.swiper-slide {
  background: #ddd;
}

.swiper-slide-duplicate {
  background: #ddd;
}

.swiper-slide-duplicate-next {
  background: #ddd;
}

@media only screen and (max-width: 767px) {
  .swiper-custom-button {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .swiper-custom-button {
    display: block;
    background-image: none !important;
    font-size: 36px;
    text-align: center;
    width: 40px !important;
    height: 64px !important;
    line-height: 64px;
  }
}

.swiper-custom-button .fa {
  line-height: 62px;
}

/* ################### ピンク追加 ##################### */
.shosaiPink {
  color: #5c0023;
}
@media only screen and (max-width: 767px) {
  .shosaiPink__head {
    background: #fff0f5;
    border-left: double 10px #db7093;
    padding-left: 2px;
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 8px;
    margin-right: 0;
    padding: 8px;
    font-size: 1.0rem;
    font-weight: normal;
    color: #810032;
    line-height: 1.7;
  }
}
@media only screen and (min-width: 768px) {
  .shosaiPink__head {
    background: #fff0f5;
    border-left: double 15px #db7093;
    padding-left: 6px;
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 12px;
    margin-right: 0;
    padding: 12px;
    font-size: 1.4rem;
    font-weight: bold;
    color: #810032;
  }
}

.descriptionPink {
  border-color: #ffc0cb;
}

/*# sourceMappingURL=style.css.map */
