@charset "UTF-8";
html {
    overflow: auto;
}
body{
	min-width:1020px;
}
p{
	margin:0;
	padding:0;
}
/*
-------------------------------------------------------------------------*/
body {
    margin: 0 auto;
    padding: 0;
    font-family: "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 13px;
    color: #3F3F3F;
    overflow: hidden;
}
/*
-------------------------------------------------------------------------*/
header {
    margin: 0 auto;
    padding: 0;
    width: 100%;
	background-color: #f797be;
}
h1 {
    color: #ffffff;
    font-size: 12px;
    font-weight: normal;
    margin: 0 auto;
    padding: 10px 10px 10px 0;
    text-align: right;
}
header .logo {
	position:absolute;
	top:0;
	left:0;
}
header .btn{
	float:left;
	margin:16px 0;
}
/*
-------------------------------------------------------------------------*/
.inside {
    width: 1200px;
    margin: 0 auto;
    padding: 0;
	position:relative;
}
.txt-c {
    text-align: center;
}
.txt24 {
    font-size: 24px;
    font-weight: bold;
}
.reserv {
    margin: 30px auto 0;
    padding: 0 0 0 0;
    height: 220px;
}
.reserv span {
    float: left;
    padding: 30px 0 0 0;
    margin: 0 auto;
    text-align: center;
}
.reserv ul {
    float: right;
    padding: 20px 50px 0 0;
    margin: 0;
}
.reserv li {
    list-style: none;
    padding: 10px 0;
}
.sp-only{
	display:none;
}
/*
-------------------------------------------------------------------------*/
#main {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}
#main .inside {
	width: 100%;
}
#main p {
    padding: 0;
	text-align:center;
	background-image:url(../images/mainphoto_pc.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	height:708px;
	width:100%;
}
#main p img{
	display:none;
}
/*
-------------------------------------------------------------------------*/
.block_sub {
    width: 1000px;
    margin: 10px auto;
    overflow: hidden;
}
.left_box {
    float: left;
    padding: 0px 0 0 0;
    margin: 0 auto;
}
.block_sub .left_box h3 {
    /* width: 40%; */
    padding: 0px 0 0 0;
    margin: 0 auto;
}
.right_box {
    float: right;
}
.right_box .btn {
    padding: 0;
    margin: 0px auto;
}
.right_box p {
    text-align: center;
    padding: 0;
    margin: 0;
}
/*
-------------------------------------------------------------------------*/
.block01 {
	background-color:#eae8df;
    background-image: url(../images/back01_top_pc.png), url(../images/back01_bottom_pc.png);
	background-repeat: no-repeat;
	background-position:center 24px, center 98%;
    width: 1000px;
    margin: 0 auto 50px;
    padding: 0;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.block01 h4 {
    text-align: center;
    margin: 0 auto;
    padding: 50px 0 20px 0;
}
.block01 div {
	display: none;
}
.block01 dl {
    padding: 0 0 0px 0;
    margin: 0 auto;
    width: 960px;
    overflow: hidden;
}
.block01 dt {
    float: left;
    clear: left;
    width: 50%;
    display: block;
}
.block01 dd {
    float: left;
    background: #FFF;
    width: 44.3%;
    display: block;
    padding: 12px 20px 0;
    height: 107px;
    margin: 18px 0 0 30px;
    font-size: 16px;
	box-sizing:border-box;
}
.block01 dd br.sp-only{
	display:none;
}
.block01 p {
    padding: 40px 0 60px;
    margin: 0;
    text-align: center;
    font-size: 14px;
}
/*
-------------------------------------------------------------------------*/
.block02 {
	background-image:url(../images/block_02_bg_pc.png);
	background-position:top center;
	background-repeat:repeat-x;
    margin: 0 auto 30px;
    padding: 14px 0 30px;
    overflow: hidden;
}
.block02 h3 {
    margin: 30px auto 20px;
    padding: 0;
    text-align: center;
}
.block02 .inside {
    width: 1000px;
}
.block02 .wrapper{
	overflow:hidden;
	margin:0 auto 15px;
	width:940px;
}
.block02 p{
	text-align:center;
	padding:0;
	margin:0;
}
.block02 p.tel{
	float:left;
	margin-right:17px;
}
.block02 p.btn{
	float:left;
}
/*
-------------------------------------------------------------------------*/
.block03 {
    overflow: hidden;
	margin-bottom:70px;
}
.block03 h4 {
    text-align: center;
	margin-bottom:30px;
}
.block03 .inside {
    width: 1000px;
}
.block03 .grid {
    background:#ffffff;
	border:#cccccc solid 2px;
    width: 488px; 
    float: left;
    margin: 10px 6px;
	box-sizing:border-box;
	position:relative;
}
.block03 .grid.top {
	height: 735px;
}
.block03 .grid.bottom {
	height: 760px;
}
.block03 .grid h5 {
	padding:30px 0 20px;
    text-align: center;
    font-size: 20px;
    margin: 0 auto;
}
.block03 .grid .photo {
    padding: 5px;
    margin: 0 auto;
    text-align: center;
}
.block03 .grid span {
    font-size: 16px;
    padding: 10px 20px;
    display: block;
}
.block03 .grid .price {
    background: #f9f8e1;
    width: 30%;
    font-size: 16px;
    margin:0;
    padding: 10px;
    text-align: center;
    font-weight: bold;
	position:absolute;
	bottom:20px;
	right:20px;
}
.block03 .grid .price.wide {
	box-sizing:border-box;
	text-align:left;
	width:444px;
}
.block03 .grid .price.wide span.txt-thin{
	font-size:14px;
	font-weight:normal;
	display: inline;
	padding:0;
}
.block03 ul {
	clear: both;
	margin: 0;
	padding: 10px;
}
.block03 li {
	list-style: none;
	text-indent: -1em;
	padding-left: 1em;
}
/*
-------------------------------------------------------------------------*/
.block04 h3 {
	text-align:center;
	margin:0 0 30px 0;
}
.block04 h4{
	font-size:24px;
	text-align:center;
	margin:0 0 40px 0;
	font-weight:normal;
}
.block04 ul{
	margin:0 auto 45px;
	padding:0;
	width:944px;
	overflow:hidden;
}
.block04 li{
	float:left;
	margin:0;
	list-style:none;
}
.block04 li img{
	border:#bfbfbf solid 1px;
	margin:0;
}
.block04 li:first-child{
	margin-right:20px;
}
.block04 .inside {
    width: 1000px;
	background-image: url(../images/back01_top_pc.png), url(../images/back01_bottom_pc.png), url(../images/back04.jpg);
	background-position:center 24px, center 98%, center top;
	background-repeat:no-repeat, no-repeat, repeat-y;
	margin:0 auto 40px;
	padding:40px 30px;
	box-sizing:border-box;
}
.block04 p{
	text-align:center;
	font-size:16px;
	margin-bottom:40px;
}
.block04 table{
	border-top:#ccbd72 solid 2px;
	border-left:#ccbd72 solid 2px;
	border-right:#ccbd72 solid 2px;
	font-size:16px;
    border-collapse: collapse;
    border-spacing: 0;
	background:#ffffff;
	margin:0 auto 40px;
	width:936px;
}
.block04 tr{
	border-bottom:#ccbd72 solid 2px;
}
.block04 th{
	text-align:left;
	padding:15px 30px;
	font-weight:normal;
}
.block04 th.ttl{
	background:#f9f8e1;
	text-align:center;
	font-size:18px;
}
.block04 td{
	border-left:#ccbd72 solid 2px;
	padding:15px 30px;
	width:75%;
}
.block04 .bridge{
	border-top:#c4bbb5 solid 1px;
	border-bottom:#c4bbb5 solid 1px;
	width:900px;
	margin:0 auto 40px;
	padding:30px 15px;
	overflow:hidden;
	box-sizing:border-box;
}
.block04 .bridge h5{
	font-size:18px;
	font-weight:normal;
	margin:0 0 20px 0;
	line-height:1;
}
.block04 .bridge p{
	float:left;
	margin:0 35px 0 0;
	width:655px;
	text-align:left;
}
.block04 .bridge figure{
	float:left;
	margin:0;
}
/*
-------------------------------------------------------------------------*/
.block05 {
    margin: 0 auto 40px;
    padding: 0;
    overflow: hidden;
}
.block05 .inside {
    width: 1000px;
}
.block05 h5 {
    margin: 0 auto;
    padding: 25px 0 45px;
    text-align: center;
}
.block05 ul {
    float: left;
    margin: 0px 0 20px 0;
    padding: 0;
}
.block05 li:first-child {
    padding: 0;
    margin: 0;
}
.block05 li {
    float: left;
    list-style: none;
    padding: 0 0 0 0;
    margin: 0;
}
.block05 li span {
    width: 230px;
    display: block;
    margin: 10px 0 0;
}
.block05 li img {
    width: 235px;
    height: auto;
}
.block05 li.arrow img {
    width: 18px;
    height: auto;
}
/*
-------------------------------------------------------------------------*/
.block06 {
    background: url(../images/back02.jpg) ;
	border:#afa99c solid 1px;
    margin: 55px auto 60px;
    width: 1001px;
    height: auto;
    padding: 20px 0 50px;
	position:relative;
}
.block06 .clip01 {
	position:absolute;
	top:45px;
	left:50px;
}
.block06 .clip02 {
	position:absolute;
	top:-26px;
	right:100px;
}
.block06 .inside {
    margin: 0 auto;
    width: 950px;
    padding: 0;
}
.block06 h4 {
    padding: 60px 0 30px 0;
    margin: 0;
    text-align: center;
}
.block06 ul {
    list-style: none;
    margin: 0;
    padding: 0 0 0 50px;
}
.block06 li {
    font-size: 16px;
    line-height: 2em;
}
.block06 p {
    margin: 0;
    padding: 0 0 0 50px;
    font-size: 16px;
    line-height: 2em;
}
.block06 p img {
    padding: 0 60px 0 0;
}
/*
-------------------------------------------------------------------------*/
.block07 {
	overflow: hidden;
	margin-bottom:100px;
}
.block07 h4 {
	text-align:center;
	margin-bottom:40px;
	padding:0;
}
.block07 .inside {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
}
.block07 ul {
	width: 60%;
	margin: 0 auto;
	overflow: hidden;
}
.block07 li {
    line-height: 2em;
	font-size:21px;
    float: left;
    margin-right: 2rem;
    padding-left: 2rem;
    background: url(../images/icn_list.svg) no-repeat left center;
    background-size: auto 20px;
	list-style:none;
}
.block07 li:first-child {
    margin: 0 2rem 0 4rem;
}
/*
-------------------------------------------------------------------------*/
.block08 {
	margin-bottom:70px;
}
.block08 .access{
	width: 1000px;
	margin: 0 auto;
	overflow:hidden;
}
.block08 h4{
	text-align:center;
	margin-bottom:40px;
}
.block08 .access iframe{
	width:100%;
	height:550px;
}
.block08 .access dl {
    width: 490px;
    float: left;
    margin-bottom: 60px;
}
.block08 .access dt {
    width: 365px;
    height: 58px;
}
.block08 .access dd {
    margin: 2rem 0 2rem 1rem;
	font-size:16px;
}
.block08 .access table {
    border-collapse: collapse;
    margin: 1rem 0;
	width: 100%;
	border: 0;
}
.block08 .access table th {
    border: #b2b2b2 1px solid;
    background: #eaeaea;
    text-align: center;
    padding: 1rem 0;
}
.block08 .access table td {
    border: #b2b2b2 1px solid;
    text-align: center;
    padding: 1.5rem 1rem;
}
.block08 .access .circle {
    background: url(../images/icn_list.svg) no-repeat center center;
        background-size: auto auto;
    background-size: 15px 15px;
}
.block08 .access .tel {
    float: left;
    font-size: 24px;
    font-family: "Rounded Mplus 1c", sans-serif;
    font-weight: 500;
}
.block08 .access .btn_contect {
    width: 220px;
    height: 80px;
    margin: 0 0 0 30px;
    float: left;
    font-size: 24px;
    background: url(../images/btn_bg2.svg) no-repeat left top;
    text-align: center;
    line-height: 3em;
    font-family: "Rounded Mplus 1c", sans-serif;
    font-weight: 500;
}
.block08 .access .btn_contect a{
	color: #333333;
	text-decoration: none;
}
.block08 .access .btn_contect a:hover {
    width: 220px;
    height: 80px;
    display: block;
    background: url(../images/btn_bg2_ov.svg) no-repeat left top;
}
.block08 .access figure {
    width: 480px;
    height: 550px;
    float: right;
	margin:0;
}
.block08 .visit{
	margin:0 auto;
}
.block08 .visit p {
    text-align: center;
	font-size:16px;
}
.block08 .visit figure {
    width: 1000px;
    height: 400px;
    margin: 0 auto 30px;
    background: #D5D5D5;
}
/*
-------------------------------------------------------------------------*/
.block09 {
	margin:50px auto;
}
.block09.conf{
	margin-top:120px;
}
.block09 h3{
	padding:15px 0;
	border-top:#000000 solid 1px;
	border-bottom:#000000 solid 1px;
	text-align:center;
	margin-bottom:40px;
	line-height:0;
}
.block09 table{
	width:1000px;
	margin:0 auto 50px;
	background:#efefef;
	margin-bottom:45px;
	border: 0;
    border-collapse: collapse;
    border-spacing: 0;
	color:#5b5b5b;
}
.block09 table tr{
	border-bottom:#ffffff solid 1px;
}
.block09 table th,
.block09 table td{
	padding:20px 30px;	
}
.block09 table th{
	border-right:#ffffff solid 1px;
	width:26%;
	vertical-align:middle;
	font-size:18px;
	font-weight:normal;
	text-align:left;
}
.block09 table th.v-al-t{
	vertical-align:top;
}
.block09 table td{
	font-size:18px;
}
.block09 table span.requ {
	color: #F00;
}
.block09 table th span.requ {
    margin-left: 0.5em;
}
.block09 table.conf{
	background:#ffffff;
	border:#bfbfbf solid 1px;
}
.block09 table.conf th{
	background:#efefef;
	border-right:none;
}
.block09 table.conf td{
	border-left:#bfbfbf solid 1px;
}
.block09 table.conf tr{
	border-bottom:#bfbfbf solid 1px;
}
.block09 p{
	text-align:center;
	margin-bottom:30px;
	font-size:16px;
}
.block09 p a{
	color:#5b5b5b;
}
.block09 .consent{
	background:#efefef;
	padding:18px 0;
	margin:0 auto 45px;
	width:1000px;
	text-align:center;
	font-size:16px;
}
.block09 .btn input.btn-submit {
	position:relative;
	text-align: center;
	background-image:url(../images/btn_submit.png);
	background-repeat:no-repeat;
	display:block;
	width:380px;
	height:80px;
	margin:0 auto 50px;
	line-height:1;
	cursor:pointer;	
}
.block09 .btn input.btn-submit.conf {
	background-image:url(../images/btn_contact_offer_pc.png);
}
.block09 .flex{
    display: flex;
    justify-content: center;
}
.block09 .btn-back{
    background-image:url(../images/btn_back.png);
    background-size:200px 80px;
    background-repeat: no-repeat;
    color:#FFF;
    width: 200px;
    height: 80px;
    margin-right: 5px;
}
.block09 .ja{
    ime-mode: active;
}
.block09 .en{
    ime-mode: inactive;
}


.block09 input[type="text"],
.block09 textarea {
  outline: none;
  border: 1px solid #b2b2b2;
  border-radius: 6px;
  background:#ffffff;
  -webkit-transition: all .3s;
  transition: all .3s;
  padding:1% 2%;
  font-size:18px;
}
.block09 input[type="text"]{
	width:96%;
}
.block09 textarea {
	width:96%;
	height:200px;
}
.block09 .checkbox {
  position: relative;
  display: inline-block;
  padding: 0 0 0 55px;
  vertical-align: middle;
  cursor: pointer;
}
.block09 .checkbox:after {
	-webkit-transition: border-color 0.2s linear;
	transition: border-color 0.2s linear;
	position: absolute;
	top: 50%;
	left: 15px;
	display: block;
	margin-top: -11px;
	width: 20px;
	height: 20px;
	border: 1px solid #bfbfbf;
	background:#fff;
	border-radius: 4px;
	content: '';
}
.block09 input[type=radio]:checked + .radio:before {
  opacity: 1;
}
/*check mark*/
.block09 .checkbox:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 35%;
  left: 21px;
  display: block;
  margin-top: -10px;
  width: 7px;
  height: 14px;
  border-right: 4px solid #f797be;
  border-bottom: 4px solid #f797be;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index:10;
}
input[type=checkbox]:checked + .checkbox:before {
  opacity: 1;
}
/*form - reset*/
input, button, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type=radio], input[type=checkbox] {
  display: none;
}
#toContact{
	display:none !important;
}
/*block-thanks*/
.block-thanks{
	padding:100px 0;
	margin:0 auto;
}
.block-thanks p{
	font-size:1.4rem;
	text-align:center;
}
/*
-------------------------------------------------------------------------*/
footer {  
    background-color: #f797be;
}
footer .copy {
    text-align: center;
    padding: 30px 0;
	margin: 0;
	color: #ffffff;
}
/*
-------------------------------------------------------------------------*/
.none {
    display: none;
}
