*{
	margin: 0;
	padding: 0;
}

div.fix_button {
    position: sticky;
    bottom: 0px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.65s;
    z-index: 999;
    background: rgba(255, 255, 255, 0.8);
}

.fix_button img {
    width: 45% !important;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}


.fv {
    width: 70%;
    margin: 0 auto;
}

h2{
	color:white;
}

h3.co_h2 {
    text-align: center;
    font-family: 'Noto Serif JP';
    font-size: 2.5em;
    letter-spacing: 0.25em;
    font-weight: 500;
    margin: 0 auto 3%;
}

h3.co_h3 {
    font-size: 1.5em;
    background: #d49d97;
    color: white;
    padding: 1% 0 1% 2%;
    margin-bottom: 3%;
}

h4.co_h4 {
    font-size: 1.2em;
    background: #d7c4aa;
    padding: 1%;
	margin-bottom: 2%;
}

li{
	list-style: none;
}

.red{
	color:red;
	font-weight: 600;
}

.fv img,.main img {
	width:100%;
    vertical-align: bottom;
}

.updown {
    animation: updown 1.3s infinite ease-in-out;
}

.hr {
    width: 50%;
    height: 2px;
    margin: 0 auto 5%;
    background: #e8dbc3;
}

/*
*  pc
*/
/* @media only screen and (min-width: 781px) { */

    .main {
        position: relative;
        width: 55%;
        max-width: 700px;
        margin: 5% auto;
    }

	ul {
    margin: 0;
    padding: 0;
}

.img02 {
    width: 60%;
    margin: 0 auto;
}


.sec01,.sec02,.sec03 {
    margin-bottom: 10%;
}


ul.worries_list {
    width: 570px;
    margin: 0 auto;
    letter-spacing: 0.2em;
    font-size: 1.7em;
    line-height: 2em;
}

.sec01_inner {
    background-color: #f4f1e9;
    padding: 5% 0;
    border: 3px solid #cc9a90;
    margin: 0 auto 5%;
}

.sec01_img {
    margin-bottom: 10%;
}

ul.ex_area {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

li.ex_txt {
    width: 70%;
}

li.ex_img {
    width: 20%;
}

.sec02 img {
    margin-bottom: 5%;
}

.section_img {
    height: 300px;
    overflow: hidden;
	position: relative;
	margin-bottom: 5%;
}

.section_img img {
    position: absolute;
   top: -110px;
}

.inner{
	margin-bottom: 3%;
}

.sec_img {
    position: relative;
    height: 300px;
    overflow: hidden;
}

.sec_img img {
    position: absolute;
    top: -30%;
}

.sec_text {
    margin-bottom: 5%;
}

.sec_box {
  margin-bottom: 8%
}

.flex_box{
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	margin: 0 auto 5%;
}

.flex_text {
    width: 70%;
}

.flex_img {
    width: 20%;
}

table {
    width: 100%;
}

tbody {
    width: 100%;
}

th {
    width: 25%;
    border: solid 1px gray;
    padding: 1%;
    background: #f9f0e5;
}

td.td_title {
    width: 25%;
    border: solid 1px gray;
    padding: 1%;
    background: #f9f0e5;
}

td.td_text {
    width: 70%;
	border: solid 1px gray;
	padding: 1%;
}

.step{
	text-align:center;
}

li.title {
    font-size: 1.2em;
    font-weight: 600;
    margin: 2% 0 1%;
    color: cadetblue;
}

li.text {
    font-size: 1em;
    margin-bottom: 2%;
}

li.question {
    font-weight: 600;
    margin-bottom: 1%;
}

li.ans {
    margin-bottom: 5%;
}

.section.ex_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ex {
    width: calc(100%/2 - 5%);
margin-bottom: 5%;
}

.v-haifu_btn{
    width: 100%;
    margin: 0 auto 2rem;
    text-align: center;
}

.v-haifu_btn a img{
    width: 100%;
    max-width: 650px;
}

.v-haifu_offer{
    width: 100%;
    margin: 2rem auto 1rem;
    text-align: center;
}

.v-haifu_offer img{
    width: 100%;
    max-width: 700px;
}


    /*上下にふわふわするボタン*/

    @keyframes updown {
        0% {
            transform: translate(0, 0);
        }

        50% {
            transform: translate(0, -20px);
        }

        100% {
            transform: translate(0, 0);
        }
    }


    .sp {
        display: none;
    }

    .pc {
        display: block;
    }
/* } */


@media (min-width: 768px) and (max-width: 1024px) {
	.fv {
    width: 90%;
    margin: 0 auto;
}
	
	.main {
    position: relative;
    width: 90%;
    margin: 5% auto 20%;
}
	
	.section_img img {
    position: absolute;
    bottom: -130px;
}

.ex {
    width: 45%;
    margin: 0 auto 8%;

}

	.flex_img {
    width: 40%;
    margin: 5% auto 0;
	}}

/*
* sp
*/
@media only screen and (max-width: 767px) {
	
	div.fix_button {
    width: 100%;
    display: flex;
    position: fixed;
    bottom: 0;
    padding: 1% 0;
    background: rgba(255, 255, 255, 0.8);
    justify-content: center;
}
	.fix_button img {
    width: 90% !important;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main {
    position: relative;
	width:90%;
    margin: 5% auto 35%;
}
	
	#pagetop {
    height: 60px;
}
	
	img{
		width: 100%;
	}
	
	.fv {
    width: 100%;
}

h3.co_h2 {
    font-family: 'Noto Serif JP';
    font-size: 1.8em;
    letter-spacing: 0.2em;
}

ul.worries_list {
    font-size: 1.2em;
    line-height: 2em;
}
	
	.section_img img {
    position: absolute;
    bottom: -60px;
}
	
	.sec01, .sec02, .sec03 {
    margin-bottom: 15%;
}
	
	.section_img {
    height: 130px;
}
	
 .sec_img {
    height: 130px;
}
	
	.img02 {
    width: 99%;
    margin: 0 auto;
}
	
	h3.co_h2 {
    font-size: 1.5em;
}
		
	h3.co_h3 {
    font-size: 1.1em;
}
	
	h4.co_h4 {
    font-size: 1em;
}
	
	ul.worries_list {
    max-width:300px;
    margin: 0 auto;
    font-size: 1.2em;
}
	
	.section_img img {
    position: absolute;
   top: -30px;
}
	
	ul.ex_area{
		flex: inherit;
	}
	
	li.ex_txt {
    width: 100%;
}
	
	li.ex_img {
    width: 70%;
    margin: 0 auto;
}

.flex_box {
    margin: 0 0 50px;
}
	
	.flex_text {
    width: 100%;
	margin-bottom:30px;
}
	
	.flex_img {
    width: 50%;
    margin: 0 auto;
}

	td.td_title {
    width: 33%;
}
	
	.ex {
    width: 95%;
    margin: 0 auto 8%;
}
	
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

}


@media only screen and (max-width: 480px) {
	ul.worries_list {
		max-width: 92%;
		font-size: 4vw;
        line-height: 1.5em;
	}

	ul.worries_list li {
		text-indent: -.9em;
		padding-left: .9em;
	}

	ul.worries_list li:not(:last-of-type) {
		margin-bottom: 1em;
	}
}

/* 予約枠月表示 */
.reservation{
    display: inline-block;
    position: relative;
  }
  .month{
    position: absolute;
    display: block;
    color: #a6b0d9;
    font-size: 2.7em;
    font-weight: bold;
    top: 5.5%;
    left: 9.5%;
    transform: translateX(-100%) rotate(-4deg);
  }
  .day{
    position: absolute;
    display: block;
    color: #a6b0d9;
    font-size: 2.7em;
    font-weight: bold;
    top: 3.5%;
    left: 12.2%;
    transform: rotate(-4deg);
  }
  @media screen and (max-width:767px){
      .month{
          font-size: 5.5vw;
          top: 5%;
          left: 9.8%;
      }
      .day{
        font-size: 5.5vw;
        top: 3.3%;
        left: 12.3%;
    }
  }