@charset "utf-8";



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


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


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


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

body {
	font-family: "Zen Kaku Gothic New", sans-serif;
	-webkit-text-size-adjust: none;
	background: #f9f1e1 url(../images/bg_kazari.png) no-repeat left top / 100%;	/*背景色、背景壁紙の読み込み*/
	color: #57524b;		/*全体の文字色*/
	line-height: 2;		/*行間*/
  padding-top: 50px;
}
body.home {
  padding-top: 0;
}

/*リセット*/
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;}
a img {transition: .3s ease-in-out;}
a:hover img {filter: brightness(1.1);}

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

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

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

/*section全般の設定*/
section > div {
	padding: 50px 5%;	/*上下、左右に空ける余白*/
}


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

a:hover {
	color: #938a7d;	/*マウスオン時の文字色*/
}


/*ヘッダーメニュー設定
---------------------------------------------------------------------------*/
#global-nav {
	position: fixed;
	left: 0;
	top: 0;
  z-index: 100;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 54px;
  padding: 5px 8px 5px 0;
}
#global-nav .nav-logo {
  position: relative;
  width: 120px;
  margin-inline: 5px;
  margin-block: 0;
  padding: 0;
  font-size: 1rem;
}
#global-nav .nav-logo:hover img {
  filter: brightness(1);
  transform: scale(1.1);
}
#global-nav ul {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
#global-nav li a {
  display: block;
  padding: 0.4em;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 600;
  color: #6B5139;
  white-space: nowrap;
}

/* スクロールしたら背景に色 */
#global-nav {
  transition: all 0.5s ease 0s;
}
#global-nav::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease 0s;
  background-color: rgba(249, 241, 225, 0);
}
#global-nav.fixed::before {
  background-color: rgba(249, 241, 225, .8);
}

/* トップページだけ動き(PCは常駐) */
.home #global-nav {
  transform: translateY(-100px);
}
.home #global-nav.fixed {
  transform: translateX(0);
}

/*トップページ以外にある右上の電話番号画像の設定*/
header .tel {
	width: 300px;	/*幅*/
  position: absolute;
  right: -30px;
  top: -5px;
  z-index: 1;
}


/*TOPのキービジュアル
---------------------------------------------------------------------------*/
.kv {
	display: flex;					/*flexボックスを使う指定*/
	justify-content: center;	/*並びかたの種類の指定*/
  gap: 3vw;
	max-width: 1400px;				/*最大幅*/
	margin: 0 auto;
}

/*ロゴ画像*/
.kv .logo {
	margin: 0;
	width: 200px;		/*ロゴ画像の幅*/
	margin-top: 10px;	/*ロゴの上部に空けるスペース*/
	margin-left: 100px;	/*ロゴの左側に空けるスペース*/
  position: relative;
  z-index: 1;
}

/*トップページのロゴ画像への追加設定*/
.kv .logo {
  position: relative;
  z-index: 2;
	width: 30%;
  min-width: 150px;
	margin-left: 3%;
  margin-block: 10vw;
}

/*decoブロック（色がついた装飾タイプのブロック）
---------------------------------------------------------------------------*/
/*decoブロックの設定*/
.deco {
	background: 
	url(../images/bg_deco_top.png) repeat-x left -80px top / 750px,
	url(../images/bg_deco_bottom.png) repeat-x center bottom / 700px;
	padding-top: 130px;
	padding-bottom: 38px;
}

/*上で読み込む背景画像のカラーを抜き出して指定して下さい。*/
.deco > div {
	background: #F7A459;
  padding-block: 20px 10px;
}

/*decoブロックのh2見出し*/
.deco h2 {
	color: #f9f1e1;	/*文字色*/
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);	/*テキストの影。右へ、下へ、距離、0,0,0は黒の事で0.3は30%色が出た状態。*/
}
.deco h3 {
	color: #f9f1e1;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);	/*テキストの影。右へ、下へ、距離、0,0,0は黒の事で0.3は30%色が出た状態。*/
}

/*decoブロック、フッターブロック内にあるcolor-themeの文字色*/
.deco .color-theme, .deco .color-theme a,
footer .color-theme {
	color: #ffe13d !important;
}

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

.deco + section > div {
  padding-block: 50px 30px;
}


/*mainブロック設定
---------------------------------------------------------------------------*/
/*mainブロック内のh2タグ*/
main h2 {
	position: relative;
	color: #F7A459;			/*文字色*/
	font-size: 2.2rem;		/*文字サイズ。remの単位についてはテンプレート内の解説をお読み下さい。*/
  font-weight: 500;
	letter-spacing: 0.1em;
	margin: 0 0 40px;
	line-height: 1.3;
}

/*mainブロック内のh3タグ*/
main h3 {
	position: relative;
	font-size: 1.4rem;
  font-weight: 500;
	margin: 30px 0 10px;
	color: #F7A459;
}

/*mainブロック内のh3タグ内のulineタグ*/
main h3 .uline {
	display: inline-block;
	background: url(../images/u_line1.png) repeat-x center bottom / 100px;	/*下線のイラスト*/
	padding: 0 15px 10px;	/*上、左右、下への余白*/
}

/*装飾文字(small)の指定*/
h2 .small {
	display: block;
	font-size: 1rem;
  margin-top: 0.5em;
}

/*mainブロックのpタグ*/
.home main p {
	margin: 0 20px 30px;	/*上、左右、下へ空けるスペース*/
}

/*微調整*/
.home main h2 + p, .home main h3 + p {
	margin-top: -10px;
}

/* リード文 */
.lead {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 60px;
}

/*２カラム利用時
---------------------------------------------------------------------------*/
.c2 {
	display: flex;
	flex-direction: column;
}


/*２カラム利用時のmainブロック（※冒頭に「.(ドット)」がついていない「main」とは全く異なるので注意して下さい）
---------------------------------------------------------------------------*/
.main {
	order: 0;	/*.mainと.subの配置指定。数字が小さい順に並びます。*/
}


/*２カラム利用時のsubブロック
---------------------------------------------------------------------------*/
.sub {
	order: 1;	/*.mainと.subの配置指定。数字が小さい順に並びます。*/
}


/*subブロックで使っているメニュー
---------------------------------------------------------------------------*/
/*メニュー全体を囲むブロック*/
.submenu {
	background: #fff;			/*背景色*/
	border-radius: 10px;		/*角丸のサイズ*/
	border: 5px solid #F7A459;	/*枠線の幅、線種、色*/
	padding: 10px 0;			/*上下、左右へのメニュー内の余白*/
}

/*色のついたブロックでの枠線の色*/
.deco .submenu {
	border-color: #c3cf99;
}

/*メニュー一個あたりの設定*/
.submenu li {
	border-bottom: 2px dotted #ccc;	/*下線の幅、線種、色*/
}

/*リンクテキスト*/
.submenu a {
	display: block;text-decoration: none;
	padding: 10px 20px;	/*上下、左右へのメニュー内の余白*/
}

/*マウスオン時*/
.submenu a:hover {
	background: #F7A459;	/*背景色*/
	color: #fff;			/*文字色*/
}

/*ブランドロゴリスト
---------------------------------------------------------------------------*/
.brand-logo {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  place-items: center;
  margin: 0;
  padding: 0;
}
.brand-logo li {
  list-style-type: none;
  margin: 0;
}
.brand-logo li a {
  display: block;
}


/*footer（フッターメニューとコピーライトを囲むブロック。下にあるfooterとは異なるタグなので間違えないで下さい。）
---------------------------------------------------------------------------*/
/*フッターブロック*/
footer {
  padding: 1px 5% 0;
	background: #F7A459;	/*背景色*/
	color: #fff;			/*文字色*/
	font-size: 0.85rem;		/*文字サイズ。remの単位についてはテンプレート内の解説をお読み下さい。*/
}

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

/*フッター内のロゴ画像*/
footer .logo img {
	display: block;
	position: relative;z-index: 1;	/*下の地図よりも前面に出るようにする設定。地図をロゴより前面に出したいならこの１行を削除。*/
	width: 160px;					/*幅*/
	margin: 0 auto;		/*最初の数字は上へ移動する距離。フッターより上部に飛び出させる為。最後の数字はロゴの下に空けるスペース。地図がない場合のバランス用。*/
	background: #fff;				/*背景色*/
	border-radius: 50%;				/*画像が正方形であれば、正円になります。例えばここを30pxとかにすれば角が丸くなった四角形になります。*/
	padding: 20px;					/*余白*/
	border: 5px solid #F7A459;		/*枠線の幅、線種、色*/
}


/*footer内にある地図。
---------------------------------------------------------------------------*/
#map {
	margin-bottom: 30px;	/*地図の下に空けるスペース。フッターメニューとの間の余白バランスをとって下さい。*/
}


/*フッター設定
---------------------------------------------------------------------------*/
footer h2 {margin: -40px auto -10px;}
footer h3 {font-size: 2em; font-weight: 300; margin-block: 0;}
footer h4 {font-size: 1.2em; font-weight: 500; margin: 1.3em 0 0.5em;}
footer p {font-size: 1rem; font-weight: 500;}
footer small {font-size: 1em; letter-spacing: 0.05em;}
footer .pr {
  display: block;
  padding-block: 10px 5px;
  text-align: center;
  opacity: .7;
}
footer .pr a	{color: #6B5139;}


/*フッター
---------------------------------------------------------------------------*/
#footer1-parts {
  margin-top: 2em;
}
#footer1-parts div.footer1-1-parts {
	display: flex;
	flex-direction: column;
	gap: 1rem;	/*このブロック内のボックス同士の間に空ける余白。１文字分。*/
  text-align: center;
}
#footer1-parts div.footer1-2-parts {
  width: fit-content;
  margin: 1em auto 0;
}


/*SNSアイコン
---------------------------------------------------------------------------*/
.sns1-parts {
	list-style: none;
	margin: 0;padding: 0;
	display: flex;
	flex-wrap: wrap;
  justify-content: center;
	gap: 1rem;
}

.sns1-parts i {
	font-size: 30px;	/*アイコンサイズ*/
}

.sns1-parts .nokisaki {
  width: auto;
  height: 30px;
}

/*Copyright
---------------------------------------------------------------------------*/
.copyright {
  margin: 2.5em auto 0;
  padding: 1em 2em;
  text-align: center;
  font-size: 0.9rem;
  font-weight: 400;
  border-top: rgba(255, 255, 255, .6) 1px solid;
  border-bottom: rgba(255, 255, 255, .6) 1px solid;
}


/*listブロック（２カラムタイプ、横長タイプ）、list2ブロック（枠が動く３カラムタイプ）の設定
---------------------------------------------------------------------------*/
/*１個あたりのボックスの指定。「２カラムタイプ」「横長タイプ」共通に適用されます。*/
.list {
	display: flex;					/*flexボックスを使う指定*/
	flex-direction: column;
	align-items: center;			/*垂直揃えの指定。上下中央に配置されるように。*/
	margin-block: 30px;			/*ボックス同士の上下間の余白*/
	background: #fff;				/*背景色。*/
	padding: 20px;					/*ボックス内の余白*/
	box-shadow: 2px 2px 10px rgba(0,0,0,0.15);	/*ボックスの影。右へ、下へ、ぼかし幅の順。0,0,0は黒の事で0.15は色が15%出た状態。*/
	border-radius: 8px;				/*角を丸くする指定*/
	overflow: hidden;				/*はみ出た要素を非表示にする。画像の角が飛び出ないようにする為の指定です。*/
}

.list figure, .list aside {
	margin-bottom: 15px;
}

/*h4タグの指定。「２カラムタイプ」「横長タイプ」「３カラムタイプ（フレームが動く）」共通に適用されます。*/
.list h4,
.list2 h4 {
	font-size: 1.35rem;
  font-weight: 600;
  line-height: 1.5;
	margin: 0;
	margin-bottom: 10px;
}

/*pタグの指定。「２カラムタイプ」「横長タイプ」「３カラムタイプ（フレームが動く）」共通に適用されます。*/
.list p,
.list2 p {
	margin: 0;
}

/*「２カラムタイプ」と「３カラムタイプ（フレームが動く）」のlistボックス全体を囲むボックス*/
.list-container {
	display: flex;					/*flexボックスを使う指定*/
	flex-wrap: wrap;				/*折り返す指定*/
	justify-content: space-between;	/*並びかたの種類の指定*/
	flex-direction: column;			/*子要素を縦並びにする*/
}

/*「２カラムタイプ」のlistボックス。１個あたりのボックスの指定です。*/
.list-container .list {
	flex-direction: column;			/*子要素を縦並びにする*/
	justify-content: space-between;	/*並びかたの種類の指定*/
	align-items: stretch;			/*垂直揃えをデフォルトに戻す指定。*/
}

/*「２カラムタイプ」のfigure画像の上書き。*/
.list-container .list figure {
	margin: -30px -30px 30px;	/*１つ目と２つ目は画像周りの余白を埋める指定で、上の.listのpaddingの数字にマイナスをつければOKです。３つ目は画像下に空けるスペース。*/
	width: auto;
}


/*list2ブロック（枠が動く３カラムタイプ）への追加設定
---------------------------------------------------------------------------*/
/*１個あたりのボックスの指定*/
.list2 {
  display: flex;
  flex-direction: column;
  margin-bottom: 60px;
}

/*画像の指定*/
.list2 figure .mask1,.list2 figure .mask2,.list2 figure .mask3 {
	margin-bottom: 26px;
}

/*説明文の高さをそろえる*/
.list2 .text {
  flex: 1;
}


/*mask（フレームが動くタイプのアニメーション設定。３タイプ用意しています。）
---------------------------------------------------------------------------*/
/*３タイプ共通設定*/
.mask1,.mask2,.mask3 {
	position: relative;
  z-index: 10;		/*トップページのスライドショーを動画にする場合、動画が飾りの下に隠れないようにする為*/
	box-shadow: 10px 10px 0px #e2ddc0;	/*ボックスの影。右へ、下へ、ぼかし幅、色。*/
}

/*mask1のアニメーション設定。animation.cssのアニメーションを使っています。*/
.mask1 {
	animation: mask 12s linear infinite;
}

/*mask2のアニメーション設定。animation.cssのアニメーションを使っています。*/
.mask2 {
	animation: kazari1 8s linear infinite;
}

/*mask3のアニメーション設定。animation.cssのアニメーションを使っています。*/
.mask3 {
	animation: kazari2 10s linear infinite;
}

/*トップページのスライドショーを動画にした場合に、影を消す設定*/
#mainimg .mask1,#mainimg .mask2,#mainimg .mask3 {
	box-shadow: none;
}


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

/*ボタン*/
.btn a,
.btn input {
	display: inline-block;text-decoration: none;border: none;
	color: #fff;			/*文字色*/
	border-radius: 3px;		/*角丸のサイズ。ほんの少しだけ角が丸くなります。*/
	padding: 15px 6px;	/*上下、左右への余白。*/
	box-shadow: 2px 2px 5px rgba(0,0,0,0.2);	/*ボックスの影。右へ、下へ、ぼかし幅の順。0,0,0は黒の事で0.2は色が20%出た状態。*/
	font-size: 1rem;		/*文字サイズ。remの単位についてはテンプレート内の解説をお読み下さい。*/
	background: #1b92ab;	/*背景色*/
	letter-spacing: 0.1em;	/*文字間隔を少し広くする指定*/
}

/*ボタンのマウスオン時*/
.btn a:hover,
.btn input:hover {
	filter: brightness(1.1);	/*少しだけ明るくする*/
	cursor: pointer;
	color: #fff;			/*文字色*/
}

/*list、list2内で使う場合のボタン*/
.list .btn a,
.list2 .btn a {
	display: block;		/*幅一杯にとる*/
	margin-top: 20px;	/*ボタンの上に空けるスペース*/
}

/*矢印アイコン（Font Awesome）*/
.btn.arrow a::after {
	font-family: "Font Awesome 5 Free";	/*Font Awesomeを使う指定*/
	content: "\f0a9";	/*使いたいアイコン名をここで指定。Font Awesomeに記載されています。詳しくは当テンプレートのマニュアルを読んで下さい。*/
	color: #fff;		/*アイコンの色*/
	font-weight: bold;
	display: inline-block;
	padding-left: 10px;		/*テキストとの間に空けるスペース*/
	transform: scale(1.4);	/*サイズを1.4倍にする設定*/
	transition: 0.3s;
}

/*矢印アイコン（Font Awesome）のマウスオン時*/
.btn.arrow a:hover::after {
	transform: scale(1.6);	/*サイズを少し大きくする*/
}


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

/*ta1テーブルブロック設定*/
.ta1 {
	border-top: 1px solid #d3c99f;	/*テーブルの一番上の線。幅、線種、色*/
	table-layout: fixed;
	width: 100%;
	margin: 0 auto 30px;		/*最後の「30px」がテーブルの下に空けるスペースです*/
	background: rgba(255,255,255,0.5);	/*背景色。255,255,255は白のことで0.5は色が50%出た状態のこと。*/
}

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

/*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;	/*左よせにする*/
}


/*イベントページ上部の横並びの「月」メニュー
---------------------------------------------------------------------------*/
/*メニューを囲むブロック*/
.inline-menu {
	text-align: center;
	margin-bottom: 50px;	/*下に空けるスペース*/
}

/*メニュー１個あたりの設定*/
.inline-menu li {
	display: inline-block;	/*横並びにする*/
	margin-bottom: 10px;	/*メニューが２段以上になった場合の、上下の間に空けるスペース*/
}

.inline-menu li a {
	display: block;text-decoration: none;
	padding: 0 10px;			/*上下、左右へのメニュー内の余白*/
	background: #fff;			/*背景色*/
	border: 3px solid #F7A459;	/*枠線の幅、線種、色*/
	border-radius: 3px;			/*角丸のサイズ*/
}

/*マウスオン時*/
.inline-menu li a:hover {
	background: #F7A459;
	color: #fff;
}


/*イベントページの各月イベント
---------------------------------------------------------------------------*/
/*イベント全体を囲むブロック*/
dl.event {
	margin: 0 20px 30px;	/*上、左右、下へ空けるスペース*/
}

/*イベント見出し*/
dl.event dt {
	color: #F7A459;		/*文字色*/
	font-size: 1.2rem;	/*文字サイズ。remの単位についてはテンプレート内の解説をお読み下さい。*/
}

/*色のついたブロックでのイベント見出し*/
.deco dl.event dt {
	color: #ffe13d;	/*文字色*/
}

/*日付*/
dl.event .date {
	background: #F7A459;	/*背景色*/
	color: #fff;			/*文字色*/
	width: 10em;			/*幅。（10文字分）*/
	text-align: center;		/*中身をセンタリング*/
	display: block;			/*ブロック要素にする事で、<br>がなくても改行されます*/
	font-size: 0.7em;		/*文字サイズ70%*/
	letter-spacing: 0.1em;	/*文字間隔を少し広くする*/
	border-radius: 3px;		/*角丸のサイズ*/
}

/*色のついたブロックでの日付*/
.deco dl.event .date {
	background: #ffe13d;	/*背景色*/
	color: #F7A459;			/*文字色*/
}

/*説明文*/
dl.event dd {
	margin-bottom: 20px;	/*下に空けるスペース*/
}


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

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

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

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

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

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


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

/*ボタンの設定*/
.pagetop a {
	display: block;text-decoration: none;text-align: center;
	position: fixed;	/*スクロールに追従しない(固定で表示)為の設定*/
	z-index: 99;
	right: 20px;		/*右からの配置場所指定*/
	bottom: 20px;		/*下からの配置場所指定*/
	color: #fff;		/*文字色*/
	font-size: 1.5rem;	/*文字サイズ。remの単位についてはテンプレート内の解説をお読み下さい。*/
	background: rgba(0,0,0,0.3);	/*背景色。0,0,0は黒の事で0.3は色が30%出た状態。*/
	width: 60px;		/*幅*/
	line-height: 60px;	/*高さ*/
	border-radius: 58% 42% 61% 39% / 44% 55% 45% 56%;	/*角丸の指定*/
}

/*マウスオン時*/
.pagetop a:hover {
	background: rgba(0,0,0,0.5);	/*背景色。0,0,0は黒の事で0.5は色が50%出た状態。*/
}


/* 横に流れるフォトギャラリー
---------------------------------------------------------------------------*/
.gallery {
  margin-block: 60px;
}
.slide-thumbnail1-parts {
	overflow-x: hidden;
	margin-bottom: 0.7rem;
}
.slide-thumbnail1-parts .img-parts {
	display: flex;
	overflow: hidden;
}
.slide-thumbnail1-parts .img-parts img {
	padding: 0 1vw;
}
.slide-thumbnail1-parts .rtl-parts, .slide-thumbnail1-parts .ltr-parts {
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

.slide-thumbnail1-parts .rtl-parts {animation-name: slide-rtl-parts;}
.slide-thumbnail1-parts .ltr-parts {animation-name: slide-ltr-parts;}

@keyframes slide-rtl-parts {
0% {transform: translateX(0);}
100% {transform: translateX(-50%);}
}

@keyframes slide-ltr-parts {
0% {transform: translateX(-50%);}
100% {transform: translateX(0);}
}


/*list-c2-parts（お問い合わせ、オンラインショップ）
---------------------------------------------------------------------------*/
.list-c2-parts > a {
  text-decoration: none;
  display: block;
}
.list-c2-parts .list-parts {
	text-align: center;
	position: relative;
	overflow-y: hidden;
	color: #fff;
	padding: 3rem 2rem;
	margin: 2px 0 0;
}

/*左側ボックスの背景*/
.list-c2-parts .list-parts.image1-parts {
	background: url("../images/slide/1.jpg") no-repeat center center / cover;
}
/*右側ボックスの背景*/
.list-c2-parts .list-parts.image2-parts {
	background: url("../images/slide/2.jpg") no-repeat center center / cover;
}

.list-c2-parts .list-parts .text-parts {
	position: relative;
  z-index: 1;
}
.list-c2-parts h4 {
	line-height: 1.2;
}
.list-c2-parts h4 .main-text-parts {
	display: block;
	font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: .1em;
	padding-top: 0.7em;
}
.list-c2-parts h4 .sub-text-parts {
	position: relative;
  letter-spacing: .4em;
	padding: 0 3rem;
	font-size: 0.9rem;
}

/* Online Shop の文字の横の飾り線 */
.sub-text-parts::before {left: 0;}
.sub-text-parts::after {right: 0;}
.list-c2-parts h4 .sub-text-parts::before,
.list-c2-parts h4 .sub-text-parts::after {
	content: "";
	position: absolute;
	top: 50%;
	width: 2rem;
	border-top: 1px solid #fff;
}

/*マウスオン用のアニメーション*/
.list-c2-parts .list-parts::before {
	content: "";position: absolute;top: 0;left: 0;width: 100%;height: 100%;
	background: rgba(0,0,0,0.6);
	transition: transform 0.3s 0.1s;
}
.list-c2-parts .list-parts:hover::before {
	transform: translateY(100%);
}


/* ワークショップのページに使っているスライドショー
---------------------------------------------------------------------------*/
.slide3-parts {
	width: 100%;position: relative;
	margin-bottom: 50px;	/*ボックスの下に空けるスペース*/
}

/*３枚の画像の共通設定*/
.slide3-parts .slide-parts {
	position: absolute;right: 0px;top: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 1s;	/*ここの1s（＝1秒）を変更すると、フェードのスピードを変更できます。１枚が表示される時間はjsで指定できます。*/
}

/*１枚目画像（変更不要）*/
.slide3-parts .img1-parts {
	position: relative;width: 100%;height: auto;
}

/*画像全般（変更不要）*/
.slide3-parts .slide-parts img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* 画像をコンテナのサイズに合わせてクリップ */
    object-position: center; /* 画像の中心を基準に調整 */
}

/*現在表示されているスライドのみをクリック可能にする設定（変更不要）
---------------------------------------------------------------------------*/
.slide3-parts .slide-parts {
	pointer-events: none; /* デフォルトでクリックを無効にする */
}

.slide3-parts .slide-parts.active {
    pointer-events: auto; /* 表示中のスライドのみクリックを有効にする */
}

/*現在表示中のボタン
---------------------------------------------------------------------------*/
/*全体*/
.slide3-parts .slide-indicators {
  text-align: center;
	position: absolute;
	width: 100%;
	bottom: 10px;
	left: 0px;
  line-height: 10px;
}
/*１個あたり*/
.slide3-parts .indicator {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #FFF;
  border-radius: 50%;
  border: #FFF 2px solid;
  margin: 0 5px;
  cursor: pointer;
  opacity: .8;
}
.slide3-parts .indicator.active {
  background: #1b92ab;
}


/*その他
---------------------------------------------------------------------------*/
.clearfix::after {content: "";display: block;clear: both;}
.color-theme, .color-theme a {color: #1b92ab !important;}
.color-check, .color-check a {color: #f00 !important;}
.c {text-align: center !important;}
.mt10 {margin-top: 10px !important;}
.mt20 {margin-top: 20px !important;}
.mt30 {margin-top: 30px !important;}
.mt40 {margin-top: 40px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb90 {margin-bottom: 90px !important;}
.look {display: inline-block;border: 1px solid #ccc;padding: 0px 10px;background: rgba(0,0,0,0.05);border-radius: 5px;margin: 5px 0;}
.deco .look {background: rgba(255,255,255,0.2);}
.i-block {display: inline-block;}



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

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

/* KV
---------------------------------------------------------------------------*/
.kv .logo {
  margin-block: 18vw 0;
}

/*ヘッダー
---------------------------------------------------------------------------*/
#global-nav {
  height: auto;
  padding: 0;
  justify-content: flex-start;
}
#global-nav .nav-logo {
  width: 140px;
  margin-inline: 10px;
}
#global-nav li a {
  font-size: 1rem;
  padding: 1em;
}
.home #global-nav {
  transform: unset;
}
.home #global-nav.fixed {
  transform: unset;
}

/* footer
---------------------------------------------------------------------------*/
footer h2 {
  margin-bottom: -60px;
}
footer .logo img {
  width: 200px;
}
#footer1-parts {
  display: flex;
  flex-direction: row;
  gap: 5%;
}
#footer1-parts div.footer1-1-parts {
  /* width: 40%; */
  text-align: left;
}
#footer1-parts div.footer1-2-parts {
  /* max-width: 60%; */
  margin: 0;
}
#footer1-parts .brand-logo {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.sns1-parts {
  justify-content: flex-start;
}

/*PAGE TOP（↑）設定
---------------------------------------------------------------------------*/
.pagetop a {
	width: 100px;		/*幅*/
	line-height: 100px;	/*高さ*/
}

/* 風船柄の背景セクション
---------------------------------------------------------------------------*/
.deco {
	background: 
	url(../images/bg_deco_top.png) repeat-x center top / 1000px,
	url(../images/bg_deco_bottom.png) repeat-x center bottom / 1000px;
	padding-top: 199px;
	padding-bottom: 54px;
}
.deco > div {
  padding-block: 30px;
}
.deco + section > div {
  padding-block: 70px 50px;
}

/* 文字サイズ関連
---------------------------------------------------------------------------*/
main h2 {
  font-size: 2.5rem;
}
main h3 {
  font-size: 1.4rem;
}


/*listブロック
---------------------------------------------------------------------------*/
.list {
	flex-direction: row;
  padding: 30px;
}
.list figure, .list aside {
	width: 30%;			/*幅*/
	margin-right: 25px;
  margin-bottom: 0;
}
.list-container {
	flex-direction: row;	/*子要素を横並びにする*/
}
.list-container .list {
	width: 48%;	/*ボックスの幅*/
}
.list-container .list2 {
	width: 30%;	/*ボックスの幅*/
}
.list div {
	flex: 1;
}
.list p, .list2 p {
	margin-top: 5px;
}

/*「オンラインショップのバナー」ブロック
---------------------------------------------------------------------------*/
.list-c2-parts {
  display: flex;
}
.list-c2-parts > * {
  flex: 1;
}
.list-c2-parts .list-parts {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5rem 2rem;
}
.list-c2-parts > a .list-parts {
  height: 100%;
}
.list-c2-parts h4 .main-text-parts {
	font-size: 1.9rem;
  letter-spacing: .18em;
}

/*サムネイルスライドショー
---------------------------------------------------------------------------*/
.gallery {
  margin-block: 60px;
}
.slide-thumbnail1-parts {
	margin-bottom: 2rem;
}

/*ブランドロゴリスト
---------------------------------------------------------------------------*/
.brand-logo {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

/*スマホだけ改行
---------------------------------------------------------------------------*/
br.sp_only {
  display: none;
}

/*リード文
---------------------------------------------------------------------------*/
.lead {
  margin-bottom: 90px;
}


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

}



@media screen and (min-width:640px) and (max-width:960px) {

/*ブランドロゴリスト
---------------------------------------------------------------------------*/
.brand-logo {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

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

}
