@charset"utf-8";
@media screen and (max-width: 780px) {
  .wrap {
    width: auto;
    margin: auto;
    padding: 15px;
  }
	img{
		width: auto;
		margin:auto;
		max-width: 100%;
	}
  /*common--------------------------------*/
  .sp {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0;
    margin: 0;
  }
  .pc {
    display: none;
  }
  .fl_base {
    display: block;
  }
	.fl-child1{
		text-align: center;
	}
    .btn{
       width: calc(100% - 40px);
       height: 80px;
       line-height: 80px;
    }
  /*--------------------------------------*/
  /*header*/
  /*--------------------------------------*/
  header {
    width: 100%;
    height: auto;
    background: none;
    border: none;
  }
  /*--------------------------------------*/
  /*footer*/
  /*--------------------------------------*/
  .pagetop {
    position: fixed;
    bottom: 10px;
    right: 10px;
	width: 45px;
	height: 45px;
	}
	
	.pagetop img{
		max-width: 100%;
		height: auto;
	}
	footer {
		font-size: 0.6875rem;
	}
	
	footer .navi-row {
		flex-wrap:wrap;
	}
	
	footer .primary{
		padding:20px 2.6%;
	}
	address {
    background: #ae9a82;
    padding: 14px;
    color: #fff;
}
		
/*--------------------------------------*/
/*mainvisual*/
/*--------------------------------------*/
.mainvisual img {
    width: 100%;
}
.mainvisual_btm .fl_base {
  flex-wrap: nowrap;
  flex-direction: row;
}
.mainvisual_btm .left h3 {
  background: #816C54;
  color: #FFF6E1;
  font-size: 40px;
  text-align: center;
  padding-right: 0;
}
.mainvisual_btm .left {
  flex: 1;
  max-width: 100%;
}
.mainvisual_btm .left .txt {
  font-size: 36px;
  text-align: center;
  color: #816C54;
  font-weight: bold;
}
.mainvisual_btm .right {
  border: 1px solid;
  max-width: 80%;
  margin: 30px auto;
  text-align: center;
}
.mainvisual_btm .right h3 {
  background: #000;
  color: #FFF;
  font-size: 40px;
  padding-left: 0;
  text-align: center;
}
.mainvisual_btm .right .txt {
  padding: 20px 45px 0 0px;
  text-align: center;
}
/*--------------------------------------*/
/* sec01 */
/*--------------------------------------*/
.sec01 .bottom_flow {
  width: 100%;
  margin-top: -45px;
  z-index: 1;
}
.sec01 img {
  z-index: 1000;
  position: relative;
}
/*--------------------------------------*/
/* sec02 */
/*--------------------------------------*/
.sec02 {
  margin-top: -10%;
}
.value-inner_cont {
  background: url(../img/specialoffer_bg.png);
  background-repeat: no-repeat;
  background-size: calc(100% - 45px);
  width: 100%;
  height: 350px;
  margin: 20px auto 0px;
  padding: 15px;
}
.value-inner_cont_title {
  margin-left: 40px;
  margin-bottom: 20px;
  width: 98%;
  margin-top: 14px;
}
.value-inner_cont .txt {
  font-size: 18px;
}
.value-inner_cont img{
  width: calc(100% - 27px);
}
.sec02 .bottom_flow {
  width: 100%;
  margin-top: 0;
  z-index: -2;
  position: relative;
}
.sec03, .sec12 {
  background: #f6f6f6;
}
.sec04 {
    background:none;
}
.sec04 h4 {
  background: #000;
  width: auto;
  margin: auto;
  color: #fff;
  text-align: center;
  padding: 8px;
  font-size: 1.5em;
}
.sec04 .fl_base {
  margin: auto;
  text-align: center;
  display: flex;
  flex-direction: column-reverse;
}
.sec04 .fl_inner.left {
  margin-left: 0;
  display: none;
}
.sec04 p {
  margin-left: 0;
  line-height: 2;
  font-size: 1em;
}
.sec05 {
  background: url(../img/sec05_bg_rose.png);
  background-repeat: repeat-y;
  background-position: bottom;
  background-size: contain;
}
.sec05 .balloon {
  position: relative;
  margin: 1.5em 0;
  width: 310px;
  min-height: 300px;
  text-align: center;
  background: #70a6ff;
  border-radius: 50%;
  box-sizing: border-box;
}
.sec05 .balloon:before {
  content: "";
  position: absolute;

  bottom: -25px;
  left: 50%;
  margin-left: -13px;
  border: 15px solid transparent;
  border-top: 15px solid #70a6ff;
  z-index: 0;
}
.sec05 .balloon p {
  font-size: 20px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  align-items: center;
  width: calc(100% - 70px);
  flex-wrap: nowrap;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.sec05 .balloon strong {
  color: #E95552;
}
.balloon_list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  margin-top: -50px;
}
.sec05 .balloon {
  background: #F5E7DA;
}
.sec05 .balloon:before {
  border-top: 15px solid #F5E7DA;
}
.sec05 .balloon:nth-child(2n) {
  background: #F8F3F3;
}
.sec05 .balloon:nth-child(2n):before {
  border-top: 15px solid #F8F3F3;
}
.sec05 .bottom_flow {
  width: 100%;
  margin-top: -133px;
  z-index: 1;
}
.sec05 .wrap {
  width: auto!important;
}
.sec06 {
  background: url(../img/wall_bg.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  padding-top: 123px;
  margin-top: -100px;
}
.sec06 .wrap {
  width: calc(100% - 100px);
  background: white;
  box-shadow: none;
  padding-top: 180px;
}
.sec06 .wrap img {
  width: 100%;
}
.sec06 p {
  text-align: center;
  margin: 32px 0px;
  font-size: 0.9rem;
}
.sec07 {
  background: #FAF7F0;
}
.sec07 .wrap {
  width: auto;
}
.voice_block_wrap {
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}
.voice_block {
  margin-top: 30px;
  background-color: #fff;
  border-radius: 6px;
  position: relative;
  width: calc(100% - 55px);
  padding: 24px;
  display: inline-block;
  top: 0;
  vertical-align: top;
  margin-right: 18px;
}
.voice_block h5 {
  border: 5px solid #AE9A82;
  border-width: 2px 0 2px 0;
  font-size: 1.3rem;
  padding: 14px 8px;
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
}
.voice_block h5 strong {
  font-size: 1.6rem;
  color: #AE9A82;
}
.voice_block h5::before {
  content: "";
  position: absolute;
  top: -9px;
  bottom: -9px;
  left: 0;
  right: 0;
  border: 5px solid #AE9A82;
  border-width: 4px 0 4px 0;
}
.voice_block .em {
  font-weight: bold;
  margin: 20px 0;
}
.voice_block .comment {
  font-size: 0.86em;
  text-align: left;
}
.voice_block .comment.read_more {
  position: relative;
  cursor: pointer;
}
.voice_block .read_open .comment.read_more {
  padding-bottom: 120px;
}
.voice_block .frame_pop:not(.read_open) .comment.read_more {
  height: 181px;
  overflow: hidden;
}
.voice_block .comment.read_more::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  display: block;
  height: 104px;
  line-height: 170px;
  margin: auto;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%);
  text-shadow: 0 1px 0 #fff;
  color: #000000;
}
.voice_block .frame_pop.read_open {
  height: auto;
}
.voice_block .photo {
  text-align: center;
}
.voice_block .fl_inner + .frame_pop::after, .voice_block .fl_inner + .frame_pop::before {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: auto;
  border-style: solid;
  border-color: transparent;
  content: '';
}
.voice_block .fl_inner + .frame_pop::before {
  top: 18px;
  left: -10px;
  z-index: 0;
  border-width: 10px 10px 10px 0;
  border-right-color: #dbe8f4;
}
.voice_block .fl_inner + .frame_pop::after {
  top: 20px;
  left: -7px;
  z-index: 1;
  border-width: 8px 8px 8px 0;
  border-right-color: #fff;
}
.voice_block .name {
  line-height: 1.5rem;
  font-size: 0.9em;
  margin: 0.5em 0;
  text-align: center;
}
.sec08 .wrap{
	width:auto!important;
}
.sec08 .bg_gray {
  background: #EBEBEB;
  text-align: center;
}
.sec08 .fl_base {
  justify-content: space-around;
  margin-top: 0px;
  flex-direction: column;
  display: flex;
  align-content: center;
}
.sec08 .fl_base div{
  margin-top: 40px;
}
.sec08 .jisseki {
  text-align: center;
  background: url(../img/sec08_flower_bg_sp.png);
  background-repeat: no-repeat;
  background-position: -55px -16px;
  background-size: cover;
  padding: 105px 0;
}
.sec08 .message {
  flex-wrap: nowrap;
  font-size: 1em;
  line-height: 1.8;
  flex-direction: column-reverse;
  display: flex;
}
.sec08 .message strong {
  font-size: 1.1em
}
.sec08 .message .fl_inner {
  margin-right: 0;
  text-align: center;
  margin-top: 41px;
}
.sec08 .bottom_flow {
  width: 100%;
  margin-top: 0px;
}
.online_table {
  display: flex;
  flex-direction: column;
}
.online_table h5.mincho {
  background: #fff;
  width: unset;
  padding: 8px;
  text-align: center;
  margin: 20px 0 0 auto;
  font-size: 1.4rem;
  margin-bottom: 20px;
}
.online_table .right h5.mincho {
  margin: 20px auto 20px 0;
}
.online_table .left {
  background: #EAF0F2;
  padding: 20px;
  flex: 1;
  margin-top: -2px;
}
.online_table .right {
  background: #E5C7BA;
  padding: 20px;
  flex: 1;
}
.online_table ul.list01 {
  width: 100%;
  margin-left: auto;
}
.online_table ul.list02 {
  width: auto;
  margin-right: auto;
}
.online_table ul > li {
  position: relative;
  padding: 20px 0px 20px 1.5em;
  list-style: none;
  border-bottom: 1px solid #000
}
.online_table ul > li::before {
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%) rotate(45deg);
  width: 0.6em;
  height: 0.6em;
  background-color: #BBBBBB;
  content: "";
}
.online_table ul > li:last-child {
  border-bottom: 0
}
.online_table .right ul > li::before {
  background-color: #945F4E;
}
.sec09 {
  background: url(../img/sec09_bg_sp.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  padding-top: 265px;
  padding-bottom: 0;
  margin-top: -90px;
}
.sec09 .wrap {
margin-left: 0;
}
.sec09 .btn {
  margin: 20px 0;
  width: 100%;
}
.sec10 .fl_base {
  margin-top: 0;
}
.sec10 .fl_base.first{
	flex-direction: column-reverse;
	display: flex;
}
.sec10 .second {
  flex-direction: row-reverse;
  padding-bottom: 75px;
}
.sec10 .first div {
  margin-right: 0;
}
.sec10 .second p {
  margin-left: 25px;
  margin-right: 25px;
  line-height: 2rem;
  margin-top: 25px;
}
.sec10 .first .photo {
  box-shadow: 75px 45px 0 #FAF7F0;
  display: none;
}
.sec10 .second .photo {
  box-shadow: -75px 45px 0 #faf7f0;
}
.sec10 .first div > p {
  margin: 24px;
  line-height: 1.8rem;
}
.sec11 {
  margin-top: 0;
  overflow: hidden;
}
.sec11 .wrap{
  width: calc(100% - 20px)!important;
  padding: 10px;
}

.sec11 .mincho {
  font-size: 1.4em;
  font-weight: bold;
  margin: 22px 0;
}
.threestep_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  flex-direction: column;
}
.threestep_wrap .elm {
  flex-basis: 100%;
  margin: 0;
  margin-bottom: 20px;
  border: 3px solid #EEDFD2;
  position: relative;
  overflow: hidden;
}
.threestep_wrap .elm .border_wrap {
  border: 1px solid #EEDFD2;
  margin: 8px;
  height: calc(100% - 18px);
}
.threestep_wrap .elm .hl {
  background: #FFF2E6;
  padding: 12px;
}
.threestep_wrap .elm p {
  padding: 20px
}
.sec13 h3 {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center
}
.sec13 .fl_base {
  margin: auto;
  justify-content: space-around;
  width: auto;
}
.sec13 .fl_base li {
  margin-bottom: 20px;
}
.sec13 .fl_base li iframe{
  max-width: 100%;
  height: 300px;
}	
.sec14 {
  background: url(../img/wall_bg.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  padding-top: 0;
  margin-top: 0;
  position: inherit;
  z-index: -1;
}
.sec14 .wrap {
  width: calc(100% - 20%);
  padding-top: 36px;
  padding-bottom: 30px;
  background: #fff;
  box-shadow: none;
  margin: auto;
  position: relative;
}
.sec14 .wrap img {
  width: 100%;
}
.sec14 p {
  text-align: center;
  margin: 40px 0px;
  font-size: 1.2rem;
}
.sec15 .mainvisual {
    margin-top: 0px;
/*    margin-left: -50px; */
}
.sec16 .mincho {
  font-size: 15px;
  margin: 40px 0 20px
}
.sec16 .photo_bottom {
  display: flex;
  flex-direction: column;
  background: #F9F9F9;
  width: unset;
  margin: 0 auto 80px;
}
.sec16 .photo_bottom .bg_white {
  font-size: 1.3em;
  padding: 24px 24px;
  margin: 0;
}
.sec16 .photo_bottom ul {
  padding: 24px;
}
.sec16 .photo_bottom ul > li {
  position: relative;
  padding: 10px 0px 10px 1.5em;
  list-style: none;
}
.sec16 .photo_bottom ul > li::before {
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%) rotate(45deg);
  width: 0.6em;
  height: 0.6em;
  background-color: #816C54;
  content: "";
}
.sec16 .photo_bottom .left {
  display: flex;
  align-items: center;
}
.sec16 .overview {
  background: #FAF7F0;
}
.sec16 .overview .wrap{
  width: calc(100% - 40px)!important;
}
.sec16 .overview dl {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: stretch;
  border-bottom: none;
  background: #fff;
  padding: 20px 22px;
}
.sec16 .overview dl dt {
  padding: 18px;
  width: 100%;
  border-bottom: 1px solid #000;
}
.sec16 .overview dt {
  border-bottom: none!important;
  font-weight:bold;
}
.sec16 .overview dl dd {
  padding: 18px 18px 36px;
  width: calc(100% - 42px);
  border-bottom: 1px solid #000;
}
.sec16 .overview dl dt:last-child, .sec16 .overview dl dd:last-child {
  border-bottom: none;
}
.sec16 .overview dl dt.border-none {
  border-bottom: none;
}
.sec16 .day_wrap {
  background: #fff;
  padding: 0;
  padding-top: 50px;
  position: relative;
}
.sec16 p.mt30{
  font-size:0.8em;
  line-height:2
}
.sec16 .day_wrap h4 {
  display: inline-block;
  width: 100%;
  background: #816C54;
  font-size: 2em;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.sec16 .day_table {
  width: 100%;
  border-collapse: collapse;
}
.sec16 .day_table td,
.sec16 .day_table th {
  padding: 20px 8px;
  text-align:center;
  border-bottom: 1px solid #000;
}
.sec16 .day_table tr:last-child th,
.sec16 .day_table tr:last-child td{
  border-bottom: none;
}
.sec16 .kaisai_icon {
    display: inline-block;
    background: #B95151;
    width: 85px;
    text-align: center;
    color: #fff;
    margin-left: 20px;
}
.sec16 .kaisai_icon.c02 {
    background: #DB9B7F;
}
.sec16 .kaisai_icon.c03 {
    background: #816C54;
}
.sec18 .bg_photo{
  background: url(../img/sec18_photo_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: -1;
}
.sec18 .bg_white {
  font-size: 1.3em;
  width: 100%;
  margin-top: 80px;
}
.sec18 .bg_white + .bg_white {
  width:600px;
  margin-top:20px;
  font-size: 1.6em;
}
.sec18 .bg_photo p{
	width: 100%;
	margin-top: 22px;
	font-size:20px;
}
.sec18 p{
	font-size: 16px;
	margin-top: 20px;
}

.sec19 {
  background: url(../img/sec19_bg.png);
  background-repeat: repeat;
  background-size: contain;
  position: initial;
  z-index: -1;
  padding-top: 0;
  overflow: hidden;
}
.sec19 .fl_base{
  justify-content: center;
  display: flex;
  flex-direction: column-reverse;
}
.sec19 .mt100{
  margin-top:20px!important;
}
.sec19 .ml50{
  margin-left:0!important;
  margin-bottom:40px;
}
.sec19 .second {
  flex-direction: column;
  padding-bottom: 16px;
  margin-top: 36px;
}
.sec19 .first div {
  margin-right: 0;
}
.sec19 .second p {
  margin-left: 0;
  margin-right: 0;
  line-height: 2;
  max-width: 850px;
}
.sec19 .first .photo {
  box-shadow: -75px 45px 0 #faf7f0;
  position: relative;
  z-index: -1;
}
.sec19 .second .photo {
  box-shadow: 75px 45px 0 #faf7f0;
  margin-bottom: 30px;
}
.sec19 .first div > p {
  margin-top: 20px;
  margin-left: 0;
  line-height: 2rem;
  max-width: initial;
}
.sec19 .img_wrap{
  margin-top: 0;
  background-position: top center;
  background-size: contain;
}
.sec19 .inner_wrap{
	width: 100%;
	margin: auto;
	padding-top: 50px;
}
.sec19 .msg{
	font-size:2em;
}
.sec20{
	background:#FAF7F0;
}
.sec20 .mincho{
	font-size: 1.5em;
}
.sec20 .mincho .small{
	font-size:0.8em
}
.sec20 .fl_base {
  margin: auto;
  justify-content: space-around;
  width: auto;
}
.sec20 .fl_base li {
  margin-bottom: 20px;
  max-width: 100%;
}
.sec20 .fl_base li iframe{
  max-width: 100%;
  height: 300px;
}
.sec21 .list{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}

.sec21 .list li {
  list-style: none;
  margin: 0;
  position: relative;
  text-indent: -0.8em;
  padding-left: 1.5em;
  margin-top: 10px;
}
.sec21 .fl_inner{
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.sec21 .wrap{
   width: auto;
}
.sec21 .mt100{
	margin-top:60px!important;
}
.sec21 .fl_inner{
	margin-top: 20px;
	margin-left: 0;
}
.sec21 .name{
	font-size: 1.8em;
	font-weight: bold;
	margin-bottom:20px;
}
.sec21 .name .ruby{
	font-weight: normal;
	font-size:0.6em
}
}
@media screen and (max-width: 576px) {
	footer .navi-row {
		justify-content: space-between;
	}
	
	footer .navi-row ul:first-child{
		width: 100%;
		flex-direction: column;
		align-items: center;
	}	
	footer .navi-row li{
	   font-size:0.9rem;
	   width: 100%;
	   text-align: center;
	}
	footer .navi-row ul{
		width: 40%;
	}
}
@media screen and (max-width: 576px) {
.btn {
    width: 100%;
    height: 80px;
    line-height: 80px;
    font-size:20px;
}
.value-inner_cont_title {
    margin-left: 13px;
    margin-bottom: 20px;
    width: 93%;
    margin-top: 14px;
}
.value-inner_cont .txt {
    font-size: 17px;
    margin-right: 20px;
}
.value-inner_cont {
  background: url(../img/specialoffer_bg_sp.png);
  background-repeat: no-repeat;
  background-size: calc(100% - 0px);
  width: auto;
  height: 353px;
  margin: 20px auto 0px;
  padding: 15px;
}
.mainvisual img {
    width: 100%;
}
.mainvisual_btm .fl_base {
  flex-wrap: nowrap;
  flex-direction: row;
}
.mainvisual_btm .left h3 {
  background: #816C54;
  color: #FFF6E1;
  font-size: 30px;
  text-align: center;
  padding-right: 0;
}
.mainvisual_btm .left {
  flex: 1;
  max-width: 100%;
}
.mainvisual_btm .left .txt {
  font-size: 23px;
  text-align: center;
  color: #816C54;
  font-weight: bold;
}
.mainvisual_btm .right {
  border: 1px solid;
  max-width: 90%;
  margin: 18px auto;
  text-align: center;
}
.mainvisual_btm .right h3 {
  background: #000;
  color: #FFF;
  font-size: 24px;
  padding-left: 0;
  text-align: center;
}
.mainvisual_btm .right .txt {
  padding: 12px;
  text-align: center;
}
.sec18 .bg_photo{
  background: url(../img/sec18_photo_bg_sp.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  position: initial;
  z-index: -1;
  padding-top: 100px;
}
.sec18 .bg_white {
  font-size: 1.3em;
  width: 100%;
  margin-top: 80px;
}
.sec18 .bg_white + .bg_white {
  width:600px;
  margin-top:20px;
  font-size: 1.6em;
}
.sec18 .bg_photo p{
	width: 100%;
	margin-top: 22px;
	font-size:20px;
}
.sec18 p{
	font-size: 16px;
	margin-top: 20px;
}

}
@media screen and (max-width: 445px) {
	#wrap{
		overflow: hidden
	}
  .value-inner_cont .txt {
    font-size: 14px;
    line-height:1.4;
    margin-right: 40px;
    margin-left: 20px;
  }

.value-inner_cont {
  background: url(../img/specialoffer_bg_sp.png);
  background-repeat: no-repeat;
  background-size: calc(100% - 40px);
  width: 100%;
  height: 280px;
  margin: 20px auto 0px;
  padding: 15px;
}
.sec18 .bg_white {
    font-size: 1.2em;
    width: 92%;
    margin-top: 80px;
}
}