﻿@charset "UTF-8";

/*=============================
		共通
=============================*/
body {
	-webkit-text-size-adjust: 100%;/* スマホレイアウト防止 */
	margin: 0px;
	padding: 0px;
	color:#000000;
	-webkit-font-smoothing: antialiased;
	font-family: 'Kosugi Maru', sans-serif; /* WEBフォント */
}
img{max-width: 100%;
	height:auto;
	}
.center{text-align: center;}
.right{text-align: right;}
li img,dt img,dd img{vertical-align:bottom;}/* 隙間をなくす */

/* box ------------------*/
.box{
	width: 90%;
	max-width:1000px;
	margin:0 auto;
	overflow:hidden;
	box-sizing: border-box;
}
.box_maru{
	width: 90%;
	max-width:1000px;
	margin:0 auto 30px;
	overflow:hidden;
	box-sizing: border-box;
	background: #FFF;
	padding: 30px;
	border-radius: 20px;
}

@media screen and (max-width: 600px) {
.box_maru{padding: 20px;}
}


/* フェードイン ------------------*/
.fadein {
  opacity : 0;
  transform: translateY(20px);
  transition: all 1s;
}

/* PC表示・SP表示  ------------------*/
.pc { }
.sp { display:none;}
@media screen and (max-width: 600px) {
.pc{ display:none;}
.sp {display:block; }
}

/* ホバー  ------------------*/
.hover:hover{
	opacity:0.7;
	filter: alpha(opacity=70);
	transition-duration: 0.3s;
}
.hover2{background: #000;}
.hover2 img:hover{
	opacity: 0.9;	/* 小さくするほど暗くなります */
	transition-duration: 0.3s;
	padding:0px;
}

/*=============================
		リンク
=============================*/
a{ outline: none;}
a:link,
a:visited {
	color: #0B79C4;
	font-weight: normal;
}
a:hover,
a:active {
	text-decoration: none;
	color: #7C7C7C;
}
a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

/*=============================
		header
=============================*/
header{
	width: 100%;
	margin-top: 0px;
	background: #FFFFFF;
}
.header_in{
	width: 90%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 5px 0px 0px;
	overflow: hidden;
}
.header_r{
	float: right;
	width: 60%;
	margin-top: 5px;
}
.logo{
	width: 40%;
	float: left;
	margin-top: 20px;
	overflow: hidden;
}
.logo img{max-width: 320px;width: 100%;}

.h_telmail{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-top: 5px;
}
.h_telmail li{margin-left: 10px;}
.tel_btn{/*PC版の電話番号*/
	font-size: 14px;
	line-height: 100%;
	text-align: center;
}
.tel_btn img{max-width: 250px;}

.nav_sp{display: none;}
.sp_tel{border: none !important;}

@media screen and (max-width:1000px){
.header_in{width: 100%;padding: 5px 0px 0px;}
ul.h_telmail{display: none;}
.logo{width: 40%;margin-top: 20px;padding-left: 10px;}
.nav_sp{display:block;}
}


@media screen and (max-width:500px){
.header_in{padding: 8px 0px 0px;}
.logo{width: 50%!important;margin-top: 10px;}
}

/* -------------------ヘッダーBTN-------------- */
.line_btn{
	background: #06c755!important;
	padding: 10px 25px;
	letter-spacing: 1px;
	border-radius: 40px;
	display: inline-block;
	color:#FFFFFF!important;
	font-size: 18px !important;
	font-weight: bold !important;
	transition: all .2s;/* ふんわり */
	text-decoration:none!important;
}
.line_btn a:hove{
	background:#06c755!important;
}
.line_btn:hover{
	opacity: 0.8;/* 透過 */
	filter: alpha(opacity=70);
	transition-duration: 0.3s;
}
.line_btn i{padding-right: 5px;}


@media screen and (max-width:1000px){
.line_btn{
	padding: 1em 2em!important;
	font-size: 25px!important;
	display: inline-block!important;/* 横幅を文字に合わせて可変 */
}

}



/*=============================
		footer
=============================*/
footer{width: 100%;}	
.footer_in{
	width: 100%;
	overflow: hidden;
	padding-bottom:5px;
	background: #0B4898;
	padding-top: 50px;
}
ul.f_menu{
	margin-top:20px;
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
}
ul.f_menu li{
	text-align:center;
	font-size: 12px;
	line-height:130%;
	padding:0px 10px;
}
ul.f_menu li i{padding-right: 5px;}

ul.f_menu li a:link,
ul.f_menu li a:visited,
ul.f_menu li a:hover,
ul.f_menu li a:active {
	color:#FFFFFF;
	text-decoration:none;
}
.f_copy{
	color:#FFFFFF;
	font-size:12px;
	text-align:center;
	padding:30px 0px 0px;
}
.f_logo{
	text-align:center;
	margin:0 auto 30px;
	max-width: 300px;
	width: 50%;
}

@media screen and (max-width: 600px) {/*タブレット*/
ul.f_menu{display:none;}
.f_copy{
	font-size:9px;
	padding:15px 0px 0px;
}
.f_logo{
	width:70%;
	margin:0 auto;
	padding:10px 0px 20px;
}
.f_p{width: 90%;padding-left: 0px;}
ul.f_banner{margin:0px;}
ul.f_banner li{width:100px;}
ul.footer_ul{flex-wrap: wrap;}
}

/*fooder_menu（もくじ）-----------*/
ul.footer_menu{
	display:flex;
	justify-content:center;
	margin:0px auto 20px;
	flex-wrap:wrap;
}
ul.footer_menu li{
	font-family: 'Kosugi Maru', sans-serif;
	font-weight: bold;
	font-size:14px;
	padding: 0px 17px;
	border-right: 1px solid #ccc;
}
.f_menu_fast{border-left: 1px solid #ccc;}

ul.footer_menu li a:link,
ul.footer_menu li a:visited {
	color:#7e5023;
	text-decoration:none;
}
ul.footer_menu li a:hover,
ul.footer_menu li a:active{
	color:#7e5023;
}

.footer_rental{padding:20px 0px;}
.footer_rental h2{
	color:#fff;
	font-size:14px;
	text-align:center;
}
@media screen and (max-width: 700px) {
	ul.footer_menu{display: none;}
}

/*=============================
		BG
=============================*/
.bg_space{padding: 70px 0px;}/*スペースのみ*/
.bg1{/*背景白*/
  width: 100%;
  padding: 100px 0px;
}
.bg2{/*背景青*/
	background: #0B4898;
	padding: 100px 0px;
}
.bg3{/*背景水色*/
	background: #EEFAFD;
	padding: 100px 0px;
}
@media screen and (max-width: 600px) {
.bg_space{padding: 50px 0px;}
.bg1{padding: 40px 0px;}
.bg2{padding: 60px 0px;}
}



/*=============================
		文字
=============================*/
.S{
	font-size:16px;
	line-height: 190%;
	color: #000000;
}
.S2{
	font-size:18px;
	line-height: 190%;
	color: #000000;
}
.S b{font-weight: bold;}
.M{
	font-weight: bold;
	color: #0B79C4;
	font-size: 23px;
	line-height: 160%;
	margin-bottom: 10px;
}
.L{
	font-weight: bold;
	color: #6b4017;
	font-size: 25px;
	line-height: 150%;
	margin: 0px 0px 20px;
}
.red{color:#d5115f;font-weight: bold;}
.pink{color:#ec5d6f;}
.green{color:#1f8515;}
.blue{color:#0B79C4;}
.white{color:#FFF;}
.marker{background: linear-gradient(transparent 0%, #ffff66 0%);}
.sen{background: linear-gradient(transparent 60%, #FFFA7E 0%);}

@media screen and (max-width: 600px) {/*PC*/
.S{font-size:12px;line-height: 180%;}
.S2{font-size:16px;line-height: 180%;}
.M{font-size:15px;line-height: 150%;}
.L{font-size:18px;line-height: 180%;}
}
/*=============================
		title
=============================*/
.title1{
	padding: 0.7em 1em;/*文字の上下 左右の余白*/
	background: #EEFAFD;/*背景色*/
	border-left: solid 7px #0B79C4;/*左線*/
	margin-bottom:20px;
	font-size:22px;
	line-height:140%;
	color:#0B79C4;
}
.title1 i{padding-right: 10px;}

@media screen and (max-width: 800px) {/*タブレット*/
.title1{
	font-size:16px;
	line-height:140%;
	padding: 0.5em 1em;/*文字の上下 左右の余白*/
}
}

.title2{/*---------------------------白文字*/
	text-align: center;
	margin-bottom: 50px;
}
.title2 h2{
	color: #FFFF;
	font-size: 50px;
	font-family: 'Rubik', sans-serif;
	letter-spacing: 1px;
	margin-bottom: 15px;
	border-bottom:  solid 2px #FFFF;
	display: inline-block;
}
.title2 p{
	color: #FFFF;
	font-size: 17px;
	letter-spacing: 2px;
	font-weight: bold;
	font-family: 'Kosugi Maru', sans-serif;
}



/* タイトル文 --------------------*/
.t_text{
	margin-bottom:30px;
	line-height:130%;
	font-size:30px;
	font-weight:bold;
	color:#6e4318;
	text-align:center;
}
@media screen and (max-width: 800px) {/*タブレット*/
.t_text{font-size:25px;}
}

/*=============================
		PT
=============================*/
.pt{
	padding: 80px 0px;
	align-items: center;
	background: url("../img/base/pt3.jpg") center center no-repeat #FFFCE9;
	background-size: 100% auto;   /* 横幅に合わせて調整*/
	text-align: center;
	}
.pt_h2{
	font-family: 'Rubik', sans-serif;
	font-size:60px;
	line-height: 100%;
	color:#0B4898;
	margin-bottom: 10px;
}
.pt_p{font-size: 20px;}

@media screen and (max-width: 600px) {
.pt{padding: 50px 0px;}
.pt_h2{font-size:25px;}
}

/*=============================
	配置
=============================*/
.m10{margin:10px;}
.m20{margin:20px;}

.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mb50{margin-bottom:50px;}
.mtb20{margin:20px 0px;}
.mt20{margin-top:20px;}


/*=============================
		ページTOPボタン
=============================*/
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 5%;
  bottom: 5%;
  background: #8DDADC;
  opacity: 0.6;
  border-radius: 50%;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}



/*=============================
		ボタン（大）
=============================*/
.btn1{/* -----青色----- */
	background-color:#0B79C4;
	padding: 1.5em 4em;
	border-radius: 40px;
	display: inline-block;
	text-decoration: none;
	font-size:18px;
	line-height: 130%;
	color:#FFFFFF!important;
	transition: all .2s;/* ふんわり */
}
.btn1 a:hover{
	color:#FFFFFF!important;
	text-decoration: none;
}
.btn1:hover{
	opacity: 0.8;/* 透過 */
	filter: alpha(opacity=70);
	transition-duration: 0.3s;
}
.btn1 i{padding-left: 10px;}

.btn_mini{
	padding: 1em 2em!important;
	font-size: 14px!important;
}
@media screen and (max-width: 600px) {
.btn1{
	font-size:14px;
	padding: 1em 3em;
	border-radius: 30px;
	white-space: nowrap;
	}
.btn_mini i{padding-left: 3px!important;}
}


.btn2{/* -----白----- */
	background-color:#FFFFFF;
	padding: 1.5em 4em;
	border-radius: 40px;
	display: inline-block;
	text-decoration: none;
	font-size:18px;
	line-height: 130%;
	color:#0B4898!important;
	transition: all .2s;/* ふんわり */
}
.btn2 a:hover{
	color:#FFFFFF!important;
	text-decoration: none;
}
.btn2:hover{
	opacity: 0.8;/* 透過 */
	filter: alpha(opacity=70);
	transition-duration: 0.3s;
}
.btn2 i{padding-left: 10px;}
@media screen and (max-width: 600px) {
.btn2{
	font-size:14px;
	padding: 1em 3em;
	border-radius: 30px;
	white-space: nowrap;
	}
}


/*=============================
		table
=============================*/
table.type01 {
	width:95%;
	margin:0 auto 30px;
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	background-color:#FFFFFF;
    font-size:16px;
	line-height:140%;
}
table.type01 th {
	padding: 20px;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	background: #f5f7f7;
	vertical-align:middle;
	text-align:center;
	white-space: nowrap;
}
table.type01 td {
	padding: 20px;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	vertical-align:middle;
	text-align:left;
	text-align: center;
}
.no_br{display: none;}
.marker{background-color: #ff9;}
.nowrap{white-space: nowrap;}
.t_left{text-align: left!important;}

@media screen and (max-width: 800px) {/*タブレット*/
table.type01{width:100%;font-size:12px;}
table.type01 th {padding: 5px;}
table.type01 td {padding: 5px;}
table.type01 th br{display: block;}
.no_br{display: block;}
}

/*=============================
		スライダーvegas
=============================*/
#vegas_box{
	width: 100%;
	height:600px;
	overflow:hidden;
	font-size:0;
}
.vegas_text{
	max-width: 1000px;
	margin: 150px auto 0px;
	text-align: center;
	}
.vegas_text img{width: 60%;}

@media screen and (max-width: 1000px) {
#vegas_box{height:500px;}
.vegas_text{margin: 100px auto 0px;}
}
@media screen and (max-width: 700px) {
#vegas_box{height:400px;}
.vegas_text{margin: 70px auto 0px;}
}
@media screen and (max-width: 500px) {
#vegas_box{height:300px;}
.vegas_text{margin: 50px auto 0px;}
}

/*----------------------スクロールボタンの指定-------------------*/
.scroll{
  position: absolute;
  width: 100%;
  bottom: 50px;
  text-align: center;
  }
.scroll a{
    position: relative;
    display: inline-block;
    font-size: 20px;
	letter-spacing: 1px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    padding: 0 0 50px;
	}
.scroll :before{/*矢印を作成する*/	
      content: "";
      position: absolute;
      width: 10px;
      height: 10px;
      left: 0;
      right: 0;
      bottom: 25px;
      margin: auto;
      border-bottom: 2px solid #fff;
      border-right: 2px solid #fff;
      transform: rotate(45deg);
      animation: move 2s infinite;
    }

@keyframes move {/*矢印をアニメーションする*/
  0% {
    transform: rotate(45deg) translate(0, 0);
  }
  20% {
    transform: rotate(45deg) translate(10px, 10px);
  }
  40% {
    transform: rotate(45deg) translate(0, 0);
  }
}

/*=============================
		波アニメーション
=============================*/

.editorial {
  display: block;
  width: 100%;
  height: 60px;
  max-height: 60px;
  margin: 0;
  bottom:0;
  position:absolute;
  left:0px;
}

.parallax1 > use {
	animation: move-forever1 10s linear infinite;
  &:nth-child(1) {animation-delay: -2s;
  }
}
.parallax2 > use {
  animation: move-forever2 8s linear infinite;
  &:nth-child(1) {
    animation-delay: -2s;
  }
}
.parallax3 > use {
  animation: move-forever3 6s linear infinite;
  &:nth-child(1) {
    animation-delay: -2s;
  }
}
.parallax4 > use {
  animation: move-forever4 4s linear infinite;
  &:nth-child(1) {
    animation-delay: -2s;
  }
}
@keyframes move-forever1 {
  0% {transform: translate(85px, 0%);}
  100% {transform: translate(-90px, 0%);}
}
@keyframes move-forever2 {
  0% {transform: translate(-90px, 0%);}
  100% {transform: translate(85px, 0%);}
}
@keyframes move-forever3 {
  0% {transform: translate(85px, 0%);}
  100% {transform: translate(-90px, 0%);}
}
@keyframes move-forever4 {
  0% {transform: translate(-90px, 0%);}
  100% {transform: translate(85px, 0%);}
}

/*=============================
		共通
=============================*/
.bg1{
	/*background:url(../img/base/bg1.png) repeat;*/
	margin-bottom:30px;
}
#main_top{}
#main{
	width: 100%;
	padding: 100px 0px;
}
.p_top{
	padding-top: 50px;
}
.box{
	width: 95%;
	max-width:1000px;
	margin:0 auto;
	padding-bottom:30px;
	overflow:hidden;
	box-sizing: border-box;
}
.box_in{padding:10px 20px;}

@media screen and (max-width: 1000px) {
#main{padding: 50px 0px;}
.box{
	width: 90%;
	padding-bottom:30px;
}
.box_in{padding:10px 10px;}
}


/*=============================
		top
=============================*/
/* TOP_about---------------------------- */
.about_box{
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1100px;
	width: 90%;
	margin: 50px auto 0px;
}
.about_img{width: 45%;}
.about_txt{width: 50%;}
.about_txt h2{
	color: #0B4898;
	font-size: 28px;
	line-height: 180%;
	font-weight: bold;
	margin-bottom: 20px;
}
.about_txt p{
	font-size: 18px;
	line-height: 150%;
}
@media screen and (max-width: 800px) {
.about_box{
	flex-wrap: wrap;
	justify-content: center;
}
.about_img{width: 80%;margin-bottom: 20px;}
.about_txt{width: 80%;}
}

@media screen and (max-width: 600px) {
.about_img{width: 90%;margin-bottom: 20px;}
.about_txt{width: 90%;}
.about_txt p{font-size: 16px;}
}


/* TOP / about_point---------------------------- */
.about_point{
	margin: 100px auto 50px;
	max-width: 1200px;
	width: 90%;
}
.about_point h2{
	margin: 0 auto 50px;
	max-width: 700px;
	width: 70%;
}
.top_banner{
	max-width: 1100px;
	margin: 0 auto 30px;
}
ul.point{
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}
ul.point li{
	width: 23%;
	text-align: center;
	font-size: 16px;
	color: #000000;
}
ul.point li p{padding: 0px 15px;}/* point文字 */
ul.point img{margin-bottom: 15px;}/* point画像 */

@media screen and (max-width: 800px) {
.about_point h2{width: 90%;}
ul.point{flex-wrap: wrap;justify-content: center;}
ul.point li{
	width: 50%;
	padding: 0px 10px;
	margin-bottom: 20px;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 100%;
}
ul.point li p{padding: 0px 5px;}/* point文字 */
}
@media screen and (max-width: 600px) {
.about_point{margin: 50px auto 0px;}
.about_point h2{width: 100%;margin: 0 auto 20px;}
}


/* TOP_CAR---------------------------- */
ul.top_car{
	display: flex;
	justify-content: center;
	max-width: 1200px;
	width: 90%;
	margin: 0 auto 50px;
}
ul.top_car li{
	background: #FFF;
	width: 45%;
	padding: 5px;
	margin: 0px 20px;
	box-sizing: border-box;
}
ul.top_car_btn{
	display: flex;
	justify-content: center;
}
ul.top_car_btn li{
	margin: 2%;
	font-size: 23px;
	font-family: 'Kosugi Maru', sans-serif;
	vertical-align: middle!important;
}
ul.top_car_btn li i{
	font-size: 40px;
	padding-right: 10px;
	ertical-align: middle!important;
}

@media screen and (max-width: 750px) {
ul.top_car_btn{flex-wrap: wrap;}
}

@media screen and (max-width: 600px) {
ul.top_car{
	flex-wrap: wrap;
	justify-content: center;
}
ul.top_car li{
	width: 80%;
	max-width: 330px;
	margin-bottom: 15px;
}
}


/* NEWS------------------------------------------------------*/
.news{
	width:90%;
	max-width: 1000px;
	margin: 0 auto;
	background-color:#FFFFFF;
	border-radius: 20px;
	padding:40px;
	box-sizing: border-box;
}
.news h2{
	color: #0B79C4;
	font-size:35px;
	margin-bottom: 40px;
	border-bottom: solid 4px #0B79C4;
	padding-left: 20px;
	font-family: 'Rubik', sans-serif;
}
.news h2 span{
	font-size: 20px;
	padding-left: 20px;
	font-family: 'Kosugi Maru', sans-serif!important;
}

table.news_table {
	box-sizing: border-box;
	width:100%;
	margin:10px auto 10px;
}
table.news_table tr th {
	font-size: 15px;
	line-height: 130%;
	margin: 0px;
	padding:15px 30px;
	border-bottom:dashed 1px #CCC;
	text-align: center;
	width: 100px;
}
table.news_table tr td {
	font-size: 15px;
	line-height: 130%;
	margin: 0px;
	padding:15px 30px;
	border-bottom:dashed 1px #CCC;
	text-align: left;
}
@media screen and (max-width: 1000px) {
.news h2{margin-bottom: 20px;}
}

@media screen and (max-width: 800px) {
.news h2{font-size: 40px;}
}

@media screen and (max-width: 640px) {
.news{
	padding:20px;
	margin:0px auto 30px;
}
.news h2{
	font-size:30px;
	padding-left: 10px;
	margin-bottom: 20px;
}
.news h2 span{font-size: 16px;}
table.news_table {
	margin:0 auto;
}
table.news_table tr th {
	font-size: 13px;
	line-height: 150%;
	padding:0px 0px 10px;
	display:block;
}
table.news_table tr td {
	font-size: 13px;
	line-height: 150%;
	padding:0px 10px 10px;
	display:block;
}
.table_day{
	border-bottom:none !important;
	padding-top: 10px!important;
}
}


/*TOPのお問い合わせ----------------------------------------------------*/
.top_contact{
	width:100%;
	padding:100px 0px;
	background:url("../img/base/pt.jpg") no-repeat center center;
	background-size: cover;/* 画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
}
ul.contact_btn{
	display: flex;
	justify-content: space-around;
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	box-sizing: border-box;
}
ul.contact_btn li{
	background: #FFFFFF;
	text-align: center;
	padding: 30px 0px 20px;
	width: 45%;
	border-radius: 20px;
}
ul.contact_btn li a:link,
ul.contact_btn li a:visited{
	color: #0B4898;
	font-weight: normal;
	text-decoration: none;
}
ul.contact_btn li a:hover,
ul.contact_btn li a:active {
	text-decoration: none;
	color: #8BC2E4;
}

ul.contact_btn li i{font-size: 50px;margin-bottom: 20px;}
.contact_txt{font-size: 20px;}
.contact_mail{font-size: 35px;font-family: 'Rubik', sans-serif;}

ul.contact_btn img{
	text-align: center;
	width: 80%;
	box-sizing: border-box;
}



@media screen and (max-width: 900px) {
.top_contact{
padding: 100px 0px 70px;
background:url("../img/base/pt_sp.jpg") no-repeat center center;
}
ul.contact_btn{flex-wrap: wrap;}
ul.contact_btn li{width: 85%;margin-bottom: 30px;}
.contact_mail{font-size: 25px;}
}


/*料金プラン-----------------------------------------*/
.price_box{
padding: 10px 20px;
}


/*車両一覧-----------------------------------------*/
ul.car_list{
	display: flex;
	justify-content: center;
	margin: 0 auto 50px;
}
ul.car_list li{margin: 0px 10px;}
ul.car_list li img{width:100%;}

.list_1{width: 50%;}

@media screen and (max-width: 600px) {
ul.car_list{margin: 0 auto 20px;}
}

/*ご利用の流れ-----------------------------------------*/
.flow_box{
	display: flex;
	justify-content: space-between;
	border-bottom: dotted 1px #000;
	width: 95%;
	margin: 0 auto;
	padding: 20px;
}
.flow_img{width: 35%;}
.flow_txt{width: 60%;}
.flow_txt h3{font-size: 25px;}
.flow_txt h3 span{
	color: #0B4898;
	font-size: 40px;
	padding-right: 10px;
	vertical-align: middle;/*上下中央揃え*/
}
.flow_txt p{
	font-size: 16px;
	line-height: 180%;
}
@media screen and (max-width: 700px) {
.flow_box{flex-wrap: wrap;justify-content: center;}
.flow_img{width: 80%;}
.flow_txt{width: 100%;}
.flow_txt h3{font-size: 20px;}
.flow_txt h3 span{font-size: 35px;}
.flow_txt p{font-size: 14px;}
}

/* MAP -------------------------------------------*/
.ggmap {
position: relative;
width: 95%;
height: 0;
margin: 0 auto;
padding-top: 98%; /* 比率 */
}
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

@media screen and (max-width: 1300px) {
.ggmap {padding-top: 90%; /* 比率 */}
}/*1300*/

@media screen and (max-width: 1100px) {
.ggmap {padding-top: 100%; /* 比率 */}
}/*1000*/


/* TOPインスタグラム -------------------------------------------*/
.insta{
	margin: 50px auto 0px;
	text-align: center;
	width: 90%;
}
@media screen and (max-width: 600px) {
.insta{margin: 30px auto 0px;}
}

/* ハイシーズン -------------------------------------------*/
.season{
	background: #fffbe7;/*背景色*/
	border-radius: 20px;
	padding: 20px 10px 5px;
	margin-bottom: 30px;
}
.season h3{
	text-align: center;
	color:#0B79C4;
	margin-bottom: 15px;
	font-size: 20px;
}
@media screen and (max-width: 800px) {
.season h3{font-size: 16px;}
}
@media screen and (max-width: 600px) {
.season{
	border-radius: 10px;
	padding: 20px 10px 1px;
}
.season h3{font-size: 14px;}
}



/*=============================
		もくじ
=============================*/
ul.mokuji{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	max-width: 1100px;
	width: 100%;
	margin: 20px auto 30px;
}
ul.mokuji li{
	background: #EF9E00;
	padding: 10px 30px;
	font-size: 20px;
	font-family: "M PLUS Rounded 1c"!important;
	margin: 0px 10px 20px;
	display: inline-block;
}
ul.mokuji li a:link,
ul.mokuji li a:visited{
	text-decoration: none!important;
	color: #FFFFFF;
}
ul.mokuji li:hover{
	opacity: 0.8;/* 透過 */
	filter: alpha(opacity=70);
	transition-duration: 0.3s;
}
ul.mokuji li i{padding-right: 10px;}

@media screen and (max-width:600px){
ul.mokuji{
	justify-content: center;
	margin: 10px auto 15px;
}
ul.mokuji li{
	width: 38%;
	text-align: center;
	justify-content: space-between;
	font-size: 12px;
	padding: 5px;
	margin: 0px 10px 10px;
}
}


.about_img2{
	text-align: center;
	margin: 0 auto;
	width: 70%;
	max-width: 500px;
	border: solid 1px #ccc;
}
.about_img2 img{padding: 0px;}