@charset "utf-8";

/* =Reset default browser CSS.
-------------------------------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table.table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
button {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	overflow-wrap: break-word;
	word-wrap: break-word;
}
:focus {
	outline: 0;
}
ol,
ul {
	list-style: none;
}
table.table {
	border-collapse: separate;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
}
blockquote,
q {
	quotes: '' '';
}
a img {
	border: 0;
}
figure {
	margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}


/* ===================================================================
	BASE CSS
=================================================================== */
:root {
  --main-font: "yu-gothic-pr6n", sans-serif;
  --sub-font: 'Shippori Mincho', serif; 
}

html {
	visibility: hidden;
	font-size: 62.5%;
}
html.wf-active {
	visibility: visible;
}
body {
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	color: #4d4a52;
	font-size: 150%;
	/*font-family: "Montserrat", "yu-gothic-pr6n", sans-serif;*/
   font-family: "yu-gothic-pr6n", sans-serif;
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: 0.05em;
	font-feature-settings: "palt";
	position: relative;
	cursor: auto;
    
    
}
a {
	color: #4d4a52;
	text-decoration: none;
	transition: all .3s ease-in-out;
}
img {
	width: 100%;
	height: auto;
}
ul {
	padding: 0;
}
li {
	list-style: none;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
}
@media screen and (max-width: 767px) {
body {
	font-size: 140%;
	line-height: 1.6;
}
}
@media screen and (max-width: 540px) {
}




header a,
.breadcrumb a,
.breadcrumb{
	color:#fff;
}


/* -----------------------------------------------------------
	Common Class
----------------------------------------------------------- */
.pc_on {display: block;}
.pcTab_on {display: block;}
.tab_on {display: none;}
.tabSmp_on {display: none;}
.smp_on {display: none;}
.pcSmp_on {display: block;}
.pc_on_inl {display: inline;}
.pcTab_on_inl {display: inline;}
.tab_on_inl {display: none;}
.tabSmp_on_inl {display: none;}
.smp_on_inl {display: none;}
.pcSmp_on_inl {display: inline;}
@media screen and (min-width: 768px) and (max-width: 1200px) {
.pc_on {display: none;}
.pcTab_on {display: block;}
.tab_on {display: block;}
.tabSmp_on {display: block;}
.smp_on {display: none;}
.pcSmp_on {display: none;}
.pc_on_inl {display: none;}
.pcTab_on_inl {display: inline;}
.tab_on_inl {display: inline;}
.tabSmp_on_inl {display: inline;}
.smp_on_inl {display: none;}
.pcSmp_on_inl {display: none;}
}
@media screen and (max-width: 767px) {
.pc_on {display: none;}
.pcTab_on {display: none;}
.tab_on {display: none;}
.tabSmp_on {display: block;}
.smp_on {display: block;}
.pcSmp_on {display: block;}
.pc_on_inl {display: none;}
.pcTab_on_inl {display: none;}
.tab_on_inl {display: none;}
.tabSmp_on_inl {display: inline;}
.smp_on_inl {display: inline;}
.pcSmp_on_inl {display: inline;}
}

/* -----------------------------------------------------------
	waraper
----------------------------------------------------------- */
.waraper {
	overflow: hidden;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
}
@media screen and (max-width: 767px) {
}

/* -----------------------------------------------------------
	header
----------------------------------------------------------- */

.secheader {
	width: 100%;
	height: 184px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	transition: all .5s ease-in-out;
	background: #4D4A52;
}
header {
	height: 172px;
    padding-top: 20px;
	position: relative;
}
/*header::after {
	display: block;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
	background: #4D4A52;
	transition: all .3s ease-in-out;
}*/
header .inner {
	height: 152px;
    margin: 0 20px;
    position: relative;
}
header .logo_si {
	max-width: 262px;
	margin: 0;
	position: absolute;
	top: 10px;
	left: 0;
	transition: all .5s ease-in-out;
}
header .logo_si a {
	display: block;
	line-height: 1;
}
header .logo_si a:hover {
	opacity: .7;
}
header .logo_gm {
	max-width: 110px;
	margin: 0;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	transition: all .5s ease-in-out;
}
header .logo_sek {
	max-width: 90px;
	margin: 0;
	position: absolute;
	top: 5px;
	right: 0;
	transition: all .5s ease-in-out;
}
header .logo_sek a:hover {
	opacity: .7;
}
header .sub_nav {
	position: absolute;
	top: 64px;
	right: 0;
	display: flex;
	height: 16px;
	gap: 42px;
	margin: 0;
	transition: all .5s ease-in-out;
}
header .sub_nav li {
	line-height: 1;
	position: relative;
}
header .sub_nav li::after {
	display: block;
	content: '';
	width: 1px;
	height: 100%;
	background: #7d7d7d;
	position: absolute;
	top: 0;
	left: -20px;
}
header .sub_nav li:first-child::after {
	display: none;
}
header .sub_nav a {
	font-size: 14px;
	letter-spacing: 0;
	position: relative;
}
header .sub_nav a:hover {
	opacity: .7;
}
.secheader.-scrm {
	background: none;    height: 0;
}
.secheader.-scrm header .inner,
.secheader.-scrm header{
    height: 0;
}
.secheader.-scrm header::after {
	visibility: hidden;
}

.secheader.-scrm .logo_si,
.secheader.-scrm .logo_gm,
.secheader.-scrm .logo_sek,
.secheader.-scrm .sub_nav,
.secheader.-scrm .breadcrumb,
.secheader.-scrm .pcTab_on nav{
	pointer-events:none;
	opacity: 0;
}

header .global-navigation_list li{
	position: relative;
}
header .global-navigation_list li span.new{
	position: absolute;
    top: 0px;
    right: 0;
    font-size: 9px;
    background: #403f44;
    color: #fff;
    padding:0 2px;
    line-height: 1.3em;
    transition: all 0.3s;
}
header .global-navigation_list li:hover .new {
    background: #fff;
    color: #403f44;
}

#top .global-navigation_list li.top a,
#location .global-navigation_list li.location a,
#plan .global-navigation_list li.plan a{
    background-color: #fff;
}


@media screen and (min-width: 768px) and (max-width: 1200px) {
}
@media screen and (max-width: 767px) {
.secheader {
	height: 77px;
}
header {
	height: 77px;
	padding-top: 15px;
}
header .inner {
	margin: 0 15px 0;
	height: 62px;
}
header .logo_si {
	width: 174px;
	left: 50%;
	top: 7px;
	transform: translateX(-50%);
}
header .logo_gm {
	width: 67px;
	left: 0;
	transform: none;
}
header .logo_sek,
header .sub_nav {
	display: none;
}
}

/* -----------------------------------------------------------
	hamburger
----------------------------------------------------------- */
header .global-navigation {
    width: 100%;
    position: fixed;
    top: 112px;
    left: 0;
    z-index: 7;
    border-bottom: 1px solid #7d7d7d;
    padding-bottom: 6px;
}
header .global-navigation_list {
	max-width: 1180px;
	width: 90%;
	margin: 0 auto;
	display: flex;

}
header .global-navigation_list > li {
	width: 360px;
	height: 40px;
	display: flex;
}
header .global-navigation_list > li a {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	border-right: 1px solid #7d7d7d;
    
    padding: 0 20px;
}
header .global-navigation_list > li:first-child a{
	border-left: 1px solid #7d7d7d;

}
header .global-navigation_list > li img {
	width: auto;
	height: 13px;
    margin-top: 2px;
}
header .global-navigation_list > li:nth-child(3) a, 
header .global-navigation_list > li:nth-child(5) a{
	pointer-events: none;
}
header .global-navigation_list > li:nth-child(3) a img, 
header .global-navigation_list > li:nth-child(5) a img{
    opacity: 0.3;
}
header .global-navigation_list > li.map,
header .global-navigation_list > li.outline {
	display: none;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
header .global-navigation_list > li {
    height: 40px;
}
header .global-navigation_list > li a {
    padding: 0 10px;
}
header .global-navigation_list > li img {
    height: 10px;
}
header .global-navigation {
    
    }
header .global-navigation_list {
    width: 96%;
    }
}
@media screen and (max-width: 767px) {
/*追加*/
header .hamburger {
	display: block;
	height: 30px;
	margin-left: auto;
	position: absolute;
	right: 0;
	top: 10px;
	z-index: 10;
	width: 44px;
	border: none;
	background-color: transparent;
	transition: all .3s ease-in-out;
}
header .hamburger:hover {
	opacity: .5;
}
header .hamburger.-active .hamburger_line {
	background-color: transparent;
}
header .hamburger.-active .hamburger_line::before {
	top: 0;
	transform: rotate(45deg);
}
header .hamburger.-active .hamburger_line::after {
	top: 0;
	transform: rotate(-45deg);
}
header .hamburger_line {
	display: block;
	height: 1px;
	position: absolute;
	top: 15px;
	left: 50%;
	transform: translateX(-50%);
	width: 44px;
	background-color: #fff;
	transition: 0.4s;
    
    box-shadow: 0px 0px 5px #404040;
}
header .hamburger_line:before,
header .hamburger_line:after {
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	width: 100%;
	background-color: #fff;
	transition: inherit;
    
    box-shadow: 0px 0px 5px #404040;
}
header .hamburger_line:before {
	top: -14px;
}
header .hamburger_line:after {
	top: 14px;
}
header .nav-area {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9;
	height: 100vh;
	width: 100vw;
	margin-top: 113px;
	visibility: hidden;
	background-color: rgb(84 84 84 / 90%);
	transition: 0.4s;
	opacity: 0;
	overflow-y: scroll;
}
header .nav-area.-active {
	left: 0;
	visibility: visible;
	opacity: 1;
	padding-bottom: 133px;
}
header .global-navigation {
	padding-top: 110px;
    position: relative;
}
header .global-navigation_list {
	max-width: 730px;
	width: 90%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
header .global-navigation_list > li {
	width: 360px;
	width: calc((100% - 10px) / 2);
	height: 60px;
	display: flex;
}
header .global-navigation_list > li:first-child a {
    border-left: 1px solid #fff;
}
header .global-navigation_list > li a {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #fff;
}
header .global-navigation_list > li img {
	width: auto;
	height: 13px;
}
header .global-navigation_list > li a:hover {
	opacity: .5;
}
header .global-navigation_list > li.map,
header .global-navigation_list > li.outline {
	display: none;
}
/*終わり*/
    
    
header .nav-area {
	margin-top: 77px;
	padding-bottom: 77px;
}
header .global-navigation {
	padding: 40px 27px;
    border-bottom: 0;
    top: 0;
}

header .global-navigation_list {
	flex-direction: column;
	width: 100%;
	align-items: center;
}
header .global-navigation_list > li {
	height: 50px;
	width: 320px;
}
header .global-navigation_list > li img {
	height: 11px;
}
header .global-navigation_list > li.map,
header .global-navigation_list > li.outline {
	display: block;
	font-size: 14px;
	font-weight: bold;
}
}

/* -----------------------------------------------------------
	breadcrumb
----------------------------------------------------------- */
.breadcrumb {
	width: 100%;
	position: fixed;
	top: 154px;
	left: 0;
	z-index: 7;
	transition: all .5s ease-in-out;
    
}
.breadcrumb .inner {
	margin: 0 0 0 20px;
}
.breadcrumb .inner ul {
	display: flex;
	margin: 0;
	padding: 4px 0;
	white-space: nowrap;
	overflow-x: auto;
}
.breadcrumb .inner ul li {
	font-size: 12px;
	padding: 0 14px;
	position: relative;
}
.breadcrumb .inner ul li:first-child {
	padding-left: 0;
}
.breadcrumb .inner ul li::after {
	position: absolute;
	top: 50%;
	right: 0;
	left: auto;
	display: block;
	content: '';
	width: 6px;
	height: 6px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: translateY(-50%) rotate(45deg);
}
.breadcrumb .inner ul li:last-child::after {
	display: none;
}
.breadcrumb .inner ul li a:hover {
	opacity: .7;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
.breadcrumb .inner ul li {
	font-size: 11px;
	padding: 0 10px;
}
}
@media screen and (max-width: 767px) {
.breadcrumb {
	height: 23px;
	top: 77px;
	border: none;
	background: #4e4a53;
}
.breadcrumb .inner {
	margin: 0 0 0 15px;
}
.breadcrumb .inner ul {
	padding-right: 7px;
}
.breadcrumb .inner ul li {
	font-size: 9px;
	padding: 0 8px;
}
.breadcrumb .inner ul li::after {
	width: 5px;
	height: 5px;
}
}



/* -----------------------------------------------------------
	floating-menu
----------------------------------------------------------- */
.floating-menu {
	position: fixed;
	right: 0;
	top: 50%;
	z-index: 9;
	transform: translateY(-50%);
	background: #fff;
	transition: all .3s ease-in-out;
	opacity: 1;
	visibility: visible;
}
.floating-menu.-hide {
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease-in-out;
}
.floating-menu .list {
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 1px;
}
.floating-menu .list li a {
	width: 84px;
	height: 84px;
	padding-bottom: 2px;
	color: #fff;
	font-size: 10px;
	background: #4d4951;
	display: flex;
	gap: 10px;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	letter-spacing: 0;
}
.floating-menu .list li a:hover {
	opacity: .7;
}
.floating-menu .list li a img {
	width: 54px;
}
.floating-menu .list li.tel {
	display: none;
}
.floating-menu .list li a br {
	display: none;
}

/*非表示*/
.floating-menu .list li:nth-child(1),
.floating-menu .list li:nth-child(3),
.floating-menu .list li:nth-child(4){
	display: none;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
}
@media screen and (max-width: 767px) {
.floating-menu {
	top: auto;
	bottom: 0;
	transform: none;
	width: 100%;
}
.floating-menu.-hide {
	opacity: 1;
	visibility: visible;
}
.floating-menu.on-footer {
	box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.4);
}
.floating-menu .list {
	flex-direction: row;
}
.floating-menu .list li {
	max-width: 100%;
	width: calc(100% / 3);
}
.floating-menu .list li.tel {
	display: block;
}
.floating-menu .list li a {
	width: 100%;
	height: 74px;
	padding-bottom: 0;
	font-size: clamp(10px, 1.7vw, 1.5vw);
	justify-content: center;
	gap: 8px;
	text-align: center;
	line-height: 1.3;
}
.floating-menu .list li a img {
	width: 5.5vw;
	min-width: 40px;
}
.floating-menu .list li:nth-child(5) a img {
    width: 4.0vw;
    min-width: 28px;
}
.floating-menu .list li:nth-child(4) a img {
    width: 4.0vw;
    min-width: 30px;
}
.floating-menu .list li a span {
	display: flex;
	height: 2em;
	align-items: center;
}
.floating-menu .list li a br {
	display: block;
}
/*非表示*/
.floating-menu .list li:nth-child(2),
.floating-menu .list li:nth-child(4){
	display: block;
}
}



/* -----------------------------------------------------------
	footer
----------------------------------------------------------- */
footer {
	
	padding: 40px 0px 10px;
	background: #4D4A52;
	color: #fff;
}
footer .inner {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
}
footer .contact_nav-area {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
footer .contact_nav-area .contact-area {
	color: #fff;
	margin-top: -0.4em;
}
footer .contact_nav-area .contact-area .tel {
	width: 400px;
	margin: 0;
}
footer .contact_nav-area .contact-area .tel a {
	display: block;
	pointer-events: none;
}
footer .contact_nav-area .contact-area .text_1 {
	font-size: 14px;
	font-family: "yu-gothic-pr6n", sans-serif;
	margin: 0 0 8px;
}
footer .contact_nav-area .contact-area .text_1 span {
    font-family: Montserrat, sans-serif;
}
footer .contact_nav-area .contact-area .text_2 {
	font-size: 14px;
	font-family: "yu-gothic-pr6n", sans-serif;
	margin: 7px 0 0;
}
footer .contact_nav-area .nav-area .list {
	display: flex;
	align-items: flex-end;
	flex-direction: column;
	gap: 20px;
	margin: 0;
}
footer .contact_nav-area .nav-area .list li {
	line-height: 1;
}
footer .contact_nav-area .nav-area .list li a {
	display: block;
	height: 11px;
	line-height: 11px;
}

footer .contact_nav-area .nav-area .list li a img {
	width: auto;
	height: 100%;
}
footer .contact_nav-area .nav-area .list li a:hover {
	opacity: .7;
}
/*非公開*/
footer .contact_nav-area .nav-area .list li:nth-child(3),
footer .contact_nav-area .nav-area .list li:nth-child(5)
{
    pointer-events: none;
    opacity: 0.3;
}

footer .sns-area {
	margin: 0 0 60px;
}
footer .gm-area {
	margin: 0 0 60px;
}
footer .sns-area .ttl,
footer .gm-area .ttl {
	margin: 0 auto 20px;
	position: relative;
}
footer .sns-area .ttl::before,
footer .gm-area .ttl::before {
	display: block;
	content: '';
	width: 100%;
	height: 1px;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 0;
}
footer .sns-area .ttl span {
	display: flex;
	align-items: center;
	max-width: 87px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
footer .sns-area .ttl span::before {
	display: block;
	content: '';
	width: calc(100% + 30px);
	height: 100%;
	background: #4D4A52;
	position: absolute;
	top: 0;
	left: -15px;
	z-index: -1;
}
footer .gm-area .ttl span {
	display: flex;
	align-items: center;
	max-width: 215px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
footer .gm-area .ttl span::before {
	display: block;
	content: '';
	width: calc(100% + 30px);
	height: 100%;
	background: #4D4A52;
	position: absolute;
	top: 0;
	left: -15px;
	z-index: -1;
}
footer .sns-area .list {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 28px;
	height: 45px;
	margin: 0;
}
footer .sns-area .list li.youtube {
	width: 40px;
}
footer .sns-area .list li.instagram {
	width: 34px;
}
footer .sns-area .list li a:hover {
	opacity: .7;
}
footer .gm-area .list {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	height: 56px;
	margin: 0;
}
footer .gm-area .list li {
	display: flex;
	justify-content: center;
	align-items: center;
	width: calc(100% / 4);
}
footer .gm-area .list li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 1.4;
	border: 1px solid #fff;
}
footer .gm-area .list a:hover {
	opacity: .7;
}
footer .logo {
	max-width: 90px;
	margin: 0 auto 30px;
}
footer .logo a {
	display: block;
}
footer .logo a:hover {
	opacity: .7;
}
footer .copy {
	max-width: 422px;
	margin: 0 auto;
	line-height: 1;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
}
@media screen and (max-width: 767px) {
footer {
	padding: 25px 0 90px;
}
footer .inner {
	width: 100%;
	padding: 0 15px;
}
footer .contact_nav-area {
	display: block;
}
footer .contact_nav-area .contact-area .tel {
	max-width: 270px;
}
footer .contact_nav-area .contact-area .tel a {
	pointer-events: auto;
}
footer .contact_nav-area .contact-area .text_1 {
	font-size: 11px;
	margin: 0 0 5px;
}
footer .contact_nav-area .contact-area .text_2 {
	font-size: 11px;
	margin: 5px 0 0;
}
footer .contact_nav-area .nav-area {
	display: none;
}
footer .gm-area {
	margin-bottom: 50px;
}
footer .sns-area .ttl span {
	max-width: 77px;
}
footer .sns-area .ttl span::before {
	width: calc(100% + 28px);
	left: -14px;
}
footer .sns-area .list {
	height: 40px;
}
footer .gm-area .ttl {
	margin-bottom: 26px;
}
footer .gm-area .ttl span {
	max-width: 184px;
}
footer .gm-area .ttl span::before {
	width: calc(100% + 28px);
	left: -14px;
}
footer .gm-area .list {
	height: auto;
	gap: 10px;
	flex-direction: column;
}
footer .gm-area .list li {
	height: 56px;
	width: 100%;
}
footer .gm-area .list li a {
	font-size: 12px;
}
footer .copy {
	max-width: 330px;
}
}

/* -----------------------------------------------------------
	pagetop
----------------------------------------------------------- */
.pagetop {
	right: 0;
	width: 50px;
	height: 50px;
	opacity: 0;
	visibility: collapse;
	transition: opacity .3s ease-in-out;
}
.pagetop.-show {
	opacity: 1;
	visibility: visible;
	transition: opacity .3s ease-in-out;
}
.pagetop a {
	display: block;
	height: 100%;
	background-image: url(../img/pagetotop.svg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.pagetop a:hover {
	opacity: .7;
}
@media screen and (max-width: 767px) {

}






.kome_area{
    background: #f9f8f4;
    padding-bottom:80px;
}
ul.kome{
    font-size:12px;
    padding:40px 0 40px 0;
    font-family: var(--main-font);
}
ul.kome li{
    text-indent: -1em;
    padding-left: 1em;
    padding-bottom: 8px;
    line-height: 1.2;
}










.global-navigation_list li a {
    position: relative;
    display: inline-block;
    transition: background-color 0.3s ease; /* 背景色ふわっと */
}

.global-navigation_list li a img.hover {
    position: absolute;
    transition: opacity 0.3s ease;
    opacity: 0;
}

.global-navigation_list li a:hover img.hover {
    opacity: 1;
}

.global-navigation_list li a:hover {
    background-color: #fff;
}


header .global-navigation_list > li.map a:hover,
header .global-navigation_list > li.outline a:hover {
    color: #000;
    background-color: #fff;
    }




main{
    padding-top:184px;
}
main .inner {
	max-width: 1000px;
    width: 86%;
    margin:0 auto;
}
@media screen and (max-width: 767px) {
main {
    padding: 100px 0 0;
    font-size: 13px;
    }
ul.kome{
    font-size:11px;
    }
}

/* 下から上にふわっとfadeアニメ */
.fadeUp {
    opacity:0;
    transform: translateY(20px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.fadeUp.show {
    opacity: 1;
    transform: translateY(0);
}





.gray_bg {
    background: #efefef;
}

#contents h2{
    margin:0 auto 60px;
    text-align: center;
}
#contents h2 img{
    width: auto;
    height:14px;
    margin:0 auto;
}
@media screen and (max-width: 1000px){
#contents h2 img {
    height: 16px;
}
}
@media screen and (max-width: 767px){
#location .gray_bg {
    padding: 30px 0 0px 0;
    }
#contents h2 {
    margin: 0 auto 30px;
}
#contents h2 img {
    height: 10px;
    }  
}



/*-----リンク共通-----*/
a.comon_link{
    background: #4d4a52;
    color:#fff;
    display: block;
    margin: 0 auto;
    
    width: 480px;
    height: 54px;
    
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
}
a.comon_link img{
    height:12px;
}
a.comon_link{
    position: relative;
    transition: color 0.3s ease;
}
/*a.comon_link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.3s ease;
}*/
a.comon_link:hover::after {
  transform: translate(30%, -50%) rotate(45deg);
}
a.comon_link:hover{
    opacity: 0.8;
    transition: opacity 0.4s ease;
}
@media screen and (max-width: 1000px){

}
@media screen and (max-width: 767px){
a.comon_link {
    width: 100%;
    height: 44px;
    }
}

/*リンク*/
#information .entry_box a.comon_link{
    font-size: 28px;
    letter-spacing: .1em;
}
#information .entry_box a.comon_link:hover{
    opacity:0.6;
    transition: background 0.4s ease, color 0.4s ease; 
}





.gray_bg{
     padding: 100px 0 40px 0;
}

span.cap{
    position: absolute;
    font-size:12px;
    text-shadow: 0 0 8px #000, 0 0 4px #000;
}
.sub_mv{
    position: relative;
}
.sub_mv span.cap{
    right:10px;
    bottom:2px;
    color:#fff;
}


h2.sub img {
    width: auto;
    height: 18px;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
.gray_bg{
    padding: 30px 0 40px 0;
}
h2.sub img {
    height: 16px;
} 
}
/* -----------------------------------------------------------
	INFORMATION
----------------------------------------------------------- */
#information{
    padding: 100px 0;
    background: #f9f8f4;
}
#information .information_box{  
   text-align: center;
}
#information .entry_box a.comon_link {
    font-size: 20px;
}
@media screen and (max-width: 1000px) {
#information .entry_box a.comon_link {
    font-size: 24px;
}

}
@media screen and (max-width: 767px) {
#information{
    padding: 40px 0;
}
#information .entry_box {
    font-size:24px;
}
#information .entry_box a.comon_link {
    font-size: 16px;
    }
}



/* -----------------------------------------------------------
	CONTENTS
----------------------------------------------------------- */



#contents{
    background:#4d4a52d1;
    padding: 80px 0 0;
    color: #fff;
    text-align: left;
}

#contents .flex_box{
    display:flex;
    flex-wrap: wrap;
    gap:4%;
}
#contents .flex_box .box{
    width:48%;
}

#contents .box{
    margin-bottom:85px;
}
#contents .box .image{
    margin-bottom:30px;
    position: relative;
}

#contents .box .image span.cap{
    bottom:2px;
    right:4px;
    z-index: 2;
}
#contents .box .title{
    margin-bottom:10px;
}
#contents .box .title img{
    height:14px;
    width:auto;
    font-size: 30px;
    line-height: 1.3em;
}

#contents .box .text{
    font-size:30px;
    line-height:1.3em;
    margin-bottom:10px;
}
#contents .box .link a img{
    height:8px;
    width:auto;
}
#contents .box .link a{
    border-bottom:2px solid #fff;
    padding-bottom:4px;
}

/*イレギュラー*/
#contents .location_box .title img{
    height:18px;
    width:auto;
}
#contents .design_box .image::before{
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}
#contents .design_box .image span.coming img,
#contents .quality_box .image span.coming img{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width:260px;
    z-index: 2;
    filter: drop-shadow(2px 2px 4px rgba(0,0,0,0.6));
}
#contents .quality_box .image img.quality_image{
    opacity: 0.1;
}
#contents .brand_box .text img{
    max-width: 364px;
}
#contents .quality_box .link,
#contents .design_box .link{
    display: none;
}

@media screen and (max-width: 1000px) {
#contents .box .text {
    font-size: 24px;
    }
#contents .brand_box .text img {
    max-width: 328px;
}
}

@media screen and (max-width: 767px) {
span.cap{
    font-size:10px;
}

#contents .box {
    margin-bottom: 60px;
}
#contents .flex_box {
    gap: 0;
    flex-direction: column;
    }
#contents .flex_box .box {
    width: 100%;
}
#contents .box .image {
    margin-bottom: 15px;
}
#contents .box .title img{
    height:10px;
} 
#contents .box .text {
    font-size: 21px;
    margin-bottom: 20px;
}
    
/*イレギュラー*/
#contents .location_box .title img{
    height:13px;
}  
#contents .design_box .image span.coming img,
#contents .quality_box .image span.coming img{
    max-width:180px;
}   
#contents .brand_box .text img{
    max-width: 250px;
} 
}










