@charset "utf-8";
/* --------------------------------------
* 20230615
* from AS.O
--------------------------------------*/

/*--------------------------------------
	リセット
--------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
	display: block;
}
a {
	text-decoration: none;
}
ul, ol {
	list-style: none;
}
img {
	vertical-align: top;
	border: 0;
}
button {
	font-size: 100%;
}
.clear {
	clear: both;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display:block;
}
input,
textarea {
	max-width: 100%;
	margin: 0;
	padding: 0;
}
table{
	border-collapse: collapse;
	border-spacing:0;
	table-layout: fixed;
}
pre {
	overflow: auto;
}
/*--------------------------------------
	クラス定義
--------------------------------------*/
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.s {
	font-size: 70%;
}
.ss {
	font-size: 50%;
}
.l {
	font-size: 150%;
	line-height: 130%;
}
.ll {
	font-size: 200%;
	line-height: 120%;
}
.b {
	font-weight: bold;
}

.red {
	color: #ff0000;
}

em {
	font-style: italic;
}
/*--------------------------------------
	クリアフィックス
---------------------------------------*/
.clearfix:after {
	visibility: hidden;
	height: 0;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
}
* html .clearfix {
	zoom: 1;
}
*:first-child+html .clearfix {
	zoom: 1;
}
/*--------------------------------------
	画像
--------------------------------------*/
img {
	max-width: 100%!important;
	height: auto;
}
/*--------------------------------------
	リンク
--------------------------------------*/
a {
	color: inherit;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
/*--------------------------------------
	背景
--------------------------------------*/
section.white {
	background: #fff;
}
section.pink {
	background: #ffdbdb;
}
section.dot {
	background: #533e31 url("../site_img/consistent/dot.png");
	background-repeat: repeat;
	background-size: 60px auto;
	background-position: left top;
}
section.pinkwhite {
	background: radial-gradient(#fff, #f5eaf2);
}


/*--------------------------------------
	全体定義
--------------------------------------*/
html {
	font-family: 'Noto Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 62.5%;
	line-height : 1.6;
	box-sizing: border-box;
}
body {
	background:url("../site_img/consistent/page_bg.jpg") repeat;
	background-size: 100% auto;
	background-position: center top;
	font-size: 1.8rem;
	color: #6a5636;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
#wrapper {
	display: block;
	width: auto;
	max-width: 750px;
	margin: 0 auto;
	padding: 0;
	box-shadow: 0 0 0.75rem #333;
	box-sizing: border-box;
}
#contents {
	display: block;
	width: auto;
	max-width: 750px;
	margin: 0 auto;
	padding: 0;
	overflow-x: hidden;
	box-sizing: border-box;
}
.inner {
	display: block;
	width: auto;
	margin: 0 auto;
	padding: 30px 5px;
	box-sizing: border-box;
}
.nayami_inner {
	display: block;
	width: auto;
	text-align: center;
	margin: 0 auto;
	padding: 40px 5px;
	border-top: 10px ridge #fde7b6;
	border-bottom: 10px ridge #fde7b6;
	box-sizing: border-box;
}
.nayami_inner2 {
	display: block;
	width: auto;
	margin: 0 auto;
	padding: 30px 5px 0;
	position: relative;
	box-sizing: border-box;
}
.guide_inner {
	display: block;
	width: auto;
	margin: 0 auto;
	padding: 40px 4% 30px;
	box-sizing: border-box;
}
/*--------------------------------------
	ヘッダー
--------------------------------------*/
header {
	display: table;
	background: #fff9e3;
	background: -moz-linear-gradient(top, #fff9e3, #fffdf1); 
	background: -webkit-linear-gradient(top, #fff9e3, #fffdf1); 
	background: linear-gradient(to bottom, #fff9e3, #fffdf1);
	width: 100%;
	text-align: center;
	margin: 0 auto;
	padding: 0 5px;
	border-bottom: 2px solid #f2e8cd;
	box-sizing: border-box;
}
header .mains {
	display: table-cell;
	vertical-align: middle;
	width: 30%;
	text-align: center;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
header .sides {
	display: table-cell;
	vertical-align: middle;
	width: 35%;
	text-align: center;
	margin: 0;
	padding: 0 5px;
	box-sizing: border-box;
}
header img {
	display: inline-block;
	width: 100%;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
/*--------------------------------------
	フッター
--------------------------------------*/
footer {
	display: block;
	background: #fde7b6;
	width: auto;
	max-width: 750px;
	margin: auto auto 0;
	padding: 20px 0 0;
	box-sizing: border-box;
}
footer p {
	display: block;
	background: #a99a79;
	text-align: center;
	width: auto;
	max-width: 750px;
	font-size: 1.0rem;
	color: #fff;
	margin: 0 auto;
	padding: 10px;
	box-sizing: border-box;
}
footer ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto 10px;
	padding: 0;
	box-sizing: border-box;
}
footer ul li {
	display: inline-block;
	width: 49%;
	margin: 0 0 5px;
	padding: 0;
	box-sizing: border-box;
}
footer ul li a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 1.8rem;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
/*--------------------------------------
	メイン
--------------------------------------*/
main {
	display: block;
	/*background: -moz-linear-gradient(top, #fcecf5, #ffcde9); 
	background: -webkit-linear-gradient(top, #fcecf5, #ffcde9); 
	background: linear-gradient(to bottom, #fcecf5, #ffcde9);*/
	background: #ffe7f0 url("../site_img/consistent/main_bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: auto;
	max-width: 750px;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
}
/*--------------------------------------
	残り枠
--------------------------------------*/
p.capacity {
	display: block;
	/*background: #fff;*/
	background: radial-gradient(#fff, #f3e8f0);
	text-align: center;
	font-size: 4.0rem;
	font-weight: 900;
	width: auto;
	margin: 0 auto;
	padding: 10px 0;
	border: 10px ridge #fde7b6;
	filter: drop-shadow(0 0 3px #735939);
	box-sizing: border-box;
}
p.capacity span {
	font-size: 5.0rem;
	font-weight: 900;
	color: #ff6d6d;
	-webkit-animation:blink 1s ease-in-out infinite alternate;
		-moz-animation:blink 1s ease-in-out infinite alternate;
		animation:blink 1s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
		0% {opacity:0;}
		100% {opacity:1;}
}
@-moz-keyframes blink{
		0% {opacity:0;}
		100% {opacity:1;}
}
@keyframes blink{
		0% {opacity:0;}
		100% {opacity:1;}
}
/*--------------------------------------
	悩み
--------------------------------------*/
.need_bg {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: auto;
	aspect-ratio: 96 / 23;
	background: #fff9ef url("../site_img/consistent/ttls.jpg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center top;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	box-sizing: border-box;
}
.need_bg h2 {
	display: block;
	text-align: center;
	font-size: 4.0rem;
	color: #fff;
	font-weight: 900;
	width: auto;
	margin: 0 auto;
	padding: 10px 0;
	text-shadow:
		#260e00 1px 1px 2px, #260e00 -1px 1px 2px,
		#260e00 1px -1px 2px, #260e00 -1px -1px 2px;
	box-sizing: border-box;
}
.need_bg h2 span {
	color: #ffbdbd;
	font-size: 4.0rem;
	font-weight: 900;
	box-sizing: border-box;
}
.nayami_bg {
	background: #fff9ef url("../site_img/consistent/1st_infoBg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
	background-attachment: fixed;
	box-sizing: border-box;
}
.nayami_bg2 {
	background: #fff9ef url("../site_img/consistent/2nd_infoBg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
	background-attachment: fixed;
	box-sizing: border-box;
}
p.nayami_text {
	display: block;
	text-align: center;
	font-size: 3.0rem;
	color: #6a5636;
	font-weight: 900;
	width: auto;
	margin: 0 auto;
	padding: 10px 0;
	text-shadow:
		#fff 1px 1px 2px, #fff -1px 1px 2px,
		#fff 1px -1px 2px, #fff -1px -1px 2px;
	box-sizing: border-box;
}
p.nayami_text span {
	color: #ff6d6d;
	font-size: 3.6rem;
	color: #ff6d6d;
	font-weight: 900;
	filter: drop-shadow(0 0 3px #fff);
	box-sizing: border-box;
}
img.nymWoman {
	display: block;
	width: 60%;
	height: auto;
	margin: 0 auto;
	position: relative;
	z-index: 0;
	box-sizing: border-box;
}
img.nym_list1 {
	display: inline-block;
	width: 30%;
	height: auto;
	margin: 0;
	position: absolute;
	top: 0;
	left: 20px;
	z-index: 5;
	box-sizing: border-box;
}
img.nym_list2 {
	display: inline-block;
	width: 30%;
	height: auto;
	margin: 0;
	position: absolute;
	top: 5px;
	right: 20px;
	z-index: 5;
	box-sizing: border-box;
}
img.nym_list3 {
	display: inline-block;
	width: 30%;
	height: auto;
	margin: 0;
	position: absolute;
	top: 50%;
	left: 5px;
	z-index: 5;
	box-sizing: border-box;
}
img.nym_list4 {
	display: inline-block;
	width: 30%;
	height: auto;
	margin: 0;
	position: absolute;
	top: 50%;
	right: 5px;
	z-index: 5;
	box-sizing: border-box;
}
img.nym_list5 {
	display: inline-block;
	width: 30%;
	height: auto;
	margin: 0;
	position: absolute;
	bottom: 2px;
	left: 35%;
	z-index: 5;
	box-sizing: border-box;
}
/*--------------------------------------
	３つの理由
--------------------------------------*/
.point {
	display: table;
	width: 100%;
	margin: 0 auto 10px;
	padding: 0;
	position: relative;
	border: 2px solid #ff6d6d;
	box-sizing: border-box;
}
.point .pointL {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	background: #ff6d6d;
	color: #fff;
	font-weight: 900;
	font-family: 'Noto Sans JP', sans-serif;
	width: 20%;
	margin: 0;
	padding: 10px;
	position: relative;
	box-sizing: border-box;
}
.point .pointR {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	background: #fff;
	font-weight: 900;
	font-size: 1.6rem;
	width: 80%;
	margin: 0;
	padding: 10px;
	position: relative;
	box-sizing: border-box;
}
/*--------------------------------------
	プロフィール
--------------------------------------*/
.Profile {
	display: table;
	width: 100%;
	margin: 0 auto 20px;
	padding: 0;
	position: relative;
	box-sizing: border-box;
}
.Profile .ProfileL {
	display: table-cell;
	vertical-align: top;
	/*background: rgba(255,255,255,0) url("../site_img/consistent/ProfileL.png");
	background-repeat: no-repeat;
	background-size: 100px auto;
	background-position: left top;*/
	width: 50%;
	margin: 0;
	padding: 10px;
	position: relative;
	box-sizing: border-box;
}
.Profile .ProfileR {
	display: table-cell;
	vertical-align: bottom;
	background: rgba(255,255,255,0) url("../site_img/consistent/ProfileR.png");
	background-repeat: no-repeat;
	background-size: 100px auto;
	background-position: right bottom;
	width: 50%;
	margin: 0;
	padding: 0 10px;
	position: relative;
	box-sizing: border-box;
}
.Profile .ProfileL ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	box-sizing: border-box;
}
.Profile .ProfileL ul li {
	list-style: none;
	font-size: 1.8rem;
	font-weight: bold;
	margin: 0;
	padding: 3px 0;
	position: relative;
	box-sizing: border-box;
}
.Profile .ProfileL ul li h3 {
	background: -moz-linear-gradient(top, #ff3434, #ff6d6d); 
	background: -webkit-linear-gradient(top, #ff3434, #ff6d6d); 
	background: linear-gradient(to bottom, #ff3434, #ff6d6d);
	color: #fff;
	font-weight: 600;
	margin: 0;
	padding: 5px;
	position: relative;
	box-sizing: border-box;
}
.Biography {
	display: block;
	width: auto;
	background: rgba(255,255,255,1);
	font-size: 1.4rem;
	margin: 0 auto;
	padding: 10px;
	position: relative;
	border: 10px ridge #fde7b6;
	box-sizing: border-box;
}
.Biography h3 {
	background: -moz-linear-gradient(top, #ff3434, #ff6d6d); 
	background: -webkit-linear-gradient(top, #ff3434, #ff6d6d); 
	background: linear-gradient(to bottom, #ff3434, #ff6d6d);
	color: #fff;
	font-weight: 600;
	font-size: 2.0rem;
	margin: 0 0 10px;
	padding: 5px;
	position: relative;
	box-sizing: border-box;
}
.Biography p {
	font-size: 1.8rem;
	margin: 0;
	padding: 5px;
	position: relative;
	box-sizing: border-box;
}
/*--------------------------------------
	感謝の声
--------------------------------------*/
/*------ スライダーの横幅 ------*/
.voice_slide {
	width: 100%;
	margin: 30px auto;
}
/*------ スライダー画像 ------*/
.voice_slide img {
	width: 100%;
}
/*-------- 高さ調整 ----------*/
.voice_slide .slick-slide {
	height: auto!important;
	margin-right: 1vw!important;
	margin-left: 1vw!important;
}
/*---------- 矢印 ----------*/
.voice_slide .slick-next {
		display: none;
		right :0!important;
}
.voice_slide .slick-prev {
		display: none;
		left: 0!important;
}
.voice_slide .slick-arrow {
		display: none;
		width: initial!important;
		height: initial!important;
		z-index: 2!important;
}
.voice_slide .slick-arrow:before {
		display: none;
		font-size: 30px!important;
}
/*------------------
.formarea
--------------------*/
.formarea {
		/*min-height: 100vh;*/
		box-sizing: border-box;
}
#form1 {
		overflow: visible;
		padding: 20px 5px;
		box-sizing: border-box;
}
#form1::-webkit-scrollbar {
		display: none;
}
#emailNotice {
		display: none;
}
.text-at {
	display: inline-block;
	margin: 0 5px;
	box-sizing: border-box;
}
.email-user-accounts {
	width: 45%!important;
	display: inline-block;
	box-sizing: border-box;
}
.domains {
	width: 45%!important;
	display: inline-block;
	box-sizing: border-box;
}
.confi_button {
	width: 100%;
	margin: 30px 0 0;
}
input[type="text"] {
	width: 100%;
	font-size: 2.0rem;
	padding: 10px;
	/*margin-bottom: 20px;*/
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #ccc;
	box-sizing: border-box;
}
input[type="text"]:focus {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input[type="email"] {
	width: 100%;
	font-size: 2.0rem;
	padding: 10px;
	/*margin-bottom: 20px;*/
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px; 
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #ccc;
	box-sizing: border-box;
}
input[type="image"] {
	width: 100%;
	margin: 40px auto;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
input[type="image"]:hover {
	filter: brightness(200%);
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
select[name="BirthYear"],
select[name="BirthMonth"],
select[name="BirthDay"] {
	background: #fff;
	display: inline-block;
	width: auto;
	text-align: center;
	font-size: 2.0rem;
	padding: 10px 20px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #ccc;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	box-sizing: border-box;
}
.email-user-accounts,
select {
	background: #fff;
	display: inline-block;
	width: auto;
	text-align: center;
	font-size: 2.0rem;
	padding: 10px 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #ccc;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	box-sizing: border-box;
}
#username,
#email {
	font-size: 2.0rem;
}
#form_area span {
	font-weight: bold;
	font-size: 2.4vmax;
	color: #422414;
}
#form_area input[type="submit"] {
	color: rgba(0,0,0,0);
	opacity: 0;
	display: none;
	visibility: hidden;
}
#mail-error {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
.entry_form {
	display: block;
	width: auto;
	padding: 0;
	margin: 0 auto 10px;
	border: 1px solid #fde7b6;
	box-sizing: border-box;
}
.entry_form .entry_th {
	background: -moz-linear-gradient(top, #fde7b6, #fde7b6); 
	background: -webkit-linear-gradient(top, #ffdd92, #fde7b6); 
	background: linear-gradient(to bottom, #ffdd92, #fde7b6);
	display: block;
	width: auto;
	text-align: left;
	font-weight: bold;
	padding: 10px;
	box-sizing: border-box;
}
.entry_form .entry_td {
	display: block;
	width: auto;
	background: #fff;
	text-align: left;
	color: #422414;
	padding: 10px;
	box-sizing: border-box;
}
.entry_form .entry_td span {
	font-size: 1.8vmax;
}
.entry_form .entry_ts p,
.entry_form .entry_td p {
	font-size: 2.4vmax;
	font-weight: bold;
	padding: 0 5px;
	margin: 0;
	box-sizing: border-box;
}
.entry_form .entry_ts {
	display: block;
	width: auto;
	background: #fff;
	text-align: left;
	color: #422414;
	padding: 10px;
	box-sizing: border-box;
}
.rdo_usersex {
	display: block;
	width: auto;
	margin: 0 auto;
	text-align: center;
	box-sizing: border-box;
}
.rdo_usersex input {
	display: none;
}
.rdo_usersex label{
	display: inline-block;
	cursor: pointer;
	width: 46%;
	margin: 0;
	padding: 10px 5px;
	background: #bdc3c7;
	color: #869198;
	font-size: 20px;
	text-align: center;
	line-height: 1;
	transition: .2s;
	box-sizing: border-box;
}
.rdo_usersex label:first-of-type{
	border-radius: 3px;
}
.rdo_usersex label:last-of-type{
	border-radius: 3px;
}
.rdo_usersex input[type="radio"]:checked + .switch-on {
	background-color: #e67168;
	color: #fff;
}
.rdo_usersex input[type="radio"]:checked + .switch-off {
	background-color: #688fe6;
	color: #fff;
}
.formimg {
	display: block;
 	margin: 0 auto;
	text-align: center;
	padding: 5px 5px;
	box-sizing: border-box;
}
.formimg1 {
	display: block;
	width: 80%;
 	margin: 0 auto;
	text-align: center;
	padding: 5px 5px;
	box-sizing: border-box;
}
/*.formimg1,
.formimg2 {
 	margin: 0 auto;
	text-align: center;
	padding: 5px 5px;
	box-sizing: border-box;
}*/
img.formback {
	display: block;
 	width: 98%;
 	margin: 0 auto;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
img.formback:hover {
	filter: brightness(200%);
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	opacity: 1.0;
}
#username-error {
	color: #ff0000;
}
#email-error {
	color: #ff0000;
}
.cautions {
	display: block;
	background: #fff;
	text-align: center;
	font-size: 2.0rem;
	font-weight: 900;
	width: auto;
	margin: 0 auto 20px;
	padding: 10px 0;
	border: 10px ridge #fde7b6;
	filter: drop-shadow(0 0 3px #735939);
	box-sizing: border-box;
}
.cautions p {
	font-size: 1.8rem;
	font-weight: 900;
	box-sizing: border-box;
}
.cautions p span {
	font-size: 1.8rem;
	font-weight: 900;
	color: #ff6d6d;
	box-sizing: border-box;
}
/*------------------
 送信完了
--------------------*/
.thanks {
	display: block;
	width: auto;
	margin: 10px auto 30px;
	padding: 10px;
	box-sizing: border-box;
}
.thanks p {
	font-size: 1.8rem;
	font-weight: 900;
	color: #6a5636;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
}
.thanks p span.red {
	font-size: 1.8rem;
	font-weight: 900;
	color: #ff3636;
	box-sizing: border-box;
}
input[type="button"].aisa2btn {
	background: -moz-linear-gradient(top, #46d44a, #09c413); 
	background: -webkit-linear-gradient(top, #46d44a, #09c413); 
	background: linear-gradient(to bottom, #46d44a, #09c413);
	display: inline-block;
	width: 100%;
	text-align: center;
	color: #ffff00;
	font-family: 'Noto Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 2.8rem;
	text-shadow:
		#19a208 1px 1px 2px, #19a208 -1px 1px 2px,
		#19a208 1px -1px 2px, #19a208 -1px -1px 2px;
	padding: 10px 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border: 2px solid #18b41a;
	cursor: pointer;
	box-sizing: border-box;
}
/* 空メボタン */
.mail_table {
	display: table;
	width: 100%;
	padding: 0;
	margin: 0 auto;
	box-sizing: border-box;
}
.mail_table .btn_box {
	display: table-cell;
	width: 50%;
	text-align: center;
	padding: 5px;
	box-sizing: border-box;
}
.mail_table .btn_box img{
	width: 100%;
	height: auto;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.mail_table .btn_box img:hover{
	cursor: pointer;
	filter: brightness(1.5);
}
/*------------------------------------------------------
 スマホ用
--------------------------------------------------------*/
@media screen and (max-width:1000px) {
header {
	display: table;
	background: #fff9e3;
	background: -moz-linear-gradient(top, #fff9e3, #fffdf1); 
	background: -webkit-linear-gradient(top, #fff9e3, #fffdf1); 
	background: linear-gradient(to bottom, #fff9e3, #fffdf1);
	width: 100%;
	text-align: center;
	margin: 0 auto;
	padding: 0 5px;
	border-bottom: 2px solid #f2e8cd;
	box-sizing: border-box;
}
header .mains {
	display: table-cell;
	vertical-align: middle;
	width: 50%;
	text-align: center;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
header .sides {
	display: table-cell;
	vertical-align: middle;
	width: 25%;
	text-align: center;
	margin: 0;
	padding: 0 5px;
	box-sizing: border-box;
}
p.capacity {
	display: block;
	/*background: #fff;*/
	background: radial-gradient(#fff, #f3e8f0);
	text-align: center;
	font-size: 2.0rem;
	font-weight: 900;
	width: auto;
	margin: 0 auto;
	padding: 10px 0;
	border: 10px ridge #fde7b6;
	filter: drop-shadow(0 0 3px #735939);
	box-sizing: border-box;
}
p.capacity span {
	font-size: 4.0rem;
	font-weight: 900;
	color: #ff6d6d;
	-webkit-animation:blink 1s ease-in-out infinite alternate;
		-moz-animation:blink 1s ease-in-out infinite alternate;
		animation:blink 1s ease-in-out infinite alternate;
}
p.nayami_text {
	display: block;
	text-align: center;
	font-size: 1.9rem;
	color: #6a5636;
	font-weight: 900;
	width: auto;
	margin: 0 auto;
	padding: 10px 0;
	text-shadow:
		#fff 1px 1px 2px, #fff -1px 1px 2px,
		#fff 1px -1px 2px, #fff -1px -1px 2px;
	box-sizing: border-box;
}
p.nayami_text span {
	color: #ff6d6d;
	font-size: 2.4rem;
	color: #ff6d6d;
	font-weight: 900;
	filter: drop-shadow(0 0 3px #fff);
	box-sizing: border-box;
}
.need_bg h2 {
	display: block;
	text-align: center;
	font-size: 2.0rem;
	color: #fff;
	font-weight: 900;
	width: auto;
	margin: 0 auto;
	padding: 10px 0;
	text-shadow:
		#260e00 1px 1px 2px, #260e00 -1px 1px 2px,
		#260e00 1px -1px 2px, #260e00 -1px -1px 2px;
	box-sizing: border-box;
}
.need_bg h2 span {
	color: #ffbdbd;
	font-size: 2.0rem;
	font-weight: 900;
	box-sizing: border-box;
}
.Profile .ProfileL ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	box-sizing: border-box;
}
.Profile .ProfileL ul li {
	list-style: none;
	font-size: 1.4rem;
	font-weight: bold;
	margin: 0;
	padding: 3px 0;
	position: relative;
	box-sizing: border-box;
}
.Profile .ProfileL ul li h3 {
	background: -moz-linear-gradient(top, #ff3434, #ff6d6d); 
	background: -webkit-linear-gradient(top, #ff3434, #ff6d6d); 
	background: linear-gradient(to bottom, #ff3434, #ff6d6d);
	color: #fff;
	font-weight: 600;
	margin: 0;
	padding: 5px;
	position: relative;
	box-sizing: border-box;
}
.Biography h3 {
	background: -moz-linear-gradient(top, #ff3434, #ff6d6d); 
	background: -webkit-linear-gradient(top, #ff3434, #ff6d6d); 
	background: linear-gradient(to bottom, #ff3434, #ff6d6d);
	color: #fff;
	font-weight: 600;
	font-size: 1.6rem;
	margin: 0 0 10px;
	padding: 5px;
	position: relative;
	box-sizing: border-box;
}
.Biography p {
	font-size: 1.4rem;
	margin: 0;
	padding: 5px;
	position: relative;
	box-sizing: border-box;
}
.voice_slide .slick-slide {
	height: auto!important;
	margin-right: 0!important;
	margin-left: 0!important;
}
footer ul li a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 1.4rem;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
}