@charset "utf-8";
@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;
}
img {
  width: 100%;
}
h2 {
  text-align: center;
  color: #000;
}
h2 span.txt--en {
  position: relative;
  font-weight: 900;
}
h2 span.txt--en:after {
  position: absolute;
  content: '';
  display: inline-block;
  width: 40px;
  height: 20px;
  vertical-align: middle;
  background: url(../images/icn_h2.gif);
  background-size: 100%;
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  margin-top: 50px
}
h2 span.txt--ja {
  font-weight: 400;
}
h3 {
  font-size: 2.0rem;
  text-align: center;
  line-height: 2.0;
}
.fv, .fv h1, .fv p.txt--catch, .fv p.txt--top {
  color: #fff;
}
.block_nav {
  background: rgba(0, 79, 187, .8);
}
.block_nav nav li {
  display: inline;
}
.block_nav nav li a {
  color: #fff;
  text-decoration: none;
  background: url(../images/nav_icn.png)no-repeat center 90%;
  padding-bottom: 10px;
}
.offer {
  background-color: #fdc640
}
.offer .inner {
  padding: 30px;
  background: #fff;
  margin: 0 auto;
}
.offer p {
  color: #000;
}
.offer p.first {
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}
.offer .btn--contact a {
  background-color: #ca1b00;
  background-image: url(../images/icn-mail.png);
  background-position: 70px center;
  background-repeat: no-repeat;
  background-size: 8%;
  color: #fff;
  box-sizing: border-box;
  text-decoration: none;
  font-weight: 700;
  padding-left: 140px;
  box-shadow: 0 5px #5b1719;
  display: block;
}
.offer .tel p.txt--tel {
  font-family: 'Roboto', sans-serif;
}
.block_plan p {
  text-align: center;
}
.block_plan table th {
  background: #eee;
}
.block_plan .guide {
  border: #666 solid 1px;
  display: flex;
  justify-content: space-between;
}
.block_plan .guide dl {
  display: flex;
}
.block_plan .guide dl:nth-child(1) dt {
  background: #cce1f2;
}
.block_plan .guide dl:nth-child(2) dt {
  background: #f4cfba;
}
.block_plan .guide dl:nth-child(3) dt {
  background: #dbd7b9;
}
.block_plan .guide dl:nth-child(4) dt, .block_plan .guide dl:nth-child(5) dt {
  background: #968bd6;
}
.block_access p {
  text-align: center;
}
.block_access iframe {
  width: 100%;
}
.block_access figure {
  margin-bottom: 80px;
}
.block_spec {
  margin: 0 auto;
}
.block_spec table th {
  background: #adceea;
}
.block_spec .photo figure figcaption {
  text-align: center;
  margin-top: .5em;
}
.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: 1em;
}
.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: .8em;
}
.checker input {
  display: none;
}
.checker .check {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: .5em;
  margin-bottom: .5em;
}
.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: 16px;
  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_others
-------------------------------------------*/
.block_others{
	width: 100%;
	background: #eeeeee;
}
.block_others h3{
	text-align: center;
}
.block_others ul li{
	background: #ffffff;
	box-shadow: 0 2px 10px rgba(0,0,0,0.3);
}
.block_others ul li figcaption{
	position: relative;
	text-align: center;
}
.block_others ul li figcaption::after{
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	border: 0;
	border-top: solid 2px #333;
	border-right: solid 2px #333;
	position: absolute;
	top: 50%;
	left: 90%;
	margin-top: -4px;
	transform: rotate(45deg);
}
.block_others ul li a{
	display: block;
	color: #272727;
	text-decoration: none;
}
/*footer
-------------------------------------------*/
footer .bg--blue {
  background: #182d6f;
  color: #fff;
}
footer .bg--blue ul li a {
  color: #fff;
  text-decoration: none;
}
.pagetop {
  display: none;
  position: fixed;
  bottom: 100px;
  right: 15px;
}
.pagetop a {
  background-color: #cacfd8;
  color: #222;
}
.pagetop a, .pagetop a:hover {
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 15px;
  filter: alpha(opacity=80);
  -moz-opacity: .8;
  opacity: .8;
}
.pagetop a:hover {
  background-color: #5c99ec;
  color: #fff;
}
@media print, screen and (min-width:768px) {
.sp--only {
  display: none;
}
body {
  margin: 0 auto;
}
h2, h3 {
  margin-bottom: 40px;
}
h2 {
  line-height:2.2;
  font-size: 3.8rem;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
}
h2 span.txt--ja {
  font-size: 2rem;
}
h3.plan {
  font-size: 2.6rem;
  font-weight: 400;
  display: flex;
  align-items: center;
}
h3.plan:after, h3.plan:before {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: #333;
  display: block;
}
h3.plan:before {
  margin-right: 90px;
}
h3.plan:after {
  margin-left: 90px;
}
header {
  background: #fff;
  position: relative;
}
.wrapper__header, header {
  width: 1000px;
  margin: 0 auto;
}
.wrapper__header {
  overflow: hidden;
  padding: 15px 0;
}
.wrapper__header p.logo {
  width: 260px;
  float: left;
  padding-top: 4px;
}
.block__header__contact {
  float: right;
  width: 25%;
  position: absolute;
  right: 0;
}
.block__header__contact .block--tel {
  float: right;
}
.block__header__contact .block--tel p {
  text-align: center;
  font-size: 1.6rem;
}
.block__header__contact .block--tel p.txt--tel {
  color: #000;
  margin-bottom: 0;
  padding-left: 26px;
  font-family: 'Roboto', sans-serif;
  display: inline-block;
  font-size: 3.4rem;
  font-weight: 700;
  background-image: url(../images/icn-tel.png);
  background-position: left 5px;
  background-repeat: no-repeat;
  background-size: 11%;
  margin-bottom: 6px;
}
.block__header__contact .block--tel p.txt--tel a {
  color: #000;
  text-decoration: none;
}
.block__header__contact .btn--contact a {
  float: right;
  background-color: #ca1b00;
  background-image: url(../images/icn-mail.png);
  background-position: 40px center;
  background-repeat: no-repeat;
  background-size: 12%;
  color: #fff;
  width: 245px;
  height: 50px;
  text-decoration: none;
  font-size: 1.8rem;
  font-family: Noto Sans JP;
  font-weight: 700;
  line-height: 50px;
  padding-left: 80px;
  box-shadow: 0 3px #5b1719;
  margin-bottom: 8px;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.block__header__contact .btn--contact a:hover {
  opacity: .7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
.fv {
  background-image: url(../images/fv_pc.webp), url(../images/fv_bg.webp);
  background-position: calc(50% - -320px) bottom , calc(50% - 395px);
  position: absolute;
  background-repeat: no-repeat;
  position: relative;
  height: 550px;
}
.fv .wrapper {
  width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
}
.fv h1 {
  font-size: 4rem;
  font-weight: 700;
  padding: 0 0 50px;
  letter-spacing: 2px;
}
.fv p.txt--top {
  padding-top: 70px;
  font-family: 'Roboto', sans-serif;
  font-size: 4.0rem;
  margin-bottom: 16px;
}
.fv p.txt--top span.txt--small {
  font-size: 3.0rem;
}
.fv p.txt--top span.txt--large {
  font-size: 4.1rem;
}
.fv p.txt--catch {
  font-size: 2rem;
  width: 400px;
  line-height: 2;
}
.fv p.txt--catch, ::-ms-backdrop {
  margin-bottom: 74px;
}
.fv p.txt--top img {
  display: none;
}
.fv p.txt--bottom {
  position: absolute;
  width: 350px;
  background-image: url(../images/fv-txt_pc.gif);
  background-repeat: no-repeat;
  background-size: contain;
  width: 244px;
  height: 126px;
  bottom: 0;
}
.block_nav {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  display: block;
}
.block_nav .wrapper {
  width: 1000px;
  height: inherit;
  overflow: hidden;
}
.block_nav nav {
  float: none;
  text-align: center;
}
.block_nav nav ul {
  width: 840px;
  padding: 25px 0;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.block_nav nav ul li:last-child {
  margin-right: 15px;
}
.block_nav h2 {
  float: right;
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 0;
  padding-top: 30px;
  color: #fff;
  line-height: 1;
}
.block_nav h2 span.txt--large {
  font-size: 3.8rem;
}
.offer {
  padding: 40px 0;
}
.offer .inner {
  width: 1000px;
  box-sizing: border-box;
}
.offer .wrapper {
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}
.offer .btn--contact a {
  width: 630px;
  font-size: 2.8rem;
  margin: 0 auto 30px;
  line-height: 80px;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.offer .btn--contact a:hover {
  opacity: .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 {
  overflow: hidden;
  margin: 0 auto;
  width: 630px;
}
.offer .tel p.txt--catch {
  float: left;
  text-align: center;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.2;
}
.offer .tel p.txt--tel {
  font-size: 5.5rem;
  font-weight: 700;
  background-image: url(../images/icn-tel.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 11%;
  display: inline-block;
  padding-left: 40px;
  margin-left: 30px;
}
.offer .tel p.txt--tel a {
  color: #000;
  text-decoration: none
}
.block_plan {
  padding: 60px 0;
}
.block_plan h3 {
  font-size: 2.4rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}
.block_plan h3:after, .block_plan h3:before {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: #333;
  display: block;
}
.block_plan h3:before {
  margin-right: 15px;
}
.block_plan h3:after {
  margin-left: 15px;
}
.block_plan h3.plane {
  margin-bottom: 40px;
}
.block_plan p {
  font-size: 2.0rem;
  line-height: 1.4;
  margin-bottom: 40px;
}
.block_plan .wrapper {
  width: 1000px;
  margin: 0 auto;
}
.block_plan .wrapper figure {
  margin-bottom: 60px;
}
.block_plan table {
  background: #fff;
  border-top: 1px solid #bbb;
  border-left: 1px solid #bbb;
  font-size: 1.4rem;
  width: 100%;
  box-sizing: border-box;
}
.block_plan table tr {
  border-bottom: 1px solid #bbb;
}
.block_plan table td, .block_plan table th {
  padding: 8px 10px;
  border-right: 1px solid #bbb;
}
.block_plan table td {
  text-align: right;
}
.block_plan table td:first-child {
  text-align: center;
}
.block_plan .guide {
  padding: 20px 60px;
  margin-bottom: 80px;
}
.block_plan .guide dt {
  width: 60px;
  height: 24px;
  margin-right: 1em;
}
.block_plan .guide dd {
  line-height: 24px;
}
.block_plan .virtualtours {
  margin-bottom: 80px;
}
.block_access {
  padding: 60px 0 0;
  line-height: 0;
}
.block_access figure {
  text-align: center;
}
.block_access figure.area {
  margin-bottom: 20px;
}
.block_access figure.area img {
  width: 70%;
}
.block_access .wrapper {
  width: 1000px;
  margin: 0 auto 60px;
}
.block_access p {
  font-size: 2rem;
  margin-bottom: 50px;
  line-height: 1.6;
}
.block_access iframe {
  height: 500px;
}
.block_spec .scroll--table, .block_spec .wrapper {
  width: 1000px;
  margin: 0 auto;
}
.block_spec table {
  background: #fff;
  border-top: 1px solid #b9bfc9;
  border-left: 1px solid #b9bfc9;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 60px;
}
.block_spec table tr {
  border-bottom: 1px solid #b9bfc9
}
.block_spec table td, .block_spec table th {
  padding: 8px 10px;
  border-right: 1px solid #b9bfc9;
}
.block_spec table td {
  text-align: right;
}
.block_spec table td:first-child {
  text-align: center;
}
.block_spec .photo {
  display: flex;
  justify-content: space-between;
  margin-bottom: 45px;
}
.block_spec .photo figure {
  width: 32%;
}
.block_outline {
  padding: 60px 0;
}
.block_outline .wrapper {
  width: 1000px;
  margin: 0 auto;
}
.block_outline h2 {
  font-size: 3.8rem;
  margin-bottom: 60px;
}
.block_outline table {
  border-top: 1px solid #bbb;
  border-left: 1px solid #bbb;
  border-right: 1px solid #bbb;
  background: #fff;
  width: 100%;
  margin-bottom: 40px;
}
.block_outline table tr {
  border-bottom: 1px solid #bbb;
}
.block_outline table th {
  background: #adceea;
  color: #222;
  padding: 20px 15px;
  width: 14%;
  font-weight: 700;
  text-align: left;
  vertical-align: middle;
  line-height: 1.3;
}
.block_outline table td {
  padding: 20px 10px;
  width: 36%;
  line-height: 1.3;
  vertical-align: middle;
}
.block_outline .data ul.icn__list {
  flex-direction: row;
  -webkit-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin: 0 auto;
  width: 1000px;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.block_outline .data ul.icn__list li {
  width: 4vw;
  margin-right: 1vw;
  text-align: center;
}
.block_outline .data ul.icn__list li figcaption {
  font-size: 1.2rem;
  line-height: 1.4;
}
.block_outline .data ul.icn__list li:last-child {
  margin-right: 0;
}
.block__contact {
  padding: 60px 0;
}
.block__contact .wrapper {
  width: 1000px;
  margin: 0 auto 150px;
}
.block__contact h2 {
  font-size: 3.8rem;
  font-weight: 700;
  margin-bottom: 60px;
}
.block__contact p {
  margin-bottom: 20px;
  line-height: 1.6;
}
.block__contact p br {
  display: none;
}
.block__contact p.br-on{
  display: inherit !important;
}
.block__contact p span.must {
  background: #f2859d;
  padding: 0 6px 3px;
  margin-right: .5em;
}
.block__contact p.thanks {
  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: 1000px;
  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 {
  background: #f2859d;
  padding: 3px 6px 6px;
  margin-left: 1rem;
  float: right;
  font-size: 1.5rem;
  font-weight: 400;
}
.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 .box--privacy {
  height: 200px;
  width: 1000px;
  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;
  color: #666;
  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: #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: 360px;
  padding: 20px 50px;
  background: #ca1b00;
  color: #fff;
  box-shadow: 0 5px #5b1719;
  border: 0;
  font-size: 1.8rem;
  box-sizing: border-box;
  cursor: pointer;
  border-style: none;
  position: relative;
  display: inline-block;
}
.block__contact .btn_button button:after, .block__contact .btn_button button:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.block__contact .btn_button button:before {
  width: 8px;
  height: 8px;
  right: -80%;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.block__contact .btn_button button, .block__contact .btn_button button:after, .block__contact .btn_button button:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.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;
  margin-right: 20px;
  box-shadow: 0 5px #333;
}
/*block_others
-------------------------------------------*/
.block_others{
padding: 40px 0 60px;
margin-bottom: 25px;
}
.block_others h3{
margin-bottom: 40px;
font-size: 2.4rem;
}
.block_others ul{
width: 1000px;
margin: 0 auto;
display: flex;
justify-content: space-between;
}
.block_others ul li{
width: 300px;
}
.block_others ul li a:hover{
opacity: .7;
transition: all .3s;
}
.block_others ul li figcaption{
padding: 18px 0;
}
/*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 #fff;
  border-bottom: 0 0!important;
}
footer .bg--blue ul li:last-child {
  border-right: 0;
}
footer .bg--blue ul li a {
  padding: 0!important;
}
footer .bg--blue ul li a:hover {
  text-decoration: underline;
}
footer small {
  text-align: center;
  font-size: 1.3rem;
  margin: 0 auto;
  display: block;
}
footer .bg--blue ul li a:before {
  left: 90%;
  width: 4px;
  height: 4px;
  border-top: 0 0!important;
  border-right: 0 0!important;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
}
@media only screen and (max-width:767px) {
.pc--only {
  display: none
}
h2 {
  margin-bottom: 5vw;
  line-height: 60px;
}
h2 span.txt--en {
  font-size: 2.8rem
}
h2 span.txt--en:after {
  margin-top: 40px;
}
h3 {
  font-size: 1.8rem;
  line-height: 1.6;
}
h3, h3.plan {
  margin-bottom: 6vw;
}
h3.plan {
  font-size: 2.2rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  padding: 0;
}
h3.plan:before {
  margin-right: 15px;
}
h3.plan:after, h3.plan:before {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: #333;
  display: block;
}
h3.plan:after {
  margin-left: 15px;
}
.wrapper {
  padding: 0 4vw;
  width: 100%;
  box-sizing: border-box;
}
header {
  background: #fff;
}
.wrapper__header {
  width: 100%;
  padding: 2vw 4vw;
  box-sizing: border-box;
  overflow: hidden;
}
.wrapper__header p.logo {
  width: 60%;
  float: left;
  padding-top: 3vw;
}
.block__header__contact {
  float: right;
  width: 40%;
}
.block__header__contact .block--tel {
  float: right;
}
.block__header__contact .block--tel p {
  text-align: center;
  font-size: 1.4rem;
}
.block__header__contact .block--tel p.tel {
  width: 12vw;
  margin-right: 2vw;
  margin-top: 1vw;
}
.block__header__contact .btn--contact a {
  float: right;
  background-color: #ca1b00;
  background-image: url(../images/icn-mail.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 45%;
  color: #fff;
  width: 14vw;
  height: 13vw;
  box-sizing: border-box;
  padding-left: 0;
  margin-left: 0;
}
.block__header__contact .btn--contact a span.txt {
  display: inherit;
  text-indent: -99999px;
}
.fv {
  text-align: center;
  position: relative;
  background: #004fbb;
  background-image: url(../images/fv_bg_sp.webp);
  background-position: top center;
  background-repeat: no-repeat;
  padding: 20vh 0 0;
  background-size: 100%;
}
.fv .wrapper {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0;
}
.fv figure {
  padding: 6vw;
}
.fv h1 {
  font-size: 3.0rem;
  font-weight: 700;
  margin-bottom: 4vw;
}
.fv h2 {
  color: #fff;
  line-height: 1;
  font-size: 1.9rem;
  padding: 0 4vw;
}
.fv h2 span.txt--large {
  font-size: 2.4rem;
}
.fv p.txt--catch {
  font-size: 1.6rem;
  line-height: 1.6;
  color: #000;
  text-align: left;
  padding: 4vw;
  background: #fff;
}
.fv p.txt--top {
  font-size: 2.8rem;
  margin-bottom: 4vw;
}
.fv p.txt--top span.txt--small {
  font-size: 2.3rem;
}
.fv p.txt--top span.txt--large {
  font-size: 3.1rem;
}
.fv p.txt--bottom {
  line-height: 0;
}
.block_nav {
  position: absolute;
  top: 0;
  width: 100%;
}
.block_nav .wrapper {
  padding: 0;
}
.block_nav nav{
  width: 100%;
}
.block_nav nav ul {
  display: flex;
  justify-content: space-between;
  flex-wrap : wrap;
}
.block_nav nav li {
  display: inline-block;
  width: 50%;
  box-sizing: border-box;
  border-bottom: #00279e  solid 1px;
}
.block_nav nav li:nth-child(2n+1) {
  border-right: #00279e  solid 1px;
}
.block_nav nav li a {
  display: block;
  padding: 4vw 0 6vw;
}
.block_nav nav li:last-child {
  margin-right: 0;
}
.offer {
  padding: 6vw 4vw;
}
.offer .inner {
  padding: 4vw;
}
.offer p.first {
  font-size: 1.9rem;
  margin-bottom: 4vw;
}
.offer .btn--contact a {
  line-height: 60px;
  background-position: 11vw center;
  background-size: 30px 30px, 100% 100%;
  padding-left: 28vw;
  margin-bottom: 4vw;
  font-size: 2.4rem;
}
.offer .tel p.txt--catch {
  text-align: center;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 2vw;
}
.offer .tel p.txt--catch br {
  display: none;
}
.offer .tel p.txt--tel {
  font-size: 3.3rem;
  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-left: 30px;
}
.offer .tel a {
  text-decoration: none;
  color: #000;
}
.block_plan, .block_plan h3 {
  margin-bottom: 8vw;
}
.block_plan h3 {
  font-size: 2.4rem;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.block_plan h3:after, .block_plan h3:before {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: #333;
  display: block;
}
.block_plan h3:before {
  margin-right: 15px;
}
.block_plan h3:after {
  margin-left: 15px;
}
.block_plan h3.plane, .block_plan p {
  margin-bottom: 6vw;
}
.block_plan p {
  font-size: 1.8rem;
  line-height: 1.4;
}
.block_plan .wrapper {
  margin: 0 auto;
  padding: 0 4vw;
}
.block_plan .wrapper figure {
  margin-bottom: 8vw;
}
.block_plan table {
  background: #fff;
  border-top: 1px solid #bbb;
  border-left: 1px solid #bbb;
  font-size: 1.4rem;
  width: 100%;
  box-sizing: border-box;
}
.block_plan table tr {
  border-bottom: 1px solid #bbb;
}
.block_plan table th {
  background: #fbfbfb;
}
.block_plan table td, .block_plan table th {
  padding: 8px 10px;
  border-right: 1px solid #bbb;
}
.block_plan table td {
  text-align: right;
}
.block_plan table td:first-child {
  text-align: center;
}
.block_plan .wrapper .scroll--table {
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-: touch;
}
.block_plan .guide {
  padding: 4vw 4vw 0;
  margin-bottom: 20vw;
  flex-wrap: wrap;
}
.block_plan .guide dl {
  margin-bottom: 4vw;
}
.block_plan .guide dt {
  width: 30px;
  height: 24px;
  margin-right: .5em;
}
.block_plan .guide dd {
  line-height: 24px;
}
.block_plan .virtualtours {
  margin-bottom: 20vw;
}
.block_spec .wrapper .scroll--table {
  display: block;
  overflow-x: scroll;
  -webkit-: touch;
  margin-bottom: 10vw;
}
.block_spec table {
  background: #fff;
  border-top: 1px solid #b9bfc9;
  border-left: 1px solid #b9bfc9;
  font-size: 1.4rem;
  width: 100%;
  box-sizing: border-box;
}
.block_spec table tr {
  border-bottom: 1px solid #b9bfc9;
}
.block_spec table td, .block_spec table th {
  padding: 8px 10px;
  border-right: 1px solid #b9bfc9;
  white-space: nowrap;
}
.block_spec table td:first-child {
  text-align: center;
}
.block_spec .photo figure {
  margin-bottom: 12vw;
}
.block_access {
  padding: 8vw 0;
}
.block_access p {
  font-size: 1.8rem;
  margin-bottom: 6vw;
  line-height: 1.6;
  padding: 0 4vw;
}
.block_access iframe {
  height: 450px;
}
.block_access figure, .block_outline {
  margin-bottom: 8vw;
}
.block_outline .wrapper {
  margin: 0 auto;
}
.block_outline table {
  border-top: 1px solid #bbb;
  border-left: 1px solid #bbb;
  border-right: 1px solid #bbb;
  background: #fff;
  width: 100%;
}
.block_outline table tr {
  border-bottom: 1px solid #bbb
}
.block_outline table th {
  background: #adceea;
  font-weight: 700;
  text-align: left;
  text-align: center;
  color: #222;
}
.block_outline table td, .block_outline table th {
  padding: 4vw;
  width: 100%;
  display: block;
  box-sizing: border-box;
}
.block_outline .data h3{
  margin-top: 5vw;
}
.block_outline ul.icn__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: space-between;
  padding: 0 4vw;
}
.block_outline ul.icn__list li{
  width: 18.5vw;
  margin-right: 0;
  margin-bottom: 1em;
  text-align: center;
}
.block_outline ul.icn__list li figcaption {
  font-size: 1.2rem;
  line-height: 1.4;
}
.block__contact {
  margin-bottom: 20vw;
}
.block__contact .txt_caution h5{
  margin-bottom: 4vw;
}
.block__contact__wrapper {
  width: 100%;
  margin: 0 auto 8vw;
  box-sizing: border-box;
}
.block__contact p {
  line-height: 1.6;
  margin-bottom: 6vw;
}
.block__contact p span.must {
  background: #f2859d;
  padding: 2px 6px 4px;
  margin-right: .5em;
  font-size: 1.5rem;
}
.block__contact p.thanks {
  font-size: 2rem;
  text-align: center;
  font-weight: 700;
}
.block__contact p.thanks br {
  display: inherit;
}
.block__contact .txt_caution{
  padding: 4vw 4vw 0;
}
.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: 1000px;
  box-sizing: border-box;
  margin: 0 auto 8vw;
  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 {
  padding: 2px 6px 4px;
  margin-left: 1rem;
  float: right;
  font-size: 1.4rem;
  font-weight: 400;
  background-color: #f2859d;
}
.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 {
  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 p {
  margin-bottom: 1em;
}
.block__contact .box--privacy dt {
  float: none;
  color: #666;
  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;
  padding: 20px 50px;
  background: #ca1b00;
  color: #fff;
  border: 0;
  font-size: 1.8rem;
  box-sizing: border-box;
  cursor: pointer;
  border-style: none;
  position: relative;
  display: inline-block;
  box-shadow: 0 3px #5b1719;
}
.block__contact .btn_button button:after, .block__contact .btn_button button:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.block__contact .btn_button button:before {
  width: 8px;
  height: 8px;
  right: -80%;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.block__contact .btn_button button, .block__contact .btn_button button:after, .block__contact .btn_button button:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.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;
}
/*block_others
-------------------------------------------*/
.block_others{
	padding: 8vw 4vw;
	box-sizing: border-box;
	margin-bottom: 8vw;
}
.block_others h3{
	margin-bottom: 6vw;
	font-size: 1.8rem;
}
.block_others li{
	width: 100%;
	margin-bottom: 6vw;
}
.block_others ul li figcaption{
	padding: 4vw 0;
}
/*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 #fff;
}
footer .bg--blue ul li:last-child {
  border-right: 0;
}
footer .bg--blue ul li a {
  padding: 4vw 0 4vw 6vw;
  color: #fff;
  text-decoration: none;
  display: block;
  position: relative;
}
footer .bg--blue ul li a:after, footer .bg--blue ul li a:before {
  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 #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
footer .bg--blue ul {
  margin-bottom: 20px;
}
footer small {
  text-align: center;
  font-size: 1.3rem;
  margin: 0 auto;
  display: block;
}
.pagetop {
  bottom: 13vh;
}
}