@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Quicksand:400,700&display=swap');

* {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

/* ******************************************* */
/*		  total
/* ******************************************* */
/* For modern browsers */
article { margin-bottom: 2rem; }
.bg_on {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding-top: 2rem !important;
	padding-bottom: 4rem !important;
	margin-left: calc( ( 98.82vw - 100% ) / -2 - 0.15rem ) !important;
	margin-right: calc( ( 98.82vw - 100% ) / -2 - 0.15rem ) !important;
	padding-left: calc( ( 98.82vw - 100% ) / 2 + 0.15rem ) !important;
	padding-right: calc( ( 98.82vw - 100% ) / 2 + 0.15rem ) !important;
}
.parts_on {
	margin-left: calc( ( 98.82vw - 100% ) / -2 - 0.15rem ) !important;
	margin-right: calc( ( 98.82vw - 100% ) / -2 - 0.15rem ) !important;
	padding-left: calc( ( 98.82vw - 100% ) / 2 + 0.15rem ) !important;
	padding-right: calc( ( 98.82vw - 100% ) / 2 + 0.15rem ) !important;
}
.full_on {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	margin-left: calc( ( 98.85vw - 100% ) / -2 - 1rem ) !important;
	margin-right: calc( ( 98.85vw - 100% ) / -2 - 1rem ) !important;
}
@media(max-width: 736px){
	.full_on {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
		margin-left: calc( ( 98.85vw - 100% ) / -2 - 40vw ) !important;
		margin-right: calc( ( 98.85vw - 100% ) / -2 - 40vw ) !important;
	}
}

.loading {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba( 255, 255, 255, 0.85 );
	top: 0px; left: 0px;
	z-index: 10000;
	display: flex;
	justify-content: center;
	align-items: center;
}
/* ******************************************* */
/*		  font
/* ******************************************* */
.hiragino { font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif; }
.meiryo { 	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif; }
.mincho {	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }

mark { background: linear-gradient( transparent 60%, var(--main-color1-bright) 60% ); font-weight: 700; color: inherit; }

input { font-family: var(--google-fonts); }
body {
	font-family: var(--google-fonts);
	font-size: 16px;
	line-height: 1.6;
	color: var(--text-color1);
	word-wrap: break-word;
	overflow-y: scroll;
	counter-reset: points;
}

/* ******************************************* */
/*		  container wrapper section etc
/* ******************************************* */
body > #container {
	min-width: 100%;
	min-height: 100vh;
	margin: 0 auto;
	background: var(--bg-color1	);
	overflow: hidden;
}
/* wrapper */
.wrapper {
	max-width: 1180px;
	margin: 0px auto;
	padding: 0 15px;
}

.lower_wrapper {
	width: 880px;
	margin: 0px auto;
}
.invisible { display: none !important; }
.all_flex { display: flex; justify-content: space-between; align-items: center;}

a.textlink { color: var(--main-color1); text-decoration: underline; display: inline-block; }
a.textlink:hover { color: var(--main-color1); text-decoration: none; }
button, input[type="submit"], input[type="button"], .bigger_link, .trigger, .click { cursor: pointer; }

@media(min-width: 1041px){
	.pc_left { float: left; }
	.pc_right { float: right; }
	.pc_flex { display: flex; justify-content: space-between; }
	.pc_flexs { display: flex; justify-content: space-between; align-items: center; }
	.pc_flexc { display: flex; justify-content: center; align-items: center; }
	.pc_flex .orders,
	.pc_flexs .orders { order: 50; }
	.c0 { display: none; }
	.c1 { width:  5.83%; margin: 0 auto; }
	.c2 { width: 14.16%; margin: 0 auto; }
	.c3 { width: 22.50%; margin: 0 auto; }
	.c4 { width: 30.83%; margin: 0 auto; }
	.c5 { width: 39.16%; margin: 0 auto; }
	.c6 { width: 47.50%; margin: 0 auto; }
	.c7 { width: 55.83%; margin: 0 auto; }
	.c8 { width: 64.16%; margin: 0 auto; }
	.c9 { width: 72.50%; margin: 0 auto; }
	.c10 { width: 80.83%; margin: 0 auto; }
	.c11 { width: 90%; margin: 0 auto; }
	.c12 { width: 100%; margin: 0 auto; }
	.cside { width: 23.5%; margin: 0 auto; }
	.cmain { width: 72.5%; margin: 0 auto; }
}
@media(max-width: 1040px){
	body {
		font-size: 14px;
		line-height: 1.4;
		-webkit-text-size-adjust: 100%;
	}
	#container { min-width: 100%; }
	.wrapper {
		width: 100%;
		padding: 0 3.5vw;
	}
	.padding_wrapper {
		padding: 0 10px;
		margin: 0px auto;
	}
	.lower_wrapper {
		width: 100%;
		padding: 1px 3.5%;
		background: #FFFFFF;
	}
	.white_wrapper {
		margin: 4vw auto;
		background: #FFFFFF;
		padding: 3vw;
	}
}

/* ************* 囲いボックス **************/
.padding_box,
.border_box {
	position: relative;
	background: rgba(255, 255, 255, 0.85 );
	padding: 30px;
	box-shadow: 2px 2px 2px 2px rgba( 0, 0, 0, 0.3 );
	z-index: 0;
}
.padding_box { padding: 24px; }
.border_box::before {
	position: absolute;
	content: "";
	width: calc( 100% - 16px );
	height: calc( 100% - 16px );
	top: 6px;
	left: 6px;
	border: 2px dashed #ccc;
	z-index: -1;
}
.border_contents {
	border: 10px solid var(--main-color1);
	padding: 40px;
	box-shadow: 2px 2px 2px 2px rgba( 0, 0, 0, 0.3 );
	margin: 40px auto;
}
.underline_box {
	position: relative;
	padding-bottom: 2rem;
	margin-bottom: 2rem;
	border-bottom: 1px solid #ccc;
}
.contents_box1 { padding: 0 1rem; }
.contents_box2 { padding: 0 2rem; }
.contents_box3 { padding: 0 2.5rem; }
@media(max-width:1040px){
	.padding_box { padding: 3vw; }
	.border_box { padding: 3vw; }
	.contents_box1 { padding: 0 0vw; }
	.contents_box2 { padding: 0 1.5vw; }
	.contents_box3 { padding: 0 3vw; }
}

/* ************* メインイメージ＋サムネイル画像（クリック差し換え式） **************/
.thumbnails {
	display: flex;
	margin: 0 -5px;
	flex-wrap: wrap;
}
.thumbnails li .image,
.mainimage {
	margin: 0px auto 20px;
	max-width: 360px;
	overflow: hidden;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
}
.thumbnails li .image { height: 126px; }
.thumbnails li {
	width: calc( 33.33% - 10px );
	margin: 0px 5px 10px;
}
.thumbnails li .caption {
	font-size: 95%;
	font-weight: bold;
	text-align: center;
	color: #000;
}
.thumbnails img { cursor: pointer;  }
.mainimage,
.thumbnails img { box-shadow: 0 0 8px rgba( 0, 0, 0, 0.2 ); }
.thumbnails img,
.mainimage img { width: 100%; }

/* ************* 写真風画像 **************/
.photocaption {
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 8px;
	text-align: center;
}
.photoimage {
	padding: 8px 10px;
	box-shadow: rgba(0, 0, 0, 0.35) 4px 3px 11px;
	background: #fff;
	margin-bottom: 20px;
}
.photoimage.l05 { transform: rotate( -0.5deg ); }
.photoimage.l10 { transform: rotate( -1.0deg ); }
.photoimage.l15 { transform: rotate( -1.5deg ); }
.photoimage.r05 { transform: rotate(  0.5deg ); }
.photoimage.r10 { transform: rotate(  1.0deg ); }
.photoimage.r15 { transform: rotate(  1.5deg ); }
@media(max-width: 1040px){
	.photoimage { padding: 4px; }
}
.imageshadow { margin: 20px auto; text-align: center; }
.imageshadow img {
	box-shadow: rgba(0, 0, 0, 0.3) 3px 3px 7px;
}

/* ************* 丸囲いイメージ **************/
.circleimage {
	position: relative;
	overflow: hidden;
	border-radius: 1000px;
	background-size: cover;
	background-position: 50% 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 10px solid #ffffff;
	box-shadow: 4px 4px 5px rgba( 0, 0, 0, 0.3 );
}

.effect { opacity: 0; transition: 1.0s; position: relative; top: 100px; }
.effect.scroll { opacity: 1; top: 0; }

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

/* ******************************************* */
/*		  a link setting
/* ******************************************* */
a {
	color: #303030;
	text-decoration: none;
	cursor: pointer;
	outline: none;
}
a:hover, a:focus, a:active {
	color: #303030;
	text-decoration: none;
}
a img {
	border: 0;
}
img {
	max-width: 100%;
}
a[href^="tel:"] { cursor: default; }

sub { font-size: .7em; vertical-align: bottom; position: relative; bottom: -2px; }
ion-icon { bottom: -0.15em; position: relative; }
p a { color: var(--main-color1)}
p a:hover { color: var(--main-color1)}
a.normallink { color: var(--main-color1); text-decoration: underline; }
a.normallink:hover { text-decoration: none; }

/* ******************************************* */
/*	TABLE
/* ******************************************* */
table.common_table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 5px;
}
table.common_table tr {
	position: inherit;
}
table.common_table tr th {
	width: 25%;
	border-left: 4px solid var(--main-color1);
	border-bottom: 1px solid var(--main-color1);
	padding: 0.7em 1.5em;
}
table.common_table tr td {
	width: 75%;
	border-left: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
	padding: 0.7em 1.5em;
}

table.spec_table {
	width: 100%;
	font-size: 0.9em;
	margin: 20px auto 40px;
	text-align: center;
}
table.spec_table tr th {
	padding: 4px;
	background: #ddd;
	border: 1px solid #bfbfbf;
}
table.spec_table tr td {
	padding: 4px;
	border: 1px solid #bfbfbf;
	max-width: 300px;
	min-width: 80px;
}

table.simple_table {
	width: 100%;
	font-size: 0.9rem;
	margin: 1rem auto 2rem;
	border-collapse: separate;
	border-spacing: 8px 0px;
}
table.simple_table tr th {
	padding: 4px;
	text-align: center;
	font-weight: bold;
	border-bottom: 1px solid #bfbfbf;
}
table.simple_table tr td {
	padding: 4px;
	border-bottom: 1px solid #bfbfbf;
}

/* ******************************************* */
/*	SEARCH bOX
/* ******************************************* */
.search_box form {
	display: flex;
}
.search_box input[type="search"] {
	width: 320px; padding: 0.25rem 0.5rem; border: 1px solid #ccc; border-radius: 10px 0 0 10px;
}
input::placeholder { color: #bbb; }
.search_box button[type="submit"] {
	padding-top: 4px;
	border-radius: 0 10px 10px 0;
	width: 2.5rem;
	font-size: 1.2rem; line-height: 1.5rem;
	background: var(--main-color1);
	color: #FFFFFF;
	cursor: pointer;
	border: none;
}
.search_box button[type="submit"]:hover { color: #666; background: #eee; }
.search_box i { top: -4px; }
@media(max-width:1040px){
	.search_box { background: #ffffff; padding: 0vw 2vw 2vw; }
	.search_box input[type="search"] { width: 86vw; }
	.search_box button[type="submit"] { width: 10vw; }
}

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

.bg.shadow { box-shadow: 0 0 0.4rem rgba( 0, 0, 0, 0.2 ) inset; }
.bg.texture1 { background: url('/_images/texture1.png'); }
.bg.texture2 { background: url('/_images/texture2.png'); }
.bg.texture3 { background: #ffe4eb; }
.bg.texture4 { background: url('/_images/texture4.png'); }
.bg.texture5 { background: url('/_images/texture5.png'); }
.bg.texture6 { background: url('/_images/texture6.png'); }
.bg.seamless1 { background: url('/_images/bg01.png'); }
.bg.seamless2 { background: url('/_images/bg02.png'); }
.bg.seamless3 { background: url('/_images/bg03.png'); }
.bg.seamless4 { background: url('/_images/bg04.png'); }
.bg.seamless5 { background: url('/_images/bg05.png'); }
.bg.seamless6 { background: url('/_images/bg06.png'); }
.bg.seamless7 { background: url('/_images/bg07.png'); }
.bg.seamless8 { background: url('/_images/bg08.png'); }
.bg.seamless9 { background: url('/_images/bg09.png'); }
.bg.seamless10 { background: url('/_images/bg10.png'); }

@media(max-width:1040px){
	.bg_over {
		margin: 0px -1000px 0px;
		padding: 30px 1000px;
		box-shadow: 0 0 10px 0px rgba( 0, 0, 0, 0.1 ) inset;
	}
	.gizagiza::after,
	.gizagiza::before {
		position: absolute; content: "";
		left: 0; width: 100%; height: 20px;
	}
}

/* ******************************************* */
/*		  TOP
/* ******************************************* */
#mainV {
	background: url('/_images/bg.jpg') no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
	left: 50%; margin-left: -960px; width: 1920px;
}
@media(min-width:1041px){
	.top_slider { position: relative; z-index: 1000; box-shadow: 0 3px 5px rgba( 0, 0, 0, 0.4 ); left: 50%; margin-left: -960px; width: 1920px; }
	.top_slider .slick-slide { height: 400px; }
	.top_slider img { max-height: 100%; }
}
@media(max-width:1040px){
	#mainV { margin: 0; width: 100vw; left: 50%; margin-left: -50vw; }
	.top_slider { position: relative; z-index: 1000; box-shadow: 0 3px 5px rgba( 0, 0, 0, 0.4 ); width: 100%; }
	.top_slider .slick-slide { height: 30vmax; }
	.top_slider img { max-height: 100%; }
}
.slick-dots { bottom: -30px;}
.top_slider2 { margin: 0 -1000px; }
.top_slider2 li { width: 300px; margin: 0 10px; box-shadow: 3px 3px 8px rgba( 0, 0, 0, 0.2 ); }
.top_slider2 li img { width: 300px; }

/* ******************************************* */
/*		  ボタン関係
/* ******************************************* */
.mailform input[type="button"],
.mailcheck input[type="button"],
.mailcheck input[type="submit"],
.mailform input[type="submit"],
.minibutton,
.backbutton,
.linkbutton { text-align: center; }
.linkbutton.left { text-align: left; }
.linkbutton.right { text-align: right; }
.linkbutton.left a { margin: 10px 0px; }
.linkbutton.right a { margin: 10px 0px; }
.mailform input[type="button"],
.mailcheck input[type="button"],
.mailcheck input[type="submit"],
.mailform input[type="submit"],
input[type="submit"],
.backbutton a,
.minibutton a,
.linkbutton p,
.linkbutton2 a,
.linkbutton a {
	display: inline-block;
	margin: 10px 20px;
	padding: 1em 3.5em;
	background: var(--main-color1);
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba( 0, 0, 0, 0.3 ), 0 1px 0 rgba( 255, 255, 255, 0.3 );
	position: relative;
	border: none;
	font-size: 1.2rem;
	line-height: 1em;
	box-shadow: 2px 2px 8px rgba( 0, 0, 0, 0.2 );
	text-align: center;
}
.linkbutton p { background: #bbb; }
.minibutton a {
	font-size: 1.0rem;
	margin: 0 10px;
	padding: 0.5em 1.5em;
}
.mailform input[type="button"],
.mailcheck input[type="button"],
.mailcheck input[type="submit"],
.mailform input[type="submit"],
.linkbutton p,
.linkbutton a { min-width: 340px; }
.linkbutton.type2 a {
	font-size: 110%;
	width: 280px;
	margin: 10px;
	padding: 1em 2em;
}
.linkbutton.type3 a {
	font-size: 110%;
	width: 200px;
	margin: 8px;
	padding: 0.5em 1.8em;
}
.mailform input[type="button"],
.mailcheck input[type="button"],
.backbutton a { background: #8e8e8e; min-width: 340px; }
.backbutton a::before,
.linkbutton_ex a::after,
.linkbutton2 a::after,
.linkbutton a::after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f138\00a0";
	position: absolute;
	top: 50%;
	right: 12px;
	margin-top: -0.42em;
}
.linkbutton.type3 a::after {
	right: 4px;
	margin-top: -0.52em;
}
.backbutton a::before {
	content: "\00a0\f137";
	right: auto; left: 12px;
	margin-top: -0.42em;
}
.linkbutton2 a::after { right: 2px; }
.linkbutton_ex a::after { right: 8px; }
.mailform input[type="button"]:hover,
.mailcheck input[type="button"]:hover,
.mailcheck input[type="submit"]:hover,
.mailform input[type="submit"]:hover,
input[type="submit"]:hover,
.backbutton a:hover,
.linkbutton2 a:hover,
.linkbutton a:hover {
	background: var(--main-color1-light);
	box-shadow: 2px 2px 6px rgba( 0, 0, 0, 0.3 );
}
.mailform input[type="button"]:hover,
.mailcheck input[type="button"]:hover,
.backbutton a:hover { background: #a1a1a1; }
.mailform input[type="button"]:active,
.mailcheck input[type="button"]:active,
.mailcheck input[type="submit"]:active,
.mailform input[type="submit"]:active,
input[type="submit"]:active,
.backbutton a:active,
.linkbutton2 a:active,
.linkbutton a:active {
	top: 2px;
	box-shadow: 0px 0px 2px rgba( 0, 0, 0, 0.7 );
}
.linkbutton2 {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	text-align: center;
	margin: 0 -10px;
}
.linkbutton2 a {
	display: block;
	margin: 8px 10px;
	width: calc( 20% - 20px );
	padding: 0.5em 1.5em 0.5em 0.7em;
	font-size: 115%;
}
.linkbutton_ex {
	position: absolute;
	top: 35px; right: 30px;
}
.underline_box .linkbutton_ex { top: 12px; right: 0px; }
.linkbutton_ex a {
	display: inline-block;
	padding: 0.4em 3em;
	font-size: 100%;
	line-height: 1em;
	background: var(--main-color1);
	color: #ffffff;
	box-shadow: 2px 2px 6px rgba( 0, 0, 0, 0.3 );
}
.linkbutton_ex a:hover { opacity: 0.7; }
.mypagebutton {
	margin: 10px auto 10px;
	border-bottom: 1px dotted #ddd;
}
.mypagebutton a {
	display: block;
	padding: 10px;
	color: #4e413a;
}
.mypagebutton a::before {
	content: "■　";
}
.mypagebutton a:hover { opacity: 0.75; }
ul.sidelink {
	margin: 1rem auto 2rem;
}
ul.sidelink li {
	border-top: 1px solid #ccc;
}
ul.sidelink li:last-of-type {
	border-bottom: 1px solid #ccc;
}
ul.sidelink li a {
	display: block;
	font-size: 110%;
	padding: 0.5em 0;
	font-weight: bold;
}
ul.sidelink li a:hover {
	color: var(--main-color1);
}
.simplelink,
.anchorlink {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin: 40px -16px;
}
.anchorlink.rows { justify-content: center; }
.simplelink a,
.anchorlink a {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	position: relative;
	border: 2px solid var(--main-color1);
	color: var(--main-color1);
	background: #ffffff;
	margin: 8px 16px;
	width: calc( 25% - 32px );
	height: 68px;
	padding: 0px 1rem 10px;
	font-weight: bold;
	line-height: 1.3;
}
.simplelink a { padding: 0 2rem 0 1rem; }
.anchorlink a::after {
	font-family: "Font Awesome 5 Free";
	position: absolute;
	font-weight: 900;
	content: "\f107";
	display: block;
	bottom: 0px; left: 50%; width: 30px; margin-left: -15px;
}
.simplelink a::after {
	font-family: "Font Awesome 5 Free";
	position: absolute;
	font-weight: 900;
	content: "\f138";
	display: block;
	top: 50%; right: 12px; margin-top: -0.5em; line-height: 1.0em;
}
.simplelink a:hover,
.anchorlink a:hover {
	color: var(--main-color1-light);
	border: 2px solid var(--main-color1-light);
	background: #ffffff;
}
@media(max-width:736px){
	.mailform input[type="button"],
	.mailcheck input[type="button"],
	.mailcheck input[type="submit"],
	.mailform input[type="submit"],
	input[type="submit"] {
		margin: 10px 10px;
		padding: 1em 1.5em;
		border-radius: 100px;
		border: 2px solid #ffffff;
		font-size: 15px;
		line-height: 1em;
	}
	.mailform input[type="button"],
	.mailcheck input[type="button"],
	.mailcheck input[type="submit"],
	.mailform input[type="submit"],
	.linkbutton a { min-width: 280px; padding: 1em 2em; }
	.simplelink,
	.anchorlink { margin: 20px -4px; }
	.simplelink a,
	.anchorlink a {
		font-size: 14px;
		margin: 4px;
		width: calc( 50% - 8px );
		height: 55px;
		padding: 0px 1rem 10px;
	}
}

.alphabet {
	font-size: 0.7rem;
	font-weight: normal;
	margin-top: 2px;
	padding-top: 2px;
	border-top: 1px solid rgba( 0, 0, 0, 0.5 );
	opacity: 0.4;
}

/* ******************************************* */
/*		  画像汎用・テキスト汎用
/* ******************************************* */
.imagebox,
.imagebox_full { text-align: center; margin: 0 auto 20px; }
.text {
	font-weight: 400;
	line-height: 1.6;
	margin-bottom: 1.0em;
}
.text p { margin-bottom: 1.0em;	}
.text p:last-of-type { margin-bottom: 0px; }
.answer a,
.text a { color: var(--main-color1); display: inline-block; margin: 0 0.25em; text-decoration: underline; }
.answer a:hover,
.text a:hover { text-decoration: none; }

.newspost,
.toptext {
	font-size: 1.2rem;
	line-height: 1.6;
	margin-bottom: 1.5em;
}
.newspost p,
.toptext p { margin-bottom: 1.3em; }
.toptext p:last-of-type { margin-bottom: 0px; }

.largetext {
	font-size: 1.35rem;
	font-weight: 600;
	margin-bottom: 0.5em;
	line-height: 1.6;
}
.largetext p { margin-bottom: 1.0em; }
.largetext p:last-of-type { margin-bottom: 0px; }
.largetext p strong { font-size: 120%; color: var(--alert-color); }
.bigtext {
	font-size: 1.5rem;
	font-weight: 600;
	margin-bottom: 0.5em;
	line-height: 1.6;
	letter-spacing: 0.2em;
	text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
}
.bigtext p { margin-bottom: 1.0em;	}
.bigtext p:last-of-type { margin-bottom: 0px; }
.sample,
.caption {
	font-size: 0.8em;
	color: #777;
	margin-bottom: 0.5em;
}
.caption p {
	position: relative;
	margin-bottom: 0.5em;
	padding-left: 1.5em;
}
.sample p:nth-last-of-type(-n+1) {
	margin-bottom: 0.5em;
}
.caption p::before { position: absolute; content: "※"; margin-left: -1.5em; }
.caption p:last-of-type { margin-bottom: 0px; }
@media(max-width:1040px){
	.toptext { font-size: 1rem; }
	.largetext { font-size: 1.15rem; }
	.bigtext { font-size: 1.3rem; }
	.imagebox { max-width: 80%; margin: 0 auto 10px; }
	.imagebox_full { margin: 0 auto 10px; }
}

/* ******************************************* */
/*		  リスト汎用・テーブル汎用
/* ******************************************* */
@media(min-width:1041px){
	ul.col_2, ul.col_3, ul.col_4, ul.col_5, ul.col_6 {
		display: flex;
		align-items: stretch;
		flex-wrap: wrap;
		margin: 0.5rem -0.8rem;
	}
	ul.col_auto { display: flex; align-items: stretch; margin: 0.5rem -0.8rem; }
	ul.col_2 li { width: calc( 50% - 1.6rem ); margin: 0.8rem; }
	ul.col_3 li { width: calc( 33% - 1.6rem ); margin: 0.8rem; }
	ul.col_4 li { width: calc( 25% - 1.6rem ); margin: 0.8rem; }
	ul.col_5 li { width: calc( 20% - 1.6rem ); margin: 0.8rem; }
	ul.col_6 li { width: calc( 16.666% - 1.6rem ); margin: 0.8rem; }
	ul.col_auto li { width: 100%; margin: 0.8rem; }
}
@media(max-width:1040px){
	ul.col_2, ul.col_3, ul.col_4, ul.col_5, ul.col_6 {
		display: flex;
		align-items: stretch;
		justify-content: center;
		flex-wrap: wrap;
		margin: 20px -10px;
	}
	ul.col_auto { display: flex; align-items: stretch; justify-content: center; margin: 20px -10px; }
	ul.col_2 li { width: calc( 50% - 20px ); margin: 10px; }
	ul.col_3 li { width: calc( 33% - 20px ); margin: 10px; }
	ul.col_4 li { width: calc( 25% - 20px ); margin: 10px; }
	ul.col_5 li { width: calc( 25% - 20px ); margin: 10px; }
	ul.col_6 li { width: calc( 25% - 20px ); margin: 10px; }
	ul.col_auto li { width: 100%; margin: 10px; }
}
@media(max-width:768px){
	ul.col_2 li { width: calc( 50% - 20px ); margin: 10px; }
	ul.col_3 li { width: calc( 33% - 20px ); margin: 10px; }
	ul.col_4 li { width: calc( 33% - 20px ); margin: 10px; }
	ul.col_5 li { width: calc( 33% - 20px ); margin: 10px; }
	ul.col_6 li { width: calc( 33% - 20px ); margin: 10px; }
	ul.col_auto li { width: 100%; margin: 10px; }
}
@media(max-width:550px){
	ul.col_2 li { width: calc( 100% - 20px ); margin: 10px; }
	ul.col_3 li { width: calc( 50% - 20px ); margin: 10px; }
	ul.col_4 li { width: calc( 50% - 20px ); margin: 10px; }
	ul.col_5 li { width: calc( 50% - 20px ); margin: 10px; }
	ul.col_6 li { width: calc( 50% - 20px ); margin: 10px; }
	ul.col_auto li { width: 100%; margin: 10px; }
}

.arrow_icon a {
	display: block;
	position: relative;
	padding-left: 1em !important;
}
.arrow_icon a::before {
	position: absolute;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f054";
	margin-left: 0px;
	transition: 0.2s;
	left: 0px;
}
.arrow_icon a:hover { opacity: 0.6; }
.arrow_icon a:hover::before { margin-left: 4px; }

.next_icon a {
	display: block;
	position: relative;
}
.next_icon a::after {
	position: absolute;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f054";
	margin-left: 0px;
	right: 0px;
}

.icon_title { display: flex; margin: 0px auto 0.5em; align-items: center; }
.icon_image { text-align: center; }
.icon_title i, .icon_image i {
	background: var(--main-color1);
	font-size: 30px;
	line-height: 50px;
	width: 50px;
	height: 50px;
	border-radius: 40px;
	color: #fff;
	text-align: center;
	margin-right: 10px;
}
.icon_image p,
.icon_title p { flex: 1; color: var(--main-color1); font-size: 120%; font-weight: bold; line-height: 1.4; }
.icon_image i { display: block; font-size: 50px; line-height: 80px; width: 80px; height: 80px; margin: 0.5rem auto 0.5rem; }

.section_bg01 { background: url('/_images/bg01.png'); margin: 0 -1000px; padding: 10px 1000px 80px; box-shadow: 0 0 3px rgba( 0, 0, 0, 0.2 ); }
.section_bg02 { background: url('/_images/bg02.png'); margin: 0 -1000px; padding: 10px 1000px 80px; box-shadow: 0 0 10px rgba( 0, 0, 0, 0.2 ) inset; }
.section_bg03 { background: url('/_images/bg03.png'); margin: 0 -1000px; padding: 10px 1000px 80px; box-shadow: 0 0 10px rgba( 0, 0, 0, 0.2 ); }
.section_bg04 { background: url('/_images/bg04.png'); margin: 0 -1000px; padding: 10px 1000px 80px; box-shadow: 0 0 10px rgba( 0, 0, 0, 0.2 ); }
.section_bg05 { background: #fad8d8; margin: 0 -1000px; padding: 10px 1000px 80px; box-shadow: 0 0 10px rgba( 0, 0, 0, 0.2 ) inset; }

/* ******************************************* */
/*		  商品一覧用
/* ******************************************* */
.total_items {
	border-bottom: 1px solid #999;
	text-align: right;
	padding-bottom: 4px;
	margin: -10px auto 1rem;
	color: #999;
}
ul.item_view {
	margin: 0 auto;
}
ul.item_view li {
	position: relative;
	background: var(--bg-color1);
}
ul.item_view li:hover { opacity: 0.75; }
ul.item_view li .image {
	background: #ffffff;
	box-shadow: 0 0 5px rgba( 0, 0, 0, 0.3 );
}
ul.item_view li .image .inner {
	width: 100%;
	position: relative;
}
ul.item_view li .preview_icon {
	position: absolute;
	top: -0.75rem;
	right: -0.5rem;
	width: 3.5rem; height: 1rem;
	background: #FFFFFF; text-align: center;
	border-radius: 50%; box-shadow: 0 0 0.4rem rgba( 0, 0, 0, 0.4 );
	font-size: 0.7rem; font-weight: bold;
	color: var(--alert-color);
}
ul.item_view li .soldout::before {
	content: "SOLD OUT";
	background: #e70000;
	color: #FFFFFF;
	font-size: 20px; font-weight: bold;
	position: absolute;
	line-height: 30px; width: 100%;
	text-align: center;
	border-top: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	left: 50%; top: 20%; margin-left: -50%;
	box-shadow: 0 -4px 0 #E70000, 0 4px 0 #E70000, 0 0 5px rgba( 0, 0, 0, 0.3 );
}
ul.item_view li .reserved {
	font-size: 0.8rem; font-weight: bold; color: #9F9F9F;
}
ul.item_view li .reserved::before {
	content: "発売前商品";
	background: var(--main-color1);
	color: #FFFFFF;
	font-size: 20px; font-weight: bold;
	position: absolute;
	line-height: 30px; width: 100%;
	text-align: center;
	border-top: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	left: 50%; top: 20%; margin-left: -50%;
	box-shadow: 0 -4px 0 var(--main-color1), 0 4px 0 var(--main-color1), 0 0 5px rgba( 0, 0, 0, 0.3 );
}
ul.item_view li .mainbody { padding: 0.4rem 0 0; }
ul.item_view li .iteminfo {
	position: absolute;
	top: 4px; right: 2px;
	display: flex;
	opacity: 0.75;
}
ul.item_view li .iteminfo span {
	display: inline-block;
	margin: 0 2px;
	border: 2px solid var(--alert-color);
	color: var(--alert-color);
	line-height: 1.0; padding: 2px; font-size: 0.7rem;
	background: #FFFFFF;
}

.slider_item { width: 160px; margin: 0 1rem; }
.slider_item .image {
	background: #ffffff;
	box-shadow: 0 0 5px rgba( 0, 0, 0, 0.3 );
}
.slider_item .image .inner {
	width: 100%;
	position: relative;
}
.slider_item .soldout::before {
	display: none;
	content: "SOLD OUT";
	background: #e70000;
	color: #FFFFFF;
	font-size: 20px; font-weight: bold;
	position: absolute;
	line-height: 30px; width: 100%;
	text-align: center;
	border-top: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	left: 50%; top: 20%; margin-left: -50%;
	box-shadow: 0 -4px 0 #E70000, 0 4px 0 #E70000, 0 0 5px rgba( 0, 0, 0, 0.3 );
}
.slider_item .mainbody { padding: 0.4rem 0 0; }
.slider_item .iteminfo {
	position: absolute;
	top: 4px; right: 2px;
	display: flex;
	opacity: 0.75;
}
.slider_item .iteminfo span {
	display: inline-block;
	margin: 0 2px;
	border: 2px solid var(--alert-color);
	color: var(--alert-color);
	line-height: 1.0; padding: 2px; font-size: 0.7rem;
	background: #FFFFFF;
}

@media(max-width:1040px){
	ul.item_view li { padding: 10px; }
	ul.item_view li .soldout::before {
		font-size: 30px; line-height: 30px;
		width: 100%;
		top: 25%; margin-left: -50%;
		padding: 15px 0px;
	}
}
.view_button {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-bottom: 1rem;
}
.view_button form a {
	display: block;
	background: var(--main-color1);
	color: var(--main-color1-dark);
	text-shadow: 0 1px 0px rgba( 255, 255, 255, 0.3 );
	border-radius: 4px;
	padding: 4px 8px;
	font-size: 80%;
	box-shadow: 0 3px 0px var(--main-color1-dark);
	position: relative;
	margin-left: 4px;
}
.view_button form a.current {
	top: 2px;
	color: #ffffff;
	text-shadow: 0 0 1px #fff;
	box-shadow: 0 1px 0px var(--main-color1-dark), 0px 0px 0px rgba( 0, 0, 0, 0.7 );
}
.view_button form a:hover {
	color: #ffffff;
	text-shadow: 0 0 2px #fff, 0 0 2px #fff;
}
.view_button form a:active {
	top: 3px;
	color: #ffffff;
	text-shadow: 0 0 2px #fff, 0 0 2px #fff;
	box-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.7 );
}
@media(max-width:736px){
	.view_button form a { font-size: 10px; padding: 4px;}
}

/**** new item / sale item ****/
.newitem, .saleitem { position: absolute; top: 0; left: 0; }
.newitem::before,
.saleitem::before {
	background: #e33535;
	color: #ffffff;
	text-shadow: 0 1px 0px #FFF, 0 -1px 0px #753030;
	font-size: 20px; font-weight: bold;
	position: absolute;
	line-height: 20px; width: 60px; height: 60px;
	left: -10px; top: -10px;
	border-radius: 40px;
	border: 1px solid #ffffff;
	box-shadow: 0 0 0px 4px #e33535;
	display: flex;
	align-items: center; justify-content: center; text-align: center;
}
.saleitem::before { content: "SALE"; }
.newitem::before {
	content: "NEW";
	background: #e8c058;
	color: #af8928;
	text-shadow: 0 1px 0px #FFF, 0 -1px 0px #605134;
	border: 1px solid #f1e3be;
	box-shadow: 0 0 0px 4px #e8c058;
}
@media(max-width:1040px){
	.newitem::before,
	.saleitem::before {
		font-size: 15px; font-weight: bold;
		position: absolute;
		line-height: 15px; width: 50px; height: 50px;
		left: -2px; top: -2px;
	}
}
.item_title {
	font-size: 95%;
	line-height: 1.3;
	margin: 0.25em auto;
}
.item_title a { color: inherit; }
.cart_data .item_title {
	font-size: 110%;
	font-weight: bold;
}
.price {
	font-size: 1.2rem;
	margin: 0.25em auto;
	flex-wrap: wrap;
}
.update_time {
	font-size: 95%;
	color: #999;
	text-align: right;
	margin-bottom: 8px;
}
.update_time .type1::before { content: "発売日 : "; }
.update_time .type2::before { content: "登録日 : "; }
ul.step_flow li:nth-of-type(1) p::before { content: 'カート'; }
ul.step_flow li:nth-of-type(2) p::before { content: 'ご送付先入力'; }
ul.step_flow li:nth-of-type(3) p::before { content: 'ご送付先確認'; }
ul.step_flow li:nth-of-type(4) p::before { content: 'お支払い'; }
ul.step_flow li:nth-of-type(5) p::before { content: '注文完了'; }
.item_price {
	font-size: 120%;
	text-align: right;
}
.price p { font-size: 0.8rem; font-weight: bold; padding: 0px 4px; border: 1px solid #333333; border-radius: 4px;}
.price strong,
.discount_price {
	color: #e70000;
}
.price s b { color: #333333; }
.price i { font-size: 0.7rem; font-style: normal; }
.discount_percent {
	display: inline-block;
	margin: 0 8px;
	padding: 4px 8px;
	line-height: 1.2;
	border-radius: 4px;
	background: #e70000;
	color: #fff;
	font-size: 100%;
}
.zaiko {
	font-size: 110%;
	text-align: center;
	font-weight: bold;
	margin: 0.5em auto 1em;
}
.zaiko.full { color: #097300; }
.zaiko.middle { color: #e79f00; }
.zaiko.small { color: #df4300; }
.zaiko.empty { color: #c70000; }

dl.tags { margin-bottom: 0 auto 0.5rem; }
dl.tags dd {
	display: inline-block;
	margin-bottom: 8px;
}
dl.tags dd a {
	display: block;
	font-size: 14px;
	background: var(--main-color1);
	color: #ffffff;
	padding: 0 8px;
	border-radius: 4px;
	margin-right: 8px;
}
dl.tags dd a:hover { opacity: 0.7; }

input.purchase,
input.number {
	width: 50px;
	padding: 8px;
	border-radius: 8px;
	border: 1px solid #999;
	text-align: center;
}
input.purchase { width: 80px; }
.cart_in .inner {
	display: flex;
	justify-content: center;
	text-align: center;
	margin: 20px auto 40px;
}
.cart_in .buttons {
	display: flex;
	justify-content: center;
	align-items: center;
}
.increment i, .decrement i {
	width: 30px;
	height: 30px;
	padding: 4px;
	cursor: pointer;
	background: var(--main-color1);
	color: #FFFFFF;
	text-align: center;
	display: inline-block;
	margin: 0 8px;
	border-radius: 30px;
	font-size: 22px;
	line-height: 1.0;
}
.increment img:hover, .decrement img:hover { opacity: 0.7; }

.item_side ul.arrow_icon li {
	line-height: 1.8em;
	margin: 0.5em 0 0.5em 1em;
}
.item_side ul.arrow_icon li:first-of-type {
	font-size: 1.2em;
	margin-left: 0em;
	font-weight: bold;
	padding: 0.4rem 0 0.4rem 0.2rem;
	border-top: 1px solid rgba( 0, 0, 0, 0.25 );
	border-bottom: 1px solid rgba( 0, 0, 0, 0.25 );
}


/* ******************************************* */
/*		  ショッピングカート
/* ******************************************* */
.shopping_empty {
	padding: 100px 0px;
	text-align: center;
	font-size: 110%;
	font-weight: bold;
}
ul.shopping_cart { margin: 0 auto; }
ul.shopping_cart li {
	display: flex;
	justify-content: space-between;
	padding-bottom: 1em;
	border-bottom: 1px solid #ddd;
	margin-bottom: 1em;
}
ul.shopping_cart li .image { width: 180px; text-align: center; }
ul.shopping_cart li .image .inner {
	border: 1px solid #ddd;
}
ul.shopping_cart li a img { max-height: 140px; }
ul.shopping_cart li .mainbody {
	flex: 1;
	margin-left: 20px;
}
ul.shopping_cart li dl {
	display: flex;
	align-items: center;
}
ul.shopping_cart li dl dt {
	width: 100px;
	padding: 8px 0px;
	font-weight: bold;
}
ul.shopping_cart li dl dd,
ul.shopping_cart li dl dd form {
	display: flex;
	align-items: center;
}
ul.shopping_cart input[type="submit"] {
	font-size: 0.8rem;
	padding: 0.5em 1.5em;
	margin: 0 10px;
}
ul.shopping_cart li .pricebody {
	width: 180px;
}
ul.check_cart li.cart_data {
	display: flex;
	justify-content:
	space-between;
	align-items: center;
	border-bottom: 1px solid #ddd;
}
ul.check_cart li.cart_data .item_title { flex: 1; }
ul.check_cart li dl {
	display: flex;
	align-items: center;
}
ul.check_cart li dl dt {
	margin: 0 1rem;
	font-weight: bold;
}
ul.check_cart li dl dd {
	margin: 0 1rem;
	font-weight: bold;
}
ul.check_cart li .price { width: 200px; margin-right: 1rem; }
ul.check_cart li.total_data {
	margin: 10px auto;
}
ul.check_cart li.total_data dl {
	display: flex;
	font-size: 120%;
	justify-content: flex-end;
	text-align: right;
}
ul.check_cart li.total_data dl dt {
	width: 150px;
	padding: 0px;
	font-weight: bold;
}
ul.check_cart li.total_data dl dd {
	width: 150px;
	color: #e70000;
	font-weight: bold;
}
.shopping_total {
	padding: 1.5em;
	background: var(--main-color1-bright);
	border-radius: 8px;
	margin-bottom: 40px;
}
.shopping_total dl {
	display: flex;
	justify-content: space-between;
	font-size: 120%;
	font-weight: bold;
}
.shopping_total dl dt {
	width: 90px;
}
.shopping_total dl dd {
	color: #e70000;
	text-align: right;
	flex: 1;
}
.shopping_total .linkbutton a {
	min-width: auto;
	font-size: 1.0rem;
	padding: 0.5rem 2rem 0.5rem 1rem;
	margin: 0.5rem;
	min-width: 200px;
}
.shopping_total dl.total {
	padding-top: 0.5rem;
	margin-top: 0.5rem;
	border-top: 1px solid #b0a292;
}
@media(max-width:736px){
	ul.shopping_cart li {
		display: flex;
		position: relative;
	}
	ul.shopping_cart li .image { width: 25%; }
	ul.shopping_cart li .mainbody { flex: 1; margin-left: 1rem; padding-bottom: 2.2rem;}
	ul.shopping_cart li dl dt {
		width: 40px;
	}
	ul.shopping_cart li dl dd,
	ul.shopping_cart li dl dd form {
		display: flex;
		align-items: center;
	}
	ul.shopping_cart input[type="submit"] { font-size: 0.7rem; padding: 0.5rem 1.0rem; margin: 0 10px; }
	ul.shopping_cart li .pricebody { position: absolute; width: 100%; display: flex; bottom: 0.8rem; right: 0; justify-content: flex-end; align-items: center;}
	ul.shopping_cart li .pricebody > * { margin: 0 0 0 1rem; }
	ul.shopping_cart li .pricebody .price { order: 2; }
	ul.shopping_cart li input { padding: 4px; }
	ul.shopping_cart li .minibutton { font-size: 0.8rem;}
	ul.check_cart li.cart_data {
		flex-wrap: wrap;
		justify-content: flex-end;
		padding-bottom: 0.5em;
		margin-bottom: 0.5em;
	}
	ul.check_cart li.cart_data .item_title {
		flex: auto;
		width: 100%;
	}
	ul.check_cart li dl {
		display: flex;
		align-items: center;
	}
	ul.check_cart li dl dt {
		margin: 8px 20px;
		font-weight: bold;
	}
	ul.check_cart li dl dd {
		margin: 8px 20px;
		font-weight: bold;
	}
	ul.check_cart li .price {
		width: auto;
		margin: 0;
	}
	ul.check_cart li.total_data {
		margin: 10px auto;
	}
	ul.check_cart li.total_data dl {
		display: flex;
		font-size: 120%;
		justify-content: flex-end;
		text-align: right;
	}
	ul.check_cart li.total_data dl dt {
		width: 150px;
		padding: 0px;
		font-weight: bold;
	}
	ul.check_cart li.total_data dl dd {
		width: 150px;
		color: #e70000;
		font-weight: bold;
	}
	.shopping_total {
		padding: 1.5em;
		background: var(--main-color1-bright);
		border-radius: 8px;
	}
	.shopping_total dl {
		display: flex;
		justify-content: space-between;
		font-size: 120%;
		font-weight: bold;
	}
	.shopping_total dl dt {
		width: 90px;
	}
	.shopping_total dl dd {
		color: #e70000;
		text-align: right;
		flex: 1;
	}
	.shopping_total dl.total {
		padding-top: 0.5rem;
		margin-top: 0.5rem;
		border-top: 1px solid #b0a292;
	}
}

/* ************************************** */
/*  	FAQ								  */
/* ************************************** */
.faq {
	margin: 20px auto 60px;
}
.faq li {
	font-size: 1.15em;
	margin-bottom: 20px;
}
.faq li .question {
	position: relative;
	padding-top: 10px;
	padding-left: 60px;
	margin-bottom: 10px;
	color: var(--main-color1); font-weight: bold;
}
.faq li .question::before {
	position: absolute;
	content: "Q";
	top: 0; left: 0;
	width: 50px; height: 50px;
	font-size: 38px; line-height: 50px;
	text-align: center;
	color: #FFFFFF;
	background: var(--main-color1);
	border-radius: 50px;
}
.faq li .answer {
	position: relative;
	padding-top: 10px;
	padding-left: 60px;
}
.faq li .answer::before {
	position: absolute;
	content: "A";
	top: 6px; left: 6px;
	width: 38px; height: 38px;
	font-size: 30px; line-height: 38px;
	background: #DFDCD8;
	text-align: center;
}
@media(max-width:1040px){
	.faq li .question { padding-left: 40px; }
	.faq li .question::before {
		top: 4px; left: 4px;
		width: 30px; height: 30px;
		font-size: 25px; line-height: 30px;
	}
	.faq li .answer { padding-left: 40px; }
	.faq li .answer::before {
		width: 26px; height: 26px;
		font-size: 24px; line-height: 26px;
	}
}

/* ******************************************* */
/*		  レジ関連
/* ******************************************* */
ul.step_flow { display: flex; margin: 10px auto 20px; justify-content: center; }
ul.step_flow li {
	margin: 0 6px;
	position: relative;
	z-index: 0;
	padding: 16px 20px;
	color: #ffffff;
}
ul.step_flow li::before {
	content: "";
	position: absolute;
	width: 100%; height: 100%; top: 0; left: 0;
	border-radius: 100px;
		border: 3px solid #FFFFFF;
	box-shadow: 0 0 0 3px var(--main-color1);
	box-sizing: border-box;
	z-index: -1;
	background: var(--main-color1);
}
ul.step_flow li::after {
	content: "";
	position: absolute;
	width: calc( 100% + 10px ); height: 10px;
	left: -10px; top: 50%; margin-top: -5px;
	z-index: -2;
	background: var(--main-color1);
}
ul.step_flow li:first-of-type::after { left: 0px; }
ul.step_flow li.current::before { background: var(--main-color1-light); box-shadow: 0 0 0 3px var(--main-color1-light); }
@media(max-width:736px){
	ul.step_flow {
		display: flex;
		margin: 10px 0px 20px;
		justify-content: center;
	}
	ul.step_flow li {
		margin: 0;
		font-size: 2.5vw;
		text-align: center;
		z-index: 0;
		padding: 10px;
		color: #ffffff;
		border-right: 1px solid #fff;
	}
	ul.step_flow li::after { display: none;}
	ul.step_flow li::before { border-width: 2px; box-shadow: 0 0 0 2px var(--main-color1); }
	ul.step_flow li.current::before { box-shadow: 0 0 0 2px var(--main-color1-light); background: var(--main-color1-light); }
}

/* ******************************************* */
/*		  注文履歴
/* ******************************************* */
ul.past_order {
	margin: 0px auto 40px;
}
ul.past_order li {
	border: 1px solid #ddd;
	margin: 0.5rem auto;
}
ul.past_order li .info,
ul.past_order li .order { display: flex; justify-content: space-between; padding: 0.7em 1em; }
ul.past_order li .info { background: #eee; font-size: 80%; }
ul.past_order li .info dl {
	display: flex;
	justify-content: space-between;
}
ul.past_order li .info dl dt {
	font-weight: bold;
	margin-right: 1em;
}
ul.past_order li .order dl {
	margin: 4px 0px;
	display: flex;
	justify-content: space-between;
}
ul.past_order li .order dl dt {
	background: #aaa;
	color: #fff;
	padding: 0px 2em;
	border-radius: 4px;
	margin-right: 3em;
}
ul.past_order li .order dl dd {
	font-size: 110%;
	font-weight: bold;
}
ul.past_order table tr th {
	font-weight: bold;
	padding: 4px 1em 4px 0px;
	max-width: 400px;
}
ul.past_order table tr td {
	padding: 4px 1em 4px 0px;
}
@media(max-width:1040px){
	ul.past_order { margin: 30px auto; }
	ul.past_order li .order { display: block; }
	ul.past_order li .info { background: #eee; font-size: 80%; }
	ul.past_order li .info dl {
		display: flex;
		justify-content: flex-start;
	}
	ul.past_order li .info dl dt { background: none; }
	ul.past_order li .order dl {
		margin: 4px 0px;
		display: flex;
		justify-content: flex-end;
	}
	ul.past_order li .order dl dt {
		background: #aaa;
		color: #fff;
		padding: 2px;
		border-radius: 4px;
		margin-right: 0;
		text-align: center;
		min-width: 120px;
	}
	ul.past_order li .order dl dd {
		min-width: 180px;
		text-align: right;
	}
	ul.past_order table { width: 100%; border-bottom: 1px solid #eee; margin-bottom: 8px;}
	ul.past_order table tr td {
		font-size: 80%;
		padding: 10px;
	}
	ul.past_order table tr td:nth-of-type(1) { min-width: 80px; }
	ul.past_order table tr td:nth-of-type(2) { min-width: 60px; }
}
@media(max-width:768px){
	ul.past_order li .info { display: block; }
}

/* ******************************************* */
/*		  クーポンイメージ
/* ******************************************* */
ul.coupon_list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -5px 40px;
}
ul.coupon_list li {
	margin: 5px;
	width: calc( 50% - 10px );
}
ul.coupon_list li .coupon {
	background: var(--main-color1);
	padding: 1rem;
}
ul.coupon_list li .coupon .inner {
	border: 2px solid var(--main-color1);
	border-radius: 8px;
	background: #FFFFFF;
	padding: 0.5rem 1rem;
	text-align: center;
}
ul.coupon_list li .coupon .image { margin-bottom: 0.5rem; }
ul.coupon_list li .coupon .title {
	font-size: 1.35rem;
	border-top: 1px dotted rgba( 0, 0, 0, 0.3 );
	border-bottom: 1px dotted rgba( 0, 0, 0, 0.3 );
	font-weight: bold;
}
ul.coupon_list li .coupon .fee {
	color: var(--main-color1);
	font-size: 2.0rem;
	font-weight: bold;
}
ul.coupon_list li .coupon .over {
	background-color: var(--main-color1-bright);
	border-radius: 100px;
	color: #555; font-weight: bold;
	margin-bottom: 5px;
}
ul.coupon_list li .coupon .caption {
	font-size: 0.8rem; color: #555;
	margin: 0 auto;
}

/* ******************************************* */
/*		新着情報
/* ******************************************* */
ul.article_news {
	padding: 0 2rem;
	margin: 0 auto 2rem;
}
ul.article_news li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0.5rem auto;
}
ul.article_news li .date { min-width: 82px; }
ul.article_news li .category {
	padding: 0px 1rem; border-radius: 6px;
	text-align: center;
	letter-spacing: 0.1rem;
	font-size: 0.8rem;
	min-width: 140px;
	margin: 0 1.2rem;
	color: #FFFFFF;
	font-weight: bold;
	background: #CCC;
}
ul.article_news li .title {
	flex: 1;
}
ul.article_news li .title a { color: var(--link-color); text-decoration: none; font-weight: bold; }
ul.article_news li a:hover { opacity: 0.7; }
@media(max-width:600px){
	ul.article_news {
		padding: 0 0.5rem;
	}
	ul.article_news li { flex-wrap: wrap; }
	ul.article_news li:nth-of-type(n+2) {
		border-top: 1px dotted #BBBBBB;
		padding-top: 0.5rem;
	}
	ul.article_news li .title {
		flex: auto;
		width: 100%; margin: 0.5rem auto;
	}
}

.newsinfo {
	display: flex;
	justify-content: space-between;
	margin: 0.25rem auto 1rem;
}
.newsinfo .category {
	padding: 0px 1rem; border-radius: 6px;
	text-align: center;
	letter-spacing: 0.1rem;
	min-width: 140px;
	color: #FFFFFF; font-weight: bold;
}
.newsinfo .date {
	opacity: 0.65;
}

/* -------------------------------------------------------------------------------------------------- */
.atview_list ul li {
	border-bottom: 1px solid #ddd;
	padding-bottom: 4px;
}
.atview_list ul li a {
	display: inline-block;
	min-width: 800px;
}
/* -------------------------------------------------------------------------------------------------- */

/* ******************************************* */
/*          問い合わせバナー
/* ******************************************* */
@media(min-width:1041px){
	section.contact_banner {
		background: #ffffff;
		margin: 0 -1000px;
		padding: 90px 1000px 80px;
		box-shadow: 0 0px 10px rgba( 0, 0, 0, 0.15 ) inset;
		position: relative;
	}
	section.contact_banner::before,
	section.contact_banner::after {
		position: absolute;
		content: "";
		width: 100%; height: 60px;
		left: 0;
	}
	section.contact_banner::before {
		background: url('/_images/border_top.png');
		background-size: auto 100%;
		top: 10px;
	}
	section.contact_banner::after {
		background: url('/_images/border_bottom.png');
		background-size: auto 100%;
		bottom: 10px;
	}
	section.contact_banner .bigtext { font-size: 160%; margin-bottom: 0em; }
		section.contact_banner .inner {
			background: #ffffff;
			border-radius: 20px;
			padding: 20px 130px;
			display: flex;
			justify-content: space-between;
			align-items: center;
		}
		section.contact_banner .inner .tel { text-align: center; }
		section.contact_banner .inner .tel p:nth-of-type(1) {
			font-size: 20px;
			line-height: 1.0;
			margin-top: 8px;
		}
		section.contact_banner .inner .tel p:nth-of-type(2) a {
			font-size: 46px;
			line-height: 1.0;
			font-weight: bold;
			color: #3c3c3c;
			font-family: "Roboto", sans-serif;
			text-decoration: none;
		}
		section.contact_banner .inner .tel p:nth-of-type(3) {
			opacity: 0.7;
			font-size: 17px;
			line-height: 1.6;
		}
		section.contact_banner .inner .linkbutton { margin: 0px; }
		section.contact_banner .inner .linkbutton a {
			font-size: 1.4em;
			margin: 0;
		}
}
@media(max-width:1040px){
	section.contact_banner {
		border-top: 2px solid #1784de;
		padding: 15vw 0px;
		background: #ffffff;
		border-bottom: 2px solid #1784de;
		position: relative;
	}
		section.contact_banner::before,
		section.contact_banner::after {
			position: absolute;
			content: "";
			width: 100%; height: 10vw;
			left: 0;
		}
		section.contact_banner::before {
			background: url('/_images/border_top.png') no-repeat;
			width: 100%;
			background-size: 100% 100%;
			top: 10px;
		}
		section.contact_banner::after {
			background: url('/_images/border_bottom.png') no-repeat;
			width: 100%;
			background-size: 100% 100%;
			bottom: 10px;
		}
		section.contact_banner .inner {
			background: #ffffff;
			border-radius: 10px;
			padding: 16px;
		}
		section.contact_banner .inner .tel { text-align: center; }
		section.contact_banner .inner .tel p:nth-of-type(1) {
			font-size: 4vw;
			line-height: 1.0;
			margin-top: 8px;
		}
		section.contact_banner .inner .tel p:nth-of-type(2) {
			font-size: 8vw;
			line-height: 1.0;
			font-weight: bold;
			color: #3c3c3c;
			font-family: "Roboto", sans-serif;
		}
		section.contact_banner .inner .tel p:nth-of-type(3) {
			opacity: 0.7;
			font-size: 3.5vw;
			line-height: 1.6;
		}
		section.contact_banner .inner .linkbutton { margin: 3vw auto 1vw; }
		section.contact_banner .inner .linkbutton a {
			width: 100%;
			max-width: none;
			padding: 4vw;
			font-size: 4vw;
			margin: 0 auto;
		}
}

/* ******************************************* */
/*		  Footer PC
/* ******************************************* */
@media(min-width:1041px){
	#footer {
		background: #ffffff;
		box-shadow: 0px -2px 4px rgba( 0, 0, 0, 0.1 );
	}
	.footer_main,
	.footer_info {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0px auto;
		padding: 40px 0px;
	}
	.footer_main { padding: 20px 0px; }
	.footer_info .logo { width: 240px; margin-right: 40px; }
	.footer_info .contents {
		display: flex;
		flex-wrap: wrap;
		flex: 1;
		font-size: 15px;
		padding: 15px 20px;
		border: 1px solid #ddd;
		border-radius: 20px;
	}
	.footer_main .navigation {
		display: flex;
		justify-content: space-between;
		font-weight: bold;
		margin: 10px auto;
		font-size: 1.1em;
	}
	.footer_info .contents > * {
		margin: 10px;
		width: calc( 33% - 20px );
	}
	#fnav {
		padding: 2em 0 3em;
		background: #f2f2f2;
		font-size: 90%;
	}
		#fnav .inner {
			display: flex;
			justify-content: space-between;
		}
		#fnav ul {
			padding-right: 2em;
		}
		#fnav ul li {
			margin-left: 1em;
		}
		#fnav ul li:first-of-type { margin-left: 0em; margin-top: 1em; }
		#fnav ul li a {
			display: block;
			text-align: left;
			font-size: 0.9em;
			transition: 0.2s;
			padding: 4px 0px;
		}
		#fnav ul li a:hover {
			opacity: 0.7;
		}
		#fnav ul li:first-of-type a { font-size: 1.2em; font-weight: bold; }

	#footer .footer_main .tel p:nth-of-type(1) { font-size: 40px; line-height: 40px; }
	#footer .footer_main .tel p:nth-of-type(2) { font-size: 13px; line-height: 14px; }

	.copyright {
		font-size: 10px;
		line-height: 30px;
		color: #fff;
		background: var(--main-color1);
	}
	.copyright p { flex: 1; text-align: left; }
	.copyright a { text-decoration: underline; color: #ffffff; margin-left: 1.5em; }
	.copyright a:hover { text-decoration: none; }
	/************ pagetop *************/
	#pagetop {
		position: fixed;
		bottom: 60px;
		right: 60px;
		width: 64px;
		height: 64px;
		z-index: 1000;
	}
		#pagetop a {
			display: block;
			text-align: center;
			width: 64px;
			height: 64px;
			background: #FFFFFF;
			color: var(--main-color1);
			font-size: 30px;
			line-height: 30px;
			border-radius: 100px;
			padding-top: 8px;
			border: 2px solid var(--main-color1);
		}
		#pagetop a span {
			font-size: 10px;
			line-height: 10px;
			font-weight: 600;
			display: block;
		}
		#pagetop a:hover {
			opacity: 0.75;
		}
}
/* ******************************************* */
/*		  Footer SP
/* ******************************************* */
@media(max-width:1040px){
	#footer {
		background: #FFFFFF;
	}
	.footer_info {
		display: block;
		padding: 20px 0px;
	}
		.footer_info .logo,
		.footer_info .contents {
			width: 70%;
			margin: 8px auto;
		}
		.footer_info .contents a {
			margin: 20px auto;
		}
	#fnav {
		background: #1784de;
	}
		#fnav ul {
			text-align: center;
			margin: 0px auto;
		}
		#fnav ul li {
			font-size: 4vw;
			padding: 2vw 0vw;
		}
		#fnav ul li:nth-of-type(n+2) { border-top: 1px solid #fff; }
		#fnav ul li a {
			color: #fff;
			text-decoration: none;
		}
	.copyright {
		font-size: 10px;
		line-height: 30px;
		text-align: center;
		color: #fff;
		background: var(--main-color1);
	}
	.copyright a { color: #fff; margin: 0 1em; text-decoration: underline; }

	/************ pagetop *************/
	#pagetop {
		position: fixed;
		bottom: 10px;
		right: 10px;
		width: 64px;
		height: 64px;
		z-index: 1000;
		opacity: 0.7;
	}
		#pagetop a {
			display: block;
			text-align: center;
			width: 64px;
			height: 64px;
			background: #1784de;
			color: #fff;
			font-size: 30px;
			line-height: 30px;
			border-radius: 100px;
			padding-top: 8px;
		}
		#pagetop a span {
			font-size: 10px;
			line-height: 10px;
			font-weight: 600;
			display: block;
		}
	#footer .nextstep { display: none; }
	#footer .fixed_entry {
		position: fixed;
		justify-content: center;
		transition: 0.2s;
		bottom: 0; left: 0;
		width: 100%;
		padding: 3vw;
		display: flex;
		background: #ffffff;
		text-align: center;
		z-index: 4000;
	}
		#footer .fixed_entry a {
			display: block;
			width: 90vw;
			background: #EE9600;
			color: #FFFFFF;
			border: 3px solid #ffffff;
			border-radius: 40vw;
			padding: 0.5rem;
			box-shadow: 0 0 3px rgba( 0, 0, 0, 0.3 );
		}
		#footer .fixed_entry.scroll { bottom: -100px; }
}
.bg_stripe {
	background: repeating-linear-gradient( 90deg, #fcf2f7 0, #fcf2f7 5px, #ffffff 5px, #ffffff 10px);
	background: #fffcee url('/_images/texture5.png');
	padding: 10px 1000px 80px;
	box-shadow: 0 0px 7px rgba( 0, 0, 0, 0.18 ) inset;
	margin: 0 -1000px;
}

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

/* ******************************************* */
/*		  汎用パーツ PC
/* ******************************************* */
@media(min-width:737px){
	.mailcheck,
	.mailform {
		margin: 0rem auto;
		text-align: center;
	}
	.mailend {
		margin: 0 auto 100px;
		text-align: center;
	}
	.mailcheck .confirmation,
	.mailend .confirmation {
		line-height: 1.6;
	}
	.mailcheck table,
	.mailform table {
		width: 100%;
		max-width: 900px;
		margin: 0rem auto 2rem;
	}
	.mailform table tr {
		border-bottom: 1px dotted #999;
	}
	.mailform table tr:last-of-type { border: none; }
	.mailform table th {
		padding: 1em;
		vertical-align: middle;
		text-align: left;
		font-size: 1.1em;
		font-weight: bold;
		width: 30%;
	}
	.mailform table td {
		padding: 1em;
		vertical-align: middle;
		text-align: left;
	}
	.mailform table a {
		color: #1784de;
		text-decoration: underline;
	}
	.mailform table a:hover { text-decoration: none; }

	.mailcheck table th {
		padding: 20px 15px;
		text-align: center;
		font-weight: bold;
		width: 30%;
		border-bottom: 1px dotted #ccc;
	}
	.mailcheck table td {
		padding: 20px 15px;
		text-align: center;
		width: 70%;
		border-bottom: 1px dotted #ccc;
	}
	.mailform input[type="email"],
	.mailform input[type="text"] {
		width: 100%;
		margin: 4px auto;
		border-radius: 10px;
		padding: 8px;
		border: 1px solid #666;
	}
	.mailform input[name^="郵便番号"] {
		width: 50%;
		display: inline-block;
		margin: 4px 10px 4px 0px;
	}
	.mailform select {
		width: auto;
		margin: 4px auto;
		border-radius: 10px;
		padding: 8px;
		border: 1px solid #666;
	}
	.mailform select[name="destination"] { font-size: 0.75rem; }
	.mailform input[name="login"],
	.mailform input[type="password"],
	.mailform input[name*="額"],
	.mailform input[name*="教室"],
	.mailform input[name*="氏名"],
	.mailform input[name*="ふりがな"],
	.mailform input[type="tel"],
	.mailform input[type="date"] {
		width: 200px;
		margin: 4px auto;
		border-radius: 10px;
		padding: 8px;
		border: 1px solid #666;
	}
	.mailform label[type="radio"],
	.mailform label[type="check"] {
		display: block;
		margin: 0px auto;
		text-align: left;
	}
	.mailform label.radioflat {
		display: inline-block;
		margin-right: 2em;
	}
	.mailform label[type="submit"] { display: block; text-align: center; }
	.mailform textarea {
		width: 500px;
		height: 200px;
		margin: 8px auto 8px;
		border-radius: 10px;
		padding: 8px;
		border: 1px solid #666;
	}
	.mailform .radio_wrapper {
		margin: 10px auto;
	}
	.needs {
		background: var(--main-color1-bright);
		font-weight: 400;
		padding: 2px 8px;
		margin: 0 4px;
		border-radius: 5px;
		color: var(--main-color1);
	}
	.err { color: var(--alert-color); font-weight: bold; }
	.rule {
		margin: 20px auto;
		border: 1px solid #999;
		background: #fff;
		padding: 10px 16px;
		height: 180px;
		overflow-y: scroll;
		font-size: 0.9em;
	}
	.rule li { margin-bottom: 1em; }
}
label.block { display: block; }
input[type="text"].etc { margin-left: 0.5rem; width: 10em; }

/* ******************************************* */
/*		  汎用パーツ SP
/* ******************************************* */
@media(max-width:736px){
	.mailcheck,
	.mailform {
		margin: 0 auto;
		text-align: center;
	}
	.mailend {
		margin: 0 auto 50px;
		text-align: center;
	}
	.mailcheck .confirmation,
	.mailend .confirmation {
		line-height: 1.6;
	}
	.mailform table {
		width: 100%;
		margin: 40px auto;
	}
	.mailform table tr {
		display: block;
		width: 100%;
	}
	.mailform table tr th {
		display: block;
		width: 100%;
		margin: 10px auto 8px;
		font-weight: bold;
		font-size: 1.2em;
	}
	.mailform table tr td {
		display: block;
		width: 100%;
		margin: 8px auto 20px;
	}
	.mailform table a {
		color: #1784de;
		text-decoration: underline;
	}

	.mailcheck table {
		width: 100%;
		margin: 20px auto;
	}
	.mailcheck table th {
		padding: 20px 15px;
		text-align: center;
		font-weight: bold;
		width: 25%;
	}
	.mailcheck table td {
		padding: 20px 15px;
		text-align: left;
		width: 75%;
	}
	.mailform input[type="password"],
	.mailform input[type="tel"],
	.mailform input[type="email"],
	.mailform input[type="text"] {
		width: 100%;
		display: block;
		margin: 8px auto 8px;
		border-radius: 10px;
		padding: 12px;
		border: 1px solid #666;
	}
	.mailform select,
	.mailform input[type="date"] {
		width: 50%;
		margin: 8px auto 8px;
		border-radius: 10px;
		padding: 12px;
		border: 1px solid #666;
	}
	.pc_flex2 { margin: 10px auto; text-align: left; padding: 0 5vw; }
	.mailform .radio_wrapper {
		margin: 10px auto;
	}
	.mailform label[type="radio"] {
		display: inline-block;
		margin: 10px auto;
		text-align: left;
	}
	.mailform label[type="check"] {
		display: block;
		margin: 10px auto;
		text-align: left;
		width: 65%;
	}
	.mailform label[type="submit"] { display: block; text-align: center; }
	.mailform textarea {
		width: 100%;
		height: 150px;
		margin: 8px auto 8px;
		border-radius: 10px;
		padding: 12px;
		border: 1px solid #666;
	}
	.mailform input[type="button"],
	.mailcheck input[type="button"],
	.mailcheck input[type="submit"],
	.mailform input[type="submit"] {
		border-radius: 0;
		-webkit-box-sizing: content-box;
		-webkit-appearance: button;
		appearance: button;
		border: none;
		box-sizing: border-box;
		cursor: pointer;
	}
	input[type="submit"]::-webkit-search-decoration,
	input[type="button"]::-webkit-search-decoration {
	  	display: none;
	}
	input[type="submit"]:focus,
	input[type="button"]:focus {
	  	outline-offset: -2px;
	}
	.mailform input[type="button"],
	.mailcheck input[type="submit"],
	.mailform input[type="submit"] {
		width: 90%;
		margin: 8px auto 8px;
		border-radius: 5px;
		padding: 15px;
		background: #1784de;
		cursor: pointer;
		color: #fff;
		font-weight: 600;
		transition: 0.2s;
		font-family: var(--google-fonts);
	}
	.mailcheck input[type="submit"] {
		margin-right: 10px;
	}
	.mailcheck input[type="button"][value="戻る"] {
		width: 90%;
		margin: 8px auto 8px;
		border-radius: 5px;
		padding: 15px;
		background: #999;
		cursor: pointer;
		color: #fff;
		font-weight: 600;
		transition: 0.2s;
		font-family: var(--google-fonts);;
	}
	.mailcheck input[type="button"][value="戻る"]:hover {
		background: #fff;
		color: #999;
	}
	.needs, .err { color: #df4e45; font-weight: bold; }
	.rule {
		margin: 20px auto;
		border: 1px solid #999;
		background: #fff;
		padding: 10px;
		height: 140px;
		font-size: 12px;
		text-align: left;
		overflow-y: scroll;
	}
}

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

/* ******************************************* */
/*		  Breadcrumb PC
/* ******************************************* */
#breadcrumb {
	font-size: 14px;
	line-height: 1.6;
	color: #3D3D3D;
}
#breadcrumb ul {
	display: block;
	text-align: left;
	padding: 1em 0px;
}
#breadcrumb ul li {
	display: inline;
	padding: 0em 0em;
}
#breadcrumb ul li:nth-of-type(n+2)::before{
	display: inline;
	text-align: center;
	content: "> ";
	color: var(--main-color1);
	width: 1.5em;
	height: 1em;
	padding: 0em 0.5em;
}
#breadcrumb ul li a {
	color: var(--main-color1);
	text-decoration: none;
}
#breadcrumb ul li a:hover{
	color: var(--main-color1);
	text-decoration: underline;
}


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

/* ******************************************* */
/*		  PC SP 共通（拡張）
/* ******************************************* */
.mincho {
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.alp-gothic {
	font-family: 'Century Gothic', 'Quicksand', sans-serif;
}
.italic { font-style: italic; }
.add-relative { position: relative; }
.tx_red { color: #CF000D; }
.tx_blue { color: #1A5FAD; }
.hover_white:hover { opacity: 0.75; }

/* ******************************************* */
/*          pagenation
/* ******************************************* */
ul.pagenation {
	display: flex;
	justify-content: center;
	margin: 40px auto;
}
	ul.pagenation li {
		min-width: 32px; min-height: 32px;
		line-height: 32px;
		text-align: center;
		margin: 0 4px;
	}
	ul.pagenation li p,
	ul.pagenation li a {
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 1.1em;
		line-height: 30px;
		font-weight: bold;
		color: #fff;
		background: #ccc;
		min-width: 32px; min-height: 32px;
		text-align: center;
		border: 1px solid #bbb;
		border-radius: 5px;
	}
	ul.pagenation li p i.fas,
	ul.pagenation li a i.fas { top: 0; font-size: 120%; margin-right: 0; }
	ul.pagenation li p.current {
		background: #fff;
		color: #bbb;
	}
	ul.pagenation li a {
		color: #fff;
		background: var(--main-color1);
		border: 1px solid var(--main-color1);
	}
	ul.pagenation li a:hover {
		background: #ffffff;
		color: var(--main-color1);
		border: 1px solid var(--main-color1);
	}
/* -------------------------------------------------------------------------------------------------- */

/* ******************************************* */
/*		  iframe
/* ******************************************* */
.googlemap_wrap{
	position: relative;
	padding-bottom: 55%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	border: 1px solid #ccc;
	margin-bottom: 40px;
}
.googlemap_wrap img.fitimage{
	max-width: 900px;
}
.googlemap_wrap iframe,
.googlemap_wrap object,
.googlemap_wrap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.youtube_wrap {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	background: rgba( 0, 0, 0, 0.05 );
}
.youtube_wrap iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
	box-shadow: 2px 2px 5px #999;
}

.flash { border: 3px double #D93F3F; padding: 8px 1em; border-radius: 6px; margin: 1rem auto; }
.fuwafuwa { animation: fuwafuwa 3s infinite ease-in-out alternate; }
.pukapuka { animation: pukapuka 4s infinite ease-in-out alternate; }
.pikapika { animation: pikapika 0.5s infinite ease-in-out alternate; }
.dekadeka { animation: dekadeka 1s infinite ease-in-out alternate; }
@keyframes fuwafuwa {
	0% {transform: translate( 0, -5px ); }
	50% {transform: translate( 0, 5px ); }
	100% {transform: translate( 0, -5px ); }
}
@keyframes pukapuka {
	0% {transform: scale( 1.0 ); }
	50% {transform: scale( 1.05 ); }
	100% {transform: scale( 1.0 ); }
}
@keyframes dekadeka {
	0% {transform: scale( 1.0 ); }
	49% {transform: scale( 1.0 ); }
	50% {transform: scale( 1.05 ); }
	100% {transform: scale( 1.05 ); }
}
@keyframes pikapika {
	0% { opacity: 1.0; }
	49% { opacity: 1.0; }
	50% { opacity: 0.7; }
	100% { opacity: 0.7; }
}

.login_form,
.edit_form { margin: 20px auto 80px; }
.login_form table { width: 50%; margin: 0 auto; }
.edit_form table { width: 100%; }
.login_form table tr th,
.edit_form table tr th {
	width: 30%;
	padding: 1rem;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	border-bottom: 1px solid #ddd;
}
.login_form table tr td,
.edit_form table tr td {
	width: 70%;
	padding: 1rem;
	border-bottom: 1px solid #ddd;
}
.login_form table tr th,
.login_form table tr td { width: 50%; }
.edit_form input[type="tel"],
.edit_form input[type="email"],
.edit_form input[type="text"] {
	width: 35em;
	padding: 0.5em;
	border-radius: 4px;
	border: 1px solid #999;
}
.edit_form select,
.login_form input[type="text"],
.login_form input[type="password"],
.edit_form input[name="id"],
.edit_form input[type="password"] {
	width: 14em;
	padding: 0.5em;
	border-radius: 4px;
	border: 1px solid #999;
}
input[type="text"]:read-only { background: #DDD !important; }
input[type="email"]:read-only { background: #DDD !important; }
.login_form textarea,
.edit_form textarea {
	width: 35em;
	padding: 0.5em;
	height: 14em;
	border-radius: 4px;
	border: 1px solid #999;
}
.login_form input[name="idmail"],
.login_form input[name="names"],
.login_form input[name="mail"] {
	width: 20em;
}
.login_form input[name="mail"],
.edit_form input[name="login"],
.edit_form input[name="tel"],
.edit_form input[name="password"],
.edit_form input[name="names"] {
	width: 10em;
}
.edit_form input[name="en_names"],
.edit_form input[name="en_phonetic"],
.edit_form input[name="en_zipcode"],
.edit_form input[name="en_mail"],
.edit_form input[name="en_names"] {
	width: 20em;
}
.edit_form textarea[name^="news"] {
	width: 22em;
	height: 10em;
	font-size: 12px;
}
.login_form input[type="email"] { width: 20em; max-width: 80%; padding: 0.5em; border-radius: 4px; border: 1px solid #999; margin: 0 auto; display: inline-block;}
.formbutton { text-align: center; }
.formbutton a,
.login_form input[type="submit"],
.edit_form input[type="submit"],
.login_form input[type="button"],
.edit_form input[type="button"] {
	margin: 40px auto;
	text-align: center;
	display: block;
	padding: 0.5em 3em;
	color: #333;
	border: 1px solid #999;
	border-radius: 4px;
	cursor: pointer;
	background: #F0F0F0;
}
.edit_form label {
	display: inline-block;
	padding-right: 20px;
}
.formbutton a { display: inline-block; margin: 10px; }
.formbutton a:hover,
.login_form input[type="submit"]:hover,
.edit_form input[type="submit"]:hover,
.login_form input[type="button"]:hover,
.edit_form input[type="button"]:hover {
	background: #eee;
	color: #43aae0;
	border: 1px solid #9fdeff;
}
.error {
	color: #e70001;
	margin: 0.5em auto;
	text-align: center;
}

table.schedule_table {
	width: 100%;
}
table.schedule_table tr th {
	width: 14.285%;
	padding: 0.5em 0.25em;
	background: #99834a;
	color: #ffffff;
	text-shadow: 0px -1px #38301b;
	border: 2px solid #fff;
}
table.schedule_table tr td {
	font-size: 80%;
	text-align: center;
	padding: 0.5em 0.5em 1em;
	background: #fbf8f0;
	border: 2px solid #fff;
}

@media (max-width: 768px) {
	.login_form,
	.edit_form { margin: 20px auto 40px; }
	.login_form table { width: 100%; margin: 0 auto; }
	.edit_form table { width: 100%; }
	.edit_form table tr {
		display: block;
		padding-bottom: 1em;
	}
	.edit_form table tr th,
	.edit_form table tr td {
		display: block;
		width: 100%;
		padding: 8px;
		text-align: center;
		font-weight: bold;
	}
	.edit_form input[type="password"],
	.edit_form input[type="text"] {
		width: 90%;
		margin: 0 auto;
		padding: 0.5em;
		border-radius: 4px;
		border: 1px solid #999;
	}
	.edit_form textarea {
		width: 90%;
		margin: 0 auto;
		padding: 0.5em;
		height: 14em;
		border-radius: 4px;
		border: 1px solid #999;
	}
	.formbutton { text-align: center; }
	.formbutton a,
	.login_form input[type="submit"],
	.edit_form input[type="submit"],
	.login_form input[type="button"],
	.edit_form input[type="button"] {
		margin: 20px auto;
		text-align: center;
		display: block;
		padding: 0.5em 3em;
		color: #333;
		border: 1px solid #999;
		border-radius: 4px;
		cursor: pointer;
		background: #F0F0F0;
	}
	.edit_form label {
		display: inline-block;
		padding-right: 20px;
	}
	.formbutton a { display: inline-block; margin: 10px; }
	.formbutton a:hover,
	.login_form input[type="submit"]:hover,
	.edit_form input[type="submit"]:hover,
	.login_form input[type="button"]:hover,
	.edit_form input[type="button"]:hover {
		background: #eee;
		color: #43aae0;
		border: 1px solid #9fdeff;
	}
	.rwd_scroll { overflow: auto; white-space: nowrap; }
	.rwd_scroll::-webkit-scrollbar { height: 5px; }
	.rwd_scroll::-webkit-scrollbar-track { background: #f1f1f1; }
	.rwd_scroll::-webkit-scrollbar-thumb { background: #bcbcbc; }
}


ul.admission {
	display: flex;
	flex-wrap: wrap;
	margin: 20px -10px;
}
ul.admission li {
	margin: 10px;
	width: calc( 25% - 20px );
}
ul.admission li .image { margin: 0 auto 10px; display: flex; justify-content: center; align-items: center; }
ul.admission li .title { font-size: 1.1em; font-weight: bold; margin: 0 auto 10px; }
ul.admission li .comment { font-size: 0.9em; }
ul.admission li .comment b { color: #e70001; }
ul.admission li dl.values {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 10px auto;
}
ul.admission li dl.values dt {
	background: #999;
	color: #fff;
	border-radius: 4px;
	padding: 0px 1em;
}
ul.admission li dl.values b {
	color: #e70001;
}
.checkcontainer .checkbutton { display: block; text-align: center; cursor: pointer; border: 3px solid #bbb; color: #777; padding: 0.5em 2em; border-radius: 5px; margin: 10px auto 20px; }
.checkcontainer input[type="checkbox"]:checked + label { border: 3px solid var(--main-color1); background: var(--main-color1); color: #FFFFFF !important; }
.checkcontainer input { display: none; }
@media (max-width: 1040px) {
	ul.admission li {
		margin: 10px auto;
		width: 100%;
		max-width: 240px;
	}
	.mailform input.result,
	.mailform input.tax,
	.mailform input[name^="教室名"] { width: 80%; display: inline-block; }
}

/* ******************************************* */
/*		  ticker
/* ******************************************* */
.news_slider {
	background: #1e2425;
	position: relative;
	width: 100%; left: 0px; top: 0px;
	box-shadow: 0 2px 4px rgba( 0, 0, 0, 0.3 );
	z-index: 1200;
}
.news_slider ul li {
	color: #ffe03d;
	font-size: 175%;
	font-weight: 500;
	text-shadow: 0 0 3px #ffe03d, 0 0 3px #ffe03d;
	cursor: default;
}
.news_slider ul li a { color: #ffe03d; }
.news_slider::after {
	position: absolute;
	content: "";
	width: 100%; height: 100%;
	top: 0px; left: 0px;
	background: url('/_images/flash_board.png');
	background-size: 3px 3px;
	z-index: 1000;
	pointer-events: none;
}
@keyframes ticker {
	0% {
		transform: translate(0, 0);
		visibility: visible;
	}
	100% {
		transform: translate(-100%, 0);
	}
}
.ticker {
	overflow: hidden;
	height: 2.5em;
	padding-left: 200vw;
	box-sizing: content-box;
	margin: 0 -100vw;
}

.ticker ul {
	display: inline-block;
	white-space: nowrap;
	height: 2.5em;
	line-height: 1.25em;
	padding-right: 85vw;
	box-sizing: content-box;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	animation-name: ticker;
	animation-duration: 200s;
}
.ticker ul li {
	display: inline-block;
	padding: 0.35em 15em 0.35em 0em;
}

.curriculum { color: #6D6D6D; }
.curriculum_outer {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	font-size: 70%;
}
.curriculum_outer .curriculum { margin: 0 1em; flex: 1; }
.curriculum_outer .linkbutton { margin: 0; }
.curriculum .set1 { text-indent: -2.0em; padding-left: 2.0em; color: #303030; font-weight: bold; }
.curriculum .set2 { padding-left: 3.0em; color: #303030; }
.curriculum .set3 { padding-left: 4.0em; color: #505050; }
.curriculum .set4 { padding-left: 5.0em; color: #707070; }
.curriculum a { color: var(--main-color1); text-decoration: underline; }
.curriculum a:hover { text-decoration: none; }

.teacher_image {
	margin: 0 auto 20px;
	width: 256px;
	height: 256px;
	border-radius: 128px;
	overflow: hidden;
}
@media(max-width:1040px){
	dl dt { width: 100px; }
	.teacher_image { width: 180px; height: 180px; }
	.curriculum_outer { display: block; }
	.curriculum_outer .curriculum { margin-right: 0em; }
}
article.free_curriculum,
article.image_right,
article.image_left {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
article.image_left > img {
	display: block;
	max-width: 40%; margin-right: 20px;
	border: 10px solid #fff;
	box-shadow: 2px 2px 5px rgba( 0, 0, 0, 0.2 ), 0px 0px 2px rgba( 0, 0, 0, 0.2 ) inset;
}
article.image_right > img {
	order: 2;
	display: block;
	max-width: 40%; margin-left: 20px;
	border: 10px solid #fff;
	box-shadow: 2px 2px 5px rgba( 0, 0, 0, 0.2 ), 0px 0px 2px rgba( 0, 0, 0, 0.2 ) inset;
}
article.free_curriculum > div { width: 48%; }
article.image_left > div { flex: 1; }
article.image_right > div { flex: 1; }
@media(max-width:736px){
	article.free_curriculum,
	article.image_right,
	article.image_left {
		display: block;
		justify-content: space-between;
	}
	article.image_right > img,
	article.image_left > img {
		width: 90%;
		max-width: 400px;
		margin: 0 auto 10px;
	}
	article.free_curriculum > div { width: 100%; margin: 10px auto; }
}
.note p {
	line-height: 2em;
	background-image: linear-gradient( 90deg, transparent 0%, transparent 50%, #fff 50%, #fff 100% ), repeating-linear-gradient( 180deg, transparent 0%, transparent 1.9em, #999 1.9em, #999 2em );
	background-size: 6px;
}

.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	background: rgba( 0, 0, 0, 0.05 );
}
.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
	box-shadow: 2px 2px 5px #999;
}

.popup_message {
	position: fixed;
	top: 50%; left: 50%;
	width: 20em; height: 8em;
	margin-top: -6em; margin-left: -10em;
	padding: 1rem;
	border: 3px solid var(--main-color1);
	color: var(--text-color1);
	box-shadow: 0 0 0 5px #FFFFFF;
	background: #FFFFFF;
	border-radius: 8px; z-index: 9999;
	text-align: center;
	display: flex; justify-content: center; align-items: center;
}
ul.payment_list {
	margin: 2rem -1.5rem 4rem;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
ul.payment_list li {
	margin: 0 1.5rem;
	max-width: 40%;
	flex: auto;
}

ul.destination {
	display: flex;
	margin: -1rem -10px 3em;
	flex-wrap: wrap;
}
ul.destination li {
	width: calc( 33.3% - 20px );
	margin: 10px;
	padding: 1rem;
	box-shadow: 2px 2px 5px rgba( 0, 0, 0, 0.3 );
}
ul.destination li.now { position: relative; }
ul.destination li.now::before { content: ""; width: 100%; height: 100%; border: 5px solid var(--alert-color); position: absolute; top: 0; left: 0; z-index: 10; box-sizing: border-box; }
ul.destination li.now::after {
	content: "編集中";
	color: var(--alert-color);
	font-weight: bold; line-height: 1;
	position: absolute; right: 1.0rem; bottom: 1.0rem;
}

ul.list_destination { font-size: 0.85rem; margin-bottom: 3rem; }
ul.list_destination li {
	display: flex;
	align-items: center;
	margin: 0.2rem auto;
	padding: 0.2rem 0;
	border-bottom: 1px solid var(--main-color1);
}
ul.list_destination li .mainbody .address { display: flex; }
ul.list_destination li .mainbody .info { display: flex; justify-content: space-between; border-top: 1px dotted var(--main-color1-light); }
ul.list_destination li .mainbody p { margin-right: 1rem; }
ul.list_destination li.now { position: relative; }
ul.list_destination li.now::before { content: ""; width: calc( 100% + 8px ); height: calc( 100% + 4px ); border: 3px solid var(--alert-color); position: absolute; top: -2px; left: -4px; border-radius: 6px; z-index: 10; box-sizing: border-box; }
ul.list_destination li.now::after {
	content: "編集中";
	color: var(--alert-color);
	font-weight: bold; line-height: 1;
	font-size: 0.7rem;
	position: absolute; left: -3rem; top: calc( 50% - 0.35rem );
}
ul.list_destination li .mainbody { flex: 1; }

/* ******************************************* */
/*		  音声ダウンロード用
/* ******************************************* */
.download_opener {
	cursor: pointer;
	position: relative;
	border: 1px solid var(--main-color1);
	border-radius: 4px;
	color: var(--main-color1);
	font-weight: bold;
	font-size: 1.2rem;
	padding: 0.5rem;
	margin: 1rem auto 0.5rem;
}
.download_opener::before {
	content: '▶ ';
}
.download_opener::after {
	position: absolute;
	right: 1rem;
	top: 50%; margin-top: -0.6rem; line-height: 1.0; font-size: 1.0;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f0fe";
}
.download_opener.open::after {
	content: "\f146";
}
ul.download_file {
	display: none;
	border: 1px solid #DDDDDD;
	margin-bottom: 2rem;
	color: var(--main-color1);
}
ul.download_file li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0.5rem auto;
	padding: 0 1rem;
}
ul.download_file li p {
	font-weight: bold;
	color: var(--main-color1);
}
ul.download_file li a {
	display: block;
	margin: 0 1rem;
	background: var(--main-color1);
	border-radius: 100px;
	padding: 0rem 1.5rem;
	font-size: 0.8rem; color: #FFFFFF; font-weight: bold;
}
ul.download_file li div { flex: 1; }
ul.download_file li audio { width: 50%; max-width: 500px; min-width: 250px; }

.quote {
	border: 1px solid #DDD;
	background: #EEE;
	padding: 0.7rem; font-size: 0.8rem; margin: 0.5rem auto;
	opacity: 0.7;
}

ul.banner { margin: 1rem auto 2rem; }
ul.banner li {
	background: #FFFFFF;
	margin-bottom: 1.5rem;
}
ul.banner li a:hover { opacity: 0.75; }

.iframe_wrap {
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	position: relative
}

.iframe_wrap iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0
}