@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;
	position: relative;
	color: #272727;
}
img {
	width: 100%;
}
h1 span.txt_small{
	font-size: 1.4rem;
	font-weight: normal;
}
h2 {
	font-weight: 900;
	background-image: url(../images/bg_h2.png);
	background-repeat: no-repeat;
}
h2 span.txt_en {
	position: relative;
	font-size: 2.4rem;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	display: inline-block;
	background: linear-gradient(90deg, #0048A1, #00A8B5);
	background: -webkit-linear-gradient(0deg, #0048A1, #00A8B5);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	padding: 25px 0 5px 15px;
}
h2 span.txt_ja {
	font-size: 3.6rem;
	font-weight: 700;
	padding-left: 35px;
}
h3 {
	font-size: 2.0rem;
	text-align: center;
	line-height: 1.6;
}
/*header
----------------------------------*/
.block_header_contact .btn_contact a {
	float: right;
	background: url(../images/icn-mail.png), linear-gradient(138deg, rgba(0, 72, 161, 1), rgba(0, 164, 176, 1) 67%, rgba(0, 186, 200, 1));
}
/*fv
------------------------------*/
.fv {
	position: relative;
}
.fv h1 {
	color: #ffffff;
}
.fv h2 {
	background-image: none;
}
/*nav
------------------------------------------*/
nav {
	background-color: #2B2B2B;
	opacity: .95;
	width: 100%;
	bottom: 0;
}
nav li {
	display: inline;
	position: relative;
}
nav li a {
	color: #ffffff;
	text-decoration: none;
	font-size: 1.8rem;
	transition: 0.3s;
	display: block;
}
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-left: 0;
	border-bottom: 0;
	box-sizing: border-box;
	transform: translateY(-25%) rotate(135deg);
	left: 0;
	right: 0;
	margin: auto;
}
/*offer
------------------------------------------*/
.offer {
	background-image: url(../images/offer_bg.jpg);
	background-repeat: repeat;
}
.offer .inner {
	margin: 0 auto;
}
.offer p {
	color: #302E2F;
}
.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), linear-gradient(138deg, rgba(0, 72, 161, 1), rgba(0, 164, 176, 1) 67%, rgba(0, 186, 200, 1));
	background-position: 60px center, center;
	background-repeat: no-repeat;
	background-size: 8%, 100%;
	color: #ffffff;
	box-sizing: border-box;
	text-decoration: none;
	font-weight: 700;
	padding-left: 140px;
	border-radius: 4px;
	display: block;
}
/*block_top
--------------------------------------------*/
.block_top h1{
	text-align: center;
	line-height: 1.8;
}
.block_top h1 span.txt_large{
	font-weight: 700;
	font-family: initial;
}
.block_top p{
	font-size: 1.8rem;
	line-height: 1.8;
}
/*block_plan
--------------------------------------------*/
.block_plan p {
	text-align: center;
}
.block_plan table th {
	background: #4A4A4A;
	color: #fff;
}
.block_plan .guide {
	border: #707070 solid 1px;
	display: flex;
	/*justify-content: space-between;*/
	flex-wrap: wrap;
	justify-content:flex-start;
}
.block_plan .guide dl {
	display: flex;
	margin-bottom: 1vw;
	width: 25%;
}
.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 {
	background: #968bd6;
}
.block_plan .guide dl:nth-child(5) dt {
	background: #2293ba;
}
.block_plan .guide dl:nth-child(6) dt {
	background: #94d1cd;
}
.block_plan .guide dl:nth-child(7) dt {
	background: #e9b7d3;
}
/*tab*/
input[type="radio"]{
    display: none;
}
.tab_area{
    font-size: 0;
	margin-bottom: 10px;
}
.tab_area label{
    margin: 0;
    display: inline-block;
    padding: 18px 0;
    background: #f2f2f2;
    text-align: center;
    font-size: 1.8rem;
    cursor: pointer;
    transition: ease 0.2s opacity;
	border-left: #ccc solid 1px;
	box-sizing: border-box;
}
.tab_area label:first-child{
	border-left: none;
}
.tab_area label:hover{
    opacity: 0.8;
}
.panel_area{
    background: #fff;
}
.tab_panel{
    width: 100%;
    padding: 0;
    display: none;
	margin-bottom: 40px;
}
.tab_panel p{
    letter-spacing: 1px;
    text-align: center;
}
.tab_panel p img{
	width: 100%;
}
#tab1:checked ~ .tab_area .tab1_label{background:#0050B3; color:#ffffff;}
#tab1:checked ~ .panel_area #panel1{display:block;}
#tab2:checked ~ .tab_area .tab2_label{background:#0050B3; color:#ffffff;}
#tab2:checked ~ .panel_area #panel2{display:block;}
#tab3:checked ~ .tab_area .tab3_label{background:#0050B3; color:#ffffff;}
#tab3:checked ~ .panel_area #panel3{display:block;}
#tab4:checked ~ .tab_area .tab4_label{background:#0050B3; color:#ffffff;}
#tab4:checked ~ .panel_area #panel4{display:block;}
#tab5:checked ~ .tab_area .tab5_label{background:#0050B3; color:#ffffff;}
#tab5:checked ~ .panel_area #panel5{display:block;}
/*block_access
------------------------------------------*/
.block_access iframe {
	width: 100%;
}
.block_access .inner{
	background: linear-gradient(138deg, rgba(0, 72, 161, 1), rgba(0, 164, 176, 1) 67%, rgba(0, 186, 200, 1));
	border-radius: 6px;
	padding: 3px;
}
.block_access .item_wrapper{
	background: #ffffff;
	border-radius: 4px;
}
.block_access .item h3{
	font-weight: 700;
	font-size: 2.2rem;
}
.block_access .item:first-child h3{
	color: #0050B3;
}
.block_access .item:last-child h3{
	color: #00A1AC;
}
.block_access p {
	line-height: 1.8;
}
.block_access .item ul{
	margin: 0 auto;
}
.block_access .item ul li{
	position: relative;
	font-size: 1.8rem;
	line-height: 1.8;
	padding-left: 1em;
}
.block_access .item ul li::after{
	display: block;
	content: '';
	position: absolute;
	top: .8em;
	left: 0;
	width: 6px;
	height: 6px;
	border-radius: 100%;
}
.block_access .item:first-child ul li::after{
	background-color: #0050B3;
}
.block_access .item:last-child ul li::after{
	background-color: #00A1AC;
}
/*contact
------------------------------------------*/
.block_contact p span.must {
	background: #f2859d;;
	padding: 0px 6px 2px;
	margin-right: .5em;
	border-radius: 2px;
	font-size: 1.5rem;
}
.block_contact th span.must {
	color: #ffffff;
	background: #00B9C7;
	padding: 3px 6px 6px;
	margin-left: 1rem;
	float: right;
	font-weight: normal;
	font-size: 1.5rem;
	border-radius: 2px;
}
button#idx_confirm{
	background: linear-gradient(138deg, rgba(0, 72, 161, 1), rgba(0, 164, 176, 1) 67%, rgba(0, 186, 200, 1));
	border-radius: 4px;
}
/*checkbox style---------*/
label.checker {
	width: auto;
}
.checker .check {
	display: inline-block;
	vertical-align: middle;
}
.checker .text {
	display: inline-block;
	vertical-align: middle;
	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 {
	display: block;
	position: absolute;
	top: 2px;
	left: 0;
	width: 20px;
	height: 20px;
	border: 1px solid #ccc;
	border-radius: 2px;
	content: "";
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
}
.checker input:checked+.check::after {
	display: block;
	position: absolute;
	top: 5px;
	left: 3px;
	width: 16px;
	height: 8px;
	border-left: 3px solid #00B9C7;
	border-bottom: 3px solid #00B9C7;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	content: "";
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.checker input:disabled+.check:before {
	background-color: #eee;
}
.checker input:checked:disabled+.check::after {
	border-left: 3px solid #aaa;
	border-bottom: 3px solid #aaa;
}
/*エラーメッセージ*/
.contact__page p.error {
	color: #FF0004;
}
p#idx_has_error.error {
	color: #FF0004;
}
#idx_send_error{
    color: #FF0004;
}
/*input style---------*/
input[type="text"], textarea {
	padding: 0.8em;
	outline: none;
	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 .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;
  }
/*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: #4A4A4A;
	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;
}
/*pagetop
--------------------------------------------*/
.pagetop {
	display: none;
	position: fixed;
	bottom: 120px;
	right: 15px;
}
.pagetop a {
	background-color: #cacfd8;
	color: #222;
}
.pagetop a, .pagetop a:hover {
	display: block;
	text-align: center;
	font-size: 10px;
	text-decoration: none;
	padding: 15px;
	filter: alpha(opacity=80);
	-moz-opacity: .8;
	opacity: .8;
}
.pagetop a:hover {
	background-color: #00B9C7;
	color: #fff;
}
/* PC ------------------------------------------------------------------------------------------------------*/
@media screen and (min-width:768px) {
.sp_only {
	display: none;
}
body {
	min-width: 1024px;
	margin: 0 auto;
}
h1 img{
	width: 734px;
}
h2 {
	font-size: 3.8rem;
	margin-bottom: 60px;
}
h3{
	margin-bottom: 10px;
}
.wrapper {
	width: 1000px;
	margin: 0 auto;
}
/*header
--------------------------------------*/
header {
	margin: 0 auto;
}
.wrapper_header {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}
.wrapper_header p.logo {
	width: 260px;
	float: left;
	padding-top: 23px;
}
.block_header_contact {
	float: right;
	border-radius: 0 0 4px 4px;
	padding: 15px 0;
	width: 500px;
}
.block_header_contact .block_tel {
	float: left;
}
.block_header_contact .block_tel p {
	text-align: center;
	font-size: 1.6rem;
	margin-bottom: .3em;
}
.block_header_contact .block_tel p.txt_tel {
	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 center;
	background-repeat: no-repeat;
	background-size: 10%;
}
.block_header_contact .block_tel p.txt_tel a {
	color: #272727;
	text-decoration: none;
}
.block_header_contact .btn_contact a {
	float: right;
	background-position: 40px center, center;
	background-repeat: no-repeat;
	background-size: 12%, 100%;
	color: #ffffff;
	width: 235px;
	height: 56px;
	box-sizing: border-box;
	text-decoration: none;
	font-size: 1.8rem;
	font-family: "Noto Sans JP";
	font-weight: 700;
	line-height: 50px;
	padding-left: 80px;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
	border-radius: 4px;
}
.block_header_contact .btn_contact a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
/*fv
------------------------------------------*/
.fv {
	background-color: #eeeeee;
	background-image: url(../images/fv_pc.webp);
	background-repeat: no-repeat;
	background-position: top center;
	height: 640px;
}
.fv .wrapper {
	box-sizing: border-box;
	position: relative;
}
.fv h1{
	padding-top: 20px;
}
.fv h2{
	width: 500px;
	padding-top: 30px;
}
.fv h3{
	top: 0;
	right: 0;
	position: absolute;
	line-height: 1.2;
}
.fv p{
	padding-top: 190px;
	width: 140px;
}
/*nav
------------------------------------------*/
nav {
	position: absolute;
}
nav ul {
	display: flex;
	justify-content: space-between;
	text-align: center;
	width: 840px;
	margin: 0 auto;
}
nav li a{
	padding: 20px 0 30px;
}
nav li::after{
	bottom:10px
}
/*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.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 h1{
	font-size: 2.4rem;
	margin-bottom: 30px;
}
.block_top h1 span.txt_large{
	font-size: 3.6rem;
}
/*block_access
--------------------------------------------*/
.block_access {
	margin-bottom: 80px;
}
.block_access figure {
	text-align: center;
}
.block_access figure.area {
	margin-bottom: 1pc;
}
.block_access figure.area img {
	width: 70%;
}
.block_access .wrapper {
	margin-bottom: 80px;
}
.block_access p {
	margin-bottom: 60px;
}
.block_access iframe {
	height: 500px;
}
.block_access .inner{
	margin-bottom: 40px;
}
.block_access .item_wrapper{
	background-image: url(../images/bg_item_car.png), url(../images/bg_item_train.png);
	background-repeat: no-repeat;
	background-position: left center, right center;
	display: flex;
	padding: 30px 0;
}
.block_access .item{
	width: 50%;
}
.block_access .item:first-child{
	border-right: #0050B3 dotted 2px;
}
.block_access .item ul {
	padding: 0 80px;
}
/*block_plan
--------------------------------------------*/
.block_plan {
	margin-bottom: 80px;
}
.block_plan .wrapper figure {
	margin-bottom: 80px;
}
.block_plan table {
	background: #ffffff;
	border-top: 1px solid #707070;
	border-left: 1px solid #707070;
	width: 100%;
	box-sizing: border-box;
}
.block_plan table tr {
	border-bottom: 1px solid #707070;
}
.block_plan table th {
	padding: 15px;
	border-right: 1px solid #707070;
}
.block_plan table td {
	padding: 15px;
	border-right: 1px solid #707070;
	text-align: right;
}
.block_plan table td:first-child {
	text-align: center;
}
.block_plan .guide {
	padding: 20px 20px 0 20px;
	margin-bottom: 100px;
}
.block_plan .guide dt {
	width: 36px;
	height: 24px;
	margin-right: .5em;
}
.block_plan .guide dd {
	line-height: 24px;
}
/*tab*/
.tab_area label{
    width: 250px;
}
.tab_box{
    width: 1000px;
}
/*block_outline
--------------------------------------------*/
.block_outline {
	margin-bottom: 80px;
}
.block_outline table {
	border-top: 1px solid #707070;
	border-left: 1px solid #707070;
	border-right: 1px solid #707070;
	background: #ffffff;
	width: 100%;
	margin-bottom: 40px;
}
.block_outline table tr {
	border-bottom: 1px solid #707070;
}
.block_outline table th {
	background: #4A4A4A;
	color: #ffffff;
	padding: 15px;
	width: 16%;
	text-align: left;
	vertical-align: middle;
	line-height: 1.3;
}
.block_outline table td {
	padding: 15px;
	width: 36%;
	line-height: 1.3;
	vertical-align: middle;
}
/*data*/
.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: 750pt;
	text-align: center;
	display: flex;
	justify-content: center;
	flex-wrap: wrap
}
.block_outline .data ul.icn_list li {
	width: 4vw;
	margin-right: 1vw;
	margin-bottom: 1pc;
	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
--------------------------------------------*/
.block_contact {
	margin-bottom: 80px;
}
.block_contact .wrapper {
	margin-bottom: 150px;
}
.block_contact p {
	line-height: 1.8;
	margin-bottom: 20px;
}
.block_contact p.thanks {
	font-size: 2.5rem;
	text-align: center;
	font-weight: 700;
}
/*table*/
.block_contact .box_thanks .btn_link a,
.block_contact .box_thanks .btn_link a:before,
.block_contact .box_thanks .btn_link a:after {
	-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: 0.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 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.nomal {
	font-weight: normal;
	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;
}
/*privacy*/
.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;
}
.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: none;
}
.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;
}
/*box_agree*/
.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;
}
/*btn--button*/
.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: 400px;
	padding: 20px 50px;
	color: #ffffff;
	border: none;
	font-size: 2.2rem;
	font-weight: 700;
	box-sizing: border-box;
	cursor: pointer;
	border-style: none;
	position: relative;
	display: inline-block;
	background: linear-gradient(138deg, rgba(0, 72, 161, 1), rgba(0, 164, 176, 1) 67%, rgba(0, 186, 200, 1));
	border-radius: 4px;
}
.block_contact .btn_button button::before, .block_contact .btn_button button::after {
	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 #ffffff;
	border-right: 2px solid #ffffff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.block_contact .btn_button button, .block_contact .btn_button button:before, .block_contact .btn_button button:after {
	-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: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}
.block_contact .btn_button button.btn_return {
	background: #9d9d9d;
	margin-right: 20px;
	border-radius: 4px;
}
/*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: 640px;
	margin: 0 auto;
	display: flex;
    align-items: center;
    justify-content: center;
}
.block_others ul li{
	width: 300px;
	margin: 0 20px;
}
.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 #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: 6vw;
}
h2 span.txt_ja {
  font-size: 2.8rem;
}
h3 {
	font-size: 2.0rem;
	line-height: 1.6;
	margin-bottom: 6vw;
}
.wrapper {
	padding: 0 4vw;
	width: 100%;
	box-sizing: border-box;
}
/*header
--------------------------------------*/
header {
	background: #ffffff;
}
.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: 30%;
}
.block_header_contact .block_tel {
	float: left;
}
.block_header_contact .block_tel p {
	text-align: center;
	font-size: 1.4rem;
	width: 12vw;
}
.block_header_contact .block_tel p.tel {
	width: 12vw;
}
.block_header_contact .btn_contact a {
	float: right;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 45%, 100%;
	color: #fff;
	width: 14vw;
	height: 13vw;
	box-sizing: border-box;
	padding-left: 0;
	margin-left: 0;
	border-radius: 4px;
}
.block_header_contact .btn_contact a span.txt {
	display: inherit;
	text-indent: -99999px;
}
.block_header_contact .btn_contact a.sp_none{
	display: none;
}
/*fv
------------------------------------------*/
.fv {
	text-align: center;
	position: relative;
	background-position: top center;
	background-repeat: no-repeat;
	padding: 0;
	background-size: 100%;
}
.fv .wrapper {
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0;
}
.fv .midashi {
	background-color:#ffffff;
	padding: 30px 0 25px;
}
.fv figure {
	padding: 0;
	line-height: 0;
}
.fv h2,
.fv h3,
.fv p{
	display: none;
}
.fv p.text_top {
	font-size: 2.8rem;
	margin-bottom: 4vw;
}
.fv p.text_top span.text_small {
	font-size: 2.3rem;
}
.fv p.text_top span.txt_large {
	font-size: 3.1rem;
}
.fv p.text_bottom {
	line-height: 0;
}
/*nav
--------------------------------------------*/
nav {
	opacity: 1;
}
nav ul {
	padding: 0;
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
	align-items: center;
}
nav li {
	padding: 0;
	display: block;
	width: 50%;
	box-sizing: border-box;
	border-bottom: #666 solid 1px;
}
nav li:nth-child(2n+1){
	border-right: #666 solid 1px;
}
.example1 li:nth-child(3),
.example1 li:nth-child(4){
	border-bottom: none;
}
nav li::after{
	bottom:8px;
	width: 8px;
	height: 8px;
}
nav li a{
	padding: 4vw 0 6vw;
}
/*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.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{
	padding: 0 4vw;
	margin-bottom: 6vw;
}
.block_top h1{
	font-size: 1.8rem;
	margin-bottom: 4vw;
}
.block_top h1 span.txt_large{
	font-size: 2.0rem;
}
.block_top p{
	font-size: 1.6rem;
}
/*block_plan
--------------------------------------------*/
.block_plan {
	margin-bottom: 8vw;
}
.block_plan h3 {
	margin-bottom: 4vw;
}
.block_plan .wrapper {
	margin: 0 auto;
	padding: 0 4vw;
}
.block_plan .wrapper figure {
	margin-bottom: 8vw;
}
.block_plan table {
	background: #ffffff;
	border-top: 1px solid #707070;
	border-left: 1px solid #707070;
	font-size: 1.4rem;
	width: 100%;
	box-sizing: border-box;
}
.block_plan table tr {
	border-bottom: 1px solid #707070;
}
.block_plan table th {
	background: #4A4A4A;;
	padding: 8px 10px;
	border-right: 1px solid #707070;
	white-space: nowrap;
}
.block_plan table td {
	padding: 8px 10px;
	border-right: 1px solid #707070;
	text-align: right;
	white-space: nowrap;
}
.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: 8vw;
	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;
}
/*tab*/
.tab_panel {
	margin-bottom: 8vw;
}
.tab_area label{
    width: 20%;
}
/*block_access
--------------------------------------------*/
.block_access {
	margin-bottom: 8vw;
}
.block_access p {
	margin-bottom: 8vw;
}
.block_access iframe {
	height: 450px;
}
.block_access figure {
	margin-bottom: 8vw;
}
.block_access .inner {
	margin-bottom: 8vw;
}
.block_access .item {
	padding: 6vw 4vw;
	background-repeat: no-repeat;
	background-size: 15%;
	background-position: right center;
}
.block_access .item h3 {
	font-size: 2.0rem;
	margin-bottom: 4vw;
}
.block_access .item:first-child{
	border-bottom: #0050B3 dotted 2px;
	background-image: url(../images/bg_item_car_sp.png);
}
.block_access .item:last-child{
	background-image: url(../images/bg_item_train.png);
}
.block_access .item ul li {
	font-size: 1.6rem;
}
/*block_outline
--------------------------------------------*/
.block_outline {
	margin-bottom: 8vw;
}
.block_outline .wrapper {
	margin: 0 auto;
}
.block_outline table {
	border-top: 1px solid #707070;
	border-left: 1px solid #707070;
	border-right: 1px solid #707070;
	background: #ffffff;
	width: 100%;
	margin-bottom: 8vw;
}
.block_outline table tr {
	border-bottom: 1px solid #707070;
}
.block_outline table th {
	background: #4A4A4A;
	padding: 4vw;
	font-weight: 700;
	text-align: left;
	width: 100%;
	display: block;
	box-sizing: border-box;
	text-align: center;
	color: #ffffff;
}
.block_outline table td {
	padding: 4vw;
	width: 100%;
	display: block;
	box-sizing: border-box;
	line-height: 1.2;
	white-space: nowrap;
}
.block_outline table th.pc_only,
.block_outline table td.pc_only {
	display: none;
}
/*data*/
.block_outline ul.icn_list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 0 auto;
	justify-content: space-between;
	padding: 0;
}
.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
--------------------------------------------*/
.block_contact {
	margin-bottom: 20vw;
}
.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.thanks {
	font-size: 2rem;
	text-align: center;
	font-weight: 700;
}
.block_contact p.thanks br {
	display: inherit;
}
/*table*/
.block_contact .box_thanks .btn_link a,
.block_contact .box_thanks .btn_link a:before,
.block_contact .box_thanks .btn_link a:after {
	-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: 0.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 60px;
	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.nomal {
	font-weight: normal;
	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;
}
/*privacy*/
.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;
	line-height: 1.6;
}
.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: none;
}
.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;
}
/*box_agree*/
.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;
}
/*btn--button*/
.block_contact .btn_button {
	margin: 0 auto 30px;
	text-align: center;
}
.block_contact .btn_button button {
	width: 100%;
	padding: 20px 50px;
	color: #ffffff;
	border: none;
	font-size: 1.8rem;
	font-weight: 700;
	box-sizing: border-box;
	cursor: pointer;
	border-style: none;
	position: relative;
	display: inline-block;
	background: linear-gradient(138deg, rgba(0, 72, 161, 1), rgba(0, 164, 176, 1) 67%, rgba(0, 186, 200, 1));
	border-radius: 4px;
}
.block_contact .btn_button button::before,
.block_contact .btn_button button::after {
	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 #ffffff;
	border-right: 2px solid #ffffff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.block_contact .btn_button button,
.block_contact .btn_button button:before,
.block_contact .btn_button button:after {
	-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: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}
.block_contact .btn_button button.btn_return {
	background: #9d9d9d;
	margin-bottom: 6vw;
	border-radius: 4px;
}
.block_contact .txt_caution{
    padding: 4vw;
}
/*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 #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;
}
/*pagetop
--------------------------------------------*/
.pagetop {
	bottom: 13vh;
}
}