@charset "UTF-8";
/*------------------------------------
 CSS Information
  Site URL: /
  File name: default.css (/excludes/css/p/default.css)
  Summary:   リセット及びbody初期設定 (このスタイルシートは基本的に変更しない)
  Created: YYYY-MM-DD by -
  Last update: 2014-01-15 by DDuet Yoshihiro Akiko
  Author: -

  Order of description
------------------------------------*/
/*--- reset */
html {
  /*overflow-y: scroll;*/
}

html {
  height: 100%;
  overflow-y: scroll;
  width: 100%;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

html > body {
  height: auto;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th {
  text-align: left;
}

q:before,
q:after {
  content: "";
}

object,
embed {
  vertical-align: top;
}

hr,
legend {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

img,
abbr,
acronym,
fieldset {
  border: 0;
}

li {
  list-style-type: none;
}

h3 img {
  vertical-align: bottom;
}

/*--- default */
body {
  background: #fff;
  color: #333;
  font-size: small;
  font-family: verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka,
    "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  line-height: 1.5;
}

*:first-child + html body {
  /* for IF7 */
  font-family: "メイリオ", "Meiryo";
}

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.clearBoth {
  clear: both;
}

.layoutCenter {
  margin: 0 auto;
}

.textCenter {
  text-align: center;
}

.textRight {
  text-align: right;
}

.textLeft {
  text-align: left;
}

.marginR {
  margin-right: 0px;
}

.textVartical {
  vertical-align: middle;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

/* clearfix */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* no ie mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

*:first-child + html body {
  /* for IF7 */
  font-family: "メイリオ", "Meiryo";
}

/* 202002以下追加
------------------------------ */
li {
  text-decoration: none;
}
a {
  color: #2b2b2b;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
a:hover {
  opacity: 0.5;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  cursor: pointer;
}
img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.text-center {
  text-align: center;
}
.br-pc {
  display: block;
}
.br-sp {
  display: none;
}
.pc-img {
  display: block;
}
.sp-img {
  display: none;
}
.pc-item {
  display: block;
}
.sp-item {
  display: none;
}

/*--------------------------------------*/
/*
/* 共通
/*
/*--------------------------------------*/
#container {
  overflow: hidden;
}
#breadcrumbs {
  margin-bottom: 0;
}
section h2 {
  margin-bottom: 40px;
  position: relative;
  z-index: 100;
}
section h3 {
  margin-bottom: 40px;
  z-index: 100;
}
section ul.remarks {
  margin-top: 20px;
}
section ul.remarks li {
  text-align: left;
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 1.7;
  position: relative;
  padding-left: 20px;
}
section ul.remarks li:before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

section ul.remarks.calender li {
  padding-left: 35px;
}
section ul.remarks li.calender1:before {
  content: "※1";
}
section ul.remarks li.calender2:before {
  content: "※2";
}
.red {
  color: #e60012;
}
.btn,
.btn-return {
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
.btn:hover,
.btn-return:hover {
  opacity: 0.6;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}

/*--------------------------------------*/
/*
/* inner
/*
/*--------------------------------------*/
.sp-inner {
  padding: 0;
}
.inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 60px 10px;
}
section.first .inner {
  max-width: 840px;
  margin: 0 auto;
  padding: 60px 10px;
}
section.fifth .inner:first-of-type {
  max-width: 800px;
  margin: 0 auto;
  padding: 60px 10px 0;
}
section.fifth .inner:last-of-type {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 10px 60px;
}

/*--------------------------------------*/
/*
/* hero
/*
/*--------------------------------------*/
.hero-bg {
  background-image: url("/item/post-return/images/hero-bg01.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  height: 532px;
  padding: 0 10px;
}
.hero-img {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  top: 100px;
  left: 0;
  right: 0;
  z-index: 0;
}
.hero {
  margin-bottom: 20px;
}
.hero-bg .woman01 {
  position: absolute;
  right: -20px;
  bottom: -44px;
  z-index: -1;
}
.hero-bg .mopp01 {
  position: absolute;
  left: 30px;
  bottom: 0;
  z-index: -1;
}

/*--------------------------------------*/
/*
/* section video
/*
/*--------------------------------------*/
section.video {
  background-color: #fcebec;
  position: relative;
}
.movie_title {
  width: 534px;
}
#video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
}
iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*--------------------------------------*/
/*
/* section first
/*
/*--------------------------------------*/
section.first {
  border-bottom: 3px solid #231815;
  position: relative;
}
section.first ul {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  margin-right: -18px;
}
section.first ul li {
  padding-right: 18px;
}

/*--------------------------------------*/
/*
/* section second
/*
/*--------------------------------------*/
section.second {
  background-color: #fffeec;
  border-bottom: 3px solid #231815;
}

/*--------------------------------------*/
/*
/* section third
/*
/*--------------------------------------*/
section.third {
  border-bottom: 3px solid #231815;
}

/*--------------------------------------*/
/*
/* section forth
/*
/*--------------------------------------*/
section.forth {
  border-bottom: 3px solid #231815;
  background-color: #dff2fc;
}
section.forth ul.remarks {
  text-align: left;
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 1.7;
  margin-top: 20px;
}
section.forth .remarks {
  width: 755px;
  margin-left: auto;
  margin-right: auto;
}
.item_list ul {
  display: flex;
  justify-content: center;
  width: 755px;
  margin: auto;
  column-gap: 20px;
}
.item_list ul:not(:last-child) {
  padding-bottom: 20px;
}
.item_list ul li {
  width: 174px;
  display: block;
}
.item_list ul:last-child li {
  width: 50%;
}
section.forth ul.remarks li {
  font-size: 14px;
}
section.forth ul.service-shop {
  counter-reset: number 0;
}
section.forth ul.service-shop li {
  padding-left: 25px;
}
section.forth ul.service-shop li:before {
  counter-increment: number 1;
  content: "※" counter(number);
}
section.forth ul.circle li {
  padding-left: 15px;
  font-size: 14px;
}
section.forth ul.circle li:before {
  content: "";
  width: 12px;
  height: 12px;
  background-color: #231815;
  border-radius: 50%;
  top: 6px;
}

/*--------------------------------------*/
/*
/* section fifth
/*
/*--------------------------------------*/
section.fifth {
  border-bottom: 3px solid #231815;
}
.calender-wrapper {
  max-width: 960px;
  margin: 0 auto;
}

/*--------------------------------------*/
/*
/* section sixth
/*
/*--------------------------------------*/
section.sixth {
  border-bottom: 3px solid #231815;
  background-color: #fffeec;
}
.envelop {
  margin-bottom: 80px;
}

/*--------------------------------------*/
/*
/* section seventh
/*
/*--------------------------------------*/
section.seventh {
  background-image: url("/item/post-return/images/flow-bg.png");
  background-repeat: repeat-y;
  background-position: center;
  background-size: 100%;
  height: 100%;
  margin-bottom: 60px;
}
.btn {
  margin-bottom: 60px;
}

/*--------------------------------------*/
/*
/* section terms
/*
/*--------------------------------------*/
section.terms {
  background-color: #F9E8E8;
}
section.terms .inner {
  padding-bottom: 90px;
}
section.terms p {
  text-align: center;
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 35px;
}
section.terms a {
  width: 567px;
  display: block;
  margin: auto;
}

/* 〜768px
------------------------------ */
@media screen and (max-width: 667px) {
  .br-pc {
    display: none;
  }
  .br-sp {
    display: block;
  }
  .pc-img {
    display: none;
  }
  .sp-img {
    display: block;
  }
  .pc-item {
    display: none;
  }
  .sp-item {
    display: block;
  }

  /*--------------------------------------*/
  /*
/* 共通
/*
/*--------------------------------------*/
  section h2 {
    margin-bottom: 60px;
  }
  section ul.remarks li {
    font-size: 14px;
  }
  section ul.remarks.calender li {
    font-size: 16px;
  }

  /*--------------------------------------*/
  /*
/* inner
/*
/*--------------------------------------*/
  .sp-inner {
    padding: 0 10px;
  }

  /*--------------------------------------*/
  /*
/* hero
/*
/*--------------------------------------*/
  .hero-bg {
    height: auto;
    padding: 53px 10px 0;
    margin-top: 110px;
    background-image: url(/item/post-return/images/hero-bg01_sp.png);
    background-position: top center;
  }
  .hero-inner {
    width: auto;
    padding: 0 10px;
  }
  .hero-img {
    top: 0;
  }
  .hero-bg .woman01 {
    position: relative;
    right: auto;
    bottom: auto;
    width: 91%;
  }
  .hero-img .remarks {
    margin-bottom: 20px;
  }

  /*--------------------------------------*/
  /*
/* section first
/*
/*--------------------------------------*/
  section.first ul {
    flex-wrap: wrap;
    justify-content: center;
    margin-right: 0;
  }
  section.first ul li {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 20px;
    box-sizing: border-box;
  }

  /*--------------------------------------*/
  /*
/* section forth
/*
/*--------------------------------------*/
  section.forth h2 {
    margin-bottom: 35px;
  }
  section.forth .item_list ul {
    flex-wrap: wrap;
    margin-right: 0;
    justify-content: center;
    width: 100%;
    column-gap: 0;
  }
  section.forth .item_list ul li {
    z-index: 100;
    width: 50%;
    padding: 0 10px;
    margin-bottom: 20px;
    box-sizing: border-box;
  }
  section.forth .item_list ul li:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }
  section.forth ul li img {
    width: 100%;
  }
  section.forth .item_list ul:last-child li {
    width: 100%;
  }
  section.forth .item_list ul:last-child li:not(:last-child) {
    padding-bottom: 20px;
  }
  section.forth ul.remarks {
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
  }

  /*--------------------------------------*/
  /*
/* section sixth
/*
/*--------------------------------------*/
  .envelop {
    margin-bottom: 60px;
  }

  /*--------------------------------------*/
  /*
/* section sevence
/*
/*--------------------------------------*/
  section.seventh {
    background-image: none;
    margin-bottom: 40px;
  }
  .seventh .inner:first-of-type {
    padding-bottom: 0;
  }
  #tab1 {
    background-color: #e5ebf7;
  }
  #tab2 {
    background-color: #fcebec;
  }
  .flow .btn-wrapper {
    display: flex;
    display: -webkit-flex;
    justify-content: space-around;
    margin-bottom: 40px;
    margin-right: -10px;
  }
  .flow .btn-wrapper li {
    padding-right: 10px;
  }
  .detail-inner {
    padding: 30px 20px 40px;
  }
  .detail-inner2 {
    padding: 0 34px;
  }
  .tabContents {
    display: none;
  }
  .tabContents.active {
    display: block;
  }
  .btn {
    margin-bottom: 60px;
  }

/*--------------------------------------*/
/*
/* section terms
/*
/*--------------------------------------*/
  section.terms h2 {
    margin-bottom: 40px;
  }
  section.terms a {
    width: 90%;
  }
  section.terms p {
    font-size: 18px;
  }
}

/* 〜580px
------------------------------ */
@media screen and (max-width: 580px) {
  /*--------------------------------------*/
  /*
/* 共通
/*
/*--------------------------------------*/
}

/* 230727改修ボタン追加 */
a.free_btn_01 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 50%;
	margin: 50px auto 0;
	padding: 0.8rem 1.5rem;
	font-weight: bold;
	border: 1.0px solid #27acd9;
	color: #27acd9;
	transition: 0.5s;
}
    
@media screen and (max-width: 667px) {
a.free_btn_01 {
	width: 85%;
	padding: 0.8rem 1.0rem;
}
}
    
a.free_btn_01:hover {
	color: #fff;
	background: #27acd9;
}

/* 230727改修ボタン追加 END */