@charset "UTF-8";
/* ==================================================
	color settings
================================================== */
/* ==================================================
	basic layout
================================================== */
.wrapper {
  overflow-x: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  color: #131313;
  font-size: 3.7324vw;
}

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .wrapper {
	min-width: 1100px;
    font-size: 1.6rem;
  }
}

/* ========== end △ */
.wrapper > * {
  max-width: 1100px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* ▽ SP layout ========
@media only screen and (max-width: 767px) {
  #wrapper > * {
    padding-left: 3.999vw;
    padding-right: 3.999vw;
  }
}== */

/* ========== end 
#wrapper a {
  color: #fb637e;
}
△ */
/* ==================================================
	header
================================================== */
#header {
  background: #828187;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
	padding: 20px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #header {
    padding-top: 7.998vw;
    padding-bottom: 7.998vw;
  }
}

/* ========== end △ */
#header::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  display: block;
  background: #828187;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

#header .logo {
  width: 247px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #header .logo {
    width: 61.318vw;
  }
}

/* ========== end △ */
/* ==================================================
	mainvisual
================================================== */
#mainvisual {
  background: #cac9d0 url(../images/main_bg.png) right bottom no-repeat;
  background-size: cover;
  min-height: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  #mainvisual {
    margin-top: 50px;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #mainvisual {
    background: #cac9d0 url(../images/main_bg.png) right -40px bottom no-repeat;
    background-size: cover;
    margin-bottom: 13.33vw;
    min-height: 42.656vw;
  }
}


/* ==================================================
	container
================================================== */
.copy {
  margin-bottom: 80px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .copy {
    margin-bottom: 13.33vw;
  }
}

/* ========== end △ */
.copy .txt {
  font-size: 4.4rem;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .copy .txt {
    font-size: 10.1308vw;
  }
}

/* ========== end △ */
.copy .txt span {
  color: #fb637e;
  font-weight: bold;
}

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .copy .txt br {
    display: none;
  }
}

/* ========== end △ */
.copy .discount {
  border: 2px dashed #fb637e;
  border-radius: 50%;
  width: 160px;
  height: 160px;
  background: #fff3f5;
  line-height: 160px;
  margin-left: 20px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .copy .discount {
    width: 29.326vw;
    height: 29.326vw;
    line-height: 29.326vw;
    margin-left: 3.999vw;
  }
}

/* ========== end △ */
.copy .discount span {
  font-size: 5.8rem;
  font-weight: bold;
  color: #fb637e;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .copy .discount span {
    font-size: 9.0644vw;
  }
}

/* ========== end △ */
.overview,
.howto {
  border: 2px solid #43A5C7;
  border-radius: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 50px 80px 80px;
  margin:0 10px 80px;
}
.overview:nth-of-type(2){
  border: 2px solid #43A5C7;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .overview,
  .howto {
    padding: 7.998vw 5.332vw 13.33vw 5.332vw;
    margin-bottom: 13.33vw;
  }
}

/* ========== end △ */
.overview h2,
.howto h2 {
  font-weight: bold;
  font-size: 2.6rem;
  margin: 0 auto;
  text-align: center;
  position: relative;
  padding: 20px 0 30px;
  border: 2px solid #43A5C7;
  margin-bottom: 80px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .overview h2,
  .howto h2 {
    width: 100%;
    font-size: 6.3984vw;
    margin-bottom: 13.33vw;
    padding: 5.332vw 0vw 7.998vw 0vw;
  }
}

/* ========== end △ */
.overview h2::after,
.howto h2::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: '';
  border-top: 2px solid #43A5C7;
  background-image: repeating-linear-gradient(-45deg,#43A5C7,#43A5C7 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.overview dl + dl {
  margin-top: 50px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .overview dl + dl {
    margin-top: 7.998vw;
  }
}

/* ========== end △ */
.overview dt {
  font-size: 2.0rem;
  border-left: 4px solid #43A5C7;
  padding: 5px 0 5px 15px;
  margin-bottom: 20px;
  font-weight: bold;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .overview dt {
    font-size: 4.7988vw;
    margin-bottom: 5.332vw;
  }
}

/* ========== end △ */
.overview dd {
  line-height: 1.8;
}

.overview ul li {
  list-style-type: disc;
  list-style-position: inside;
}

.overview .mark {
  padding: 0 8px 0 5px;
}

.overview .mark img {
  width: 30px;
}

.howto > ul > li + li {
  margin-top: 50px;
}

.howto dt {
  font-size: 2.0rem;
  margin-bottom: 20px;
  font-weight: bold;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .howto dt {
    font-size: 4.7988vw;
    margin-bottom: 5.332vw;
    line-height: 1.8;
  }
}

/* ========== end △ */
.howto dt span {
  font-size: 1.6rem;
  font-weight: normal;
  border-radius: 50px;
  background: #43A5C7;
  color: #fff;
  padding: 4px 16px 5px 20px;
}

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .howto dt span {
    margin-right: 10px;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .howto dt span {
    font-size: 3.7324vw;
    display: block;
    padding: 2.1328vw 4.2656vw 2.1328vw 5.332vw;
    margin-bottom: 2.666vw;
  }
}

/* ========== end △ */
.howto dd {
  line-height: 1.8;
}

.howto .doc {
  background: #fff3f5;
  margin-top: 10px;
  padding: 20px;
}

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .howto .doc {
    margin-left: 20px;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .howto .doc {
    padding: 5.332vw;
  }
}

/* ========== end △ */
.howto > ul > li li {
  list-style-type: disc;
  list-style-position: inside;
}

.howto > ul > li li span {
  color: #fb637e;
  font-size: 2.2rem;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .howto > ul > li li span {
    font-size: 5.332vw;
  }
}

/* ========== end △ */
.howto .mark {
  padding: 0 8px 0 5px;
}

.howto .mark img {
  width: 30px;
}

.sbc {
  text-align: center;
  background: #f9f9f9;
  padding: 80px 0 120px;
  position: relative;
  color: #fff;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .sbc {
    padding: 13.33vw 0vw 21.328vw 0vw;
  }
}

/* ========== end △ */
.sbc::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  display: block;
  background: #f9f9f9;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

.sbc h2 {
  width: 312px;
  margin: 0 auto 80px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .sbc h2 {
    width: 79.98vw;
    margin-bottom: 13.33vw;
  }
}

/* ========== end △ */
.sbc .bnr + .bnr {
  margin-top: 30px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .sbc .bnr + .bnr {
    margin-top: 5.332vw;
  }
}

/* ========== end △ */
.sbc .bnr img {
  border: 1px solid #ddd;
}

/* ==================================================
	footer
================================================== */
#footer {
  background: #828187;
  padding: 40px 20px;
  position: relative;
  font-size: 1.3rem;
  color: #fff;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #footer {
    padding-top: 7.998vw;
    padding-bottom: 7.998vw;
    font-size: 3.4658vw;
  }
}

/* ========== end △ */
#footer::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  display: block;
  background: #828187;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

#footer > p + p {
  margin-top: 10px;
}

#footer .logo {
  width: 120px;
  margin-bottom: 30px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #footer .logo {
    width: 37.324vw;
    margin-bottom: 5.332vw;
  }
}

/* ========== end △ */
#footer .copyright {
  font-size: 1.1rem;
  margin-top: 30px;
  margin-bottom: 0;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #footer .copyright {
    margin-top: 7.998vw;
    font-size: 2.9326vw;
  }
}

/* ========== end △ */

/*安齋追加記載*/

.db{
	display: block;
}

.sp{
	display: none;
}
.cam_visual{
	display: flex;
	margin-bottom: 40px;
}

.btm_area{
	background-color: #F5F5F5;
	padding:50px 10px;
	text-align: center;
	margin-bottom: 40px;
}

.btm{
	max-width: 500px;
	line-height: 80px;
	text-align: center;
	margin: auto;
}

.btm a{
	color: #fff;
	display: block;
	background-color:#43A5C7;
	font-size: 2rem;
}

.no{
	font-size: 3rem;
	padding: 0 10px;
	margin-right: 10px;
	background: linear-gradient(transparent 50%,#ff6 60%)
}
.tokuten{
	font-size: 2.4rem;
}
.container{
	background-color: #fff;
}
.wrapper:nth-of-type(4){
	padding-top: 80px;
	background-image: repeating-linear-gradient(-45deg,#d3f1fa,transparent 10px);
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
	.sp{
		display: block;
	}
	.pc{display: none;
	}

.cam_visual{
	display: block;
	text-align: center;
}
	.db_sp{
		display: block;
	}
	.no{
		margin: auto;
	}
}
@media print, screen and (min-width: 768px) {
  .btm_area{
	min-width: 1100px;
    font-size: 1.6rem;
  }
	.footer{
		min-width: 1100px;
	}
}






