@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&display=swap');

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-family: "游ゴシック",YuGothic,"Helvetica","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
	vertical-align: baseline;
	-webkit-font-smoothing: antialiased;
}
html {
	-webkit-text-size-adjust: 100%;
}
body {
	position: relative;
	color:#191919;
	background: url("../img/back.png");
}
a {
	text-decoration:underline;
	outline:none;
	color:#191919;
}
a:hover {
	text-decoration:none;
	color:#191919;
}
a:focus,a:visited {
	outline:none;
	color:#191919;
}
img {
	border:none;
	vertical-align:bottom;
}
li {
	list-style:none;
}
iframe {
	display:block;
}
::selection {
	background-color:#cdcdcd;
}
::-moz-selection {
	background-color:#cdcdcd;
}
iframe[name="google_conversion_frame"] { position:absolute; top:0; }


/* -------------------------------------------------------------------------- */
/* -- other -- */
#Loading {
	z-index:100;
	position:fixed;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background-color:#fff;
}
#Loading p {
	position: fixed;
	display: block;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	border-radius: 50%;
	border: #ffe100 10px solid;
	border-right-color: transparent;
	animation: loader 1.2s linear infinite;
}
@keyframes loader {
	0%    {transform: rotate(0);}
	100%  {transform: rotate(360deg);}
}

.opa {
	opacity: 1;
	transition: all 220ms 0s ease-out;
}
.opa:hover,.opa:focus {
	opacity: .5;
}

.font,.font * {
	font-family: 'Noto Sans JP', sans-serif;
}

.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.protect {
	position: relative;
}
.protect::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
}

ul.list li,ul.list2 li {
	position: relative;
	padding-left: 1.1em;
}
ul.list li::before,ul.list2 li::before {
	position: absolute;
	left: 0;
	top: 0;
}
ul.list li::before {
	content: '※';
}
ul.list2 li::before {
	content: '・';
}


/* -------------------------------------------------------------------------- */
/* -- header -- */
header {
	position: relative;
}
header h1 img {
	width: 100%;
	height: 0;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
}


/* -------------------------------------------------------------------------- */
/* -- #mainArea -- */
#mainArea {
	position: relative;
	background-image: url("../img/back1.png"), url("../img/back2.png");
	background-position: center top, center bottom;
	background-repeat: no-repeat;
}


/* -------------------------------------------------------------------------- */
/* -- .contArea -- */
#mainArea .contArea {
	position: relative;
}
#mainArea .contArea::after {
	content: '';
	position: absolute;
	right: -4px;
	bottom: -4px;
	width: 100%;
	height: 100%;
	background-color: #eb6100;
	border-radius: 1.2rem;
}
#mainArea .contArea>div {
	position: relative;
	z-index: 3;
	box-sizing: border-box;
	background-color: #fff;
	border: #eb6100 3px solid;
	border-radius: 1.2rem;
}
#mainArea .contArea>div::before,#mainArea .contArea>div::after {
	content: '';
	position: absolute;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
#mainArea .contArea>div::before {
	background-image: url("../img/star1.png");
}
#mainArea .contArea>div::after {
	background-image: url("../img/star2.png");
}
#mainArea .contArea h2.mtitle {
	box-sizing: border-box;
	text-align: center;
	letter-spacing: .1em;
	font-weight: 500;
	color: #aacd06;
	border: #aacd06 3px solid;
}

#mainArea .contArea .kikan {
	text-align: center;
}
#mainArea .contArea .kikan h2 {
	letter-spacing: .2em;
	color: #e62e8b;
}
#mainArea .contArea .kikan .detail {
	box-sizing: border-box;
	font-weight: bold;
	color: #fff;
	background-color: #e62e8b;
}
#mainArea .contArea .att ul {
	border-top: #000 1px solid;
	border-bottom: #000 1px solid;
	padding: .5rem 0;
	line-height: 1.5em;
	font-size: .9em;
}

#mainArea .contArea .nurie h2 {
	box-sizing: border-box;
	text-align: center;
	letter-spacing: .1em;
	color: #23b8bc;
	border: #23b8bc 3px solid;
}
#mainArea .contArea .nurie h3 {
	text-align: center;
	color: #23b8bc;
}
#mainArea .contArea .nurie .item {
	text-align: center;
	letter-spacing: -.4em;
}
#mainArea .contArea .nurie .item>* {
	display:inline-block;
	letter-spacing: normal;
	vertical-align:top;
	*display: inline;
	*zoom: 1;
}
#mainArea .contArea .nurie .item img {
	width: 100%;
	height: auto;
	box-sizing: border-box;
	border: #23b8bc 3px solid;
	border-radius: 8px;
}



/* min-width 769px */
/* -------------------------------------------------------------------------- */
@media screen and (min-width: 769px) {
body {
	line-height: 1.5em;
	font-size: .98rem;
}
.margin05 {
	margin-top: .5rem !important;
}
.margin1 {
	margin-top: 1rem !important;
}
.margin2 {
	margin-top: 2rem !important;
}
.margin3 {
	margin-top: 3rem !important;
}
#Loading p {
	width: 4rem;
	height: 4rem;
}
/* header */
header h1 img {
	padding-top: 36.1%;
	background-image: url("../img/mainimg_pc.jpg");
}
/* #mainArea */
#mainArea {
	padding: 4rem 0;
	background-size: 100% auto;
}
#mainArea .contArea {
	max-width: 970px;
	margin: auto;
}
#mainArea .contArea>div {
	padding: 4rem 5rem;
}
#mainArea .contArea>div::before,#mainArea .contArea>div::after {
	width: 8%;
	padding-top: 15%;
}
#mainArea .contArea>div::before {
	left: -2vw;
	top: -1vw;
}
#mainArea .contArea>div::after {
	right: -2vw;
	top: -1vw;
}
#mainArea .contArea h2.mtitle,
#mainArea .contArea .nurie h2 {
	height: 2.8em;
	padding-top: .8em;
	font-size: 1.6rem;
	border-radius: 1.4em;
}
#mainArea .contArea h2.mtitle:not(:first-of-type) {
	margin-top: 3rem;
}
#mainArea .contArea h2.mtitle+p,
#mainArea .contArea .nurie h2+p {
	margin-top: 1rem;
	line-height: 1.8em;
}
#mainArea .contArea .kikan {
	margin: 3rem 5rem 0;
}
#mainArea .contArea .kikan h2 {
	font-size: 2em;
}
#mainArea .contArea .kikan .detail {
	height: 4em;
	margin-top: 1rem;
	padding-top: 1.5em;
	font-size: 1.6em;
	border-radius: 2em;
}
#mainArea .contArea .nurie {
	margin-top: 5rem;
}
#mainArea .contArea .nurie h3 {
	margin-top: 2.5rem;
	font-size: 1.2em;
}
#mainArea .contArea .nurie .item>* {
	width: 30%;
	margin: .5rem 1em 0;
}

}



/* max-width 768px */
/* -------------------------------------------------------------------------- */
@media screen and (max-width: 768px) {
body {
	line-height: 1.5em;
	font-size: 15px;
}
.margin05 {
	margin-top: 2% !important;
}
.margin1 {
	margin-top: 4% !important;
}
.margin2 {
	margin-top: 7% !important;
}
.margin3 {
	margin-top: 10% !important;
}
#Loading>p {
	width: 10vw;
	height: 10vw;
}
/* header */
header h1 img {
	padding-top: 190.1%;
	background-image: url("../img/mainimg_sp.jpg");
}
/* #mainArea */
#mainArea {
	padding: 8% 3%;
	background-size: 130% auto;
}
#mainArea .contArea>div {
	padding: 8% 3% 12%;
}
#mainArea .contArea>div::before,#mainArea .contArea>div::after {
	width: 8%;
	padding-top: 15%;
}
#mainArea .contArea>div::before {
	left: -3vw;
	top: -1vw;
}
#mainArea .contArea>div::after {
	right: -3vw;
	top: -1vw;
}
#mainArea .contArea h2.mtitle,
#mainArea .contArea .nurie h2 {
	height: 2.8em;
	padding-top: .6em;
	font-size: 1.2rem;
	border-radius: 1.4em;
}
#mainArea .contArea h2.mtitle:not(:first-of-type) {
	margin-top: 6%;
}
#mainArea .contArea h2.mtitle+p,
#mainArea .contArea .nurie h2+p {
	margin-top: 3%;
	line-height: 1.7em;
}
#mainArea .contArea .kikan {
	margin-top: 6%;
}
#mainArea .contArea .kikan h2 {
	font-size: 1.6em;
}
#mainArea .contArea .kikan .detail {
	height: 4em;
	margin-top: 2%;
	padding-top: 1.5em;
	font-size: 1.2em;
	border-radius: 2em;
}
#mainArea .contArea .nurie {
	margin-top: 12%;
}
#mainArea .contArea .nurie h3 {
	margin-top: 4%;
	font-size: 1.2em;
}
#mainArea .contArea .nurie .item>* {
	width: 46%;
	margin-top: 1%;
}
#mainArea .contArea .nurie .item a {
	margin-right: 4%;
}




}
