@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
	border: 0
}

html {
	font-size: 62.5%
}

body {
	font-size: 1.6rem;
	line-height: 1.4
}

* {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

a,
a:visited {
	color: inherit
}

article,
aside,
footer,
header,
nav,
section,
main {
	display: block
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

*:before,
*:after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

ol,
ul {
	list-style: none
}

img,
video {
	max-width: 100%;
	height: auto
}

img {
	border-style: none
}

blockquote,
q {
	quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
	content: "";
	content: none
}

[hidden] {
	display: none !important
}

[disabled] {
	cursor: not-allowed
}

:focus:not(:focus-visible) {
	outline: none
}

.sr-only {
	position: absolute;
	clip: rect(1px, 1px, 1px, 1px);
	left: -9999px;
	top: -9999px
}

a {
	text-decoration: none
}
textarea {
	resize: vertical
}

html {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", 'Noto Sans JP', sans-serif;
}

address {
	font-style: normal
}

* {
	outline: none
}

.sp-only {
	display: none
}

.hl-font {
	font-family: 'Montserrat', sans-serif, ' ヒラギノ角ゴシック ', 'Hiragino Sans', YuGothic, 'Yu Gothic', sans-serif
}

body {
	color: #444;
	font-size: 1.4rem;
	letter-spacing: 0.08em;
	font-weight: 400
}



@media screen and (max-width: 812px) {
	.pc-only {
		display: none !important;
	}

	.sp-only {
		display: inline
	}

	body {
		font-weight: 400;
		font-size: 1.3rem
	}
}

.clearfix::after {
   content: "";
   display: block;
   clear: both;
}

h2,
h2,
h3,
h4,
h5 {
	font-weight: inherit
}

.body__menuOpen {
	height: 100vh;
	overflow: hidden
}

img,
svg {
	vertical-align: bottom
}

.hover {
	-webkit-transition: 0.3s;
	transition: 0.3s

}

.ctr-fullwidth {
	padding: 0 6vw 0 10vw;
}
.ctr-fullwidth2 {
	padding: 0 10vw
}

.ctr-wide {
	max-width: 1600px;
	margin: auto
}

.ctr-sml {
	max-width: 990px;
	margin: auto
}
.ctr-mini {
	max-width: 720px;
	margin: auto
}

.ctr {
	max-width: 1100px;
	margin: auto
}

@media screen and (max-width: 1200px) {

	.ctr,.ctr-fullwidth2,.ctr-mini ,
	.sp-ctr {
		padding: 0 3%
	}
}

@media screen and (max-width: 812px) {
	.ctr-sp-wide {
		padding: 0 !important
	}

	.ctr-sp-wide__rightonly {
		padding-right: 0 !important
	}

	.ctr-fullwidth,.ctr-mini ,
	.ctr-wide {
		padding: 0;
		max-width: 100% !important
	}

	.ctr,
	.sp-ctr {
		padding: 0 10%;
	}

	.sp-ctr-sml {
		width: 90% !important;
		margin: auto;
	}

	h2.ctr {
		padding: 0 !important;
	}

}

@media screen and (max-width: 400px) {

	.ctr,
	.sp-ctr {
		padding: 0 5%
	}
}

.section {
	margin-top: 80px;
	padding-bottom: 80px
}

.top .section{
	padding-top: 40px;
  padding-bottom: 40px;
}
.section01{
  padding-bottom: 0px !important;
}
@media screen and (max-width: 812px) {
.section {
		margin-top: 10px;
	}
}
.btn {
	-webkit-transition: 1s;
	transition: 1s
}

.btn:hover {
	opacity: .5
}

.button-svg {
	height: 54px;
	width: 54px
}

.button-circle {
	width: 101px;
	display: inline-block
}

.button-circle .t {
	font-size: 1.2rem
}

.button .b {
	height: 1px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.15);
	overflow: hidden
}

path.b {
	fill: none;
	stroke: rgba(0, 0, 0, 0.15);
	stroke-miterlimit: 10;
	stroke-width: 2px
}

.button-circle path.f {
	stroke: #444;
	stroke-dashoffset: 436;
	stroke-dasharray: 436px;
	-webkit-transform: rotate(115deg);
	transform: rotate(115deg);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%
}

.button-circle:hover path.b,
.mover .button-circle path.b,
a:hover .button-circle path.b {
	stroke: #e5c5ba
}

path.f {
	fill: none;
	stroke: #000000;
	stroke-miterlimit: 10;
	stroke-width: 2px;
	stroke-dashoffset: 252.378;
	stroke-dasharray: 0px, 999999px
}

.button-circle path.b {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out
}

.button-circle path.f {
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out
}

.button-circle:hover path.f,
.mover .button-circle path.f,
a:hover .button-circle path.f {
	stroke-dashoffset: 70
}

.button-circle .in {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	position: relative
}

.button-svg {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -27px
}

.button:hover .t,
.mover .button .t,
a:hover .button .t {
	color: #444
}

.button,
.button .b div,
.button .t {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	color: #888
}

.footer-only,
.menu-only {
	display: none
}

.menu-btn {
	position: fixed;
	right: 0;
	top: 1.5rem;
	width: 6vw;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 10000
}

@media screen and (max-width: 812px) {
	.menu-btn {
		width: 60px
	}
}

.menu-btn .menu-bars {
	position: relative;
	border-radius: 50%;
	height: 50px;
	width: 50px;
	background: #EFEFEF;
	cursor: pointer
}

.menu-btn span {
	display: inline-block;
	position: absolute;
	background: #444;
	height: 2px;
	left: 11px;
	top: 0;
	bottom: 0;
	margin: auto;
	-webkit-transition: 1s;
	transition: 1s
}

.menu-btn span:nth-child(1) {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
	width: 27px
}

.menu-btn span:nth-child(2) {
	width: 20px
}

.menu-btn span:nth-child(3) {
	-webkit-transform: translateY(5px);
	transform: translateY(5px);
	width: 23px
}

.menu-btn__active span {
	width: 27px !important
}

.menu-btn__active span:nth-child(1) {
	-webkit-transform: translateY(0) rotate(45deg);
	transform: translateY(0) rotate(45deg)
}

.menu-btn__active span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.menu-btn__active span:nth-child(3) {
	-webkit-transform: translateY(0) rotate(-45deg);
	transform: translateY(0) rotate(-45deg)
}

.menu {
	position: fixed;
	z-index: 9999;
	background: #fff;
	left: 0;
	right: 0;
	bottom: -100%;
	height: 0;
	top: 100%;
	overflow: hidden;
	-webkit-transition: .5s;
	transition: .5s;
	visibility: hidden
}

.menu .menu-only {
	display: block
}

.menu__active {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	visibility: visible;
	height: 100vh;
	top: 0
}

.menu__close {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	visibility: hidden;
	height: 0;
	bottom: 100%
}

.menu-ie {
	bottom: 0;
	top: 0;
	height: auto;
	display: none;
	visibility: visible;
	-webkit-transition: none;
	transition: none
}

.menu .menu-inner {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.menu .menu-bg {
	width: 41vw;
	height: 100vh;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	/*	background-image: url(../img/bg-maining_01.png)*/
}

@media screen and (max-width: 812px) {
	.menu .menu-bg {
		/*		background-image: url(../img/bg-maining-sp.png);*/
		width: 0;
	}
}

/*
@media screen and (max-width: 400px) and (min-width: 321px) {
	.menu .menu-bg {
				background-position: 55% center
	}
}

@media screen and (max-width: 320px) {
	.menu .menu-bg {
				width: 50vw
	}
}
*/

.menu .menu-content-wrap {
	width: 59vw;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.f-right{
  float: right;
}
@media screen and (max-width: 812px) {
	.menu .menu-content-wrap {
		width: 100vw;
	}

	.menu .menu-content {
		width: 100%;
		padding: 0 10%;
	}
}

@media screen and (max-width: 320px) {
	/*
	.menu .menu-content-wrap {
				width: 50vw
	}

	.menu .menu-content-wrap .menu-content {
				width: 100%;
				padding: 0 5%
	}
	.menu .menu-content-wrap .sns-list {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
*/

	.menu .menu-content-wrap .sns-list li + li {
		margin-left: 2px
	}

	/*
	.menu .menu-content-wrap .sns-list li {
		width: calc(100%/3);
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.menu .menu-content-wrap .sns-list li:nth-child(n+4) {
		margin-top: 1rem
	}
*/
}

.menu .nav {
	font-size: 1.6rem;
	margin-bottom: 8rem;
	display: flex;
	width: 570px;
	position: relative;
}
@media screen and (max-width: 1024px) {
	.menu .nav {
		display: block;
	}
}

@media screen and (max-width: 812px) {
	.menu .nav {
		font-size: 1.3rem;
		padding-bottom: 3rem;
		margin-bottom: 1.5rem;
		width: auto;
	}
}

.menu .nav > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media screen and (max-width: 1024px) {
	.menu .nav ul {
		width: auto;
		height: auto
	}
}

.menu .nav > ul > li {
	width: 190px;
	margin-right: 10px;
}
.menu .nav > ul > li + li {
	margin-top: 1.9rem;
	padding-right: 3em;
}

@media screen and (max-width: 1024px) {
	.menu .nav > ul > li + li {
		margin-top: 1.6rem !important;
		padding-right: 0;
	}
}

.menu .nav > ul > li:nth-child(5n+1) {
	margin-top: 0
}

.menu .nav > ul > li:nth-child(n+6) {
	margin-left: 5.5rem
}

.menu .nav > ul > li .child {
	display: none;
	width: 180px;
	text-align: left;
	padding: 0;
	margin-top: 10px;
}
.menu .nav > ul > li .child li {
	text-align: left;
	margin-bottom: 5px;
}
.menu .nav > ul > li .child li:last-child {
}
.menu .nav > ul > li .child a {
	position: relative;
	display: block;
	font-size: 1.2rem;
	padding-left: 1em;
}
.menu .nav > ul > li .child a:before {
	content: '-';
	display: block;
	position: absolute;
	left: 0;
	text-align: center;
	top: 0;
}
.menu .plusOpen {
	position: relative;
}
.menu .plusOpen:after {
	content: '＋';
	display: block;
	position: absolute;
	right: -1.5em;
	text-align: center;
	top: 0;
}
.menu .plusOpen.on:after {
	content: '－';
}

@media screen and (max-width: 1024px) {
	.menu .nav > ul > li:nth-child(n+6) {
		margin-left: 0
	}
}

.menu .nav a {
	-webkit-transition: 1s;
	transition: 1s
}

.menu .nav a:hover {
	opacity: 0.5
}

.menu .nav .reservBtn {
	position: absolute;
    bottom: 0;
    right: 0;
    width: 220px;
}

.menu .nav .reservBtn .reserv {
	margin-top: auto;
	padding: 2rem;
	text-align: center;
	background: #70CCCB;
	color: #fff;
    width: 100%;
}

@media screen and (max-width: 1024px) {
	.menu .nav > ul > .reserv {
		margin-left: 0 !important
	}
}

@media screen and (max-width: 812px) {
	.menu .nav > ul > li {
		width: auto;
	}
	.menu .nav > ul > .reserv {
		padding: 1rem 0
	}
	.menu .nav > ul > li .child {
		width: auto;
	}
	.menu .nav .reservBtn {
		position: relative;
	    width: auto;
	}

}

.menu .nav span:nth-child(2) {
	display: none
}

.menu .hl-line {
	font-size: 1.2rem
}

@media screen and (max-width: 812px) {
	.menu .hl-line {
		margin-bottom: 1rem
	}
}

.menu .menu-sns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 4rem;
	border-top: 1px solid #CDCDCD;
}

@media screen and (max-width: 812px) {
	.menu .menu-sns {
		display: block
	}
}

.menu .sns-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.menu .sns-list li a {
	background: #888;
	border-radius: 50%;
	height: 26px;
	width: 26px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.menu .sns-list li + li {
	margin-left: 1rem
}

.header-area-wrap {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 2;
	margin-top: 32px
}

.header-area-wrap .header a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	padding-top: .75rem;
	max-width: 160px;
}

.header-area-wrap .header-area {
	position: relative
}

.header-area-wrap .header-wrap {
	position: absolute;
	z-index: 3;
	left: 5vw
}

.header-area-wrap .header-wrap a {
	-webkit-transition: 1s;
	transition: 1s
}

.header-area-wrap .header-wrap a:hover {
	opacity: 0.5
}

.header-area-wrap .header-nav-wrap {
	position: absolute;
	right: 0;
	left: 0;
	margin: auto
}

.header-area-wrap .nav > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding-right: 2rem
}

.header-area-wrap .nav > ul > li > a {
	text-align: center;
	display: block;
	padding: .75rem 1.8rem
}

.header-area-wrap .nav > ul > li span {
	display: block;
	white-space: nowrap;
	-webkit-transition: 1s;
	transition: 1s;
	font-size: 1.2rem
}

.header-area-wrap .nav ul span:last-child {
	opacity: 0;
	margin-top: -1.4em;
	font-size: 1.1rem
}

.header-area-wrap .nav > ul > li {
	position: relative;
	color: #707070;
	text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF
}

.header-area-wrap .nav > ul > li + li {
	margin-left: 1rem
}

.header-area-wrap .nav > ul > li:hover span:first-child {
	opacity: 0
}

.header-area-wrap .nav > ul > li:hover span:last-child {
	opacity: 1
}

.header-area-wrap .nav > ul > .reserv {
	background: #70CCCB;
	color: #fff;
	text-shadow: none
}

.header-area-wrap .nav > ul > .reserv:hover {
	opacity: .5
}

.header-area-wrap .nav > ul{
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	margin-top: -8px;
}
.header-area-wrap .nav > ul > .reserv{
	margin-left: 10px;
}
.header-area-wrap .nav > ul > .reserv a {
	font-size: 12px;
	width: 170px;
	white-space: nowrap;
}

.header-area-wrap .nav > ul > li .child {
	display: none;
	width: 180px;
	position: absolute;
	left: 0;
	background: rgba(255,255,255,0.8);
	text-align: left;
	padding: 0;
}
.header-area-wrap .nav > ul > li:hover .child {
	display: block;
}
.header-area-wrap .nav > ul > li .child li {
	padding: 20px 15px;
	border-bottom: 1px solid #cdcdcd;
	text-align: left;
}
.header-area-wrap .nav > ul > li .child li:last-child {
	border-bottom: none;
}
.header-area-wrap .nav > ul > li .child a {
	display: block;
	font-size: 1.2rem;
	padding: 0;
}


.footer-wrap {
	background: #888;
	color: #fff;
	font-size: 1.2rem;
	padding: 2.5rem 0;
	position: relative
}

.footer-wrap .footer-only {
	display: block
}

@media screen and (max-width: 812px) {
	.footer-wrap {
		padding: 4rem 0 10rem
	}
}

.footer-wrap ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

@media screen and (max-width: 812px) {
	.footer-wrap ul {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		font-size: 1rem
	}
}

.footer-wrap li span:nth-child(2) {
	display: none
}

.footer-wrap .nav li + li {
	margin-left: 2.5rem
}

@media screen and (max-width: 1024px) {
	.footer-wrap .nav li + li {
		margin-left: 0
	}
}

@media screen and (max-width: 1024px) {
	.footer-wrap .nav li:not(:last-child) {
		margin-right: 13px
	}
}

.footer-wrap .nav li a {
	padding: 1em 0;
	display: block;
	-webkit-transition: 1s;
	transition: 1s
}

.footer-wrap .nav li a:hover {
	opacity: 0.5
}

.footer-wrap .page-top {
	position: absolute;
	right: 3rem;
	bottom: 170px;
	color: #444;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	white-space: nowrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: 1s;
	transition: 1s;
}

.footer-wrap .page-top::before {
	content: "";
	display: block;
	height: 60px;
	width: 1px;
	background: #ccc;
	margin-bottom: 2rem
}
.top_page .footer-wrap .page-top {
	bottom: 295px;
}

@media screen and (max-width: 812px) {
	.footer-wrap .page-top {
		right: 1rem;
		bottom: 360px;
		font-size: 1rem
	}

	.footer-wrap .page-top::before {
		height: 40px
	}
}

.footer-wrap .page-top:hover {
	opacity: 0.5
}

.footer-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 3rem
}

.footer-content .hl-line {
	font-size: 1.2rem;
	margin-right: 2rem
}

@media screen and (max-width: 812px) {
	.footer-content .hl-line {
		font-size: 1rem
	}
}

.footer-content .hl-line::after {
	width: 4rem
}

.footer-content .sns-list li + li {
	margin-left: 1rem
}

.footer-content .sns-list a {
	-webkit-transition: 1s;
	transition: 1s
}

.footer-content .sns-list a:hover {
	opacity: 0.5
}

@media screen and (max-width: 812px) {
	.footer-content {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
}

@media screen and (max-width: 400px) {
	.footer-content .hl-line {
		white-space: nowrap
	}

	.footer-content .hl-line::after {
		width: 2rem
	}
}

.maining-txt h1 {
	font-size: 3rem;
	width: 50%;
	min-width: 700px;
	margin-bottom: 56px;
	font-weight: lighter;
	text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF
}

.maining-txt p {
	font-size: 1.6rem;
	line-height: 3.5rem;
	width: 50%;
	text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF
}

@media screen and (max-width: 812px) {
	.maining-txt {
		margin: 45px 0
	}
	.maining-txt h1 {
		width: auto;
		min-width: auto;
	}
	.maining-txt p {
		width: auto;
	}

}

.slider-top {
	width: 61% !important;
	height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.maining-area {
	height: 100vh;
	max-width: 87vw;
	min-height: 780px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.maining-area .sp-slide {
	height: 100vh !important;
	min-height: 780px;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat
}

.maining-area,
.slider-top,
.maining-sns {
	min-height: 568px
}

.maining-txt {
	position: absolute;
	left: 0;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.slider-top {
	margin: 0;
	z-index: -1
}

@media screen and (max-width: 812px) {
	.slider-top {
		z-index: 1;
	}
	.mt60{
	  margin-top: 60px;
	}
}


.maining-area-wrap {
	position: relative
}

.maining-sns {
	position: absolute;
	top: 0;
	right: 0;
	width: 6vw;
	height: 100vh;
	background: #EFEFEF;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end
}

.maining-sns ul {
	padding-bottom: 32px
}

.maining-sns a {
	background: #888;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 26px;
	height: 26px;
	border-radius: 50%
}

.maining-sns li + li {
	margin-top: 1rem
}

.top h2 {
	margin-bottom: 38px
}

.section01 {
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(31%, #fff), color-stop(30%, #efefef), to(#efefef));
	background: linear-gradient(180deg, #fff 0%, #fff 31%, #efefef 30%, #efefef 100%)
}

.hl-line {
	font-size: 2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.hl-line::after {
	content: "";
	display: block;
	width: 80px;
	height: 1px;
	margin-left: 17px;
	background: #CDCDCD
}

.hl-area__sec01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.section01 .list-gallary a {
	width: 100%;
	height: 395px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative
}

@media screen and (max-width: 1200px) {
	.section01 .list-gallary li {
		height: 348px;
		width: 300px
	}

	.section01 .list-gallary a {
		height: 100%
	}
}

@media screen and (max-width: 1024px) {
	.section01 .list-gallary li {
		height: 290px;
		width: 250px;
		-ms-flex-negative: 0;
		flex-shrink: 0
	}
}

@media screen and (max-width: 812px) {
	.section01 .list-gallary li {
		height: 232px;
		width: 200px;
		-ms-flex-negative: 0;
		flex-shrink: 0
	}
}

.list-gallary {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: flex-start;
}

.list-gallary li {
	background: -webkit-gradient(linear, left top, left bottom, from(#eee), color-stop(50%, #eee), color-stop(50%, #fff), to(#fff));
	background: linear-gradient(180deg, #eee 0%, #eee 50%, #fff 50%, #fff 100%);
	width: 340px;
	height: 395px;
	margin-right: 40px;
	position: relative
}
.list-gallary li:last-child {
	margin-right: 0;
}

@media screen and (max-width: 1200px) {
	.list-gallary li {
		width: 30vw
	}
}

.list-gallary .list-inner {
	width: 340px;
	height: 395px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative
}
.list-gallary .list-inner.imgContain {
	background-size: contain;
}

@media screen and (max-width: 1200px) {
	.list-gallary .list-inner {
		width: 30vw
	}
}

.list-gallary a::after,
.list-gallary .list-inner::after {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: block;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(68, 68, 68, 0.5)), to(rgba(255, 255, 255, 0)));
	background: linear-gradient(0deg, rgba(68, 68, 68, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
	opacity: 0;
	-webkit-transition: 1s;
	transition: 1s
}

.list-gallary a {
	position: relative;
	z-index: 3;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	width: 100%;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	border: solid 1px #eee;
}

.list-gallary a span {
	font-size: 1.2rem;
	margin-right: 2rem;
	padding-bottom: 1rem;
	position: relative;
	-webkit-transition: 1s;
	transition: 1s
}

.list-gallary a span::after {
	content: "";
	display: block;
	position: absolute;
	width: 24px;
	height: 4px;
	background: #444;
	right: 0;
	bottom: 0;
	-webkit-transition: 1s;
	transition: 1s
}

.list-gallary a:hover::after,
.list-gallary .list-inner:hover::after {
	opacity: 1
}

.list-gallary a:hover span,
.list-gallary .list-inner:hover span {
	color: #fff
}

.list-gallary a:hover span::after,
.list-gallary .list-inner:hover span::after {
	background: #fff
}

.section02 {
	background: #EFEFEF;
	margin-top: 0
}

.section02 .ctr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.section02 .hl-area__sec02 {
	width: 245px;
	padding-right: 55px
}

.section02 .bottan-wrap__sec02 {
	text-align: right
}

.section02 h2 {
	margin-bottom: 53px
}

.list-news {
	/*		font-size: 1.4rem*/
}

.list-news a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition: 1s;
	transition: 1s
}

.list-news a:hover {
	opacity: 0.5
}

.list-news li + li {
	margin-top: 32px
}

@media screen and (max-width: 812px) {
	.list-news li + li {
		margin-top: 16px
	}
}

.list-news time {
	margin-right: 2rem
}

.list-gallary__blog {
	position: relative
}

.list-gallary__blog .list-inner {
	height: 526px;
	width: 325px
}

@media screen and (max-width: 1200px) {
	.list-gallary__blog .list-inner {
		width: auto
	}
}

.list-gallary__blog .list-inner-wrap {
	width: 340px;
	padding-right: 16px;
	margin-right: 40px;
}
.list-gallary__blog .list-inner-wrap:last-child {
	margin-right: 0;
}

@media screen and (max-width: 1200px) {
	.list-gallary__blog .list-inner-wrap {
		width: 33%
	}
}

@media screen and (max-width: 812px) {
	.list-gallary__blog .list-inner-wrap {
		width: auto
	}
}

.list-gallary__blog time {
	position: absolute;
	left: calc(100% + 5px);
	top: 0;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size: 1.2rem
}

.list-gallary__blog p {
	margin-top: 16px
}

.list-shop {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.list-shop h2 {
	font-size: 2.8rem
}

.list-shop p {
	/*	font-size: 1.4rem;*/
	line-height: 2
}

.list-shop article {
	width: calc(100%/3);
	border: 1px solid #fff;
	background-repeat: no-repeat;
	height: 250px;
	position: relative
}

.list-shop article:nth-child(3n+1) {
	margin-right: 0
}

@media screen and (max-width: 812px) {
	.list-shop article:nth-child(n+5) {
		margin-top: 0
	}
}

.list-shop article:first-child {
	width: 100%;
	background-position: right top;
	height: 526px;
	margin-bottom: 4rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.list-shop article:first-child .shop {
	background: #EFEFEF;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 42%;
    padding: 0 30px;
}

.list-shop article:first-child .shop-bg-wrap {
	width: 58%
}

.list-shop article:first-child p {
	/*		font-size: 1.4rem;*/
	margin-bottom: 48px
}
.list-shop article:not(:first-child) p{
	line-height: 1.5;
	color: #888888;
}
.list-shop article:first-child .botton-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.list-shop article:first-child .shop-txt-wrap {
	padding-top: 2rem
}

.list-shop article .shop-bg-wrap {
	overflow: hidden
}

.list-shop article:not(:first-child) .shop-bg-wrap {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0
}

.list-shop article:not(:first-child) .shop {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 2rem;
	height: 100%
}

.list-shop article:not(:first-child) .shop-txt-wrap {
	height: 100%;
	width: 100%;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 3rem 6rem;
	color: #fff;
	-webkit-transition: 1s;
	transition: 1s
}

.list-shop article:not(:first-child) h2 {
	margin-bottom: 0;
	-webkit-transition: 1s;
	transition: 1s
}

.list-shop article:not(:first-child) p {
	height: 0;
	overflow: hidden;
	-webkit-transition: 1s;
	transition: 1s
}
.list-shop article:not(:first-child):hover p {
	height: 60px;
}

.list-shop article .shop {
	position: relative;
	z-index: 2
}

.list-shop article .shop-bg {
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-transition: 5s;
	transition: 5s
}

.list-shop article:first-child .shop-bg-wrap:hover .shop-bg,
.list-shop article:not(:first-child):hover .shop-bg {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.list-shop article:not(:first-child):hover h2 {
	margin-bottom: 18px
}

.list-shop article:not(:first-child):hover .shop-txt-wrap {
	background: rgba(255, 255, 255, 0.8);
	color: #444
}

.special-contents {
	max-width: 910px;
	padding: 2rem 2rem 0;
	margin: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: #F1F1F1
}

@media screen and (max-width: 812px) {
	.special-contents {
		padding: 35px 10px 10px
	}
}

.slider-special-content-wrap {
	width: 70%;
	position: relative
}

.slider-special-content-wrap .img-new-annival {
	position: absolute;
	right: -62px;
	bottom: -24px
}

@media screen and (max-width: 812px) {
	.slider-special-content-wrap .img-new-annival {
		right: -8px;
		bottom: -35px;
		width: 50%
	}
}

.slider-special-content-wrap .sp-buttons {
	padding-top: .5rem;
	height: 3rem
}

@media screen and (max-width: 812px) {
	.slider-special-content-wrap .sp-buttons {
		display: none !important
	}
}

.slider-special-content-wrap .sp-button {
	border: none;
	background: #fff;
	width: 14px;
	height: 14px
}

.slider-special-content-wrap .sp-selected-button {
	background: #666
}

.special-contents-txt {
	width: 30%;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.special-contents-txt h2 {
	font-size: 3rem;
	margin-bottom: 23px;
	line-height: 1.1
}

.special-contents-txt p {
	width: 100%;
	border: 1px solid #666;
	border-left: none;
	border-right: none;
	padding: 16px 0;
	line-height: 2.2rem
}

.info-txt {
	height: 526px;
	background: #A8A8A8;
	background: #A8A8A8;
	color: #fff;
	position: relative;
	z-index: 1
}

.info-txt .ctr {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
@media (min-width:1500px) {
    .info-txt address{
        max-width: 400px;
        width: 38%;
    }
}
@media (min-width:812px) and (max-width:1499px) {
    .info-txt address{
        max-width: 400px;
        width: 38%;
        margin-left: 0;
    }
}
@media screen and (max-width: 812px) {
	.info-txt .ctr {
		display: block
	}
}

@media screen and (max-width: 812px) {
	.info-txt {
		height: auto;
		padding: 7.5rem 0 15rem
	}

	.info-txt .button {
		max-width: 240px
	}
}

.info-txt::after {
	content: "";
	display: block;
	position: absolute;
	z-index: 0;
	bottom: 0;
	top: 0;
	right: 0;
	left: 48%;
	background: #fff
}

.info-img {
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	-webkit-transition: 5s;
	transition: 5s
}

.info-img-wrap {
	width: 58%;
	height: 526px;
	margin-left: auto;
	margin-top: -456px;
	overflow: hidden;
	position: relative;
	z-index: 10
}

.info-img-wrap:hover .info-img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.info-wrap .info:nth-child(2n) .ctr {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

@media screen and (max-width: 812px) {
	.info-wrap .info:nth-child(2n) .ctr {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}
}

.info-wrap .info:nth-child(2n) .info-img-wrap {
	margin-left: 0;
	margin-right: auto;
	margin-top: -594px
}

.info-wrap .info:nth-child(2n) .info-txt::after {
	right: 48%;
	left: 0
}

.info + .info {
	margin-top: 110px
}

@media screen and (max-width: 812px) {
	.info + .info {
		margin-top: 40px
	}
}

.section05 h2 {
	font-size: 2.4rem;
	margin-bottom: 4rem
}
@media screen and (max-width: 812px) {
	.section05 h2.ctr {
	    padding: 0 5%!important;
	}
}
.section05 .tel {
	font-size: 1.2rem;
	margin-bottom: 1rem
}

.section05 .tel span {
	font-size: 2.8rem;
	padding-left: 3rem
}

.section05 .button01 {
	margin-top: 2rem;
	-webkit-transition: 1s;
	transition: 1s
}
.section05 .viewmore {
    display: block;
    margin-top: 5rem;
}

@media screen and (max-width: 812px) {
	.section05 .button01 {
		margin-bottom: 3rem
	}
}

.section05 .button01:hover {
	background: rgba(255, 255, 255, 0.33)
}

.section05 .b {
	stroke: #fff
}

.section05 .t {
	color: #fff
}

.section05 .button-circle {
	float: right
}

.button01 a {
	border: 1px solid #fff;
	color: #fff;
	padding: 1.5rem 0;
	text-align: center;
	display: block
}

@media screen and (max-width: 812px) {
	.button01 a {
		width: 100%
	}
}

.button01 a::before {
	content: "▶";
	display: inline-block;
	padding-right: 1.8rem
}

.section06 .hl-ctr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background: #A8A8A8;
	color: #fff;
	white-space: nowrap
}

.section06 .hl-ctr .button {
	width: 29%;
	color: #fff
}

.section06 .hl-ctr .button:hover a {
	background: #ccc
}

.section06 .hl-ctr .button a {
	display: block;
	-webkit-transition: 1s;
	transition: 1s;
	text-align: center;
	cursor: pointer
}

.section06 .hl-ctr .button a,
.section06 .hl-ctr h3 {
	padding: 2rem
}

.section06 .hl-ctr .button a {
	padding: 2rem 0
}

.section06 .sns-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.section06 .sns {
	width: 475px;
	background: #f1f1f1;
}

.section06 .sns:last-child {
	width: 100%
}

@media screen and (max-width: 1024px) {
	.section06 .sns {
		width: calc(50% - 1rem)
	}
}

@media screen and (max-width: 812px) {
	.section06 .sns {
		width: 100%
	}
}

.section06 .widgets-wrap {
	padding: 2rem
}
.section06 .sns.snsyb{
	margin-top: 40px;
}

@media screen and (max-width: 812px) {
	.section06 .widgets-wrap {
		padding-left: 5%;
		padding-right: 5%
	}

	.section06 .widgets-wrap .youtube {
		width: 100%;
		padding-top: 57%;
		position: relative;
		top: 0;
		left: 0;
	}

	.section06 .widgets-wrap .youtube iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100% !important;
		height: 100% !important;
	}
}

.section07 h2 {
	margin-bottom: 80px
}

.section07 .group-txt h2 {
	font-size: 2.4rem;
	margin-bottom: 1rem
}

.section07 p {
	font-size: 2rem
}

.section07 p span {
	font-size: 1.8rem;
	padding-right: 1rem
}

.section07 .group-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

@media screen and (max-width: 1200px) {
	.section07 .group-wrap {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

@media screen and (max-width: 1024px) {
	.section07 .group-wrap {
		padding: 0 10%;
		display: block
	}
}

@media screen and (max-width: 812px) {
	.section07 .group-wrap {
		padding: 0
	}
	.section07 h2 {
		margin-bottom: 14.4vw;
	}
	.section07 .group-txt h2 {
		margin-bottom: 1rem;
	}
}

.section07 .group {
	width: 42%;
	height: 256px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	text-align: center;
	-webkit-transition: 1s;
	transition: 1s
}

.section07 .group .view-more {
	position: absolute;
	right: -14%;
	bottom: 35px;
	opacity: 0;
	-webkit-transition: 1s;
	transition: 1s
}

@media screen and (max-width: 812px) {
	.section07 .group .view-more {
		bottom: -3px
	}
}

@media screen and (max-width: 400px) {
	.section07 .group .view-more {
		right: -5%
	}
}

.section07 .group:hover {
	-webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 50px rgba(0, 0, 0, 0.1)
}

.section07 .group:hover .view-more {
	opacity: 1
}

@media screen and (max-width: 812px) {
	.section07 .group {
		-webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
		box-shadow: 0 0 50px rgba(0, 0, 0, 0.1)
	}

	.section07 .group .view-more {
		opacity: 1
	}
}

@media screen and (max-width: 1500px) {
	.header-area .nav > ul > li + li {
		margin-left: 0
	}

	.header-area .nav > ul > li > a {
		padding-left: .5em;
		padding-right: .5em
	}
}

@media screen and (max-width: 1200px) {
	.header-area .nav > ul {
		padding-right: .75rem
	}

	.header-area .nav > ul > li span {
		font-size: 1rem !important
	}

	.header-area .nav ul a {
		padding-left: .25em;
		padding-right: .25em
	}
}

@media screen and (max-width: 999px) {
	.header-area .nav > ul {
		display: none
	}
}

.widgets-wrap iframe {
	width: 100% !important
}

@media screen and (max-width: 812px) {
	body {
		overflow-x: hidden
	}

	.button-circle {
		width: auto;
		height: auto
	}

	.button-circle .button-svg {
		display: none
	}

	.button-circle .t {
		font-size: 0;
		padding: .3rem 1rem;
		background: #444;
		color: #fff
	}

	.button-circle .t::before {
		content: "VIEW ALL";
		display: inline;
		font-size: 1rem
	}

	.header-area .nav {
		display: none
	}

	.maining-sns {
		display: none
	}

	.maining-area {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		height: auto
	}

	.slider-top {
		width: 90% !important;
		height: 60% !important;
		min-height: 60vh;
		margin-left: auto
	}

	.maining-area .sp-slide {
		height: 468px !important;
		min-height: 468px;
	}

	@media screen and (max-width: 400px) {
		.slider-top {
			width: 90% !important;
			height: 468px !important;
			min-height: 468px;
			margin-left: auto
		}

		.maining-area .sp-slide {
			height: 468px !important;
			min-height: 468px;
		}
	}

	.maining-txt {
		position: relative
	}

	.menu-btn .menu-bars {
		background: transparent
	}

	.menu .hl-line::after {
		width: 2rem
	}

	.maining-txt h1 {
		text-align: left;
		font-size: 2rem
	}
}

@media screen and (max-width: 812px) and (max-width: 812px) {
	.maining-txt h1 {
		margin-bottom: 1em
	}
}

@media screen and (max-width: 812px) {
	.maining-txt p {
		font-size: 1.3rem;
		line-height: 1.5
	}

	.top h2 {
		font-size: 1.6rem
	}

	.hl-area__sec01,
	.hl-area__sec02,
	.hl-area__sec03 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 3.5rem
	}

	.hl-area__sec01 h2,
	.hl-area__sec02 h2,
	.hl-area__sec03 h2 {
		margin-bottom: 0
	}

	.section01 .list-gallary {
		overflow-x: scroll
	}

	.section01 .list-gallary li + li {
		margin-left: 1rem
	}

	.section02 .ctr {
		display: block
	}

	.section02 .hl-area__sec02 {
		width: auto;
		height: auto;
		padding-right: 0;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}

	.section03 .list-gallary__blog {
		display: block
	}

	.section03 .list-gallary__blog .list-inner,
	.section03 .list-gallary__blog p {
		width: 100%
	}

	.section03 .list-gallary__blog .list-inner {
		height: 356px
	}

	.section03 .list-gallary__blog .list-inner-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-right: auto;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}

	.section03 .list-gallary__blog .list-inner-wrap:not(:first-child) {
		margin-top: 2.5rem
	}

	.list-shop {
		display: block
	}

	.list-shop article:not(:first-child) {
		width: auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		height: 125px
	}

	.list-shop article:not(:first-child) .shop-bg-wrap {
		position: relative
	}

	.list-shop article:not(:first-child) .shop-bg-wrap h2 {
		color: #fff
	}

	.list-shop article:not(:first-child) .shop-txt-wrap {
		color: #444;
		padding: 0;
		text-align: left
	}

	.list-shop article:not(:first-child) .shop-bg {
		height: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}

	.list-shop article:not(:first-child) .shop {
		background: #F1F1F1
	}

	.list-shop article:not(:first-child) .shop,
	.list-shop article:not(:first-child) .shop-bg-wrap {
		width: 50%
	}

	.list-shop article:not(:first-child) p {
		height: auto;
		font-size: 1.1rem
	}

	.list-shop article:first-child {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		height: auto
	}
}

@media screen and (max-width: 812px) and (max-width: 812px) {
	.list-shop article:first-child {
		margin-bottom: 10px
	}
}

@media screen and (max-width: 812px) {

	.list-shop article:first-child .shop,
	.list-shop article:first-child .shop-bg-wrap {
		width: auto
	}

	.list-shop article:first-child .shop-bg-wrap {
		height: 300px;
		-ms-flex-negative: 0;
		flex-shrink: 0
	}

	.list-shop article:first-child .shop {
		padding-top: 2.5rem;
		padding-bottom: 4.5rem
	}

	.list-shop article:first-child .botton-wrap {
		display: none
	}

	.top_page .list-shop article:first-child .botton-wrap {
		display: flex;
	}
	.top_page .list-shop article:first-child .botton-wrap .button-circle .t::before {
		content: "VIEW MORE";
	}


	.list-shop article:first-child h2 {
		font-size: 1.6rem;
		margin-bottom: 2rem
	}

	.list-shop article:first-child p {
		margin-bottom: 0
	}

	.special-contents {
		display: block;
		padding-top: 3rem
	}

	.special-contents > * {
		width: auto
	}

	.special-contents-txt {
		margin-bottom: 2.5rem
	}

	.special-contents-txt h2 {
		margin-bottom: 1rem
	}

	.special-contents-txt p {
		font-size: 1.2rem;
		padding: .75rem
	}

	.info-txt {
		width: auto;
		margin-left: 0
	}

	.info-txt::after {
		display: none
	}

	.info-txt h2 {
		font-size: 1.6rem;
		margin-bottom: 4rem
	}

	.info-txt .tel {
		font-size: 1rem
	}

	.info-txt .tel span {
		font-size: 2rem
	}

	.info-txt .address {
		font-size: 1rem
	}

	.info-txt .button {
		font-size: 1.3rem
	}

	.info-img-wrap {
		margin-top: -100px !important;
		height: 260px;
		width: 90%
	}
}

@media screen and (max-width: 812px) and (max-width: 400px) {
	.info-img-wrap {
		width: 94%
	}
}

@media screen and (max-width: 812px) {
	.section06 .sns {
		max-width: 475px;
		margin: auto
	}

	.section06 .sns:not(:last-of-type) {
		margin: 0 auto 15px;
	}

	.sns-hl h2 {
		font-size: 1.6rem
	}

	.sns-hl .button {
		font-size: 1rem;
		border-left: 1px solid #CDCDCD
	}

	.sns-hl a {
		height: 100%;
		line-height: 2.24rem
	}

	.section06 .hl-ctr h3 {
		padding: 1rem
	}

	.section06 .hl-ctr .button a {
		padding: 1rem 0
	}

	.widgets-wrap__youtube iframe {
		height: 300px
	}

	.section07 .group {
		width: 76%;
		height: auto;
		padding: 55px 0;
		margin: auto
	}
}

@media screen and (max-width: 812px) and (max-width: 812px) {
	.section07 .group {
		width: 100%
	}
}

@media screen and (max-width: 812px) {
	.section07 {
		padding-bottom: 90px;
	}

	.section07 .group h2 {
		font-size: 1.6rem
	}

	.section07 .group p {
		font-size: 1.5rem
	}

	.section07 .group p span {
		font-size: 1rem
	}

	.group + .group {
		margin-top: 2rem
	}

	.btn-overlay {
		position: fixed;
		z-index: 9998;
		bottom: 0;
		left: 0;
		right: 0;
		background: #70CCCB;
		color: #fff;
		font-size: 1.3rem;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}

	.btn-overlay a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 50%;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 1.5rem 0
	}

	.btn-overlay a.w100 {
		width: 100%;
	}

	.btn-overlay a:last-child span {
		border-left: 1px solid #fff;
		width: 100%;
		text-align: center
	}

	.section__special-content {
		margin-top: 0
	}

	.menu .nav ul {
		display: block;
		margin-top: 1.6rem;
	}
	.menu .nav ul:first-child {
		margin-top: 0;
	}
}

@media screen and (min-width: 1500px) {
	.info-wrap .info:nth-child(even) .info-txt {
		margin-left: auto
	}

	.info-wrap .info-txt {
		width: 48%
        padding: 0 10% 0 5%;
	}

	.info-wrap .info-txt .ctr {
		width: 100%;
		margin: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: inherit;
		-ms-flex-pack: inherit;
		justify-content: inherit
	}
	.info-wrap .info-txt .ctr address {
        margin-left: 15%;
	}
    .info-wrap .info:nth-child(2n) .ctr{
        max-width: 90%;
    }
    .info-wrap .info:nth-child(2n) .ctr address{
         margin-left: 0;
    }

}

@media all and (-ms-high-contrast: none) {
	.list-gallary__blog time {
		-webkit-writing-mode: horizontal-tb;
		-ms-writing-mode: lr-tb;
		writing-mode: horizontal-tb;
		-webkit-transform: rotate(90deg) translate(2.5em, 2.5em);
		transform: rotate(90deg) translate(2.5em, 2.5em)
	}

	.footer-wrap .page-top {
		-webkit-writing-mode: horizontal-tb;
		-ms-writing-mode: lr-tb;
		writing-mode: horizontal-tb;
		-webkit-transform: rotate(90deg) translate(-6.5em, -6.5em);
		transform: rotate(90deg) translate(-6.5em, -6.5em);
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}

	.footer-wrap .page-top::before {
		height: 1px;
		width: 60px;
		margin-bottom: 0;
		margin-right: 2rem
	}

	.button-circle:hover path.f,
	.mover .button-circle path.f,
	a:hover .button-circle path.f {
		stroke-dashoffset: 0
	}
}

.pagenav{
  margin-top: 4rem;
  text-align: center;
  justify-content: center;
  display: flex;
}
.pagenav p{
  padding: 0 2rem;
}
.pagenav ol{
  display: flex;
}
.pagenav ol li{
  padding: 0 2rem;
  border-right: 1px solid #CDCDCD;
}
.pagenav ol li a{
  color: #CDCDCD;
}
.pagenav ol li.current a{
  color: #000;
}
@media screen and (max-width: 812px) {
  .pagenav p{
	padding: 0 1rem;
  }
  .pagenav ol li{
	padding: 0 1rem;
  }
  .pagenav ol li a{
	font-weight: 500;
  }
}
