body {
  margin: auto; 
}

#body-wrap{background-color: #fff1fa;}

.inner {
  width: 90%;
  max-width: 700px;
  margin: auto;
}
#header{background-color: #f8f8f8; }

#header-wrap {
  padding: 2% 0;
}

h2 {
  text-align: center;
  line-height: 0;
}
p {
  line-height: 1.6em;
}
.underline span {
  border-bottom: 1px solid;
  padding-bottom: 5px;
}
.tel_area li {
  width: 100%;
}

.cv_area, .rsv_btn, .grn_btn, .org_btn {
  transition: all ease-in .2s;
}
.cv_area:hover, .rsv_btn:hover, .grn_btn:hover, .org_btn:hover {
  opacity: .8;
}
.pop {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: rgba(0,0,0, .7);
  display: none;
  z-index: 10;
}
.pop img {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 90%;
}
.v_wrap {
  position: relative;
  display: inline-block;
  line-height: 0;
  margin: 10px auto;
}
#video-btn {
  position: absolute;
  background: rgba(0,0,0,.5);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
#video-btn.hide {
  opacity: 0;
}
#video-btn:before {
  position: absolute;
  content: "";
  background: url(../img/playbtn.png)no-repeat center;
  background-size: contain;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 150px;
  height: 141px;
}
.ttlside_wht, .ttlside_brwn {
  position: relative;
}

.grn_btn {display: block;}
.grn_btn, .org_btn {
  text-align: center;
  padding: 7px;
  box-sizing: border-box;
  border-radius: 10px;
  box-shadow: 0 8px 10px rgba(209, 192, 167, .6);
  line-height: 55px;
  width: 49%;
  margin: 0 auto;
}

#sec2-1 {
  background: url(../img/video_bg_pc.png)no-repeat center;
  background-size: 100% 100%;
  text-align: center;
  padding: 60px;
}
#sec2-1 p {
  font-weight: 600;
}
#sec2-3 {
  background: url(../img/pink02_arrow.png)no-repeat top center;
  background-size: 45%;
}
#sec2-2, #sec2-3 {
  padding: 80px 0 20px;
}
#sec2-1-1{padding-bottom: 20px}/*sec2-3 sec2-2 に合わせる*/

#sec3 ul li {
  background: #fff;
  border-radius: 10px;
  padding: 30px 0;
  margin-bottom: 20px;
}

#sec3 {text-align: center;}
#sec3 li h3{line-height: 1.6;} 
.step {
  color :#c3c3c3;
  background-size: 100%;
  font-size: 110%;
  font-family: "游明朝";
	border-bottom: 1px solid #c3c3c3;
}
.tenpo_info dl, .grn_btn {
  font-family: "游明朝";
}

.tenpo_info dt{
	color:#ff7e7e;
}

.step_ul h3 p {
  display: inline-block;
  line-height: 1.2em;
  vertical-align: middle;
  /*width: 65%;*/
	width:95%;
  margin-left: 10px;
  font-weight: 600;
}

#sec3 .step_ul .rowbox_pc p {
    text-align: justify;
}

.voice{
  background: url(../img/sec4-bg.png)no-repeat center;
  background-size: contain;
  padding: 20px;
}

.voice span {
  display: block;
  font-family: "游明朝";
}
.tenpo_info h3 {
  text-align: center;
  border: 2px solid #ffd2c8;
  margin: 0;
  padding: 8px 0;
  box-sizing: border-box;
  font-weight: bold;
  background-color: #fff;
}

/*追加　フッターアクセス部分*/

.tenpo_info dl {text-align: center;}
.tenpo_info dt{
	margin: 0 auto;
    border-bottom: 1px solid #ff7e7e;
    display: inline-block;
    }
.tenpo_info dd {
    /*font-size: 90%;*/
	margin: 0 auto;
    }

.tenpo_info dd p{
	text-align: center;
	display: inline-block;
}
#sec5 h4 p{
	display: inline-block;
    border-bottom: 1px solid;
}


.updown {
  -webkit-animation: move 1s infinite  alternate;
  animation: move 1s infinite  alternate;
}
@-webkit-keyframes move {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes move {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
#fixbtn {
  position: fixed;
  top: 10%;
  right: -10px;
  width: 11%;
  max-width: 60px;
  z-index: 5;
}
#fixbtn a {
  display: block;
  transition: all .3s;
}
@media all and (min-width:768px) {
  /* ---------------------------------------------------------------------------------------------------------------------
                                                                                                   PC用のスタイル記述
  ---------------------------------------------------------------------------------------------------------------------- */
  .pc {
    display: block;
  }
  .rowbox.sp {
    display: none;
  }
  body {
    width: 860px;
  }
  .rowbox_pc {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #logo {
    min-width: 200px;
  }

  #header-wrap{padding: 2%;}
	
  #firstview {position: relative;line-height: 0;}

  #sec1 .cont {text-align: center;}
	
  #sec1-1 p {
    line-height: 2em;
    font-weight: 600;
  }
  #sec1-2 ul li {
    display: table;
  }
  #sec1-2 ul li img {
    display: table-cell;
    vertical-align: middle;
  }
  #sec1-2 ul li .txtbox {
    display: table-cell;
    width: 63%;
    vertical-align: middle;
    padding: 0 30px;
  }
  h3 {
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 2em;
  }
	
/*h2-img title*/
	#sec2 h2, #sec3 h2, #sec4 h2{
		padding: 6% 0 5%;
	}		
  #sec2{text-align: center;}
	
/*video-bg*/	
	#sec2-1 {
    background-size: 90% 90%;
    padding: 60px;
	margin: 30px;
   }
	#sec2-1 .video-txt{margin-bottom: 30px;}
	
	
  #sec2-2 {
    background: url(../img/pink_arrow.png)no-repeat top center, #ffd2c8;
    background-size: 45%, 100%;
  }
  #video {
    width: 500px;
  }
  #sec2-4 {
    position: relative;
    margin-top: 20px;
  }
	
	
		/*comic-under-txt-img*/
	#sec2 .comic-txt img{
		width: 40%;
		margin-bottom: 20px;
	}
	
  #sec3 {
   background-color: #ffd2c8;
  }
  #sec3 ul li h3 {
    margin-bottom: 30px;
  }
  .step_ul {
    padding-bottom: 5%;
  }
	
  .step_ul .rowbox_pc {
    padding: 0 20px;
    align-items: flex-start;
  }
	
 .step_ul .rowbox_pc img{
		width: 47%;
	}
	
  .step_ul .rowbox_pc p {
    padding-left: 10px;
    line-height: 1.6em;
	  width:50%
  }
	
   #sec4 .inner{max-width: 760px;}
	
  .voice {
    float: left;
    width: 320px;
    margin-bottom: 30px;
	background: url(../img/sec4-bg.png)no-repeat center;
    background-size: 100% 100%;
  }
  .voice:nth-child(2n) {
    margin-right: 0;
	float: right;
  }
 .voice .gothic {
        line-height: 2;
    text-align: justify;
	 font-size:14px;
  }
	
.voice span {
    text-align: right;
}
	
  .tenpo_info.rowbox_pc {
    display: table;
  }
  .tenpo_info li:last-child {
    padding-left: 60px;
  }

  .tenpo_info li {
    width: 62%;
    display: table-cell;
  }
  .tenpo_info dl {
    min-height: 425px;
    font-weight: bold;
  }
  .tenpo_info dt {
    font-size: 120%;
	margin-bottom: 10px;
  }
  .tenpo_info dd {
    /*font-size: 90%;*/
    margin-bottom: 15px;
    text-align: center;
    width: 80%;
  }

  .grn_btn {
    background: url(../img/tenpobtn1_pc.png)no-repeat center;
    background-size: 100% 100%;
  }
  .org_btn {
    background: url(../img/tenpobtn2_pc.png)no-repeat center;
    background-size: 100% 100%;
    width: 30%;
  }
  footer {
    padding: 15px;
  }
  footer a.pc {
    display: inline-block;
  }
  footer a:hover {
    text-decoration: underline;
  }
  footer small {
    width: 50%;
    text-align: right;
  }
  #fixbtn a:hover {
    margin-left: -10px;
  }
.btnwrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

div#map {
    text-align: center;
}
}



@media screen and (max-width:767px) {
  /* ---------------------------------------------------------------------------------------------------------
                                                                       スマホ用ポートレート表示のスタイル記述
  --------------------------------------------------------------------------------------------------------- */
  .sp {
    display: block;
  }
  .rowbox.pc {
    display: none;
  }
  body {
    margin: auto;
	max-width: 750px;
  }
  .inner {
    width: 95%;
    margin: auto;
  }
  #header-wrap {
    width: 95%;
    margin: auto;
    color: #6e491c;
  }

  #logo {
    display: block;

  }
  #logo img {
    width: 20%;
    vertical-align: middle;
    margin-right: 10px;
  }
  #logo small {
    display: inline-block;
    font-size: 4.3vw;
    vertical-align: middle;
    padding-top: 8px;
  }
  .tel_area {
    margin-top: 10px;
  }
	
  #tog_menu {
    display: none;
  }
  #tog_menu li {
    line-height: 2.2em;
    padding: 10px 0;
    font-family: "游明朝";
	color: #373737;
    background-color: #fff;
    border: 2px solid #ff7e7e;
  }
	
  #tog_menu li a{color: #ff7e7e;}
	
  #firstview {
    background: #d8bc8b;
    line-height: 0;
  }

  h2 {
    text-align: center;
    line-height: 0;
  }
  h3 {
    font-size: 20px;
  }
	
  .underline span {
    border-bottom: 1px solid;
    padding-bottom: 5px;
  }
  .v_wrap {
    position: relative;
    display: inline-block;
    line-height: 0;
    margin: 10px auto;
  }
  #video {
    width: 100%;
  }
  #video-btn:before {
    width: 50px;
    height: 141px;
  }
    .rowbox {
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    .cv_area {margin: auto;}
	
    #sec1 .cont {text-align: center;}
	
    #sec1-2 ul li {
      line-height: 0;
    }
    #sec1-2 ul li .txtbox {
      padding: 5%;
      line-height: normal;
    }
    #sec1-2 h3 {
      margin-bottom: 15px;
    }
    .ttlside_wht:before, .ttlside_wht:after {
      position: absolute;
      background: url(../img/subttl_side.png)no-repeat center;
      background-size: contain;
      content: "";
      width: 35px;
      height: 18px;
      top: 0;
      bottom: 0;
      margin: auto;
    }
    .ttlside_wht:before {
      left: -60px;
    }
    .ttlside_wht:after {
      right: -60px;
      transform: scale(-1, 1);
    }
	
	/*h2-img title*/
	#sec2 h2, #sec3 h2, #sec4 h2 {
		padding: 8% 0;
	}
	
    #sec2-1 {
      background: url(../img/video_bg_sp.png)no-repeat center;
      background-size: 100% auto;
      box-sizing: border-box;
      width: 95%;
      height: 125vw;
      margin: 30px auto;
      padding: 40px 15px;
    }
	
	#sec2-1-1{padding-bottom: 20px}/*sec2-3 sec2-2 に合わせる*/
	
    #sec2-1 .fs-l {font-size: 100%;}
    #sec2-2 {
      background: url(../img/pink_arrow.png)no-repeat top center, #ffd2c8;
      background-size: 45%, 100%;
    }
    .zoombtn {
      display: block;
      text-align: right;
    }
    .zoombtn img {
      width: 40%;
    }
	
	.rsv_btn{
		width: 97%;
		margin: 8% auto 3%;
	}
	
    #sec2-3 p img {width: 80%;}
	
	/*comic-under-txt-img*/
	#sec2 .comic-txt img{
		width: 63%;
	}
	
    #sec2-4 {
      position: relative;
      margin-top: 20px;
      line-height: 0;
    }
	
	#sec2 .video-txt{
	 width: 95%;
     margin: 4% auto;
	}
	
    #sec3 {
      background-color: #ffd2c8; 
    }

    .step_ul {
      margin-bottom: 10%;
    }
	
    .step_ul li div {
      width: 93%;
      margin: 20px auto 0;
    }
    .step_ul li:nth-child(4) h3 {
      padding-bottom: 5px;
    }
    .step_ul li div img {
      width: 100%;
      margin-bottom: 20px;
    }
    .step.fs-s {
      padding: 15px 20px 15px 15px;
      font-size: 70%;
    }
    #sec3 ul li h3 .fs-m {
		font-size: 130%;
        font-weight: 500;
		line-height: 2;
	}
	#sec4 {padding-top: 8%;}
    #sec4 ul {width: 90%;}
    #sec4 .ptn_bg.p40 {padding: 30px 2.5%;}
	
	
	
    .voice {
      margin-bottom: 30px;
      background-size: 100% 100%;
      font-size: 90%;
    }
	
    .voice span {
      text-align: right;
    }

    .voice h3 {margin-bottom: 15px;}
	
	#sec5 .fs-l {
    font-size: 160%;
	}
	
    .tenpo_menu {
      display: none;
    }
    .tenpo_info dt {
      font-weight: bold;
    }
    .tenpo_info dd {
      font-size: 90%;
      padding: 5% 10% 10%;
    }

    .ttlside_brwn:before{
      left: -60px;
    }
    .tenpo_info .ttlside_brwn:before {
      left: 0px;
    }
    .ttlside_brwn:after {
      right: -60px;
      transform: scale(-1, 1);
    }
    .tenpo_info dt {
      font-size: 150%;
    }
    .tenpo_info dd {
      font-weight: 500;
	  font-size:120%;
    }
    .tenpo_info .ttlside_brwn:after {
      right: 0px;
    }
    #tenpotoggle {
      position: relative;
    }
    .accordion_icon,
    .accordion_icon span {
    	display: inline-block;
    	transition: all .4s;
    	box-sizing: border-box;
    }
    .accordion_icon {
    	position: absolute;
      background: #ff7e7e;
      border-radius: 100%;
      top: 0;
      bottom: 0;
      right: 5%;
      margin: auto;
    	width: 25px;
    	height: 25px;
    }
    .accordion_icon span {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      width: 50%;
      height: 3px;
      background-color: #fff;
      border-radius: 2px;
      -webkit-border-radius: 2px;
      -ms-border-radius: 2px;
      -moz-border-radius: 2px;
      -o-border-radius: 2px;
    }
    .accordion_icon span:nth-of-type(1) {
      transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
    }
    .accordion_icon span:nth-of-type(2) {
      transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
    }
    /*＋、－切り替え*/
    .accordion_icon.active span:nth-of-type(1) {
    	display:none;
    }
    .accordion_icon.active span:nth-of-type(2) {
      transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
    }
    .grn_btn {
      background: url(../img/tenpobtn1_sp.png)no-repeat center;
      background-size: 100% 100%;
    }
    .org_btn {
      background: url(../img/tenpobtn2_sp.png)no-repeat center;
      background-size: 100% 100%;
      width: 48%;
    }
    #fixbtn {
      top: 50%;
      right: 0;
    }
    footer {
      padding: 15px;
      text-align: center;
      line-height: 2.5em;
    }
    footer a {
      display: block;
      margin: 0;
    }
    footer small {
      width: 90%;
      text-align: center;
      margin: 5px auto;
      font-size: 75%;
    }
    footer .clearfix:after {display: none;}
	.grn_btn, .org_btn {
		width: 100%;
		margin-bottom: 10px;
	}
  }
  @media screen and (max-width:320px) {
    /*iphone5*/
    .step_ul li:nth-child(4) h3 {
      padding-bottom: 0;
    }
    .step_ul h3 {
      height: unset;
    }
    .step_ul h3 p {
      display: block;
      margin: 10px auto;
      width: 95%;
    }
    .step_ul li div {
      margin: 10px auto 0;
    }
  }


  @media all and (-ms-high-contrast: none){
      /* ie のみ css */
      body, .step {
        font-family: Century, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
      }
      #sec3 ul li {
        border: 2px solid #a37f3a;
        position: relative;
      }
      #sec3 ul li::before {
        position: absolute;
        content: "";
        width: calc(100% + 10px);
        height: calc(100% + 10px);
        border:2px solid #a37f3a;
        top: -7px;
        left: -7px;
      }
      .tenpo_info dl {
        line-height: 1.8em;
      }
    }
