@charset "utf-8";
/*-------------------------*/
/*Reset*/
html {border: 0;margin: 0;padding: 0;overflow-y: scroll;}
* {border: 0;box-sizing: border-box;margin: 0;padding: 0;}
body {background: #f9e1e4;text-align: left;line-height: 1;-webkit-text-size-adjust: 100%;width: 100%;}
h1, h2, h3, h4, h5, h6, p, span, table, a, img, dl, dt, dd, ul, li, ol, iframe, nav, small {background: transparent;border: none;font-size: 100%;margin: 0;padding: 0;vertical-align: baseline;}
img {vertical-align: top;}
ol, ul {list-style: none;list-style-type: none;}
/*-- Link --*/
a:link,a:visited {color: #ff6d7f;text-decoration: underline;}
a:hover {color: #f00;text-decoration: underline;}
.c_red{color: red;}
/*-------------スクリーンリーダー専用（非表示）------------*/
.sr-only {
border: 0;
clip: rect(0, 0, 0, 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
white-space: nowrap;
width: 1px;
}

/*-------------------------*/
#wrapper {
background-color: #fff;
border: 1px solid #ff6d7f;
border-radius: 25px;
color: #333;
font-family: Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "sans-serif";
font-weight: normal;
line-height: 2;
margin: 0 auto 30px;
padding: 40px 90px;
text-align: left;
/*min-width: 960px;*/
width: 1200px;
}
#wrapper ul {
padding: 0.5rem;
}
#wrapper ul li {
line-height: 1.5;
margin: 0 0 10px 20px;
padding-left: 0;
position: relative;
}
#wrapper ul li::before {
content: '●';
color: #333;
height: 10px;
position: absolute;
top: -1.6px;
left: -27px;
width: 6px;
}
#wrapper .lh_fix {
line-height: 1.5;
}

/*パンくずリスト----------------------------------*/
nav.panlist{
color: #ff6d7f;
overflow: hidden;
padding: 4px 0;
width: 100%;
}
nav.panlist a{
color: #ff6d7f;
}
nav.panlist strong{
font-weight:normal;
}
nav.panlist ol {
color:#484848;
display: flex;
white-space: nowrap;
font-size: min(0.7em,2.4vw);
list-style: none;
line-height:1.5;
margin: 0 auto;
padding: 0;
max-width: 1270px;
width: 98%;
}
nav.panlist li + li::before {
content: ">";
margin: 0 0.5em;
}

/*-- Contents all ----------------------*/
h1 {
margin: 0 0 40px;
text-align: center;
}
h1 img {
height: auto;
max-width: 775px;
}
h2 {
color: #ff6d7f;
font-weight: bold;
font-size: 1.8rem;
margin:40px 0 5px;
}
h2.shusai {
margin:25px 0 5px;
}
p {
font-size: min(1.1em, 4vw);
line-height: 1.8;
}
.mc_prof {
display: inline-block;
}
.mc_prof .mc_right {
width: 20%;
display: inline-block;
vertical-align: top;
}
.mc_prof .mc_left {
width: 78%;
display: inline-block;
}

.pre_img {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 1em;
margin: 10px 0;
}
.pre_img img {
height: auto;
width: 100%;
}
h3 {
background: linear-gradient(transparent 70%, #ff73848f 70%);
display: inline-block;
font-size: 1.3rem;
font-weight: bold;
line-height: 1;
padding: 0 0.2em;
}
.sanka {
margin-bottom: 25px;
}

/*-- footer/PC  -----------------
footer {
background: #ff6d7f;
clear: both;
font-size: 0.9em;
line-height: 1.5em;
margin-top: 30px;
text-align: center;
}
footer .mx_copyright {
color: #fff;
padding: 8px 0;
}
footer .mx_copyright a {
color: #fff;
text-decoration: underline;
}
footer a {
color: #fff;
text-decoration: none;
}--*/

/*-- 緊急テキスト ----------------------*/
/*
#rp_textbox{
background: rgba(255,255,255,0.7);
border: #928484 solid 1px;
font-size: 0.9em;
margin: 20px auto;
padding: 8px;
line-height: 1.6em;
text-align: left;
max-width: 960px;
width: 90%;
}
*/
#rp_textbox .pop_text {
background: #fff;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
border: #c9c9c9 solid 1px;
font-size: 0.9em;
line-height: 1.5em;
margin: 0 auto;
padding: 20px;
text-align: left;
max-width: 900px;
word-break: break-all;
width: 75%;
}
#rp_textbox .pop_text .popup_title {
border-bottom: #999 dotted 1px;
font-size: 1.1em;
line-height: 1.5em;
font-weight: bold;
margin: 0 0 15px 0;
padding-bottom: 5px;
text-align: center;
width: 100%;
}
#rp_textbox .ema_img {
display: block;
text-align: center;
width: 100%;
}
#rp_textbox .ema_img img {
height: auto;
margin: 0 auto 10px;
max-width: 100%;
}
#rp_textbox a {
color: #d00;
text-decoration: underline;
}
/*-- google翻訳 ----------------------*/
.skiptranslate.goog-te-gadget,
a.goog-logo-link {
color: #fff !important;
}

/*-- ローディング ----------------------*/
#loader {
height: 100em;
display: block;
padding-top: 5em;
z-index: 100;
width: 100%;
}
.loader, .loader:before, .loader:after {
background: #aaa;
-webkit-animation: load1 1s infinite ease-in-out;
animation: load1 1s infinite ease-in-out;
height: 4em;
width: 1em;
}
.loader {
color: #ccc;
text-indent: -9999em;
margin: auto;
position: relative;
font-size: 11px;
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
-webkit-animation-delay: -0.16s;
animation-delay: -0.16s;
}
.loader:before, .loader:after {
position: absolute;
top: 0;
content: '';
}
.loader:before {
left: -1.5em;
-webkit-animation-delay: -0.32s;
animation-delay: -0.32s;
}
.loader:after {
left: 1.5em;
}
@-webkit-keyframes load1 {
	0%, 80%, 100% {
	box-shadow: 0 0;
	height: 4em;
	}
	40% {
	box-shadow: 0 -2em;
	height: 5em;
	}
}
@keyframes load1 {
	0%, 80%, 100% {
	box-shadow: 0 0;
	height: 4em;
	}
	40% {
	box-shadow: 0 -2em;
	height: 5em;
	}
}
@media (783px < width) {/* PC */
	.onlyPc {display: block;}
	.onlySp {display: none;}
	.gaiyou {
	border-top: 1px dashed #333;
	display: flex;
	flex-wrap: wrap;
	}
	.gaiyou::before {
	/*clear: both;*/
	content: '';
	height: 0;
	}
	.gaiyou dt {
	border-bottom: 1px dashed #333;
	padding: 10px 15px;
	width: 21%;
	}
	.gaiyou dd {
	border-bottom: 1px dashed #333;
	margin-left: 2px;
	padding: 10px 15px;
	width: 78%;
	}
	.gaiyou dd a.btn {
	background-color: #ff6d7f;
	border-radius: 25px;
	color: #fff;
	display: inline-block;
	margin: 0.4em auto !important;
	padding: 0.35em !important;
	text-align: center;
	text-decoration: none;
	width: 30%;
	}
	.gaiyou dd a.btn:hover {
	background-color: #ffb0b9;
	color: #fff;
	}
	/*-- SNS ----------------------*/
	#sns_button_pc {
	margin: 0 auto 1em;
	text-align: center;
	}
	#sns_button_pc img {
	margin-right: 10px;
	height: 40px !important;
	width: 40px !important;
	}
}
@media (width <= 782px) {/* SP */
	.onlyPc {display: none;}
	.onlySp {display: block;}
	/*-- SNS -----------------------*/
	#sns_button_sp {
	padding: 0 0 25px;
	text-align: center;
	}
	#sns_button_sp .btn_sns{
	margin: 0 10px;
	}
	#sns_button_sp .btn_sns img{
	height: 50px;
	width: 50px;
	}
	#wrapper {
	margin: 1% 5% 5%;
	padding: 5%;
    width: 90%;
	}
	#wrapper ul li {
	margin: 0 0 0.4em 1.5em;
	}
	h1 {
	width: 100%;
	}
	h1 img {
	width: 100%;
	}
	.gaiyou {
	border-top: 1px solid #333;
	}
	.gaiyou::before {
	clear: both;
	content: '';
	height: 0;
	}
	.gaiyou dt {
	background-color: #ececec;
	padding: 10px 15px;
	width: 100%;
	}
	.gaiyou dd {
	border-bottom: 1px solid #333;
	line-height: 1.5;
	padding: 10px 15px;
	width: 100%;
	}
	.gaiyou dd a.btn {
	background-color: #ff6d7f;
	border-radius: 25px;
	color: #fff;
	display: block;
	margin: 0.4em auto !important;
	padding: 0.35em !important;
	text-align: center;
	text-decoration: none;
	max-width: 260px;
	width: 100%;
	}
}