/* リキッドレイアウト対応 */

@font-face {
	font-display: swap;
	src: url("../font/a1gothic-Light.woff") format("woff"), url("../font/a1gothic-Light.woff2") format("woff2");
	font-family: "a1gothic";
	font-style: normal;
	font-weight: 300;
}

@font-face {
	font-display: swap;
	src: url("../font/a1gothic-Regular.woff") format("woff"), url("../font/a1gothic-Regular.woff2") format("woff2");
	font-family: "a1gothic";
	font-style: normal;
	font-weight: 400;
}

@font-face {
	font-display: swap;
	src: url("../font/a1gothic-Medium.woff") format("woff"), url("../font/a1gothic-Medium.woff2") format("woff2");
	font-family: "a1gothic";
	font-style: normal;
	font-weight: 500;
}

@font-face {
	font-display: swap;
	src: url("../font/a1gothic-SemiBold.woff") format("woff"), url("../font/a1gothic-SemiBold.woff2") format("woff2");
	font-family: "a1gothic";
	font-style: normal;
	font-weight: 600;
}

@font-face {
	font-display: swap;
	src: url("../font/a1gothic-Bold.woff") format("woff"), url("../font/a1gothic-Bold.woff2") format("woff2");
	font-family: "a1gothic";
	font-style: normal;
	font-weight: 700;
}

@font-face {
	font-display: swap;
	src: url("../font/a1gothic-ExtraBold.woff") format("woff"), url("../font/a1gothic-ExtraBold.woff2") format("woff2");
	font-family: "a1gothic";
	font-style: normal;
	font-weight: 800;
}

body {
	color: #523b2b;
	font-family: "a1gothic", sans-serif;
	font-weight: 300;
	letter-spacing: 0.08em;
}

.u-mobile {
	display: none;
}

.u-mobile--lg {
	display: none;
}

html {
	font-size: 0.6944444444vw;
}

body {
	font-size: 28.8px;
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	line-height: 1.8571428571;
}

/* pcの電話番号発信対応 */

a[href^="tel:"] {
	pointer-events: none;
}

/* ホバー */

a {
	color: inherit;
	text-decoration: none;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

a:hover {
	opacity: 0.7;
}

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

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

address {
	font-style: normal;
}

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

body {
	min-height: 100vh;
	text-rendering: optimizeSpeed;
}

body.hidden {
	overflow: hidden;
}

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

ul,
ol {
	list-style: none;
}

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

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

/* Make images easier to work with */

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

/* Natural flow and rhythm in articles by default */

article > * + * {
	margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

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

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

/* フォームリセット */

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

textarea {
	resize: vertical;
}

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

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

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

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

.l-footer {
	background-color: #3d3025;
	padding-bottom: 96px;
	padding-bottom: 6rem;
	padding-top: 72px;
	padding-top: 4.5rem;
}

.l-footer .l-inner {
	border-left: none;
	border-right: none;
}

.l-header {
	position: relative;
}

.l-header::before {
	background: url(../images/fv-bg.svg) no-repeat top center;
	background-size: 100%;
	content: "";
	height: 100%;
	position: absolute;
	width: 100%;
}

.l-inner {
	border-left: 1px solid #3d3025;
	border-right: 1px solid #3d3025;
	margin-left: auto;
	margin-right: auto;
	max-width: 1856px;
	max-width: 116rem;
	overflow: hidden;
	width: 100%;
}

.l-main {
	background-color: #ede9e2;
	position: relative;
	z-index: 1;
}

.c-btn {
	text-align: center;
}

.c-btn a,
.c-btn span {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #3d3025;
	border-radius: 10rem;
	color: #523b2b;
	display: block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-family: "commuters-sans", sans-serif;
	font-size: 52.8px;
	font-size: 3.3rem;
	font-weight: 300;
	height: 190.4px;
	height: 11.9rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto;
	opacity: 1;
	text-align: center;
	-webkit-transform: scaleX(1.1);
	transform: scaleX(1.1);
	-webkit-transition: 0.3s;
	transition: 0.3s;
	width: 416px;
	width: 26rem;
}

.c-btn span.kome {
	background: none;
	border: none;
	border-radius: 0;
	font-size: 22.4px;
	font-size: 1.4rem;
	height: auto;
	line-height: 1.1;
	padding: 0;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	width: auto;
}

.c-btn a:hover {
	background-color: #DCD2C6;
}

.c-flex {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.c-section-title {
	color: #523b2b;
	font-family: "commuters-sans", sans-serif;
	font-size: 44.8px;
	font-size: 2.8rem;
	font-weight: 300;
	letter-spacing: 0.02em;
	line-height: 1.8;
	padding-left: 64px;
	padding-left: 4rem;
	-webkit-transform: scaleX(1.1);
	transform: scaleX(1.1);
	-webkit-transform-origin: left center;
	transform-origin: left center;
}

.p-footer__txt {
	color: #fff;
	margin-bottom: 96px;
	margin-bottom: 6rem;
	position: relative;
	text-align: center;
}

.p-footer__txt::before,
.p-footer__txt::after {
	border-top: 1px solid #fff;
	bottom: 0;
	content: "";
	height: 0;
	left: 248px;
	left: 15.5rem;
	margin: auto;
	position: absolute;
	top: 0;
	width: 576px;
	width: 36rem;
}

.p-footer__txt::after {
	left: inherit;
	right: 248px;
	right: 15.5rem;
}

.p-footer__imgarea {
	margin: 0 auto 88px;
	margin: 0 auto 5.5rem;
	width: 1104px;
	width: 69rem;
}

.p-footer__img {
	margin: 0 auto;
	width: 160px;
	width: 10rem;
}

.p-footer__img4 {
	width: 120px;
	width: 7.5rem;
}

.p-footer__img a {
	display: block;
}

.p-footer__img:nth-child(2) {
	width: 104px;
	width: 6.5rem;
}

.p-footer__img:nth-child(3) {
	width: 168px;
	width: 10.5rem;
}

.p-footer__copy {
	color: #fff;
	font-size: 28.8px;
	font-size: 1.8rem;
	letter-spacing: 0;
	text-align: center;
}

.p-footer__info {
	color: #fff;
	font-size: 28.8px;
	font-size: 1.8rem;
	letter-spacing: 0;
	text-align: center;
}

.p-footer__info span {
	font-size: 33.6px;
	font-size: 2.1rem;
}

.p-header {
	height: 100dvh;
	overflow: hidden;
	position: relative;
}

.p-header::before {
	-webkit-animation: bgZoomOut 4s ease-out forwards;
	animation: bgZoomOut 4s ease-out forwards;
	background: url("../images/mv.jpg") center/cover no-repeat;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	z-index: -1;
}

.p-header__main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100dvh;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.p-header__logo {
	-webkit-animation: slideUpFade 1.2s ease-out 1s forwards;
	animation: slideUpFade 1.2s ease-out 1s forwards;
	color: #fff;
	margin: 0 auto 32px;
	margin: 0 auto 2rem;
	opacity: 0;
	text-align: center;
	width: 624px;
	width: 39rem;
}

.p-header__main-txt {
	-webkit-animation: slideUpFade 1s ease-out 2.5s forwards;
	animation: slideUpFade 1s ease-out 2.5s forwards;
	opacity: 0;
}

.p-header__date {
	color: #fff;
	font-family: "commuters-sans", sans-serif;
	font-size: 99.2px;
	font-size: 6.2rem;
	font-weight: 300;
	letter-spacing: 0.03em;
	margin-bottom: 32px;
	margin-bottom: 2rem;
	margin-bottom: 0;
	text-align: center;
}

.p-header__reserve a {
	border: 1px solid #fff;
	border-radius: 10rem;
	color: #fff;
	display: block;
	line-height: 1.2;
	margin: 0 auto;
	opacity: 1;
	padding: 16px 0 24px 0;
	padding: 1rem 0 1.5rem 0;
	pointer-events: none;
	text-align: center;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	width: 496px;
	width: 31rem;
}

.p-header__reserve a:hover {
	background-color: rgba(49, 29, 18, .6);
}

.p-header__reserve a span {
	font-family: "commuters-sans", sans-serif;
	font-size: 49.6px;
	font-size: 3.1rem;
	font-weight: 300;
}

.p-header__sidebar {
	padding: 0 56px;
	padding: 0 3.5rem;
	position: absolute;
	width: 100%;
}

.p-header__sidebar-lists {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: -moz-max-content;
	height: -webkit-max-content;
	height: max-content;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: auto;
	position: fixed;
	top: 0;
	z-index: 3;
}

.p-header__sidebar-lists.is-scrolled .p-header__sidebar-list a {
	color: #523b2b;
}

.p-header__sidebar-lists.is-scrolled .p-header__sidebar-list a::after {
	border-color: #523b2b;
}

.p-header__sidebar-list {
	margin-bottom: 96px;
	margin-bottom: 6rem;
}

.p-header__sidebar-list a {
	color: #fff;
	display: block;
	font-family: "commuters-sans", sans-serif;
	font-weight: 300;
	position: relative;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

.p-header__sidebar-list a::after {
	border-left: 1px solid #fff;
	content: "";
	height: 64px;
	height: 4rem;
	margin-top: 16px;
	margin-top: 1rem;
	position: absolute;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	width: 50%;
}

.p-header__sidebar-list:last-child {
	margin-bottom: 0;
}

.p-header__sidebar-list:last-child a::after {
	display: none;
}

.p-header__sidebar-copy {
	bottom: 0;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: "commuters-sans", sans-serif;
	font-size: 22.4px;
	font-size: 1.4rem;
	font-weight: 300;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0.02em;
	margin: auto;
	position: absolute;
	right: 56px;
	right: 3.5rem;
	top: 0;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

.p-header__scroll {
	-webkit-animation: scrollFadeIn 0.8s ease-out 4s forwards, scrollBounce 2s infinite 4s;
	animation: scrollFadeIn 0.8s ease-out 4s forwards, scrollBounce 2s infinite 4s;
	bottom: 96px;
	bottom: 6rem;
	color: #fff;
	font-family: "commuters-sans", sans-serif;
	font-size: 33.6px;
	font-size: 2.1rem;
	font-weight: 300;
	letter-spacing: 0.02em;
	opacity: 0;
	position: absolute;
	width: 100%;
}

.p-header__scroll .l-inner {
	border: none;
	overflow: inherit;
	position: relative;
}

.p-header__scroll .l-inner::after {
	border-left: 1px solid #fff;
	content: "";
	height: 112px;
	height: 7rem;
	left: 0;
	position: absolute;
	top: 64px;
	top: 4rem;
	width: 1px;
	z-index: 0;
}

.p-header__scroll span {
	display: inline-block;
	margin-left: -44.8px;
	margin-left: -2.8rem;
	-webkit-transform: scaleX(0.95);
	transform: scaleX(0.95);
	-webkit-transform-origin: left center;
	transform-origin: left center;
}

.p-about .l-inner {
	padding-top: 96px;
	padding-top: 6rem;
}

.p-about__flex {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding: 0 72px;
	padding: 0 4.5rem;
}

.p-about h2 {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}

.p-about__mainimg {
	margin-right: 104px;
	margin-right: 6.5rem;
	width: 944px;
	width: 59rem;
}

.p-about__txtarea {
	margin-top: 24px;
	margin-top: 1.5rem;
}

.p-about__txtarea-ttl {
	font-size: 48px;
	font-size: 3rem;
	letter-spacing: 0.1em;
	line-height: 1.6;
	-webkit-transform: scaleX(1.05);
	transform: scaleX(1.05);
	-webkit-transform-origin: left center;
	transform-origin: left center;
}

.p-about__txtarea-ttl span {
	font-size: 52.8px;
	font-size: 3.3rem;
}

.p-about__txtarea-descri {
	letter-spacing: 0.1em;
	line-height: 1.5;
	margin-top: 32px;
	margin-top: 2rem;
	-webkit-transform: scaleX(1.05);
	transform: scaleX(1.05);
	-webkit-transform-origin: left center;
	transform-origin: left center;
}

.p-about__txtarea-descri span {
	font-size: 32px;
	font-size: 2rem;
}

.p-about__imgarea {
	border-top: 1px solid #3d3025;
	margin-top: 144px;
	margin-top: 9rem;
	padding: 144px 72px;
	padding: 9rem 4.5rem;
}

.p-about__img {
	width: calc(33.33333% - 1.5rem);
}

.p-about__img:last-child {
	margin-bottom: 0;
}

.p-info h2 {
	border-bottom: 1px solid #3d3025;
	border-top: 1px solid #3d3025;
	line-height: 1.7;
}

.p-info__box {
	border-right: 1px solid #3d3025;
	padding: 60.8px 0;
	padding: 3.8rem 0;
	width: 50%;
}

.p-info__box:last-child {
	border: none;
}

.p-info__btn {
	margin-bottom: 40px;
	margin-bottom: 2.5rem;
}

.p-info__descri {
	letter-spacing: 0.05em;
	text-align: center;
	-webkit-transform: scaleX(1.05);
	transform: scaleX(1.05);
}

.p-info__descri a {
	display: inline-block;
	letter-spacing: 0.1em;
	line-height: 1.7;
	text-decoration: underline;
}

.p-detail .l-inner {
	padding-bottom: 184px;
	padding-bottom: 11.5rem;
}

.p-detail h2 {
	border-bottom: 1px solid #3d3025;
	border-top: 1px solid #3d3025;
	line-height: 1.7;
}

.p-detail table {
	display: block;
	margin-top: 72px;
	margin-top: 4.5rem;
	padding: 0 152px;
	padding: 0 9.5rem;
	width: 100%;
}

.p-detail table th,
.p-detail table td {
	border-bottom: 1px solid #3d3025;
	font-weight: 300;
	letter-spacing: 0.05em;
	padding: 27.2px 0;
	padding: 1.7rem 0;
	text-align: left;
	-webkit-transform: scaleX(1.05);
	transform: scaleX(1.05);
	-webkit-transform-origin: left center;
	transform-origin: left center;
}

.p-detail table th {
	width: 387.2px;
	width: 24.2rem;
}

.p-detail table td {
	padding-right: 240px;
	padding-right: 15rem;
}

.p-detail table td span {
	font-size: 32px;
	font-size: 2rem;
}

.p-detail table tr:last-child th,
.p-detail table tr:last-child td {
	border-bottom: none;
}

.p-detail__map {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-top: 56px;
	margin-top: 3.5rem;
	padding: 0 128px;
	padding: 0 8rem;
}

.p-detail__img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: 64px;
	margin-right: 4rem;
	width: 680px;
	width: 42.5rem;
}

.p-detail__ggmap {
	width: 832px;
	width: 52rem;
}

.p-detail__ggmap iframe {
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	height: 760px;
	height: 47.5rem;
	width: 100%;
}

.p-detail__img:last-child {
	margin-right: 0;
}

@media (min-width: 1441px) {

html {
	font-size: 62.5%;
}

}

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

.u-desktop--lg {
	display: none;
}

.u-mobile--lg {
	display: block;
}

}

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

.u-desktop {
	display: none;
}

.u-mobile {
	display: block;
}

html {
	font-size: 2.5641025641vw;
}

a[href^="tel:"] {
	pointer-events: inherit;
}

a:hover {
	opacity: 0.8;
}

.l-footer {
	padding-top: 3.5rem;
}

.l-header::before {
	background: url(../images/sp/fv-bg.svg) no-repeat top center;
	background-size: 100%;
}

.l-inner {
	border: none;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}

.c-border {
	border-left: 0.7px solid #3d3025;
	border-right: 0.7px solid #3d3025;
	overflow: hidden;
}

.c-btn span.kome {
	font-size: 1.2rem;
	height: auto;
}

.c-flex {
	display: block;
}

.c-section-title {
	font-size: 2.3rem;
	line-height: 2;
	padding-left: 1.6rem;
}

.p-footer__txt::before,
.p-footer__txt::after {
	border-width: 0.7px;
	left: 1.5rem;
	width: 10.5rem;
}

.p-footer__txt::after {
	left: inherit;
	right: 1.5rem;
}

.p-footer__imgarea {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 7rem;
	width: 100%;
}

.p-footer__img {
	width: 7.5rem;
}

.p-footer__img4 {
	width: 5rem;
}

.p-footer__img:nth-child(2) {
	width: 5rem;
}

.p-footer__img:nth-child(3) {
	width: 8rem;
}

.p-footer__copy {
	font-size: 1.3rem;
}

.p-footer__info {
	font-size: 1.4rem;
}

.p-footer__info span {
	font-size: 1.5rem;
}

.p-header__logo {
	margin-bottom: 8rem;
	width: 20rem;
}

.p-header__date {
	font-size: 4rem;
	line-height: 0.9;
	margin-bottom: 2.5rem;
}

.p-header__date span {
	font-size: 3.3rem;
}

.p-header__reserve a {
	font-size: 1.3rem;
	padding: 1rem 0;
	width: 26rem;
}

.p-header__reserve a span {
	font-size: 2rem;
}

.p-header__sidebar {
	padding: 0 0.5rem;
}

.p-header__sidebar-lists {
	line-height: 1.2;
}

.p-header__sidebar-list a {
	font-size: 1rem;
}

.p-header__sidebar-list a::after {
	border-width: 0.7px;
	left: 0;
	margin: 1rem auto;
	right: 0;
	width: 1px;
}

.p-header__sidebar-copy {
	font-size: 0.8rem;
	height: 13rem;
	right: 0.5rem;
}

.p-header__scroll {
	display: none;
}

.p-about .l-inner {
	padding-top: 0;
}

.p-about__flex {
	padding: 0;
}

.p-about h2 {
	margin-bottom: 0.5rem;
	padding-top: 6.5rem;
}

.p-about__mainimg {
	margin-right: 0;
	width: 100%;
}

.p-about__txtarea {
	margin-top: 4rem;
	padding: 0 2rem;
}

.p-about__txtarea-ttl {
	font-size: 2.6rem;
	letter-spacing: 0.05em;
	line-height: 1.3;
}

.p-about__txtarea-ttl span {
	font-size: 2.8rem;
}

.p-about__txtarea-descri {
	letter-spacing: 0.02em;
	line-height: 1.6;
	margin-top: 3rem;
}

.p-about__txtarea-descri span {
	font-size: 1.7rem;
}

.p-about__imgarea {
	border-width: 0.7px;
	margin-top: 4rem;
	padding: 3.5rem 2rem;
}

.p-about__img {
	margin-bottom: 1.5rem;
	width: 100%;
}

.p-info h2 {
	border-width: 0.7px;
	line-height: 2;
}

.p-info__box {
	border-bottom: 0.7px solid #3d3025;
	border-right: none;
	width: 100%;
}

.p-info__box:last-child {
	border-bottom: none;
}

.p-info__btn {
	margin-bottom: 1rem;
}

.p-detail .l-inner {
	padding-bottom: 0;
}

.p-detail h2 {
	border-width: 0.7px;
	line-height: 2;
}

.p-detail table {
	margin-top: 2rem;
	padding: 0 2rem;
}

.p-detail table tbody {
	display: table;
	width: 100%;
}

.p-detail table th,
.p-detail table td {
	border-bottom: 0.5px solid #3d3025;
	line-height: 1.4;
}

.p-detail table th {
	padding-left: 0.5rem;
	width: 13.5rem;
}

.p-detail table td {
	padding-right: 0;
}

.p-detail table td span {
	font-size: 1.6rem;
}

.p-detail__map {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 2.5rem;
	padding: 0;
}

.p-detail__img {
	margin: 0 auto 5.5rem;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	width: 100%;
	width: 31rem;
}

.p-detail__ggmap {
	margin: 0 auto 2rem;
	width: 31rem;
}

.p-detail__ggmap iframe {
	height: 28.5rem;
}

}

@media (max-width: 767px) {

body {
	font-size: 1.5rem;
}

.c-btn a,
.c-btn span {
	border-width: 0.7px;
	font-size: 2.3rem;
	height: 8.2rem;
	width: 18.5rem;
}

}

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

a:hover {
	opacity: 1;
}

}

@media (max-width: 360px) {

html {
	font-size: 2.7777777778vw;
}

.p-about__txtarea-ttl {
	font-size: 2.3rem;
}

.p-about__txtarea-ttl span {
	font-size: 2.5rem;
}

.p-about__txtarea-descri {
	font-size: 1.4rem;
}

}

@-webkit-keyframes bgZoomOut {

0% {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

100% {
	-webkit-transform: scale(1);
	transform: scale(1);
}

}

@keyframes bgZoomOut {

0% {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

100% {
	-webkit-transform: scale(1);
	transform: scale(1);
}

}

@-webkit-keyframes slideUpFade {

0% {
	opacity: 0;
	-webkit-transform: translateY(8px);
	transform: translateY(8px);
}

100% {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

}

@keyframes slideUpFade {

0% {
	opacity: 0;
	-webkit-transform: translateY(8px);
	transform: translateY(8px);
}

100% {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

}

@-webkit-keyframes scrollFadeIn {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@keyframes scrollFadeIn {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}


/*# sourceMappingURL=styles.css.map */
