	@charset "utf-8";

	* {
		transition: all .3s ease-in-out;
	}

	body {
		padding: 0;
		margin: 0;
		text-align: center;
		font-family: YuMincho, 'Yu Mincho';
		line-height: 1.5em;
		background: repeat url(../images/bg_texture.jpg) center center;
		background-size: contain;
		color: #151515;
		font-size: 15px;
	}

	iframe {
		display: block;
	}

	a:link,
	a:visited {
		color: #151515;
		text-decoration: none;
	}

	a:hover {
		color: #cc3333;
		text-decoration: underline;
	}

	a:active {
		color: #cc3333;
	}

	h3 {
		font-size: 21px;
		font-weight: 700;
		line-height: 1.75em;
		margin-bottom: 40px;
	}
h4{font-size: 20px;}
	a.btn {
		padding: 10px 20px;
		background: #FFF;
		margin: 10px 0;
		text-align: center;
		position: relative;
		border: 1px solid #151515;
		display: block;
		padding: 15px;
		width: 170px;
		font-size: 1em;
		line-height: 1em;
	}

	a.btn::after {
		content: '';
		display: block;
		width: 5px;
		height: 5px;
		border-top: solid 1px #151515;
		border-right: solid 1px #151515;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		position: relative;
		left: 2px;
		top: -9px;
	}

	a.btn:hover:after {
		border-top: solid 1px #fff;
		border-right: solid 1px #fff;
	}

	a:hover.btn {
		background: #151515;
		color: #fff;
		text-decoration: none;
	}

	p.cap {
		color: #cc3333;
		margin: 0;
	}

	/*=================*/
	/*=================*/
	/*=================*/
	#top a.btn {
		margin: 15px 0 10px;
	}

	#top h3 {
		text-align: center;
		margin: 0 0 40px;
		font-size: 21px;
	}

	#top h3::after {
		content: '';
		display: block;
		border-bottom: 3px #cc3333 solid;
		margin: 10px auto 20px;
		width: 60px;
		font-size: 19px;
	}

	#top h3 span {
		position: relative;
	}

	#top h3 span:before {
		position: absolute;
		display: inline-block;
		content: "";
		width: 52px;
		height: 52px;
		top: -8px;
		left: -25px;
	}

	/*=================*/
	/*=================*/
	/*=================*/
	.hamburger-menu {
		display: none;
	}

	header {
		background: repeat url(../images/bg_texture.jpg) center center;
		background-size: cover;
	}

	header.l-header {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		z-index: 9999;
	}

	header.l-header img {
		max-width: 265px;
		width: 100%;
	}

	header .p-header {
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		-webkit-box-align: end;
		-webkit-align-items: flex-end;
		align-items: flex-end;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		box-shadow: 0 0 4px 0 rgb(0 0 0 / 40%);
	}

	header .p-header__inner {
		-webkit-align-self: center;
		align-self: center;
		padding-left: 35px;
	}

	/*=================*/
	/*=================*/
	/*=================*/
	navi {
		display: inline-block;
		text-align: center;
	}

	navi ul {
		margin: 30px 20px 30px 0;
	}

	navi ul li {
		display: inline-block;
		margin: 0 15px;
	}

	navi a {
		display: block;
		position: relative;
	}

	navi a:hover {
		text-decoration: none;
	}

	navi a::after {
		content: '';
		display: block;
		width: 8px;
		height: 8px;
		border-top: solid 1px #cc3333;
		border-right: solid 1px #cc3333;
		-webkit-transform: rotate(45deg);
		transform: rotate(-45deg);
		position: absolute;
		bottom: -17px;
		left: 50%;
		transition: all .3s ease-in-out;
	}

	navi a:hover:after {
		transition: all .3s ease-in-out;
		bottom: -10px;
	}

	/*=================*/
	/*=================*/
	/*=================*/
	#head {
		width: 100%;
		height: calc(70vh - 20px);
		background: no-repeat url(../images/bg_head1_2023.jpg);
		background-size: cover;
		background-position: center bottom;
		position: relative;
	}

	#head img {
		position: absolute;
		top: 45%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 60px;
	}

	/*=================*/
	/*=================*/
	/*=================*/
	#about {
		display: block;
		margin: 100px auto;
		width: 100%;
		text-align: center;
	}

	#about h3 {font-size: 20px;}

	#about p {
		line-height: 2em;
		width: 80%;
		margin: 0 auto;
		max-width: 700px;
		text-align: left;
		font-size: 19px;
	}
#about p3 {
		line-height: 13em;
		width: 80%;
		margin: 0 auto;
		max-width: 700px;
		text-align: center;
		font-size: 25px;
	font-weight: bold;
	vertical-align: middle;
	}

#about p2 {
		line-height: 2em;
		width: 80%;
		margin: 0 auto;
		max-width: 700px;
		text-align: left;
	font-size: 19px;
	}
#about p5 {line-height: 2em;
		width: 80%;
		margin: 0 auto;
		max-width: 700px;
		text-align: center;
		font-size: 25px;
	font-weight: bold;
	vertical-align: middle;}
	#about br {}

	#about a.btn {
		margin: 30px auto 80px;
	}

	#about div {
		width: 100%;
		display: block;
	}

	#about div a {
		display: inline-block;
		width: 25vw;
		height: 25vw;
		padding: 10px;
		color: #fff;
		margin: 0 1vw;
		box-sizing: border-box;
	}

	#about a.a {
		background: repeat url(../images/top-1-photo.jpg) center center;
	}

	#about a.b {
		background: repeat url(../images/top-2-photo2.jpg) center center;
	}

	#about a.c {
		background: repeat url(../images/top-3-photo.jpg) center center;
	}

	#about a.a,
	#about a.b,
	#about a.c {
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-ms-background-size: cover;
		background-size: cover;
		-webkit-transition: all .2s ease-out;
		-moz-transition: all .2s ease-out;
		-ms-transition: all .2s ease-out;
	}

	#about a:hover.a,
	#about a:hover.b,
	#about a:hover.c {
		opacity: .9;
		-moz-transform: scale(1.03);
		-webkit-transform: scale(1.03);
		-ms-transform: scale(1.03);
		transform: scale(1.03);
	}

	#about div.pickup a div {
		border: 1px #fff solid;
		height: 100%;
		/* width: 100%; */
		padding: 0px;
		box-sizing: border-box;
		position: relative;
		background: rgba(0, 0, 0, 0.3)
	}

	#about div.pickup a:hover div {
		background: rgba(0, 0, 0, 0)
	}

	#about div.pickup a div p {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		font-size: 1.5em;
		width: 100%;
	}

	/*=================*/
	/*=================*/
	/*=================*/
	#free_space {
		height: 500px;
		background-color: #fff;
		width: 100%;
	}

	#free_space div {
		width: 80%;
		margin: 0 auto;
		max-width: 880px;
		position: relative;
		top: 40%;
		color: #ddd;
	}

	/*=================*/
	/*=================*/
	/*=================*/
	#news {
		padding: 100px;
	}

	#news h3 {font-size: 19px;}

	#news ul {
		max-width: 780px;
		margin: 0 auto;
		width: 100%;
	}

	#news li {
		list-style: none;
		border-bottom: 1px dotted #333;
		margin: 0;
		padding: 25px 0;
	}

	#news li span {
		background-color: #f1d0d0;
		padding: 7px;
		margin-right: 15px;
	}

	/*=================*/
	/*=================*/
	/*=================*/
	#contact {
		text-align: left;
		height: 400px;
		display: flex;
		flex-direction: row-reverse;
		background: rgba(255, 255, 255, 0.6);
	}

	#contact h3 {
		text-align: left;
		font-size: 19px;
	}

	#contact h3::after {
		margin: 10px 0 20px;
		font-size: 19px;
	}

	#contact div {
		display: inline-block;
		width: 50%;
		vertical-align: top;
	}

	#contact div:first-child {
		width: 50%;
		padding: 5% 0 0 10%;
		margin: 0;
		box-sizing: border-box;
	}

	#contact div div {
		padding: 0;
		margin: 20px 0;
		width: 100%;
	}

	#contact div div {
		width: 70%;
		margin: 0 auto;
	}

	#contact div.image {
		background: no-repeat url(../images/bg_contact.png) right bottom;
		background-size: cover;
		background-attachment: inherit;
		height: 100%;
	}

	/*=================*/
	/*=================*/
	/*=================*/
	#access {
		font-size: 0;
		text-align: left;
		background: rgba(255, 255, 255, 0.6);
	}

	#access h3 {
		text-align: left;
		font-size: 19px;
	}

	#access h3::after {
		margin: 10px 0 20px;
		font-size: 19px;
	}

	#access div {
		display: inline-block;
		width: 50%;
		vertical-align: top;
	}

	#access div:first-child {
		padding: 10% 0 0 10%;
		box-sizing: border-box;
		font-size: 15px;
		margin: 0;
	}

	#access div div {
		padding: 0 0 0 25px;
		margin: 20px 0;
		border-left: 4px #cc3333 solid;
		width: 100%;
		box-sizing: inherit;
	}

	#access dt {
		font-size: 1.25em;
		margin: 0 0 15px;
	}

	#access dd {
		margin: 0 10%;
		font-size: 0.9em;
	}

	#access div .map {
		font-size: 0;
	}

	/*=================*/
	/*=================*/
	/*=================*/
	footer {
		text-align: center;
		padding: 55px 0 0;
		background: no-repeat url(../images/bg_footer.jpg) center center;
		background-size: cover;
		background-attachment: fixed;
	}

	footer div {
		margin: 30px 0 0 0;
	}

	footer > div:nth-child(3) {
		margin: 40px 0 40px 0;
	}

	footer .insta_logo img {
		width: 30px;
	}

	footer img {
		max-width: 300px;
	}

	footer p {
		font-size: 16px;
	}

	footer navi {
		width: 100%;
	}

	footer navi ul {
		margin: 0;
		padding: 0;
	}

	footer navi ul li {
		display: inline-block;
		margin: 0 2%;
	}

	/*=================*/
	/*=================*/
	/*=================*/
	#privacy {
		color: #ccc;
		font-size: 0.5em;
		text-align: right;
		background: #262626;
		padding: 15px;
		margin: 55px 0 0;
	}

	#privacy a {
		margin-right: 10px;
		color: #fff;
	}

	@media screen and (max-width: 780px) {
		* {}

		body {}

		iframe {
			height: 50vh;
		}

		a:link,
		a:visited {}

		a:hover {}

		a:active {}

		h3 {
			font-size: 1.8em;
		}

		a.btn {}

		a.btn::after {}

		a.btn:hover:after {}

		a:hover.btn {}

		p.cap {
			text-align: center;
		}

		#top a.btn {
			margin: 30px auto 0;
		}

		#top h3 {}

		#top h3::after {}

		#top h3 span {}

		#top h3 span:before {}
		#top p5 {line-height: 13em;
		width: 80%;
		margin: 0 auto;
		max-width: 700px;
		text-align: center;
		font-size: 25px;
	font-weight: bold;
	vertical-align: middle;}

		header {}

		header.l-header {
			display: none;
		}

		header.l-header img {}

		header .p-header {}

		header .p-header__inner {}

		navi {}

		navi ul {}

		navi ul li {}

		navi a {}

		navi a:hover {}

		navi a::after {
			left: 48.5%;
		}

		navi a:hover:after {}

		#head {
			height: calc(80vh);
		}

		#head img {
			top: 55%;
			width: 50px;
		}

		#about {}

		#about h3 {}

		#about p:nth-child(3) {
			margin-bottom: 100px;
		}

		#about br {}

		#about a.btn {}

		#about div {}

		#about div a {
			display: block;
			
			margin: 0;
			width: 100%;
			height: 190px;
		}

		#about a.a {}

		#about a.b {}

		#about a.c {}

		#about a.a,
		#about a.b,
		#about a.c {}

		#about a:hover.a,
		#about a:hover.b,
		#about a:hover.c {}

		#about div.pickup a div {}

		#about div.pickup a:hover div {}

		#about div.pickup a div p {}

		#free_space {}

		#free_space div {}

		#news {
			padding: 100px 0;
		}

		#news h3 {}

		#news ul {
			width: 80%;
			padding: 0;
			text-align: left;
		}

		#news li {}

		#news li span {
			display: block;
			padding: 3px;
			width: 30%;
			text-align: center;
			margin: 0 0 5px;
		}

		#contact {
			display: block;
			height: auto;
			padding: 60px 0;
		}

		#contact h3 {
			text-align: center;
		}

		#contact h3::after {
			margin: 10px auto 20px;
		}

		#contact div {
			display: block;
			width: 100%;
		}

		#contact div:first-child {
			width: 100%;
			padding: 0;
		}

		#contact div div {
			width: 85%;
		}

		#contact div div {}

		#contact div.image {
			/* background: no-repeat url(../images/bg_contact.png)right bottom; */
			background-size: contain;
		}

		#access {}

		#access h3 {
			text-align: center;
		}

		#access h3::after {
			margin: 10px auto 20px;
		}

		#access div {
			display: block;
			width: 100%;
			margin: 50px 0;
		}

		#access div:first-child {
			padding: 10% 5% 10%;
		}

		#access div div {
			padding: 0;
			margin: 0;
		}

		#access dt {
			margin: 30px 0 15px 30px;
		}

		#access dd {}

		#access div .map {}

		footer {}

		footer div {}

		footer > div:nth-child(3) {}

		footer .insta_logo img {}

		footer img {}

		footer p {}

		footer navi {}

		footer navi ul {}

		footer navi ul li {
			display: block;
			margin: 40px 0;
		}

		#privacy {
			text-align: center;
		}

		#privacy a {
			display: block;
		}

		.hamburger-menu {
			display: block;
		}

		.hamburger-menu div.logo {
			background: #fff;
			height: 71px;
			position: fixed;
			z-index: 90;
			width: 100%;
		}

		.hamburger-menu div.logo img {
			max-width: 200px;
			margin: 20px auto;
			width: 55%;
		}

		.hamburger-menu .menu-btn {
			position: fixed;
			top: 10px;
			right: 10px;
			display: flex;
			height: 50px;
			width: 60px;
			justify-content: center;
			align-items: center;
			z-index: 90;
			background-color: #cc3333;
		}

		.hamburger-menu .menu-btn span,
		.hamburger-menu .menu-btn span:before,
		.hamburger-menu .menu-btn span:after {
			content: '';
			display: block;
			height: 3px;
			width: 25px;
			border-radius: 3px;
			background-color: #ffffff;
			position: absolute;
		}

		.hamburger-menu .menu-btn span:before {
			bottom: 8px;
		}

		.hamburger-menu .menu-btn span:after {
			top: 8px;
		}

		.hamburger-menu #menu-btn-check:checked ~ .menu-btn span {
			background-color: rgba(255, 255, 255, 0);
			/*メニューオープン時は真ん中の線を透明にする*/
		}

		.hamburger-menu #menu-btn-check:checked ~ .menu-btn span::before {
			bottom: 0;
			transform: rotate(45deg);
		}

		.hamburger-menu #menu-btn-check:checked ~ .menu-btn span::after {
			top: 0;
			transform: rotate(-45deg);
		}

		.hamburger-menu #menu-btn-check {
			display: none;
		}

		.hamburger-menu .menu-content {
			width: 100%;
			height: 100%;
			position: fixed;
			top: 0;
			left: 100%;
			z-index: 80;
			background-color: #EEE;
			transition: all 0.5s;
			/*アニメーション設定*/
		}

		.hamburger-menu #menu-btn-check:checked ~ .menu-content {
			left: 0;
			/*メニューを画面内へ*/
		}

		.hamburger-menu .menu-content ul {
			padding: 70px 10px 0;
		}

		.hamburger-menu .menu-content ul li {
			border-bottom: solid 1px #cc3333;
			list-style: none;
		}

		.hamburger-menu .menu-content ul li a {
			display: block;
			width: 100%;
			font-size: 15px;
			box-sizing: border-box;
			color: #151515;
			text-decoration: none;
			padding: 6vh 15px;
			position: relative;
		}

		.hamburger-menu .menu-content ul li a::before {
			content: "";
			width: 7px;
			height: 7px;
			border-top: solid 2px #cc3333;
			border-right: solid 2px #cc3333;
			transform: rotate(45deg);
			position: absolute;
			right: 20.9px;
			top: 7vh;
		}
	}

	@media screen and (max-width: 10px) {
		* {}

		body {}

		iframe {}

		a:link,
		a:visited {}

		a:hover {}

		a:active {}

		h3 {}

		a.btn {}

		a.btn::after {}

		a.btn:hover:after {}

		a:hover.btn {}

		p.cap {}

		#top a.btn {}

		#top h3 {}

		#top h3::after {}

		#top h3 span {}

		#top h3 span:before {}

		header {}

		header.l-header {}

		header.l-header img {}

		header .p-header {}

		header .p-header__inner {}

		navi {}

		navi ul {}

		navi ul li {}

		navi a {}

		navi a:hover {}

		navi a::after {}

		navi a:hover:after {}

		#head {}

		#head img {}

		#about {}

		#about h3 {}

		#about p {}

		#about br {}

		#about a.btn {}

		#about div {}

		#about div a {}

		#about a.a {}

		#about a.b {}

		#about a.c {}

		#about a.a,
		#about a.b,
		#about a.c {}

		#about a:hover.a,
		#about a:hover.b,
		#about a:hover.c {}

		#about div.pickup a div {}

		#about div.pickup a:hover div {}

		#about div.pickup a div p {}

		#free_space {}

		#free_space div {}

		#news {}

		#news h3 {}

		#news ul {}

		#news li {}

		#news li span {}

		#contact {}

		#contact h3 {}

		#contact h3::after {}

		#contact div {}

		#contact div:first-child {}

		#contact div div {}

		#contact div div {}

		#contact div.image {}

		#access {}

		#access h3 {}

		#access h3::after {}

		#access div {}

		#access div:first-child {}

		#access div div {}

		#access dt {}

		#access dd {}

		#access div .map {}

		footer {}

		footer div {}

		footer > div:nth-child(3) {}

		footer .insta_logo img {}

		footer img {}

		footer p {}

		footer navi {}

		footer navi ul {}

		footer navi ul li {}

		#privacy {}

		#privacy a {}
	}

	/*js_fade_on*/
	/*スクロール前（初期設定）*/
	/*#top * {transform: translate(0, 10px);transition: all 0.5s;opacity: 0;}*/
	/*スクロール時（セレクタに.fade_onが自動追加される）*/
	#top .fade_on {
		transform: translate(0, 0);
		opacity: 1;
	}

	@keyframes fadein {
		from {
			opacity: 0;
			transform: translate(0, 0);
		}

		to {
			opacity: 1;
			transform: translate(0, 0);
		}
	}
h7 {font-size: 1.2em;
		font-weight: 500;
	color: black;
	background: linear-gradient(transparent 60%, pink 20%);
            width: 350px;
		
		margin-bottom: 10px;}
p1 {margin: 10px 10px 10px 10px;}
p5 {margin: 10px 10px 10px 10px;}
#box {padding: 10px 20px;
		background: #FFF;
		margin: 10px 0;
		text-align: left;
		
		
		display: block;
		padding: 15px;
		width: 170px;
		}

.test {
          border-bottom:1px solid;
          width: 350px;
          }
 .bold {
  font-weight: bold;
}      
	/*スクロールフェードを除外したい要素にこのクラスを挿入する*/
	.scroll-off * {
		opacity: 1 !important;
		transform: translate(0, 0) !important;
	}

table {
  border-collapse: collapse;
	margin-left: auto;
    margin-right: auto;
	
}
th, td {
  border: 1px solid #333;
	padding: 10px; 
}

#link  {color: #000;
	padding: 0px 10px 10px 30px ;
	height: 20px;
	display: block;	
	margin: 0 auto;
		width: 50px;
		text-align: left;
		font-size: 25px;
	
	}
#link  a{color: #000;
}
#link  a:link { /*アクセスしたことのないリンク*/
color:#000; ←青色
}
#link  a:hover {/*マウスが上に乗っている状態*/
color:0000FF;
text-decoration:underline;　←下線を表示
}
	/*END js_fade_on*/