@charset "utf-8";
@import url("https://unpkg.com/sanitize.css");
@import url("https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css");
@import url("style2.css");

.iconbtn_white {
	margin-right: 5%;
	margin-left: 5%;
	padding: 8px 40px;
	background: #ffffff;
	font-size: 17px;
	border-radius: 17px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	box-shadow: 0 2px 5px 0 rgb(0 0 0 / 10%);
}

.iconbtn_white img {
	margin-right: 8px;
}

#twitterrink img,
#maillink img {
	height: 25px;
}

#twitterrink img,
#maillink img {
	height: 20px;
}

#twitterrink img,
#maillink img {
	height: 14px;
}

.appstore-link {
    display: inline-block;
    margin-right: 20px;
}

.appstore-link img {
    width: 200px;
    height: 66px;
    object-fit: contain;
}

.btncontainer {
	display: flex;
	text-align: center;
	justify-content: center;
    align-items: center;
    margin-bottom: 20px; /* 各btncontainerの間にスペースを追加 */
}

html,
body {
	margin: 0;
	padding: 0;
	font-size: 13px;
}

body {
	font-family: "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	/*フォント種類*/
	-webkit-text-size-adjust: none;
	background: #fff;
	/*背景色*/
	color: #666;
	/*全体の文字色*/
	line-height: 2;
	/*行間*/
	overflow-x: hidden;
}

figure {
	margin: 0;
}

dd {
	margin: 0;
}

nav {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
}

img {
	border: none;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

video {
	max-width: 100%;
}

iframe {
	width: 100%;
}

ul,
ol {
	margin-bottom: 30px;
}

a {
	color: #666;
	/*文字色*/
	transition: 0.3s;
}

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

section,
main>article,
.c2,
#footermenu {
	padding: 3% 50px;
	/*上下、左右へのボックス内の余白*/
}

#container {
	margin: 0 auto;
	max-width: 1800px;
	/*最大幅。これ以上広がらない。*/
	text-align: center;
}

#mainimg {
	width: 100vw;
	height: 60vh;
	/*高さ。画面の60%。*/
}

#mainimg #kazari {
	position: absolute;
	bottom: 0;
	width: 100%;
}

header {
	/*background: #4d9c08;*/
	
	position: relative;
}

header #logo {
	margin: 0;
}

body:not(.home) header #logo img {
	display: block;
	height: 45px;
	/*画像の高さ。ハンバーガーメニューとの配置バランスがあるのでここでは高さで指定しました。*/
	margin: 0 auto;
	/*左右中央に配置*/
}

.home header #logo {
	width: 40%;
	/*ロゴの幅*/
	background: #4d9c08;
	/*ロゴの背景色*/
	border-radius: 50%;
	/*円形にする指定。30pxなどにすれば角が丸くなった四角形になります。*/
	position: absolute;
	z-index: 1;
	bottom: 25%;
	/*ヘッダーに対して、下からの配置場所の指定*/
	left: 30%;
	/*ヘッダーに対して、左からの配置場所の指定*/
	border: 10px solid #fff;
	/*枠線の幅、線種、色*/
}

#header-menu ul {
	padding: 0;
	margin: 0 10px;
	/*上下、左右へのブロックの外にとるスペース*/
	display: flex;
	/*flexボックスを使う指定*/
	justify-content: space-between;
	/*並びかたの種類の指定*/
	font-size: 0.8em;
	/*文字サイズ。親要素の80%に。*/
}

#header-menu ul li a {
	display: block;
	text-decoration: none;
	padding: 20px 0;
	/*上下、左右へのメニュー内の余白*/
}

#header-menu ul li {
	flex: 1;
	text-align: center;
	/*中身をセンタリング*/
	margin-right: 10px;
	/*メニュー同士の左右間の余白*/
}

#header-menu ul li:last-child {
	margin-right: 0;
	/*右側のマージンをなくす*/
}

#header-menu ul li:nth-of-type(1) a {
	border-bottom: 5px solid #4D9C08;
	/*下線の幅、線種、色*/
	color: #4D9C08;
	/*文字色*/
}

#header-menu ul li:nth-of-type(2) a {
	border-bottom: 5px solid #eca100;
	/*下線の幅、線種、色*/
	color: #eca100;
	/*文字色*/
}

#header-menu ul li:nth-of-type(3) a {
	border-bottom: 5px solid #ec0048;
	/*下線の幅、線種、色*/
	color: #ec0048;
	/*文字色*/
}

#header-menu ul li:nth-of-type(4) a {
	border-bottom: 5px solid #00a1ec;
	/*下線の幅、線種、色*/
	color: #00a1ec;
	/*文字色*/
}

#header-menu i {
	display: block;
	font-size: 2em;
	/*文字サイズ。親要素の２倍にする。*/
}

#header-menu a:hover i {
	animation: up1 0.8s both;
	/*animation.cssの、up1を実行する。0.8sは0.8秒の事。*/
}

#lang-nav {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0.7em;
	/*文字サイズを親要素の70%にする*/
	position: absolute;
	z-index: 1;
	right: 0px;
	/*ヘッダーに対して、右からの配置場所の指定*/
	top: 0px;
	/*ヘッダーに対して、上からの配置場所の指定*/
}

#lang-nav li {
	display: inline-block;
	/*横並びにする*/
}

#lang-nav a {
	text-decoration: none;
	display: block;
	background: rgba(0, 0, 0, 0.8);
	/*背景色。0,0,0は黒の事で、0.8は色が80%でた状態の事。*/
	color: #fff;
	/*文字色*/
	padding: 5px 20px;
	/*上下、左右へのメニュー内の余白*/
}

main {
	padding: 50px 0px;
	/*上下、左右へのブロック内の余白*/
}

main h2 {
	position: relative;
	margin: 0;
	margin: 0 0 30px;
	/*上、左右、下に空けるスペース*/
	letter-spacing: 0.1em;
	/*文字間隔を少しだけ広くとる設定*/
	text-align: center;
	/*中身をセンタリング*/
	font-size: 2.2em;
	/*文字サイズ。親要素の220%に。*/
}

main h2 span {
	display: block;
	font-size: 0.5em;
	/*文字サイズ。親要素の50%に。*/
	color: #4D9C08;
	/*文字色*/
}

main h3 {
	padding: 5px 20px;
	/*上下、左右への余白*/
	margin: 0 0 20px;
	/*上、左右、下に空けるスペース*/
	background: #f7f7f7;
	/*背景色*/
	border-radius: 5px;
	/*角を丸くする指定*/
	border: 1px solid #ddd;
	/*枠線の幅、線種、色*/
}

main p {
	margin: 0 20px 30px;
	/*上、左右、下へ空けるスペース*/
}

main p+p {
	margin-top: -10px;
}

#footermenu {
	background: #333;
	/*背景色*/
	color: #999;
	/*文字色*/
	font-size: 0.7em;
	/*文字サイズ*/
	display: flex;
	/*flexボックスを使う指定*/
	justify-content: space-between;
	/*並びかたの種類の指定*/
	align-items: flex-start;
	/*垂直揃えの指定。上に配置されるように。*/
}

#footermenu a {
	text-decoration: none;
	color: #999;
	/*文字色*/
}

#footermenu a:hover {
	color: #ccc;
	/*文字色*/
}

#footermenu ul {
	margin: 0;
	padding: 0 2px;
	flex: 1;
	list-style: none;
}

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

footer small {
	font-size: 100%;
}

footer {
	font-size: 0.6em;
	/*文字サイズ*/
	background: #222;
	/*背景色*/
	color: #999;
	/*文字色*/
	text-align: center;
	/*内容をセンタリング*/
	padding: 20px;
	/*ボックス内の余白*/
}

footer a {
	color: #999;
	text-decoration: none;
}

footer .pr {
	display: block;
}

.c2 {
	display: flex;
	/*flexボックスを使う指定*/
	flex-direction: column;
	/*子要素を縦並びにする*/
}

.main section {
	padding: 0;
}

.main section:not(:nth-of-type(1)) {
	padding-top: 3%;
}

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

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

.sub h3 {
	font-weight: normal;
	font-size: 1em;
	margin: 0;
	background: #4d9c08;
	/*背景色*/
	color: #fff;
	/*文字色*/
	text-align: center;
	/*テキストをセンタリング*/
}

ul.submenu {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
	/*メニューブロックの下に空けるスペース*/
	border-top: solid 1px #ccc;
	/*上の線の幅、線種、色*/
}

ul.submenu li {
	display: block;
	margin: 0;
	border-bottom: solid 1px #ccc;
	/*下線の幅、線種、色*/
}

ul.submenu li a {
	text-decoration: none;
	display: block;
	padding: 5px 10px;
	/*上下、左右へとる余白*/
}

ul.submenu li a:hover {
	background: #f0f0f0;
}

#new {
	margin: 0;
	display: flex;
	/*flexボックスを使う指定*/
	flex-wrap: wrap;
	/*折り返す指定*/
	padding: 0 20px;
	/*上下、左右へのボックス内の余白*/
	height: 200px;
	overflow: scroll;
}

#new dt,
#new dd {
	padding: 5px 0;
	/*上下、左右へのボックス内の余白*/
}

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

#new dt span {
	display: none;
	/*小さな端末では非表示にしておく。*/
}

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

.list-container {
	display: flex;
	/*flexボックスを使う指定*/
	flex-wrap: wrap;
	/*折り返す指定*/
}

.list {
	display: flex;
	/*flexボックスを使う指定*/
	flex-direction: column;
	/*子要素を縦並びにする*/
	justify-content: space-between;
	/*並びかたの種類の指定*/
	margin-bottom: 30px;
	/*ボックス同士の上下間に空けるスペース*/
	padding: 20px;
	/*ボックス内の余白*/
	background: #fff;
	/*背景色*/
	box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
	/*ボックスの影。右へ、下へ、ぼかし幅、0,0,0は黒の事で0.1は色が10%出た状態。*/
	width: 48%;
	/*幅*/
	margin-right: 4%;
	/*右側に空けるスペース*/
	border-radius: 10px;
}

.list:nth-of-type(2n) {
	margin-right: 0;
	/*右側の余白をなくす*/
}

.list figure {
	margin: -20px -20px 0;
	/*上の.listで設定しているpadding分を相殺して画像をブロックいっぱいに出す*/
}

.list h4 {
	margin: 1em 0 0.5em;
	font-size: 1.4em;
	/*上、左右、下への余白*/
}

.list .text {
	flex: 1;
}

.list p {
	margin: 0;
	font-size: 1.2em;
	/*文字サイズを80%に*/
}

.list2 {
	display: flex;
	/*flexボックスを使う指定*/
	margin-bottom: 30px;
	/*ボックス同士の上下間に空けるスペース*/
	padding: 10px;
	/*ボックス内の余白*/
	background: #fff;
	/*背景色*/
	box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
	/*ボックスの影。右へ、下へ、ぼかし幅、0,0,0は黒の事で0.1は色が10%出た状態。*/
}

.list2 figure {
	width: 30%;
	/*幅*/
	margin: -10px 10px -10px -10px;
	/*上の.list2で設定しているpadding分を相殺して画像をブロックいっぱいに出す*/
}

.list2 .text {
	flex: 1;
	display: flex;
	/*flexボックスを使う指定*/
	flex-direction: column;
	/*子要素を縦並びにする*/
	justify-content: space-between;
	/*並びかたの種類の指定*/
}

.list2 h4 {
	margin: 0 0 0.5em;
	/*上、左右、下への余白*/
}

.list2 p {
	margin: 0;
	font-size: 0.8em;
	/*文字サイズを80%に*/
}

.list2 p:not(.btn) {
	flex: 1;
}

.list-square {
	width: 33.3%;
	/*幅*/
}

.list-square .text {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	background: rgba(0, 0, 0, 0.5);
	/*背景色。0,0,0は黒の事で0.5は色が50%出た状態*/
	color: #fff;
	/*文字色*/
	padding: 10px 20px;
	/*上下、左右へのボックス内の余白*/
}

.list-square h4,
.list-square p {
	margin: 0;
	font-size: 0.8em;
	/*文字サイズを親要素の80%に*/
}

.list-square p {
	display: none;
}

.list,
.list2,
.list-square {
	position: relative;
	/*子要素でabsolute(絶対配置)を使うための指定*/
}

.list .icon,
.list2 .icon,
.list-square .icon {
	display: flex;
	/*flexボックスを使う指定*/
	justify-content: center;
	/*並びかたの種類の指定*/
	align-items: center;
	/*垂直揃えの指定。上下中央に配置されるように。*/
	font-size: 0.6em;
	/*文字サイズ*/
	background: #ff0000;
	/*背景色*/
	color: #fff;
	/*文字色*/
	width: 60px;
	/*幅*/
	height: 60px;
	/*高さ*/
	line-height: 1.5;
	/*行間*/
	border-radius: 50%;
	/*角丸のサイズ。円形になります。*/
	text-align: center;
	/*テキストをセンタリング*/
	position: absolute;
	/*親のrelativeに対して絶対配置させる指示*/
	left: -10px;
	/*listブロックに対して左からの配置場所の指定*/
	top: -10px;
	/*listブロックに対して上からの配置場所の指定*/
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
	/*ボックスの影。右へ、下へ、ぼかし幅。0,0,0は黒の事で0.3は色が30%出た状態。*/
}

p.btn {
	margin: 0;
}

.btn {
	text-align: center;
	/*内容をセンタリング*/
}

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

.btn a:hover,
.btn input:hover {
	cursor: pointer;
	/*inputタグを使う場合に「手」のマークになるように。リンクと同じ表示になるようにという事です。*/
	opacity: 1;
	/*一番上のリンク設定でhoverにopacityを指定しているので、適用されないようにする。*/
	filter: brightness(1.2);
	/*少しだけ明るくする。*/
	transform: scale(1.02);
	/*実寸の102%に拡大*/
}

.btn i {
	margin-left: 15px;
	/*テキストとの間に空ける余白*/
	opacity: 0.5;
	/*透明度。色が50%でた状態。*/
	transform: scale(1.4);
	/*サイズを1.4倍にする*/
}

.ta1 caption {
	font-weight: bold;
	/*太字に*/
	padding: 10px 5px;
	/*上下、左右へのボックス内の余白。基本的に数行下の「.ta1 th, .ta1 td」のpaddingと揃えておけばOKです。*/
	border: 3px solid #4d9c08;
	/*枠線の幅、線種、色*/
	color: #4d9c08;
	/*文字色*/
	background: #fff8d5;
	/*背景色*/
	font-size: 1.2em;
	/*文字サイズ。親要素の1.2倍。*/
	margin-bottom: 15px;
	/*下に空けるスペース*/
	border-radius: 5px;
	/*角を丸くする指定*/
}

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

.ta1 tr {
	border-bottom: 1px solid #ccc;
	/*テーブルの下線。幅、線種、色*/
}

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

.ta1 th {
	width: 30%;
	/*幅*/
	text-align: left;
	/*左よせにする*/
}

.pagetop-show {
	display: block;
}

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

.bg1 {
	background: #fff5e1 url(../images/bg_dot.png);
	/*背景色、背景画像の読み込み*/
}

.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

.color-theme,
.color-theme a {
	color: #4d9c08 !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;
}

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

.pt50 {
	padding-top: 50px;
}

@media screen and (max-width:400px) {

	section,
	main>article,
	.c2,
	#footermenu {
		padding: 3% 10px;
		/*上下、左右へのボックス内の余白*/
	}
}

@media screen and (min-width:600px) {
	.home header #logo {
		width: 20%;
		/*ロゴの幅*/
		bottom: -20%;
		/*ヘッダーに対して、下からの配置場所の指定*/
		left: 40%;
		/*ヘッダーに対して、左からの配置場所の指定*/
	}

	#header-menu ul {
		font-size: 1em;
	}

	.home #header-menu ul li:nth-of-type(2) {
		margin-right: 20%;
	}

	main {
		padding: 80px 0px;
		/*上下、左右へのブロック内の余白*/
	}
}

@media screen and (min-width:900px) {

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

	section,
	main>article,
	.c2,
	#footermenu {
		padding: 3% 80px;
		/*上下、左右へのボックス内の余白*/
	}

	body:not(.home) header #logo img {
		height: 75px;
		/*画像の高さ。ハンバーガーメニューとの配置バランスがあるのでここでは高さで指定しました。*/
	}

	#header-menu ul {
		font-size: 1.2em;
		/*文字サイズ。親要素の120%に。*/
	}

	main {
		padding: 120px 0px;
		/*上下、左右へのブロック内の余白*/
	}

	main h2.flag::before,
	main h2.flag::after {
		width: 150px;
		/*画像の幅*/
		height: 150px;
		/*画像の高さ*/
	}

	.c2 {
		flex-direction: row;
		/*子要素を横並びにする*/
		justify-content: space-between;
		/*並びかたの種類の指定*/
	}

	.main {
		width: calc(100% - 250px);
		/*幅。250pxというのは、下のsubのwidthの値に余白分を加えた数字です。ちょうど200pxにしてしまうとキツキツになるので。*/
	}

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

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

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

	#new dt span.icon-bg1 {
		background: #4d9c08;
		/*背景色*/
	}

	#new dt span.icon-bg2 {
		background: #c86e03;
		/*背景色*/
	}

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

	.list {
		width: 24%;
		/*幅*/
		margin-right: 1.33%;
		/*右側に空けるスペース*/
	}

	.list:nth-of-type(2n) {
		margin-right: 1.33%;
	}

	.list:nth-of-type(4n) {
		margin-right: 0;
		/*右側の余白をなくす*/
	}

	.list2 {
		padding: 30px;
		/*ボックス内の余白*/
	}

	.list2 figure {
		width: 30%;
		/*幅*/
		margin: -30px 30px -30px -30px;
		/*上の.listで設定しているpadding分を相殺して画像をブロックいっぱいに出す*/
	}

	.list-square p {
		display: block;
	}

	.ta1 caption {
		padding: 5px 15px;
		/*上下、左右へのボックス内の余白*/
	}

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

	.ta1 th {
		width: 20%;
		/*幅*/
	}

	.ws {
		width: 48%;
		display: inline;
	}

	.sh {
		display: none;
	}
}