@CHARSET "UTF-8";

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
h1,h2,h3,h4,h5,h6{font-weight:600;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
a{transition:0.4s;}
a:hover{color: #65A868;}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-family:'Cormorant Garamond', serif;}
figure{margin:0;}
img,abbr,acronym,fieldset{border:0;}
p,th,td,li,dt,dd {font-size:16px;line-height:1.8;font-family:'Times New Roman' , '游明朝' , 'Yu Mincho' , '游明朝体' , 'YuMincho' , 'ヒラギノ明朝 Pro W3' , 'Hiragino Mincho Pro' , 'HiraMinProN-W3' , 'HGS明朝E' , 'ＭＳ Ｐ明朝' , 'MS PMincho' , serif;}
h1,h2,h3,h4,h5,h6,p,a,th,td,li,dt,dd{color:#1F1F1F;}
body{
	font-weight: 300;
	-webkit-text-size-adjust:100%;
	overflow-x: hidden;
	margin: 60px 0 0;
}
figure{line-height: 0;}
img{height:auto;max-width:100%;}
.inner {
	margin: 0 auto;
	max-width: 1200px;
}
#main-visual {
	width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap-reverse;
}
#main-visual .no-data {
	display: none;
}
.main-wrap {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 30px 20px;
	z-index: 2;
}
.main-info h2 {
	margin: 0 0 20px;
	font-size: 28px;
}
.main-info p {
	line-height: 2.2;
}
.main-slider {
	width: 100%;
	display: block;
}
.main-slider .slick-dots {
	display: table;
	width: auto;
}
.main-slider .slick-dots li {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 5px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}
.main-slider .slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: auto;
	height: auto;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}
.main-slider .slick-dots li button:hover, .main-slider .slick-dots li button:focus {
	outline: none;
}
.main-slider .slick-dots li button:hover:before, .main-slider .slick-dots li button:focus:before {
	opacity: 1;
}
.main-slider .slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 60px;
	opacity: 1;
	height: 5px;
	background-color: #FFF;
}
.main-slider .slick-dots li.slick-active button:before {
	background-color: #8CC78E;
}
.main-image {
	height: 250px!important;
	background-position: right;
	background-size: cover;

	background-repeat: no-repeat;
}
.main-btn a {
	display: table;
	margin: 30px auto 0;
	background-color: #8CC78E;
	border: 1px solid #8CC78E;
	color: #FFF;
	line-height: 45px;
	height: 45px;
	text-decoration: none;
	max-width: 250px;
	width: 100%;
	text-align: center;
	border-radius: 30px;
	box-shadow: 5px 5px 20px rgba(0,0,0,0.2);
}
.main-btn a:hover {
	color: #8CC78E;
	background-color: #FFF;
}
.main-btn a:active {
	box-shadow: none;
}
.ori-btn a {
	display: table;
	font-family: 'Cormorant Garamond', serif;
	margin: 30px auto 0;
	background-color: #E6DBBE;
	border: 1px solid #E6DBBE;
	line-height: 45px;
	height: 45px;
	text-decoration: none;
	max-width: 250px;
	width: 100%;
	text-align: center;
	border-radius: 30px;
	box-shadow: 5px 5px 20px rgba(0,0,0,0.2);
}
.ori-btn a:hover {
	background-color: #FFF;
	color: #1F1F1F;
}
.ori-btn a:active {
	box-shadow: none;
}
#about-me {
	padding: 40px 20px;
	background: linear-gradient(0deg, rgba(153,197,147,1) 0%, rgba(157,209,150,1) 35%, rgba(228,242,223,1) 60%, rgba(255,255,255,1) 100%);
}
#about-me .ab-cpt {
	max-width: 1200px;
	margin: 0 auto 30px;
	width: 100%;
}
#about-me .ab-cpt h2 {
	max-width: 1200px;
	margin: 0 0 20px;
	font-weight: 500;
	font-size: 36px;
}
#about-me .ab-msn {
	max-width: 1200px;
	margin: 0 auto;
	background-position: top 0 left 20%;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	padding: 20px;
}
#about-me .text-msn {
	position: relative;
	height: 500px;
}
#about-me .text-msn h3, .text-msn p{
	color: #FFF;
}
#about-me .text-msn h3 {
	font-size: 30px;
	margin: 0 0 5px;
}
#about-me .rev-msn {
	background-color: #99C593;
	position: absolute;
	display: block;
	max-width: 550px;
	padding: 20px;
	bottom: 0;
	right: 0;
	border-radius:40px;
}
#about-me .ori-btn a {
	max-width: 200px;
	margin: 20px auto 0;
}
#green {
	padding: 40px 20px;
	background: linear-gradient(0deg, rgba(153,197,147,1) 0%, rgba(157,209,150,1) 35%, rgba(228,242,223,1) 60%, rgba(255,255,255,1) 100%);
}
#green p {
	margin: 0 0 15px;
}
#green p:last-of-type {
	margin: 0;
}
.about {
	max-width: 1200px;
	margin: 0 auto;
	width: 100%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
}
.about .ab-txt {
	width: calc(60% - 10px);
	margin: 0 10px 0 0;
	float: left;
	position: relative;
}
.about .ab-txt h2 {
	font-size: 25px;
	font-weight: 500;
	margin: 0 0 15px;
}
.about .ab-img {
	width: calc(40% - 10px);
	margin: 0 0 0 10px;
	position: relative;
}
.about .ab-img img {
	box-shadow: 5px 5px 20px rgba(0,0,0,0.2);
}
.about .side-img {
	text-align: right;
	margin: 10px 0 0;
	position: absolute;
	right: -20px;
	width: 100%;
}
.concept {
	margin: 3em 0;
	display: flex;
	flex-wrap: wrap;
}
.concept .con-img {
	margin: 0 0 20px;
}
.concept .con-img img {
	width: 100%;
	box-shadow: 5px 5px 20px rgba(0,0,0,0.2);
}
.concept .con-txt {
	position: relative;
}
.concept .con-txt h2 {
	color: #FFF;
	font-size: 36px;
	margin: 0 0 20px;
	font-weight: 500;
}
.concept .con-txt p {
	color: #FFF;
}
#menu {
	padding: 40px 20px;
	background-color: #F9FCF7;
}
#menu h2 {
	max-width: 1200px;
	margin: 0 0 20px;
	font-weight: 500;
	font-size: 36px;
}
#menu .menu-inner {
	max-width: 1200px;
	margin: 0 auto;
	width: 100%;
}
#menu .menu-txt {
	width: 100%;
	margin: 0 0 40px;
}
#menu .menu-list {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
#menu .menu-list::after {
	content: "";
	display: table;
	clear: both;
}
#menu .menu-list img {
	width: 100%;
}
#menu .menu-list::after {
	content: "";
	display: table;
	clear: both;
}
#menu .menu-list article {
	margin:0 0 20px;
	background: #FFF;
	display: flex;
	flex-wrap: wrap;
	box-shadow: 5px 5px 20px rgba(0,0,0,0.2);
}
#menu .menu-list article::after {
	content: "";
	display: table;
	clear: both;
}
#menu .menu-list article:last-of-type {
	margin: 0;
}
#menu .menu-list figure {
	width: 40%;
	float: left;
}
#menu .menu-list .menu-name {
	float: left;
	width: 60%;
	text-align: center;
	position: relative;
}
#menu .menu-list .menu-name p {
	position: absolute;
	top: 50%;
	left: 20px;
	font-size: 20px;
	font-weight: 600;
	transform: translateY(-50%) translateX(0);
	-webkit- transform: translateY(-50%) translateX(0);
	margin: auto;
	font-family: 'Cormorant Garamond', serif;
}
#news {
	padding: 30px 20px;
}
#news h2 {
	font-size: 36px;
	font-weight: 500;
}
#news .news-inner {
	max-width: 1200px;
	margin: 0 auto 20px;
}
#news .news-inner::after {
	content: "";
	display: table;
	clear: both;
}
#news .news-btn a {
	display: table;
	margin: 0 0 0 auto;
	background-color: #E6DBBE;
	border: 1px solid #E6DBBE;
	line-height: 45px;
	height: 45px;
	text-decoration: none;
	max-width: 150px;
	width: 100%;
	text-align: center;
	border-radius: 30px;
	font-family: 'Cormorant Garamond', serif;
	box-shadow: 5px 5px 20px rgba(0,0,0,0.2);
}
#news .news-btn a:hover {
	background-color: #FFF;
	color: #1F1F1F;
}
#news .news-btn a:active {
	box-shadow: none;
}
#access h2 {
	max-width: 1200px;
	margin: 0 0 20px;
	font-weight: 500;
	font-size: 36px;
}
#access {
	padding: 35px 20px;
}
.ac-column {
	max-width: 1200px;
	margin: 0 auto 4em;
}
.ac-column::after {
	content: "";
	display: table;
	clear: both;
}
.ac-column h3 {
	position: relative;
	overflow: hidden;
	font-weight: 500;
	color: #65A868;
	font-size: 20px;
	margin: 0 0 15px;
	font-family: 'Noto Sans JP', sans-serif;
}
.ac-column h3::before,
.ac-column h3::after {
	content: "";
	position: absolute;
	bottom: 50%;
	z-index: -1;
}
.ac-column h3:before {
	border-bottom: 1px solid #FFF;
	width: 100%;
}
.ac-column h3:after {
	border-bottom: 1px solid #89AF7D;
	width: 90%;
}
.ac-column .ac-info figure {
	margin: 20px 0 0;
}
.ac-column .ac-map figure img {
	box-shadow: 5px 5px 20px rgba(0,0,0,0.2);
}
.ac-column .ac-map figcaption {
	line-height: 1.8;
	margin: 10px 0 0;
}
.ac-column .ac-map figcaption a {
	font-size: 18px;
}
footer {
	margin: 0;
	clear: both;
	position: relative;
	z-index: 1;
	font-size: 12px;
	background: #8CC78E;
}
.foot-disc {
	width: calc(100% - 40px);
	padding: 4em 20px;
	max-width: 1200px;
	margin: 0 auto;
}
.foot-disc::after {
	content: "";
	display: table;
	clear: both;
}
.foot-disc #insta {
	margin: 15px 0 0;
	text-align: center;
}
.foot-txt {
	width: 100%;
	margin: 0 0 35px;
}
.foot-txt .foot-add {
	margin: 15px 0 0;
}
.foot-menu {
	display: table;
	width: 100%;
}
.foot-menu nav {
	width: 100%;
	margin: 0 0 10px;
}
.foot-menu nav:last-of-type {
	margin: 0;
}
.foot-menu nav li {
	line-height: 2;
}
.foot-menu nav li a {
	color: #FFF;
	font-size: 16px;
	font-weight: 600;
	font-family: 'Cormorant Garamond', serif;
}
.foot-menu nav li a:hover {
	color: #1F1F1F;
}
.foot-menu nav li .sub-menu {
	background: none;
	margin: 0 0 0 10px;
}
.foot-menu nav li .sub-menu li a {
	font-weight: 400;
}
.under-link {
	background-color: #383838;
	padding: 30px 20px;
}
.under-tbl {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.under-tbl::after {
	content: "";
	display: table;
	clear: both;
}
.sublink ul {
	display: table;
	margin: 0 auto 20px;
}
.sublink ul li {
	display: inline-block;
	margin: 0 14px 0 0;
	padding: 0 14px 0 0;
	position: relative;
}
.sublink ul li:last-of-type {
	margin: 0;
	padding: 0;
}
.sublink ul li::after {
	position: absolute;
	top: 0;
	right: 0;
	content: '';
	width: 1px;
	height: 100%;
	background-color: #FFF;
	border-radius: 4px;
}
.sublink ul li:last-of-type::after {
	display: none;
}
.sublink ul li a {
	color: #FFF;
	text-decoration: none;
	font-family: 'Cormorant Garamond', serif;
}
.sublink ul li a:hover {
	color: #8CC78E
}
.copy p {
	color: #FFF;
	font-size: 12px;
	text-align: center;
	font-family: 'Cormorant Garamond', serif;
}
.sp-up {
	display: none;
}
.res-block {
	display: none;
}
.imgWrap {
	overflow: hidden;
}
.imgWrap img {
	display: block;
	transition-duration: 0.8s;
	margin: 0;
}
.imgWrap img:hover {
	transform: scale(1.2);
	transition-duration: 0.8s;
}
@media only screen and (min-width: 970px){
	body {
		margin: 80px 0 0;
	}
}
@media only screen and (min-width: 768px){
	#main-visual {
		display: flex;
		flex-wrap: wrap;
	}
	.main-wrap {
		position: absolute;
		padding: 0 20px;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}
	.main-info h2 {
		font-size: 38px;
	}
	.main-slider .slick-dots {
		position: absolute;
		bottom: 10px;
		right: 50px;
	}
	.main-info {
		position: absolute;
		top: 0;
		bottom: 0;
		height: 50vh;
		margin: auto;
	}
	.main-btn a {
		margin: 30px 0 0;
	}
	.main-image {
		height: calc(100vh - 80px)!important;
	}
	#about-me {
		padding: 6em 20px;
	}
	#about-me .ab-cpt {
		margin: 0 auto 45px;
	}
	#about-me .ab-cpt h2 {
		font-size: 40px;
		letter-spacing: 5px;
	}
	#about-me .ab-msn {
		background-position: top 0 center;
	}
	#about-me .text-msn {
		height: 600px;
	}
	#about-me .text-msn h3 {
		font-size: 35px;
	}
	#about-me .ori-btn a {
		margin: 20px 0 0;
	}
	#green {
		padding: 6em 0;
	}
	#green p {
		line-height: 2.2;
		margin: 0 0 15px;
	}
	.about {
		flex-wrap: wrap-reverse;
		flex-direction: row-reverse;
		justify-content: flex-end;
		padding: 0 20px;
		width: calc(100% - 40px);
	}
	.about .ab-txt {
		width: calc(50% - 20px);
		margin: 0 0 0 20px;
		float: left;
	}
	.about .ab-txt h2 {
		margin: 0 0 35px;
		font-size: 32px;
		letter-spacing: 5px;
	}
	.about .ab-txt p {
		margin: 0 0 30px;
	}
	.about .ab-rev {
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%) translateX(0);
		-webkit- transform: translateY(-50%) translateX(0);
		margin: auto;
	}
	.about .ab-img {
		width: calc(30% - 20px);
		margin: 0 20px 0 0;
		float: left;
		position: static;
	}
	.about .ab-img .big-img img {
		width: 100%;
	}
	.about .side-img {
		right: 0;
		bottom: -8em;
		width: 20%;
	}
	.about .side-img img {
		width: 100%;
	}
	.concept {
		margin: 12em auto 0;
	}
	.concept .con-img {
		width: calc(50% - 20px);
		margin: 0 20px 0 0;
	}
	.concept .con-txt {
		width: calc(50% - 20px);
		margin: 0 0 0 20px;
	}
	.concept .con-txt h2 {
		font-size: 40px;
		margin: 0 0 35px;
	}
	.concept .con-rev {
		box-sizing: border-box;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		justify-content: center;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		max-width: 580px;
	}
	.concept .ori-btn a {
		margin: 30px 0 0;
	}
	#menu {
		padding: 4em 20px;
	}
	#menu h2 {
		font-size: 40px;
		margin: 0 auto 35px;
		letter-spacing: 5px;
	}
	#menu .menu-inner {
		position: relative;
		display: flex;
	}
	#menu .ori-btn a {
		margin: 30px 0 0;
	}
	#menu .menu-txt {
		width: calc(30% - 20px);
		margin: 0 20px 0 0;
	}
	#menu .menu-list {
		width: calc(70% - 20px);
		margin: 0 0 0 20px;
	}
	#menu .menu-list article {
		width: calc(100%/3 - 14px);
		margin: 0 20px 0 0;
		float: left;
	}
	#menu .menu-list figure {
		width: 100%;
		float: none;
	}
	#menu .menu-list .menu-name {
		width: 100%;
		float: none;
		padding: 6px 0;
	}
	#menu .menu-list .menu-name p {
		position: relative;
		left: auto;
	}
	#news {
		padding: 4em 20px;
	}
	#news h2 {
		font-size: 40px;
		float: left;
		width: calc(70% - 20px);
		margin: 0 20px 0 0;
		letter-spacing: 5px;
	}
	#news .news-btn {
		float: left;
		width: calc(30% - 20px);
		margin: 0 0 0 20px;
	}
	#access h2 {
		font-size: 40px;
		margin: 0 auto 35px;
		letter-spacing: 5px;
	}
	#access {
		padding: 4.5em 20px;
	}
	.ac-column .ac-info {
		width: calc(40% - 40px);
		margin: 0 40px 0 0;
		float: left;
	}
	.ac-column h3 {
		font-size: 26px;
		margin: 0 0 25px;
	}
	.ac-column p {
		line-height: 2.2;
	}
	.ac-column .ac-map {
		width: calc(60% - 40px);
		margin: 0 0 0 40px;
		float: left;
	}
	.ac-column .ac-map figcaption {
		text-align: right;
	}
	.foot-disc {
		padding: 6em 0;
	}
	.foot-disc #insta {
		float: right;
		width: calc(50% - 20px);
		text-align: right;
	}
	.foot-txt {
		float: left;
		width: calc(50% - 20px);
		margin: 0 20px 0 0;
	}
	.foot-menu {
		float: left;
		width: calc(50% - 20px);
		margin: 0 0 0 20px;
	}
	.foot-menu nav {
		width: calc(100%/3 - 14px);
		float: left;
		margin: 0 20px 0 0;
	}
	.under-link {
		padding: 4em 20px;
	}
	.sublink {
		float: left;
		width: calc(50% - 20px);
		margin: 0 20px 0 0;
	}
	.sublink ul {
		margin: 0;
	}
	.copy {
		float: left;
		width: calc(50% - 20px);
		margin: 0 0 0 20px;
	}
	.copy p {
		text-align: right;
		font-size: 16px;
	}
}
@media only screen and (max-width: 767px){
	p {
		font-size: 14px;
	}
	.ab-font {
		position: absolute;
		bottom: 0;
	}
	.about .side-img {
		position: relative;
	}
	.about .side-img img {
		width: 90%;
	}
	.foot-menu, .sublink {
		display: none;
	}
	.foot-txt {
		margin: 0;
		text-align: center;
	}
	.pc-up {
		display: none;
	}
	.sp-up {
		display: block;
	}
}
@media only screen and (max-width: 600px){
	.res-none {
		display: none;
	}
	.res-block {
		display: block;
	}
}
@media only screen and (max-width: 410px){
	.about .ab-txt h2 {
		font-size: 20px;
	}
}

/* エフェクトCSS */
.fadein {
	opacity : 0;
	transform : translate(0, 80px);
	transition : all 1800ms;
}
.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}
.effect-fade {
	opacity: 0;
	transform: translate(0, 100px);
	transition: all 2000ms;
}
.effect-scroll {
	opacity: 1;
	transform: translate(0, 0);
}

/* 既存CSS改変 */
#pagetitle.template_c2 {
	height: 200px;
	margin-bottom: 85px;
}
#pagetitle.template_c2 .pagetitle_bg {
	background-color: rgba(255, 255, 255, 0.2);
}
#pagetitle.template_c2 .pagetitle_block {
	position: absolute;
	top: 40%;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
#pagetitle.template_c2 h2,
#pagetitle.template_c2 .pagetitle_block .pagetitle {
	font-size: 28px;
	color: #FFF;
	display: none;
}
.slick-next::before, .slick-prev::before {
	background-color: #8CC78E;
}
.slick-dots li.slick-active button::before {
	background-color: #8CC78E;
}
.slick-next::before, .slick-prev::before {
	background-color: #8CC78E;
}
.dlb_media_01_area .dlb_media_cate {
	top: 160px;
}
.dlb_media_01_area span {
	background-color: #8CC78E;
}
.dlb_media_01_area .dlb_media_cate {
	top: 160px;
}
.dlb_media_01_area span {
	background-color: #8CC78E;
}
#locator_template_c2,
#locator_t_under {
	margin-top: 0;
}
#locator_t_under {
	font-size: 10px;
	line-height: 1.4;
	padding: 12px 0;
	border-width: 1px 0 1px 0;
	border-style: solid;
	width: 100vw;
	margin-bottom: 40px;
	margin-bottom: 0;
	width: 100%;
}
#locator_t_under li {
	display: inline-block;
	list-style: none;
	margin-right: 6px;
	position: relative;
}
#locator_t_under li::after {
	content: ">";
	margin-left: 6px;
}
#locator_t_under li a {
	text-decoration: underline;
}
#locator_t_under li:last-child::after {
	display: none;
}
#locator_t_under li:first-child {
	margin-left: 0;
}
#locator_template_c2, #locator_t_under {
	position: absolute;
	top: 260px;
}
.blog_search input.submit_btn {
	background-color: #8CC78E;
}
.side .title {
	background-color: #8CC78E;
}
.side .btn {
	color: #8CC78E;
}
.side .btn:hover {
	background-color: #8CC78E;
	color: #ffffff;
}
.side .tag li a {
	color: #8CC78E;
}
.catelist a {
	background-color: #000;
}
.taglist a {
	background-color: #AFAAAA;
}
#sitemap li::before {
	border-top: 2px solid #8CC78E;
	border-right: 2px solid #8CC78E;
}
@media only screen and (min-width: 970px){
	#locator_template_c2, #locator_t_under {
		top: 660px;
	}
}
@media only screen and (min-width: 768px){
	#pagetitle.template_c2 {
		height: 580px;
		margin-bottom: 120px;
	}
	#pagetitle.template_c2 h2,
	#pagetitle.template_c2 .pagetitle_block .pagetitle {
		font-size: 42px;
	}
}
@media only screen and (max-width: 979px) {
	.dlb_media_01_area .dlb_media_cate {
		top: 160px;
	}
}
@media only screen and (max-width: 690px) {
	#locator_t_under {
		margin-top: 50px;
		padding: 8px 0;
	}
}
@media screen and (min-width: 768px) and (max-width: 969px) {
	#locator_template_c2, #locator_t_under {
		top: 640px;
	}
}

.mainimage01 {background-image: url('../image/template_c2_top_main01_bg.jpg');}
.mainimage02 {background-image: url('../image/template_c2_top_main02_bg.jpg');}
.mainimage03 {background-image: url('../image/template_c2_top_main03_bg.jpg');}
@media only screen and (max-width: 690px) {
	.mainimage01 {background-image: url('../image/template_c2_top_main01_bg_sp.jpg');}
	.mainimage02 {background-image: url('../image/template_c2_top_main02_bg_sp.jpg');}
	.mainimage03 {background-image: url('../image/template_c2_top_main03_bg_sp.jpg');}
}