/*必要に応じて非表示でOK*/

/*元々の設定*/

/*ここから*/

/*トップ上と下の余白削除*/
.c-section{
	padding:0;
}

/*バグ対応（グローバルナビ非表示）*/

@media screen and (max-width:780px) { 
.p-global-nav{
	display:none;
}
}


/*フッター*/
.l-footer{
	background-color:#262626;
	color:white;
}

.wp-block-snow-monkey-blocks-btn-box{
	max-width:60% !important;
/* 	width:60% !important; */
	margin:0 !important;
	margin-bottom:-50px !important;
}


/* ４０４ページデザイン調整*/

.error404
.l-contents__sidebar{
	display:none;
}

.error404
.l-contents__inner{
	margin-bottom:500px;
}



/* ヘッダーアイコン群 */
@media (min-width: 64em) {
.l-header__content .c-container {
padding-left: 0;
padding-right: 0;
}
}

.header_contact{
display: flex;
align-items: center;
}

.header_contact_tel{
display:flex;
flex-flow: column;
margin: 0 20px 0 0;
}

a.h_tel_btn {
text-decoration: none;
color: #000;
height: 45px;
}

span.h_tel_num {
font-size: 30px;
font-weight: 700;
position: relative;
color: #362115;
}

span.h_tel_num:before {
/* font-family: "Font Awesome 5 Free";
content: '\f879'; */
font-size: 20px;
font-weight: 900;
position: absolute;
top: 50%;
left: -28px;
margin-top: -15px;
}

span.h_tel_txt {
font-size: 14px;
}

.header_contact_mail .c-btn {
border-radius: 10px;
padding: 15px 55px;
background-color: var(--sub-accent-color);
box-shadow: 0 3px var(--dark-sub-accent-color);
}

span.c-btn_txt {
position: relative;
}

span.c-btn_txt:before {
/* font-family: "Font Awesome 5 Free";
content: '\f0e0'; */
position: absolute;

top: 50%;
left: -23px;
margin-top: -11px;

}

span.c-btn_txt:after {
/* font-family: "Font Awesome 5 Free";
content: '\f105'; */
font-weight: 900;
position: absolute;
top: 50%;
right: -38px;
margin-top: -11px;
}

.header_twitter {
font-size: 1.5rem;
margin-right: 10px;
}

.header_twitter .c-btn {
padding: .5rem;
width: 54px;
height: 54px;
border-radius: 10px;
background-color: #1DA1F2;
box-shadow: 0 3px #036eae;
}

.header_line img{
	height:62px;
}

@media (min-width: 64em) {
.header_contact_sp {
display: none;
}
}

@media (max-width: 63.9375em) {
.l-header__content {
padding-top: 0;
padding-bottom: 0;
height:50px
}

.c-site-branding__description {
display: none;
}

.c-row__col.c-row__col--fit.u-invisible-lg-up {
	padding-left: calc(var(--_space, 2.5rem)*0.25*var(--_margin-scale, 1));
	}

.c-row__col.c-row__col--fit.u-invisible-md-down {
display: flex !important;
	padding: 0;
}

.header_contact {
display: none;
}

.header_contact_sp {
display: flex;
}

.header_contact_sp .c-btn {
display: flex;
flex-flow: column;
align-items: center;
justify-content: center;
border-radius: 0;
padding: 0;
width: 50px;
height: 50px;
}

.header_contact_sp .svg-inline--fa {
width: 1.25em;
height: 1.25em;
	margin-bottom: .2em;
}

.hc_sp_mail .c-btn {
	color: #362115;
background-color: var(--sub-accent-color);
}

span.hc_sp_tel_txt {
font-size: 9px;
	font-weight: 700;
}

span.hc_sp_mail_txt {
font-size: 9px;
	font-weight: 700;
}

}


/*スクロールバー*/

.scroll-top{
  display: inline-block;
  position: absolute;
  left: 0%;
  bottom: -120%;
  z-index: 2;
  padding: 10px 10px 110px;
  overflow: hidden;
  color: #fff;
  font-size: 12px;
  font-family: 'Josefin Sans', sans-serif;
	font-weight:bolder;
  line-height: 1;
  letter-spacing: .2em;
  text-transform: uppercase;
  text-decoration: none;
  writing-mode: vertical-lr;
}

.page-id-316
.scroll-top{
  display: inline-block;
  position: absolute;
  left: 0%;
  bottom: -100%;
  z-index: 2;
  padding: 10px 10px 110px;
  overflow: hidden;
  color: #fff;
  font-size: 12px;
  font-family: 'Josefin Sans', sans-serif;
	font-weight:bolder;
  line-height: 1;
  letter-spacing: .2em;
  text-transform: uppercase;
  text-decoration: none;
  writing-mode: vertical-lr;
}

.scroll-top::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 2px;
  height: 100px;
  background: #fff;
}


.scroll-top::after {
  animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}




/* MV */
.top-fv
.smb-section__title{
	font-size:2.8rem;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
	font-weight:bolder;
	position:relative;
	color:black;
}

.top-fv
.smb-section__body{
	margin-top:20px;
}


/* トップ下 */

.nav-list-wrapper{
	display:flex;
	justify-content:center;
}

.nav-link{
	width:17%;
	border-left:1px solid rgba(242, 0, 0,0.2);
	border-top:1px solid rgba(242, 0, 0,0.2);
	border-bottom:1px solid rgba(242, 0, 0,0.2);
	padding:50px 30px;
	text-decoration:none;
	font-weight:bold;
	color:black;
}

.nav-link:hover{
	background:rgba(242, 0, 0,0.1);
}

.nav-list{
	list-style: none;
	margin-top:0 !important;
}

.nav-link:last-child {
    border-right:1px solid rgba(242, 0, 0,0.2);
}

.nav-inner-box{
	display:flex;
	flex-direction:column;
	justify-content:center;
}

.nav-inner-box img{
	max-width:100%;
	margin:auto;
}

.nav-label{
	margin-top:10px;
	font-size:14px;
}

/* ボタン */
a.btn_27 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 45%;
	padding: 1rem 4rem;
	color: #fff;
	font-weight: bold;
	background: var(--accent-color);
	position: relative;
	transition: 0.3s ease-in-out;
}
a.btn_27:hover {
    background: #fff;
    color: var(--accent-color);
}
a.btn_27:before, a.btn_27:after {
  box-sizing: inherit;
  content: "";
  position: absolute;
  border: 2px solid transparent;
  width: 0;
  height: 0;
}
a.btn_27:before {
  top: 0;
  left: 0;
}
a.btn_27:after {
  bottom: 0;
  right: 0;
}
a.btn_27:hover:before, a.btn_27:hover:after {
  width: 100%;
  height: 100%;
}
a.btn_27:hover:before {
  border-top-color: var(--accent-color);
  border-right-color: var(--accent-color);
  transition: width 0.15s ease-out, height 0.15s ease-out 0.15s;
}
a.btn_27:hover:after {
  border-bottom-color: var(--accent-color);
  border-left-color: var(--accent-color);
  transition: border-color 0s ease-out 0.2s, width 0.15s ease-out 0.2s, height 0.15s ease-out 0.3s;
}


a.btn_23 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width:80%;
	margin: auto;
	padding: 1rem 4rem;
	font-weight: bold;
	border: 2px solid var(--accent-color);
	color: var(--accent-color);
	cursor: pointer;
	position: relative;
 	overflow: hidden;
 	z-index: 1;
}
a.btn_23::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: var(--accent-color);
	transform: translateX(-100%);
	transition: all .3s;
	z-index: -1;
}
a.btn_23:hover::before {
	transform: translateX(0);
}
a.btn_23:hover {
	color: #fff;
}


/* お問い合わせ */
.wp-block-snow-monkey-forms-item{
	border-top: none;
  padding: 20px 0px !important;
}

.smf-item__col--label{
	display:flex;
	align-items:center;
}

.smf-item__description{
	margin-left:20px;
	margin-top:0;
	background:var(--accent-color);
	color:white !important;
	padding:1px 10px;
	font-size:13px;
	font-weight:bold;
}

.smf-text-control input{
	background:#FAFAFA !important;
}

.smf-textarea-control textarea{
		background:#FAFAFA !important;
}

.smf-button-control button{
	width:50%;
	font-weight:bold;
}



/* ポップアップグループ */
.sg-popup-id-1214{
	cursor:pointer;
}

.image-wrapper {
    position: relative;
    width: 100%; 
    overflow: hidden; 
}

.image-wrapper img{
	  width: 100%; 
    height:380px
}

.image-message {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	width:100%;
	height:100%;
    background: rgba(56,105,87,0.7); 
    color: #fff;
    padding: 20px;
    text-align: center;
    display: none;
	font-size:1.2rem
}

.image-message::before {
	content: '';
	position: absolute;
	top: calc(50% - 2px);
	right: 2em;
	transform: translateY(calc(-50% - 2px)) rotate(45deg);
	width: 10px;
	height: 1px;
	background: white;
}
.image-message::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 2em;
	transform: translateY(-50%);
	width: 50px;
	height: 1px;
	background-color: white;
}

.member-block
.smb-items__item__body:hover .image-message {
    display: flex; 
		justify-content:center;
	align-items:center;
}



/*ここまで*/