@charset "utf-8";


/*cssファイルの読み込み
---------------------------------------------------------------------------*/
@import url("theme.css");
@import url("parts.css");
@import url("inview.css");
@import url("ashiyanishi.css?ver=20260705");


/*animation11のキーフレーム設定（汎用的）
---------------------------------------------------------------------------*/
@keyframes animation1 {
	0% {
		right: -200px;
	}

	100% {
		right: 0px;
	}
}


/*opa1のキーフレーム設定（汎用的）
---------------------------------------------------------------------------*/
@keyframes opa1 {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}


/*全体の設定
---------------------------------------------------------------------------*/
body * {
	box-sizing: border-box;
}

html {
	font-size: clamp(15px, 0.585vw + 9.80px, 18px);
	/*画面幅375px〜1400pxの間で、15px〜18pxに可変。下でrem管理しているものも連動します。*/
	overflow-x: visible;
}

body {
	margin: 0;
	padding: 0;
	font-family: var(--base-font);
	/*フォント指定。theme.cssのbase-fontを読み込みます。*/
	-webkit-text-size-adjust: none;
	background: var(--bg-color);
	/*背景色。theme.cssのbg-colorを読み込みます。*/
	color: var(--bg-inverse-color);
	/*文字色。theme.cssのbg-inverse-colorを読み込みます。*/
	line-height: 1.6;
	/*行間*/
	overflow-x: hidden;
}

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

dd {
	margin: 0;
}

nav,
ul,
li,
ol {
	margin: 0;
	padding: 0;
}

nav ul {
	list-style: none;
}

/*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%;
}

/*他*/
input {
	font-size: 1rem;
}


/*section
---------------------------------------------------------------------------*/
section {
	padding: 0 var(--content-space-l);
	/*上下、左右へのsection内の余白。左右については、theme.cssの--content-space-lを読み込みます。*/
	margin: var(--content-space-l) 0;
	/*上下、左右へのsectionの外側にとるマージン。上下については、theme.cssの--content-space-lを読み込みます。*/
}

/*section間のマージンを消したい場合用。1つ目のsectionにだけclass="mb0"を追加する。*/
section.mb0 {
	margin-bottom: 0;
}

section.mb0+section {
	margin-top: 0;
}


/*リンクテキスト全般の設定
---------------------------------------------------------------------------*/
a {
	color: inherit;
	transition: 0.3s;
	/*hoverまでにかける時間。0.3秒。*/
}

/*マウスオン時*/
a:hover {
	filter: brightness(1.1);
	/*少しだけ明るくする*/
	text-decoration: none;
}


/*コンテナー（サイト全体を囲むブロック）
---------------------------------------------------------------------------*/
#container {
	animation: opa1 0.2s 0.2s both;
	/*0.2(2つ目の数字)秒待機後、0.2(1つ目の数字)秒かけてフェードイン*/
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}


/*contents
---------------------------------------------------------------------------*/
#contents {
	flex: 1;
	min-height: 0;
}


/*main
---------------------------------------------------------------------------*/
main {
	container-type: inline-size;
}

body:not(.home) main>section:first-child {
	margin-top: 0;
}

/*main内で使用するul,ol要素（リストタグ）*/
main ul,
main ol {
	margin-left: 2rem;
	margin-right: 2rem;
}


/*header（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*トップページ以外のヘッダーブロック*/
body:not(.home) header {
	padding: var(--content-space-s);
	/*ヘッダー内の余白。theme.cssのcontent-space-sを読み込みます。*/
}

/*トップページのヘッダーへの追加設定*/
.home header {
	position: absolute;
	z-index: 10;
	left: 50%;
	top: 14%;
	transform: translate(-50%, -50%);
}

@media (max-width:700px) {
	.home header {
		top: 10%;
	}
}

/*ロゴ*/
#logo {
	margin: 0;
	flex-shrink: 0;
	width: 100%;
	padding-bottom: 15px;
}

@media (max-width:700px) {
	#logo {
		width: 300px;
	}
}

#logo img {
	display: block;
	width: 200px;

}


/*toplogo*/
.toplogo_outer {
	width: 90%;
	position: absolute;
	z-index: 10;
	/*background: #fef500;*/
	left: 5%;
	top: 40px;

	/*background-image: url("../images/logo02_underline.jpg");
	background-repeat: repeat-x;
	background-position: bottom left;
	background-size: auto 2px;*/

	padding-bottom: 15px;

	border-bottom: 1px solid #666;

}

@media (max-width:700px) {
	.toplogo_outer {
		width: 90%;
		position: absolute;
		z-index: 10;
		/*background: #fef500;*/
		left: 5%;
		top: 2%;

		padding-bottom: 10px;

	}
}

#toplogo {
	width: 300px;
	margin: 0 auto;
}

@media (max-width:700px) {
	#toplogo {
		width: 70%;
		margin: 0 auto;
	}
}

#sublogo {
	width: 200px;
	padding-top: 2px;
	padding-bottom: 5px;
	margin: 0 auto;
}

@media (max-width:700px) {
	#sublogo {
		width: 50%;
		padding-bottom: 5px;
		margin: 0 auto;
	}
}

.sublogo_outer {
	width: 100%;
	padding-bottom: 0px;
	margin-bottom:7px;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
}





/*トップページのロゴ*/
.home #logo img {
	width: 480px;
	/*ロゴの幅。*/
	/*background: rgba(0,0,0,0.5);	/*背景色。0,0,0は黒のことで0.5は色が50%出た状態。*/
	padding: 1rem;
	/*余白。1文字分。*/
}

/*画面幅700px以下の追加指定*/
@media (max-width:700px) {
	.home #logo img {
		width: 100%;
		/*ロゴの幅。*/

	}
}

/*個別ページのロゴ*/
#logo02 {
	width: 50%;
	max-width: 240px;
	margin: 0 auto;
}

@media (max-width:700px) {
	#logo02 {
		width: 50%;
		margin: 0 auto;
	}
}

.logo02_outer {
	background-image: url("../images/logo02_underline.jpg");
	background-repeat: repeat-x;
	background-position: bottom left;
	background-size: auto 2px;

	padding-bottom: 15px;
}


/*小さな端末で見たメニュー（開閉メニュー）
---------------------------------------------------------------------------*/
/*メニューブロック共通*/
.small-screen #menubar {
	animation: animation1 0.2s both;
	position: fixed;
	overflow: auto;
	z-index: 100;
	right: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	padding: 100px var(--content-space-l) 50px;
	/*上下に100px、左右にtheme.cssのcontent-space-lで指定しているサイズ、下に50pxの余白*/
	background: #cde8e7;
	/*背景色。thtme.cssのprimary-colorを読み込みます。*/
	color: var(--primary-inverse-color);
	/*文字色。thtme.cssのprimary-inverse-colorを読み込みます。*/
}

.small-screen #menubar {
	display: none;
}

/*メニュー１個あたり*/
.small-screen #menubar a {
	display: block;
	text-decoration: none;
	font-size: 1.4rem;
	color: #706251;
	border: 1px solid #706251;
	/*枠線の幅、線種、var以降は色の指定でtheme.cssのprimary-border-colorを読み込みます。*/
	margin-bottom: 2rem;
	/*下に１文字分のスペースを空ける*/
	padding: 1rem 2rem;
	/*メニュー内の余白。上下に１文字分、左右に２文字分。*/
	border-radius: 10px;
	/*角を少し丸くする*/
	background-color: rgba(255, 255, 255, 0.5);
}

/*子メニュー（ドロップダウンメニュー）*/
.small-screen #menubar ul ul a {
	border: none;
	border-radius: 0;
	margin-left: 2rem;
	/*左に２文字分のスペースを空ける*/
	padding: 0.5rem 1.5rem;
	/*メニュー内の余白。上下に0.5文字分、左右に1.5文字分。*/
	border-bottom: 1px solid var(--primary-border-color);
	/*下線の幅、線種、var以降は色の指定でtheme.cssのprimary-border-colorを読み込みます。*/
}

/*ドロップダウンのアイコン*/
a.ddmenu::before {
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "\f078";
	/*このアイコンを使う*/
	margin-right: 1em;
	/*アイコンとメニューテキストとの間に空けるスペース。1文字分。*/
	font-size: 0.7em;
	/*アイコンサイズ。70%*/
	vertical-align: middle;
	display: inline-block;
	line-height: 1;
}

/*ドロップダウン共通（デフォルトで非表示。チラつかないよう念の為。）
---------------------------------------------------------------------------*/
#menubar ul ul {
	display: none;
}


/*３本バー（ハンバーガー）アイコン設定
---------------------------------------------------------------------------*/
#menubar_hdr {
	/*display: none;*/
	/* デフォルトは非表示 */
	background: #4fb538;
	border-radius: 5px;
	animation: opa1 0s 0.2s both;
	cursor: pointer;
	position: fixed;
	z-index: 101;
	right: 10px;
	/*右からの配置場所*/
	top: 10px;
	/*上からの配置場所*/
	width: 50px;
	/*ボタンの幅*/
	height: 50px;
	/*ボタンの高さ*/
}

/*ハンバーガーアイコンの線*/
#menubar_hdr span {
	display: block;
	transition: 0.3s;
	position: absolute;
	left: 8px;
	width: 35px;
	height: 2px;
	/*線の高さ*/
	background: #fff;
	/*線の色。*/
}

/*トップページのハンバーガーアイコンの線*/
.home #menubar_hdr span {
	background: #fff;
	/*線の色*/
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
	/*線の影。右へ、下へ、ぼかす量、rgbaは色の指定で0,0,0は黒、0.5は色が50%出た状態。*/
}

/*バツ印が出ている時のボタン色*/
#menubar_hdr.ham {
	background: #ff0000;
	/*背景色*/
}

#menubar_hdr.ham span {
	background: var(--bg-color);
	/*線の色。theme.cssのbg-colorを読み込みます。*/
}

/*以下変更不要*/
#menubar_hdr span:nth-of-type(1) {
	top: 14px;
}

#menubar_hdr span:nth-of-type(2) {
	top: 24px;
}

#menubar_hdr span:nth-of-type(3) {
	top: 34px;
}

#menubar_hdr.ham span:nth-of-type(1) {
	transform: translateY(10px) rotate(-45deg);
}

#menubar_hdr.ham span:nth-of-type(2) {
	opacity: 0;
}

#menubar_hdr.ham span:nth-of-type(3) {
	transform: translateY(-10px) rotate(45deg);
}

/*小さな画面での設定*/
.small-screen #menubar_hdr {
	display: flex;
}


/*著作部分（※意図的に見えなくしたりしないで下さい。規約違反になります。）
---------------------------------------------------------------------------*/
.pr a {
	text-decoration: none;
	display: block;
	background: rgba(0, 0, 0, 0.5);
	color: #ccc;
	text-align: right;
	padding: 0.5rem 1rem;
	font-size: 0.8rem;
}

.pr a::before {
	font-family: "Font Awesome 6 Free";
	content: "\e2ca";
	font-weight: 900;
	margin-right: 0.5em;
}


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

/*ボタンの設定*/
.pagetop a {
	display: block;
	text-decoration: none;
	text-align: center;
	z-index: 99;
	animation: opa1 1s 0.4s both;
	position: fixed;
	/*スクロールに追従しない(固定で表示)為の設定*/
	right: 20px;
	/*右からの配置場所指定*/
	bottom: 20px;
	/*下からの配置場所指定*/
	color: #fff;
	/*文字色*/
	font-size: 1.5rem;
	/*文字サイズ*/
	background: rgba(0, 0, 0, 0.2);
	/*背景色。0,0,0は黒の事で0.2は色が20%出た状態。*/
	width: 60px;
	/*幅*/
	line-height: 60px;
	/*高さ*/
	border-radius: 50%;
	/*円形にする*/
}


/*bg1-parts
---------------------------------------------------------------------------*/
.bg1-parts {
	background: var(--bg-inverse-color);
	/*文字色。theme.cssのbg-inverse-colorを読み込みます。*/
	color: var(--bg-color);
	/*背景色。theme.cssのbg-colorを読み込みます。*/
}

/*bg1-primary
---------------------------------------------------------------------------*/
.bg1-primary-parts {
	background: var(--primary-color);
	/*背景色。theme.cssのprimary-colorを読み込みます。*/
	color: var(--primary-inverse-color);
	/*文字色。theme.cssのprimary-inverse-colorを読み込みます。*/
}


/*bg1-light
---------------------------------------------------------------------------*/
.bg1-light-parts {
	background: var(--light-color);
	/*背景色。theme.cssのlight-colorを読み込みます。*/
	color: var(--light-inverse-color);
	/*背景色。theme.cssのlight-inverse-colorを読み込みます。*/
}


/*bg1-accent
---------------------------------------------------------------------------*/
.bg1-accent-parts {
	background: var(--accent-color);
	/*背景色。theme.cssのaccent-colorを読み込みます。*/
	color: var(--accent-inverse-color);
	/*背景色。theme.cssのaccent-inverse-colorを読み込みます。*/
}


/*bg-parts（bg1-primary-parts、bg1-light-parts、bg1-accent-partsとセットで使います）
---------------------------------------------------------------------------*/
.bg-parts {
	padding-top: var(--content-space-l);
	/*ボックス内の上に空ける余白。theme.cssのcontent-space-lを読み込みます。*/
	padding-bottom: var(--content-space-l);
	/*ボックス内の下に空ける余白。theme.cssのcontent-space-lを読み込みます。*/
}

/*背景色が続く場合に隙間を空けない*/
.bg-parts+.bg-parts {
	margin-top: calc(-1 * var(--content-space-l)) !important;
}


/*section内で画面両サイドいっぱいまで広げる場合（marginのみでもいいが安定版に）
---------------------------------------------------------------------------*/
.bleed-x-parts {
	--bleed-x: var(--content-space-l);
	/*エイリアスに*/
	width: calc(100% + (var(--bleed-x) * 2));
	/*section内容の幅＋両サイドpadding（対象要素の幅）*/
	margin-left: calc(var(--bleed-x) * -1);
	margin-right: calc(var(--bleed-x) * -1);
	max-width: none;
}


/*左右によせる専用
---------------------------------------------------------------------------*/
.bleed-left-parts {
	width: calc(100% + var(--content-space-l));
	margin-left: calc(-1 * var(--content-space-l));
}

.bleed-right-parts {
	width: calc(100% + var(--content-space-l));
	margin-right: calc(-1 * var(--content-space-l));
}


/*その他
---------------------------------------------------------------------------*/
.color-check,
.color-check a {
	color: #ff0000 !important;
}

.bg1-accent-parts .color-check,
.color-check a {
	color: #fef500 !important;
}

.l {
	text-align: left !important;
}

.c {
	text-align: center !important;
}

.r {
	text-align: right !important;
}

.ws {
	width: 100%;
	display: block;
}

.wl {
	width: 100%;
	display: block;
}

.padding-x {
	padding: 0 var(--content-space-l);
}

.mt0 {
	margin-top: 0px !important;
}

.mt1rem {
	margin-top: 1rem !important;
}

.mt3rem {
	margin-top: 3rem !important;
}

.mb0 {
	margin-bottom: 0px !important;
}

.mb1rem {
	margin-bottom: 1rem !important;
}

.mb3rem {
	margin-bottom: 3rem !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.look {
	display: inline-block;
	padding: 0px 10px;
	background: #eee;
	border: 1px solid #ccc;
	color: #888;
	border-radius: 3px;
	margin: 5px 0;
	word-break: break-all;
}

.small {
	font-size: 0.75em;
}

.large {
	font-size: 2em;
	letter-spacing: 0.1em;
}

.pc {
	display: none;
}

.dn {
	display: none !important;
}

.block {
	display: block !important;
}

.is-clip {
	overflow: hidden;
}

/*大きな画面の場合*/
.large-screen .ws {
	width: 50%;
}

.large-screen .sh {
	display: none;
}

.large-screen .pc {
	display: block;
}


/*メイン画像
---------------------------------------------------------------------------*/
.mainimg * {
	margin: 0;
	padding: 0;
}

.mainimg .slide picture {
	display: block;
	width: 100%;
	height: 100%;
}

/*メイン画像全体を囲むブロック*/
/*
.mainimg {
	width: 100%;
	position: relative;
	height: 100svh;
	overflow: hidden;
}*/

.mainimg {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	background: #cde8e7;
	/*padding-top: 50px;*/
}

@media (max-width:700px) {
	.mainimg {
		padding-top: 100px;
	}
}

/*変更不要*/
.mainimg .img1 {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.mainimg .slide img {
	width: 100%;
	height: auto;
	/*height: 100%;*/
	object-fit: contain;
	/*object-fit: cover;*/
	/*画像をコンテナのサイズに合わせてクリップ*/
	object-position: center;
	/*画像の中心を基準に*/
}