@charset "utf-8";


/*各cssファイルの読み込み
---------------------------------------------------------------------------*/
@import url("keyframes.css");
@import url("slide.css");

/*全端末（PC・タブレット・スマホ）共通設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*全体の設定
---------------------------------------------------------------------------*/

body {
	margin: 0px;padding: 0px;
	font-family: "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;	/*文字サイズ*/
	line-height: 1.5;		/*行間*/
	color: #666;		/*文字色*/
	background: #fff;	/*背景色*/
	-webkit-text-size-adjust: none;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,form,select,textarea,input {margin: 0px;padding: 0px;font-size: 16px;font-weight: normal;}
ul {list-style-type: none;}
img {border: none;max-width: 100%;height: auto;vertical-align: middle;}
table {border-collapse:collapse;font-size: 100%;border-spacing: 0;}
video {max-width: 100%;}
iframe {width: 100%;}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #666;
	transition: 0.4s;
}
a:hover {
	color: #5ead00;
	text-decoration: none;
}

/*ヘッダーブロック（ロゴやメニューが入った最上段ブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	position: fixed;	/*ヘッダーを上部に固定する指定*/
	z-index: 1;
	left: 0px;			/*左からの配置場所の指定*/
	top: 0px;			/*上からの配置場所の指定*/
	width: 100%;		/*幅*/
	background: #403c33;	/*背景色*/
	font-size: 14px;	/*文字サイズ*/
	height: 55px;		/*ヘッダーの高さ*/
	padding: 5px;
}

/*メインメニュー
---------------------------------------------------------------------------*/
/*メニューブロック全体*/
#menubar {
	float: left;
}
/*メニュー１個あたりの指定*/
#menubar li {
	float: left;
	letter-spacing: -0.05em;
	padding-top: 0px;
}
#menubar li a, .ddmenu-title {
	display: block;text-decoration: none;
	color: #fff;	/*文字色*/
	padding: 0px 15px;	/*上下、左右へのメニュー内の余白*/
	line-height: 50px;	/*行間。headerのheightと数字を合わせる。*/
}
/*マウスオン時の背景色*/
#menubar li a:hover {
	background: #5ead00 !important;
}
/*ドロップダウンメニューの親メニューへの追加指定。基本指定は上の.ddmenu-titleにあります。*/
.ddmenu-title {
	padding-left: 40px;	/*アイコン分の余白を確保*/
	background: url(../images/arrow1.png) no-repeat 10px center / auto 25px;	/*アイコン画像の読み込み。最後の25pxは高さ指定。*/
}

/*小さい端末用メニューを非表示にする*/
#menubar-s,#menubar-s2 {display: none;}
/*３本バーアイコンを表示させない*/
#menubar_hdr {display: none;}

/*ドロップダウンメニュー（ddmenu）
---------------------------------------------------------------------------*/
/*メニューブロック全体*/
#menubar ul.ddmenu {
	position:absolute;visibility: hidden;z-index: 10;
	width: auto;
	margin-left: -40px;	/*.ddmenu-titleのpadding-leftと数字を合わせてマイナス記号をつける。*/
}
/*メニュー１個あたりの指定*/
#menubar ul.ddmenu li {
	float: none;
}
#menubar ul.ddmenu li a {
	background: #403c33;	/*背景色（古いブラウザ用）*/
	background: rgba(64,60,51,0.8);	/*背景色。0,0,0は黒の事で0.8は色が80%出た状態。*/
	border: 1px solid rgba(255,255,255,0.4);	/*線の幅、線種、色。255,255,255は白の事で0.4は色が40%出た状態。*/
	border-top: none;	/*上の線だけ消す*/
}
/*１つ目のメニューへの追加指定*/
#menubar ul.ddmenu li:first-child a {
	border-top: 1px solid rgba(255,255,255,0.4);	/*上の線の指定*/
}
/*ドロップダウンのマウスオン事*/
li:hover ul.ddmenu {
	animation-name: opa1;	/*keyframes.cssで使う@keyframesの指定*/
	animation-duration: 0.4S;	/*アニメーションの実行時間。0.4秒。*/
	animation-fill-mode: both;	/*アニメーションの待機中は最初のキーフレームを維持、終了後は最後のキーフレームを維持。*/
}

/*facebookやtwitterなどのアイコン
---------------------------------------------------------------------------*/
/*アイコン(以下、header右側テキストとして使用)を囲むブロック*/
ul.icon {
	float: right;	/*アイコンブロックを右に回り込み*/
	margin-right: 20px;	/*右側に空けるスペース*/
}
/*アイコン1個毎の設定*/
ul.icon li {
	display: inline-block;	/*横並びにさせる指定*/
	padding-top: 10px;	/*上に空ける余白。header内の上下の配置バランスをここでとって下さい。*/
}

/*コンテンツ（contents）
---------------------------------------------------------------------------*/
/*コンテンツブロック全体*/
#contents {
	margin-top: 65px;	/*上に空ける余白。headerとの間に空けたいスペースを調整して下さい*/
	padding: 3%;		/*コンテンツ内の余白*/
}
/*トップページのコンテンツへの追加指定*/
.home #contents {
	margin-top: 550px;	/*スライドショーの高さに合わせて調整して下さい*/
}
/*h2タグ*/
#contents h2 {
	clear: both;
	margin-bottom: 20px;	/*下に空けるスペース*/
	font-size: 16px;		/*文字サイズ*/
	background: #5d584d;		/*背景色*/
	color: #fff;			/*文字色*/
	border-left: 10px solid #5ead00;	/*左の線の幅、線種、色*/
	line-height: 2.0;		/*行間*/
	padding-left: 20px;		/*左に空ける余白*/
}
/*h2タグ内のspanタグ*/
#contents h2 span {
	font-size: 80%;	/*文字サイズ*/
	padding-left: 20px	/*左に空ける余白*/
}
/*h2タグ内のspanタグの文字の最初と最後に表示させる記号*/
#contents h2 span::before,#contents h2 span::after {
	content: "-";
}

/*h3タグ*/
#contents h3 {
	clear: both;
	margin-bottom: 20px;	/*下に空けるスペース*/
	font-size: 16px;
	font-weight: bold;		/*文字サイズ*/
	border-bottom: 2px solid #000;	/*下の線の幅、線種、色*/
	padding-left: 10px;		/*左に空ける余白*/
}
/*段落タグ設定*/
#contents p {
	padding: 0px 10px 20px;	/*上、左右、下への余白*/
}
/*他。微調整。*/
#contents p + p {
	margin-top: -5px;
}
#contents h2 + p,
#contents h3 + p {
	margin-top: -10px;
}
#contents section + section {
	margin-top: 30px;
}

/*list（トップページやServiceページで使っている横長ブロック）
---------------------------------------------------------------------------*/
/*ボックスの設定*/
#contents .list {
	position: relative;overflow: hidden;
	display: flex;
	align-items: center;
	background: #000;	/*背景色*/
	color: #fff;		/*文字色*/
	margin-bottom: 1px;	/*ボックス同士に空けるスペース*/
}
/*リンクテキストの文字色*/
#contents .list a {
	color: #fff;
}
/*ボックス内のh4（見出し）タグ*/
#contents .list h4 {
	margin-bottom: 10px;	/*下のテキストとの間に空けるスペース*/
	font-size: 120%;		/*文字サイズ*/
}
/*ボックス内のp（段落）タグ*/
#contents .list p {
	padding: 0;		/*余白のリセット*/
}
/*ボックス内のfigure画像*/
#contents .list figure {
	float: left;	/*左に回り込み*/
	width: 30%;		/*画像の幅*/
}
/*「class="text"」を指定したブロック。テキストブロック。*/
#contents .list .text {
	float: right;	/*右に回り込み*/
	width: 64%;		/*幅*/
	margin: 3%;		/*外側に取るスペース。これがないと枠ギチギチに文字が表示されます。*/
}

/*btn1
---------------------------------------------------------------------------*/
.btn1 a {
	display: block;text-decoration: none;
	background: #5ead00 url(../images/arrow4.png) no-repeat 95% center / 15px;	/*背景色、アイコン画像の読み込み。95%は左からの配置場所、最後の15pxは画像幅。*/
	color: #fff;	/*文字色*/
	max-width: 300px;	/*最大幅。画面幅が狭くなった場合、小さく縮小されていきます。*/
	text-align: center;	/*テキストをセンタリング*/
	padding: 5px 30px;	/*上下、左右へのボタン内の余白*/
	margin: 20px auto 0;	/*上、左右、下へのボタンの外側への余白*/
}
/*マウスオン事に少し位置をずらす指定*/
.btn1 a:hover {
	position: relative;
	left: 1px;
	top: 1px;
}

/*フッター設定
---------------------------------------------------------------------------*/
footer {
	clear: both;
	text-align: center;
	font-size: 14px;		/*文字サイズ*/
	color: #fff;			/*文字色*/
}
footer a {color: #fff;}
footer a:hover {color: #fff;}
footer .pr {display: block;}

/*フッターメニュー
---------------------------------------------------------------------------*/
/*ボックス全体*/
#footermenu {
	overflow: hidden;
	padding: 20px 3%;		/*上下、左右へのボックス内の余白*/
	background: rgba(64,60,51,0.85);	/*背景色*/
}
/*リンクテキスト*/
#footermenu a {
	text-decoration: none;
	opacity: 0.7;	/*透明度。70%の色がついた状態。*/
}
/*マウスオン時*/
#footermenu a:hover {
	opacity: 1;		/*透明度。100%色がついた状態。*/
	color: #5ead00;
}
/*１行分の設定*/
#footermenu ul {
	float: left;		/*左に回り込み*/
	width: 98%;			/*幅。今回は４列作っているので、この数字と下のpadding-rightとpadding-leftを合計した数字が１列分になる。(23%＋1%＋1%)×4列＝100%*/
	padding-right: 1%;	/*右に空ける余白*/
	padding-left: 1%;	/*左に空ける余白*/
	text-align: center;	/*テキストを左寄せ*/
}
/*見出し*/
#footermenu li.title, #footermenu li.title a {
	opacity: 1;	/*透明度。100%色がついた状態。*/
	font-size: 110%;	/*文字サイズ*/
}

/*コピーライト
---------------------------------------------------------------------------*/
#copyright {
	clear: both;
	text-align: center;
	background: #333;	/*背景色*/
	padding: 20px;
	}
#copyright a {text-decoration: none;}
#copyright a:hover {color: #5ead00;}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#new dl {
	padding: 0px 10px;		/*上下、左右へのブロック内の余白*/
	margin-bottom: 20px;	/*ブロックの下(外側)に空ける余白*/
	overflow: auto;			/*上の高さを超えるコンテンツ量になった場合にスクロールバーを出す*/
}
/*日付設定*/
#new dt {
	float: left;
	width: 8em;
	letter-spacing: 0.1em;
}
/*記事設定*/
#new dd {
	padding-left: 1em;
	border-bottom: 0px solid #ccc;	/*下線の幅(お知らせ複数時は1pxにする)、線種、色*/
}

/*ta1設定
---------------------------------------------------------------------------*/
/*テーブル１行目に入った見出し部分（※caption）*/
.ta1 caption {
	border: 1px solid #ccc;	/*テーブルの枠線の幅、線種、色*/
	border-bottom: none;	/*下線だけ消す*/
	text-align: left;		/*文字を左寄せ*/
	background: #eee;	/*背景色*/
	font-weight: bold;		/*太字に*/
	padding: 10px;	/*ボックス内の余白*/
}
/*ta1テーブル*/
.ta1 {
	width: 100%;
	table-layout: fixed;
	margin: 0 0 20px;
	background: #fff;	/*背景色*/
}
.ta1, .ta1 td, .ta1 th {
	border: 1px solid #ccc;	/*テーブルの枠線の幅、線種、色*/
	padding: 10px;	/*ボックス内の余白*/
	word-break: break-all;
}
/*左側ボックス*/
.ta1 th {
	width: 150px;	/*幅*/
	text-align: center;	/*センタリング*/
	font-weight: normal;
}

/*inputボタン
---------------------------------------------------------------------------*/
#contents input[type="submit"].btn,
#contents input[type="button"].btn,
#contents input[type="reset"].btn {
	padding: 5px 10px;		/*上下、左右へのボックス内の余白*/
	border: 1px solid #ccc;	/*枠線の幅、線種、色*/
	font-size: 20px;		/*文字サイズ*/
	border-radius: 3px;		/*角丸のサイズ*/
	background: #eee;		/*背景色*/
}
/*マウスオン時の設定*/
#contents input[type="submit"].btn:hover,
#contents input[type="button"].btn:hover,
#contents input[type="reset"].btn:hover {
	border: 1px solid #999;	/*枠線の幅、線種、色*/
	background: #fff;		/*背景色*/
}

/*NEWアイコン
---------------------------------------------------------------------------*/
.newicon {
	background: #F00;	/*背景色*/
	color: #FFF;		/*文字色*/
	font-size: 60%;		/*文字サイズ*/
	line-height: 1.5;
	padding: 2px 5px;
	border-radius: 2px;
	margin: 0px 2px;
	vertical-align: middle;
}

/*PAGE TOP（↑）設定
---------------------------------------------------------------------------*/
/*通常時のボタンは非表示*/
body .nav-fix-pos-pagetop a {display: none;}
/*fixmenu_pagetop.jsで設定している設定値になったら出現するボタンスタイル*/
body.is-fixed-pagetop .nav-fix-pos-pagetop a {
	display: block;text-decoration: none;text-align: center;
	width: 50px;		/*幅*/
	line-height: 50px;	/*高さ*/
	z-index: 1;
	position: fixed;
	bottom: 20px;	/*下から20pxの場所に配置*/
	right: 2%;		/*右から3%の場所に配置*/
	background: #666;	/*背景色（古いブラウザ用）*/
	background: rgba(0,0,0,0.6);	/*背景色。0,0,0は黒の事。0.6は60%色がついた状態。*/
	color: #fff;	/*文字色*/
	border: 1px solid #fff;	/*枠線の幅、線種、色*/
	animation-name: opa1;	/*keyframes.cssで使う@keyframesの指定*/
	animation-duration: 1S;	/*アニメーションの実行時間*/
	animation-fill-mode: both;	/*アニメーションの待機中は最初のキーフレームを維持、終了後は最後のキーフレームを維持。*/
}
/*マウスオン時*/
body.is-fixed-pagetop .nav-fix-pos-pagetop a:hover {
	background: #999;	/*背景色*/
}

/*checkブロック。赤い注意書きブロックです。
---------------------------------------------------------------------------*/
p.check {
	background: #ff0000;
	color:#fff;
	padding: 10px 25px !important;
	margin-bottom: 20px;
}
p.check a {color: #fff;}

/*ul.disc,olタグ
---------------------------------------------------------------------------*/
ul.disc {
	list-style: disc;
	padding: 0 20px 20px 45px;
}
ol {
	padding: 0 20px 20px 45px;
}

/*その他
---------------------------------------------------------------------------*/
.look {background: #222;padding: 5px 10px;border-radius: 4px;border: 1px solid #333;color: #fff;}
.mb15,.mb1em {margin-bottom: 15px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb50 {margin-bottom: 50px !important;}
.clear {clear: both;}
.color1, .color1 a {color: #5ead00 !important;}
.pr {font-size: 10px;}
.wl {width: 96%;}
.ws {width: 50%;}
.c {text-align: center;}
.r {text-align: right;}
.l {text-align: left;}
.fl {float: left;}
.fr {float: right;}
.big1 {font-size: 40px;}
.mini1 {font-size: 11px;display: inline-block;line-height: 1.5;}

.dn {display: none;}

/*ロゴ画像*/
#logo3 img {
	float: left;	/*左に回り込み*/
	height: 55px;
	width: auto;
	margin-right: 20px;
	background: #5ead00;	/*背景色*/
}

/*画面幅1000px以下の設定(タブレット)※1001以上はPC
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1000px){

/*メインメニュー
---------------------------------------------------------------------------*/
/*タブレット用メニューブロック全体*/
#menubar-s {
	display: block;overflow: auto;height: 100%;
	text-align: left;
	position: fixed;z-index: 100;
	top: 80px;
	left: 0px;
	width: 100%;
	background: rgba(64,60,51,0.85);	/*背景色*/
	border-top: 1px solid #fff;		/*上の線の幅、線種、色*/
	animation-name: opa1;		/*keyframes.cssで使う@keyframesの指定*/
	animation-duration: 0.6s;	/*アニメーションの実行時間。0.5秒。*/
	animation-fill-mode: both;	/*待機中は最初のキーフレームを、完了後は最後のキーフレームを維持*/
	font-size: 16px;	/*文字サイズ*/
}
/*メニュー１個あたりの設定と、子メニューの見出し。*/
#menubar-s ul li a,#menubar_hdr2 {
	display: block;text-decoration: none;
	padding: 10px 15px;	/*上下、左右へのメニュー内の余白*/
	border-bottom: 1px solid #fff;	/*下の線の幅、線種、色*/
	color: #fff;		/*文字色*/
}

/*ヘッダーブロック*/
header {
	height: 70px;		/*ヘッダーの高さ*/
	background: #403c33;	/*背景色*/
	text-align: center;
}

/*ロゴ画像*/
header #logo2 img {
	float: left;	/*左に回り込み*/
	height: 70px;
	width: 40%;
	margin-left: 0px;	/*調整*/
}

/*PC用メニューを非表示にする*/
#menubar {display: none;}

/*子メニュー
---------------------------------------------------------------------------*/
/*子メニューの見出しの追加。基本は上のブロックで設定しています。*/
#menubar_hdr2 {
	padding-left: 35px;
}
/*子メニューメニューブロック全体*/
#menubar-s2 {
	display: block;
	margin-top: 10px;
	background: rgba(64,60,51,0.8);	/*背景色*/
	border: 1px solid #666;		/*上の線の幅、線種、色*/
	border-bottom: none;		/*下の線のみ消す*/
}
/*「＞」アイコン設定*/
#menubar_hdr2.close {
	background: url(../images/arrow2.png) no-repeat 10px 13px / 18px;
}
/*「＾」アイコン設定*/
#menubar_hdr2.open {
	background: url(../images/arrow3.png) no-repeat 10px 12px / auto 18px;
}
/*子メニュー１個あたりの設定*/
#menubar-s2 li a {
	color: #fff !important;	/*文字色*/
	padding: 5px;	/*余白*/
	border-bottom: 1px solid #666 !important;		/*下の線の幅、線種、色*/
}

/*３本バーアイコン設定
---------------------------------------------------------------------------*/
/*３本バーブロック*/
#menubar_hdr {
	display: block;
	position: fixed;z-index: 100;
	top: 0px;		/*上からの配置場所*/
	right: -2px;	/*右からの配置場所*/
}
/*アイコン共通設定*/
#menubar_hdr.close,
#menubar_hdr.open {
	width: 50px;	/*幅*/
	height: 50px;	/*高さ*/
}
/*三本バーアイコン*/
#menubar_hdr.close {
	background: url(../images/icon_menu.png) no-repeat center top/50px;	/*背景画像の読み込み、画像の上半分（３本マーク）を表示。幅は50px。*/
}
/*閉じるアイコン*/
#menubar_hdr.open {
	background: url(../images/icon_menu.png) no-repeat center bottom/50px;	/*背景画像の読み込み、画像の下半分（×マーク）を表示。幅は50px。*/
}

/*facebookやtwitterなどのアイコン
---------------------------------------------------------------------------*/
/*アイコン全体を囲むブロック*/
ul.icon {
	float: left;	/*アイコンブロックを左に回り込み*/
	margin-left: 20px;	/*左側に空けるスペース*/
}

}

/*画面幅600px以下の設定(スマホ)
-----------------------------------------------------------*/
@media screen and (max-width:600px){

/*全体の設定
---------------------------------------------------------------------------*/
body {
	font-size: 16px;
	font-size: 2.93vw;
}

/*３本バーブロック*/
#menubar_hdr {
	display: block;
	position: fixed;z-index: 100;
	top: 0px;		/*上からの配置場所*/
	right: -2px;	/*右からの配置場所*/
}

/*スマホ用メニューブロック全体*/
#menubar-s {

	top: 80px;
}

/*ヘッダーブロック（ロゴやメニューが入った最上段ブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	height: 70px;		/*ヘッダーの高さ*/
	background: #403c33;	/*背景色*/
	text-align: center;
}
/*ロゴ画像*/
  header #logo1 {
    width: 100% !important;       /* 親要素いっぱい */
    display: block;
  }

  header #logo1 img {
    width: 100% !important;       /* 親いっぱいに表示 */
    height: 70px !important;      /* 高さ固定 */
    object-fit: fill;              /* 横方向に伸び縮み */
    transform: scaleX(1.2);       /* 横に20%拡大 */
    transform-origin: left center; /* 左端固定で右方向に拡大 */
    display: block;
  }

/*facebookやtwitterなどのアイコン
---------------------------------------------------------------------------*/
/*アイコン全体を囲むブロック=>電話番号で使用*/
ul.icon {
	float: none;
	margin-left: -3px;	/*調整*/
}
/*アイコン１個あたりの設定*/
ul.icon li {
	padding-top: 0px;
}

/*コンテンツ（contents）
---------------------------------------------------------------------------*/
/*コンテンツブロック全体*/
#contents {
	margin-top: 90px;	/*上に空ける余白。headerとの間に空けたいスペースを調整して下さい*/
	padding: 2%;		/*コンテンツ内の余白*/
}
/*トップページのコンテンツへの追加指定*/
.home #contents {
	margin-top: 340px;	/*スライドショーの高さに合わせて調整して下さいdef=400*/
}
/*h2タグ*/
#contents h2 {
	border-left: 5px solid #5ead00;	/*左の線の幅、線種、色*/
	line-height: inherit;
	padding-left: 10px;		/*左に空ける余白*/
}
/*h3タグ*/
#contents h3 {
	padding-left: 5px;		/*左に空ける余白*/
}
/*段落タグ設定*/
#contents p {
	padding: 0px 5px 20px;	/*上、左右、下への余白*/
}

/*テーブル（ta1）
---------------------------------------------------------------------------*/
/*ta1設定*/
.ta1, .ta1 td, .ta1 th {
	padding: 5px;	/*ボックス内の余白*/
}
/*ta1の左側ボックス*/
.ta1 th {
	width: 100px;
}

/*その他
---------------------------------------------------------------------------*/
body.s-n #sub,body.s-n #footermenu {display: none;}
.big1 {font-size: 20px !important;}
.ws,.wl {width: 94%;}
.fl {float: none;}
.fr {float: none;}
}
/*contnts内画像の余白
---------------------------------------------------------------------------*/
.yohakulb5w60 {width: 60%; margin-left: 5px;margin-bottom: 5px;}/*スマホ用*/
.yohakulb5w {margin-left: 5px;margin-bottom: 5px;}/*PC用*/

/*ページ内リンクのずれ調整(全vpでの大まかな調整)
---------------------------------------------------------------------------*/
html {
  scroll-behavior: smooth;
}

[id] {
  scroll-margin-top: 115px; /* 固定ヘッダーの高さ程度に調整、スマホ横幅優先 */
}

/*テーブルの一番左の列の背景をグレーにする
---------------------------------------------------------------------------*/
.gray-left td:first-child,
.gray-left th:first-child {
  background: #eee;
}

/*施設ページの画像の配置
---------------------------------------------------------------------------*/
.img-row {
  display: flex;
  flex-wrap: wrap;       /* 横幅オーバー時は折り返す */
  gap: 10px;             /* 横と縦の間隔をまとめて設定 */
}

/* ----------------- PC / タブレット ----------------- */
@media screen and (min-width: 601px) {
  .pc {
    flex: 0 0 auto;      /* 横幅に応じて拡縮しない */
    min-width: 200px;    /* 画像の最小幅。横に並べられるだけ横に並べ、狭くなったら自動で折り返す」ための目安。この幅以下になると折り返す */
    margin-bottom: 5px; /* 行間の縦余白 */
  }

  .sh {
    display: none;       /* スマホ画像は非表示 */
  }
}

/* ----------------- スマホ ----------------- */
@media screen and (max-width: 600px) {
  .pc {
    display: none;
  }

  .sh {
    display: block;
    width: 60%;           /* スマホは幅60% */
    margin-bottom: 5px;  /* 縦余白 */
  }
}

/* 料金表の背景をグレーに */

/* ▼ 最初の2行をグレー */
.priceTable tr:nth-child(-n+2) th,
.priceTable tr:nth-child(-n+2) td {
    background: #f0f0f0;
}

/* ▼ 最初の2列（colgroup で完全コントロール） */
.priceTable col.col1,
.priceTable col.col2 {
    background: #f0f0f0;
}

/* col背景がセルに反映されないブラウザ対策 */

.priceTable td,
.priceTable th {
    background-clip: padding-box;
}

.scroll-table {
    overflow-x: auto;      /* 横スクロールを有効にする */
    -webkit-overflow-scrolling: touch;  /* iOSでスムーズスクロール */
}

/* 一番左の列を狭くにする */
.priceTable .col1 {
    width: 10%;              /* 細く */
    white-space: nowrap;     /* 改行禁止 → 最小幅になる */
    padding-right: 5px;      /* 余白を少しだけ（任意） */
}

/* 2列目も狭くにする ------------------------------*/
/* 1列目（左）：改行禁止のまま */
.priceTable .col1 {
    width: 10%;
    white-space: nowrap;
    padding-right: 5px;
}

/* ★スマホだけ col2 のみ強制折り返し */
@media (max-width: 600px) {
    .priceTable .col2 {
        white-space: normal !important;
        word-break: break-all !important;
    }
}

/*Safari（iPhone）でも折り返す設定*/

@media (max-width: 600px) {
    .priceTable .col2 {
        white-space: normal !important;      /* 改行許可 */
        word-break: break-word !important;   /* Safari 用：単語途中で改行可能 */
        overflow-wrap: break-word !important;/* Safari 用：はみ出し防止 */
        hyphens: auto !important;            /* Safari 用：文字レベル改行 */
    }
}


/* 2列目も狭くする(ここまで) ------------------------*/

/* 1列目以外を改行禁止 */
.priceTable th:not(:first-child),
.priceTable td:not(:first-child) {
    white-space: nowrap;
}

/* テーブル全体に枠線 */
.infoTable,
.infoTable th,
.infoTable td {
    border: 1px solid #666;   /* 枠線の色・太さ */
    border-collapse: collapse; /* 枠線を重ねず1本に */
}

/* 全セル改行可能 */
.infoTable th,
.infoTable td {
    white-space: normal;
}

/* 横スクロール対応 */
.scroll-table {
    overflow-x: auto;
}

/* 枠線・フォント・余白を両テーブルで統一 */
.priceTable, .infoTable,
.priceTable th, .infoTable th,
.priceTable td, .infoTable td {
    border: 1px solid #ccc;       /* 枠線の色 */
    border-collapse: collapse;     /* 枠線を重ねず1本に */
    font-size: 14px;               /* 文字サイズ */
    padding: 5px;                  /* セル内余白 */
}

/* 料金表の1列目は普通に表示（改行OK） */
.priceTable .col1 {
    white-space: normal;
}

/* 料金表の1・2行目を太字に */
.priceTable tr:nth-child(1) th,
.priceTable tr:nth-child(1) td,
.priceTable tr:nth-child(2) th,
.priceTable tr:nth-child(2) td {
    font-weight: bold;
}

/* お子様の宿泊料金表の1列目も普通に表示（改行OK） */
.infoTable .col1 {
    white-space: normal;
}

/* 料金表・お子様の宿泊料金表の1列目以外は改行禁止（料金表は必要な場合） */
/* 今回は両方全セル改行可能にする場合は不要。不要なら削除可能 */
/*
.priceTable td:not(:first-child),
.priceTable th:not(:first-child),
.infoTable td:not(:first-child),
.infoTable th:not(:first-child) {
    white-space: nowrap;
}
*/

/* お子様の宿泊料金表の1行目（ヘッダー行）をグレーにする */
.priceTable tr:first-child th,
.priceTable tr:first-child td,
.infoTable tr:first-child th,
.infoTable tr:first-child td {
    background-color: #f0f0f0;  /* 好みに応じて色を変更可能 */
}

/*---------- ワンちゃんの宿泊料金表 ----------*/
/* 横スクロール対応 */
.scroll-table {
    overflow-x: auto;
}

/* 枠線・余白・フォントを統一（料金表と同じ見た目） */
.dogTable,
.dogTable th,
.dogTable td {
    border: 1px solid #ccc;        /* 枠線の色 */
    border-collapse: collapse;      /* 枠線を重ねず1本に */
    font-size: 14px;                /* 文字サイズ */
    padding: 5px;                   /* セル内余白 */
    white-space: normal;            /* 全セル改行可能 */
}

/* 1列目をbold・背景グレー */
.dogTable th:first-child,
.dogTable td:first-child {
    font-weight: bold;
    background-color: #f0f0f0;  /* 薄いグレー。好みに応じて変更可能 */
}

<style>

/* キャンセルポリシー表 */
/* 横スクロール対応 */
.scroll-table {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

/* テーブル共通スタイル */
.cancelTable,
.cancelTable th,
.cancelTable td {
    border: 1px solid #ccc;
    border-collapse: collapse;
    font-size: 14px;
    padding: 5px;
    white-space: normal;  /* 全セル改行可能 */
}

/* 1列目を太字＋背景グレー */
.cancelTable th:first-child,
.cancelTable td:first-child {
    font-weight: bold;
    background-color: #f0f0f0;
    text-align: left;
}
</style>

/* 写真集サムネイル配列 */
.thumb-wrapper {
  /* display: flex は使わない */
}
.thumb {
  display: inline-block;
  height: 60px;
  width: auto;
  vertical-align: bottom; 
  margin-right: 5px;
  margin-bottom: 5px; /* このmarginが効く */
}

/* 予約プロセス画像二行時の画像間余白、スマホ表示扱いにする境界は 757より少し上の800pxとした */
@media screen and (max-width: 800px) {
    .yoyaku-img {
        display: block;       /* 横並びを解除 */
        margin-top: 0 !important;
        margin-bottom: 10px;  /* ここに確実に余白を作る */
    }
}

@media screen and (max-width: 800px) {
    .yoyaku-img {
        display: block;
        width: 96%;
        max-width: 100%;
        height: auto;
        margin: 0 auto 2%; /* 下余白を画像幅の5%にする */
        box-sizing: border-box;
    }
}

/* PC〜スマホ横幅 320pxでも収まるように数字セル中央寄せ(フォント固定サイズ) */

.priceTable td.price {
  white-space: nowrap;  /* 改行せず表示 */
  text-align: center;   /* 横方向中央寄せ */
  font-size: 14px;      /* 固定サイズ */
}

.priceTable td.col2 {
  white-space: normal;  /* 折返し可 */
  word-break: break-all;
}

.scroll-table {
  overflow-x: auto;      /* 横スクロール対応 */
  -webkit-overflow-scrolling: touch;
}

/* お子様の宿泊料金表 */
/* 3列目・4列目をすべて中央寄せ */
.infoTable td:nth-child(3),
.infoTable td:nth-child(4) {
  text-align: center;
  white-space: nowrap;  /* 料金など改行不要のセルは改行せず */
  font-size: 14px;      /* 必要に応じて固定サイズ */
}

/* メニュー列（2列目）は折返し可能 */
.infoTable td.col2 {
  white-space: normal;
  word-break: break-all;
}

/* 横スクロール対応 */
.scroll-table {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* お子様の宿泊料金表修正 */
/* 3列目を全列中央寄せ（!importantで上書き） */
.infoTable td:nth-child(3),
.infoTable th:nth-child(3) {
    text-align: center !important;
}
/* 4列目を改行可能 */
.infoTable td:nth-child(4),
.infoTable th:nth-child(4) {
    white-space: normal;
}

/* PricetableをPCで自然に詰まり、スマホでは幅100%とする */
/* PC用 */
@media screen and (min-width: 481px) {
  /* 親要素の幅を auto または max-widthに調整 */
  .table-container {  /* テーブルを包んでいる divがあれば */
    width: auto;
    max-width: 720px; /*  画面が狭くなったときの挙動
画面幅 > 720px → 表の幅は 720px で固定
画面幅 ≤ 720px → 表の幅は画面幅に合わせて縮む */
    margin: 0 auto;   /* 中央寄せ */
  }

  /* テーブル本体 */
  table.ta1 {
    width: auto !important;
    table-layout: auto !important;
  }

  /* 左列の固定幅解除 */
  table.ta1 th {
    width: auto !important;
  }
}
/* PricetableをPCで自然に詰まり、スマホでは幅100%とするはここまで */

/* 予約サイトへのリンクテーブルを600px以上で左寄せ */
@media screen and (min-width: 600px) {
    table.resv-box {
        margin-left: 0 !important;
        margin-right: auto !important;
    }
}

/* all.gif を左寄せしつつ、テーブルを必ず「下」に配置 */
.all-img {
    display: block;
    margin: 0 0 20px 0; /* 左寄せ＋下に余白 */
}

/* 各ページのタイトル */

.page-title {
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  padding: 10px 15px;
  line-height: 1.2;
  letter-spacing: 2px;
  border-radius: 6px;
  color: #fff; /* 文字色は白 */

  /* 左側を h2 と同じ #5d584d にして右にベージュ */
  background: linear-gradient(135deg, #5d584d 0%, #d6c9af 100%);
}

/* アイコンだけ別色にする */
.page-title i {
  color: #d6c9af;
}

/* ===== カレンダーのスクロール ===== */
.calendar-wrapper {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}

.calendar-img {
/*   width: 100%; */
  height: auto;
  display: block;
}

.calendar-scroll-hint {
  display: none; /* PCでは非表示 */
  position: absolute;
  top: 8px;
  left: 8px;
  background: rgba(0,0,0,0.5);
  color: #fff;
  padding: 6px 10px;
  border-radius: 6px;
  font-size: 13px;
  z-index: 5;
  pointer-events: none;
}

/* ===== スマホ用（横スクロール＋ヒント表示） ===== */
@media (max-width: 600px) {
  .calendar-wrapper {
    overflow-x: auto;               /* 横スクロール有効 */
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    padding-bottom: 8px;
    position: relative;             /* wrapperがrelativeであることを再確認 */
  }

  .calendar-img {
    display: inline-block;          /* 横並びにする */
    width: 175%;                    /* 拡大率 */
    max-width: none;
  }

  .calendar-scroll-hint {
    display: block;                     /* スマホだけ表示 */
    top: 25px;                          /* 下へずらす */
    background: rgba(210,180,140,0.8);  /* 明るい茶色 */
    color: #d14776;                     /* 濃いピンク */
    font-weight: bold;                   /* 太字 */
    padding: 6px 10px;
    border-radius: 6px;
    font-size: 16px;
  }

  /* スクロールバーの見た目 */
  .calendar-wrapper::-webkit-scrollbar {
    height: 8px;
  }
  .calendar-wrapper::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,0.25);
    border-radius: 4px;
  }
}

/* ===== アクセスマップ共通スタイル ===== */
.map1-wrapper, .map2-wrapper {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}

.map1-img, .map2-img {
/* ===  width: 100%; === */
  height: auto;
  display: block;
}

.map1-scroll-hint, .map2-scroll-hint {
  display: none; /* PCでは非表示 */
  position: absolute;
  top: 8px;
  left: 8px;
  background: rgba(0,0,0,0.5);
  color: #fff;
  padding: 6px 10px;
  border-radius: 6px;
  font-size: 13px;
  z-index: 5;
  pointer-events: none;
}

/* ===== スマホ用（横スクロール＋ヒント表示） ===== */
@media (max-width: 600px) {
  .map1-wrapper, .map2-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    padding-bottom: 8px;
    position: relative;
  }

  .map1-img, .map2-img {
    display: inline-block;
    width: 175%; /* 横スクロール用の拡大率 */
    max-width: none;
  }

  .map1-scroll-hint, .map2-scroll-hint {
    display: block;
    top: 25px;
    background: rgba(210,180,140,0.8);
    color: #d14776;
    font-weight: bold;
    padding: 6px 10px;
    border-radius: 6px;
    font-size: 16px;
  }

  /* スクロールバーの見た目 */
  .map1-wrapper::-webkit-scrollbar, .map2-wrapper::-webkit-scrollbar {
    height: 8px;
  }
  .map1-wrapper::-webkit-scrollbar-thumb, .map2-wrapper::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,0.25);
    border-radius: 4px;
  }
}

/* メディアクエリ毎のdisplayタイプ */
.sh, .ta, .pc {
  display: none !important;
}

/* スマホ */
@media screen and (max-width: 600px) {
  .sh {
    display: block !important;
  }
}

/* タブレット */
@media screen and (min-width: 601px) and (max-width: 1000px) {
  .ta {
    display: block !important;
  }
}

/* PC */
@media screen and (min-width: 1001px) {
  .pc {
    display: block !important;
  }
}

/* スマホ用：上余白 -15px */
@media screen and (max-width: 600px) {
  h2.ueyohaku {
    margin-top: -15px;
  }
}

/* タブレット用：上余白 0px */
@media screen and (min-width: 601px) and (max-width: 1000px) {
  h2.ueyohaku {
    margin-top: 0px;
  }
}

/* PC用：上余白 0px */
@media screen and (min-width: 1001px) {
  h2.ueyohaku {
    margin-top: 0px;
  }
}
