@charset "UTF-8";
/* ------------------ */
/* -- COMMON.CSS ---- */
/* ------------------ */


/* -- body ----------------------------- */
body{ background-color: #fff; }

/* -- FONT ----------------------------- */

html { font-size:16px; }
h1 { font-size:1.7rem; }
h2 { font-size:1.6rem; }
h3 { font-size:1.4rem; }
p { font-size:1rem; line-height:2rem;}
small { font-size:0.795rem; }

body {
	font-family: YuGothic, "ヒラギノ角ゴ ProN W3", "Lucida Grande", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, "ＭＳ Ｐゴシック", sans-serif;
	/*font-family: -apple-system, BlinkMacSystemFont, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;*/
	line-height: 1.5;
	color:#000;
	}

.webfont1{ }
.webfont2{ font-family: 'Sue Ellen Francisco', sans-serif; letter-spacing:2px;}
.menu_tx_s{ font-size:0.875rem; padding:0 10px;}
.weight700{ font-weight:700;}


/* -- LINK ----------------------------- */

a { color: #000;}
/*a:link { color: #000; }
a:visited { color: #000; }*/
a:hover { color: #333; }
a:active { color: #333; }
a { -webkit-tap-highlight-color: rgba(48,176,200,0.5); }
a:hover img { opacity :0.9;}
a:hover { opacity :0.9;}

.link_line a {
	position: relative;
	display: inline-block;
	transition: .3s;
}
.link_line a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 2px;
  background-color: #30b0c8;
  transition: .3s;
}
.link_line a:hover::after {
  width: 100%;
}
.link_line a:hover { opacity :1;}

.col_pink{}

/* -- scrool menu ------------------------------ */

#headbar {
	/* ▼上端に固定するCSS */
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	padding: 10px 0 20px 0;
	margin: 0;

	/* ▼バーの装飾 */
	background-color: rgba(255,255,255,0.9);
	/* box-shadow: 1px 1px 1px rgba(0,0,0,0.2); */
}

.navfont_s{
	font-size:0.825rem;
}


#page_top{
  z-index:2;
  width: 100px;
  height: 60px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  background: #888;
  opacity: 0.6;
}
#page_top a{
  position: relative;
  display: block;
  width: 100px;
  height: 60px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -25px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
  content: 'PAGE TOP';
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 30px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}






/* -- BOX SIZE ------------------------- */
body{
	width:100%;
	text-align:center;
}


.wrap_image{
	margin: 0 auto;
	padding: 0;
	max-width: 1300px;
	
}

.wrap_text{
	margin: 0 auto;
	padding: 0;
	width: 1000px;
}


.container{
	margin: 0 auto;
	width: 100%;
	margin-top:50px;
}


footer {
	width:100%;
	margin: 0px auto;
}

.footer_container{
	margin: 0px auto;
}


/* -- FLEXBOX --------------------------- */
.flex_container{
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	-webkit-flex-direction: row;
	flex-flow:row;
}
.flex_container_2{
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	-webkit-flex-direction: row;
	flex-flow:row;
}
.flex_wrap{
   -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}

.flex_ceneter{
	justify-content: center;
}

.flex_2column{
    -webkit-flex: 1;
    flex: 1;
}

/* -- MAIN --------------------------- */
main { padding-top:10px;}

h1{margin:0;}
h2 { font-size:1.4rem; }
.area_space{
	padding:120px 10px;
}

.area_space_foot{
	padding:60px 10px;
}

.area_space_foot_map{
	padding:60px 10px;
}

.title_space{
	padding:0 0 3px 0;
}

.titlesub_space{
	margin-bottom:80px;
	font-size:1.25rem;
	padding:3px 0 0 4px;
}

.area_space a{
	text-decoration: none;
}



/*BUTTON */

.link_bt{
	font-size:1.125rem;
	width:300px;
	text-align: left;
	line-height:1rem;
	margin:0;
}

.square_btn {
	position: relative;
	margin:20px auto 0px auto;
	border:2px solid #000;
    display: inline-block;
    padding: 1em;
    text-decoration: none;
    color: #000;
    transition: .4s;
}

.square_btn:hover {
    background: #30b0c8;
	border-color:#30b0c8;
    color: #fff;
	opacity:1;
	-webkit-box-shadow:0px 0px 0px 1px #ffffff inset;
	-moz-box-shadow:0px 0px 0px 1px #ffffff inset;
	box-shadow:0px 0px 0px 1px #ffffff inset;
}

.square_btn::after {
	position: absolute;
	top: 50%;
	right: 10px;
	content: '';
	margin-top: -7px;
	border: 8px solid transparent;
	border-top-width: 7px;
	border-bottom-width: 7px;
	border-left-color: #000;
	transition: all .5s;
}
.square_btn:hover::after {
	animation: arrow .5s;
	border-left-color: #fff;
}


.square_btn2 {
	position: relative;
	margin:50px auto 0px auto;
	border:2px solid #fff;
    display: inline-block;
    padding: 1em;
    text-decoration: none;
    color: #fff;
    border: solid 2px #fff;
    transition: .4s;
}

.square_btn2:hover {
    background: #fff;
	border-color:#fff;
    color: #30b0c8;
	opacity:1;
	-webkit-box-shadow:0px 0px 0px 1px #30b0c8 inset;
	-moz-box-shadow:0px 0px 0px 1px #30b0c8 inset;
	box-shadow:0px 0px 0px 1px #30b0c8 inset;
}

.square_btn2::after {
  position: absolute;
  top: 50%;
  right: 10px;
  content: '';
  margin-top: -7px;
  border: 8px solid transparent;
  border-top-width: 7px;
  border-bottom-width: 7px;
  border-left-color: #fff;
  transition: all .5s;
}
.square_btn2:hover::after {
  animation: arrow .5s;
  border-left-color: #30b0c8;
}
.square_margin1{margin-top:40px;}
.square_margin2{margin-top:40px;}


@keyframes arrow {
  100% {
    transform: rotateX(360deg);
  }
}


/* -- INFO ------------------------- */
.info_area{
	background-color:#eff5f9;
	min-width:1000px;
}

.info_box{
	position: relative;
}

.info_box h3{
	font-size:1.5rem;
	padding-bottom:40px;
	background-image: url("../images/info_line.png");
	background-position: 50% 45px;
} 

.info_tx1{
	font-size:2rem;
	line-height:0.925rem;
	margin:10px 20px 10px 0;
	padding:0;
}

.info_tx2{
	font-size:0.825rem;
	margin:0;
	padding:0;
	line-height: 1rem;
}

.info_tx3{
	font-size:1.25rem;
	margin:15px 0 0 0;
	padding:0;
}

.info_tx3 span{
	font-size:1rem;
}


.info_btn {
	position: relative;
	margin:0 0 0 20px;
	padding:15px;
	border:2px solid #000;
    display: inline-block;
    padding: 1em;
    text-decoration: none;
    color: #000;
    border: solid 2px #000;
    transition: .4s;
}

.info_btn:hover {
    background: #30b0c8;
	border-color:#30b0c8;
    color: #fff;
	opacity:1;
	-webkit-box-shadow:0px 0px 0px 1px #ffffff inset;
	-moz-box-shadow:0px 0px 0px 1px #ffffff inset;
	box-shadow:0px 0px 0px 1px #ffffff inset;
}

.info_btn::after {
  position: absolute;
  top: 50%;
  right: 10px;
  content: '';
  margin-top: -7px;
  border: 8px solid transparent;
  border-top-width: 7px;
  border-bottom-width: 7px;
  border-left-color: #000;
  transition: all .5s;
}
.info_btn:hover::after {
  animation: arrow .5s;
  border-left-color: #fff;
}

.info_phone{
	padding-right:4px;
}


/* info2 */


.info2_boxL{
	margin-right:20px;
}
.info2_boxR{
	margin:10px 0 0 20px;
	text-align:left;
	line-height:1rem;
}
.logo_foot{
	width:200px;
	margin-bottom:30px;
}
.timetable_foot{
	width:480px;
	margin-bottom:30px;
}
.info2_tx{
	line-height:140%;
	margin-top:20px;
	background-color: #dd918f;
	border-radius: 20px;
    -webkit-border-radius: 20px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 20px;   /* Firefox用 */ 
	padding:10px 15px 10px 15px;
	color:#fff;
	text-align:center;
}




/* -- FOOTER ------------------------- */
.footer_container{
	min-width: 1000px;
	background:#d5be8d;
}

.footer_box {
	padding:10px 10px 0 10px;
}

.footNav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	margin: 0 auto;
}
.footnNav ul {
	font-size: 0;
}
.footNav li {
	display: inline-block;
	padding: 5px 15px 0px 0px;
	margin:0;
	line-height:150%;
}
.footNav li a {
	text-decoration: none;
}

.copy_box {
	text-align:left;
	padding:10px 10px 15px 20px;
}

.trva_tx{
	font-size:0.925rem;
	line-height:110%;
	margin:10px 0 0 0;
	color:#555;
}
.trva_tx a{
	color:#555;
}

@media only screen and (min-width: 769px) { /*768以上*/
	.min768 { display: none;}
	.hamburger { display: none;}
	.footer_box1 { width:360px; }
	.footer_box2 { width:73%; }
	main { margin-top:5px;}
}

@media only screen and (max-width: 768px) { /*768以下*/
	main { padding-top:0px;}
	.max768 { display: none;}
	.navbar { display: none;}
	.flex_container{ flex-flow:column;}
	.flex_container_sp{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-direction: row;
		flex-flow:row;
	}

	.footer_box1 {
		order:2;
		margin-bottom:10px;;
	}
	.footer_box2 {
		order:1;
		margin-top:5px;
	}
	.footNav {
		margin-top:15px;
		margin-bottom:15px;
	}	
	.footNav li { padding: 5px 5px 5px 5px;}
	.wrap_image{
		margin: 0 auto;
		padding: 0;
		width: 100%;
		min-width: initial;
	}
	.wrap_text{
		margin: 0 auto;
		padding: 0;
		width: 95%;
	}
	.footer_container{
		min-width: initial;
	}
	
	.area_space{
		padding:80px 10px;
	}
	
	.link_bt{
		width:100%;
	}
	.info_btn{
		width:90%;
		margin:0;
	}
	.square_btn{
		width:80%;
		margin-top:20px;
	}
	.square_btn2{
		width:80%;
		margin-top:30px;
	}
	.info_tx3{
		font-size:1rem;
	}
	
	.info_area{
		min-width: initial;
	}
	.info_box h3{
		font-size:1rem;
		padding-bottom:35px;
		background-image: url("../images/info_line.png");
		background-size:80%;
		background-position: 50% 35px;
	} 
	.container{
		margin-top:5px;
	}
	.sp_pagelogo{
		width:200px;
		text-align:left;
		margin: 18px 0 0px 15px;
	}
	.info2_boxL{
		margin:0px;
	}
	.info2_boxR{
		margin:30px 0 0 0;
		text-align:center;
	}
	.area_space_foot_map{
		padding:30px 10px;
	}
	.message_catch{
		margin-top:120px;
	}
	.foot_mapsize{
		width:100%;
		height:370px;
	}
	.timetable_foot{
		width:90%;
	}
	#headbar {
		background-color: rgba(255,255,255,0.95);
	}
	.titlesub_space{
		margin-bottom:70px;
	}
	.square_margin2{margin-top:50px;}
	
}

	