@import "base.css";
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Zen+Kaku+Gothic+New:wght@500;700;900&display=swap');


/* 
--------------------------------------------*/

body{
	position: relative;
	
}





#pageTop{
	display: none !important;
}
/* 
------------------------------------------------------------ */
#suwaroka-contents-wrapper a {

	cursor:pointer;
    outline: none;
    -webkit-tap-highlight-color: transparent;
}

/*画像をウインドウサイズに合わせて可変*/
#suwaroka-contents-wrapper img{
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
	width /***/:auto;/*IE8のみ適用*/
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

/*edge画像ホバーメニュー非表示*/
#suwaroka-contents-wrapper img {
    pointer-events: none;
}

#suwaroka-contents-wrapper .rosenzu img {
    pointer-events: inherit;
}


#suwaroka-contents-wrapper {
	color:#00499f;
	margin:0;
	padding:0;
	font-size:1rem;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-style: normal;
	line-height:180%;
	background-color:#fff;
	text-align:center;
	position:relative;
}


/* ボタン 
--------------------------------------------*/
.btn-link{
	display: inline-block;
}
.btn-link a{
	display: block;
	border-radius: 6px;
	background-color: #004a9e;
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	line-height: 100%;
	padding: 12px 15px;
}
.btn-link a span{
	display: block;
	position: relative;
	padding: 0 30px 0 0;
}
.btn-link a span::after{
	content: '';
	position: absolute;
	width: 16px;
	height: 16px;
	top:50%;
	right: 0;
	margin-top: -8px;
	border-radius: 8px;
	background: #fff url(../../assets/img/btn_open.png) center center no-repeat;
	background-size: 8px auto;
}

.btn-link.-blank a span::after{
	border-radius: 0;
	background: transparent url(../../assets/img/btn_blank_w.png) center center no-repeat;
	background-size: 13px auto;
}


/**/
.btn-link01{
	display: block;
}
.btn-link01 a{
	display: block;
	border-radius: 6px;
	background-color: #0074c1;
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	line-height: 100%;
	padding: 19px 15px;
}
.btn-link01 a span{
	display: block;
	position: relative;
	padding: 0 30px 0 0;
}
.btn-link01 a span::after{
	content: '';
	position: absolute;
	width: 16px;
	height: 16px;
	top:50%;
	right: 0;
	margin-top: -8px;
	border-radius: 8px;
	background: #fff url(../../assets/img/btn_open01.png) center center no-repeat;
	background-size: 8px auto;
}

/**/
.btn-link02{
	display: block;
}
.btn-link02 a{
	display: block;
	border-radius: 6px;
	background-color: #00a6e9;
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	line-height: 100%;
	padding: 19px 15px;
}
.btn-link02 a span{
	display: block;
	position: relative;
	padding: 0 30px 0 0;
}
.btn-link02 a span::after{
	content: '';
	position: absolute;
	width: 16px;
	height: 16px;
	top:50%;
	right: 0;
	margin-top: -8px;
	border-radius: 8px;
	background: #fff url(../../assets/img/btn_open02.png) center center no-repeat;
	background-size: 8px auto;
}





/* 基本
--------------------------------------------*/

#suwaroka-contents-wrapper main{
	display: flex;
	position: relative;
}





.PC-kv{
	display: block;
}

.SP-kv{
	display: none !important;
}


.PC-kv{
	width: calc( 100% - 375px );
	position: sticky;
	height: calc( 100vh - 126px ) !important;
	top:126px;
	left: 0;
}
.PC_kv__img{
	width: 100%;
	display: flex;
	align-items: center;
	text-align: center;
	height: calc( 100vh - 126px );
	padding-top: 0px;
	position: relative;
	top:0 !important;
}
.PC_kv__img img{
	max-width: 100%;
	max-height: 100%;
	display: block;
	margin: 0 auto;
}
.PC-kv__footer{
	position: absolute;
	left: 0;
	bottom:0;
	width: 98%;

	height: auto;
	padding: 30px 0;
	background-color: #e7f5ff;

	display: flex;
	gap: 3%;
	align-items: center;
	text-align: center;
	box-sizing: border-box;
}
.PC-kv__footer .logo-txt{
	width: 26%;
	padding-left: 3%;
}
.PC-kv__footer .logo-standard{
	width: 37%;
}
.PC-kv__footer .logo-lite{
	width: 37%;
}


/* 
--------------------------------------------*/
.suwaroka-contents{
	width: 375px;
	position: relative;
	margin-top: 126px;
	top:-22px;
	left: 0;
}



/* 
--------------------------------------------*/



.rosen{
	padding-top: 30px;
	height: 520px;
	position: relative;
}

.rosen__tab-group{
    display: flex;
    justify-content: center;
}
.rosen__tab{
    flex-grow: 1;
    list-style:none;
    text-align:center;
    cursor:pointer;
}
.rosen__tab.tab-current{
	 transition: all .3s ease-out;
}

.rosen__panel-group{
	position: relative;
	width: 100%;
}

.rosen__panel{

	position: absolute;
	height: 440px;
	width: 100%;
	z-index: 1;
}
.rosen__panel.panel-current{
    display:block;
	 z-index: 2;
}


.rosen__tab span{
	display: block;
	color: #fff;
	background-color: #80b9e0;
	border-radius: 6px;
	margin: 5px 7px 7px 7px;
	padding: 12px 0;
	line-height: 120%;
	font-weight: 700;
}
.rosen__tab.tab-current span{
	display: block;
	color: #fff;
	background-color: #0074c1;
	border-radius: 6px 6px 0 0;
	margin: 0;
	padding: 17px 7px 19px 7px;
}


.rosen-txt{
	color: #00499f;
	text-align: right;
}
.rosen-txt p{
	text-align: right !important;
	margin-top: -10px !important;
	font-size: 1.1rem !important;
	letter-spacing: normal !important;
}
.rosen-txt a{
	color: #00499f;
	text-decoration: underline;
}

/**/
.rosen-cover{
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 440px;
	border: solid #0074c1 4px;
	background-color: #f3f8fc;
	border-radius: 6px;
}
.rosen__panel.panel-current .rosen-cover.-keihannshin{
	border-radius: 0 10px 10px 10px;
} 
.rosen__panel.panel-current .rosen-cover.-hiroshima{
	border-radius: 10px 0 10px 10px;

}

.control-panel{
	position: absolute;
	z-index: 10;
	bottom:15px;
	left: 5%;
	width: 90%;
	padding: 10px;
	background-color: #fff;
	border: solid #00499f 2px;
	border-radius: 6px;
}
.control-panel ul{
	display: flex;
	gap:10px;
}
.control-panel ul li{
	list-style: none;
	cursor: pointer;
}


.rosen-cover__inner{
	position: relative;
	top: 20%;
	left: 0;
	transition: .3s ease-in-out;

}

.rosen-cover__inner .rosenzu{
	display: block;
	position: relative;
	transition: .3s ease-in-out;

}

.rosen-map img[usemap] {
    max-width: 100%;
    height: auto;
}



/**/
.setX-6 .rosenzu{
	left: -30%;
}
.setX-5 .rosenzu{
	left: -25%;
}
.setX-4 .rosenzu{
	left: -20%;
}
.setX-3 .rosenzu{
	left: -15%;
}
.setX-2 .rosenzu{
	left: -10%;
}
.setX-1 .rosenzu{
	left: -5%;
}
.setX0 .rosenzu{
	left: 0;
}
.setX1 .rosenzu{
	left: 5%;
}
.setX2 .rosenzu{
	left: 10%;
}
.setX3 .rosenzu{
	left: 15%;
}
.setX4 .rosenzu{
	left: 20%;
}
.setX5 .rosenzu{
	left: 25%;
}
.setX6 .rosenzu{
	left: 30%;
}

/**/
.setX-6.zoom4 .rosenzu{
	left: -32%;
}
.setX-5.zoom4 .rosenzu{
	left: -27%;
}
.setX-4.zoom4 .rosenzu{
	left: -22%;
}
.setX-3.zoom4 .rosenzu{
	left: -17%;
}
.setX-2.zoom4 .rosenzu{
	left: -12%;
}
.setX-1.zoom4 .rosenzu{
	left: -7%;
}
.setX0.zoom4 .rosenzu{
	left: 0;
}
.setX1.zoom4 .rosenzu{
	left: 7%;
}
.setX2.zoom4 .rosenzu{
	left: 12%;
}
.setX3.zoom4 .rosenzu{
	left: 17%;
}
.setX4.zoom4 .rosenzu{
	left: 22%;
}
.setX5.zoom4 .rosenzu{
	left: 27%;
}
.setX6.zoom4 .rosenzu{
	left: 32%;
}


/**/
.setY-6 .rosenzu{
	transform: translate(0,30%);
}
.setY-5 .rosenzu{
	transform: translate(0,25%);
}
.setY-4 .rosenzu{
	transform: translate(0,20%);
}
.setY-3 .rosenzu{
	transform: translate(0,15%);
}
.setY-2 .rosenzu{
	transform: translate(0,10%);
}
.setY-1 .rosenzu{
	transform: translate(0,5%);
}
.setY0 .rosenzu{
	transform: translate(0,0);
}
.setY1 .rosenzu{
	transform: translate(0,-5%);
}
.setY2 .rosenzu{
	transform: translate(0,-10%);
}
.setY3 .rosenzu{
	transform: translate(0,-15%);
}
.setY4 .rosenzu{
	transform: translate(0,-20%);
}
.setY5 .rosenzu{
	transform: translate(0,-25%);
}
.setY6 .rosenzu{
	transform: translate(0,-30%);
}

/**/
.zoom-2{
	transform: scale(1) translate(0,-10%);
}
.zoom-1{
	transform: scale(1.3) translate(0,-5%);
}
.zoom0{
	transform: scale(1.8);
}
.zoom1{
	transform: scale(2.3);
}
.zoom2{
	transform: scale(2.8);
}
.zoom3{
	transform: scale(3.2);
}
.zoom4{
	transform: scale(3.7);
}

/**/

.-hiroshima .zoom-2{
	transform: scale(1.3) translate(0,0);
}
.-hiroshima .zoom-1{
	transform: scale(1.8) translate(0,0);
}
.-hiroshima .zoom0{
	transform: scale(2.3);
}
.-hiroshima .zoom1{
	transform: scale(2.8);
}
.-hiroshima .zoom2{
	transform: scale(3.2);
}
.-hiroshima .zoom3{
	transform: scale(3.7);
}




/*路線モーダル
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.popup-open{
	cursor: pointer;
}

.popup-content {
	position:absolute;
	display:none;
	z-index:100;
	width:95%;

	margin:0;
	padding:20px 10px;
	background-color: #fff;

	left:2.5% !important;

	border: solid #0074c1 1px;
	border-radius: 6px;

}

.popup-content-wrapp{
	position:relative;
}


.popup-content-inner{
	padding: 0px;
	text-align: center;
}


.popup-overlay {
    z-index:15;
    display:none;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:rgba(156, 156, 156, 0.564);
}

.popup-content .close{
	position: relative;
	padding: 12px 0 0 0;
	width: 100%;
	left: 0;
	bottom: 0;
	background-color: #fff;
}
.popup-content .close a{
	cursor:pointer;
	text-decoration:none;
	display: block;
	text-indent: -99999px;
	background: url(../../assets/img/btn_close.png) center center no-repeat;
	background-size: 11px auto;
	background-color: #0074c1;

	width: 30px;
	height: 30px;
	margin: 0 auto;
	border-radius: 15px;
}

/**/
.service-popup h3{
	font-weight: 700;
	padding-bottom: 14px;
	line-height: 130%;
}

.popup-btn{
	margin-bottom: 8px;
	display: block;
	align-items: center;
}
.popup-btn a{
	display: flex;
	color: #fff;
	text-decoration: none;
	line-height: 120%;
	background-color: #0074c1;
	border-radius: 6px;
	text-align: left;
	align-items: center;
	height: 66px;
}

.popup-btn__txt{
	text-align: left;
	flex: auto;
	padding: 0 0 0 10px;
	font-weight: 700;
}
.popup-btn__txt h4{
	display: block;
	width: 95px;
	padding-bottom: 5px;
	margin-top: -0.1rem;
}

.popup-btn__txt p{
	text-align: left !important;
	padding: 0 !important;

	font-feature-settings: "palt";
	font-weight: 700;
}


.popup-btn__link{
	flex: 100px;
	padding-right: 8px;
	text-align: right;
}
.popup-btn__link div{
	display: inline-block;
	background-color: #fff;
	border-radius: 10px;
	padding: 3px 3px 4px 5px;
	line-height: 110%;
	font-feature-settings: "palt";
	color: #0074c1;
}
.popup-btn__link div span{
	display: block;
	position: relative;
	padding-right: 15px;
	font-weight: 700;
}
.popup-btn__link div span::after{
	content: '';
	width: 12px;
	height: 12px;
	border-radius: 20px;
	position: absolute;
	top:50%;
	right: 0;
	margin-top: -5px;
	background: url(../../assets/img/arrow_w.png) center center no-repeat;
	background-size: 4px;
	background-color: #0074c1;
}

/*popupカラー設定*/

.popup-btn.-typeB a{
	background-color: #00a6e9;
}
.popup-btn.-typeB .popup-btn__link div{
	color: #00a6e9;
}
.popup-btn.-typeB .popup-btn__link div span::after{
	background-color: #00a6e9;
}


/**/
.popup-btn.-typeC a{
	display: flex;
	align-items: center;
	width: 100%;
	color: #fff !important;
}
.popup-btn.-typeC .popup-btn__link{
	flex: 100%;
	padding-right: 0;
	text-align: center;
}
.popup-btn.-typeC .popup-btn__link div{
	display: inline-block;
	background-color: transparent !important;
	border-radius: inherit;
	padding: 0;
	color: #fff !important;
	font-size: 1.4rem;
}
.popup-btn.-typeC .popup-btn__link div span{
	display: block;
	background: url(../../assets/img/btn_arrow_w.png) right center no-repeat !important;
	background-size: 14px !important;
	padding-right: 22px;
	line-height: 110%;
}
.popup-btn.-typeC .popup-btn__link div span::after{
	display: none !important;
}

/**/
.popup-content{
	border: solid #0074c1 1px;
}
.popup-btn a{
	background-color: #0074c1;
}
.popup-btn__link div{
	color: #0074c1;
}
.popup-btn__link div span::after{
	background-color: #0074c1;
}

/**/
#popup2.popup-content{
	border: solid #e25c83 1px;
}
#popup2 .service-popup h3{
	color: #e25c83;
}
#popup2 .popup-btn a{
	background-color: #e25c83;
}
#popup2 .popup-btn__link div{
	color: #e25c83;
}
#popup2 .popup-btn__link div span::after{
	background-color: #e25c83;
}
#popup2.popup-content .close a{
	background-color: #e25c83;
}

/**/
#popup3.popup-content{
	border: solid #00b17b 1px;
}
#popup3 .service-popup h3{
	color: #00b17b;
}
#popup3 .popup-btn a{
	background-color: #00b17b;
}
#popup3 .popup-btn__link div{
	color: #00b17b;
}
#popup3 .popup-btn__link div span::after{
	background-color: #00b17b;
}
#popup3.popup-content .close a{
	background-color: #00b17b;
}

#popup3 .service-popup p.at{
	color: #00b17b;
	font-size: 1.1rem;
	margin-top: -25px;
	margin-bottom: 14px;
	font-weight: 400;
}


/**/
#popup4.popup-content{
	border: solid #aa731c 1px;
}
#popup4 .service-popup h3{
	color: #aa731c;
}
#popup4 .popup-btn a{
	background-color: #aa731c;
}
#popup4 .popup-btn__link div{
	color: #aa731c;
}
#popup4 .popup-btn__link div span::after{
	background-color: #aa731c;
}
#popup4.popup-content .close a{
	background-color: #aa731c;
}

/**/
#popup5.popup-content{
	border: solid #878ddc 1px;
}
#popup5 .service-popup h3{
	color: #878ddc;
}
#popup5 .popup-btn a{
	background-color: #878ddc;
}
#popup5 .popup-btn__link div{
	color: #878ddc;
}
#popup5 .popup-btn__link div span::after{
	background-color: #878ddc;
}
#popup5.popup-content .close a{
	background-color: #878ddc;
}

/**/
#popup6.popup-content{
	border: solid #ff8e1f 1px;
}
#popup6 .service-popup h3{
	color: #ff8e1f;
}
#popup6 .popup-btn a{
	background-color: #ff8e1f;
}
#popup6 .popup-btn__link div{
	color: #ff8e1f;
}
#popup6 .popup-btn__link div span::after{
	background-color: #ff8e1f;
}
#popup6.popup-content .close a{
	background-color: #ff8e1f;
}

#popup6 .service-popup p.at{
	color: #ff8e1f;
	font-size: 1.1rem;
	margin-top: -25px;
	margin-bottom: 14px;
	font-weight: 400;
}


/**/
#popup7.popup-content{
	border: solid #d7322e 1px;
}
#popup7 .service-popup h3{
	color: #d7322e;
}
#popup7 .popup-btn a{
	background-color: #d7322e;
}
#popup7 .popup-btn__link div{
	color: #d7322e;
}
#popup7 .popup-btn__link div span::after{
	background-color: #d7322e;
}
#popup7.popup-content .close a{
	background-color: #d7322e;
}




/* 
--------------------------------------------*/
.logo{
	display: block;
	width: auto;
	padding: 40px 0 0 0;
}

.rosen-area{
	padding: 17px 0 40px 0;
	background-color: #e7f5ff;
}
.rosen-area h2{
	text-align: center;
	font-weight: 700;
	padding: 25px 0 0 0;
}
.rosen-area p{
	text-align: center;
	font-weight: 700;
	line-height: 130%;
	padding: 20px 0 0 0;
}

/* 
--------------------------------------------*/
.contents-area{
	padding-top: 40px;
}
.contents-area h2{
	font-family: "Oswald", sans-serif;
	font-weight: 500;
	background: url(../../assets/img/boder.png) left bottom no-repeat;
	background-size: 100% 2px;
	padding: 0 0 6px 0;
	line-height: 120%;
}
.contents-area h3{
	line-height: 130%;
	font-weight: 500;
	padding: 15px 0 0 0;
}

.btn-consept{
	text-align: right;
	padding-top: 20px;
}


/**/
.service-block{
	margin-top: 35px;
	position: relative;
	border: solid #0074c1 1px;
	border-radius: 6px;
	padding: 0 25px 25px 25px;
	text-align: center;
}
.service-block h4{
	font-weight: 700;
	display: inline-block;
	background-color: #fff;
	padding: 0 10px;
	position: relative;
	line-height: 130%;
	top:-1.3rem
}
.service-block .logo{
	padding-top: 15px;
}
.service-icon{
	padding-top: 30px;
}
.service-icon ul{
	display: flex;
	width: 90%;
	margin: 0 auto;
	gap:15px;
}
.service-icon ul li{
	list-style: none;
	width: 33.33333%;
	line-height: 120%;
	font-weight: 700;
	letter-spacing: -0.05rem;
}
.service-icon ul li img{
	width: 60%;
	display: block;
	margin: 0 auto;
	border: solid #0074c1 1px;
	border-radius: 6px;
}
.service-icon ul li span{
	display: block;
	margin: 3px -10px 0 -10px;
	padding-top: 0.25rem;
}
.service-icon ul li:first-child span{
	padding-top: 0;
}

.service-block p.at{
	line-height: 150%;
	margin-top: 20px;
}
.mbs{
	margin-bottom: 10px;
}

.service-block.-color{
	border: solid #00a6e9 1px;
	margin-top: 45px;
}
.service-block.-color h4{
	color: #00a6e9;
	top:-2.4rem
}



/**/
.service-btn{
	padding-top: 18px;
	text-align: left;
}
.service-btn div{
	margin-top: 7px;
}


/* 
--------------------------------------------*/
.list-area{
	margin-top: 60px;
	padding: 60px 0 120px 0;
	background:#e7f5ff url(../../assets/img/bg.png) top center no-repeat;
	background-size: 100% 60px;

}


.list-icon{
	padding-top: 15px;
	font-family: "Oswald", sans-serif;
	font-weight: 500;
}
.list-icon p{
	line-height: 130%;
}
/**/
.btn-icon-color01{
	text-decoration: none;
	color: #fff;
	line-height: 120%;
	display: block;
	background: url(../../assets/img/btn_arrow_w.png) 95% center no-repeat;
	background-size: 16px auto;
	background-color: #0074c1;
	border-radius: 6px;
	text-align: center;
	padding: 8px;
	margin-bottom: 5px;
}
.btn-icon-color01 span{
	display: inline-block;
	background: url(../../assets/img/star_a_w.png) center right no-repeat;
	background-size: auto 1rem;
	padding-right: 2.5rem;
}
.btn-icon-color02{
	text-decoration: none;
	color: #fff;
	line-height: 120%;
	display: block;
	background: url(../../assets/img/btn_arrow_w.png) 95% center no-repeat;
	background-size: 16px auto;
	background-color: #00a6e9;
	border-radius: 6px;
	text-align: center;
	padding: 8px;
}
.btn-icon-color02 span{
	display: inline-block;
	background: url(../../assets/img/star_b_w.png) center right no-repeat;
	background-size: auto 1rem;
	padding-right: 1.5rem;
}
/**/
.icon-color01{
	color: #0074c1;
	line-height: 120%;
	display: inline-block;
	padding-right: 2.5rem;
	background: url(../../assets/img/star_a.png) center right no-repeat;
	background-size: auto 1rem;
}
.icon-color02{
	color: #00a6e9;
	line-height: 120%;
	display: inline-block;
	padding-right: 2.5rem;
	background: url(../../assets/img/star_b.png) center right no-repeat;
	background-size: auto 1rem;
}

/* 
--------------------------------------------*/
.route-table{
	padding-top: 20px;
}
.route-table table{
	line-height: 180%;
	width: 100%;
}
.route-table table tr{
	background: url(../../assets/img/dot_line01.png) left top repeat-x;
	background-size: auto 1px;
}

.route-table table th,
.route-table table td{
	padding: 20px 0;
}
.route-table table th{
	width: 50%;
	font-weight: 500;
	vertical-align: middle;
	padding-left: 1.2rem;
}

.route-table table a{
	display: inline-block;
	text-decoration: none;
}

.icon-blank01{
	background: url(../../assets/img/icon_blank01.png) right center no-repeat;
	background-size: 12px auto;
	padding-right: 20px;
}
.icon-blank02{
	background: url(../../assets/img/icon_blank02.png) right center no-repeat;
	background-size: 12px auto;
	padding-right: 7px;
}


/* 
--------------------------------------------*/
.contents-area.faq-contents-area{
	padding: 40px0 0px 0;
}
.faq-contents{
	padding-top: 20px;
}
.faq-contents ul li{
	list-style: none;
}
.faq-contents ul li a{
	display: block;
	border: solid #0074c1 1px;
	background-color: #fff;
	padding: 15px 15px 15px 20px;
	line-height: 140%;
	text-decoration: none;
	color: #0074c1;
	border-radius: 6px;
	margin-bottom: 8px;
}
.faq-contents ul li a span{
	display: block;
	background: url(../../assets/img/btn_blank.png) right center no-repeat;
	background-size: 13px auto;
	padding-right: 20px;
}


/* 
--------------------------------------------*/
.suwaroka-footer{
	background-color: #00499f;
	padding: 20px 0 20px 0;
	vertical-align: middle;
}
.suwaroka-footer__inner{
	position: relative;
}
.suwaroka-footer .footer-utility{
	display: block;
	width: 65%;
	margin-left: 40%;
	text-align: right;
}
.suwaroka-footer .footer-utility .footer-link{
	display: inline-block;
}
.suwaroka-footer .footer-utility .footer-link a{
	color: #fff;
	text-decoration: underline;
}
.suwaroka-footer .footer-utility .footer-logo{
	display: inline-block;
	width: 33px;
	margin-left: 15px;
}

.suwaroka-footer address{
	font-family: "Oswald", sans-serif;
	font-weight: 500;
	color: #fff;
	position: absolute;
	left: 0;
	top:0;
	margin-top: 0.3rem;
	font-style: normal;
	margin-left: -10px;
}



/* モーダル内容
--------------------------------------------*/
#statement.modal-content{
	padding-bottom: 0;
}

.statement-modal{
	padding: 0px 0 60px 0;
	margin-top: 60px;
}
.statement__title{
	padding: 40px 0 0 0;
	font-family: "Oswald", sans-serif;
	font-weight: 500;
	letter-spacing: 0.1em;
	background: url(../../assets/img/title_boder.png) center bottom no-repeat;
	background-size: auto 2px;
	padding-bottom: 5px;
	margin-bottom: 30px;
}
.statement-modal h2{
	font-family: "Oswald", sans-serif;
	font-weight: 500;
	letter-spacing: 0.1em;
	background: url(../../assets/img/title_boder.png) center bottom no-repeat;
	background-size: auto 2px;
	padding-bottom: 5px;
}
.statement-modal h3{
	line-height: 130%;
	font-weight: 500;
	padding: 0px 0 25px 0;
}
.statement-modal p{
	line-height: 230%;
}
.statement-modal .img{
	width: 93px;
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 30px;
}

/**/
.modal-content__title{
	width:84%;
	margin:0 auto;
	padding: 50px 0 40px 0;
}
.modal-content__title h2{
	background: url(../../assets/img/boder.png) left bottom no-repeat;
	background-size: 100% 2px;
	padding: 0 0 8px 0;
	line-height: 120%;
	text-align: left;
}

#serviceD .modal-content__title h2{
	color: #00a6e9;
}

/**/
.service-modal h3{
	color: #231815;
	letter-spacing: 0.1em;
	text-align: left;
	font-weight: 500;
}
.service-modal .service-modal__img{
	margin-bottom: -30px;
	padding-top: 40px;
}
.service-modal .service-modal__img p{
	margin-bottom: 10px;
}
.service-modal .service-modal__img p span{
	display: block;
	text-align: right;
	color: #130402;
	list-style: 120%;
	margin-top: 0px;
}

/**/
.service-modal__block{
	padding: 40px 0 0 0;
	text-align: left;
	color: #231815;
}
.service-modal__block h4{
	text-align: left;
	font-weight: 500;
	color: #0074c1;
	position: relative;
}
.service-modal__block h4 span{
	display: inline-block;
	background-color: #fff;
	position: relative;
	z-index: 2;
	padding-right: 8px;
}
.service-modal__block h4::after{
	content: '';
	position: absolute;
	bottom:0.75rem;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 1px;
	background: url(../../assets/img/dot_line01.png) left center repeat-x;
	background-size: auto 1px;
}

.service-modal__block p.at{
	text-align: center;
	margin-top: -8px;
}
.service-modal__block p.or{
	color: #0074c1;
	text-align: center;
	margin-top: -8px;
	margin-bottom: 7px;
	font-weight: 600;
	font-size: 1.1rem;
}

#serviceD .service-modal__block h4{
	color: #00a6e9;
}
#serviceD .service-modal__block h4::after{
	background: url(../../assets/img/dot_line02.png) left center repeat-x;
	background-size: auto 1px;
}


/**/
.service-modal-area{
	padding-top: 20px;
}
.service-modal-area__inner{
	position: relative;
}
.service-modal-area__inner .icon-slide{
	display: block;
	position: absolute;
	width: 100px;
	height: 4px;
	border-radius: 4px;
	background-color: #ddd;
	bottom:20px;
	left: 50%;
	margin-left: -50px;
	z-index: 10;
	overflow: hidden;
}
.service-modal-area__inner .icon-slide span{
	display: block;
	position: absolute;
	top:0;
	left: 0;
	width: 40px;
	height: 4px;
	border-radius: 4px;
	background-color: #0074c1;
}

.service-modal-area__slide{
	overflow: hidden;
	width: 100%;
	height: 185px;
	border: solid #0074c1 1px;
	border-radius: 4px;
	position: relative;
}
.service-modal-area__slide .slideimg{
	overflow: auto;
	overflow-x: auto;
	width: 100%;
}
.service-modal-area__slide .slideimg span{
	display: block;
	width: 800px !important;
}

.service-modal-area p.at{
	text-align: left;
	margin-top: 8px;
}

/**/
.service-modal__inner {
	padding-top: 20px;
}
.service-modal__inner p{
	font-size: 1.4rem;
}
.service-modal__inner .img{
	padding-top: 20px;
}

/**/
.service-modal-place{
	width: 95%;
	margin: 0 auto;
	padding-top: 20px;
	margin-bottom: -15px;
}
.service-modal-place .icon-plus{
	display: block;
	width: 12px;
	height: 12px;
	margin: 0 auto 15px auto;
}
.service-modal-place .icon-plus img{
	display: block;
}

/**/
.placebox{
	background-color: #0074c1;
	border-radius: 6px;
	color: #fff;
	line-height: 130%;
	padding: 10px;
	text-align: center;
	margin-bottom: 15px;
	
	height: 60px;
}



/**/
.placebox.-typeA{
	display: flex;
	align-items: center;
	padding: 15px 15px;
}
.placebox.-typeA span{
	line-height: 130%;
	display: flex;
	flex: auto;
}
.placebox.-typeA p{
	text-align: right !important;
	flex: auto;
	font-family: "Oswald", sans-serif;
	font-weight: 500;
	align-items: center;
	margin-bottom: -0.2rem;
	letter-spacing: 0;
}
.placebox.-typeA p i{
	font-style: normal;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
}

/**/
.placebox.-typeB{
	border: solid #0074c1 2px;
	background-color: #fff;
	color: #0074c1;
	display: flex;
	align-items: center;
	padding: 15px 15px;
	text-align: left;
}
.placebox.-typeB span{
	line-height: 130%;
	display: flex;
	flex: auto;
}
.placebox.-typeB p{
	text-align: right !important;
	flex: auto;
	font-family: "Oswald", sans-serif;
	font-weight: 500;
	align-items: center;
	margin-bottom: -0.2rem;
	letter-spacing: 0;
}
.placebox.-typeB p i{
	font-style: normal;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
}

/**/
.placebox.-typeC{
	display: flex;
	align-items: center;
	padding: 15px 15px;
	background-color: #130402;
	color: #fff;
	text-align: left;
}
.placebox.-typeC span{
	line-height: 130%;
	display: flex;
	flex: auto;
}
.placebox.-typeC p{
	text-align: right !important;
	flex: auto;
	font-family: "Oswald", sans-serif;
	font-weight: 500;
	align-items: center;
	margin-bottom: -0.2rem;
	letter-spacing: 0;
}
.placebox.-typeC p i{
	font-style: normal;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
}
.placebox.-typeC p i.img{
	display: inline-block;
	width: 55px;
	vertical-align: middle;
	margin-top: -5px;
	margin-right: 10px;
}

/**/
.service-modal-txt{
	padding-top: 20px;
	line-height: 150%;
}

.service-how{
	border: solid #0074c1 1px;
	border-radius: 5px;
	padding: 20px 10%;
	text-align: center;
	margin-top: 20px;
}
.service-how h5{
	color: #0074c1;
	font-weight: 700;
}

.service-how.-typeB{
	border: solid #00a6e9 1px;
}
.service-how.-typeB h5{
	color: #00a6e9;
}


.service-how p{
	padding-top: 20px;
}


.service-how-btn{
	display: block;
	background-color: #0074c1;
	border-radius: 6px;
	padding: 15px 20%;
	margin-top: 20px;
}

.service-how-btn.-midori{
	background-color: #5bb53c;
	padding-top: 25px;
	padding-bottom: 25px;
}


/**/
.service-modal-txt__table{
	padding: 15px 0;

}
.service-modal-txt__table table{
	/*border-collapse: collapse;*/
	width: 99%;
	box-sizing: border-box;
	border-bottom: none;
	border-radius: 4px;
	border-spacing: 0;
	overflow: hidden;
	position: relative;

}
.service-modal-txt__table table::after{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	border: solid #0074c1 1px;
	border-radius: 4px;
	top:0;
	left: 0;
	z-index: 0;
}
.service-modal-txt__table table th{
	background-color: #0074c1;
	border-bottom: solid #fff 1px;
	color: #fff;
	text-align: left;
	font-size: 1.2rem;
	line-height: 140%;
	font-weight: 700;
	width: 40%;
	padding: 20px 15px;
	vertical-align: middle;
}
.service-modal-txt__table table tr:last-child th{
	border-bottom: solid #0074c1 1px;
}
.service-modal-txt__table table td{
	border-bottom: solid #0074c1 1px;
	color: #0074c1;
	text-align: center;
	font-size: 1.4rem;
	line-height: 140%;
	font-weight: 700;
	padding: 20px 15px;
	vertical-align: middle;
}


.service-modal-txt__table p{
	color: #0074c1;
	font-size: 1.4rem;
	padding-top: 15px;
}


.btn-blank-wrap{
	padding-top: 25px;
	padding-bottom: 20px;
}
.btn-blank{
	display: block;
	text-align: center;
	margin-bottom: 8px;
}
.btn-blank a{
	display: inline-block;
	text-decoration: none;
	color: #fff;
	background-color: #00499f;
	border-radius: 20px;
	padding: 6px 20px 8px 20px;
	line-height: 120%;
	font-size: 1.2rem;
}
.btn-blank a span{
	display: inline-block;
	background: url(../../assets/img/btn_blank_w.png) right center no-repeat;
	background-size: 12px auto;
	padding-right: 20px;
	line-height: 120%;
}

.btn-blank-wrap._typeA .btn-blank a{
	display: block;
	text-align: left;
}
.btn-blank-wrap._typeA .btn-blank a span{
	display: block;
}


/**/
.service-modal-placelist h5{
	color: #0074c1;
	font-weight: 500;
	margin-top: 20px;
	line-height: 130%;
	background: url(../../assets/img/icon_arrow_blue.png) left center no-repeat;
	background-size: 8px auto;
	padding-left: 12px;
}
.service-modal-placelist .read{
	line-height: 150%;
	margin-top: 15px;
}
.service-modal-placelist__inner{
	background: url(../../assets/img/dot_line01.png) left bottom repeat-x;
	background-size: auto 1px;
	padding: 10px 0;
}

.service-modal-placelist__inner.-typeA{
	background: none;
	padding: 5px 0 10px 0;
}

.service-modal-placelist table{
	width: 100%;
	border-collapse: collapse;
	line-height: 120%;
}

.service-modal-placelist .service-modal-placelist__inner.-typeA table tr{
	background: url(../../assets/img/dot_line01.png) left bottom repeat-x;
	background-size: auto 1px;
}

.service-modal-placelist table th{
	font-weight: 500;
	line-height: 130%;
	padding: 7px 0px 7px 15px;
	text-align: left;
	width: 45%;
	vertical-align: middle;
}
.service-modal-placelist table td{
	padding: 7px 0;
	line-height: 130%;
	vertical-align: top;
	font-feature-settings: "palt";
}
.service-modal-placelist table td.place{
	padding: 7px 10px 7px 0;
	vertical-align: middle;
	width: 25%;
}
.service-modal-placelist table td.-color{
	color: #0074c1;
}

.service-modal-placelist .service-modal-placelist__inner.-typeA table th{
	padding: 12px 0 12px 15px;
	width: 55%;
}
.service-modal-placelist .service-modal-placelist__inner.-typeA table td{
	padding: 12px 0;
	vertical-align: middle !important;
}


.place{
	text-align: right;
	font-feature-settings: "palt";
}
.place p{
	flex: auto;
	vertical-align: middle;
	font-family: "Oswald", sans-serif;
	font-weight: 500;
	display: inline-block;
	letter-spacing: 0;
}
.place  p i{
	display: inline-block;
	font-style: normal;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
}


/**/
.service-attention{
	line-height: 120%;
	padding-top: 0px;
	margin-top: -8px;
}
.service-attention p{
	margin-bottom: 3px;
}



/**/
.ureseat-map{
	padding-top: 30px;
}
.ureseat-map:first-of-type{
	padding-top: 15px;
}
.ureseat-map h5{
	background-color: #00a6e9;
	color: #fff;
	font-size: 1.2rem;
	text-align: center;
	list-style: 120%;
	padding: 5px 0;
	border-radius: 4px;
}
.ureseat-map .ureseat-map__img{
	border: solid #00a6e9 1px;
	border-radius: 4px;
	margin-top: 10px;
	overflow: hidden;
}

.ureseat-map .at{
	text-align: left !important;
	margin-top: 8px !important;
	font-size: 1.1rem;
	line-height: 140%;
}


/**/
.tsukintokkyu-box{
	padding-top: 15px;
}
.tsukintokkyu-box h5{
	color: #fff;
	font-size: 1.2rem;
	background: url(../../assets/img/tsukintokkyu-box_bg.jpg) right center no-repeat;
	background-size: auto 100%;
	background-color: #0074c1;
	border-radius: 4px;
	overflow: hidden;
	list-style: 120%;
	padding: 5px 0 5px 2%;
}
.tsukintokkyu-box p{
	color: #0074c1;
	font-size: 1.3rem;
	line-height: 140%;
	margin-top: 5px;
}


/* モーダル基本
--------------------------------------------*/

.modal-content {
    position:fixed;
    display:none;
    z-index:9999;
    width:420px;
	 max-height: 90vh;
	 max-width:inherit;
    margin:0;
    padding:0 0 100px 0;
	 background-color: #fff;

	 border: solid #0074c1 1px;
	 border-radius: 6px;
	 overflow: hidden;

}

#serviceD.modal-content{
	border: solid #00a6e9 1px;
}

.modal-content-wrapp{
	position:relative;
	overflow:auto;
	-webkit-overflow-scrolling: touch;
	background-color:#fff;
	padding:0;
	max-height: 80vh;
}
.service-modal-content .modal-content-wrapp{
	max-height: 60vh;
}


.modal-content-inner{
	width:84%;
	margin:0 auto;

	height: auto;
	padding-bottom: 40px;
}





.modal-overlay {
    z-index:999;
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:120%;
    background-color:rgba(156, 156, 156, 0.564);
}


.modal-content .close{
	
	position: absolute;
	padding: 30px 0;
	width: 100%;
	left: 0;
	bottom: 0;
	background-color: #fff;
}
.modal-content .close a{
	cursor:pointer;
	text-decoration:none;
	display: block;
	text-indent: -99999px;
	background: url(../../assets/img/btn_close.png) center center no-repeat;
	background-size: 11px auto;
	background-color: #0074c1;

	width: 30px;
	height: 30px;
	margin: 0 auto;
	border-radius: 15px;
}

#serviceD.modal-content .close a{
	background-color: #00a6e9;
}



/*フォントサイズ調整  
--------------------------------------------*/
.btn-link a{
	font-size: 1.3rem;
}
.btn-link01 a{
	font-size: 1.4rem;
}
.btn-link02 a{
	font-size: 1.4rem;
}
.rosen__tab span{
	font-size: 1.3rem;
}
.service-popup h3{
	font-size: 1.5rem;
}
.popup-btn__txt h4{
	margin-top: -0.1rem;
	font-weight: 700;
}
.popup-btn__txt p{
	font-size: 1.1rem !important;
	font-weight: 900;
}
.popup-btn__link div{
	font-size: 1rem;
	font-weight: 900;
}
.popup-btn.-typeC .popup-btn__link div{
	font-size: 1.4rem;
}
.rosen-area h2{
	font-size: 2.4rem;
}
.rosen-area p{
	font-size: 1.4rem;
}
.contents-area h2{
	font-size: 1.2rem;
}
.contents-area h3{
	font-size: 2.5rem;
	font-weight: 700;
}
.service-block h4{
	font-size: 1.8em;
}
.service-icon ul li{
	font-size: 0.8rem;
}
.service-icon ul li span{
	padding-top: 0.35rem;
}
.list-area .contents-area h3{
	font-size: 2.4rem;
}
.list-icon p{
	font-size: 1.7rem;
}

.route-table table{
	font-size: 1.3em;
}
.route-table table th{
	padding-left: 2.1rem;
}
.suwaroka-footer .footer-utility .footer-link{
	font-size: 1.1rem;
}
.suwaroka-footer address{
	font-size: 0.8rem;
	top:0.4rem;
}
.statement-modal h2{
	font-size: 2rem;
}
.statement-modal h3{
	font-size: 2.7rem;
	font-weight: 700;
}
.statement-modal p{
	font-size: 1.4rem;
}
.modal-content__title h2{
	font-size: 2.1rem;
}
.service-modal h3{
	font-size: 1.9rem;
	line-height: 160%;
}
.service-modal .service-modal__img p span{
	font-size: 1.1rem;
	margin-top: 3px;
}
.service-modal__block h4{
	font-size: 1.6rem;
}
.service-modal__block h4::after{
	bottom:0.6rem;
}
.placebox{
	font-size: 1.6rem;
}
.placebox span{
	font-size: 1.4rem;
}
.placebox.-typeA span{
	font-size: 1.2rem;
}
.placebox.-typeA p{
	font-size: 2.4rem;
	font-weight: 400;
}
.placebox.-typeA p i{
	font-size: 1.4rem;
}
.placebox.-typeB span{
	font-size: 1.2rem;
}
.placebox.-typeB p{
	font-size: 2.4rem;
	font-weight: 400;
}
.placebox.-typeB p i{
	font-size: 1.4rem;
}
.placebox.-typeC span{
	font-size: 1.2rem;
}
.placebox.-typeC p{
	font-size: 2.4rem;
	font-weight: 400;
}
.placebox.-typeC p i{
	font-size: 1.4rem;
}
.service-modal-txt{
	font-size: 1.4rem;
}
.service-how h5{
	font-size: 1.7rem;
}
.service-modal-placelist h5{
	font-size: 1.6rem;
}
.service-modal-placelist .read{
	font-size: 1.4rem;
}
.service-modal-placelist table th{
	font-size: 1.2rem;
}
.service-modal-placelist table td{
	font-size: 1rem;
}
.place p{
	font-size: 2.4rem;
}
.place  p i{
	font-size: 1.4rem;
}
.service-attention{
	font-size: 1.1rem;
}

.faq-contents a{
	font-size: 1.3rem;
}