@charset "utf-8";

/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}

a{
	color: #222;
	text-decoration: none;
}

a:hover, .active{
  text-decoration: none;
}

a:active, a:focus,input:active, input:focus{outline:0;}



/*------予約のボタン-----*/
.yoyaku {
	margin:80px 0 0 0;
}
a.btn {
  background: #f3e747;
  width: 400px;
  height: auto;
  padding: 20px 160px;
  color: #444;
  font-size: 17px;
  text-align: left;
  text-decoration: none;
  transition-duration: 0.2s;
  border-radius:10px;
}
a.btn:hover {
  background: #FFF;
}




body{
	color: #222;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 17px;
	line-height: 1.9;
	width: auto;
	-webkit-text-size-adjust: none;
}
p {
	font-size:16px;
	line-height: 1.9;
	letter-spacing:0.2em;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
}

/*-----トップページ------*/
.top_img {
	width:100%;
	height: 830px;
	position:relative;
	z-index:1;
	background-image: url(../images/top.jpg);
	background-repeat:no-repeat;
	background-position: center top;
	background-size: cover;
}
.copy {
	position:absolute;
	width:600px;
	top: 20%;
	left: 5%;
	z-index:1000;
	font-size:110px;
	line-height:0.8;
	letter-spacing:0.05em;
	color: rgba(255, 255, 255, 0.8);
	font-family: "Roboto", sans-serif;
    font-weight: 900;
}
.l_font {
	font-size:80px;
}
.m_font {
	font-size:40px;
}
.s_font {
	font-size:22px;
}
.eigo {
	position:absolute;
	width:480px;
	top: 67%;
	left: 6%;
	z-index:2;
}
.city {
	position:absolute;
	width:500px;
	top: 62%;
	right: 0%;
	z-index:2;
}

.slogan{
	position: absolute;
    top: 10px;
	width: auto;
	left: 5%;
	line-height: 1.2;
}

.slogan h1{
	font-size: 11px;
	margin-bottom: 20px;
	font-weight:normal;
	z-index: 9999px;
	color:#FFF;
	letter-spacing: 0.1em;
}
.tomei {
	opacity: 0.4;
	color:#FFF;
}

/* ------バイクサービスの説明-------------*/
.about {
	width:100%;
	height: 430px;
	margin: 0 auto;
	background-color:#08355a;
	padding-top: 20%;
	padding-bottom:0;
	position:relative;
	background-image: url(../images/bike_image.png);
	background-repeat:no-repeat;
	background-position: center bottom;
	background-size:contain;
}
.about_txt {
	position:absolute;
	top: 30%;
	width:93%;
	padding-left:5%;	
}

/* サービス紹介
-------------------------------------*/

.point {
	width:94%;
	height: auto;
	padding:4% 3%;
}

.flex_box {
	padding: 10px 0;
	display: flex;
	margin-bottom:0px;
}

.flex_item {
	padding: 15px 10px 15px 20px;
    margin:  15px;              /* 外側の余白 */
	width: 90%;
}
.flex_item2 {
	padding: 15px 10px 15px 20px;
    margin:  15px;              /* 外側の余白 */
	width: 90%;
	position: relative;
}

.flex_item img {
	padding-bottom:30px;
}
.flex_item p {
	text-align:center;
}

.flex_item2 p {
	text-align: left;
	padding-top:20px;
	border-top: 1px solid #333;
}
.clum_2 {
	width: 74%;
	margin:0 auto;
}
.kazu {
	width:90px;
	position:absolute;
	top: -20px;
	left:10px;
	font-size: 70px;
	color: #FFF;
	opacity:0.5;
}

.flex_item3 {
	padding: 15px 10px 15px 20px;
    margin:  15px;              /* 外側の余白 */
	width: 90%;
	position: relative;
	font-size: 22px;
	text-align: center;
}
.flex_item3 p {
	padding-top:10px;
}


/*-----------おすすめエリア-----------*/
.flex_box_area {
	padding: 10px 0;
	display: flex;
	margin-bottom:0px;
	width: 74%;
	margin:0 auto;
	font-size: 22px;
	text-align: center;
}

.flex_item_area {
	padding: 15px 10px 15px 20px;
    margin:  15px;              /* 外側の余白 */
	width: 90%;
}
.flex_item_area p {
	padding-top:10px;
}


/*-----------おすすめエリアギャラリー　トップページ-----------*/
.gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.gallery img {
    width: calc(100% / 5);
}
.gallery_txt  {
	width:100%;
	margin: 0 auto;
	position:relative;
	padding: 5px 0 0 0;
	background-image: url(../images/area1_dark.jpg);
	background-repeat:no-repeat;
	background-position: center center;
	background-size: cover;
}
.gallery_txt h2 {
	padding-bottom:0;
	margin-bottom:0;
}

/*------エリア下の画像-------*/

.backphoto_area {
    background-image: url(../images/love.jpg);
	height:600px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}




/* ご当地グルメ　カルーセルスライダー
-------------------------------------*/
.works {
	background-color:#08355a;
	width:100%;
	height: auto;
	padding: 2% 0 8% 0;
	z-index:-9999;
}
.works img {
	width:88%;
	padding:0 6%;
}
.works p {
	font-size:17px;
}


/* フッター
-------------------------------------*/
.footer {
	background-color:#FFF;
	width:90%;
	height:auto;
	padding: 100px 5% 0 5%;
	color:#444;
	position:relative;
}
.footer ul li a {
	text-decoration:none;
	color:#666;
	font-size:13px;
}
.footer ul li a:hover {
	color:#529db5;
	transition-duration: 0.2s;	
}

.footer_logo {
	width:130px;
	position: absolute;
	bottom: 90px;
	right:5%;
}
.f_menu {
	width: 25%;
	float:left;
}
.f_link {
	float:left;
}

.footer_sen {
	height:40px;
	border-bottom: solid 1px #666666;
}
.copyright {
	font-size:10px;
	text-align: left;
	padding-bottom:10px;
}

/* ------------運営バナーリンクボタン ------------- */
.bu_ya a {
    background: #FFF;
    border-radius: 0px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 15px auto 15px auto;
    width: 250px;
    padding: 6px 25px;
    color: #444;
    transition: 0.3s ease-in-out;
	font-size:13px;
	border: 1px solid #444;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
}
.bu_ya a:hover {
    background: #444;
    color: #FFF;
}
.bu_ya a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #529db5;
    border-right: 3px solid #529db5;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.bu_ya a:hover:after {
    border-color: #529db5;
}


/*-----------------オファー-----------------*/
.offer {
	background-image: url(../images/enjin.png);
	background-repeat:no-repeat;
	background-position: left bottom;
	background-size: auto 100%;
	height: 670px;
	background-color:#08355a;
	position:relative;
}
.offer_txt {
	position:absolute;
	width:550px;
	top: 150px;
	right: 20px;
}
.l_height {
	line-height:1.8;
}
.ya {
	display:none;
}




/*---------------サブページ------------------*/

/*---------サービスの下部---------*/
.para {
	background-image: url(../images/se_1.jpg);
	height:700px;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.con {
	width:100%;
	margin: 0 auto;
	position:relative;
	padding: 50px 0;
}

.bg_b {
	background-color:#08355a;
}
.bg_b2 {
	background-color:#58A8C3;529cb4
}
.bg_b3 {
	background-color: #E7EFF7;
}
.bg_b4 {
	background-color: #f5f5f5;
}
.bg_black {
	background-color:#000;
}

.waku {
	background-color: rgba(255, 255, 255, 0.8);
	width: 38%;
	height:auto;
	padding: 50px 150px 50px 90px;
	right: 0%;
	position:absolute;
	top: -300px;
	line-height:2.7;
	z-index:9999;
	letter-spacing:0.4em;
	font-size:18px;
	border-radius:0px;
}

/*-----------------下部メッセージ-----------------*/
.messe {
	background-image: url(../images/fukashi.jpg);
	background-repeat:no-repeat;
	background-position: left center;
	background-size: cover;
	height: 600px;
	background-color:#08355a;
	position:relative;
	padding-top: 0px;
}



/*-----------バイク紹介一覧----------*/
.flex_box_bike {
	padding: 0;
	display: flex;
}

.flex_item_bike {
	padding: 0px;
    margin:  10px auto;              /* 外側の余白 */
	width: 30%;
	text-align:center;
	font-size: 19px;
	line-height: 1.5;
}
.flex_item_bike span {
	font-size:13px;
}



/*-------------料金表------------------*/

.table-scroll {
  overflow-x: auto;
  width:90%;
  margin:30px auto;
  font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bolder;
}

.table-scroll table {
  width: 100%;
  min-width: 1500px;
  table-layout: fixed;
  margin-bottom: 1px;
  border-collapse: collapse;
  text-align:center;
}

.table-scroll th,
.table-scroll td {
  width: 150px;
  padding: 15px;
  border: 1px #ccc solid;
}

.table-scroll th.sticky{
  position: sticky;
  top:0;
  left:0;
  border-left: none;
  border-right: none;
  background: none;
  width:150px;
  text-align:center;
}

.table-scroll th.sticky::before{
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border-left: 1px #ccc solid;
  border-right: 1px #ccc solid;
  background-color: #eee;
  z-index: -1;
  box-sizing: content-box;
}

.yen-icon::before {
       font-family: "Font Awesome 6 Free"; /* または Font Awesome 5 Free */
       font-weight: 400; /* 必要に応じて */
       content: "\00a5";
}

/*------------オプション料金一覧-------------*/

.table {
  width:90%;
  margin:30px auto 80px auto;
  font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bolder;
  border-collapse: collapse;
  text-align:center;
}

.table th {
  width: 180px;
  padding: 15px;
  border: 1px #ccc solid;
  background-color: #eee;
  text-align:center;
}
.table td {
  width: 150px;
  padding: 15px;
  border: 1px #ccc solid;
}



/*---------フォームの上の英語------*/
.eng {
	font-size:15px;
	padding:5px 8px 15px 8px;
	width:60%;
	margin:0 auto;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
}
.eng_s {
	font-size:13px;
	padding:5px 8px 15px 8px;
	width:100%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	letter-spacing:0.2em;
}







/* 共通
------------------------------------------------------------*/
h1{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

h2{
	font-size: 60px;
	letter-spacing: 0em;
	line-height: 1;
	margin-bottom: 20px;
	padding: 0 0 20px 0;
	font-family: "Roboto", sans-serif;
    font-weight: 900;
}
h3 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size:32px;
	text-align:center;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	position: relative;
	padding: 50px 0 30px 0;
    margin-bottom: 90px;
}
h3::before {
    position: absolute;
    border-bottom: 6px solid #529db5;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    content: '';
}

h4 {
	font-size:26px;
	padding-top:10px;
	padding-bottom:30px;
}

h5 {
	font-size:30px;
	text-align:center;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	position: relative;
	padding: 70px 0 30px 0;
    margin-bottom: 50px;
	margin-top: 90px;
	color:#FFF;
}
h5::before {
    position: absolute;
    border-top: 2px solid #FFF;
    top: 0%;
    left: 48%;
    transform: translateY(0px) rotate(90deg);
    width: 40px;
    content: '';
}




.w25 {
	width:25%;
}
.min {
	font-family: "Zen Old Gothic", serif;
  font-weight: 900;
  font-style: normal;
}
.pa5 {
	padding-left: 4%;
}
.pa_top {
	padding-top: 3%;
}
.center {
	text-align: center;
}
.red {
	color:#FF6347;
}
.gray {
	color: #666;
}
.blue {
	color: #19538A;
}
.blue2 {
	color:#529db5;
}
.white {
	color:#FFF;
}
.left {
	float:left;
}
.right {	
	float:right;
}
.clear {
	clear:both;
}
.space40 {
	height:40px;
}
.space20 {
	height:20px;
}






.pc {
	display: block;	
}
.sp {
	display: none;	
}








/* RESPONSIVE 設定
------------------------------------------------------------*/




@media only screen and (max-width: 767px){
.slogan, .slogan h1{
		display:none;
	}


.pc {
	display: none;	
}
.sp {
	display: block;	
}


/* 共通
------------------------------------------------------------*/
h1{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

p {
	font-size:15px;
	line-height: 1.7;
	letter-spacing:0.1em;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
}


h2{
	font-size: 58px;
	letter-spacing: 0em;
	line-height: 1;
	margin-bottom: 20px;
	padding: 0 0 20px 0;
	font-family: "Roboto", sans-serif;
    font-weight: 900;
}
h3 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size:26px;
	text-align:center;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	position: relative;
	padding: 40px 0 20px 0;
    margin-bottom: 50px;
}
h3::before {
    position: absolute;
    border-bottom: 6px solid #529db5;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 25px;
    content: '';
}

h4 {
	font-size:22px;
	padding-top:10px;
	padding-bottom:5px;
}

h5 {
	font-size:24px;
	text-align:center;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	position: relative;
	padding: 50px 0 30px 0;
    margin-bottom: 0px;
	margin-top: 60px;
	color:#FFF;
}
h5::before {
    position: absolute;
    border-top: 2px solid #FFF;
    top: 0%;
    left: 44%;
    transform: translateY(0px) rotate(90deg);
    width: 40px;
    content: '';
}





/*-----トップページ------*/
.top_img {
	width:100%;
	height: 560px;
	position:relative;
	z-index:1;
	background-image: url(../images/top_.jpg);
	background-repeat:no-repeat;
	background-position: right bottom;
	background-size: cover;
}
.copy {
	position:absolute;
	width:340px;
	top: 6%;
	left: 3%;
	z-index:1000;
	font-size:74px;
	line-height:0.8;
	color: rgba(255, 255, 255, 0.8);
}
.l_font {
	font-size:47px;
}
.m_font {
	font-size:26px;
}
.s_font {
	font-size:20px;
}
.eigo {
	position:absolute;
	width:220px;
	top: 67%;
	left:0;
	z-index:2;
	overflow:hidden;
}
.city {
	position:absolute;
	width:240px;
	top: 70%;
	right: 0;
	z-index:2;
	overflow:hidden;
}


/* ------バイクサービスの説明-------------*/
.about {
	width:100%;
	height: 380px;
	margin: 0 auto;
	background-color:#08355a;
	padding-top: 10%;
	padding-bottom:0;
	position:relative;
	background-image: url(../images/bike_image.png);
	background-repeat:no-repeat;
	background-position: center 180px;
	background-size:contain;
}
.about_txt {
	position:absolute;
	top: 18%;
	width:92%;
	padding: 0 4% 0 4%;	
}


/*------予約のボタン-----*/
.yoyaku {
	margin:60px 0 0 0;
}
a.btn {
  background: #f3e747;
  width: 100%;
  height: auto;
  padding: 12px 0px;
  display:inline-block;
  color: #444;
  font-size: 17px;
  text-align: center;
  text-decoration: none;
  transition-duration: 0.2s;
  border-radius:10px;
}
a.btn:hover {
  background: #FFF;
}



/* ポイントを紹介
-------------------------------------*/

.point {
	width:94%;
	height: auto;
	padding:4% 3%;
}

.point_con {
	width:100%;
	height: auto;
	border-top: 1px solid #dcdcdc;
	padding: 10px 0 0 0;
	background: linear-gradient(#FFF 80%, #f5f5f5);
}
.point_con_last {
	width:100%;
	height: auto;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	padding: 10px 0 0 0;
	background: linear-gradient(#FFF 80%, #f5f5f5);
}
.point_aicon {
	float:left;
	width:30%;
	height: 130px;
	display: flex;
  justify-content: center;
  align-items: center;
}
.point_txt {
	float:left;
	width:63%;
	margin-left:6%;
}


/* ご当地グルメ　カルーセルスライダー
------------------------------------*/
.works {
	background-color:#08355a;
	width:100%;
	height: auto;
	padding: 2% 0 8% 0;
	z-index:-9999;
}
.works img {
	width:76%;
	padding:0 12%;
}
.works p {
	font-size:15px;
}


/*-----------------オファー-----------------*/
.offer {
	background-image: url(../images/enjin_.png);
	background-repeat:no-repeat;
	background-position: left bottom;
	background-size: auto 100%;
	height: 600px;
	background-color:#08355a;
	position:relative;
}
.offer_txt {
	position:absolute;
	width:94%;
	top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.l_height {
	line-height:1.5;
}
.ya {
	display: block;
	position:absolute;
	width:100%;
	top: -100px;
}


/* フッター
-------------------------------------*/
.footer {
	background-color:#FFF;
	width:94%;
	height:auto;
	padding: 50px 3% 5px 3%;
	color:#444;
	position:relative;
}
.footer ul li a {
	text-decoration:none;
	color:#666;
	font-size:13px;
}
.footer ul li a:hover {
	color:#529db5;
	transition-duration: 0.2s;	
}

.footer_logo {
	display:none;
}
.f_menu {
	display:none;
}
.f_link {
	float: none;
}

.footer_sen {
	height:20px;
	border-bottom: solid 1px #666666;
}
.copyright {
	font-size:10px;
	text-align: center;
	padding-bottom:5px;
}

/* ------------運営バナーリンクボタン ------------- */
.bu_ya a {
    background: #FFF;
    border-radius: 0px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 18px auto 18px auto;
    width: 250px;
    padding: 6px 35px;
    color: #444;
    transition: 0.3s ease-in-out;
	font-size:13px;
	border: 1px solid #444;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
}
.bu_ya a:hover {
    background: #444;
    color: #FFF;
}
.bu_ya a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #529db5;
    border-right: 3px solid #529db5;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.bu_ya a:hover:after {
    border-color: #529db5;
}




/*---------サービスの下部---------*/
.para {
	background-image: url(../images/se_1_.jpg);
	height:500px;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
}
.con {
	width:100%;
	margin: 0 auto;
	position:relative;
}

.bg_b {
	background-color:#08355a;
}
.bg_b2 {
	background-color: #58A8C3;
}
.bg_b3 {
	background-color: #E7EFF7;
}
.bg_b4 {
	background-color: #f5f5f5;
}

.waku {
	background-color: rgba(255, 255, 255, 0.8);
	width: 80%;
	height:auto;
	padding: 30px 25px;
	right: 0%;
	left: 50%;
    transform: translate(-50%, -50%);
	position:absolute;
	top: -20px;
	line-height:1.9;
	z-index:9999;
	letter-spacing:0.2em;
	font-size:16px;
	border-radius:10px;
}

/*-----------------下部メッセージ-----------------*/
.messe {
	background-image: url(../images/fukashi.jpg);
	background-repeat:no-repeat;
	background-position: center center;
	background-size: cover;
	height: 550px;
	background-color:#08355a;
	position:relative;
	padding-top: 30px;
}

/*-----------------安心・安全-----------------*/

.flex_item2 {
	padding: 15px 5px 15px 5px;
    margin:  15px;              /* 外側の余白 */
	width: 96%;
	position: relative;
}

.flex_item2 p {
	text-align: left;
	padding-top:10px;
	border-top: 1px solid #333;
}
.kazu {
	width:90px;
	position:absolute;
	top: -7px;
	left:7px;
	font-size: 50px;
	color: #FFF;
	opacity:0.5;
}



.flow_con {
	width:96%;
	height: auto;
	padding: 15px 2% 5px 2%;
	background-color:#FFF;
	margin-bottom: 20px;
}
.flow_aicon {
	float:left;
	width:48%;
	height: auto;
}
.flow_txt {
	float: right;
	width:48%;
	height:130px;
	display: flex;
  justify-content: left;
  align-items: center;
}

/*------------バイクモデル紹介-----------*/

/*-------横並び----------*/
.flex_box_bike {
	padding: 0;
	display: flex;
}

.flex_item_bike {
	padding: 0px;
    margin:  10px 10px;              /* 外側の余白 */
	width: 100%;
	text-align:center;
	font-size: 18px;
	line-height: 1.5;
}
.flex_item_bike span {
	font-size:12px;
}
.flex_item_bike img {
	border-bottom: solid 1px #CCC;
	padding-bottom:10px;
}








/*----------------エリア---------------*/
.flex_box_area {
	padding: 10px 0;
	display: block;
	margin-bottom:0px;
	width: 100%;
	margin:0 auto;
	font-size: 22px;
	text-align: center;
}

.flex_item_area {
	padding: 0px;
    margin:  10px auto 20px auto;              /* 外側の余白 */
	width: 90%;
}
.flex_item_area p {
	padding-top:10px;
	text-align:left;
}

/*------エリア下の画像-------*/

.backphoto_area {
    background-image: url(../images/love.jpg);
	height:300px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
	


/*-----------おすすめエリアギャラリー　トップページ-----------*/
.gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.gallery img {
    width: calc(100% / 2);
}



/*-------------料金表------------------*/

.table-scroll {
  overflow-x: auto;
  width:100%;
  margin:30px auto;
  font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bolder;
}

.table-scroll table {
  width: 100%;
  min-width: 500px;
  table-layout: fixed;
  margin-bottom: 1px;
  border-collapse: collapse;
  text-align:center;
}

.table-scroll th,
.table-scroll td {
  width: 120px;
  padding: 15px;
  border: 1px #ccc solid;
}

.table-scroll th.sticky{
  position: sticky;
  top:0;
  left:0;
  border-left: none;
  border-right: none;
  background: none;
  width:85px;
  text-align:center;
}

.table-scroll th.sticky::before{
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border-left: 1px #ccc solid;
  border-right: 1px #ccc solid;
  background-color: #eee;
  z-index: -1;
  box-sizing: content-box;
}

.yen-icon::before {
       font-family: "Font Awesome 6 Free"; /* または Font Awesome 5 Free */
       font-weight: 400; /* 必要に応じて */
       content: "\00a5";
}

/*------------オプション料金一覧-------------*/

.table {
  width:100%;
  margin:30px auto 140px auto;
  font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bolder;
  border-collapse: collapse;
  text-align:center;
}

.table th {
  width: 42%;
  padding: 15px 5px;
  border: 1px #ccc solid;
  background-color: #eee;
  text-align:center;
}
.table td {
  width: 90px;
  padding: 15px 5px;
  border: 1px #ccc solid;
}

/*---------フォームの上の英語------*/
.eng {
	font-size:16px;
	padding:5px 8px 15px 8px;
	width:100%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
}
.eng_s {
	font-size:14px;
	padding:5px 8px 15px 8px;
	width:100%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	letter-spacing:0.2em;
}







}

