/* ---------------------------------------------------------- 共通項目 ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* スクロール */
html{
	scroll-behavior: smooth;
}

/* 文字寄せ */
.text-center{
	text-align:center;
}
.text-left{
	text-align:left;
}

/* 画像幅 */
.image-100 img{
width:100%;
}

/* フォント */
:root {
  --main-font-family: "Open Sans", sans-serif;
}

/* フェード */
.fadein {
  opacity: 0;
  transform: translate(0, 100px);
  transition: all 1s;
}

.fadein.active {
  opacity: 1;
  transform: translate(0, 0);
}

/* ----------------------------------------------------------------------- ヘッダー ----------------------------------------------------------------------- */
header:before {
    display: block;
    content: "";
    width: 100%;
    height: 10px;
    background: linear-gradient(90deg, #003e9acc, #5a55becc 38%, #e2192acc);
}
.c-site-branding__title a {
	font-family: var(--main-font-family);
    font-size: 20px;
    max-width: 250px;
    overflow-wrap: break-word;
    display: block;
}
li.menu-item small {
	color: var(--accent-color);
	font-family: var(--main-font-family);
	font-weight: 700 !IMPORTANT;
	text-transform: uppercase;
	font-size: 16px !important;
}

.p-global-nav .c-navbar__item>a {
	flex-direction: column-reverse;
}
.p-global-nav .c-navbar__item>a>span {
	font-size: 12px;
}
a.header-contact-btn {
	font-family: var(--main-font-family);
	background: var(--accent-color);
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	text-transform: uppercase;
	padding: 15px 30px;
	border-radius: 30px;
}
.p-global-nav .c-navbar__item.sm-nav-menu-item-highlight {
    background-color: var(--sub-accent-color);
}

/* ----------------------------------------------------------------------- フッター ----------------------------------------------------------------------- */
/* フッターウィジェット */
.l-footer-widget-area {
	background: var(--sub-accent-color);
	color: #fff;
}
p.footer-site-title {
	text-align: center;
	font-family: var(--main-font-family);
	font-size: 50px;
	text-transform: uppercase;
	font-weight: 700;
}
p.footer-link-en {
	font-family: var(--main-font-family);
	font-weight: 700;
	text-transform: uppercase;
	color: var(--accent-color);
}
p.footer-link {
	margin-top: 0 !important;
	font-size: 13px;
}
p.footer-link a {
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	font-size: 16px;
}

/* コピーライト */
.c-copyright {
    text-align: center;
    font-weight: bold;
    color: white;
	  font-family: var(--main-font-family);
}

/* ------------------------------------------------------------------------------------- トップページ --------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.c-section.p-section-front-page-content {
	padding: 0;
}
p.mv-title {
	font-family: var(--main-font-family);
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
    font-size: 50px;
	line-height: 1.2;
}
figure.wp-block-image.size-full.mv-image img {
	aspect-ratio: 6 / 3;
	object-fit: cover;
}
h3#news {
	font-family: var(--main-font-family);
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
	font-size: 32px;
}
li.c-meta__item.c-meta__item--published {
	color: var(--accent-color);
	font-weight: 700;
	font-family: var(--main-font-family);
}
h3.c-entry-summary__title {
	font-weight: 700 !IMPORTANT;
}
.wp-block-snow-monkey-blocks-box.smb-box.news-box {
	margin-top: 100px;
}
.smb-section__subtitle {
	text-align: left;
	font-size: 70px;
	font-family: var(--main-font-family);
	text-transform: uppercase;
	line-height: 1.2;
}
h2.smb-section__title {
	text-align: left;
	line-height: 1;
	font-size: 18px;
	margin-top: 0;
}
.smb-section__title:after{
	display: none;
}
p.service-title-en {
	margin-top: 15px ! IMPORTANT;
	font-family: var(--main-font-family);
	color: var(--accent-color);
	font-weight: 500;
	text-transform: uppercase;
}
h3.wp-block-heading.service-title {
	line-height: 1;
	padding-bottom: 0;
	border-bottom: none;
	margin-bottom: 0;
}
h3.wp-block-heading.service-title + p, h3.wp-block-heading.works-title + p{
	margin-top: 15px;
}
.c-text{
	line-height: 2;
}
p.works-title-en {
	font-family: var(--main-font-family);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 40px;
}
p.works-title-en:first-letter {
    color: var(--accent-color);
}
h3.wp-block-heading.works-title {
	margin-top: 0px;
	line-height: 1;
	padding-bottom: 0;
	border-bottom: none;
	margin-bottom: 0;
}
.wp-block-snow-monkey-blocks-media-text.smb-media-text.smb-media-text--mobile-text.works-item img {
	aspect-ratio: 6 / 3;
	object-fit: cover;
}
.wp-block-snow-monkey-blocks-box.smb-box.works-box + .wp-block-snow-monkey-blocks-box.smb-box.works-box {
/* 	margin-top: 100px; */
}
figure.wp-block-image.size-full.insert-image img {
	aspect-ratio: 5 / 1;
	object-fit: cover;
}
figure.wp-block-table.company-table td {
	border: none;
	padding: 20px 10px;
}
figure.wp-block-table.company-table td:first-child {
	font-weight: 700;
	color: var(--accent-color);
}
figure.wp-block-table.company-table tr {
	border-bottom: 1px solid #f5f5f5;
}
span.smf-item__label__text {
	font-weight: 700;
}
.smf-item__description {
	font-weight: 700;
	color: var(--accent-color);
}

section#contact .smb-section__subtitle, section#contact h2.smb-section__title{
	text-align: center;
}
button.smf-button-control__control {
	border-radius: 40px ! IMPORTANT;
	font-weight: 700;
}
li.c-meta__item.c-meta__item--author {
	display: none;
}
input.smf-text-control__control, textarea.smf-textarea-control__control {
	border: none ! IMPORTANT;
	border-radius: 0 !IMPORTANT;
}
a.smb-btn {
/*     background-color: var(--sub-accent-color) !important; */
}
.smb-section__subtitle:first-letter {
    color: var(--sub-accent-color);
}
h3.wp-block-heading {
    border-left: 5px solid var(--accent-color);
    padding-left: 10px;
    padding-bottom: 0;
    border-bottom: none;
}
.smb-faq__item__question__label {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: var(--accent-color);
}
.smb-faq__item__answer__label {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: var(--sub-accent-color);
}
:root :where(.wp-block-list.is-style-sme-ordered-list-circle) :where(li):before {
    background-color: var(--accent-color);
    /* border-radius: 100%; */
    font-size: 12px;
    height: 20px;
    left: calc(-1.8em - 6px);
    top: calc(var(--_half-leading) * 1rem / 2);
    width: 20px;
    color: #fff;
    font-weight: 700;
}
#reservation .smb-section__subtitle, #reservation h2.smb-section__title {
    text-align: center;
}
.c-copyright.c-copyright--inverse {
    background-color: var(--accent-color);
}
figure.wp-block-image img {
    border-radius: 20px;
}

/* ------------------------------------------------------------------------------------- 〇〇ページ --------------------------------------------------------------------------------------------------------------------------------------------------------------------- */



/* ----------------- PCのみ ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
@media screen and (min-width:1024px){
	
}

/* ----------------- TB ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width:1023px) and (min-width:640px){
	
}

/* ----------------- SP ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width:1024px){
/* 文字寄せ */
.text-left-sp{
	text-align:left;
}
span.c-hamburger-btn__label {
	font-family: var(--main-font-family);
	font-weight: 700;
	font-size: 7.5px;
}
nav#drawer-nav {
	background: var(--accent-color);
	font-weight: 700;
}
.c-hamburger-btn__bar {
	height: 2px;
}
p.mv-title {
	font-size: 40px;
}
.smb-section__subtitle {
	font-size: 40px;
}
p.works-title-en {
	font-size: 24px;
}
figure.wp-block-table.company-table td {
	display: block;
}
figure.wp-block-table.company-table td:first-child{
	padding-bottom: 5px;
}
figure.wp-block-table.company-table td:last-child{
	padding-top: 5px;
}
p.footer-site-title {
	font-size: 40px;
	line-height: 1.2;
}
}