
/* リセット
---------------------------------------------------------------------------- */
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 ,input ,textarea {
	margin:0;
	padding:0;
	border:0;
	box-sizing:border-box;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

body {
	width: 100%;
	max-width:1920px;
	margin: 0 auto !important;
	min-height: 100vh;
	background: #000;
	color: #fff;
	font-family:"Hiragino Maru Gothic W4 JIS2004", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 500;
	font-feature-settings: "palt";
	letter-spacing: 0;
	line-height:1.96;
	text-rendering: optimizeSpeed;
	font-size: clamp(0.9rem, 1vw, 1.1rem);
}

/*基準を1rem=16pxに設定*/
html {
	font-size:1vw;
	scroll-behavior: smooth;
}

.zen-old-mincho-regular {
	font-family: "Zen Old Mincho", serif;
	font-weight: 400;
	font-style: normal;
}
.miss-fajardose-regular {
	font-family: "Miss Fajardose", cursive;
	font-weight: 400;
	font-style: normal;
}

.fas {
	-moz-osx-font-smoothing:grayscale;
	-webkit-font-smoothing:antialiased;
		display:inline-block;
		font-style:normal;
		font-variant:normal;
		text-rendering:auto;
		line-height:1;
		font-family:"Font Awesome 6 Free",sans-serif;
		font-weight:900;
	}
	@font-face {
		font-family:"Font Awesome 6 Free";
		font-style:normal;
		font-weight:900;
		font-display:swap;
		src:url("../webfonts/fa-solid-900.eot");
		src:url("../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"),
		url("../webfonts/fa-solid-900.woff2") format("woff2"),
		url("../webfonts/fa-solid-900.woff") format("woff"),
		url("../webfonts/fa-solid-900.ttf") format("truetype"),
		url("../webfonts/fa-solid-900.svg#fontawesome") format("svg")
	}

	.waku {
		overflow: hidden;
		zoom: 1;
	}
	.clearfix {
		zoom: 1;
	}
	.clearfix:after {
		content: ".";
		display: block;
		clear: both;
		height: 0;
		visibility: hidden;
	}



/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
	list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
	display: block;
	max-width: 100%;
	width: auto;
	height: auto;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
	filter: blur(10px);
}

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

input[type=checkbox],
input[type=radio] {
	display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

a {
	-webkit-text-decoration: none;
	color: inherit;
	cursor: pointer;
	text-decoration: none;
	transition: 0.6s;
}

a:hover {
	color: #c05100;
	text-decoration: none;
}
a img {
	transition: 0.3s ease-in-out;
}
a img:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
/* header
---------------------------------------------- */
.header h1{
	max-width:622px;
	margin:0 auto;
	padding:0 80px;
}
.kokuchi-body{
	width:100%;
}
.kokuchi-body .inner{
	max-width:1080px;
	margin:0 auto;
	padding:0 5%;
	text-align: center;
	font-weight: 700;
}
.kokuchi-body .open-txt{
	margin-bottom:4rem;
}
.kokuchi-body .read-txt{
	font-size:clamp(16px,1.5vw,26px);
	line-height:1.86;
	margin-bottom: 6rem;
}
.kokuchi-body .list-area{
	margin-bottom: 7rem;
}
.kokuchi-body .list-area__lists{
	border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
	padding: 3rem 0 3rem;
}
.kokuchi-body .list-area__list{
	font-size: clamp(16px,1.5vw,26px);
	line-height:1.6;
	padding: 24px 0 24px 100px;
	text-align: left;
	background: url("../images/icon-check.png") no-repeat left center;
}
.kokuchi-body .read-txt-2{
	font-size:clamp(16px,2.75vw,30px);
	line-height:1.86;
	margin-bottom: 6rem;
}
.kokuchi-body .syozaichi-txt{
	font-size:clamp(13px,1.5vw,16px);
	line-height:1.86;
	margin-bottom: 6rem;
}
/* footer
---------------------------------------------- */
footer {
	text-align: center;
}
footer .copy-txt{
	padding:40px 5%;
	font-size: clamp(12px, 0.9vw, 13px);
}
.g-map-area iframe{
	vertical-align: bottom;
}


  



/* 告知ページ
---------------------------------------------- */













@keyframes fadeIn {
from {
	opacity: 0;
}

to {
	opacity: 1;
}
}

/*---------- SP 幅768pxまでnone ----------*/
@media(max-width:768px) {
	.pc{
		display: none !important;
	}
	html {
		font-size: 2vw;
		scroll-behavior: smooth;
	}


footer .txt-area .copy-txt{
	margin-bottom:16px;
	font-size: clamp(12px, 0.9vw, 13px);
}




}
/*---------- 769px以上でnone ----------*/
@media screen and (min-width: 769px) {
	.sp {
		display: none !important;
	}
}