body {
	font-family: "Zen Kaku Gothic New", sans-serif !important;
	/*font-family: sofia-pro-soft, source-han-sans-japanese, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif !important;*/
	color: #535D6B; /*#778899;*/
}

.spider__dots {
	display: none !important;
}
.btn-box a {
	color: #000;
	text-decoration: none;
}
.l-contents__inner:last-child {
    padding-bottom: 0 !important;
}
.smb-spider-slider>.spider>.spider__canvas {
	gap: 0 !important;
	margin: 0rem !important;
}

.c-container {
    max-width: 1600px;
}


@media screen and (max-width: 640px) {
	[data-scrolled=true] h1.c-site-branding__title {
	  display: none;
	}
	// ボタンのサイズ
	.c-hamburger-btn__bars {
		width: 26px;  // 好きなサイズを設定
		height: 18px; // バーの太さと位置から計算して設定
	}
	// バーの太さ
	.c-hamburger-btn__bar {
		height: 2px;
	}
	// 2本目のバーのy位置
	.c-hamburger-btn__bar:nth-of-type(2) {
		top: 8px;
	}
	// 3本目のバーのy位置
	.c-hamburger-btn__bar:nth-of-type(3) {
		top: 16px;
	}
	// MENU の文字サイズ
	.c-hamburger-btn__label {
		font-size: 10px;
	}
	.u-invisible-lg-up {
			border-radius: 50px;
		background-color: #8CAEC0 !important;
		padding: 5px;
	}
	.c-hamburger-btn__bar {
	  background: #ffffff;
	}
	.c-hamburger-btn__label {
	  color: #ffffff;
	}

}

.smb-spider-slider--gutter-l {
    --smb-spider-slider--gap: var(--_margin2);
}

.panel-img img {
	border-radius: 10px 10px 0 0;
}
.wp-block-snow-monkey-blocks-panels-item {
	border-radius: 10px;
}
h2.smb-section__title {
	font-size: 24px;
	letter-spacing: 0.1em;
}
.smb-btn {
	border: 1px solid #584834 !important;
	color: #584834 !important;
}


.wp-block-snow-monkey-blocks-btn.line_btn a {
	background-color: #8caec0 !important;
	border: none !important;
	border-radius: 50px;
}

#about {
	position: relative;
}
#about .illust {
	position: absolute;
	right: 100px;
    bottom: 0px;
	z-index:1;
}
@media screen and (max-width: 640px) {
	#about .illust {
		right: 20px;
		bottom: -120px;
		max-width: 100px;
	}
}

#page-top {
	border-radius: 50px !important;
	right: 20px;
	bottom: 20px;
}
@media screen and (max-width: 640px) {
	#page-top {
		bottom: 60px;
	}
}

.service-panel {
	background-color: rgba(146, 174, 189,0.2); /*#92AEBD*/
	padding: 40px 40px;
	border-radius: 20px;
}
.service-panel-wh {
	background-color: #fff;
	/*border: 1px solid #dcdcdc;*/
	padding: 60px;
	border-radius: 20px;
}
@media screen and (max-width: 640px) {
	.service-panel-wh {
		padding: 0px;
		border-radius: 10px;
		background-color: #f5f9fa;
	}
}
.service-panel-wh .c-row--margin {
    --_gap: var(--_margin2);
}
.wp-block-group.service-panel-wh .smb-panels__item {
	transition: none;
}
.service-panel-inner {
	background-color: #fff;
	padding: 40px 40px;
	border: 1px solid #dcdcdc;
	border-radius: 16px;
}



.t-left {
	text-align: left;
}
.t-center {
	text-align: center;
}
.button01 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 50px;
  margin: 30px auto;
  border: 1px solid #343434;
	border-radius: 50px;
  color: #343434;
  position: relative;
	transition: .3s all; /* 変化をゆっくりにする */
	text-decoration: none;
}
.button01:before,
.button01:after {
  position: absolute;
  top: 50%;
  right: 22px;
  height: 1px;
  background: #343434;
  content: '';
	transition: .3s all; /* 変化をゆっくりにする */
}
.button01:before {
  width: 30px;
  transform: translateY(-50%);
}
.button01:after {
  width: 8px;
  transform: translateY(-50%) rotate(45deg);
  transform-origin: right center;
}
.button01:hover {

}
.button01:hover:after, 
.button01:hover:before{
  right: 15px;
}

.btn-box {
	padding-left: 30px !important;
	padding-right: 30px !important;
}

.btn-box-copy {
		font-size: 1.33rem !important;
	}
@media screen and (max-width: 640px) {
.btn-box {
	padding-left: 10px !important;
	padding-right: 10px !important;
	}

	.btn-box-copy {
		font-size: 1.1rem !important;
	}
}
.btn-box .smb-btn {
	border: 1px solid #00b900 !important;
	background-color: #00b900 !important;
	color: #fff !important;
}

.l-footer-widget-area {
	display: none;
}

.item-tel {
	text-align: center;
}
.item-tel .text {
    font-family: Oswald, Noto Sans JP, sans-serif !important;
	letter-spacing: .15em;
	font-weight: 400;
	font-size: 16px !important;
	margin: 0;
	padding: 0;
}
.item-tel .tel {
    font-family: Oswald, Noto Sans JP, sans-serif !important;
	letter-spacing: .15em;
	font-weight: 400;
	font-size: 26px !important;
	text-decoration: none;
	margin: 15px 0 0 0;
	padding: 0;
}
.item-btn {
	text-align: center;
}
.item-btn .text {
    font-family: Oswald, Noto Sans JP, sans-serif !important;
	letter-spacing: .15em;
	font-weight: 400;
	font-size: 16px !important;
	margin: 0;
	padding: 0;
}
.item-btn .btn {
    font-family: Oswald, Noto Sans JP, sans-serif !important;
	letter-spacing: .15em;
	font-weight: 400;
	font-size: 26px !important;
	text-decoration: none;
	margin: 15px 0 0 0;
	padding: 0;
}
.item-btn .btn a {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: .15em;
}
@media screen and (max-width: 640px) {
	.item-tel {
		padding-bottom: 20px;
		border-bottom: 1px solid #efefef;
	}
}

.c-navbar__item a {
	font-weight: 200;
    letter-spacing: .1em;
}
.box-copy {
	padding: 0 10px 0 15px !important;
	margin-bottom: 0 !important;
}
.big {
	font-size: 46px !important;
}
.main-copy {
		color: #3E220F !important;
	letter-spacing: 0.1em !important;
	line-height: 1.4;
	font-size: 68px !important;
	font-family: sofia-pro-soft, source-han-sans-japanese, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif !important;
	letter-spacing: .03em !important;
}
.sub-copy {
	letter-spacing: .16em;
	line-height: 1.8;
	font-size: 18px;
	padding: 0 0 010px !important;
	margin-top: 6px !important;
}

.bg-box {
    background-color: hsla(0,0%,100%,.65);
    display: inline-block;
    height: 100%;
    line-height: 1.8;
	padding: 0px 0 0px 10px;
}

@media screen and (max-width: 640px) {
.box-copy {
	padding: 0 5px 0 0px !important;
}
.big {
	font-size: 28px !important;
}
.main-copy {
	letter-spacing: .06em;
	font-size: 32px !important;
}
.sub-copy {
	font-size: 16px;
	margin-top: 5px !important;
	padding-left: 15px !important;
}
.bg-box {
	padding: 5px 0 10px 10px;
}
.sp-mv-area {
	padding-top: 0 !important;
}
}

.box-copy {
  padding: 10px;
  animation: fadeIn 2s ease 1s 1 normal backwards;
}
 
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.company-item {
		padding-bottom: 0 !important;
	 margin-bottom: 0 !important;
}

.btn-box {
	padding-left: 30px !important;
	padding-right: 30px !important;
}
.btn01 {
font-size: 1.6rem !important;
}
.btn-box-copy {
		font-size: 1.33rem !important;
	}
@media screen and (max-width: 640px) {
.btn-box {
	padding-left: 10px !important;
	padding-right: 10px !important;
	}
.btn01 {
		font-size: 1.1rem !important;
	margin-left: 0px !important;
	margin-right: 0px !important;	
}
	.btn-box-copy {
		font-size: 1.1rem !important;
	}
}

.box-copy {
  padding: 10px;
  animation: fadeIn 2s ease 1s 1 normal backwards;
}
 
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.sp-item {
    display: none !important;
}
.pc-item {
    display: block !important;
}

@media screen and (max-width: 640px) {
		.sp-item {
        display: block !important;
    }
    .pc-item {
        display: none !important;
    }
}

.contact {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #fff;
    background-color: #1F4096;
    font-size: .9rem;
    height: 40px;
    margin-right: 0%;
    min-width: 200px;
    padding: 0% 0%;
    border: 0px solid #fffafa;
    border-radius: 0vh;
    text-align: center;
    text-decoration: none;
    box-shadow: 2px 2px 1px #d3d3d3;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-btn {
	height: 70px;
	line-height: 70px;
}

.company-item .smb-items__banner__figure > img {
  transition: all 0.3s;
}
.company-item:hover .smb-items__banner__figure > img {
  transform: scale(1.2);
}

.recruit-item .smb-items__banner__figure > img {
  transition: all 0.3s;
}
.recruit-item:hover .smb-items__banner__figure > img {
  transform: scale(1.2);
}

.btn01 .smb-btn{
        border: 1px solid #2643a7!important;
        color: #fff!important;
        background:#2643a7 !important;
        transition: 0.5s!important;
}
.btn01 .smb-btn:hover {
        border: 1px solid #2643a7!important;
        color: #2643a7!important;
        background: #fff !important;
}

.btn02 .smb-btn{
        border: 1px solid #333!important;
        color: #333!important;
        background:#fff!important;
        transition: 0.5s!important;
}
.btn02 .smb-btn:hover {
        border: 1px solid #fff!important;
        color: #fff!important;
        background: #333!important;
}

.smb-section__title {
	margin-top: 0px !important;
}


.top-box {
	line-height: 1.6;
	letter-spacing: 0.5;
	padding-left: 0px;
}
.top-box img {
	max-width: 250px;
}
.mv-copy-text {
	background-color: #ffffff;
	border-radius: 13px;
	box-shadow: 0px 15px 24px rgba(206, 130, 40, 0.06);
display: inline-block;
  font-size: 40px;
  font-weight: 700;
	margin-bottom: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 640px) {
        .top-box{
                padding:24px 16px 24px 4px;
        }
		.top-box img {
			max-width: 200px !important;
		}
        .top-box .top-title{
        margin-bottom:16px        
        }
        .top-box .top-title .sme-font-size{
        font-size:24px!important;
        }
        .top-box .top-title .sme-letter-spacing{
        letter-spacing:.2rem!important;
        }
        .top-box .top-subtitle .sme-font-size{
        font-size:14px!important;
        }
        .top-box .top-subtitle .sme-letter-spacing{
        letter-spacing:.1rem!important;
        }
		.mv-copy-text {
			font-size: 26px;
			letter-spacing: 0.06em;
			padding: 4px 0;
		}
}

.about-copy {
	font-size: 24px;
	line-height: 2;
	letter-spacing: 0.05em;
	font-weight: 700;
}
.about-copy span {
	font-size: 14px;
	display: block;
}

@media screen and (max-width: 640px) {
	.about-copy {
		font-size: 22px;
		line-height: 1.6;
		letter-spacing: 0.05em;
	}
}

#particles-js{
 height: 100vh;
 width: 100vw;
 background-color: #000000;

}
.content{
 position: absolute;
 top: 50%;
 left: 25%;
 height: 100px;
 width: 50vw;
}
.content-text{
 color: #fff;
 line-height: 100px;
 text-align: center;
 font-size: 40px;
 font-weight: bold;
	font-family: sofia-pro-soft, source-han-sans-japanese, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif !important;
	letter-spacing: .03em !important;
}
.smb-media-text__contents-wrapper p:not(:first-child) {
	margin-top: 18px !important;
}
.smb-items__banner__body-inner {
text-shadow: 0px 0px 6px #666 !important; 
}
.smb-media-text__title {
	font-family: sofia-pro-soft, source-han-sans-japanese, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif !important;
	letter-spacing: .03em !important;
}

@media screen and (max-width:480px) {
.c-drawer {
    width: 200px !important;
}
}

.c-page-header__title {
	text-shadow: 0px 0px 6px #666 !important; 
}

.c-entry-summary__meta{
        justify-content:left;
        margin-top:0;
}
.c-entry-summary__header{
        margin-bottom:0;
}
.title {
  overflow: hidden;
  transform: translate(-100%, 0);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  color: #aa8f7b;
  font-family: 'Josefin Sans', sans-serif;
}

.title span {
  display: block;
  transform: translate(100%, 0);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}

.title.-visible,
.title.-visible span {
  transform: translate(0, 0);
}

.contact-form {
	padding-bottom: 0 !important;
}
.contact-form-block {
	padding-top: 10px !important;
}


.p-global-nav .c-navbar__item li.menu-item-304 span {
	border-radius: 50px;
}
.menu-item-304 span {
    padding: 0.35rem 0.95rem;
    background-color: var(--accent-color, #000);
    border-radius: 0px;
    color: #fff;
}

.p-global-nav .c-navbar__item>a {
    color: #444;
}

.mv-inner img {
	animation: animationZoom 5s ease-in-out forwards;
}
@keyframes animationZoom {
  100% {
    transform:scale(1.1)
  } 
}

.wp-block-separator {
	border: 1px solid #999 !important;
}

hr.hr-gray {
	border: 0.5px solid #999 !important;
	margin: 15px 0 5px !important;
}

.mv-inner .box-copy2 {
	position: relative;
}

.scrolldown {
	position:absolute;
	bottom: 50px;
	left:1.5%;
	animation: arrowmove 1s ease-in-out infinite !important;
}

@keyframes arrowmove{
      0%{bottom:1%;}
      50%{bottom:3%;}
     100%{bottom:1%;}
 }
.scrolldown span{
    /*描画位置*/
	position: absolute;
	left:-20px;
	bottom:10px;
    /*テキストの形状*/
	color: #000;
	font-size: 0.7rem;
	letter-spacing: 0.05em;
	/*縦書き設定*/
	-ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}
.scrolldown:before {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom: 0;
    right: -6px;
    /*矢印の形状*/
    width: 1px;
    height: 20px;
    background: #000;
    transform: skewX(-31deg);
}

.scrolldown:after{
	content:"";
    /*描画位置*/
	position: absolute;
	bottom:0;
	right:0;
    /*矢印の形状*/
	width:1px;
	height: 50px;
	background:#000;
}




.point-copy {
  font-family: "Allura", serif;
  font-weight: 400;
  font-style: normal;
	color: #3e220f;
	font-size: 76px;
}


/* 営業時間 */
.time-table {
  display: block;
  border-collapse: collapse;
}

.time-table {
  display: block;
  border-collapse: collapse;
}

.time-table th {
  border-top: 1px solid #d2d2d2;
}

.time-table th, .time-table td {
  padding: 0px 10px;
  text-align: center;
  height:50px;
  border-bottom: 1px solid #d2d2d2;
}

.time-table td {
	  width: 100%;
    min-width: 58px;
    color:#1ba1e6;
    font-weight: bold;
}

.time-table td .time {
 color:#3c3c3c;
}

@media screen and (max-width: 764px)  {
 .time-table td {
  min-width: auto;
  width:100%;
  max-width:5%;
  font-size:12px;
 }

 .time-table th, .time-table td {
  min-width: 40px;
  width:100%;
  padding:0px 15px;
  font-size:10px;
 }
}

/*  ヘッダーのボタン位置調整*/
.header-info{
	display:flex;
	align-items: center;
}
/* ヘッダーのボタン調整 */
.c-btn {
	padding:15px 30px 15px 30px;
	vertical-align:middle;
	margin:5px 0 5px 20px;
	border-radius: 50px;
	font-weight: bold;
	background-color: #8caec0 !important;
	letter-spacing: 0.05em;
	color: #fff;
}
.tel-big {
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 0.05em;
	line-height: 1.4;
}
.header-wrapper {
	font-size: 10px;
	text-align: center;
	color: #444;

}
a.c-btn {
	line-height: 1.4;
	letter-spacing: 0.05em;
}
a.c-btn span {
	font-size: 12px;
}
a.c-btn:hover {
	opacity: 0.8;
}

.cta-btn a {
	line-height: 1.2;
	text-align: center;
	padding: 15px 0;
	width: 100%;
}

.smb-hero-header__figure img {
	border-radius: 50px 0 0 50px;
}

.p-footer-sticky-nav {
}
.p-footer-sticky-nav a {
  display: flex;
	padding: 14px 0;
	background-color: #00b900;
	color: #ffffff !important;
	font-size: 16px !important;
	font-weight: 700;
}

.p-footer-sticky-nav a svg {
  flex: 0;
  margin: 0 1em 0 0;
}

.top-title {
	margin-bottom: 50px;
}


.c-entry-summary__meta{
        justify-content:left;
        margin-top:0;
}
.c-entry-summary__header{
        margin-bottom:0;
}


//「前の記事へ」「次の記事へ」シンプルVer
.c-prev-next-nav__item--next{
  position: relative;
}

.c-prev-next-nav__item--next .c-prev-next-nav__item-label{
  position: absolute;
  right: 0;
}


.c-page-header[data-has-image=true]{
	height: clamp(300px, 62.5vw, 300px) !important;
}
@media screen and (max-width:480px) {
	.c-page-header[data-has-image=true]{
		height: clamp(200px, 41.6vw, 200px) !important;
	}
}

[data-scrolled=true] .l-header {
  background-color: rgb(255,255,255,0.7);
}


.l-footer-widget-area__item.c-row__col {
  text-align: center;
  border-left: 1px solid #e3e3e3;
}

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

  .l-footer-widget-area__item.c-row__col {
    text-align: center;
    border-left: none;
  }
}
@media screen and (max-width: 1023px) {

  .l-footer__body .c-container {
    width: 70%;
  }

  .l-footer__body .c-container .c-site-branding__title {
    display: none;
  }
}

.wp-block-separator {
	    border: 0.9px solid rgba(204, 204, 204,0.3) !important;
}

.waribiki .smb-items__item__lede {
	color: #ff6900;
	font-size: 15px;
}

.option .smb-items__item__lede {
	color: #ff6900;
	font-size: 15px;
}
