@charset "UTF-8";
/* CSS Document */
@import url("normalize.min.css") screen and (min-width:641px);
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

body,html {
	height:100%;
	scroll-behavior: smooth;
}
body {
	background:#fff;
	color: #3B3B3B;
	font-family: 'Noto Sans JP', YuGothic, 'Yu Gothic medium', 'Hiragino Sans', Meiryo, 'sans-serif' , serif;
	font-weight: 400;
	overflow-x: hidden;
}


a {
	color:#3B3B3B;
	text-decoration:underline;
}
a:hover,
a:active {
	color:#666;
	text-decoration:none;
}
a:hover img {
	opacity:0.6;
	filter: alpha(opacity=60);
}
img {
	border:0;
	vertical-align:middle;
	max-width:100%;
	height:auto;
}
ul, li, dl, dt, dd, p {
	margin:0;
	padding:0;
}

ul {
	list-style:none;
	letter-spacing:-0.4em;
	font-size:0;
}
li {
	letter-spacing:normal;
}
dl	{list-style-type: none;}
em,i {
	font-style:normal;
	vertical-align: middle;
}
h1, h2 {
	margin:0;
	padding:0;
	font-weight: 500;
}
h1 a , h2 a {
	text-decoration: none;
}
section {
	padding-bottom: 60px;
}
section p {
	padding-bottom: .7em;
}

.textRed {
	color: #FF0000 !important;
}

.textSmall {
	font-size: 0.9em;
}
.textBig {
	font-size: 1.2em;
}
.textLarge {
	font-size: 1.4em;
}
.textGrande {
	font-size: 1.8em;
}
li.textBig {
	font-size: 20px;
}
li.textLarge {
	font-size: 22px;
}
li.textGrande {
	font-size: 28px;
}


figure {
	margin: 0;
	padding: 0;
}
figure.article_main {
	margin: 20px auto;
}
h2 + figure.article_main {
	margin: 0px auto 20px auto;
}
b {
	font-weight: bold;
}
strong {
	font-weight: bold;
	color: #000;
	font-size: 1.1em;
}
.himikojirei p strong,
.himikojirei li strong {
	display: inline-block;
	padding: 0 3px;
	margin-bottom: 5px;
    background: linear-gradient(transparent 70%, #F5FF00 70%);
}
.tomishojirei p strong,
.tomishojirei li strong  {
	display: inline-block;
	padding: 0 3px;
	margin-bottom: 5px;
    background: linear-gradient(transparent 70%, #FF93B8 70%);
}
figcaption {
	text-align: center;
	color: #666;
}
.textR {
	text-align:right !important;
}
.textL {
	text-align:left !important;
}
.textC {
	text-align:center !important;
}

/* BOX */
.box_style {
	padding: 1.2em;
	box-sizing: border-box;
	background: #fff;
	border: 1px solid #A7A7A7;
}
.bg_gray {
	background: #e5e5e5;
}

/* LIST COMMON */
ul.liststyle {
	margin-left:1.4rem;
	padding-bottom:20px;
	margin-top: 0;
}
ol {
	margin:0;
	padding-bottom: 15px;
    padding-left: 2em;
}
dd ul.liststyle,
li ul.liststyle {
	padding-bottom: 0;
	margin-bottom: 0;
}
ul.liststyle li,
ol li {
	margin-bottom:5px;
}
.eventrepo ul.liststyle li {
	display: flex;
	flex-wrap: wrap;
	
}
.eventrepo ul.liststyle li ul, 
.eventrepo ul.liststyle li p {
	width: 100%;
}
ul.liststyle > li:before {
	content: "•";
	display:inline-block;
	margin-left:-1.4em;
	width:1.4em;
	text-align:center;
	vertical-align: top;
}
ul.liststyle.listNotice > li:before {
	content: "※";
	display:inline-block;
	margin-left:-1.4em;
	width:1.4em;
}
ul.liststyle.listNotice2 > li:before {
	content: "＊";
	display:inline-block;
	margin-left:-1.4em;
	width:1.4em;
}
.dl_list dt {
	background-color: #666;
	color: #fff;
}

.dl_list dd {
	margin-bottom: 10px;
}

/* COMMON */


/* TITLE COMMON */

.btn_area {
	text-align: center;
	padding: 30px 0;

}
.btn_style {
	display: block;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	text-decoration: none;
	text-align: center;
	height: 100%;
}
.btn_shad {
	position: relative;
	width: 90vw;
	max-width: 350px;
	height: 4em;
	display: block;
	background-color: #3b3b3b;
}


.btn_shad span {
	position: absolute;
	display: block;
		width: 90vw;
	max-width: 350px;
	height: 100%;
	z-index: 5;
	border: 1px solid #3b3b3b;
	background-color: #fff;
	padding: 15px 20px;
	left: -5px;
	top: -5px;
	box-sizing: border-box;
	transition: all 0.3s ease;

}
.btn_style:hover span {
	left: 0;
	top: 0;
}

.btn_return::after {
	content: "";
	position: absolute;
	left: 10px;
	top: 0;
	bottom: 0;
	margin: auto 0;
width: 40px;
  height: 8px;
  border-bottom: 1px solid #9D9D9D;
  border-left: 1px solid #9D9D9D;
  transform: skew(-45deg);
}


@keyframes fadein {
   0% {
       opacity: 0;
	   visibility: hidden;
   }
   100% {
       opacity: 1;
	   visibility: visible;
   }
}
@keyframes fadeout {
   
   0% {
       opacity: 1;
	   visibility: visible;
   }
	100% {
       opacity: 0;
	   visibility: hidden;
   }
}

.is-hide {
	display: none;
}

.contents {
	padding-bottom: 10px;
}
.douga_area {
	text-align: center;
	padding: 40px;
	background-color: #E8E8E8;
}
.jirei_link {
	margin-left: 10px;
}
.jirei_link a {
	text-decoration: none;
	color: #2b2b2b;
}

.jirei_link h3 {
	margin-bottom: 0.2rem;
    font-weight: bold;
    text-align: center;
	line-height: 1.5;
}
.jirei_link h3 strong {
	display: block;
	font-size: 1.2em;
	padding: 5px 0;
}
.jirei_link .himiko_link h3 span {
	display: inline-block;
	padding: 0 3px;
    background: linear-gradient(transparent 60%, #F5FF00 60%);
}
.jirei_link .tomisho_link h3 span {
	display: inline-block;
	padding: 0 3px;
    background: linear-gradient(transparent 60%, #FF93B8 60%);
}
.jirei_link .photo_area {
	position: relative;
	padding-top: 20px;
}
.jirei_link .himiko_link .photo_area figure {
	background-color: #F5FF00;
}
.jirei_link .tomisho_link .photo_area figure {
	background-color: #FF93B8;
}
.jirei_link .photo_area figure img {
	margin-left: -10px;
	margin-top: -10px;
	width: 100%;
	margin-bottom: 10px;
	transition: transform 0.3s ease;
    transform: translate(-5px, -5px); /* 初期状態 */
}
.jirei_link a:hover .photo_area figure img {
	opacity: 100%;
	transform: translate(0, 0); /* hover時に戻る */
}
.jirei_link a:hover h3 {
	opacity: .6;
}
/* FOOTER COMMON */
footer {
	padding: 0 0 25px 0;
}
footer .main {
	display: flex;
	justify-content: space-between;
}
footer p.footerCr {
	font-size: 10px;
	text-align: center;
}
#pagetop {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 49;
	display: none;
	width: 60px;
	height: 60px;
}

#pagetop a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 60px;
	border-radius: 30px;
	text-decoration: none;
	position:  relative;
	background-color: rgba(105,105,105,0.50);
	opacity: 0.8;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease;
}
#pagetop a::before {
	content:"";
    width: 16px;
    height: 16px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
	margin-top: 8px;
	
}
#pagetop a:hover {
	background-color: rgba(58,58,58,0.75);
}

footer a {
	text-decoration: none;
}

.main_area {
	width: 90vw;
	max-width: 1110px;
	margin: 0 auto;
	box-sizing: border-box;
	text-align: left;
}


/* TOP COMMON */

.topslide_wrap {
	position: relative;
	margin-bottom: 40px;
}

.catch_area {
	position: absolute;
	left: 2vw;
	bottom: 20px;
	width: 55%;
	max-width: 600px;
}
.jigyoumei_area {
	position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  background-color: rgba(100,100,100,0.7);
  text-align: right;
  font-size: 12px;
  padding: 0 10px;
}
.slide {
	aspect-ratio: 3 / 2;
}
.slide img {
	object-fit: cover;
	height: 100%;
}

.slick-arrow {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	display: block;
    height: 100%;
    width: 40px;
    cursor: pointer;
    z-index: 5;
	background: none !important;
	border: none !important;
}
.slick-arrow:hover {
	background-color: rgba(221,221,221,0.49) !important;
}


.slick-next {
	right: 0;
}
.slick-prev {
	left: 0;
}

.slick-prev::before,
.slick-prev::after{
    content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 5px;
  width: 40px;
  height: 2px;
  background-color: #D5D5D5;
  transform-origin: 1px 50%;
}
.slick-next::before,
.slick-next::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 5px;
  width: 40px;
  height: 2px;
  background-color: #D5D5D5;
  transform-origin: calc(100% - 1px) 50%;
}

.slick-next::before,
.slick-prev::after {
  transform: rotate(60deg);
}

.slick-next::after,
.slick-prev::before {
  transform: rotate(-60deg);
}

.sectBox {
	padding-top: 80px;
}
.fade {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 1.5s, transform 1.5s;
}
.fade.active {
	opacity: 1;
	transform: translateY(0px);
}

h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}
.idx_tit {
	letter-spacing: 6px;
	text-align: center;
	font-size: 2em;
	padding: 40px 0 20px 0;
}

.idx_tit span::before,
.idx_tit span::after {
	content: "・・";
	display: inline-block;
	letter-spacing: -5px;
}
.idx_tit span::before {
	margin-right: 20px;
	text-align: right;
}
.idx_tit span::after {
	margin-left: 10px;
	text-align: left;
}
.jirei_sec h1 {
	padding: 30px 0;
	line-height: 1.4;
	font-weight: bold;
}
.jirei_sec p + h2 {
	padding-top: 50px;
}
.jirei_sec p + h3 {
	padding-top: 30px;
}
.jirei_sec h2 {
	font-weight: 500;
	font-size: 1.6em;
	letter-spacing: 3px;
	font-weight: 500;
	line-height: 1.3;
	margin-bottom: 30px;
	color: #004e93;
}
.jirei_sec h3 {
	font-size: 1.4em;
	letter-spacing: 1px;
	font-weight: 500;
	line-height: 1.4;
	margin-bottom: 15px;
	color: #5999c9;
		border-bottom: 1px solid #5999c9;
	padding-bottom: 10px;
	position: relative;
	margin-right: 5px;
}
.jirei_sec h3::after {
	content: "";
	width: 100%;
	height: 1px;
	display: block;
	background-color: #5999c9;
	position: absolute;
	bottom: 2px;
	left: 5px;
}
.jirei_sec .eventrepo h3 {
	font-size: 1.2em;
	letter-spacing: 1px;
	font-weight: 500;
	line-height: 1.4;
	margin-bottom: 15px;
	color: #333;
		border-bottom: none;
	padding-bottom: 0;
	position: relative;
	margin-right: 0;
}
.jirei_sec .eventrepo h3::after {
	display: none;
}
.jirei_sec h4 {
	font-size: 1.1em;
	margin-bottom: 5px;
	color: #c75461;
	margin-top: 0;
}

.bnr_list {
	display: flex;
	grid-gap: 10px;
	justify-content: center;
}
.bnr_list li {
	border: 1px solid #B7B7B7;
	width: 40%;
	max-width: 230px;
}

.photo_list {
	padding: 20px 0 40px 0;
}


.mailadd {
	height: 1em;
}
.accesslogo img {
	width: 135px;
}
/* PRIVACY COMMON */
.privacyBox section {
	margin: 40px 0;
	padding: 0;
}
h1 {
	font-weight: 300;
	font-size: 2em;
}
	.flexBox {
		display: flex;
	}
	.accessArea .flexBox {
		justify-content: flex-start;
		align-items: center;
	}

	.flexBox figure {
		margin-right: 4vw;
	}
/* -------------------------------------- */
/* ----- SP(max-width: 767px)  ----- */
@media screen and (max-width: 767.9px) {
	
	html {
		font-size: 62.5%;
		padding:0;
		margin:0;
		scroll-padding-top: 45px;
	}
	body {
		font-size: 1.5rem;
		line-height:1.6;
		padding:0 ;
		margin:0;
		box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-text-size-adjust: 100%; 
		word-wrap:break-word;
		overflow-wrap:break-word;
		color: #2C2929;
	}
	.sptabOnly, .spOnly {display:block !important;}
	.pcOnly, .tabpcOnly, .tabOnly {display: none;}
	
	.textSmall {
		font-size: 1.3rem;
	}
	p {
		font-size:1.5rem;
		line-height:1.8;
	}
	p, li, dt, dd, td, th {
		font-size:1.5rem;
		line-height:1.6;
	}

	li, dt, dd, td, th {
		font-size:1.5rem;
		line-height:1.6;
	}

	input, button, select, textarea {
		font-size:1.5rem;
	}
	input[type="submit"]:nth-child(n+2){
		margin-top: 20px;
	}
	note {
		font-size: 10px;
	}
		dl.dl_list dt {
			padding: 3px 0 3px 10px;
	}

	dl.dl_list dd {
		margin-bottom:10px;
		padding: 5px 0;
	}
	.sect_box {
		padding: 20px 0;
	}
	.btn_area .btn_shad {
		margin-right: auto;
		margin-left: auto;
	}
	.btn_area .btn_shad:nth-child( n + 2 ) {
		margin-top: 30px;
	}
	.img_right,
	.img_left {
		margin: 0 0 20px 0;
	}
	.jirei_sec h2 {
		letter-spacing: 2px;
		font-size: 2rem;
	}
	.idx_tit {
	letter-spacing: 3px;
	font-size: 1.6em;
	}
	.jirei_sec h1 {
		font-size: 1.8rem;
	}
	/* FOOTER SP */
	#pagetop {
		bottom: 30px;
	}
	
	
	/* TOP SP */
	.catch_area {
		left: 10px;
	    bottom: 0px;
	}
	.jigyoumei_area {
		font-size: 10px;
  padding: 0 5px;
	}
	p.lead_area,
	h2.tith2 {
		letter-spacing: 1px;
	}
	.jirei_link .photo_area figure img {
	margin-left: -5px;
	margin-top: -5px;
	margin-bottom: 5px;
	}
	.jirei_link .himiko_link {
		margin-bottom: 40px;
	}
	
}


/* SP and TABLET */
@media screen and (max-width: 1049.9px) {
	/* GOOGLE MAP */
	.gmapArea {
		height: 0;
		overflow: hidden;
		padding-bottom: 56.25%;
		position: relative;
		margin-bottom: 10px;
	}
	.gmapArea iframe {
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
	}
	.pcOnly {display: none !important;}
	/* HEADER SP and TABLET */
	
	header .sitenameArea {
		text-align: left;
		padding-left: 5vw;
		font-size: 1.0rem;
	}
	header .sitenameArea a {
		position: relative;
		z-index: 50;
		display: block;
	}
	
	
	.btn1,
	input[type="submit"],
	button {
		
		margin-right: auto;
		margin-left: auto;
	}
	
	.photo_list > div {
		margin-bottom: 1px;
	}
	
	
}
/* -------------------- */
/* ----- TABLET and PC ----- */

@media screen and (min-width: 768px) {
	html {
		scroll-padding-top: 75px;
	}

	body {
		padding:0;
		margin:0;
		text-align:center;
		font-size:16px;
		line-height:1.8;
		word-wrap:break-word;
		overflow-wrap:break-word;
	}

	.spOnly {display: none !important;}
	.tabpcOnly {display: block !important;}
	

	p,
	.textBox {
		font-size:18px;
		line-height:1.8;
	}
	ul {
		list-style:none;
		letter-spacing:-0.4em;
		word-spacing: -1em;
		font-size:0;
	}
	li {
		letter-spacing:normal;
		word-spacing:normal;
	}
	li, dt, dd, td, th {
		font-size:18px;
		line-height:1.8;
	}
	
	dl.dl_list {
		margin: 0 auto;
	}
	dl.dl_list dt {
		float:left;
		clear:both;
		width:7.5em;
		text-align: center;
	}
	
	dl.dl_list dd {
		padding-left:8.5em;
		margin-bottom:15px;
		text-align: left;
	}
	dl.dl_list.dlLong dt {width:12em;}
	dl.dl_list.dlLong dd {padding-left:12.5em;}

	a[href^="tel:"] {
		pointer-events: none;
		color: #000;
		text-decoration:none;
	 }

	.float_wrap::after {
		content: "";
		display: block;
		clear: both;
		}
		.img_right {
		float: right;
		margin: 0 0 30px 30px;
		width: 35%;
		}
		.img_left {
		float: left;
		margin: 0 30px 30px 0;
		width: 35%;
		}
	
	
	
	.btn_style,
	button {
		max-width: 90vw;
	}
	.btn_area {
	display: flex;
	justify-content: center;
		grid-gap: 40px;
	}
	.btn_area button {
		display: inline-block;
	}
	.btn_area button:nth-child(n+2) {
		margin-left: 20px;
	}
	
	
	
	/* TOP TABLET and PC */
	.sect_box {
		padding: 40px 0;
	}
	
	.jirei_link {
		display: flex;
		grid-gap: 40px;
	}

	.photo_list {
		display: flex;
		margin-top: 20px;
		grid-gap: 1px;
	}
	.photo_list > div {
		width: 50%;
	}
	.photo_list p {
		padding-top: 10px;
	}
	
	.photo_list.photo_list3 > div {
		width:calc(100% / 3);
	}
	/* FOOTER TABLET and PC */
	
	
}

@media screen and (min-width:768px) and (max-width:1049px) {
/* TABLET ONLY */
	header .sitenameArea {
		font-size: 12px;
		line-height: 1.4;
	}
	
	.second h2 {
		font-size: 20px;
	}
}
/* -------------------- */
/* ------- PC -------- */

@media screen and (min-width: 1050px) {
	body,html {
		height:100%;
		padding:0;
		margin:0;
		width:100%;
	}
	body {
		min-width:1050px;
	}
	
	p,
	.textBox {
		font-size: 18px;
	}
	.wrapper {
		/*background-image: url('/img/bg2.png');
		background-repeat: no-repeat;
		background-position: calc(50% + 783px) -30px;*/
	}
	
	.sptabOnly, .tabOnly {
		display: none !important;
	}
	
	.btn1 {
		width: 330px;
	}
	
	.main {
		width: 1050px;
		margin: 0 auto;
		box-sizing: border-box;
	}
	
	 .boxstyle {
		padding: 40px;
	}
	
	/* FOOTER PC */
	body,
	.wrapper {
		display: flex;
		flex-direction: column;
		min-height: 100vh;
	}
	footer {
		margin-top: auto;
	}
	.footerInner {
		padding: 40px 0;
	}
	
	/* TOP PC */
	.topimg {
		width: 100%;
	}
	
	.topimgMark {
		width: auto;
		height: 35%;
	}
	
	.bgGray {
		padding: 60px 0;
	}

	
	.accessArea .mapArea {
		width: 420px;
	}

	p.lead_area {
		font-size: 20px;
	}
	h2.tith2 {
		font-size: 26px;
	}
	.photo_list + h2.tith2 {
		padding-top: 60px;
	}
	.photo_list {
		margin-top: 60px;
	}
	p + .photo_list {
		margin-top: 20px;
	}
	
	.flexBox figure {
		margin-right: 30px;
	}
	#topInsta {
	padding: 100px 0 140px 0;
}

	.insta-container {
		grid-gap: 15px;
	}
	.insta-container li {
	width: calc((100% - 30px) / 3);
}
	
	
	
	
	
	.second .gmapArea {
		height: 0;
		overflow: hidden;
		padding-bottom: 56.25%;
		position: relative;
		margin-bottom: 10px;
	}
	.second .gmapArea iframe {
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
	}
	
	
	/* CONTACT PC */
	.contactBox,
	.privacyBox {
		max-width: 710px;
		margin: 0 auto;
	}
	


}


.eventrepo p,
.eventrepo li,
.eventrepo dt,
.eventrepo dd {
	font-size: 14px;
}


@media screen and (min-width: 1400px) {
	/* TOP PC */
	}
/* Modal Base */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: 100;
}
.modal-bg {
  position: absolute;
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 101;
}

/* Modal Content */
.modal-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 600px;
	z-index: 102;
}
.modal-content h2 {
	margin-bottom: 20px;
}
.modal-content h3 {
	font-weight: normal;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #7C7979;
}
.modal-content p {
	padding-bottom: 1em;
}
.modal-inner {
	position: relative;
	background: #f8f6f3;
	width: 100%;
	min-height: 100px;
	max-height: 500px;
	padding: 30px;
	overflow-x: hidden;
	overflow-y: auto;
	box-sizing: border-box;
}

@media screen and (max-width: 767.9px) {
	.modal-content {
		width: 80vw;
		top: 47%;
	}
	.modal-inner {
		padding: 15px;
	}
}

/* Close Button */
.btn_close {
  display: block;
  position: absolute;
  top: -50px;
  right: 0;
	color: #fff;
  /*background-color: white;*/
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 30px;
  text-decoration: none;
  line-height: 35px;
  z-index: 105;
}