@charset "utf-8";




/*リセットCSS（sanitize.css）の読み込み
---------------------------------------------------------------------------*/
@import url("https://unpkg.com/sanitize.css");

/*slick.cssの読み込み
---------------------------------------------------------------------------*/
@import url("https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.css");

/*Font Awesomeの読み込み
---------------------------------------------------------------------------*/
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css");

/*Google Fontsの読み込み
---------------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=BIZ+UDPGothic&display=swap');

/*テンプレート専用cssファイルの読み込み
---------------------------------------------------------------------------*/
@import url("animation.css");
@import url("inview.css");





/*全体の設定
---------------------------------------------------------------------------*/
html,body {
	margin: 0;padding: 0;
	height: 100%;
	font-size: 16px;	/*基準となるフォントサイズ。下の方にある「画面幅900px以上」で基準を大きなサイズに再設定しています。*/
}

body {
	font-family: "Yu Gothic", sans-serif;	/*フォント種類*/
	-webkit-text-size-adjust: none;
	background: #fff;	/*背景色*/
	color: #222;		/*全体の文字色*/
	line-height: 2;		/*行間*/
	overflow-x: hidden;
}

pre{
	margin: 0;
}

section#list {
    padding-left: 2%;
}

/*リセット*/
figure {margin: 0;}
dd {margin: 0;}
nav {margin: 0;padding: 0;}

/*table全般の設定*/
/*table {border-collapse:collapse;}*/

/*画像全般の設定*/
img {border: none;max-width: 100%;height: auto;vertical-align: middle;}

/*videoタグ*/
video {max-width: 100%;}

/*iframeタグ*/
iframe {width: 100%;}

/*ul,olタグ*/
ul, ol {margin-bottom: 30px;}


/*リンクテキスト全般の設定
---------------------------------------------------------------------------*/
a {
	color: #000000;	/*文字色*/
	transition: 0.3s;
}

a:hover {
	opacity: 0.8;	/*マウスオン時に80%の透明度にする*/
}

.footera {
	color: #ffffff;	/*文字色*/
	transition: 0.3s;
}


/*sectionタグと、詳細ページの共通設定
---------------------------------------------------------------------------*/
section,
main > article {
	padding-top: 1%;		
	padding-bottom: 1%;
}


/*containerブロック
---------------------------------------------------------------------------*/
#container_Top {
	height: 100%;
	max-width: 1920px;				/*サイトの最大幅*/
	margin: 0 auto;
	display: flex;					/*flexボックスを使う指定*/
	flex-direction: column;			/*子要素を縦並びにする*/
	justify-content: space-between;	/*並びかたの種類の指定*/
}

#container {
	height: 100%;
	max-width: 980px;				/*サイトの最大幅*/
	margin: 0 auto;
	display: flex;					/*flexボックスを使う指定*/
	flex-direction: column;			/*子要素を縦並びにする*/
	justify-content: space-between;	/*並びかたの種類の指定*/
	padding-right: 2%;
	padding-left: 2%;
}

#contents{
	max-width: 980px;
	margin: 0 auto;
}

/*header（ロゴなどが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	background: #00b1d4;	/*背景色*/
	position: relative;
}

/*ロゴ画像*/
header #logo img {display: block;}
header #logo {
	width: 200px;		/*幅*/
	margin: 0 auto;		/*ロゴを左右中央に配置*/
}

/*トップページのロゴ画像*/
.home header #logo {
	position: absolute; z-index: 1;
	width: 75%;		/*ロゴの幅*/
	left: 15%;		/*headerに対して、左からの配置場所*/
	top: 0px;		/*headerに対して、上からの配置場所*/
}

/*トップページのロゴ下に書いている説明文*/
header #logo p {
	font-size: 0.8em;
}


/*menubarブロック初期設定
---------------------------------------------------------------------------*/


/*メニューを非表示にしておく*/
#menubar {display: none;}
#menubar ul {list-style: none;margin: 0;padding: 0;}

/*開閉用のスタイル*/
#menubar.db {display: block;}
#menubar.dn {display: none;}

/*メニュー１個あたりの設定*/
#menubar a {
	display: block;text-decoration: none;
	text-align: center;	/*テキストを中央に*/
	padding: 14px 0;	/*上下、左右へのメニュー内の余白*/
	color:#eee;
	font-weight: bold;
}

/*マウスオン時*/
#menubar ul li a:hover {
	opacity: 1;
	background: #00b1d4;	/*背景色*/
}


/*大きな端末用のメニュー設定
---------------------------------------------------------------------------*/
/*メニューブロック設定*/
.p #menubar {
	border-bottom: 1px solid #666;	/*下線の幅、線種、色*/
}

/*メニュー１個あたりの設定*/
.p #menubar a {
	background: #000;	/*背景色*/
}


/*小さな端末用の設定（開閉ブロック）
---------------------------------------------------------------------------*/
/*メニューブロック設定*/
.s #menubar.db {
	position: fixed;overflow: auto;z-index: 100;
	left: 0px;top: 0px;
	width: 100%;
	height: 100%;
	padding: 70px 0;	/*上下、左右へのブロック内の余白*/
	background: rgba(0,0,0,0.9);		/*背景色。0,0,0は黒の事で0.9は色が90%出た状態の事。*/
	animation: animation1 0.2s both;	/*animation.cssの、animation1を実行する。0.2sは0.2秒の事。*/
	text-align: center;
}

/*メニュー１個あたりの設定*/
.s #menubar.db a {
	display: block;text-decoration: none;
	text-align: center;		/*テキストを中央に*/
	padding: 20px;	/*メニュー内の余白*/
}


/*ドロップダウンメニュー
---------------------------------------------------------------------------*/
/*ドロップダウンを非表示にしておく*/
#menubar .ddmenu_parent ul {
	display: none;
}

/*ドロップダウンメニューの親のリンク先が空なので、カーソルをデフォルトにしておく。*/
a.ddmenu {
	cursor: default;
}

/*ドロップダウンメニューを持つ親に矢印アイコンをつける設定*/
a.ddmenu::before {
	font-family: "Font Awesome 5 Free";	/*Font Awesomeを使う指定*/
	content: "\f150";		/*使いたいアイコン名をここで指定。Font Awesomeに記載されています。詳しくは当テンプレートのマニュアルを読んで下さい。*/
	font-weight: bold;		/*この手の設定がないとアイコンが出ない場合があります*/
	margin-right: 0.5em;	/*アイコンとテキストとの間に空けるスペース*/
	opacity: 0.6;			/*アイコンの透明度。色を60%出した状態。*/
}

/*ドロップダウンメニュー全体の設定*/
.ddmenu_parent ul {
	border: 1px solid #666;	/*線の幅、線種、色*/
}


/*３本バー（ハンバーガー）アイコン設定
---------------------------------------------------------------------------*/
/*開閉用のスタイル*/
#menubar_hdr.db {display: flex;}
#menubar_hdr.dn {display: none;}

/*３本バーを囲むブロック*/
#menubar_hdr {
	position: fixed;z-index: 101;
	cursor: pointer;
	left: 0.5%;			/*左からの配置場所指定*/
	top: 2px;			/*上からの配置場所指定*/
	padding: 16px 14px;	/*上下、左右への余白*/
	width: 52px;		/*幅（３本バーが出ている場合の幅になります）*/
	height: 52px;		/*高さ*/
	display: flex;					/*flexボックスを使う指定*/
	flex-direction: column;			/*子要素（３本バー）を縦並びにする*/
	justify-content: space-between;	/*並びかたの種類の指定*/
	transform: scale(1.2);			/*元々準備していたサイズの1.2倍にしました。お好みでサイズ調整して下さい。*/
}

/*バー１本あたりの設定*/
#menubar_hdr span {
	display: block;
	transition: 0.3s;	/*アニメーションにかける時間。0.3秒。*/
	border-top: 2px solid #fff;	/*線の幅、線種、色*/
	box-shadow: 1px 1px 2px #000;
}

/*×印が出ている状態の設定。※１本目および２本目のバーの共通設定。*/
#menubar_hdr.ham span:nth-of-type(1),
#menubar_hdr.ham span:nth-of-type(3) {
	transform-origin: center center;	/*変形の起点。センターに。*/
	width: 26px;						/*バーの幅*/
}

/*×印が出ている状態の設定。※１本目のバー。*/
#menubar_hdr.ham span:nth-of-type(1){
	transform: rotate(45deg) translate(6px, 7px);	/*回転45°と、X軸Y軸への移動距離の指定*/
}

/*×印が出ている状態の設定。※３本目のバー。*/
#menubar_hdr.ham span:nth-of-type(3){
	transform: rotate(-45deg) translate(6px, -7px);	/*回転-45°と、X軸Y軸への移動距離の指定*/
}

/*×印が出ている状態の設定。※２本目のバー。*/
#menubar_hdr.ham span:nth-of-type(2){
	display: none;	/*２本目は使わないので非表示にする*/
}


/*mainブロック設定
---------------------------------------------------------------------------*/
/*mainブロックの設定*/
main {	
	flex: 1;
}

/*mainブロック内のh2タグ*/
.bold,.line,.shopName,.shops-newsArea{
	margin: 0;
	margin-bottom: 2%;	/*下に空けるスペース*/
	position: relative;		/*アニメーションに必要な設定*/
	letter-spacing: 0.1em;	/*文字間隔を少しだけ広くとる設定*/
	border-bottom: 3px solid #180ded;	/*デフォルトのラインの色。下の「bottom」と「height」の３ヶ所の数字部分を合わせる*/
}

/*下線スタイル*/
main h2 .uline {
	display: inline-block;position: relative;
	padding: 10px 20px;	/*h2タグ内の余白。上下、左右への順番。*/
	bottom: -3px;		/*上の「border-bottom」と下の「height」の３ヶ所の数字部分を合わせる。※この行だけマイナスをつけるように。*/
}
main h2 .uline::before {
	content: "";position: absolute;bottom: 0px;left: 0px;width: 100%;
	height: 3px;	/*ラインの高さ。上の「border-bottom」と「bottom」の３ヶ所の数字部分を合わせる*/
	background: #00b1d4;		/*アニメーション時のラインの色*/
	transition: 1s 0.5s;		/*1sはアニメーションの実行時間は1秒。0.5秒遅れてスタートする指定。*/
	transform: scaleX(0);		/*幅。最初は0にして見えなくしておく。*/
	transform-origin: left top;	/*線の出現起点が左からになるように。中央からの出現がよければこの１行削除。*/
}
main h2.linestyle .uline::before {
	transform: scaleX(1);
}

/*背景ボックスがbg1の場合*/
main .bg1 h2 .uline::before {
	background: #555;		/*アニメーション時のラインの色*/
}

/*mainブロック内のh3タグ*/
main h3 {
	padding: 0 20px;
	margin-bottom: 1em;	/*下に空けるスペース*/
	border-bottom: 1px solid #ddd;
}

/*mainブロックのpタグ*/

/* main p + p {
	margin-top: -1em;
} */


/*2カラムの場合
---------------------------------------------------------------------------*/
/*2カラム（.mainと.sub）を囲むブロック*/
.c2 {
	display: flex;			/*flexボックスを使う指定*/
	flex-direction: column;	/*子要素を縦並びにする*/
	padding: 1% 5%;			/*ボックス内の余白*/
}

/*.mainのsectionのpaddingを一旦リセット*/
.main section {
	padding: 0;
}

/*１つ目以外のsectionの上部に空ける余白。section同士の上下間にとる余白です。*/
.main section:not(:nth-of-type(1)) {
	padding-top: 5%;
}

/*main（※頭にドット「.」のない「main」とは全く異なります。）*/
.main {
	order: 2;	/*表示させる順番。数字が小さい方が最初に表示されます。*/
}

/*sub*/
.sub {
	order: 1;	/*表示させる順番。数字が小さい方が最初に表示されます。*/
}

/*sub内のh3タグ*/
.sub h3 {
	font-weight: normal;
	font-size: 1em;
	margin: 0;
	border: none;
	background: #555;	/*背景色*/
	text-align: center;		/*テキストをセンタリング*/
	color: #eee;
}


/*submenu（２カラム時にsubで使っているメニュー）
---------------------------------------------------------------------------*/
/*メニュー全体の設定*/
ul.submenu {
	list-style: none;
	padding: 0;margin: 0;
	margin-bottom: 20px;		/*メニューブロックの下に空けるスペース*/
	border-top: solid 1px #666;	/*上の線の幅、線種、色*/
}

/*メニュー１個あたりの設定*/
ul.submenu li {
	display: block;margin: 0;
	border-bottom: solid 1px #666;	/*下線の幅、線種、色*/
}
ul.submenu li a {
	text-decoration: none;display: block;
	padding: 5px 10px;	/*上下、左右へとる余白*/
}

/*マウスオンj時の背景色*/
ul.submenu li a:hover {
	opacity: 1;
	background: #000;
	color:#fff;
}


/*フッター設定
---------------------------------------------------------------------------*/
footer small {font-size: 100%; color:#fff;}

footer {
	font-size: 0.7rem;		/*文字サイズ*/
	text-align: center;		/*内容をセンタリング*/
	background: #000;	/*背景色*/
}

/*リンクテキスト*/
footer a {text-decoration: none;}

/*著作部分*/
.pr {display: block;}

/*copyrightと著作部分*/
.copy {padding: 1%;}


/*フッターメニュー設定
---------------------------------------------------------------------------*/
/*ボックス全体の設定*/
#footermenu {
	background: #000;	/*背景色*/
	color: #ffffff;		/*文字色*/
	padding: 20px;		/*ボックス内の余白*/
	display: flex;		/*flexボックスを使う指定*/
	justify-content: space-between;	/*並びかたの種類の指定*/
	align-items: flex-start;		/*垂直揃えの指定。上に配置されるように。*/
}

/*ボックス内のリンクテキスト設定*/
#footermenu a {
	text-decoration: none;
	color: #ffffff;	/*文字色*/
	font-weight: 500;
}

/*リンクテキストのマウスオン時*/
#footermenu a:hover {
	color: #ccc;	/*文字色*/
}

/*ulタグ（メニューの列単位）*/
#footermenu ul {
	margin: 0;
	padding: 0 2px;
	flex: 1;
	list-style: none;
}

/*title*/
#footermenu .title {
	font-weight: bold;		/*太字にする*/
	color: #ccc;			/*文字色*/
	padding-bottom: 5px;	/*下に空けるスペース*/
}


/*「お知らせ」ブロック
---------------------------------------------------------------------------*/
/*お知らせブロック*/
#new {
	margin: 0;
	display: flex;		/*flexボックスを使う指定*/
	flex-wrap: wrap;	/*折り返す指定*/
	padding: 0 20px;	/*上下、左右へのボックス内の余白*/
}

/*日付(dt)、記事(dd)共通設定*/
#new dt,
#new dd {
	padding: 5px 0;		/*上下、左右へのボックス内の余白*/
}

/*日付(dt)設定*/
#new dt {
	width: 8em;	/*幅。8文字(em)分。※下の「900px以上」の端末用の設定に再設定があります。*/
}

/*日付の横のマーク（共通設定）*/
#new dt span {
	display: none;	/*小さな端末では非表示にしておく。*/
}

/*記事(dd)設定*/
#new dd {
	width: calc(100% - 8em);	/*「8em」は上の「#new dt」のwidthの値です。※下の「900px以上」の端末用の設定に再設定があります。*/
}


/*listブロック
---------------------------------------------------------------------------*/
.list {
	margin-bottom: 30px;	/*ボックス同士の上下間に空けるスペース*/
	color: #999;			/*文字色*/
	position: relative;
}

/*ボックス内のh4タグ*/
.list h4 {
	margin: 0;
	color: #666;	/*文字色*/
}
.list h4 a {
	color: #666;	/*リンクテキストの文字色*/
}

/*ボックス内のpタグ*/
.list p {
	margin: 0;
	font-size: 0.8em;	/*文字サイズを80%に*/
}

/*list内のNEWマーク*/
.list .new {
	font-size: 0.6em;		/*文字サイズ*/
	background: #ff0000;	/*背景色*/
	width: 50px;			/*幅*/
	line-height: 50px;		/*高さ*/
	border-radius: 50%;		/*角丸のサイズ。円形になります。*/
	text-align: center;		/*テキストをセンタリング*/
	position: absolute;
	left: -10px;			/*listブロックに対して左からの配置場所の指定*/
	top: -10px;				/*listブロックに対して上からの配置場所の指定*/
	transform: rotate(-30deg);	/*回転。まっすぐ表示させたいならこの１行を削除。*/
}

/*list内でのbtn*/
.list .btn {
	margin-top: 1em;	/*ボタンの上に１文字分のスペースを空ける*/
}
.list .btn a {
	display: block;
}


/*FAQ
---------------------------------------------------------------------------*/
/*FAQボックス全体*/
.faq {
	padding: 0 5px;	/*上下、左右へのボックス内の余白*/
}

/*質問*/
.faq dt {
	border-radius: 3px;		/*枠を角丸にする指定*/
	margin-bottom: 20px;	/*下に空けるスペース*/
	background: linear-gradient(#222, #000);	/*背景グラデーション*/
	text-indent: -2em;				/*テキストのインデント。質問が複数行になった際に、テキストの冒頭を揃える為に設定しています。*/
	padding: 5px 1em 5px 3em;		/*ボックス内の余白。ここを変更する場合、上のtext-indentも調整します。*/
	border: 1px solid #555;		/*枠線の幅、線種、色*/
}

/*アイコン（Font Awesome）*/
.faq dt::before {
	font-family: "Font Awesome 5 Free";	/*Font Awesomeを使う指定*/
	content: "\f059";		/*使いたいアイコン名をここで指定。Font Awesomeに記載されています。詳しくは当テンプレートのマニュアルを読んで下さい。*/
	color: #00b1d4;			/*アイコンの色*/
	padding-right: 1em;		/*アイコンとテキストの間の余白*/
}

/*回答*/
.faq dd {
	padding: 5px 1em 30px 3em;		/*ボックス内の余白**/
}

/*opencloseを適用した要素のカーソル*/
.openclose {
	cursor: pointer;	/*カーソルの形状。リンクと同じスタイルにしてクリックできると認識してもらう。*/
}

.faq dt span {text-indent: 0;}


/*btnの設定
---------------------------------------------------------------------------*/
p.btn {margin: 0;}

/*ボタンを囲むブロック*/
.btn {
	text-align: center;	/*内容をセンタリング*/
}

/*ボタン*/
.btn a,
.btn input {
	display: inline-block;text-decoration: none;border: none;
	font-size: 1em;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.2);	/*ボックスの影。右へ、下へ、ぼかし幅の順。0,0,0は黒の事で0.2は色が20%出た状態。*/
	background: #00b1d4;	/*背景色*/
	color: #ff6347;			/*文字色*/
	letter-spacing: 0.1em;	/*文字間隔を少し広くする指定*/
	transition: 0.3s;		/*hoverまでにかける時間。0.3秒。*/
	padding: 1em 2em;		/*余白*/
	margin: 0 auto 30px;	/*ボタンの外側に空けるスペース。上、左右、下への順番。*/
}

/*ボタンのマウスオン時*/
.btn a:hover,
.btn input:hover {
	cursor: pointer;		/*inputタグを使う場合に「手」のマークになるように。リンクと同じ表示になるようにという事です。*/
	opacity: 1;
	filter: brightness(1.2);
	transform: scale(1.02);	/*実寸の102%に拡大*/
}

/*listブロック内のボタン*/
.list .btn a {
	margin: 0;
}

/*背景ボックスがbg1の場合*/
.bg1 .btn a,
.bg1 .btn input {
	background: #555;	/*背景色*/
}


/*テーブル
---------------------------------------------------------------------------*/
/*テーブル１行目に入った見出し部分（※caption）*/
.ta1 caption {
	font-weight: bold;		/*太字に*/
	padding: 10px 5px;		/*上下、左右へのボックス内の余白。基本的に数行下の「.ta1 th, .ta1 td」のpaddingと揃えておけばOKです。*/
	background: #555;		/*背景色*/
	margin-bottom: 15px;	/*下に空けるスペース*/
}

/*ta1テーブルブロック設定*/
.ta1 {
	border-top: 1px solid #666;	/*テーブルの一番上の線。幅、線種、色*/
	width: 100%;
	margin: 0 auto 30px;		/*最後の「30px」がテーブルの下に空けるスペースです*/
}

/*tr（１行分）タグ設定*/
.ta1 tr {
	border-bottom: 1px solid #666;	/*テーブルの下線。幅、線種、色*/
}

/*th（左側）、td（右側）の共通設定*/
.ta1 th, .ta1 td {
	padding: 10px 5px;		/*上下、左右へのボックス内の余白*。基本的に数行上の「.ta1 caption」のpaddingと揃えておけばOKです。*/
	word-break: break-all;	/*英語などのテキストを改行で自動的に折り返す設定。これがないと、テーブルを突き抜けて表示される場合があります。*/
}

/*th（左側）のみの設定*/
.ta1 th {
	width: 30%;			/*幅*/
	text-align: left;	/*左よせにする*/
}


/*PAGE TOP（↑）設定
---------------------------------------------------------------------------*/
.pagetop-show {display: block;}

/*ボタンの設定*/
.pagetop a {
	display: block;text-decoration: none;text-align: center;z-index: 99;
	position: fixed;	/*スクロールに追従しない(固定で表示)為の設定*/
	right: 20px;		/*右からの配置場所指定*/
	bottom: 20px;		/*下からの配置場所指定*/
	font-size: 1.5em;	/*文字サイズ*/
	background: rgba(0,0,0,0.2);	/*背景色。0,0,0は黒の事で0.2は色が20%出た状態。*/
	width: 60px;		/*幅*/
	line-height: 60px;	/*高さ*/
	border-radius: 50%;	/*円形にする*/
}
.pagetop img {
	transition: transform 0.5s; /* アニメーションの速度 */
}
.pagetop:hover img {
	transform: rotate(360deg); /* 一周回転 */
}

/*bg1（背景に色がついたタイプ）
---------------------------------------------------------------------------*/
.bg1 {
	background: #00b1d4;	/*背景色*/
}


/*その他
---------------------------------------------------------------------------*/
.clearfix::after {content: "";display: block;clear: both;}
.color-theme, .color-theme a {color: #00b1d4 !important;}
.color-check, .color-check a {color: #f00 !important;}
.c {text-align: center !important;}
.ws {width: 95%;display: block;}
.wl {width: 95%;display: block;}
.mb30 {margin-bottom: 30px !important;}
.mt30 {margin-top: 30px !important;}
.look {display: inline-block;padding: 0px 10px;background: #666; color: #fff; border-radius: 3px;margin: 5px 0; word-break: break-all;}
.look .color-check {color: #ffcc00 !important;}
.small {font-size: 0.6em; color:#fff;}
.pc {display: none;}





/*---------------------------------------------------------------------------
ここから下は画面幅400px以上の追加指定
---------------------------------------------------------------------------*/
@media screen and (min-width:400px) {

/*header（ロゴなどが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*トップページのロゴ画像*/
.home header #logo {
	padding-top: 5%;	/*上に空ける余白。上下間のバランスをとって下さい。*/
}

/*　※注意！　下の閉じカッコ　}　はこのブロックに必要なので、削除しないで下さい。　*/

}





/*---------------------------------------------------------------------------
ここから下は画面幅600px以上の追加指定
---------------------------------------------------------------------------*/
@media screen and (min-width:600px) {


/*header（ロゴなどが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*トップページのロゴ画像*/
.home header #logo {
	width: 40%;			/*ロゴの幅*/
	padding-top: 10%;	/*上に空ける余白。上下間のバランスをとって下さい。*/
}



/*listブロック
---------------------------------------------------------------------------*/
.list-container {
	display: flex;					/*flexボックスを使う指定*/
	justify-content: space-between;	/*並びかたの種類の指定*/
}

/*ボックス内のfigure画像*/
.list figure {
	width: 30%;			/*幅*/
	margin-right: 5%;	/*画像の右側に空けるスペース*/
}

/*ボックス内のtextブロック*/
.list .text {
	flex: 1;
	margin-right: 5%;
}


/*　※注意！　下の閉じカッコ　}　はこのブロックに必要なので、削除しないで下さい。　*/

}





/*---------------------------------------------------------------------------
ここから下は画面幅800px以上の追加指定
---------------------------------------------------------------------------*/
@media screen and (min-width:800px) {


/*全体の設定
---------------------------------------------------------------------------*/
html, body {
	font-size: 18px;	/*基準となるフォントサイズの上書き*/
}


/*header（ロゴなどが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*トップページのロゴ画像*/
.home header #logo {
	left: 10%;			/*headerに対して、左からの配置場所*/
	padding-top: 13%;	/*上に空ける余白。上下間のバランスをとって下さい。*/
}


/*menubarブロック設定
---------------------------------------------------------------------------*/
/*メニューブロック全体*/
#menubar ul {
	margin: 0;
	display: flex;
	justify-content: space-around;
	line-height: 1.6;	/*行間を少しだけ狭くする*/
}

/*メニュー１個あたりの設定*/
#menubar ul li {
	flex: 1;
}


/*ドロップダウンメニュー
---------------------------------------------------------------------------*/
#menubar .ddmenu_parent{
	position: relative;	/*ddmenu ulの幅となる基準を作っておく*/
}

/*ドロップダウンメニューブロック全体*/
#menubar .ddmenu_parent ul {
	position: absolute;			/*絶対配置するための指定*/
	z-index: 100;
	width: 100%;				/*親のliタグに幅を合わせる*/
}


/*３本バー（ハンバーガー）アイコン設定
---------------------------------------------------------------------------*/
/*ハンバーガーメニューを非表示にする*/
#menubar_hdr {display: none;}


/*2カラムの場合
---------------------------------------------------------------------------*/
/*2カラム（.mainと.sub）を囲むブロック*/
.c2 {
	flex-direction: row;			/*子要素を横並びにする*/
	justify-content: space-between;	/*並びかたの種類の指定*/
}

/*main（※頭にドット「.」のない「main」とは全く異なります。）*/
.main {
	width: calc(100% - 250px);	/*幅。250pxというのは、下のsubのwidthの値に余白分を加えた数字です。ちょうど200pxにしてしまうとキツキツになるので。*/
}

/*sub*/
.sub {
	width: 200px;	/*幅。変更する際は上の.mainのwidthも調整して下さい。*/
}


/*「お知らせ」ブロック
---------------------------------------------------------------------------*/
/*日付(dt)設定*/
#new dt {
	width: 14em;	/*幅。14文字(em)分。*/
	display: flex;	/*flexボックスを使う指定*/
	justify-content: space-between;	/*日付とアイコンをそれぞれ端に寄せる*/
}

/*日付の横のマーク（共通設定）*/
#new dt span {
	display: inline-block;	/*表示させる*/
	width: 6em;				/*幅。6文字(em)分。*/
	background: #999;		/*背景色*/
	font-size: 0.8em;		/*文字サイズを80%に。*/
	text-align: center;		/*文字をセンタリング*/
	margin-right: 1em;		/*アイコンの右側に空けるスペース*/
	align-self: flex-start;	/*高さを間延びさせない指定*/
	line-height: 1.8;		/*行間を少し狭く*/
	position: relative;top: 0.4em;	/*上下の配置バランスの微調整*/
}

/*bg1設定。サンプルテンプレートでは「サービス」と書いてあるマーク*/
#new dt span.icon-bg1 {
	background: #00b1d4;	/*背景色*/
}

/*記事(dd)設定*/
#new dd {
	width: calc(100% - 14em);	/*「14em」は上の「#new dt」のwidthの値です。*/
}


/*listブロック
---------------------------------------------------------------------------*/
/*listブロック全体を囲むブロック*/
.list-container {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	padding-right: 5%;
	padding-left: 5%;	/*折り返す指定*/
}

/*3個あたりのボックス設定*/
.list {
	margin:0 auto;		/*左右に中央寄せ*/
}

/*3の倍数のボックスへの追加設定*/
.list:nth-of-type(3n) {
	margin-right: 0;	/*右側マージンをなくす*/
}

/*ボックス内のfigure画像*/
.list figure {
	width: 100%;
	margin-right: 0;
}

/*ボックス内のtextブロック*/
.list .text {
	margin-right: 0;
}

/*ボックス内のh4タグ*/
.list h4 {
	margin: 10px 0;	/*上下、左右への余白*/
}
/*2個あたりのボックス設定*/
.list_02 {
	flex-direction: column;			/*子要素を縦並びにする*/
	width: 48%;			/*幅。３列になります。*/
	margin-right: 2%;	/*右側へのマージン*/
}

/*2の倍数のボックスへの追加設定*/
.list_02:nth-of-type(2n) {
	margin-right: 0;	/*右側マージンをなくす*/
}

/*ボックス内のfigure画像*/
.list_02 figure {
	width: 100%;
	margin-right: 0;
}

/*ボックス内のtextブロック*/
.list_02 .text {
	margin-right: 0;
}

/*ボックス内のh4タグ*/
.list_02 h4 {
	margin: 10px 0;	/*上下、左右への余白*/
}



/*テーブル
---------------------------------------------------------------------------*/
/*テーブル１行目に入った見出し部分（※caption）*/
.ta1 caption {
	padding: 5px 15px;		/*上下、左右へのボックス内の余白*/
}

/*th（左側）、td（右側）の共通設定*/
.ta1 th, .ta1 td {
	padding: 20px 15px;		/*上下、左右へのボックス内の余白*/
}

/*th（左側）のみの設定*/
.ta1 th {
	width: 20%;		/*幅*/
}


/*その他
---------------------------------------------------------------------------*/
.ws {width: 48%;display: inline;}
.sh {display: none;}
.pc {display: block;}


/*　※注意！　下の閉じカッコ　}　はこのブロックに必要なので、削除しないで下さい。　*/

}

@media screen and (max-width:600px) {
	section{
		padding-right: 1%;
		padding-left: 1%;
	}
}



.shopSection{
    max-width: 845px;
    margin: 0 auto;    
}

.icon{
    width: 6.0355%;
}

.shop-descriptionArea{
    display: flex;
    max-width: 845px;
    margin: 0 auto; /* 中央寄せ */
}

.aspect-ratio-box{
	width: 100%;
}

.shop-descriptionArea2{
    padding-left:3.8461%;
    width: 41.775147928%;
}

p.shop-description,p.cashless{
	margin: 0px auto;
}

.cashlessicon{
    width: 23.054755%;
}

.shop-description{
    font-size: 20px;
    font-weight: 400;
    margin: 0px auto;
}

.shopName {
    display: flex; /* Flexboxを使用 */
    align-items: center; /* 垂直方向の中央揃え */
}

.shopName .icon {
    margin-right: 10px; /* アイコンとテキストの間の余白 */
    width: 30px; /* アイコンのサイズ */
    height: auto; /* 高さを自動調整 */
}

.Employee_recruitment{
    margin-top: 60px;
    margin-bottom: 70px;
}

.baseinformationArea{
    max-width: 835px;
    margin: 0 auto;
}

.baseinformationArea h2{
    border-bottom:3px solid #004AFF;
}

@media screen and (max-width: 950px) {
	.shop-descriptionArea{
		display: block;
		max-width: 100%;
		margin: 0 auto; /* 中央寄せ */
	}
	.shop-descriptionArea2{
		padding-left:0;
		width: 100%;
	}
	.cashlessicon{
		width: 100%;
	}
	.shop-description{
		font-size: 16px;
	}
	.Employee_recruitment{
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.shops-newsArea{
		max-width: 100%;
		margin: 0 auto;
	}
	.baseinformationArea{
		max-width: 100%;
		margin: 0 auto;
	}

	.aspect-ratio-box {
		width: 100%;
				
	}
}


  
 .fa-instagram {
    border-radius: 30%;

  /* グラデーション設定 */
  background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), 
              radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), 
              radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), 
              radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), 
              radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), 
              radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), 
              radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent),
              linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
	animation: poyoyon3 2.5s infinite;
	opacity: 1;
	color: #eee;
	


}

@keyframes poyoyon3 {
	0%, 40% {
	  transform: skew(0deg, 0deg);
	}
	5% {
	  transform: skew(5deg, 5deg);
	}
	10% {
	  transform: skew(-4deg, -4deg);
	}
	15% {
	  transform: skew(3deg, 3deg);
	}
	20% {
	  transform: skew(-2deg, -2deg);
	}
	25% {
	  transform: skew(1deg, 1deg);
	}
	30% {
	  transform: skew(-0.6deg, -0.6deg);
	}
	35% {
	  transform: skew(0.3deg, 0.3deg);
	}
  }

.bridgestone-benefits-Area {
	margin-bottom: 3%;
}
  

.bridgestone-benefits {
    flex: 1; /* フレキシブルなサイズ */
    padding-right: 3%; /* 右の画像との間にパディングを追加 */
	max-width: 450px; 
	text-shadow: 2px 2px 4px #000000;
}

.bridgestone-benefits-Area2 {
    display: flex; /* フレックスボックスを有効化 */
    align-items: flex-start; /* アイテムを上端に揃える */
    justify-content: space-between; /* アイテムの間に等間隔を開ける */
	flex-direction: row-reverse;
	margin-bottom:3%;
}

.bridgestone-benefits2 {
    flex: 1; /* フレキシブルなサイズ */
    padding-left: 3%; /* 右の画像との間にパディングを追加 */
	max-width: 450px; 
	text-shadow: 2px 2px 4px #000000;
}

.bridgestone-benefits2-title{
	padding-right:5%;
	color:white;
	border:none;
}

.bridgestone-benefits2-text{
	color:white;
	padding-right: 5%
}

.bridgestone-benefits-title{
	padding-left:5%;
	color:white;
	border:none;
}

.bridgestone-benefits-text{
	color:white;
	padding-left: 5%
}


.sns-area {
    display: flex; /* フレックスコンテナを設定 */
    align-items: center; /* 中央揃え */
    justify-content: space-between; /* 子要素を均等に配置 */
}

.sns-area .c, .sns-area .calendar {
    flex: 1; /* 各要素にフレキシブルな幅を与える */
    padding: 10px; /* 見た目の調整 */
    box-sizing: border-box; /* パディングとボーダーを幅に含める */
}


.sns-area {
    padding: 5px;
    text-align: center; /* 中央揃え */
	position: fixed;
    z-index: 101;
    cursor: pointer;
    right: 5%;
    top: 3vw;
	background-color:rgba(0,0,0,0.2);
	
}

.sns-area .snstitle {
    color: #333; /* 見出しの色 */
    margin-bottom: 3px;
	font-weight: bold;
}

.fa-regular{
	font-size: 2em;
	border-radius: 25%;
	background-color:#d20bf3;
}

.calendar {
	position   : relative;                /* 指定した分だけ相対的に移動 */
  }
  .calendar:hover .balloon {
	display: inline;                /* インライン要素として表示 */
  }
  .balloon {
	position   : absolute;                /* 親要素を基準 */
	display: none;                        /* 要素を非表示 */
	padding: 1%;                         /* テキストの前後の余白 */
	background-color: rgba(102, 102, 255, 0.7);       /* 背景色（透明度） */
	width:180px;                          /* 吹き出し全体の幅 */
	right: 5%;                          /* 表示位置 */
	top : 100%;                           /* 表示位置 */
	margin-top : 12px;                    /* 表示位置 */
	font-size: 80%;  
	font-weight: 900;                     /* 文字サイズ */
  }
  .balloon:after{
	border-bottom: 12px solid rgba(102, 102, 255, 0.7); /* 吹き出し口の高さ・色 */
	border-left: 10px solid transparent;    /* 吹き出し口の幅１／２ */
	border-right: 10px solid transparent;   /* 吹き出し口の幅１／２ */
	top: -12px;                             /* 吹き出し口の位置調整 */
	right : 5%;                              /* 吹き出し口の横位置 */
	content: "";                       /* コンテンツの挿入 */
	position: absolute;                /* 親要素を基準 */
  }



.Company_mission {
	
	background-size: 100% 100%; /* パーセンテージでサイズ指定 */
	background-position: center;
	background-repeat: no-repeat;
	height: 25vh;
	max-width: 980px;
	width: 100%;
	margin: 0 auto;
	transition: background-size 0.5s ease; /* 背景サイズの変化を滑らかに */
	overflow: hidden; /* 背景画像がコンテナ外にはみ出さないように */
	margin-bottom: 43px;
}

.Company_mission a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #FFF;
	font-family: "Yu Gothic", sans-serif;
	font-weight: 700;
	font-size:5vw;
	background-color: rgba(0, 0, 0, 0.7);
}

.Company_mission:hover {
	background-size: 110% 110%; /* ホバー時に背景画像を10%拡大 */
}

.instafeed {
	max-width: 1280px;
	display: flex;
	justify-content: space-between; /* 画像間に均等なスペースを確保 */
	margin: 0 auto;
  }
  
  .instafeed a {
	flex-basis: 28%; /* 各リンクが全体の28%の幅を持つように設定 */
	transform: rotate(0); /* 初期状態では回転なし */
	transition: transform 0.3s; /* アニメーションの速さを指定 */
  }
  
  .instafeed a:hover {
	transform: rotate(5deg); /* ホバー時に5度傾く */
  }
  
  .instafeed img {
	width: 100%; /* 画像がaタグの幅にフィットするように設定 */
	height: auto; /* 画像の縦横比を保持 */
  }
  
  .Instatitle{
	  text-align: center;
	  font-size: 3vw;
	  font-weight: bold;
	  margin-bottom: 20px;
	  animation: blink-animation 0.5s linear infinite; /* 2秒間隔で無限に点滅 */
	
  }

  @keyframes blink-animation {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}   


.Instatitle span {
    background: linear-gradient(to right, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


  .instasubtitle{
	  text-align: right;
	  font-size: 3vw;
	  margin-bottom: 20px;
  }

  .seasonal_products {
    display: flex; /* フレックスボックスを利用 */
    justify-content: center; /* 水平方向の中心に配置 */
    align-items: center; /* 垂直方向の中心に配置 */
	margin-top: 5vw;
  }

  .charm1{
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  }
  .charm2{
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 1s ease-out, transform 1s ease-out;
  }

  .charm3{
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 1.5s ease-out, transform 1.5s ease-out;
  }
  
  .charmvisit1 {
	opacity: 1;
	transform: translateY(0);
  }

  .Strongtitle{
	text-align: center;
	font-size: 2.5vw;
	font-weight: bold;
	margin-bottom: 20px;
	 
}

.strongsubtitle{
	text-align: center;
	font-size: 1.5vw;

}
