@charset "utf-8";
/* 共通style --------------------------------*/
@font-face {
  src: url("../../font/Roboto-Regular.ttf") ;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
@font-face {
  src: url("../../font/Roboto-Medium.ttf") ;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
@font-face {
  src: url("../../font/Roboto-Bold.ttf") ;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}
@font-face {
  src: url("../../font/NotoSansJP-Regular.woff") format("woff");
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url("../../font/NotoSansJP-Medium.woff") format("woff");
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url("../../font/NotoSansJP-Bold.woff") format("woff");
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url("../../font/NotoSansJP-Black.woff") format("woff");
  font-family: "Noto Sans JP";
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
html {
  font-size: 62.5%;
}
body {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.6rem
}
a{
  text-decoration: none;
  color: #1A3875;
}
a:hover{
  text-decoration: none;
}
h2{
  text-align: center;
  color: #1A3875;
  margin: 0 auto;
  font-size: 2rem;
}
h2 span.txt_bold {
  position: relative;
  margin: 0 auto;
  color: #1A3875;
  font-family: 'Roboto', sans-serif;
  font-size: 4.0rem;
  font-weight: 700;
  line-height: 3;
}
h2 span.txt_bold::after {
  position: absolute;
  content: '';
  display: inline-block;
  height: 4px;
  vertical-align: middle;
  background: linear-gradient(-45deg, #0047D8 0%, #009EBD 100%);
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  margin-top: 48px;
}
h3 {
  margin: 0 auto;
  text-align: center;
  color: #3C3C3C;
  font-size: 2.6rem;
  line-height: 1.6em;
}
ul{
  list-style: none;
}
table{
 border-collapse: collapse;
 border-spacing: 0;
}
.block_access p{
  color: #3C3C3C;
  text-align: center;
  line-height: 1.8;
}
/*pagetop
--------------------------------------*/
.pagetop {
  display: none;
  position: fixed;
  bottom: 5vw;
  right: 1vw;
}
.pagetop a {
  background-color: #009ACE;
  color: #fff
}
.pagetop a, .pagetop a:hover {
  display: block;
  text-align: center;
  font-size: 1vw;
  text-decoration: none;
  padding: 1vw 1.3vw;
  filter: alpha(opacity=80);
  -moz-opacity: .8;
  opacity: .8
}
.pagetop a:hover {
  background-color: #84CDE6;
  color: #fff
}
/*header
--------------------------------------*/
header .wrapper{
  width: 1000px;
  margin:0 auto;
  overflow: hidden;
}
header .wrapper p.logo {
  float: left;
  margin:0;
  height: auto;
}
header .header_tel_contact{
  float: right;
  padding:15px 0;
}
header .header_tel_contact .header_tel{
  float:left;
  margin:0 auto;
  text-align: center;
}
header p.header_txt{
  margin-bottom: .3em;
}
header .header_tel_contact .header_contact{
  float: right;
}
header .header_tel_contact .header_contact a{
  margin: 0 auto;
  padding: 15px 50px 15px 80px;
  color: #1A3875;
  background-image: url(../images/icn-mail.png);
  background-repeat: no-repeat;
  background-size: 12%;
  background-position: left 18% center;
  background-color:#FFD941 ;
  box-sizing: border-box;
  box-shadow: 0 3px #D09F67;
  border-radius:3px;
  font-weight: 700;
  font-size: 1.8rem;
}
/*fv
--------------------------------------*/
.fv .wrapper{
  margin:0 auto;
}
.fv .wrapper .midashi_txt{
  font-family: 'Roboto', sans-serif;
  color: #fff;
}
.fv .wrapper .midashi_txt span.txt_small{
  margin:0 auto;
}
.fv .wrapper h1{
  margin:0 auto;
  padding: 122px 0 45px;
  font-size: 5.5rem;
  color: #fff;
  font-weight: 700;
}
.fv .wrapper h1 span.txt_small{
  font-size: 3.1rem;
}
.fv .wrapper h2{
  font-size: 4.3rem;
  font-weight: 700;
}
.fv .wrapper h2 span.txt_small{
  font-size: 31px;
}
.fv .wrapper h2 span.txt_num{
  font-family: 'Roboto', sans-serif;
}
/*nav
--------------------------------------*/
nav{
  width: 100%;
  background: #009EBD;
}
nav ul{
  margin:0 auto;
  display: flex;
  justify-content: space-between;
}
nav ul a{
  color: #fff;
  text-align: center;
  display: block;
  text-decoration: none;
  font-size: 1.8rem;
  transition: 0.3s;
  display: block;
}
nav li{
  position: relative;
}
nav li a:hover {
	opacity: 0.7;
}
nav li::after {
  position: absolute;
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  width: 10px;
  height: 10px;
  border: 0.1em solid currentColor;
  border-bottom-color: currentcolor;
  border-bottom-style: solid;
  border-bottom-width: 0.1em;
  border-left-color: currentcolor;
  border-left-style: solid;
  border-left-width: 0.1em;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
  left: 0;
  right: 0;
  margin: auto;
}
 /*offer
------------------------------------------*/
.offer{
  background: linear-gradient(45deg, rgba(0, 158, 189, 0.8), rgba(0, 71, 216, 0.8)),url(../images/offer_bg.jpg);
	background-repeat: repeat;
  margin:0 auto;
}
.offer .inner {
	margin: 0 auto;
}
.offer .inner p{
  color: #ffffff;
}
.offer .inner .offer_tel{
  margin:0 auto;
  text-align: center;
}
.offer .tel p.txt_tel {
	font-family: 'Roboto', sans-serif;
}
.offer p.first {
	font-weight: 700;
	text-align: center;
	line-height: 1.4;
}
.offer .btn_contact a {
	background: url(../images/icn-mail.png);
	background-position: 60px center, center;
	background-repeat: no-repeat;
	background-size: 8%, 100%;
  background-color:#FFD941;
  box-shadow: 0 3px #D09F67;
	box-sizing: border-box;
	text-decoration: none;
  font-size: 2.8rem;
	font-weight: 700;
	padding-left: 140px;
	border-radius: 4px;
	display: block;
}
.offer .inner .btn_contact a:hover {
  opacity: .7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)"
}
/*block_top
--------------------------------------*/
.block_top p {
  text-align: center;
}
/*access
--------------------------------------*/
.block_access {
  margin:0 auto 80px;
  text-align: center;
}
.block_access picture{
  margin: 0 auto;
}
.block_access picture img{
  display: block;
  margin: 0 auto;
}
.block_access p{
  text-align: center;
  margin-bottom: 30px;
}
/*floorplan
--------------------------------------*/
.block_floorplan h3{
  display: flex;
  text-align: center;
  align-items: center;
}
.block_floorplan h3::before{
  content: "";
  margin-right: 15px;
  flex-grow: 1;
  height: 1px;
  background: #333;
  display: block;
}
.block_floorplan h3::after{
  content: "";
  flex-grow: 1;
  height: 1px;
  background: #333;
  display: block;
 }
 .block_floorplan figure{
  margin:0 auto 100px;
  text-align: center;
 }
 .block_floorplan .guide{
  margin: 0 auto;
  padding: 15px;
  border: #000 solid 1px;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
 }
 .block_floorplan .guide dl{
   display: flex;
   margin:10px 0 15px 25px;
   width: 210px;
 }
 .block_floorplan .guide dl:nth-child(1) dt{
   margin-right: 5px;
   width: 60px;
   height: 25px;
   background-color: #CCE1F2 ;
 }
 .block_floorplan .guide dl:nth-child(2) dt{
  margin-right: 5px;
  width: 60px;
  height: 25px;
  background-color: #F4CFBA;
}
.block_floorplan .guide dl:nth-child(3) dt{
  margin-right: 5px;
  width: 60px;
  height: 25px;
  background-color: #DBD7B9;
}
.block_floorplan .guide dl:nth-child(4) dt{
  margin-right: 5px;
  width: 60px;
  height: 25px;
  background-color: #968BD6;
}
.block_floorplan .guide dl:nth-child(5) dt{
  margin-right: 5px;
  width: 60px;
  height: 25px;
  background-color: #94D1CD;
}
.block_floorplan .guide dl:nth-child(6) dt{
  margin-right: 5px;
  width: 60px;
  height: 25px;
  background-color: #FFE893;
}
.block_floorplan .guide dl dd{
  margin:3px 0;
}
/*block_spec
--------------------------------------*/
.block_spec{
  margin: 0 auto;
}
.block_spec h3{
 display: flex;
 text-align: center;
 align-items: center;
}
.block_spec h3::before{
 content: "";
 margin-right: 15px;
 flex-grow: 1;
 height: 1px;
 background: #333;
 display: block;
}
.block_spec h3::after{
  content: "";
  margin-left: 15px;
  flex-grow: 1;
  height: 1px;
  background: #333;
  display: block;
}
.block_spec table{
 margin-bottom: 100px;
 background: #ffffff;
 border-top: 1px solid #707070;
 border-left: 1px solid #707070;
 width: 100%;
 box-sizing: border-box;
 font-family:'Noto Sans JP', sans-serif ;
}
.block_spec table tr{
 border-bottom: 1px solid #707070;
}
.block_spec table tr th{
 padding:10px;
 border-right: 1px solid #707070;
 background: #adceea;
}
.block_spec table tr td:first-child{
 padding:10px;
 border-right: 1px solid #707070;
 text-align: center;
}
.block_spec table tr td{
 padding: 10px;
 border-right: 1px solid #707070;
 text-align: right;
}
/*outline
--------------------------------------*/
.block_outline{
  margin: 0 auto;
}
.block_outline table{
  border-top: 1px solid #707070;
  border-left: 1px solid #707070;
  border-right: 1px solid #707070;
  background: #fff;
  width:100%;
}
.block_outline table tr{
 border-right: 1px solid #707070;
}
.block_outline table tr th{
  padding: 25px 10px;
  width: 16%;
  background-color: #CCE1F2;
  text-align: left;
  vertical-align: middle;
  border-right: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
.block_outline table tr td{
  padding: 15px;
  width: 35%;
  vertical-align: middle;
  line-height: 1.3em;
  border-right: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
.block_outline table tr td:nth-last-of-type(1) {
  border-right: none;
}
.block_outline ul{
  flex-direction: row;
  margin: 0 auto;
 text-align: center;
 display: flex;
 justify-content: center;
 flex-wrap: wrap;
}
.block_outline ul li{
 margin-right: 1.3vw;
}
.block_outline ul li figcaption{
  font-size: 1.2rem;
  line-height: 1.4em;
}
 /*block__contact
 --------------------------------------*/
.block__contact {
padding: 0;
}
.block__contact .wrapper {
  width: 750pt;
  margin: 0 auto 150px;
}
.block__contact p {
  font-size: 1.8rem;
  line-height: 1.8;
  margin-bottom: 20px;
}
.block__contact p.br-on{
  display: inherit !important;
}
.block__contact p span.must {
  color: #000;
  background:  #f2859d;
  padding: 0px 6px 2px;
  margin-right: .5em;
  border-radius: 2px;
  font-size: 1.5rem;
}
.block__contact p.thanks {
  margin:150px auto;
  font-size: 2.5rem;
  text-align: center;
  font-weight: 700;
}
.block__contact .box_thanks .btn_link a,
.block__contact .box_thanks .btn_link a:after,
.block__contact .box_thanks .btn_link a:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.block__contact .box_thanks .btn_link a:hover {
  opacity: .7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
.block__contact .box_tel {
  border: #cecece solid 4px;
  padding: 25px 20px 0;
  margin-bottom: 4vw;
  box-sizing: border-box;
}
.block__contact .box_tel p {
  text-align: center;
}
.block__contact table {
  border-top: #b9bfc9 solid 1px;
  border-right: #b9bfc9 solid 1px;
  border-left: #b9bfc9 solid 1px;
  margin: 15px 0 0;
  width: 750pt;
  box-sizing: border-box;
  margin: 0 auto 60px;
}
.block__contact table th {
  width: 30%;
  padding: 15px;
  background: #f2f2f2;
  text-align: left;
  vertical-align: middle;
  font-weight: 700;
}
.block__contact table tr {
  border-bottom: #b9bfc9 1px dotted;
}
.block__contact table tr:last-of-type {
  border-bottom: #b9bfc9 1px solid;
}
.block__contact table th.val_top {
  vertical-align: top;
}
.block__contact th span.must {
  color: #fff;
  background:  #1A3875;
  padding: 3px 6px 6px;
  margin-left: 1rem;
  float: right;
  font-weight: normal;
  font-size: 1.5rem;
  border-radius: 2px;
}
.block__contact th span.nomal {
  font-weight: 400;
  line-height: 2;
}
.block__contact table td {
  padding: 15px;
  font-size: 1.6rem;
  line-height: 1.6;
}
.block__contact table td span.error {
  color: #ff0004;
  display: block
}
.block__contact .txt_caution{
  padding: 20px 40px 10px 40px;
  border: solid 1px #dddddd;
  line-height: 1.6;
  margin-bottom: 20px;
}
.block__contact .txt_caution h5{
  text-align: center;
  margin-bottom: 1.5em;
}
.block__contact .txt_caution dl{
  text-align: left;
}
.block__contact .txt_caution dt{
  margin-bottom: .5em;
}
.block__contact .txt_caution dt::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #B3CDEE;
  margin-right: .5em;
}
.block__contact .txt_caution dd{
  margin-bottom: 1em;
  margin-left: 1.5em;
  line-height: 1.6;
}
label.checker {
  width: auto;
}
.checker .check, .checker .text {
  display: inline-block;
  vertical-align: middle;
}
.checker .text {
  font-size: 1.4rem;
  padding-top: .5em;
  margin-right: 2em;
  margin-bottom: 1em;
}
.checker .text.txt_agree {
  font-size: 1.6rem;
  padding-top: .2em;
}
.checker input {
  display: none;
}
.checker .check {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 1em;
  margin-bottom: 1em;
}
.checker .check:before {
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  border-radius: 2px;
  background: #fff;
}
.checker .check:before, .checker input:checked+.check:after {
  display: block;
  position: absolute;
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.checker input:checked+.check:after {
  top: 5px;
  left: 3px;
  width: 1pc;
  height: 8px;
  border-left: 3px solid #a60015;
  border-bottom: 3px solid #a60015;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.checker input:disabled+.check:before {
  background-color: #eee;
}
.checker input:checked:disabled+.check:after {
  border-left: 3px solid #aaa;
  border-bottom: 3px solid #aaa;
}
#idx_send_error, .contact__page p.error, p#idx_has_error.error {
  color: #ff0004;
}
input[type=text], textarea {
  padding: .8em;
  outline: 0;
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 1.6rem;
}
input[type=text] {
  width: 100%;
  box-sizing: border-box;
}
input.w100 {
  width: 28%;
}
input.w60 {
  width: 30%;
}
textarea {
  width: 100%;
  box-sizing: border-box;
}
label {
  cursor: pointer;
}
.block__contact .box--privacy {
  height: 200px;
  width: 750pt;
  overflow-y: scroll;
  margin: 0 auto 40px;
}
.block__contact .box--privacy h3 {
  text-align: center;
  margin-bottom: 4rem;
  font-size: 2rem;
  font-weight: 700;
  color: #272727;
}
.block__contact .box--privacy p {
  margin-bottom: 1em;
}
.block__contact .box--privacy dt {
  float: none;
  padding: 0;
  width: auto!important;
  font-weight: 700;
  line-height: 2;
}
.block__contact .box--privacy dd {
  padding-left: 0;
  line-height: 1.6;
  margin-bottom: 1em;
}
.block__contact .box--privacy dd, .block__contact .box--privacy dd li {
  border-bottom: 0;
}
.block__contact .box--privacy dd ul {
  margin-top: 10px;
  padding-left: 1em;
}
.block__contact .box--privacy dd li {
  list-style: disc;
  list-style-position: inside;
  padding: 0;
  margin-bottom: 10px;
}
.block__contact .box--privacy h3 br.sp--only{
  display: none !important;
}
.block__contact .box_agree {
  background: #f2f2f2;
  padding: 20px;
  text-align: center;
  margin-bottom: 40px;
}
.block__contact .box_agree p {
  text-align: center;
}
.block__contact .box_agree span.txt_agree {
  font-size: 18px;
}
.block__contact .btn_button {
  margin: 0 auto 30px;
  text-align: center;
}
.block__contact .btn_button button {
  text-align: center;
  width: 100%;
  height: auto;
  max-width: 25pc;
  padding: 20px 50px;
  color: #1A3875;
  background: #FFD941;
  border-radius: 3px;
  box-shadow: 0 3px #D09F67;
  border: 0;
  font-size: 1.8rem;
  font-weight: bold;
  box-sizing: border-box;
  cursor: pointer;
  border-style: none;
  position: relative;
  display: inline-block;
}
.block__contact .btn_button button::before{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 8px;
  height: 8px;
  right: -80%;
  border-top: 2px solid #1A3875;
  border-right: 2px solid #1A3875;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.block__contact .btn_button button::after{
  width: 8px;
  height: 8px;
  right: -80%;
  border-top: 2px solid #1A3875;
  border-right: 2px solid #1A3875;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.block__contact .btn_button button:hover {
  opacity: .7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)"
}
button {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  outline: 0;
  padding: 0;
  appearance: none;
}
.block__contact .btn_button button.btn_return {
  background: #666666;
  margin-right: 20px;
  color: #ffffff;
  box-shadow: 0 3px #333333;
}
.block__contact .btn_button button.btn_return::before {
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
/*pagetop
--------------------------------------*/
.pagetop {
  display: none;
  position: fixed;
  bottom: 120px;
  right: 15px;
}
.pagetop a {
  background-color:   #1A3875;
  color: #fff;
}
.pagetop a, .pagetop a:hover {
  display: block;
  text-align: center;
  font-size:10px;
  text-decoration: none;
  padding: 17px 20px;
  filter: alpha(opacity=80);
  -moz-opacity: .8;
  opacity: .8;
}
.pagetop a:hover {
  background-color: #5c99ec;
  color: #fff
}
/*footer
--------------------------------------------*/
footer .bg_blue {
	background: #182d6f;
	color: #ffffff;
}
footer .bg_blue ul li a {
    color: #fff;
    text-decoration: none;
}
footer small {
	text-align: center;
	font-size: 1.3rem;
	font-family: 'Roboto', sans-serif;
	margin: 0 auto;
	display: block;
}
/* PC ------------------------------------------------------------------------------------------------------*/
@media screen and (min-width:768px) {
.sp_only{
  display: none;
}
h2{
  margin-bottom: 60px;
}
h2 span.txt_bold::after {
  width: 1000px;
}
h3{
  margin-bottom: 20px;
  font-size: 2.4rem;
}
picture{
  margin-bottom: 60px;
}
/*header
--------------------------------------*/
header .wrapper p.logo {
  float: left;
  padding-top: 23px;
  width: 260px;
}
header .header_tel_contact{
  width: 500px;
}
header .header_tel_contact .header_tel p.header_number{
  margin:0 auto;
  padding-left: 25px;
  text-align: center;
  font-size: 3.4rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #1A3875;
  background-image: url(../images/icn-tel.png);
  background-repeat: no-repeat;
  background-size: 10%;
  background-position: left center;
}
header .header_tel_contact .header_contact{
  margin: 16px 0 0 0;
}
.block_access p{
  margin-bottom: 40px;
}
/*fv
--------------------------------------*/
.fv{
  position: relative;
  background-color: #eeeeee;
  background-image: url(../images/fv_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  height: 640px;
}
.fv .wrapper {
  position: relative;
  width: 1000px;
  height: 640px;
}
.fv .wrapper .midashi_txt{
  font-size: 35px;
}
.fv .wrapper .midashi_txt span.txt_small{
  font-size: 20px;
}
.fv .wrapper h1{
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
}
.fv .wrapper h2{
  position: absolute;
  top: 0;
  right: 0;
}
/*nav
--------------------------------------*/
nav{
  position: absolute;
  bottom:0;
  opacity: .95;
}
nav ul{
  width: 840px;
}
nav li::after {
  bottom: 10px;
}
nav li a {
  padding: 20px 0 30px;
}
/*offer
--------------------------------------*/
.offer {
  padding:40px 0;
  margin-bottom: 60px;
}
.offer .inner{
  /*padding: 1.5vw 7vw 1vw;*/
  width: 1000px;
  box-sizing: border-box;
}
.offer .inner .offer_tel{
  overflow: hidden;
}
.offer .inner .btn_contact a {
  margin-bottom: 20px;
}
.offer .inner .offer_tel .tel_catch{
  margin: 0 auto;
  float: left;
  font-size: 2.1rem;
  line-height: 1.3em;
}
.offer .inner .offer_tel .offer_tel_num{
  float: right;
  font-size: 6.1rem;
}
/*ここから*/
/*offer
------------------------------------------*/
.offer {
	padding: 60px 0;
	margin-bottom: 60px;
}
.offer .inner {
	width: 1000px;
	box-sizing: border-box;
}
.offer .wrapper {
	overflow: hidden;
}
.offer .btn_contact a {
	float: right;
	width: 460px;
	height: 80px;
	font-size: 2.8rem;
	margin: 0 auto 30px;
	line-height: 80px;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
	padding-left: 114px;
}
.offer .btn_contact a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
.offer p.first {
	font-size: 2.8rem;
	text-align: center;
	margin-bottom: 20px;
}
.offer .tel {
	width: 540px;
}
.offer .tel p.txt_catch {
	float: left;
	text-align: center;
	font-size: 2.1rem;
	line-height: 1.2;
	width: 420px;
}
.offer .tel p.txt_tel {
	font-size: 5.8rem;
	font-weight: 700;
	background-image: url(../images/icn-tel_white.png);
	background-position: left 10px;
	background-repeat: no-repeat;
	background-size: 10%;
	display: inline-block;
	padding-left: 40px;
}
.offer .tel p.txt_tel a {
	color: #272727;
	text-decoration: none;
}
/*block_top
----------------------------------------*/
.block_top {
  width: 1000px;
  margin: 0 auto 60px;
}
.block_top p {
  font-size: 1.8rem;
  line-height: 1.8;
}
/*block_access
----------------------------------------*/
.block_access{
  margin-bottom: 100px;
}
.block_access p{
  font-size: 1.8rem;
}
.block_access picture img{
  margin-bottom: 60px;
}
/*block_floorplan
----------------------------------------*/
.block_floorplan{
  width: 1000px;
  margin: 0 auto;
}
.block_floorplan .guide {
  margin-bottom: 100px;
}
/*block_outline
--------------------------------------*/
.block_outline{
  width: 1000px;
  margin-bottom: 100px;
}
.block_outline table{
  margin-bottom: 40px;
}
/*block_spec
--------------------------------------*/
.block_spec{
  width: 1000px;
  margin-bottom: 60px;
}
/*footer
-------------------------------------------*/
footer .logo {
	margin: 0 auto 20px;
	text-align: center;
	width: 200px;
}
footer .bg_blue {
	padding: 20px 0;
}
footer .bg_blue ul {
	width: 1000px;
	margin: 0 auto 20px;
	text-align: center;
}
footer .bg_blue ul li {
	display: inline-block;
	padding: 0 10px;
	border-right: 1px solid #ffffff;
	border-bottom: none !important;
}
footer .bg_blue ul li:last-child {
	border-right: none;
}
footer .bg_blue ul li a {
	padding: 0 !important;
}
footer .bg_blue ul li a:hover {
	text-decoration: underline;
}
footer .bg_blue ul li a::before {
	left: 90%;
	width: 4px;
	height: 4px;
	border-top: none !important;
	border-right: none !important;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
}
/* SP ------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
.pc_only{
  display: none;
}
h2{
  margin-bottom: 10vw;
}
h2 span.txt_bold::after {
  width: 100%;
}
h2 span.txt_bold {
  font-size: 3.6rem;
}
h2 span.txt_bold::after{
  top: 1vw;
}
/*header
--------------------------------------*/
header .wrapper{
  width: 100%;
  margin:0 auto;
  overflow: hidden;
  box-sizing: border-box;
  padding: 2vw 4vw;
}
header .wrapper p.logo {
  float: left;
  margin:0 ;
  padding-top:3vw;
  width: 60%;
  height: auto;
}
header .header_tel_contact{
  float: right;
  margin:0;
  padding:0;
  width: 30%;
}
header .header_tel_contact .header_tel{
  float:left;
  margin:1vw auto;
  text-align: center;
}
header .header_tel_contact .header_tel p.icon_tel{
  width: 6vw;
}
header .header_tel_contact .header_tel p.icon_tel img{
  width:12vw;
}
header .header_tel_contact .header_contact a{
  background-image: url(../images/icn-mail.png);
  background-repeat: no-repeat;
  background-size: 45%;
  background-position: center;
  background-color: #FFD941;
  box-sizing: border-box;
  box-shadow: 0 3px #D09F67;
  border-radius: 4px;
  height: 13vw;
  width: 14vw;
  float: right;
  padding: inherit;
}
header .header_tel_contact .header_contact a span.contact_txt{
  display: none!important;
}
/*fv
--------------------------------------*/
.fv{
  position: inherit;
  margin: 0 auto;
  height: auto;
  background-image: none;
}
.fv .wrapper{
  position: relative;
  margin:0 auto;
}
.fv .wrapper {
  text-align: center;
  line-height: 0;
}
.fv .wrapper .midashi_txt{
  font-size:2.6rem;
  color: #1A3875;
  line-height: 1.6;
}
.fv .wrapper .midashi_txt span.txt_small{
  margin:0 auto;
  font-size: 2.5rem;
}
.fv .wrapper h1{
  display: none;
}
.fv .wrapper h1 span.txt_small{
  font-size: 2.1rem;
}
.fv .wrapper figure{
  margin: 0 auto;
}
.fv .wrapper figure img{
  width: 100%;
}
.fv .wrapper h2{
  display: none;
}
.fv .wrapper h2 span.txt_small{
  font-size: 2.1rem;
}
.fv .wrapper h2 span.txt_num{
  font-size: 2.6rem;
}
/*nav
--------------------------------------*/
nav ul {
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
nav li {
  position: relative;
  padding: 0;
  display: block;
  width: 50%;
  box-sizing: border-box;
  border-bottom: #88d4e6  solid 1px;
}
nav li:nth-child(2n+1) {
  border-right: #88d4e6  solid 1px;
}
nav li a {
  padding: 4vw 0 6vw;
}
nav li::after {
  bottom: 10px;
  width: 8px;
  height: 8px;
}
/*offer
--------------------------------------*/
.offer{
  margin-bottom:8vw;
  padding: 4vw;
}
.offer p.offer_txt{
  margin:0 3vw 8vw;
  font-size: 1.7rem;
  line-height: 1.6em;
  text-align: center;
  color: #1A3875;
}
.offer .inner .btn_contact{
  text-align: center;
  margin-bottom: 4vw;
}
.offer .inner .btn_contact a{
  margin: 0 auto;
  color: #1A3875;
  background-image: url(../images/icn-mail.png);
  background-repeat: no-repeat;
  background-size: 12%;
  background-position: left 13% center;
  background-color:#FFD941 ;
  font-size: 2.4rem;
  font-weight: 700;
  box-sizing: border-box;
  box-shadow: 0 1vw #D09F67;
  border-radius:3px;
}
.offer .inner .btn_contact a:hover {
  opacity: .7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)"
}
.offer .inner .offer_tel{
  width: auto;
  text-align: center;
  color: #1A3875;
}
.offer .inner .offer_tel .tel_catch{
  padding: 0;
  float: none;
  font-size: 1.7rem;
  line-height: 1.6;
  text-align: center;
}
.offer .inner .offer_tel .offer_tel_num{
  float: none;
  font-weight: 700;
  padding-left: 10vw;
  font-size: 3.6rem;
  font-weight: 700;
  text-align: center;
  background-image: url(../images/icn-tel.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 11%;
  display: table;
  margin: 0 auto;
  padding: 0 0 0 9vw;
}
.offer .inner .offer_tel .offer_tel_num::before{
  content: none;
  background-image: none;
}
/*ここから*/
/*offer
--------------------------------------------*/
.offer {
	padding: 6vw 4vw;
	margin-bottom: 8vw;
}
.offer p.first {
	font-size: 1.9rem;
	margin-bottom: 4vw;
}
.offer .btn_contact a {
	line-height: 60px;
	padding-left: 14vw;
	margin-bottom: 4vw;
	font-size: 2.4rem;
	background-position: 18vw center, center;
	background-size: 10%, 100%;
	text-align: center;
}
.offer .tel p.txt_catch {
	text-align: center;
	font-size: 1.8rem;
	line-height: 1.2;
	margin-bottom: 2vw;
}
.offer .tel p.txt_catch br {
	display: none;
}
.offer .tel p.txt_tel {
	font-size: 3.6rem;
	font-weight: 700;
	text-align: center;
	background-image: url(../images/icn-tel_white.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 11%;
	display: table;
	margin: 0 auto;
	padding-left: 30px;
}
.offer .tel a {
	text-decoration: none;
	color: #272727;
}
/*block_top
--------------------------------------*/
.block_top {
  margin-bottom: 8vw;
}
.block_top p {
font-size: 1.6rem;
line-height: 1.8;
padding: 0 4vw;
}
/*block_access
--------------------------------------*/
.block_access{
  margin:0 auto;
}
.block_access picture{
  margin: 0 4vw;
}
.block_access picture img{
  display: block;
  margin: 0 auto;
  width: 94%;
}
.block_access p{
  padding: 0 4vw;
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 4vw;
}
.block_access p:last-of-type{
  margin-bottom: 8vw;
}
/*block_floorplan
--------------------------------------*/
.block_floorplan{
  width: 100%;
}
.block_floorplan h3{
  font-size: 2rem;
  display: flex;
  text-align: center;
  align-items: center;
}
.block_floorplan h3::before{
  content: "";
  margin-right: 4vw;
  margin-left: 4vw;
  flex-grow: 1;
  height: 1px;
  background: #333;
  display: block;
}
.block_floorplan h3::after{
  content: "";
  margin-right: 4vw;
  flex-grow: 1;
  height: 1px;
  background: #333;
  display: block;
}
.block_floorplan figure{
  margin:0 3vw 10vw;
  text-align: center;
}
.block_floorplan figure img{
  width: 100%;
}
.block_floorplan .guide{
  margin: 0 4vw 8vw;
  padding: 1.5vw 3vw 1.5vw 5vw;
  border: #000 solid 1px;
  width: auto;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.block_floorplan .guide dl{
  display: flex;
  margin:3vw 2vw;
  width: auto;
}
.block_floorplan .guide dl:nth-child(1) dt{
  margin-right: 2vw;
  width: 7.5vw;
  height: 7vw;
  background-color: #CCE1F2 ;
 }
 .block_floorplan .guide dl:nth-child(2) dt{
  margin-right: 2vw;
  width: 7.5vw;
  height: 7vw;
  background-color: #F4CFBA;
}
.block_floorplan .guide dl:nth-child(3) dt{
  margin-right: 2vw;
  width: 7.5vw;
  height: 7vw;
  background-color: #DBD7B9;
}
.block_floorplan .guide dl:nth-child(4) dt{
  margin-right: 2vw;
  width: 7.5vw;
  height: 7vw;
  background-color: #968BD6;
}
.block_floorplan .guide dl:nth-child(5) dt{
  margin-right: 2vw;
  width: 7.5vw;
  height: 7vw;
  background-color: #94D1CD;
}
.block_floorplan .guide dl:nth-child(6) dt{
  margin-right: 2vw;
  width: 7.5vw;
  height: 7vw;
  background-color: #FFE893;
}
.block_floorplan .guide dl dd{
  margin:1vw 0;
}
/*block_spec
--------------------------------------*/
.block_spec{
  margin: 0 4vw 8vw;
}
.block_spec h3{
  margin-bottom: 4vw;
  font-size: 2rem;
  display: flex;
  text-align: center;
  align-items: center;
}
.block_spec h3::before{
  content: "";
  margin-right: 4vw;
  margin-left: 2.5vw;
  flex-grow: 1;
  height: 1px;
  background: #333;
  display: block;
}
.block_spec h3::after{
  content: "";
  margin-right: 4vw;
  flex-grow: 1;
  height: 1px;
  background: #333;
  display: block;
}
.block_spec .scroll_table{
  display: block;
  margin: 0 auto;
  width: auto;
  font-size: 1.6rem;
  overflow-x: scroll;
}
.block_spec table{
  margin-bottom: 0;
  background: #ffffff;
  border-top: 1px solid #707070;
  border-left: 1px solid #707070;
  width: 100%;
  box-sizing: border-box;
}
.block_spec table tr{
  border-bottom: 1px solid #707070;
}
.block_spec table tr th{
  padding:3vw 6vw;
  border-right: 1px solid #707070;
  background: #adceea;
  white-space: nowrap;
}
.block_spec table tr td:first-child{
  padding:3vw 2vw;
  border-right: 1px solid #707070;
  text-align: center;
}
.block_spec table tr td{
  padding: 3vw;
  border-right: 1px solid #707070;
  text-align: left;
}
/*outline
--------------------------------------*/
.block_outline{
  padding: 0 4vw;
  margin-bottom: 8vw;
}
.block_outline h3{
  font-size: 2rem;
  text-align: center;
  margin-bottom: 6vw;
}
.block_outline table{
  border-top: 1px solid #707070;
  border-left: 1px solid #707070;
  border-right: none;
  background: #fff;
  width:100%;
  margin-bottom: 8vw;
}
.block_outline table tbody{
  display: block;
}
.block_outline table tr{
  display: block;
  border-right: none;
}
.block_outline table tr th{
  display: block;
  padding: 4vw;
  width: auto;
  background-color: #CCE1F2;
  text-align: center;
  border-right: 1px solid #707070;
  border-bottom: 1px solid #707070;
  font-weight: 500;
}
.block_outline table tr td{
  display: block;
  padding: 4vw;
  width: auto;
  line-height: 1.3em;
  border-right: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
.block_outline table tr td:nth-last-of-type(1) {
  border-right: 1px solid #707070;
}
.block_outline ul li figcaption{
  padding-bottom: 0;
  padding-top: 2vw;
  line-height: 0;
  font-size: 1.2rem;
}
.block_outline ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: space-between;
  padding: 0;
}
.block_outline ul li {
  /*width: 18.5vw;*/
  margin-right: 0;
  margin-bottom: 1em;
  text-align: center;
}
 /*block__contact
--------------------------------------*/
 .block__contact {
  margin:0 3vw 20vw;
}
.block__contact .wrapper {
  width: 100%;
  margin: 0 auto 8vw;
  box-sizing: border-box
}
.block__contact__wrapper {
  width: 100%;
  margin: 0 auto 8vw;
  box-sizing: border-box
}
.block__contact p {
  line-height: 1.6;
  margin-bottom: 6vw;
  font-size: 1.6rem;
}
.block__contact p span.must {
  color: #000;
  background:  #f2859d;
  padding: 0 6px 2px;
  margin-right: .5em
}
.block__contact p.thanks {
  margin: 60% auto;
  font-size: 2rem;
  text-align: center;
  font-weight: 700
}
.block__contact p.thanks br {
  display: inherit
}
.block__contact .txt_caution{
  padding: 4vw;
}
.block__contact .box_thanks .btn_link a, .block__contact .box_thanks .btn_link a:after, .block__contact .box_thanks .btn_link a:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s
}
.block__contact .box_thanks .btn_link a:hover {
  opacity: .7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)"
}
.block__contact .box_tel {
  border: #cecece solid 4px;
  padding: 25px 20px 0;
  margin-bottom: 4vw;
  box-sizing: border-box
}
.block__contact .box_tel p {
  text-align: center
}
.block__contact table {
  border-top: #b9bfc9 solid 1px;
  border-right: #b9bfc9 solid 1px;
  border-left: #b9bfc9 solid 1px;
  width: 750pt;
  box-sizing: border-box;
  margin: 0 auto 6vw;
  width: 100%
}
.block__contact table th {
  width: 100%;
  padding: 4vw;
  background: #f2f2f2;
  text-align: left;
  font-weight: 700;
  display: block;
  box-sizing: border-box
}
.block__contact table tr {
  border-bottom: #b9bfc9 1px dotted
}
.block__contact table tr:last-of-type {
  border-bottom: #b9bfc9 1px solid
}
.block__contact table th.val_top {
  vertical-align: top
}
.block__contact th span.must {
  color: #fff;
  padding: 3px 6px 6px;
  margin-left: 1rem;
  float: right;
  font-weight: 400;
  background-color:  #1A3875;
}
.block__contact th span.nomal {
  font-weight: 400;
  line-height: 1.6;
  font-size: 1.4rem
}
.block__contact table td {
  padding: 15px;
  font-size: 1.6rem;
  line-height: 1.6;
  width: 100%;
  display: block;
  box-sizing: border-box
}
.block__contact table td span.error {
  color: #ff0004;
  display: block
}
.block__contact .box--privacy {
  width: auto;
  height: 80vw;
  overflow-y: scroll;
  margin: 0 auto 6vw
}
.block__contact .box--privacy h3 {
  text-align: center;
  margin-bottom: 4vw;
  font-size: 1.9rem;
  font-weight: 700;
  color: #272727;
  line-height: 1.6
}
.block__contact .box--privacy h3 br.sp--only{
  display: block !important;
}
.block__contact .box--privacy p {
  margin-bottom: 1em
}
.block__contact .box--privacy dt {
  float: none;
  padding: 0;
  width: auto!important;
  font-weight: 700;
  line-height: 2
}
.block__contact .box--privacy dd {
  padding-left: 0;
  line-height: 1.6;
  margin-bottom: 1em
}
.block__contact .box--privacy dd, .block__contact .box--privacy dd li {
  border-bottom: 0
}
.block__contact .box--privacy dd ul {
  margin-top: 10px;
  padding-left: 1em
}
.block__contact .box--privacy dd li {
  list-style: disc;
  list-style-position: inside;
  padding: 0;
  margin-bottom: 10px
}
.block__contact .box_agree {
  background: #d3e7f6;
  padding: 20px;
  text-align: center;
  margin-bottom: 4vw
}
.block__contact .box_agree p {
  text-align: center
}
.block__contact .box_agree span.txt_agree {
  font-size: 18px
}
.block__contact .btn_button {
  margin: 0 auto 30px;
  text-align: center
}
.block__contact .btn_button button {
  text-align: center;
  width: 100%;
  height: auto;
  max-width: 25pc;
  padding: 20px 50px;
  background: #FFD941;
  border: 0;
  font-size: 1.8rem;
  box-sizing: border-box;
  cursor: pointer;
  border-style: none;
  position: relative;
  display: inline-block;
  border-radius: 3px;
  box-shadow: 0 3px #D09F67;
}
.block__contact .btn_button button:hover {
  opacity: .7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)"
}
button {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  outline: 0;
  padding: 0;
  appearance: none
}
.block__contact .btn_button button.btn_return {
  background: #666;
  box-shadow: 0 3px #333;
  margin-bottom: 6vw
}
/*pagetop
--------------------------------------*/
.pagetop {
  display: none;
  position: fixed;
  bottom: 13%;
  right: 5%;
}
.pagetop a {
  background-color:  #1A3875;
  color: #fff;
}
.pagetop a, .pagetop a:hover {
  display: block;
  text-align: center;
  font-size: 2vw;
  text-decoration: none;
  padding: 4vw 4vw;
  filter: alpha(opacity=80);
  -moz-opacity: .8;
  opacity: .8
}
.pagetop a:hover {
  background-color: #5c99ec;
  color: #fff
}
/*footer
-------------------------------------------*/
footer .logo {
	margin: 0 auto 20px;
	text-align: center;
	width: 200px;
}
footer .bg_blue {
	padding-bottom: 20px;
}
footer .bg_blue ul {
	width: 100%;
	margin: 0 auto;
}
footer .bg_blue ul li {
	border-bottom: 1px dotted #ffffff;
}
footer .bg_blue ul li:last-child {
	border-right: none;
}
footer .bg_blue ul li a {
	padding: 4vw 0 4vw 6vw;
	color: #ffffff;
	text-decoration: none;
	display: block;
	position: relative;
}
footer .bg_blue ul li a::before, footer .bg_blue ul li a::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
footer .bg_blue ul li a::before {
	left: 90%;
	width: 4px;
	height: 4px;
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
footer .bg_blue ul {
	margin-bottom: 20px;
}
}