@charset "utf-8";
/* CSS Document */

/*ヘッダー*/
body {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-feature-settings: "palt";
}
.mincho {
	font-family: 'Noto Serif JP', serif;
}
.eng {
	font-family: "Lato", sans-serif;
	font-weight: 700;
}
a.imgOver:hover {
	opacity: 0.7;
}





/*************************
layout
**************************/
.remodal.modalStyle {
	padding: 35px;
}
.remodal.modalStyle .remodal-confirm {
	min-width: 110px;
	font-size: 15px;
	font-weight: 700;
	padding: 14px 0;
	margin-top: 20px;
}
.remodal.modalStyle .remodal-close:before {
	font-size: 40px;
}
.remodal.modalStyle .remodal-confirm {
    color: #fff;
    background: #555;
}
.remodal.modalStyle .remodal-confirm:hover {
    background: #333;
}
@media screen and (max-width: 500px) {
	.remodal.modalStyle {
		padding: 15px;
		padding-top: 35px;
	}
	.remodal.modalStyle .remodal-confirm {
		font-size: 12px;
		padding: 12px 0;
		margin-top: 15px;
	}
}

.youtube {
	width: 100%;
	aspect-ratio: 16 / 9;
}
.youtube iframe {
	width: 100%;
	height: 100%;
}






/*************************
font
**************************/

p {
	font-size: 15px;
	line-height: 2.0;
}
p strong.marker {
	background: #FFFF00;
	padding: 0 5px;
}
@media screen and (max-width: 1100px) {
	p {
		font-size: 12px;
	}
}






/*************************
bk
**************************/
#bk {
	position: fixed;
	width: 100%;
	height: 100%;
	background: url("img/bk.png") no-repeat center center;
	background-size: cover;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}
#bk .inner {
	box-sizing: border-box;
	padding: 50px 5%;
	width: 50%;
	text-align: center;
}
#bk .inner .logo {
	margin-bottom: 20px;
}
#bk .inner h1 {
	font-size: 38px;
	font-weight: 900;
	color: #0A1F5A;
	line-height: 1.4;
}
#bk .inner ul.list {
	margin: 0;
	padding: 0;
	list-style: none;
}
#bk .inner ul.list li {
	padding: 5px 0;
}
#bk .inner ul.list li a:hover {
	opacity: 0.6;
}
@media screen and (max-width: 1100px) {
	#bk .inner {
		padding: 30px 2%;
		width: 40%;
	}
}
@media screen and (max-width: 900px) {
	#bk .inner {
		display: none;
	}
}
#bk .headline {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	padding: 15px 0;
	background: #000;
}
#bk .headline .scroll-container {
	overflow: hidden;
	white-space: nowrap;
	width: 100%;
}
#bk .headline .scroll-track {
	display: inline-block;
	white-space: nowrap;
	animation: loop 10s linear infinite;
}
#bk .headline .scroll-track span {
	padding-right: 50px;
}
@keyframes loop {
	0% { transform: translate3d(0, 0, 0); }
	100% { transform: translate3d(-50%, 0, 0); }
}
@media screen and (max-width: 900px) {
	#bk .headline {
		padding: 10px 0;
	}
	#bk .headline .scroll-track span {
		padding-right: 30px;
	}
	#bk .headline .scroll-track span img {
		height: 20px;
	}
}







/*************************
general
**************************/






/*************************
layout
**************************/

/* #containar */
#containar {
	max-width: 500px;
	width: 100%;
	position: absolute;
	left: 57%;
	z-index: 2;
	box-shadow: 0 0 30px 0px rgb(0 0 0 / 30%);
}
#containar #content {
	background: #fff;
}
@media screen and (max-width: 1300px) {
	#containar {
		left: auto;
		right: 5%;
	}
}
@media screen and (max-width: 900px) {
	#containar {
		right: auto;
		position: relative;
		margin: 0 auto;
		padding-top: 40px;
	}
}

/* #global-menu */
#global-menu {
	position: fixed;
	max-width: 500px;
	width: 100%;
	bottom: -100%;
	height: auto;
	background-color: #726356;
	z-index: 999;
	transition: bottom 0.4s ease;
	padding-top: 30px;
}
#global-menu.is-active {
	bottom: 0;
}
#global-menu .logo {
	width: 50%;
	margin: 0 auto;
	margin-bottom: 15px;
}
#global-menu ul.list {
	margin: 0;
	padding: 0;
	list-style: none;
	padding-bottom: 20px;
}
#global-menu ul.list li {
	text-align: center;
	padding: 5px 0;
	width: 60%;
	margin: 0 auto;
}
#global-menu ul.list li a:hover {
	opacity: 0.6;
}

/* #fixedBtn */
#fixedBtn {
	display: block;
	position: fixed;
	bottom: 0;
	max-width: 500px;
	width: 100%;
	background: #fff;
	box-sizing: border-box;
	z-index: 1000;
}
#fixedBtn ul.list {
	display: flex;
}
#fixedBtn ul.list li {
	box-sizing: border-box;
	color: #fff;
	text-align: center;
}
#fixedBtn ul.list li.insta {
	width: 50%;
	background: #040000;
}
#fixedBtn ul.list li.reserv {
	width: 25%;
	background: #076baf;
}
#fixedBtn ul.list li.menu {
	width: 25%;
	background: #726356;
}
#fixedBtn ul.list li a,
#fixedBtn ul.list li span {
	display: block;
	padding: 12px 0;
	cursor: pointer;
}
#fixedBtn ul.list li a:hover,
#fixedBtn ul.list li span:hover {
	opacity: 0.7;
}



/*
短い場合フッターを下部固定
*/
#containar {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}






/*************************
content
**************************/

/* .mv */
#content .mv {
	background: #fff;
	padding: 30px 25px;
	padding-top: 0;
}
#content .mv h1.main {
	margin: 0 -25px;
}
#content .mv figure {
	margin: 0 -25px;
	margin-bottom: 20px;
}
#content .mv .catch {
	text-align: center;
}
@media screen and (max-width: 500px) {
	#content .mv {
		padding: 20px 15px;
		padding-top: 0;
	}
	#content .mv h1.main {
		margin: 0 -15px;
	}
	#content .mv figure {
		margin: 0 -15px;
	}
}

/* .sec1 */
#content .sec1 {
	background: #fff url("img/img_sec1-10.png") no-repeat center bottom 20px;
	background-size: 100% auto;
	padding: 30px 25px;
}
#content .sec1 h2 {
	margin-bottom: 20px;
}
#content .sec1 .mainSlide {
	position: relative;
	margin-bottom: 20px;
}
#content .sec1 .mainSlide .swiper-pagination-bullet {
	background: #fff;
	opacity: .6;
}
#content .sec1 .mainSlide .swiper-pagination-bullet-active {
	opacity: 1;
}
#content .sec1 .catch {
	text-align: center;
}
@media screen and (max-width: 500px) {
	#content .sec1 {
		padding: 20px 15px;
	}
}

/* .sec2 */
#content .sec2 {
	background-color: #e6f2f9;
	background-image: url("img/bg_sec2-top.png"), url("img/bg_sec2-btm.png");
	background-position: center top, center bottom;
	background-repeat: no-repeat, no-repeat;
	background-size: 100% auto, 100% auto;
	padding: 0 25px; 
	padding-top: 50px;
	padding-bottom: 70px;
}
#content .sec2 h2 {
	margin-bottom: 20px;
}
#content .sec2 .mainSlide {
	position: relative;
	max-width: 220px;
	margin: 20px auto;
}
#content .sec2 .mainSlide .swiper-slide {}
#content .sec2 .mainSlide .swiper-slide h4 {
	text-align: center;
	border-radius: 15px;
	background-image: linear-gradient(0deg, #4b90ce, #427ebb);
	color: #fff;
	font-weight: 700;
	font-size: 17px;
	padding: 7px 0;
	margin-bottom: 10px;
}
#content .sec2 .mainSlide .swiper-button-prev {
	--swiper-navigation-size: 24px;
	color: #427ebb;
	font-weight: 900;
	top: 50%;
	left: -40px;
	width: 40px;
	height: 40px;
}
#content .sec2 .mainSlide .swiper-button-next {
	--swiper-navigation-size: 24px;
	color: #427ebb;
	font-weight: 900;
	top: 50%;
	right: -40px;
	width: 40px;
	height: 40px;
}
#content .sec2 p.important {
	text-align: center;
	border: 2px solid #509bdc;
	border-radius: 15px;
	background: #fff;
	color: #509bdc;
	font-weight: 700;
	font-size: 15px;
	padding: 5px 0;
	margin: 10px 0;
}
#content .sec2 ul.list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: space-between;
}
#content .sec2 ul.list li {
	width: 30%;
	text-align: center;
	border: 3px solid #509bdc;
	border-radius: 10px;
	background: #fff;
	color: #509bdc;
	font-weight: 700;
	font-size: 15px;
	padding: 10px 0;
}
@media screen and (max-width: 500px) {
	#content .sec2 {
		padding: 0 15px;
		padding-top: 35px;
		padding-bottom: 60px;
	}
	#content .sec2 .mainSlide {
		margin: 15px auto;
	}
	#content .sec2 ul.list li {
		border: 2px solid #509bdc;
		border-radius: 7px;
		font-size: 12px;
		padding: 7px 0;
	}
}
.sec2Modal figure {
	margin: 20px 0;
}
.sec2Modal p {
	text-align: left;
}
@media screen and (max-width: 500px) {
	.sec2Modal figure {
		margin: 15px 0;
	}
}

/* .sec3 */
#content .sec3 {
	position: relative;
	background: url("img/img_sec3-10.png") no-repeat center bottom 5px;
	background-size: 100% auto;
	padding: 30px 25px;
	padding-bottom: 100px;
}
#content .sec3 h2 {
	margin-bottom: 20px;
}
#content .sec3 .btn {
	text-align: center;
	width: 70%;
	margin: 0 auto;
	margin-top: 10px;
}
@media screen and (max-width: 500px) {
	#content .sec3 {
		padding: 20px 15px;
		padding-bottom: 70px;
	}
}

/* .sec4 */
#content .sec4 {
	background-color: #f5eedc;
	background-image: url("img/bg_sec4-top.png"), url("img/img_sec4-10.png");
	background-position: center top, center bottom;
	background-repeat: no-repeat, no-repeat;
	background-size: 100% auto, 100% auto;
	padding: 0 25px;
	padding-top: 70px;
	padding-bottom: 70px;
	margin-top: -40px;
}
#content .sec4 h2 {
	margin-bottom: -90px;
}
#content .sec4 figure {
	margin: 0 -25px;
}
@media screen and (max-width: 500px) {
	#content .sec4 {
		padding: 0 15px;
		padding-top: 50px;
		padding-bottom: 50px;
	}
	#content .sec4 h2 {
		margin-bottom: -65px;
	}
	#content .sec4 figure {
		margin: 0 -15px;
	}
}

/* .sec5 */
#content .sec5 {
	background-color: #e6f2f9;
	background-image: url("img/bg_sec5-top.png"), url("img/bg_sec5-btm.png");
	background-position: center top, center bottom;
	background-repeat: no-repeat, no-repeat;
	background-size: 100% auto, 100% auto;
	padding: 0 25px;
	padding-top: 90px;
	padding-bottom: 90px;
	overflow: hidden;
}
#content .sec5 h2 {
	margin-bottom: 20px;
}
#content .sec5 .catch {
	text-align: center;
	margin-bottom: 15px;
}
#content .sec5 h3 {
	margin-bottom: 20px;
}
#content .sec5 ul.list {
	margin: 0;
	padding: 0;
	list-style: none;
}
#content .sec5 ul.list li {
	margin-bottom: 25px;
	display: flex;
}
#content .sec5 ul.list li figure {
	width: 44%;
	margin-right: 4%;
}
#content .sec5 ul.list li .text {
	flex: 1;
	position: relative;
}
#content .sec5 ul.list li .text h4 {
	margin: 0 -20px;
}
#content .sec5 ul.list li .text p {
	font-size: 14px;
	line-height: 1.7;
}
#content .sec5 ul.list li .text nav.btn {
	width: 50%;
	margin-left: auto;
	margin-top: 5px;
}
#content .sec5 ul.list li .text .ico1 {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 30%;
}
#content .sec5 ul.list02 {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
#content .sec5 ul.list02 li {
	width: 31%;
	display: flex;
}
#content .sec5 ul.list02 li a {
	display: block;
	width: 100%;
	background-image: linear-gradient(90deg, #4b90ce, #427ebb);
	color: #fff;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 0;
	line-height: 1.4;
	text-decoration: none;
	border-radius: 15px;
}
#content .sec5 ul.list02 li a:hover {
	background: #000;
}
@media screen and (max-width: 500px) {
	#content .sec5 {
		padding: 0 15px;
		padding-top: 70px;
		padding-bottom: 70px;
	}
	#content .sec5 ul.list li .text p {
		font-size: 12px;
	}
}
.sec5Modal h4 {
	margin-bottom: 15px;
}
.sec5Modal h5 {
	text-align: left;
	font-size: 16px;
	font-weight: 700;
	border-bottom: 1px solid #000;
	padding-bottom: 5px;
	margin-top: 20px;
	margin-bottom: 10px;
}
.sec5Modal h5.pink {
	background: #ee87b4;
	color: #fff;
	border: none;
	padding: 10px;
}
.sec5Modal table th,
.sec5Modal table td {
	font-size: 14px;
	line-height: 1.4;
	text-align: left;
	color: #62180f;
	padding: 7px 7px;
	border: 2px solid #fff;
}
.sec5Modal table th {
	background: #d0ecf1;
}
.sec5Modal ul.list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: space-between;
	margin-top: 15px;
}
.sec5Modal ul.list li {
	width: 48%;
}
.sec5Modal ul.list li a {
	display: block;
	max-width: 200px;
	margin: 0 auto;
}
.sec5Modal .image01 {
	margin-top: 15px;
}
.sec5Modal p {
	font-size: 14px;
	line-height: 1.7;
	text-align: left;
	margin-bottom: 5px;
}
.sec5Modal p.note {
	font-size: 12px;
	margin-bottom: 3px;
}
.sec5Modal .icoArea2 {
	position: relative;
}
.sec5Modal .icoArea2 .ico2 {
	text-align: right;
	position: absolute;
	right: -10px;
	bottom: 10px;
	width: 20%;
}
.sec5Modal .icoArea3 {
	position: relative;
}
.sec5Modal .icoArea3 .ico3 {
	text-align: right;
	position: absolute;
	right: 5px;
	top: -10px;
	width: 20%;
}
.sec5Modal .icoArea4 {
	position: relative;
}
.sec5Modal .icoArea4 .ico4 {
	text-align: right;
	position: absolute;
	right: 0;
	top: -15px;
	width: 20%;
}

/* .sec6 */
#content .sec6 {
	padding: 30px 25px;
}
#content .sec6 h2 {
	margin-top: -80px;
	margin-bottom: 20px;
}
#content .sec6 .catch {
	text-align: center;
	margin-bottom: 15px;
}
#content .sec6 .catch.bg {
	background: url("img/img_sec6-10.png") no-repeat left center;
	background-size: auto 100%;
	padding: 10px 0;
}
#content .sec6 ul.list01 {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
#content .sec6 ul.list01 li {
	width: 31%;
}
#content .sec6 .image01 {
	margin-bottom: 20px;
}
#content .sec6 .image02 {
	margin-bottom: 20px;
}
#content .sec6 .image03 {
	margin: 0 -25px;
}
@media screen and (max-width: 500px) {
	#content .sec6 {
		padding: 20px 15px;
	}
	#content .sec6 h2 {
		margin-top: -60px;
	}
	#content .sec6 .image03 {
		margin: 0 -15px;
	}
}
.sec6Modal figure {
	margin: 15px 0;
}
.sec6Modal figure.top {
	margin-top: 0;
}
.sec6Modal .title {
	max-width: 500px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	font-size: 15px;
	font-weight: 700;
	border-bottom: 2px solid #000;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.sec6Modal .naiyo {
	max-width: 500px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	font-size: 15px;
}
.sec6Modal .naiyo .tit {
	background: #d0ecf1;
	text-align: center;
	width: 20%;
	padding: 10px 0;
	margin-right: 5%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.sec6Modal .naiyo .txt {
	flex: 1;
	text-align: left;
	font-size: 13px;
	line-height: 1.7;
}
.sec6Modal .item {
	max-width: 500px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	padding-bottom: 10px;
}
.sec6Modal .note {
	color: #e61f19;
	text-align: right;
	margin-top: 10px;
}

/* .sec7 */
#content .sec7 {
	padding: 30px 25px;
	padding-bottom: 50px;
	background: #eeeade url("img/bg_sec7.png") no-repeat center bottom;
	background-size: 100% auto;
}
#content .sec7 h2 {
	margin-bottom: 20px;
}
#content .sec7 nav.btn {
	width: 60%;
	margin: 0 auto;
	margin-top: 15px;
	text-align: center;
}
@media screen and (max-width: 500px) {
	#content .sec7 {
		padding: 20px 15px;
		padding-bottom: 30px;
	}
}

/* .sec8 */
#content .sec8 {
	padding: 30px 25px;
	padding-bottom: 50px;
}
#content .sec8 h2 {
	margin-bottom: 20px;
}
#content .sec8 .map {
	margin-bottom: 20px;
}
#content .sec8 h3 {
	text-align: center;
	margin-bottom: 10px;
}
#content .sec8 .address {
	display: table;
	margin: 0 auto;
	margin-bottom: 20px;
}
#content .sec8 .address .list {
	display: flex;
	align-items: center;
	margin: 5px 0;
}
#content .sec8 .address .list i {
	width: 24px;
	margin-right: 7px;
}
#content .sec8 .address .list p {
	flex: 1;
}
#content .sec8 nav.btn {
	width: 80%;
	margin: 0 auto;
	margin-top: 15px;
	text-align: center;
}
@media screen and (max-width: 500px) {
	#content .sec7 {
		padding: 20px 15px;
		padding-bottom: 30px;
	}
}
.sec8Modal h3 {
	color: #62180f;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	border-bottom: 2px solid #62180f;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.sec8Modal .column1 {
	display: flex;
	justify-content: space-between;
}
.sec8Modal .column1 .left {
	width: 45%;
}
.sec8Modal .column1 .right {
	width: 52%;
}
.sec8Modal .column1 .table {
	border: 2px solid #62180f;
	padding: 15px;
	margin-bottom: 10px;
}
.sec8Modal .column1 .table caption {
	color: #62180f;
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 5px;
}
.sec8Modal .column1 .table th,
.sec8Modal .column1 .table td {
	color: #62180f;
	border-bottom: 1px solid #62180f;
	padding: 7px 7px;
}
.sec8Modal .column1 .table th {
	text-align: left;
}
.sec8Modal .column1 .table td {
	text-align: right;
}
.sec8Modal .column1 p {
	font-size: 14px;
	line-height: 1.7;
	text-align: left;
	margin-bottom: 5px;
}
.sec8Modal .column1 p.note {
	color: #62180f;
	font-size: 12px;
	margin-bottom: 3px;
}
@media screen and (max-width: 500px) {
	.sec8Modal .column1 {
		flex-direction: column;
	}
	.sec8Modal .column1 .left {
		width: 100%;
		margin-bottom: 10px;
	}
	.sec8Modal .column1 .right {
		width: 100%;
	}
}
.sec8Modal .column2 {
	display: flex;
	justify-content: space-between;
}
.sec8Modal .column2 .left {
	width: 54%;
}
.sec8Modal .column2 .right {
	width: 40%;
}
.sec8Modal .column2 .btn_basic {
    display: inline-block;
    vertical-align: top;
    font-weight: 700;
    line-height: 1;
    color: #62180f;
    background: #faebae;
    width: 100%;
	margin: 15px 0;
    text-align: center;
    position: relative;
    transition: all 0.3s;
	text-decoration: none;
}
.sec8Modal .column2 .btn_basic>span {
    display: block;
    width: 100%;
    padding: 1.2rem 0 1.5rem;
    transition: all 0.3s;
    position: relative;
    top: -6px;
    left: -6px;
    border: 3px solid #62180f;
}
.sec8Modal .column2 .btn_basic:hover>span {
    transform: translate(6px, 6px);
}
.sec8Modal .column2 .btn_basic .fa-solid {
	margin-left: 10px;
}
.sec8Modal .column2 p {
	font-size: 14px;
	line-height: 1.7;
	text-align: left;
	margin-bottom: 5px;
}
.sec8Modal .column2 p.note {
	color: #62180f;
	font-size: 12px;
	margin-bottom: 3px;
}
@media screen and (max-width: 500px) {
	.sec8Modal .column2 {
		flex-direction: column;
	}
	.sec8Modal .column2 .left {
		width: 100%;
		margin-bottom: 10px;
	}
	.sec8Modal .column2 .right {
		width: 100%;
	}
}
.sec8Modal .column3 p {
	font-size: 14px;
	line-height: 1.7;
	text-align: left;
	margin-bottom: 5px;
}
.sec8Modal .column3 .box_bus {
    margin: 2rem 0 0
}
.sec8Modal .column3 .box_bus.showa h4 {
	font-size: 20px;
	padding-bottom: 10px;
    border-bottom: 3px solid #faecaf
}
.sec8Modal .column3 .box_bus .route {
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: center;
	padding: 1rem 0;
}
.sec8Modal .column3 .box_bus.showa .route .stop {
    background: #faecaf;
	width: 34%;
	border-radius: 10px;
    padding: 1.5rem 0;
    line-height: 1;
    font-weight: bold;
    color: #62180f;
    font-size: 16px;
}
.sec8Modal .column3 .box_bus.showa .route .time {
	position: relative;
	width: 30%;
	padding: 1rem 0;
	top: -1em;
	font-weight: bold;
	color: #62180f;
	background: #fff;
	position: relative;
}
.sec8Modal .column3 .box_bus.showa .route .time:after {
	content: "";
	display: block;
	width: 100%;
	position: relative;
	top: 0.3rem;
	border-top: 5px dotted #faecaf;
	height: 1px;
}
.sec8Modal .column3 .box_bus.liner h4 {
	font-size: 20px;
	padding-bottom: 10px;
    border-bottom: 3px solid #f1c139;
}
.sec8Modal .column3 .box_bus.liner .route .stop {
    background: #f1c139;
	width: 34%;
	border-radius: 10px;
    padding: 1.5rem 0;
    line-height: 1;
    font-weight: bold;
    color: #62180f;
    font-size: 16px;
}
.sec8Modal .column3 .box_bus.liner .route .time {
    position: relative;
	width: 30%;
	padding: 1rem 0;
	top: -1em;
	font-weight: bold;
	color: #62180f;
	background: #fff;
	position: relative;
}
.sec8Modal .column3 .box_bus.liner .route .time:after {
	content: "";
	display: block;
	width: 100%;
	position: relative;
	top: 0.3rem;
	border-top: 5px dotted #f1c139;
	height: 1px;
}
.sec8Modal .column3 .box_bus ul.link_list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: space-around;
	justify-content: center;
}
.sec8Modal .column3 .box_bus ul.link_list li {
	margin: 0 20px;
}
.sec8Modal .column3 .box_bus .btn_basic {
    display: inline-block;
	text-decoration: none;
    vertical-align: top;
    font-weight: 700;
    line-height: 1;
    color: #62180f;
    background: #fff;
    max-width: 318px;
    width: 100%;
    margin: 3px 2rem 2rem 6px;
	margin: 10px;
    text-align: center;
    position: relative;
    transition: all 0.3s;
}
.sec8Modal .column3 .box_bus .btn_basic>span {
    display: block;
    width: 100%;
    padding: 1.2rem 0 1.5rem;
    transition: all 0.3s;
    position: relative;
    top: -6px;
    left: -6px;
    border: 3px solid #62180f;
}
.sec8Modal .column3 .box_bus .btn_basic:hover>span {
    transform: translate(6px, 6px);
}
@media screen and (max-width: 500px) {
	.sec8Modal .column3 .box_bus.showa h4 {
		font-size: 16px;
		padding-bottom: 5px;
		border-bottom: 2px solid #faecaf
	}
	.sec8Modal .column3 .box_bus.showa .route .stop {
		width: 38%;
		font-size: 13px;
	}
	.sec8Modal .column3 .box_bus.showa .route .time {
		width: 24%;
		font-size: 13px;
	}
	.sec8Modal .column3 .box_bus.liner h4 {
		font-size: 16px;
		padding-bottom: 5px;
		border-bottom: 2px solid #f1c139;
	}
	.sec8Modal .column3 .box_bus.liner .route .stop {
		width: 38%;
		font-size: 13px;
	}
	.sec8Modal .column3 .box_bus.liner .route .time {
		width: 24%;
		font-size: 13px;
	}
	.sec8Modal .column3 .box_bus ul.link_list {
		flex-direction: column;
	}
}


