@charset "UTF-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0;
}
body {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  font-size: 4vw;
  line-height: 140%;
  background: #FFFFFF;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
img {
  vertical-align: bottom;
  border: 0;
  width: 100%;
  height: auto;
}
li {
  list-style: none;
}
header {
  background: #FFF;
  padding: 10px 0 0 0;
}
header div {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0 auto;
}
header div h1 {
  margin: 0 20px 10px 0px;
}
header div .mail {
  margin: -11px 0 0 0;
}
.pc {
  display: none;
}
.mainvisual {
  text-align: center;
}
.frame {
  width: 100%;
  margin: 10px auto;
  text-align: center;
}
.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.contact_box {
  margin: 10px auto;
}
.contact_box .btn_line {}
.contact_box .btn_mail {}
.contents01 {
  background: url(../image/bg01.png);
  padding: 0 0 10px;
}
.contents01 .frame {
  margin: 0 auto;
}
.contents01 .text {
  display: none;
}
.contents01 .text strong {
  color: #ff8800;
  font-size: 22px;
}
.contents01 .image {
  width: 100%;
}
.icoimage {
  background: #b7b5bc;
  text-align: center;
  padding: 10px 0;
}
.contents01 .copy {
  font-size: 4vw;
  text-align: center;
  font-weight: bold;
  line-height: 160%;
  padding: 20px;
}
.contents01 .copy strong {
  color: #ff8800;
  font-size: 5.8vw;
}
.contents01 .copy span {
  font-size: 5.8vw;
}
.contents01 ul {
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  flex-wrap: wrap;
}
.contents01 ul li {
  width: 41%;
  text-align: center;
  line-height: 200%;
}
.contents01 ul li img {
  width: 100%;
  height: auto;
}
.contents01 ul li h4 {
  font-size: 5vw;
  margin: 10px 0 0 0;
}
.contents01 ul li p {
  font-size: 5vw;
  color: #b70000;
  font-weight: bold;
}
.contents01 .kasai {
  width: 90%;
  background: #FFFFFF;
  padding: 0 0 15px 0;
  box-sizing: border-box;
  margin: 20px auto;
}
.contents01 h3 {
  text-align: center;
  padding: 20px 0 20px 0;
  overflow: hidden;
}
.contents01 h3 img {
  width: 200%;
  margin: 0 0 0 -50%;
}
.contents01 .jishin {
  width: 90%;
  background: #FFFFFF;
  padding: 0 0 15px 0;
  box-sizing: border-box;
  margin: 20px auto;
}
.contents02 h3 {
  color: #005caf;
  font-size: 7vw;
  text-align: center;
}
.contents02 {
  text-align: center;
  padding: 40px 0 0 0;
  box-sizing: border-box;
  width: 94%;
  margin: 0 auto;
}
.contents02 p {
  padding: 16px 0;
  font-size: 4vw;
}
.contents02 p.talk {
  padding: 40px 0 0 0;
}
.contents03 {
  text-align: center;
  background: #fafdc9;
  padding: 20px 20px 0;
}
.contents03 dl {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: left;
}
.contents03 dt {
  width: 10%;
  margin: 0 0 40px 0;
}
.contents03 dd h4 {
  font-size: 5vw;
  font-weight: bold;
}
.contents03 dd {
  width: 86%;
  margin: 0 0 10px 0;
}
.contents04 {
  text-align: center;
  padding: 5px 0 0 0;
}
.contents05 {
  width: 100%;
  margin: 0 auto 0px auto;
  position: relative;
}
.contents05 h3 {
  background: #005cae;
  padding: 20px;
  font-size: 6vw;
  font-weight: bold;
  text-align: center;
  color: #FFF;
}
.contents05 ul {
  width: 65%;
  margin: 0 22px 0 auto;
  font-size: 3.5vw;
  padding: 16px 0;
}
.contents05 li {
  margin: 10px 0;
  line-height: 120%;
}
.contents05 li strong {
  margin: 0 auto;
  font-size: 4vw;
  color: #b61717;
}
.contents05 img {
  position: absolute;
  left: 0px;
  top: 84px;
  width: 29%;
}
.contents06 {
  background: #f2ffc1;
  text-align: center;
  padding: 20px;
  margin: -40px 0 0 0;
}
.contents06 p {
  padding: 28px 0;
}
.contents06 dl {
  width: 100%;
  margin: 0 auto;
  font-size: 3.2vw;
  padding: 0;
  background: #FFFFFF;
  border: 1px solid #333333;
}
.contents06 dt {
  background: #ff8700;
  padding: 8px;
  font-size: 4.5vw;
  font-weight: bold;
  text-align: center;
  color: #FFF;
}
.contents06 dd {
  margin: 10px 0;
  text-align: left;
  line-height: 180%;
  font-size: 16px;
  padding: 0 14px;
}
.contents06 dd strong {
  margin: 0 auto;
  font-size: 18px;
}
.contents06 dd img {
  display: block;
  margin: 15px auto 20px auto;
  width: 90%;
}
.contents06 h3 {
  margin: 15px 0;
}
.contents06 h4 {
  font-size: 8vw;
  color: #005cae;
  font-weight: bold;
  margin: 50px 0 0 0;
  line-height: 126%;
}
.contents06 p {
  font-size: 4.5vw;
  font-weight: bold;
}
.contents07 {
  width: 90%;
  margin: 0 auto;
  padding: 40px 0 0 0;
  box-sizing: border-box;
}
.contents07 h3 {
  font-size: 5vw;
  padding: 0 0 20px 0;
}
.contents07 h3 strong {
  color: #ff8700;
}
.contents07 ul {
  margin: 0 0 30px 0;
}
.contents07 li {
  overflow: hidden;
  margin: 0 0 20px 0;
}
.contents07 li img {
  float: left;
  width: 40%;
  margin: 0 2% 0 0;
}
.contents07 h4 {
  font-size: 5.5vw;
  font-weight: bold;
  margin: 20px 0;
  width: 100%;
}
.contents07 p {
  font-size: 6.2vw;
  color: #b60000;
  font-weight: bold;
  padding: 5px 0 0 0;
}
.contents07 li .ico {
  width: 32px;
}
.contents08 {
  background: url(../image/massage_bg01.png) bottom center no-repeat;
  background-size: contain;
  padding: 15px;
  width: 100%;
  box-sizing: border-box;
}
.contents08 .massage {
  background: url(../image/massage_bg02.png);
  width: 111%;
  height: auto;
  margin: 0 auto 0 -24px;
  padding: 0 16px 0 122px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 140%;
  background-size: 91%;
  background-repeat: no-repeat;
  background-position: 54px;
  height: 184px;
}
.massage02 {
  margin: 0 15px 30px;
  background: #FFFFFF;
  border-radius: 12px;
  padding: 15px;
  border: 1px solid #CCC;
}
.massage02 p {
  text-align: right;
  margin: 10px 0 0 0;
}
.contents08 .massage strong {
  padding: 60px 0 0 34px;
  display: block;
  font-size: 20px;
  line-height: 25px;
  color: orange;
}
.contents08 .massage p {
  text-align: right;
  padding: 18px 0 0 0;
}
.contents08-02 {}
.contents08-02 h3 {
  font-size: 6vw;
  font-weight: bold;
  text-align: center;
  padding: 20px 0;
}
.contents08-02 ul {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.contents08-02 li {
  width: 30%;
  padding: 6px 0;
  text-align: center;
  font-size: 3vw;
}
.contents08-02 .down-r {
  margin: 0 12% 0 0;
}
.contents08-02 .down-l {
  margin: 0 0 0 12%;
}
.contents08-02 .image02 {
  background: #f2ffc1;
  text-align: center;
  padding: 0;
}
.contents09 {
  padding: 10px;
  box-sizing: border-box;
  width: 100%;
}
.contents09 h3 {
  color: #000000;
  font-size: 7vw;
  padding: 30px 0 10px 0;
  text-align: center;
  font-weight: bold;
}
.contents09 dl {
  width: 90%;
  margin: 0 auto;
}
.contents09 dt {
  font-size: 5vw;
  padding: 30px 0 0 0;
  color: #005cae;
}
.contents09 dd {
  font-size: 3.5vw;
  padding: 0 0 40px 0;
  border-bottom: 2px dashed #CCC;
}
.contents09 dd h4 {
  font-size: 5.7vw;
  color: #ff0000;
  padding: 10px 0;
}
.contents10 {}
.contents10 h3 {
  color: #000000;
  font-size: 7vw;
  padding: 30px 0;
  text-align: center;
  font-weight: bold;
}
.contents10 li {
  background: url(../image/flow_bg.jpg) no-repeat;
  width: 813px;
  height: 163px;
  margin: 15px auto;
  box-sizing: border-box;
  padding: 25px 20px
}
.contents10 li img {
  float: left;
  display: block;
  width: 56px;
  margin: 0 20px 0 0;
}
.contents10 li h4 {
  width: 693px;
  font-size: 24px;
  font-weight: bold;
  float: right;
}
.contents10 li p {
  width: 693px;
  display: block;
  float: right;
  font-size: 18px;
  line-height: 120%;
}
.contents11 {
  background: #f2ffc1;
  text-align: center;
  padding: 10px 0;
}
.contents11 h3 {
  color: #005cae;
  font-size: 7vw;
  padding: 30px 0;
  text-align: center;
  font-weight: bold;
}
.contents11 dl {
  width: 90%;
  margin: 0 auto;
  background: #FFFFFF;
  border-top: 1px solid #bfbebe;
  border-left: 1px solid #bfbebe;
  text-align: left;
  font-size: 16px;
}
.contents11 dt {
  border-right: 1px solid #bfbebe;
  padding: 20px 20px 0 20px;
  box-sizing: border-box;
}
.contents11 dt span {
  font-size: 12px;
  color: red;
}
.contents11 dd {
  border-bottom: 1px solid #bfbebe;
  border-right: 1px solid #bfbebe;
  padding: 0 20px 20px 20px;
  box-sizing: border-box;
}
.contents11 input[type="text"] {
  width: 100%;
  padding: 7px;
  font-size: 18px;
  margin: 0 0 10px 0;
}
.contents11 .zip {
  width: 10% !important;
  padding: 7px;
  font-size: 18px;
}
.contents11 textarea {
  width: 100%;
  padding: 7px;
  font-size: 18px;
  border: 1px solid #bfbebe;
  height: 200px !important;
  box-sizing: border-box;
}
.contents11 p {
  padding: 10px 0 0 0;
  font-size: 14px !important;
  line-height: 21px;
}
footer {
  background: #bfbebe;
  padding: 20px 20px 80px 20px;
  text-align: center;
  font-size: 14px;
}
footer .copy {
  padding: 20px;
}
.footnavi {
  background: #FFF;
  position: fixed;
  bottom: 0;
  z-index: 100;
  width: 100%;
}
.footnavi ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
}
.footnavi li {
  width: 50%;
  padding: 10px 0;
  box-sizing: border-box;
  border-right: 1px solid #CCC;
	box-sizing: border-box;
}
.footnavi li:last-child {
  border-right: none;
}
.footnavi a {
  display: block;
  width: 100%;
  height: 100%;
}
.footnavi .tel {
  width: 43%;
}
.footnavi .line {
  width: 48%;
}
.footnavi .mail {
  width: 56%;
}
table#mfp_confirm_table {
  border-spacing: 0px;
  border-collapse: collapse;
  width: 90% !important;
  margin: 0 auto;
  border: 1px solid #CCC;
  border-top: none;
  /* font-size: 16px !important; */
}
table#mfp_confirm_table tr th, table#mfp_confirm_table tr td {
  text-align: left;
  font-size: 16px !important;
  border-top: solid 1px #CCC;
  padding: 5px 10px;
}
div.mfp_buttons button#mfp_button_cancel {
  background: #CCC !important;
  color: #333;
}
div.mfp_buttons {
  clear: both;
  padding: 10px 0px;
  text-align: center;
  width: 80%;
  margin: 0 auto;
}
.thanks h2 {
  font-size: 6vw;
  line-height: 8vw;
}
.thanks {
  font-size: 5vw;
  line-height: 50px;
}
.video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}