@charset "utf-8";
/* CSS Document */
* {
	box-sizing: border-box;
}
/*--------------------
  N(
------------------*/
.clearfix {float:none;clear:both;}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix{ zoom: 1; } /* IE6 */
*:first-child+html .clearfix{ zoom: 1; } /* IE7 */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  src: url(https://example.com/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
       local('MaterialIcons-Regular'),
       url(https://example.com/MaterialIcons-Regular.woff2) format('woff2'),
       url(https://example.com/MaterialIcons-Regular.woff) format('woff'),
       url(https://example.com/MaterialIcons-Regular.ttf) format('truetype');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 20px;  /* Preferred icon size */
  display: inline-block;
  margin-right:2px;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  vertical-align:middle;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
}
.material-icons.md-12 { font-size: 12px; }
.material-icons.md-14 { font-size: 14px; }
.material-icons.md-16 { font-size: 16px; }
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-20 { font-size: 20px; }
.material-icons.md-22 { font-size: 22px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-26 { font-size: 26px; }
.material-icons.md-28 { font-size: 28px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }
/*--------------------
   background-color
------------------*/
.bgbl {background-color:#7EABE2;padding:2px !important;}
.bggr {background-color:#22B573;padding:0px 2px !important;}
.bgor {background-color:#F77C00;padding:0px 2px !important;}
.bgyl {background-color:#ffffae;padding:0px 2px !important;}
/*--------------------
  Mn
------------------*/
.mb10 { margin-bottom:10px !important;}
.mb20 { margin-bottom:20px !important;}
.mb30 { margin-bottom:30px !important;}
.mb40 { margin-bottom:40px !important;}
.mb50 { margin-bottom:50px !important;}
.mb60 { margin-bottom:60px !important;}
.mb70 { margin-bottom:70px !important;}
.mb80 { margin-bottom:80px !important;}
.mb90 { margin-bottom:90px !important;}
.mb100 { margin-bottom:100px !important;}

.mt10 { margin-top:10px !important;}
.mt20 { margin-top:20px !important;}
.mt30 { margin-top:30px !important;}
.mt40 { margin-top:40px !important;}
.mt50 { margin-top:50px !important;}
.mt60 { margin-top:60px !important;}
.mt70 { margin-top:70px !important;}
.mt80 { margin-top:80px !important;}
.mt90 { margin-top:90px !important;}
.mt100 { margin-top:100px !important;}

.pd10 { padding-bottom:10px !important;}
.pd20 { padding-bottom:20px !important;}
.pd30 { padding-bottom:30px !important;}
.pd40 { padding-bottom:40px !important;}
.pd50 { padding-bottom:50px !important;}
.pd60 { padding-bottom:60px !important;}
.pd70 { padding-bottom:70px !important;}
.pd80 { padding-bottom:80px !important;}
.pd90 { padding-bottom:90px !important;}
.pd100 { padding-bottom:100px !important;}

.pt10 { padding-top:10px !important;}
.pt20 { padding-top:20px !important;}
.pt30 { padding-top:30px !important;}
.pt40 { padding-top:40px !important;}
.pt50 { padding-top:50px !important;}
.pt60 { padding-top:60px !important;}
.pt70 { padding-top:70px !important;}
.pt80 { padding-top:80px !important;}
.pt90 { padding-top:90px !important;}
.pt100 { padding-top:100px !important;}

.taCenter { text-align:center;}
.taRight { text-align:right;}
.taLeft { text-align:left;}
/*--------------------
  font
------------------*/
.bold { font-weight:bold;}
.red { color:red;}
.orange { color:#F75100;}
.green { color:#7ebf58;}
.blue { color:#0071bc;}
body {
	font-size:18px;
	line-height:220%;
	color:#000;
	font-family: 'Noto Sans JP', sans-serif;
	overflow-x: hidden;
}
.map,.map h2,a.btn2,a.btn1,.infomation h2,.foot_box h3 {
    font-family: serif;
	font-family: 'Noto Sans JP', sans-serif;
}
#sidr-right {
	display: none;
}
@media screen and (max-width: 480px) {
body {
	font-size:16px;
	line-height:200%;
	color:#000;
}
.pc {
	display: none !important;
}
}
@media screen and (min-width: 481px) {
	.sp {
		display: none;
	}
}
a {
	color:#000;
	text-decoration:none;
}
a:hover {
	color:#000;
	text-decoration:underline;
}
a img:hover {
	filter: alpha(opacity=80);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
    -moz-opacity: 0.8;
    opacity: 0.8;
}
img {
	max-width:100% !important;
	height:auto !important;
}
.container {
	max-width: 1000px;
	margin: auto;
}
.resp_video video {
	width: 100%;
}
/*リンク用ボタン*/
a.btn1 {
	display: block;
	max-width:600px;
	width: 90%;
	margin: 30px auto;
	background: #fff;
	color: #f15a24;
	padding: 0 auto;
	line-height: 350%;
	font-size: min(4.5vw,27px);
	text-align: center;
	font-weight: bold;
}
a.btn2 {
	display: block;
	max-width:600px;
	width: 90%;
	margin: 30px auto;
	background: #FFF;
	border: 1px solid #E65A26;
	color: #E65A26;
	padding: 0 auto;
	line-height: 350%;
	font-size: min(4.5vw,27px);
	text-align: center;
	font-weight: bold;
}
/* --- スクロールテキスト --- */
.scroll-container {
  width: 100%;
  overflow: hidden;
  padding: 20px 0;
  box-sizing: border-box;
  position: relative;
  min-height: 180px;
}
.scroll-text {
  display: inline-block;
  white-space: nowrap;
  animation: scroll 15s linear infinite;
  position: absolute;
  top: 0;
  z-index: 0;
  letter-spacing: 0.2rem;
}
.scroll-text.no-scroll {
  animation: none;
}
.scroll-text span {
  font-size: 10rem;
  line-height: 120%;
  font-weight: bold;
  color: #f5f5f5;
  margin-right: 5px;
}
@media (max-width: 767px) {
.scroll-container {
  min-height: 120px;
}
.scroll-text span {
  font-size: 8rem;
}
}
@media (max-width: 480px) {
.scroll-container {
  min-height: 100px;
}
.scroll-text span {
  font-size: 6rem;
}
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-30%);
  }
}
/* --- ローディング画面のスタイル ここから --- */
#loading-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff; /* ローディング画面の背景色 */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    transition: opacity 1.5s ease-out, visibility 1.5s ease-out; /* フェードアウトのアニメーション */
    opacity: 1;
    visibility: visible;
}
/* ロゴ画像のスタイル */
#loading-screen img {
    max-width: 150px; /* ロゴのサイズ */
    animation: logoFadeIn 1.5s ease-in-out; /* ロゴをフェードインさせるアニメーション */
}
/* ロゴをフェードインさせるためのキーフレームアニメーション */
@keyframes logoFadeIn {
    0% {
opacity: 0;
    }
    100% {
opacity: 1;
    }
}
/* ローディング完了後のスタイル */
#loading-screen.loaded {
    opacity: 0;
    visibility: hidden;
}
/* --- ローディング画面のスタイル ここまで --- */
/*--------------------
      header
------------------*/
header {
	width:100%;
	margin:0 auto 0;
	background:#fff;
	position: relative;
}
header .inner {
	max-width: 1500px;
	margin:10px auto;
}
header .inner:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: "";
	clear: both;
	height: 0;
}
header .inner .left {
	max-width:300px;
	width: 30%;
	float:left;
	margin:5px 0 0 10px;
}
header .inner .center {
	float:right;
	margin:10px 90px 0 15px;
	line-height:20px;
	font-size:14px;
	font-weight: normal;
}
header .inner .center a {
	margin:3px 5px;
	display:inline-block;
	padding: 10px 10px;
	text-align: center;
	font-size:100%;
	font-weight: bold;
}
header .inner .center a.search {
	background: #f15a24;
	color: #fff;
}
header .inner .center a.line {
	background: #009245;
}
@media screen and (max-width: 940px) {
header .inner .center a {
	display:none;
}
}
.btn_box {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 1000;
}
.btn_box_inner {
	max-width: 1500px;
	margin: auto;
	position: relative;
}
#slide_btn {
	position:absolute;
	top: 10px;
	right: 5px;
	width: 70px;
	height: 70px;
	line-height: 100%;
	display: flex;
	justify-content: center;
	align-items:center;
	flex-direction: column;
	font-weight: bold;
	z-index: 5;
}
#slide_btn:hover {
	text-decoration: none;
	background: #ffe5c7;
}
#slide_btn span {
	display: block;
	font-size:30px;
	margin: 0;
}
@media screen and (max-width: 639px) {
header .inner .left {
	width: 53%;
	margin:5px 0 5px 5px;
}
header .inner .center {
	margin:5px 50px 0 15px;
	line-height:20px;
	font-size:14px;
	font-weight: normal;
}
header .inner .center a.search {
	display:block;
	font-size: 12px;
}
#slide_btn {
	width: 60px;
	height: 60px;
	font-size: 90%;
	z-index: 5;
	top: 5px;
	right: 0;
}
}
/*****
button
****/
.more {
	background: rgb(234,88,26);
	background: linear-gradient(90deg, rgba(234,88,26,1) 0%, rgba(231,37,25,1) 100%);
	display: block;
	max-width: 300px;
	width: 80%;
	border-radius: 5px;
	text-align: center;
	color: #fff;
	padding: 10px;
	font-weight: bold;
	margin: auto;
}
.more:hover {
	text-decoration: none;
	color: #fff;
}
/*****
box
****/
#wrap {
	margin:auto;
	padding:10px 0;
}
/****
pankuzu
****/
.bread {
	max-width: 1000px;
	margin: 20px auto 0;
	padding-left: 10px;
	background-image: linear-gradient(45deg, #ffe5c7, #fff7e0);
}
.bread li {
	display:inline-block;
	margin:0 10px 0 0;
	font-size:14px;
	font-weight: bold;
}
.bread li:after {
	margin-left: 10px;
	display: inline-block;
	content: ">";
	color: #000;
}
.bread li a {
	color: #000;
}
.bread li:last-child:after {
	content: "";
	margin-left: 0;
}
/*****
title
****/
/*****
menu
****/
.menu_list1 {
	text-align: left;
}
.menu_list1 li {
	width: 30%;
	display: inline-block;
	vertical-align: top;
	margin: 1%;
}
.menu_list1 li h3 {
	font-weight: bold;
	color: #f7931e;
}
.menu_list1 li p {
	font-size: 80%;
	line-height: 150%;
}
.menu_list1 li .more {
	display: block;
	text-align: center;
	font-size: 90%;
	color: #fff;
	background: #f15a24;
	line-height: 150%;
	padding: 5px;
	margin: 10px 0;
}
.menu_list1 li a:hover {
	text-decoration: none;
}
.menu_list2 li {
	width: 30%;
	display: inline-block;
	vertical-align: top;
	margin: 1%;
	text-align: center;
	max-width: 300px;
}
.menu_list2 li a {
	display: block;
	color: #f15a24;
	border: 3px solid #f15a24;
	font-weight: bold;
}
.menu_list2 li a:hover {
	background: #f15a24;
	color: #fff;
	text-decoration: none;
}
@media screen and (max-width: 639px) {
.menu_list1 li {
	width: 45%;
	margin: 1% 2%;
}
.menu_list2 li {
	width: 47%;
	font-size: 13px;
	margin: 2% 1%;
}
}
/*****
map
****/
.map {
	margin:30px auto 0;
    background: linear-gradient(165deg, white 65%, #ffffea 65%);
	padding-bottom: 30px;
}
.map h2 {
	font-size:min(5vw,30px);
	text-align:center;
	line-height:150%;
	margin-bottom: 20px;
}
.map h2 .sub {
	display: block;
	font-size: 80%;
}
.map ol {
	max-width: 1000px;
	margin: auto;;
}
.map ol li {
	float: left;
	width: 31%;
	max-width: 240px;
	margin:0 5px 30px;
}
.map ol li h3 {
    background: linear-gradient(90deg, #F8A53B, #E65A26);
	color: #fff;
	font-size:18px;
	padding: 10px 5px;
}
.map ol li h3 span {
	background: #fff;
	color:#000;
	line-height: 100%;
	padding: 0 5px;
	font-size: 14px;
	margin:0 5px 5px;
}
.map ol li .address_box {
	text-align: center;
	font-size: 14px;
	line-height: 150%;
}
.map ol li .address_box a {
	display: inline-block;
	font-size: 100%;
	margin: 0 auto 5px;
	width: 90%;
	background: #E65A26;
	color: #fff;
	padding: 5px 10px;
}
.map ol li .address_box a.line {
	background: #22b573;
}
.map ol li .address_box a.web {
	background: #f7931e;
	margin: 0 auto 0;
}
.map ol li a.tel {
	font-size:20px;
	text-align: center;
	color: #E65A26;
	font-weight: bold;
	display: block;
	margin: auto;
	padding: 0;
}
.map ol li a.more {
	font-size:16px;
	background: #fff;
	border:3px solid #E65A26;
	border-radius: 0;
	width: 100%;
	padding: 0;
	color: #E65A26;
}
.rsv_box {
    background: linear-gradient(90deg, #F8A53B, #E65A26);
	width: 98%;
	display: block;
	max-width: 600px;
	margin: 10px auto;
	text-align: center;
	padding: 10px;
}
.rsv_box p {
	color:#fff;
	font-weight: bold;
	font-size:min(4.3vw,22px);
	margin:10px 0;
	line-height: 100%;
}
 .rsv_box a {
	background:#fff;
	color:#E65A26;
	font-weight: bold;
	font-size:min(6vw,22px);
	margin:10px auto;
	line-height: 200%;
	display: block;
	width: 90%;
}

@media screen and (max-width: 767px) {
	.map {
		text-align: center;
	}
	.map ol {
		width: 100%;
		text-align: center;
	}
	.map ol li {
		display: inline-block;
		float: none;
		width : -webkit-calc((100% / 3) - 3%);
		width : calc((100% / 3) - 3%);
		margin: 0 1% 10px;
	}
	.map ol li .address_box {
		height: auto;
	}
	.map ol li h3 {
		font-size:14px;
		padding: 10px 5px;
	}
	.map ol li h3 span {
		font-size: 12px;
		margin:0 5px 5px;
	}
	.map ol li .address_box {
		font-size: 12px;
	}
	.map ol li .address_box a {
		width: 98%;
	}
	.map ol li a.tel {
		font-size:16px;
	}
	.map ol li a.more {
		font-size:14px;
		border:2px solid #E65A26;
	}
}
@media screen and (max-width: 480px) {
	.map ol li {
		display: inline-block;
		width : -webkit-calc((100% / 2) - 3%);
		width : calc((100% / 2) - 3%);
		margin: 0 1% 10px;
	}
	.map ol li h3 {
		font-size:14px;
		padding: 10px 5px;
	}
	.map ol li h3 span {
		font-size: 12px;
		margin:0 5px 5px;
	}
	.map ol li .address_box {
		font-size: 12px;
	}
	.map ol li .address_box a {
		width: 98%;
	}
	.map ol li a.tel {
		font-size:14px;
	}
	.map ol li a.more {
		font-size:12px;
		border:2px solid #E65A26;
	}
}
.line_btn {
	display: inline-block;
	margin: 10px 0 0;
}
@media screen and (min-width: 768px) {
.line_btn {
	display: none;
}
}
/*infomation*/
.infomation {
	background: #005b90;
	text-align: center;
	margin: 0;
	padding: 0;
}
.infomation h2 {
	display: block;
	margin: 0 auto 15px;
	color:#fff;
	font-size:min(5vw,30px);
	line-height:100%;
	font-weight: 100;
	letter-spacing: 0.2rem;
	padding: 20px 10px 0;
	font-weight: bold;
}
.infomation h2 .sub {
	display:block;
	font-size:min(3vw,20px);
}
.infomation .banner {
	max-width: 1000px;
	display: inline-block;
	text-align: left;
	margin: auto;
}
.infomation .banner li {
	width : -webkit-calc((100% / 2) - 11px) ;
	width : calc((100% / 2) - 11px);
	float:left;
	vertical-align: top;
	margin: 5px;
}
@media screen and (max-width: 480px) {
.infomation .banner li {
	width : 95%;
	float:none;
	margin: 10px auto;
}
}
/*foot_banner*/
/*****
footer
****/
footer {
	background: #fff;
	width: 100%;
	padding: 1px;
	margin-bottom:90px;
}
.foot_box {
	max-width: 1000px;
	margin: auto;
	padding: 30px 0;
}
.foot_box .box {
	width : 20%;
	float: left;
	margin: 0 0.5%;
	text-align: left;
}
.foot_box .box:first-child {
	width : 36%;
}
.foot_box .box a {
	font-size: 12px;
	display: block;
	margin: 15px 10px;
	line-height: 150%;
}
.foot_box .box a::before {
	content: "ー";
}
.foot_box .box a.logo::before {
	content: "";
}
.foot_box h3 {
	font-size: 16px;
}
.foot_box h4 {
	font-size: 12px;
	margin-top: 20px;
}
.foot_box img {
	display:block;
	margin:auto;
}
.foot_box .sponsor {
	margin: 20px 0;
}
.foot_box .sponsor ol {
	margin: 10px 0;
}
.foot_box .sponsor ol li {
	display: inline-block;
	width: 24%;
	vertical-align: top;
}
.copyright {
	font-size: 12px;
	padding: 40px 0 0;
}
@media screen and (max-width: 480px) {
.foot_box {
	padding: 10px 0;
	width: 95%;
	margin: auto;
}
.foot_box .box {
	width : 98%;
	float: none;
	margin: 20px 0.5% 0;
	text-align: left;
}
.foot_box .box:first-child {
	width : 100%;
	margin: 0 auto;
}
.foot_box h3 {
	margin-top: 30px;
}
.foot_box .sponsor ol {
	vertical-align: top;
}
.foot_box .sponsor ol li {
	width: 46%;
	margin: 5px 1%;
	border: 1px solid #ccc;
	padding: 5px;
	vertical-align: top;
}
}
/*****
Google map
****/
.ggmap {
    position: relative;
    width: 100%;
    padding-top: 51.25%;
    height: 0;
}

.ggmap iframe {
    position: absolute;
	border-radius: 5px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.fixed-banner {
	position: fixed;
	z-index: 1000;
	background-repeat: no-repeat;
	background-size: cover;
	border: 2px solid #ff4500;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
	transition: all 0.3s ease-in-out; /* サイズ変更時にアニメーションを適用 */
	display: block;
	cursor: pointer; /* バナー全体をclickableにする */
}

/* 最小化ボタンの基本設定 (ここでは最小化機能として利用) */
.close-btn {
	position: absolute;
	top: 2px;
	right: 2px;
	z-index: 1001; 
	width: 24px;
	height: 24px;
	background-color: rgba(255, 255, 255, 0.9);
	border: none;
	border-radius: 50%;
	color: #ff4500;
	font-size: 16px;
	line-height: 1;
	cursor: pointer;
	text-align: center;
	padding: 0;
	font-weight: bold;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.close-btn:hover {
	color: #cc3700;
	background-color: #fff;
}

/* 最小化時のコンテンツ (短いテキスト) */
.minimized-text {
	display: none; /* 初期状態では非表示 */
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	color: white;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding: 0 8px;
	box-sizing: border-box;
	line-height: 1.2;
	cursor: pointer;
}

/* ================================================= */
/* 通常表示スタイル */
/* ================================================= */

/* フルバナーのリンク要素は常にバナー全体を覆う */
.full-link {
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
	display: block;
}

/* モバイル (480px 以下) - フルサイズ */
.fixed-banner:not(.minimized) {
	width: 100%;
	height: 90px;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 8px 8px 0 0;
}

/* PC (481px 以上) - フルサイズ */
@media (min-width: 481px) {
	.fixed-banner:not(.minimized) {
	    width: 250px;
	    height: 250px; 
	    bottom: 48px;
	    right: 16px;
	    left: auto;
	    border-radius: 8px;
	}
}

/* ================================================= */
/* 最小化 (MINIMIZED) スタイル */
/* ================================================= */

.fixed-banner.minimized {
	background-image: none !important;
	background-color: #f15a24;
	border: none;
}

/* 最小化時にはフルバナー要素を非表示 */
.fixed-banner.minimized .full-link,
.fixed-banner.minimized .close-btn {
	display: none;
}

/* 最小化時には最小化テキストを表示 */
.fixed-banner.minimized .minimized-text {
	display: flex; /* Flexを使って中央揃えを維持 */
}

/* PC (481px 以上) - 最小化サイズ */
@media (min-width: 481px) {
	.fixed-banner.minimized {
	    width: 160px; /* チップの横幅 */
	    height: 40px; /* チップの高さ */
	    bottom: 48px; 
	    right: 16px;
	    border-radius: 8px;
	}
}

/* モバイル (480px 以下) - 最小化サイズ */
@media (max-width: 480px) {
	.fixed-banner.minimized {
	    width: 100%;
	    height: 40px; /* 高さを半分にする */
	    bottom: 0;
	    border-radius: 8px 8px 0 0;
	}
	.fixed-banner.minimized .minimized-text {
	     /* モバイルでは文字サイズを少し小さく */
	    font-size: 12px;
	}
.close-btn {
	top: -12px;
	right: -2px;
}
}	.fixed-banner.minimized .minimized-text {
	     /* モバイルでは文字サイズを少し小さく */
	    font-size: 12px;
	}
}