@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


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

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

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

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

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

/*-----------------------------------------------------------------------------------------
00000 ROOTなど
00001 INITIAL VALUE
00002 LAYOUT
00003 TYPOGRAPHY - RESET
00004 TYPOGRAPHY - DECO
00005 Aタグ
00006 Humberger
00007 Humberger で開くメニュー
00008 LOGO
00009 HEADER
00010 FOOTER
00011 TABLE



10001 AREA-BANNER
10002 AREA-HERO
10003 AREA-ICON
10004 AREA-OSHIRASE



20001 .form INPUT系
20002 .form レイアウト系

----------------------------------------------------------------------------------------- */






/*-----------------------------------------------------------------------------------------
00000 ROOTなど
----------------------------------------------------------------------------------------- */
:root {
	--color-font: #111;
	--color-key: #0271F5;
	--color-red: darkred;
	--color-gradi: linear-gradient(-45deg, rgba(10, 56, 88, 0.9) 0%, rgba(21, 76, 114, 0.9) 100%);
}

.memo {
	position: fixed;
	z-index: 10000000000;
	bottom: 0;
	right: 0;
	font-size: 12px;
	background: black;
	color: white;
	line-height: 1;
	padding: 0.5em 1em
}

section.content {
	border: 0px solid black;
	padding: 2.5vw 0 10vw 0;
	margin: 0;
}

.page section.content {
	min-height:calc( 100vh - 70px - 40px - 10vw);
	border-color:olive;

}

.page section.content.middler {
	justify-content : center;
	align-items : center;
	display : flex;
	flex-wrap : wrap;
}




.color-login {
	background: #0271F5 !important;
}

.color-back {
	background: #999 !important;
}

.color-conf {
	background: #26a38d !important;
}

.color-touroku {
	background: #25a15b !important;
}

.color-edit {
	background: #ff650d !important;
}

.color-del {
	background: darkred !important;
}

.color-send {
	background: #3e83d5 !important;
}

.color-white {
	background: white !important;
	color: var(--color-font) !important;
}





/*-----------------------------------------------------------------------------------------
00001 INITIAL VALUE
----------------------------------------------------------------------------------------- */
html {
	padding: 0;
	margin: 0;
	background: white;
	font-size: 62.5%;
	border: 0px solid red;
	width: 100%;
	height: 100%;
}

body {
	width: 100%;
	min-width: 100%;
	height: auto;
	font-weight: 400;
	font-size: 1.8rem;
	line-height: 1;
	position: relative;
	color: var(--color-font);
	padding: 0;
	margin: 0 auto;
	background: white;
	-webkit-text-size-adjust: 100%;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Yu Gothic", sans-serif;
	border: 0px solid green;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

main {
	display: block;
	padding: 110px 0 10vw 0;
	margin: 0;
	width: 100%;
	background: white;
	background-size: 100% auto;
	border: 0px solid green;
}

main.top {
padding-top: 70px
}


article,
section,
aside,
header,
footer {
	display: block;
	padding: 0;
	margin: 0;
	width: 100%;
	border: 0px solid #42985B;
}

img {
	width: 100%;
	height: auto;
	display: block;
	padding: 0;
	margin: 0 auto;
	vertical-align: bottom;
	image-rendering: -webkit-optimize-contrast;
}

figure {
	border: 0px solid olive;
	width: 100%;
	padding: 0;
	margin-bottom: 0;
}

.clearfix::after,
.row::after {
	content: '';
	display: block;
	clear: both;
}

iframe {
	width: 100%;
	vertical-align: bottom;
	margin: 0 auto;
}

ruby>rt {
	font-size: 0.3em;
	font-weight: 400;
}

hr {
	margin: 4.5rem auto;
	clear: both;
	display: block;
	width: 100%;
	height: 0;
	border-top: 2px solid var(--color-font);
}

hr.narrow {
	margin: 6vw auto;
	width: calc(15% - 1.5rem - 1.5rem);
	border-top: 10px dotted var(--color-font);
	opacity: 1;
}

i {
	font-weight: 600;
}

.none {
	display: none;
}

.pc {
	display: block;
}

.sp {
	display: none;
}

.swiper-container li {
	list-style: none;
}


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

@media screen and (max-width: 840px) {
	html {
		font-size: CALC(62.5% * 0.850);
	}

	.pc {
		display: none;
	}

	.sp {
		display: block;
	}
}

@media screen and (max-width: 670px) {
	html {
		font-size: CALC(62.5% * 0.825);
	}
}

@media screen and (max-width: 500px) {
	html {
		font-size: CALC(62.5% * 0.800);
	}
}

@media screen and (max-width: 400px) {
	html {
		font-size: CALC(62.5% * 0.75);
	}
}





/*-----------------------------------------------------------------------------------------
00002 LAYOUT
----------------------------------------------------------------------------------------- */
.container-fluid {
	border: 0px solid maroon;
	width: 100%;
	padding: 0;
	margin: 0 auto;
	background: transparent;
}

.container {
	border: 0px solid olive;
	max-width: 960px;
	width: 100%;
	padding: 0;
	margin: 0 auto;
	background: transparent;
}

.row {
	clear: both;
	padding: 0;
	margin: 0;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}

.flexbox {
	width: 100%;
	clear: both;
	display: flex !important;
	flex-wrap: wrap !important;
}

.col-01,
.col-02,
.col-03,
.col-04,
.col-05,
.col-06,
.col-07,
.col-08,
.col-09,
.col-10,
.col-11,
.col-12 {
	border: 0px solid black;
	padding: 1.5rem;
	display: block;
	float: none;
	position: relative;
	height: auto;
	list-style: none;
}

.container-fluid .col-01,
.container-fluid .col-02,
.container-fluid .col-03,
.container-fluid .col-04,
.container-fluid .col-05,
.container-fluid .col-06,
.container-fluid .col-07,
.container-fluid .col-08,
.container-fluid .col-09,
.container-fluid .col-10,
.container-fluid .col-11,
.container-fluid .col-12 {
	padding: 0;
}

.col-01 {
	width: calc(100% / 12 * 1);
}

.col-02 {
	width: calc(100% / 12 * 2);
}

.col-03 {
	width: calc(100% / 12 * 3);
}

.col-04 {
	width: calc(100% / 12 * 4);
}

.col-05 {
	width: calc(100% / 12 * 5);
}

.col-06 {
	width: calc(100% / 12 * 6);
}

.col-07 {
	width: calc(100% / 12 * 7);
}

.col-08 {
	width: calc(100% / 12 * 8);
}

.col-09 {
	width: calc(100% / 12 * 9);
}

.col-10 {
	width: calc(100% / 12 * 10);
}

.col-11 {
	width: calc(100% / 12 * 11);
}

.col-12 {
	width: calc(100% / 12 * 12);
}

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

@media screen and (max-width: 840px) {
	.container-fluid {
		width: 100%;
		/* padding-left: 3.0vw;
		padding-right: 3.0vw */
	}

	.container {
		max-width: 100%;
		width: 100%;
		padding-left: 3.0vw;
		padding-right: 3.0vw
	}

	.col-01,
	.col-02,
	.col-03,
	.col-04,
	.col-05,
	.col-06,
	.col-07,
	.col-08,
	.col-09,
	.col-10,
	.col-11,
	.col-12 {
		padding: 1.0rem;
	}

	.col-01 {
		width: calc(100% / 12 * 3);
	}

	.col-02 {
		width: calc(100% / 12 * 3);
	}

	.col-03 {
		width: calc(100% / 12 * 3);
	}

	.col-04 {
		width: calc(100% / 12 * 6);
	}

	.col-05 {
		width: calc(100% / 12 * 6);
	}

	.col-06 {
		width: calc(100% / 12 * 12);
	}

	.col-07 {
		width: calc(100% / 12 * 12);
	}

	.col-08 {
		width: calc(100% / 12 * 12);
	}

	.col-09 {
		width: calc(100% / 12 * 12);
	}

	.col-10 {
		width: calc(100% / 12 * 12);
	}

	.col-11 {
		width: calc(100% / 12 * 12);
	}

	.col-12 {
		width: calc(100% / 12 * 12);
	}
}

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

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

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





/*-----------------------------------------------------------------------------------------
00003 TYPOGRAPHY - RESET
----------------------------------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td {
	padding: 0;
	margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
li,
dt,
dd {
	line-height: 1.5;
	letter-spacing: 0;
	font-weight: 400;
	font-style: normal;
	color: olive;
}

strong,
b {
	font-weight: 600 !important;
}

span {
	font-weight: inherit;
}

small {
	font-size: 0.8em;
	font-weight: inherit;
}

li {
	list-style: none;
}

.txt-font {
	color: var(--color-font);
	;
}

.txt-red {
	color: var(--color-red);
	;
}

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

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

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

.txt-large {
	font-size: 1.2em !important;
	font-weight: inherit
}

.txt-xlarge {
	font-size: 1.4em !important;
	font-weight: inherit
}

.txt-xxlarge {
	font-size: 1.8em !important;
	font-weight: inherit
}

.txt-xxxlarge {
	font-size: 2.2em !important;
	font-weight: inherit
}

.txt-small {
	font-size: 0.9em !important;
	font-weight: inherit
}

.txt-xsmall {
	font-size: 0.8em !important;
	font-weight: inherit
}

.txt-xxsmall {
	font-size: 0.7em !important;
	font-weight: inherit
}

.caution {
	color: gray;
	font-size: 1.3rem;
	line-height: 1.5;
	font-weight: 400;
}

.nothing {
	color: var(--color-key);
	font-size: 1.8rem;
	font-weight: 600;
	padding: 0;
	margin: 1em;
}

.nothing::before {
	content: '※'
}

.mincho {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.signature {
	margin-top: 2.5em !important;
	text-align: right !important;
	line-height: 1.7 !important;
	letter-spacing: 0 !important;
}


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

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

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

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

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




/*-----------------------------------------------------------------------------------------
00004 TYPOGRAPHY - DECO
----------------------------------------------------------------------------------------- */
p {
	font-size: 1.8rem;
	line-height: 1.8;
	color: var(--color-font);
	padding: 0;
	margin: 0.75em 0 0 0
}

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

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

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

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

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


h2 {
	position: relative;
	text-indent: -0.1em;
	margin-bottom: 2em;
	font-size: calc(1.8rem * 2.5);
	text-align: center;
	font-weight: 600;
	color: var(--color-key);
	border: 0px solid red;
}

h2::after {
	content: '・・・';
	display: block;
	letter-spacing: -0.25em;
	position: absolute;
	width: 100%;
	text-align: center;
	padding: 0 0 0 0;
	text-indent: -0.25em;
	border: 0px solid green;

}

h3 {
	font-size: calc(1.8rem * 1.4);
	font-weight: 600;
	letter-spacing: 0;
	text-indent: -0.1em;
	position: relative;
	padding: 0.5em 0;
	margin: 3em 0 0.5em;
	letter-spacing: 0.1em;
	color: var(--color-font);
}

h3::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	background: #ccc;
	width: 100%;
	height: 0.4rem;
}

h3::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	background: var(--color-font);
	width: 30%;
	height: 0.4rem;
}

h4 {
	font-size: calc(1.8rem * 1.15);
	font-weight: 600;
	color: var(--color-font);
	padding: 0;
	margin: 2.0em 0 0.5em 0
}

h5 {
	font-size: calc(1.8rem * 1.0);
	font-weight: 600;
	color: var(--color-font);
	padding: 0;
	margin: 2.0em 0 0.5em 0
}

h5::before {
	content: '■'
}

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

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

@media screen and (max-width: 670px) {
	h2 {
	font-size: calc(1.8vw * 4.2);
}
}
@media screen and (max-width: 500px) {}

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





ol li {
	font-size: 1.8rem;
	line-height: 1.6;
	color: var(--color-font);
	padding: 0;
	margin: 0 0 0.75em 1.75em;
	list-style: disc;
	list-style-position: outside;
}

ol.mark {
	padding: 0;
	margin: 1.8rem 0;
}

ol.mark li {
	list-style: none;
	margin-left: 1.5em;
	margin-bottom: 0.5em;
	line-height: 1.5;
}

ol.mark li:before {
	content: '\f192';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 0.25em;
	margin-left: -1.25em;
	font-weight: 600;
}

ol.mark.caution li {
	font-size: 1.4rem;
	opacity: 0.6;
	letter-spacing: 0;
}

ol.mark.caution li:before {
	content: '※';
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Yu Gothic", sans-serif;
}

ol.yoko {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
}

ol.yoko li {
	margin: 0.3em 0.25em 0.3em 1.75em;
}

ol.mark.check li:before {
	content: '\f00c';
}

ol.mark.check.maru li:before {
	content: '\f058';
}

ol.mark.square li:before {
	content: '\f0c8';
}

ol.mark.star li:before {
	content: '\f005';
}

ol.mark.spin li:before {
	content: '\f110';
}

ol.mark.list-blue li:before {
	color: var(--color-blue_dark)
}

ol.mark.list-pink li:before {
	color: var(--color-pink)
}

ol.mark.large li {
	font-size: 2.0rem;
	margin-bottom: 0.1em;
	line-height: 1.3;
}

ol.numbered li {
	list-style: decimal;
}

ol.numbered li b {
	font-size: 1.05em;
}

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

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

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

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

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





blockquote {
	background: #f1f1f1;
	padding: 4.5rem;
	border: 1px solid #e9e9e9;
	margin: 3.0rem 0;
	border-radius: 1px;
}

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

@media screen and (max-width: 840px) {
	blockquote {
		padding: 3.0rem;
	}
}

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

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

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






/*-----------------------------------------------------------------------------------------
00005 Aタグ
----------------------------------------------------------------------------------------- */
a {
	color: var(--color-key);
	text-decoration: none;
	transition: 0.2s;
}

a:hover {
	text-decoration: none;
	cursor: pointer;
	opacity: 0.7;
	color: var(--color-font);
}

a:visited {}

a:active {}

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

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

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

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

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





/*-----------------------------------------------------------------------------------------
00006 Humberger
----------------------------------------------------------------------------------------- */
.hamburger,
.hamburger span {
	display: inline-block;
	transition: all 0.4s;
	box-sizing: border-box;
}

.hamburger {
	position: fixed;
	top: 18px;
	right: 20px;
	width: 40px;
	height: 34px;
	z-index: 1001;
	display: block;
}

.hamburger.active {
	z-index: 1003;
}

.hamburger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: white;
	border-radius: 0.4rem;
}

.hamburger span:nth-of-type(1) {
	top: 0;
}

.hamburger span:nth-of-type(2) {
	top: 15px;
}

.hamburger span:nth-of-type(3) {
	bottom: 0;
}

.hamburger.active span {
	background-color: white;
}

.hamburger.active span:nth-of-type(1) {
	-webkit-transform: translateY(15px) rotate(-45deg);
	transform: translateY(15px) rotate(-45deg);
}

.hamburger.active span:nth-of-type(2) {
	left: 50%;
	opacity: 0;
	-webkit-animation: active-menu-bar02 0.8s forwards;
	animation: active-menu-bar02 0.8s forwards;
}

.hamburger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-15px) rotate(45deg);
	transform: translateY(-15px) rotate(45deg);
}

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

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

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

@media screen and (max-width: 500px) {
	.hamburger {
		transform: scale(0.8)
	}
}

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





/*-----------------------------------------------------------------------------------------
00007 Humberger の時のメニュー
----------------------------------------------------------------------------------------- */
#navigation {
	position: fixed;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	top: 0;
	left: 0;
	z-index: 1002;
	border: 0px solid green;
	background: var(--color-key);
	background: var(--color-gradi);
	color: white;
	font-size: 2.0rem;
	line-height: 1.2;
	display: none;
}

#navigation.blocker {
	display: block
}

#navigation a {
	color: white;
	text-decoration: none;
}

.accordion {
	border: 0px solid red;
	height: 100%;
	width: 100%;
	padding: 10vw;
	margin: 0;
	-webkit-justify-content: center;
	-ms-flex-pack: justify;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.accordion ul.accordion-container {
	border: 0px solid black;
	width: 100%;
	max-width: 60.0rem;
	padding: 0;
}

.accordion ul.accordion-container li {
	border-top: 1px solid white;
	font-size: 2.0rem;
	line-height: 1.3;
	padding: 0;
	margin: 0;
	color: Red;
}

.accordion ul.accordion-container li a {
	display: block;
	padding: 0.75em 0.25em;
	margin: 0;
}

.accordion ul.accordion-container li.title {
	position: relative;
	cursor: pointer;
	color: white;
	padding: 0.75em 0.25em;
}

.accordion ul.accordion-container li.title::after {
	content: "";
	display: block;
	border-right: solid 3px #fff;
	border-top: solid 3px #fff;
	height: 13px;
	width: 13px;
	right: 20px;
	top: 40%;
	position: absolute;
	transform: rotate(135deg);
	transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
}

.accordion ul.accordion-container li.title.open::after {
	top: 45%;
	transform: rotate(-45deg);
}

.accordion ol.content {
	display: none;
	padding: 0 0 0 1.5em;
	border-top: 1px solid white;
}

.accordion ol.content li a {
	font-size: 0.9em;
	padding: 1em 0.5em 1em 1.5em;
}

.accordion ol.content li a::before {
	content: '\f0da';
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	margin-right: 0.4em;
	margin-left: -1em;
}

.accordion ul.accordion-container li a,
.accordion ul.accordion-container li.title {
	transition: 0.3s;
}

.accordion ul.accordion-container li a:hover,
.accordion ul.accordion-container li.title:hover {
	background: rgba(255, 255, 255, 0.3);
}

.accordion i {
	margin-right: 0.4em;
}

.accordion ul.accordion-container li:first-child {
	border-top: 5px solid white
}

.accordion ul.accordion-container li:last-child {
	border-bottom: 1px solid white
}

.accordion ol.content li:first-child {
	border-top: none;
}

.accordion ol.content li:last-child {
	border-bottom: none;
}


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

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

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

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

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





/*-----------------------------------------------------------------------------------------
00008 LOGO
----------------------------------------------------------------------------------------- */
.btn-logo {
	border: 0px solid red;
	height: 70px;
	display: block;
	padding: 0;
	margin: 0 auto;
}

.btn-logo span {
	display: none;
}

.btn-logo a {
	border: 0px solid green;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
}

.btn-logo a img {
	border: 0px solid blue;
	width: auto;
	max-height: 50px;
}

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

@media screen and (max-width: 820px) {
	.btn-logo a img {
		max-height: 6.5vw;
	}
}

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

@media screen and (max-width: 500px) {
	.btn-logo a {
		margin-left: -30px
	}
}

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





/*-----------------------------------------------------------------------------------------
00009 HEADER
----------------------------------------------------------------------------------------- */
header {
	background: var(--color-key);
	padding: 0 1.5rem;
	margin: 0;
	position: fixed;
	z-index: 100;
	top: 0;
	width: 100%;
	height: 70px;
}


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

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

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

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

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





/*-----------------------------------------------------------------------------------------
00010 FOOTER
----------------------------------------------------------------------------------------- */
footer {}

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

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

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

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

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





/*-----------------------------------------------------------------------------------------
00011 TABLE
----------------------------------------------------------------------------------------- */
table {
	width: 100%;
	margin: 0;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 1.0rem 0;
	border-bottom: 1px solid #0271F5;

}

table th,
table td {
	font-size: 1.8rem;
	line-height: 1.5;
	padding: 0.5em 1.0em;
	text-align: center;
	vertical-align: middle;
	font-weight: 400;
	color: var(--color-font);
	border-top: 1px solid #0271F5;
	border-left: 1px solid rgba(2, 113, 245, 0.2);
	border-right: 1px solid rgba(2, 113, 245, 0.2);
	width: auto;
}

table th {
	background: rgba(2, 113, 245, 0.1);
	font-weight: 600;
}



.frame-table {
	border-top: 4px solid #0271F5;
	overflow: auto;
	margin: 1.0rem 0;
}

.frame-table table {
	width: 100%;
	min-width: 500px;
	border: 1px solid #ccc;
	margin: 0 !important
}

.frame-table-txt {
	font-size: 1.2rem;
	color: var(--color-red);
	line-height: 1;
	display: block;
	padding: 0;
	margin: 0.5em;
	display: none;
}

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

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

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

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

	table th,
	table td {
		font-size: calc(1.8rem * 0.9);
		padding: 0.5em;
	}

	.frame-table-txt {
		display: block;
	}
}

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





table.tourokuzumi-no-kaiin td:last-child,
table.tourokuzumi-no-kaiin td:nth-last-child(2) {
	padding-left: 0.1em;
	padding-right: 0.1em;
	width: 5em
}

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

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

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

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

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




/*-----------------------------------------------------------------------------------------
30001 .ul.gallery
----------------------------------------------------------------------------------------- */
ul.gallery {
	border: 0px solid red;
	justify-content: flex-start;
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 1.5rem 0;
}

ul.gallery li {
	list-style: none;
	width: 33.33333%;
	border: 0px solid green;
	padding: 0.5rem;

}

ul.gallery li figure,
ul.gallery li figure a {
	width: 100%;
	height: 100%;
	position: relative;
	display: block;
	border: 0px solid blue;

}

ul.gallery li figure img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}


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

@media screen and (max-width: 840px) {
	ul.gallery li {
		width: 50%;
	}
}

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

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

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









/*-----------------------------------------------------------------------------------------
/*-----------------------------------------------------------------------------------------
/*-----------------------------------------------------------------------------------------
/*-----------------------------------------------------------------------------------------
/*-----------------------------------------------------------------------------------------
/*-----------------------------------------------------------------------------------------
10001 AREA-BANNER
----------------------------------------------------------------------------------------- */
.area-banner {
	padding: 0;
	margin: 0;
	background: white;
}

.area-banner figure {
	width: 70%;
	max-width: 600px;
	margin: 0 auto;
	border: 0px solid red;
}

.area-banner figure a {
	display: block;
}

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

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

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

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

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





/*-----------------------------------------------------------------------------------------
10002 AREA-HERO
----------------------------------------------------------------------------------------- */
.area-hero {
	padding: 0 0 3.0rem 0;
	margin: 0;
	background: white;
}

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

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

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

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

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





/*-----------------------------------------------------------------------------------------
10003 AREA-ICON
----------------------------------------------------------------------------------------- */
.area-icon {
	padding: 0;
	margin: 0 auto;
}

.area-icon li {
	width: 25%;
	padding: 1.0vw;
}

.area-icon li a {
	width: 100%;
	display: block;
}

.area-icon.movie li {
	width: 50%;
}

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

@media screen and (max-width: 840px) {
	.area-icon li {
		width: 33.33333%;
	}

	.area-icon.movie li {
		width: 100%;
	}

	.area-icon.movie li a {
		max-width: 400px;
		margin: 0 auto;
	}
}

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

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

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





/*-----------------------------------------------------------------------------------------
10004 AREA-TEXT
----------------------------------------------------------------------------------------- */
.area-text {
	padding: 0;
	margin: 0;
	background: white;
}

.box-text {
	border: 4px solid #ddd;
	font-size: 1.8rem;
	width: 100%;
	height: 40vh;
	min-height: 20em;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 3.0rem;
	margin: 3.0rem 0;
}

.box-text *:first-child {
	margin-top:0;
}

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

@media screen and (max-width: 840px) {
	.box-text {
		padding: 1.5rem 1.5rem;
	}
}

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

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

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





/*-----------------------------------------------------------------------------------------
10004 AREA-OSHIRASE
----------------------------------------------------------------------------------------- */
.area-oshirase {
	padding: 0;
	margin: 0;
	background: white;
	border: 0px solid red;
}


ul.list {
	border: 0px solid black;
	padding: 0;
	margin: 0;
	width: 100%;
}

ul.list a {
	color: var(--color-font);
	font-weight: 600;
}

ul.list li {
	border-top: 1px dashed #bbb;
	padding: 1.5em 0.2em;
	margin: 0;
	width: 100%;
	font-size: 2.0rem;
	transition: 0.3s
}

ul.list li:hover {
	background: #eee
}

ul.list dl {
	border: 0px solid black;
	padding: 0;
	margin: 0;
	width: 100%;
	font-size: 2.0rem;
}

ul.list dl dt,
ul.list dl dd {
	padding: 0;
	margin: 0;
	width: 100%;
	font-size: inherit;
	line-height: 1;
	color: var(--color-font);
}

ul.list dl dt {
	font-size: 1.4rem;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
}

ul.list dl dd {
	padding: 0.3em 0 0 0;
	line-height: 1.4;

}

.dareate,
.ki-doku,
.mi-doku,
.date,
.time {
	background: var(--color-key);
	color: white;
	padding: 0;
	margin: 0 5px 0 0;
	width: auto;
	min-width: 2.2rem;
	height: 2.2rem;
	justify-content: center;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	border-radius: 2px;
	font-size: 1.4rem;
}

.dareate {
	padding-left: 1em;
	padding-right: 1em;
}

.mi-doku {
	background: transparent;
	color: var(--color-key);
	border: 1px solid var(--color-key);
	margin-right: 1em;
}

.date,
.time {
	border: none;
	color: var(--color-font);
	background: transparent;
}

.date::after {
	content: '｜'
}

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

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

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

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

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









/*-----------------------------------------------------------------------------------------
/*-----------------------------------------------------------------------------------------
/*-----------------------------------------------------------------------------------------
/*-----------------------------------------------------------------------------------------
/*-----------------------------------------------------------------------------------------
/*-----------------------------------------------------------------------------------------
20001 .form INPUT系
----------------------------------------------------------------------------------------- */
.form input,
.form input[type="text"],
.form input[type="password"],
.form input[type="email"] {
	padding: 0;
	border: none;
	border-radius: 0;
	outline: none;
	background: none;
}

.form select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	outline: none;
	background: transparent;
}

.form textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	resize: none;
	padding: 0;
	border: 0;
	outline: none;
	background: transparent;
}

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

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

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

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

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





/* ----- ----- */
.form input[type="submit"],
.form input[type="button"],
.form input[type="reset"] {
	border: none;
	background: #242323;
	background: linear-gradient(180deg, #3f3d3d 0%, #242323 100%);
	text-shadow: none;
	font-size: 2.0rem;
	line-height: 1;
	color: white;
	cursor: pointer;
	outline: none;
	padding: 0.75em 2em;
	border-radius: 4px;
	text-align: center;
	min-width: 9.0em;
}

.form input[type="submit"]:hover,
.form input[type="button"]:hover,
.form input[type="reset"]:hover {
	opacity: 0.7;
	transition: 0.8s;
}

.form.area-btn {
	border: 0px solid blue;
	padding: 0;
	margin: 3.0rem 0 0 0;
	justify-content: center;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	background: transparent;
}

.form.area-btn.left {
	justify-content: flex-start;
}

.form.area-btn.right {
	justify-content: flex-end;
}

.form.area-btn li {
	padding: 0.2rem;
}

.form.area-btn.large input[type="submit"],
.form.area-btn.large input[type="button"],
.form.area-btn.large input[type="reset"]  {
	font-size:2.2rem;
	font-weight:600;
}

table.form input[type="submit"],
table.form input[type="button"],
table.form input[type="reset"] {
	width: auto;
	padding: 0.25em 0.75em;
	min-width: initial;
	font-size: 1.5rem;
	border-radius: 1px;
}






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

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

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

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

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





/* ----- ----- */
.form input[type="text"],
.form input[type="password"],
.form input[type="email"],
.form textarea,
.form select {
	width: 100% !important;
	border: 3px solid #D9E3E7;
	font-size: 20px;
	line-height: 1.6;
	padding: 5px 15px;
	margin: 2.5px;
	color: #666;
	background: linear-gradient(#fafafa 0%, #fff 100%);
	border-radius: 2px;
}

.form textarea {
	height: 10em !important;
	width: 100%;
	border: 2px solid #D9E3E7;
}

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

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

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

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

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




/*
.form input.tel-number {
	width: 5em !important;
}

.form input[type="button"] {
	border: none;
	background: #59493F;
	background: gradient(linear, center top, center bottom, from(#3f3d3d), to(#242323));
	background: -webkit-gradient(linear, center top, center bottom, from(#3f3d3d), to(#242323));
	background: -moz-linear-gradient(top, #3f3d3d, #242323);
	background: -ms-linear-gradient(top, #3f3d3d 0%, #242323 100%);
	background: -webkit-linear-gradient(#3f3d3d 0%, #242323 100%);
	text-shadow: none;
	font-size: 1.1rem;
	line-height: 1;
	color: white;
	cursor: pointer;
	outline: none;
	padding: 0.4em 1em 0.5em 1em;
	margin: 0 0.5em;
	width: 13em;
	border-radius: 20px;
	text-align: center;
}
 */


/*-----------------------------------------------------------------------------------------
20002 .form レイアウト系
----------------------------------------------------------------------------------------- */
.form {
	padding: 0;
	margin: 1.5rem auto;
	border: 0px solid red;
}

.form dl {
	padding: 0;
	margin: 0;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	border-top: 1px solid #D9E3E7;
	font-size: 16px;
	line0hright: 1.5;
}

.form dl div {
	font-weight: inherit;
}

.form li:last-child dl {
	border-bottom: 1px solid #D9E3E7;
}

.form dl dt,
.form dl dd {
	font-size: inherit;
	line-height: inherit;
	padding: 1em 1.5em;
	margin: 0;
	color: var(--color-font);
}

.form dl dt {
	width: 14em;
	justify-content: flexd-start;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	background: rgba(217, 227, 231, 0.4);
	font-weight: 600;
}

.form dl dd {
	width: calc(100% - 14em);
	justify-content: flex-start;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
}

.checkbox label {
	position: relative;
	cursor: pointer;
	padding-left: 30px;
	margin-right: 1em;
}

.checkbox label::before,
.checkbox label::after {
	content: "";
	display: block;
	border-radius: 50%;
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
}

.checkbox label::before {
	background-color: #fff;
	border: 1px solid var(--color-font);
	border-radius: 50%;
	width: 20px;
	height: 20px;
	left: 5px;
}

.checkbox label::after {
	background-color: var(--color-key);
	border-radius: 50%;
	opacity: 0;
	width: 14px;
	height: 14px;
	left: 8px
}

.checkbox input:checked+label::after {
	opacity: 1;
}

.checkbox .visually-hidden {
	position: absolute;
	white-space: nowrap;
	border: 0;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	overflow: hidden;
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
}

.form p {
	margin: 1em 0 0.1em 0;
}

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

@media screen and (max-width: 670px) {
	.form dl {
		margin-bottom: 3em;
	}

	.form dl dt {
		background: rgba(217, 227, 231, 0.8);
		width: 100%;
		padding: 0.5em 1.0em;
	}

	.form dl dd {
		width: 100%;
		padding: 0.5em 0;
	}

	.form p {
		font-size: 14px;
	}
}

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

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





/*

orm dl dt div {
	 font-weight: 600;
 }

 .require {
	 color: darkred;
	 font-size: 0.8em;
	 display: inline-block;
	 width: fit-content;
	 vertical-align: super;
	 margin-left: 0.5em;
 }

 .form dl.last {
	 border-bottom: 1px solid #D9E3E7;
 }





 .form table th,
 .form table td {
	 border: 1px solid #D9E3E7;
	 padding: 0.5em;
	 text-align: center;
	 font-weight: 600;
	 background: #F0F4F5;
 }

 .form table td {
	 background: white;
 }

 .form table th:last-child,
 .form table td:last-child,
 .form table th:nth-child(4),
 .form table td:nth-child(4) {
	 width: 8em;
 }

 @media screen and (max-width: 960px) {
	 .form {
		 border-color: green;
	 }
 }

 @media screen and (max-width: 840px) {
	 .form {
		 border-color: blue;
	 }
 }

 @media screen and (max-width: 670px) {
	 .form {
		 border-color: orange;
	 }

	 .form dl dt,
	 .form dl dd {
		 width: 100%;
	 }

	 .form dl dd {
		 padding-left: 0.5em;
		 padding-right: 0.5em;
	 }
 }

 @media screen and (max-width: 500px) {
	 .form {
		 border-color: pink;
	 }
 }

 @media screen and (max-width: 400px) {
	 .form {
		 border-color: olive;
	 }
 }



 */



.area-back {
	background: linear-gradient(180deg, #3f3d3d 0%, #242323 100%);
	padding: 0 10px;
	width: 100%;
	height: auto;
	position:fixed;
	let:0;
	top:70px;
	width:100%;
	z-index:2

}

.area-back .col-12 {
	justify-content: flex-start;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	marign: 0;
	width: 100%;
	height: 40px;
}

.area-back a {
	color: var(--color-font);
	border: 1px solid white;
	background: white;
	padding: 0.25em 0.5em;
	margin: 0;
	font-size: 1.4rem;
	line-height: 1;
	border-radius: 2em;
	font-weight: 600;
}

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

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

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

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

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







main.movie {
	background:url('../img/common/BG.jpg');
	background-repeat:repeat;
}

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

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

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

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

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

