@charset "UTF-8";
/* Theme Name: Humming card */
 
body * {
  color: #323232;
  font-size: 16px;
  font-weight:normal;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Noto Sans JP", sans-serif;
  word-break: break-all;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  padding:0;
  margin: 0;
}
body *> strong {
  color:inherit;
  font-size:inherit;
  font-weight:bold;
  font-family:inherit;
}
h1,h2,h3,h4,h5,h6,p,a,li {
  letter-spacing:0.1em;
  line-height:1.8;
}
a {
  display:block;
  color: #323232;
  text-decoration: none;
  transition:0.3s;
}
a:hover,
a::before,
a:hover::before,
a::after,
a:hover::after {
  transition:0.3s;
}
a.no-link {
  pointer-events:none;
}
img {
  width:100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  * {
    font-size: 12px;
  }
}
/********************************
	共通
*********************************/
body {
  overflow-x:hidden;
  position:relative;
}
body::before,
body::after {
  content:"";
  display:block;
  width:calc( 50% - 600px );
  height:calc( 100dvh - 120px );
  background-image:url('./assets/img/bg_side.jpg');
  background-repeat:repeat-x;
  background-size:auto calc( 100dvh - 120px );
  position:fixed;
  top:120px;
  display:none;
}
body::before {
  right:calc( 50% + 600px );
  background-position:top right;
}
body::after {
  left:calc( 50% + 600px );
  background-position:top left;
}
.main-area {
  margin-top:120px;
}
.section {
  width:100%;
  padding:60px 0;
  position:relative;
  z-index:1;
}
.section:last-of-type {
  padding-bottom:120px;
}
.inner {
  width:100%;
  max-width:1080px;
  padding:0 60px;
  margin:0 auto;
}
.single .content_inner a:not(.wp-block-button__link),
.single .inner_main a:not(.wp-block-button__link) {
  display:inline-block;
  text-decoration:underline;
  text-decoration-color:#f83064;
}
.single .content_inner a:not(.wp-block-button__link):hover,
.single .inner_main a:not(.wp-block-button__link):hover {
  color:#f83064;
}
.bold {
  font-weight: bold;
}
.sp-view {
  display: none;
}
.t-center {
  text-align:center;
}
.t-left {
  margin-left: 0 !important;
  text-align:left;
}
.t-right {
  margin-right: 0 !important;
  text-align:right;
}
.inline-block {
  display: inline-block;
  font-size:inherit;
  font-weight:inherit;
  letter-spacing:inherit;
  line-height:inherit;
  text-decoration:inherit;
}
span.right {
  display: inline-block;
  vertical-align: top;
}
.flex-container {
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  margin:-15px;
}
.flex-container.m0 {
  margin:0 auto;
}
.flex-container.reverse {
  flex-direction:row-reverse;
}
.flex-container .flex-item {
  padding:15px;
}
.flex_c2 .flex-item {
  width:calc( 100% / 2 );
}
.flex_c3 .flex-item {
  width:calc( 100% / 3 );
}
.flex_c4 .flex-item {
  width:calc( 100% / 4 );
}
.flex-container .flex-item.no-item {
  text-align:center;
  width:100%;
}
.flex-container .flex-item a {
  border-radius: 0;
  padding: 0;
  width: 100%;
  background: transparent;
}
.flex-container .flex-item .image-area {
  width: 100%;
  padding-top: 100%;
  position: relative;
}
.flex-container .flex-item .image-area img {
  width: 100%;
  height: 100%;
  display: block;
  /* aspect-ratio: 1/1; */
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
}
.flex-container .flex-item h3 {
  font-size:18px;
  font-weight:bold;
  margin-top: 1em;
}
.flex-container .flex-item:not(.no-item) p {
  font-size: 12px;
  margin-top: 1em;
}
.sns-area {
  display:flex;
  justify-content:center;
  align-items:center;
  flex-wrap:nowrap;
  gap:20px;
}
.sns-area a {
  width:30px;
  line-height:0;
}
.sns-area a:hover {
  opacity:0.7;
}
.btn_more {
  font-size:18px;
  font-weight:bold;
  text-align:center;
  display:block;
  width:100%;
  max-width:280px;
  /* width:fit-content; */
  padding:0.75em 1em;
  margin:2.5em auto 0;
  border:2px solid #f83064;
  border-radius:2.25em;
  background-color:#fff;
}
.btn_more:hover {
  color:#fff;
  background-color:rgba(248,48,100,0.6);
  background-color:#f83064;
}

@media screen and (max-width: 767px) {
  body * {
    font-size:14px;
  }
  .pc-view {
    display: none !important;
  }
  .sp-view {
    display: block;
  }
  .flex-container {
    margin: 0 -10px;
    justify-content:flex-start;
  }
  .flex-container .flex-item {
    padding:10px;
  }
  .flex_c2 .flex-item,
  .flex_c3 .flex-item,
  .flex_c4 .flex-item {
    width: 50%;
  }
  .flex-container .flex-item a {
    width: 100%;
    display: block;
    margin: 0 auto;
  }
  .flex-container .flex-item h3 {
    padding-left: 0px;
  }
  .flex-container .flex-item h3,
  .flex-container .flex-item p {
    margin-top: 5px;
    font-size: 12px;
  }
}

header {
  text-align: center;
  width:100%;
  padding: 7px 35px 15px;
  border-top: 8px solid #f83064;
  background-color:rgba(256,256,256,0.25);
  background-color:#fff;
  position:fixed;
  top:0;
  left:0;
  z-index:1000;
}
header .header-inner {
  display:flex;
  justify-content:space-between;
  align-items:center;
}
header .page-title a {
  line-height:0;
  margin:20px 0;
}
header .page-title img {
  width:100%;
  max-width: 230px;
}
#nav_toggle {
  display: none;
}
header nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin:0 -15px;
}
header nav ul li {
  margin: 0 15px;
  position: relative;
}
header nav ul li a {
  font-weight:500;
  line-height:50px;
  text-decoration: none;
  display: inline-block;
}
header nav ul li.current a {
  font-weight:bold;
  /* pointer-events:none; */
}
footer {
  /* background:#fff;
  border-top:1px solid #f83064; */
  background-color:#ffe1e1;
  position:relative;
  z-index:1;
}
footer .inner {
  max-width:none;
  position: relative;
  padding:60px 35px 35px;
  margin:0 auto;
}
footer .pagetop {
  position: absolute;
  display: inline-block;
  top:0;
  right:60px;
  transform:translateY(-50%);
  max-width: 45px;
}
footer .pagetop a {
  line-height:0;
}
footer .footerlogo {
  width:fit-content;
  /* max-width: 300px;
  max-width:230px; */
  text-align: center;
  margin: 0 auto 20px;
}
footer .footerlogo a {
  width:100%;
  max-width:280px;
  line-height:0;
  padding:20px 25px;
  border:2px solid #f83064;
  background-color:#fff;
}
footer .company-info {
  font-size:14px;
}
footer .sns-area {
  margin:30px 0 60px;
}
footer ul {
  display: flex;
  flex-wrap:wrap;
  justify-content: center;
  margin:0 auto;
}
footer ul.footer-main-menu {
  margin-bottom:10px;
}
footer ul li {
  display:block;
  margin:0 15px;
}
footer ul li a {
  font-size:14px;
  line-height:2.5;
}
footer .copyright {
  color: #fff;
  font-size: 12px;
  line-height:30px;
  text-align: center;
  background-color: #646464;
}
@media screen and (min-width: 1001px) {
  
}
@media screen and (max-width:1350px) {
  header nav ul {
    padding-top:40px;
    margin:0 -10px;
    position:relative;
  }
  header nav ul li {
    margin:0 10px;
  }
  header nav ul li a {
    font-size:14px;
    line-height:30px;
  }
  header nav ul li.sns-area {
    position:absolute;
    top:0;
    right:0;
  }
}
@media screen and (min-width:1001px) {
  header nav {
    display:block !important;
  }
  nav ul li:not(.sns-area) a:hover {
    opacity: 1 !important;
    color: #f83064;
    font-weight:bold;
    position:relative;
  }
  nav ul li a::before {
    content:"";
    display:block;
    width:100%;
    height:1px;
    background-color:#f83064;
    position:absolute;
    bottom:0;
    left:0;
    opacity:0;
  }
  nav ul li:not(.sns-area) a:hover::before,
  nav ul li.current a::before {
    opacity:1;
  }
}
@media screen and (max-width: 1000px) {
  .main-area {
    margin-top:80px;
  }
  .section {
    padding:45px 0;
  }
  .section:last-of-type {
    padding-bottom:90px;
  }
  .inner {
    padding:0 30px;
  }
  header {
    padding:10px 25px 15px;
    border-top-width:5px;
  }
  header .header-inner {
    justify-content:center;
    position:relative;
  }
  header .page-title a {
    margin:0;
  }
  header nav {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    background: #ffe1e1;
    left: 0;
    z-index: 2;
    padding: 30px 30px 0;
  }
  header nav ul {
    padding:0;
    margin: 0 auto;
    flex-direction:column;
  }
  header nav ul li {
    line-height:45px;
    text-align: center;
    display:block;
    width:100%;
    max-width:250px;
    margin: 0 auto;
    border-bottom: 1px solid #f83064;
  }
  header nav ul li.sns-area {
    position:static;
    height:80px;
  }
  header nav ul li:last-child {
    border: none;
  }
  header nav ul li:not(.sns-area) a {
    display: block;
    padding: 0.5em 2em;
    border: none;
  }
  .sns-area {
    gap:20px;
   }
  /*開閉ボタン*/
  #nav_toggle {
    display: block;
    width: 30px;
    height: 30px;
    position:absolute;
    top:50%;
    left:0;
    transform:translateY(-50%);
    z-index: 100;
  }
  #nav_toggle div {
    position: relative;
  }
  #nav_toggle span {
    display: block;
    width: 100%;
    height: 3px;
    background: #f83064;
    border-radius: 2px;
    position: absolute;
    left: 0;
    transform:translateY(-50%);
    transition: 0.5s ease-in-out;
  }
  #nav_toggle span:nth-child(1) {
    top:7px;
  }
  #nav_toggle span:nth-child(2) {
    top:15px;
  }
  #nav_toggle span:nth-child(3) {
    top:23px;
  }
  .open #nav_toggle span:nth-child(1) {
    top:15px;
    transform:translateY(-50%) rotate(135deg);
  }
  .open #nav_toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav_toggle span:nth-child(3) {
    top:15px;
    transform:translateY(-50%) rotate(-135deg);
  }
  footer .inner {
    padding:40px 0 15px;
  }
  footer .pagetop {
    right: 15px;
  }
  footer .footerlogo a {
    max-width:220px;
    padding:15px;
  }
  footer .company-info {
    font-size:12px;
  }
  footer ul {
    max-width:320px;
  }
  footer ul li {
    margin:0 10px;
  }
  footer ul li a {
    font-size:12px;
  }
  .btn_more {
    font-size:14px;
    max-width:220px;
    margin-top:2em;
  }
  footer .sns-area {
    margin:20px 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .section {
    padding:30px 0;
  }
  .section:last-of-type {
    padding-bottom:60px;
  }
  .inner {
    padding:0 15px;
  }
}
@media screen and (max-width: 500px) {
  .main-area {
    margin-top:70px;
  }
  header .page-title img {
    max-width:184px;
  }
}

.slider-wrapper {
  padding:0 0 30px;
  background-color:#fff;
  position: relative;
  z-index: 1;
}
.slick-prev,
.slick-next {
  line-height:0;
  border-radius:50%;
  background-color:#fff;
  position: absolute;
  top:calc( 50% - 15px );
  transform:translateY(-50%);
  z-index: 1;
}
.slick-prev {
  left: 17.4%;
  max-width: 45px;
}
.slick-next {
  right: 17.4%;
  max-width: 45px;
}
ul.slider .slick-track li {
  text-align: center;
  margin: 0 15px;
}
ul.slider li img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.slide-dots {
  line-height:6px;
  text-align: center;
  margin-top: 24px;
}
.slide-dots * {
  line-height:6px;
}
.slide-dots li {
  display: inline-block;
  margin: 0 15px;
  padding: 0 10px;
}
.slide-dots li:first-child {
  padding-left: 0;
  margin-left: -20px;
}
.slide-dots li:last-child {
  padding-right: 0;
  margin-right: 15px;
}
.slide-dots li button {
  margin: 0 3px;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  text-indent: -9999px;
}
.slide-dots li button:before {
  content: "";
  text-indent: 0px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 4px;
  width: 40px;
  background-color: transparent;
  border: #f83064 solid 1px;
}
.slide-dots li.slick-active button:before {
  background-color: #f83064;
}
@media screen and (max-width: 767px) {
  ul.slider .slick-track li {
    margin: 0 25px;
  }
  .slide-dots li {
    margin: 0px 15px;
  }
  .slide-dots li:first-child {
    padding-left: 0;
    margin-left: -25px;
  }
  .slide-dots li:last-child {
    padding-right: 0;
    margin-right: 15px;
  }
  ul.slider .slick-track li {
    height: 245px;
    height:100%;
  }
  .slick-arrow img {
    height: 35px;
  }
  .slick-prev,
  .slick-next {
    top: 45%;
    top:calc( 50% - 15px );
  }
  .slick-prev {
    left: 1%;
  }
  .slick-next {
    right: 1%;
  }
}

/* TOPページ */
#front-page h2,
#subpage h2,
#subPage h2,
#front-page h2 span,
#front-page h3 span,
#subpage #section02 h3,
.welfare #section02 .flexbox div h3,
.welfare #subPage h4 span,
h2 span,
h3 span {
  font-family:YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height:1.5;
}
.residential h3 span,
.subpage04 #section02 .flexbox div h3,
.subpage04 #section02 .flexbox div h3 span {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 18px;
}
.section-title {
  color:#f83064;
  font-size:2.5em;
  text-align:center;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding:0 1.5em;
  margin:0 auto 1.5em;
  border-bottom:2px solid #f83064;
}
.section-title::before,
.section-title::after {
  content:"";
  display:block;
  width:1em;
  height:1em;
  background-image:url('./assets/img/icon_star.svg');
  background-position:center;
  background-repeat:no-repeat;
  background-size:contain;
  position: absolute;
  top:0.15em;
}
.section-title::before {
  left:0;
}
.section-title::after {
  right:0;
}
.lead-text {
  font-size:18px;
  margin-bottom:2em;
}
.flex-container .flex-item .news_title {
  margin-top:0;
}
#front-page #sec_about .flex-container .image-frame {
  max-width:250px;
  margin:0 auto;
}
#front-page #sec_about .flex-container .image-area {
  border:2px solid #f83064;
  border-radius:50%;
  background-color:#fff;
}
#front-page #sec_about .flex-container .image-area img {
  width:100%;
  max-width:140px;
  padding:20px;
  height:auto;
}
#front-page #sec_about .flex-container h3 {
  color:#f83064;
  font-size:20px;
  margin-top:1.5em;
}
#front-page #sec_movie .movie-area {
  width:100%;
  padding-top:calc( 100% * 315 / 560 );
  position:relative;
}
#front-page #sec_movie .movie-area iframe {
  width:100%;
  height:100%;
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
}
#front-page #sec_storerecruit .flex-container {
  background-color:#ffe1e1;
}
#front-page #sec_storerecruit .flex-container + .flex-container {
  margin-top:30px;
}
#front-page #sec_storerecruit .flex-container .flex-item {
  padding:30px;
}
#front-page #sec_storerecruit .flex-container .flex-item .image-area {
  padding:15px;
  background-color:#fff;
}
#front-page #sec_storerecruit .flex-container .flex-item .image-area img {
  position:static;
  transform:none;
}
#front-page #sec_storerecruit .flex-container .flex-item .text-area h3 {
  margin:0;
}
#front-page #sec_storerecruit .flex-container .flex-item .text-area p {
  font-size:16px;
}
#front-page #sec_map .map-area {
  position:relative;
}
#front-page #sec_map .map-area .comingsoon {
	display:flex;
	justify-content:center;
	align-items:center;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.5);
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}
#front-page #sec_map .map-area .comingsoon p {
	color:#f83064;
	font-size:2em;
	font-weight:800;
	letter-spacing:0;
	line-height:1;
	padding:1em 2em;
	background-color:rgba(255,255,255,0.75);
	border:0.1em solid #f83064;
}
#front-page #sec_map iframe {
  width:100%;
  height:500px;
}
@media screen and (max-width:1000px) {
  .section-title {
    font-size:2em;
  }
  .lead-text {
    font-size:16px;
  }
  .flex-container .flex-item {
    padding:10px;
  }
  .flex-container .flex-item h3 {
    font-size:16px;
  }
  .flex_c3 .flex-item {
    max-width:250px;
  }
  #front-page #sec_about .flex-container h3 {
    font-size:18px;
    margin-top:1em;
  }
  #front-page #sec_storerecruit .flex-container .flex-item {
    padding:20px;
  }
  #front-page #sec_storerecruit .flex-container + .flex-container {
    margin-top:20px;
  }
}
@media screen and (max-width: 767px) {
  .section {
    padding:30px 0;
  }
  .section-title {
    font-size: 1.5em;
  }
  .lead-text {
    font-size:14px;
  }
  .flex_c3 .flex-item {
    max-width:none;
  }
  #front-page #sec_about .flex-container {
    flex-direction:column;
    align-items:center;
    margin:0 auto;
    gap:30px;
  }
  #front-page #sec_about .flex-container .flex-item {
    display:flex;
    justify-content:center;
    align-items:center;
    flex-wrap:wrap;
    width:100%;
    max-width:420px;
    padding:0;
    gap:15px;
  }
  #front-page #sec_about .flex-container .image-frame {
    width:100%;
    max-width:140px;
  }
  #front-page #sec_about .flex-container .image-area img {
    max-width:100px;
  }
  #front-page #sec_about .flex-container .text-area {
    width:100%;
    max-width:260px;
  }
  #front-page #sec_about .flex-container h3 {
    margin:0;
  }
  #front-page #sec_storerecruit .flex-container .flex-item {
    padding:10px;
  }
  #front-page #sec_storerecruit .flex-container + .flex-container {
    margin-top:15px;
  }
  #front-page #sec_storerecruit .flex-container .flex-item .text-area p {
    font-size:14px;
  }
	#front-page #sec_map iframe {
		height:350px;
	}
	#front-page #sec_map .map-area .comingsoon p {
		font-size:1.5em;
	}
}
@media screen and (max-width:500px) {
  .flex-container .flex-item {
    padding:10px;
  }
  .flex-container .flex-item h3 {
    font-size:16px;
  }
  .flex-container.reverse,
  #front-page #sec_storerecruit .flex-container {
    flex-direction:column;
  }
  #front-page #sec_movie .flex-container .flex-item,
  #front-page #sec_storerecruit .flex-container .flex-item {
    width:100%;
  }
}

/* 下層ページ */
/* .section.section_bg {
  padding:0;
}
.section_bg .image-area {
  width:100%;
  height:500px;
}
.section_bg .image-area img {
  width:100%;
  height:100%;
  object-fit:cover;
}
.section_bg .text-area {
  width:100%;
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
} */
.section.section_bg {
  width:100%;
  height:450px;
  padding:0;
  background-image:url('./assets/img/bg_image.jpg');
  background-position:center;
  background-repeat:repeat-x;
  background-size:contain;
  display:flex;
  justify-content:center;
  align-items:center;
}
@media screen and (max-width:1000px) {
  .section.section_bg {
    height:400px;
  }
}
@media screen and (max-width:767px) {
  .section.section_bg {
    height:300px;
  }
}
@media screen and (max-width:500px) {
  .section.section_bg {
    height:200px;
  }
}
.section_bg .image-area {
  display:none;
}
.section_bg .image-area img {
  width:100%;
  height:100%;
  object-fit:cover;
}
/* .section_bg .text-area {
  width:100%;
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
} */
.section_bg .text-area .page-title {
  font-size:3em;
  text-align:center;
  text-shadow:2px 4px 3px #fff;
  padding:0 1em;
  margin:0;
}
#breadcrumbWrap {
  width: 100%;
  margin:60px auto 0;
}
#breadcrumb {
  line-height:1;
  width: 100%;
}
#breadcrumb li {
  font-size:0;
  letter-spacing:0;
  line-height:0;
  display: inline;
  vertical-align: top;
  position:relative;
}
#breadcrumb li a,
#breadcrumb li span {
  font-size:12px;
  letter-spacing:0;
  line-height:1.5;
  text-align: left;
  display:inline;
}
#breadcrumb li a span {
  color:#f83064;
}
#breadcrumb li:not(:last-of-type)::after {
  content: ">";
  display:inline-block;
  font-size:12px;
  letter-spacing:0;
  line-height:1.5;
  padding: 0;
  margin:0 0 0 0.5em;
}
.pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: 60px;
}
.pagination .pager,
.pagination .prev,
.pagination .next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
.pagination .pager {
  margin: 0 5px;
  padding-left: 2px;
  border-radius: 20px;
  border: 1px solid #f83064;
}
.pagination a.pager {
  color: #f83064;
}
.pagination span.pager {
  color: #fff;
  background-color: #f83064;
}
.pagination .prev {
  position: absolute;
  left: 0;
  margin-left: 0;
  margin-right: auto;
}
.pagination .next {
  position: absolute;
  right: 0;
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .pagination .pager,
  .pagination .prev,
  .pagination .next {
    width: 30px;
    height: 30px;
  }
}
.single_pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap:20px;
  margin-top: 60px;
}
.single_pagination li {
  margin: 0;
  width:100%;
  max-width:200px;
}
.single_pagination li a {
  font-size: 16px;
  line-height:2.5;
  text-align:center;
  border:1px solid #f83064;
  border-radius:25px;
  display:block;
  width:100%;
  position: relative;
}
.single_pagination li a:hover {
  background-color: #f83064;
  color: #fff;
}
.single_pagination li a::before {
  display:block;
  color: #f83064;
  font-size: 8px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.single_pagination li.prev_link a::before {
  content: "◀";
  left: 2em;
}
.single_pagination li.next_link a::before {
  content: "▶";
  right: 2em;
}
.single_pagination li a:hover::before {
  color: #fff;
}

/* 加盟店 */
.archive-store .store_cat.flex-container {
  max-width:800px;
  margin:0 auto 60px;
  justify-content:center;
  gap:10px;
}
.store_cat {
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.store_cat .store_cat_tag {
  font-size:12px;
  font-weight:bold;
  letter-spacing:0;
  line-height:1.3;
  width:fit-content;
  padding:0.35em 1em;
  background-color:#fff;
  border:2px solid #f83064;
  border-radius:15px;
}
.store_cat .store_cat_tag.tag_store01,
.store_cat .store_cat_tag.tag_store02,
.store_cat .store_cat_tag.tag_store03 {
  border-color:rgb(255,165,0);
}
.store_cat .store_cat_tag.tag_store04,
.store_cat .store_cat_tag.tag_store05,
.store_cat .store_cat_tag.tag_store06 {
  border-color:rgb(0,128,0);
}
.store_cat .store_cat_tag.tag_store07,
.store_cat .store_cat_tag.tag_store08 {
  border-color:rgb(135,206,235);
}
.store_cat .store_cat_tag.tag_store09,
.store_cat .store_cat_tag.tag_store10 {
  border-color:rgb(255,255,0);
}
.store_cat .store_cat_tag.tag_store11,
.store_cat .store_cat_tag.tag_store12 {
  border-color:rgb(255,192,203);
}
.store_cat .store_cat_tag.tag_store13,
.store_cat .store_cat_tag.tag_store14 {
  border-color:rgb(238,130,238);
}
.store_cat .store_cat_tag.tag_chargeable {
  color:#f83064;
  border-color:rgb(248,48,100);
}
.store_cat .store_cat_tag.tag_uncat {
  border-color:rgb(50,50,50);
}
.store_cat a.store_cat_tag.tag_store01.current,
.store_cat a.store_cat_tag.tag_store02.current,
.store_cat a.store_cat_tag.tag_store03.current,
.store_cat a.store_cat_tag.tag_store01:hover,
.store_cat a.store_cat_tag.tag_store02:hover,
.store_cat a.store_cat_tag.tag_store03:hover {
  background-color:rgba(255,165,0,0.25);
}
.store_cat a.store_cat_tag.tag_store04.current,
.store_cat a.store_cat_tag.tag_store05.current,
.store_cat a.store_cat_tag.tag_store06.current,
.store_cat a.store_cat_tag.tag_store04:hover,
.store_cat a.store_cat_tag.tag_store05:hover,
.store_cat a.store_cat_tag.tag_store06:hover {
  background-color:rgba(0,128,0,0.25);
}
.store_cat a.store_cat_tag.tag_store07.current,
.store_cat a.store_cat_tag.tag_store08.current,
.store_cat a.store_cat_tag.tag_store07:hover,
.store_cat a.store_cat_tag.tag_store08:hover {
  background-color:rgba(135,206,235,0.25);
}
.store_cat a.store_cat_tag.tag_store09.current,
.store_cat a.store_cat_tag.tag_store10.current,
.store_cat a.store_cat_tag.tag_store09:hover,
.store_cat a.store_cat_tag.tag_store10:hover {
  background-color:rgba(255,255,0,0.25);
}
.store_cat a.store_cat_tag.tag_store11.current,
.store_cat a.store_cat_tag.tag_store12.current,
.store_cat a.store_cat_tag.tag_store11:hover,
.store_cat a.store_cat_tag.tag_store12:hover {
  background-color:rgba(255,192,203,0.25);
}
.store_cat a.store_cat_tag.tag_store13.current,
.store_cat a.store_cat_tag.tag_store14.current,
.store_cat a.store_cat_tag.tag_store13:hover,
.store_cat a.store_cat_tag.tag_store14:hover {
  background-color:rgba(238,130,238,0.25);
}
.store_cat a.store_cat_tag.tag_chargeable.current,
.store_cat a.store_cat_tag.tag_chargeable:hover {
  background-color:rgba(248,48,100,0.25);
}
.store_cat a.store_cat_tag.tag_uncat.current,
.store_cat a.store_cat_tag.tag_uncat:hover {
  background-color:rgba(50,50,50,0.25);
}
.archive-store .flex-container {
  justify-content:flex-start;
}
.archive-store .flex-container .flex-item .text-area .store_cat {
  margin:10px 0;
}
.archive-store .flex-container .flex-item .text-area .store_name {
  font-size:18px;
  font-weight:bold;
  line-height:1.3;
  padding:0;
  margin:0;
}
@media screen and (max-width:1000px) {
  .section_bg .image-area {
    height:400px;
  }
  .section_bg .text-area .page-title {
    font-size:2.5em;
  }
  #breadcrumbWrap,
  .pagination,
  .single_pagination {
    margin-top:45px;
  }
  .archive-store .flex-container .flex-item {
    width:calc( 100% / 3 );
  }
}
@media screen and (max-width:767px) {
  .section_bg .image-area {
    height:300px;
  }
  .section_bg .text-area .page-title {
    font-size:2.25em;
  }
  #breadcrumbWrap,
  .pagination,
  .single_pagination {
    margin-top:30px;
  }
  .archive-store .store_cat.flex-container {
    margin:0 auto 30px;
  }
  .store_cat .store_cat_tag {
    font-size:10px;
  }
  .archive-store .flex-container .flex-item .text-area .store_name {
    font-size:16px;
  }
  .single_pagination {
    display: block;
  }
  .single_pagination li {
    margin: 0 auto;
  }
  .single_pagination li:not(:first-of-type) {
    margin-top: 10px;
  }
  .single_pagination li a {
    font-size: 12px;
  }
}
@media screen and (max-width:500px) {
  .section_bg .image-area {
    height:200px;
  }
  .section_bg .text-area .page-title {
    font-size:2em;
  }
  .archive-store .flex-container .flex-item {
    width:calc( 100% / 2 );
  }
}

.single-store .section_bg .store_cat {
  justify-content:center;
  margin-bottom:1em;
}
.single-store .inner {
  margin-top:-60px;
}
.single-store .section_slider,
.single-store .inner_main,
.single-store .store_info {
  margin-top:60px;
}
.single-store .store_info .inner_map {
  height:400px;
}
.single-store .store_info .inner_map iframe {
  width:100%;
  height:100%;
  object-fit:cover;
}
/* .single-store .store_info .inner_table table, */
/* .single-store .store_info .inner_table table tr, */
.single-store .store_info .inner_table table tr th,
.single-store .store_info .inner_table table tr td {
  border:1px solid #323232;
}
.single-store .store_info .inner_table table {
  width:100%;
}
.single-store .store_info .inner_table table tr th {
  font-size:14px;
  font-weight:bold;
  line-height:1.5;
  text-align:center;
  width:120px;
  padding:10px;
}
.single-store .store_info .inner_table table tr td {
  font-size:14px;
  line-height:1.5;
  text-align:left;
  width:calc( 100% - 120px );
  padding:10px;
}
@media screen and (max-width:1000px) {
  .single-store .inner {
    margin-top:-45px;
  }
  .single-store .section_slider,
  .single-store .inner_main,
  .single-store .store_info {
    margin-top:45px;
    color:#f83064
  }
  .single-store .store_info .inner_map {
    height:300px;
  }
}
@media screen and (max-width:767px) {
  .single-store .inner {
    margin-top:-30px;
  }
  .single-store .section_slider,
  .single-store .inner_main,
  .single-store .store_info {
    margin-top:30px;
  }
  .single-store .store_info .flex-item {
    width:100%;
  }
  .single-store .store_info .inner_map {
    height:300px;
  }
}

.content_inner article * {
  margin:0;
}
.content_inner article .entry-content> *,
.single .inner_main> * {
  margin:0 0 30px 0;
}
.single-post .inner_main> * {
  margin-bottom:1rem;
}
.content_inner article .entry-content> *.has-text-align-center,
.single .inner_main> *.has-text-align-center {
  margin-left:auto;
  margin-right:auto;
}
.content_inner article .entry-content> * + h3,
.single-store .inner_main * + h3 {
  margin-top:60px;
}
h3.wp-block-heading {
  color:#f83064;
  font-size:30px;
  font-weight:bold;
  line-height:1.5;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding:0 0 0 1.2em;
  /* margin:0 0 1em; */
}
h3.wp-block-heading::before {
  content:"";
  display:block;
  width:1em;
  height:1em;
  background-image:url('./assets/img/icon_note.svg');
  background-position:center;
  background-repeat:no-repeat;
  background-size:contain;
  position: absolute;
  top:0.75em;
  left:0;
  transform:translateY(-60%);
}
.content_inner article .entry-content p> a,
.content_inner article .entry-content li> a {
  display:inline;
  text-decoration:underline;
}
.content_inner article .entry-content p> a:hover,
.content_inner article .entry-content li> a:hover {
  text-decoration:none;
  opacity:0.7;
}
.wp-block-button__link {
  color:#323232;
  font-size:16px;
  font-weight:bold;
  text-align:center;
  display:block;
  width:fit-content;
  min-width:150px;
  padding:0.5em 1.5em;
  /* margin:30px auto; */
  border:2px solid #f83064;
  border-radius:2.25em;
  background-color:#fff;
}
.wp-block-button__link:hover {
  color:#fff;
  background-color:rgba(248,48,100,0.6);
  background-color:#f83064;
}
.wp-block-list {
  padding-left:1.5em;
}
ul.wp-block-list {
  list-style:unset;
}
ol.wp-block-list {
  list-style:auto;
}
@media screen and (max-width:767px) {
  .content_inner article .entry-content> * {
    margin:0 0 15px 0;
  }
  .content_inner article .entry-content> * + h3 {
    margin-top:45px;
  }
  h3.wp-block-heading {
    font-size:20px;
  }
  .wp-block-button__link {
    font-size:12px;
  }
}

/* contact form */
.wpcf7-form {
  padding:30px;
  background-color:#ffe1e1;
}
.wpcf7-form table {
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
}
.wpcf7-form input {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
}
.wpcf7-form th,
.wpcf7-form td {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.030em;
	line-height: 20px;
	text-align: left;
	padding: 10px;
}
.wpcf7-form th {
	width: 200px;
}
.wpcf7-form td {
	width: calc(100% - 200px);
  width:550px;
}
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea {
	color: #323232;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.030em;
	line-height: 20px;
	border: 1px #fff solid;
	padding: 10px;
	margin-bottom: 0;
	width: 100%;
	background-color: #fff;
}
.wpcf7-form input[type="radio"] {
	display: none;
}
.wpcf7-form .wpcf7-list-item {
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0.030em;
	line-height: 20px;
	vertical-align: middle;
	padding-left: 25px;
  margin-left:1em !important;
	position: relative;
	cursor: pointer;

}
.wpcf7-form .wpcf7-list-item label{
	margin-bottom: 0;
	cursor: pointer;
}

.wpcf7-form .wpcf7-list-item::before {
	content: "";
	display: block;
	position: absolute;
	top: 2px;
	left: 0;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background-color: #fff;
}

.wpcf7-form input[type=radio]:checked + .wpcf7-list-item-label::before {
	content: "";
	display: block;
	position: absolute;
	top: 5px;
	left: 3px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #323232;
}
.wpcf7-form .vertical-item {
	text-align: left;
}
.wpcf7-form .send-check {
	width:100%;
  max-width:750px;
  margin:30px auto 0;
  display:flex;
  justify-content:center;
  flex-wrap:nowrap;
}
.wpcf7-form .send-check> span {
	width:fit-content;
  padding:0 10px;
}
.wpcf7-form .send-check input + .wpcf7-list-item-label::before {
	content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 3px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background:transparent;
}
.wpcf7-form .send-check input:checked + .wpcf7-list-item-label::before {
  background: #323232;
}
.wpcf7-form .btn-area {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.wpcf7-form_input .btn-area .btn-back {
	display: none;
}
.wpcf7-form table tbody,
.wpcf7-form table tr,
.wpcf7-form table tr:last-of-type th,
.wpcf7-form table tr:last-of-type td {
	display: block;
	width: 100%;
}
.wpcf7-form table tr:last-of-type th {
	padding-bottom: 15px;
}
.wpcf7-form table tr:last-of-type td {
	padding-top: 0;
}
.wpcf7-form table tr:last-of-type th .supplement {
	font-size: 10px;
	display: block;
	margin-top: 3px;
}
/* .wpcf7-form .btn-area .btn-submit , */
.wpcf7-form .btn-area>div {
	/* width: calc(50% - 40px); */
	/* max-width: 160px; */
  width:160px;
	margin: 40px 20px 0;
	position: relative;
}
/* .wpcf7-form .btn-area>div::after {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #f83064;
	position: absolute;
	top: 9px;
	right: 0;
} */
.wpcf7-form .btn-area>div input {
	/* color: #fff; */
	font-size: 18px;
	font-weight: 300;
	/* font-family:"futura-pt", sans-serif; */
	/* font-family: 'Didact Gothic', sans-serif; */
	letter-spacing: 0;
	line-height: 24px;
	text-align: center;
	display: block;
	width: 100%;
	height: 48px;
	padding: 0;
	padding:10px 20px;
	margin: 0 auto;
	background-color:#fff;
	border: 2px solid #f83064;
  border-radius:25px;
	transition: 0.5s;
}
.wpcf7-form .btn-area>div:hover input {
	color: #fff;
  background-color:#f83064;
	transition: 0.5s;
}
.wpcf7-form .requied {
	font-size: 10px;
	color: #fff;
	display: inline-block;
	margin-left: 1em;
	padding: 3px 6px;
	line-height: 1;
	border-radius: 10px;
	color: #f83064;
	border: 1px solid #f83064;
}
.wpcf7-form .error {
	color: #f83064;
	font-size: 1em;
	font-weight: 400;
	text-align: left;
}
.wpcf7-form .mw_wp-form_complete {
	font-weight: 400;
}
.wpcf7-form.invalid .wpcf7-response-output {
	display: none;
}

@media screen and (max-width:767px) {
  .wpcf7-form table {
		max-width:560px;
	}
	.wpcf7-form tr,
	.wpcf7-form th {
		width: 100%;
		display: block;
		box-sizing: border-box;
	}
	.wpcf7-form th {
		font-size: 16px;
		padding:25px 0 15px;
	}
	.wpcf7-form td {
		width:100%;
		padding: 0;
		display: block;
	}
	.wpcf7-form .btn-area> div {
		/* width:calc( 50% - 30px ); */
		/* max-width:130px; */
		margin:30px 15px 0;
	}
  .wpcf7-form .send-check {
    max-width:560px;
    flex-wrap:wrap;
    justify-content:flex-start;
  }
  .wpcf7-form .send-check> span {
    width:100%;
    padding:0;
  }
  .wpcf7-form .send-check .sc-th {
    padding-bottom:15px;
  }
  .wpcf7-form .send-check .sc-td .wpcf7-list-item {
    margin-left:0 !important;
  }
}












/*********************************
		col-conainer
*********************************/
.col-container .col-item {
  display: flex;
  margin-bottom: 21px;
}
.col-container .col-item:last-child {
  margin-bottom: 0;
}
.col-container .col-item .col-inner {
  width: auto;
  position: relative;
  padding-top: 36px;
  padding-bottom: 42.5px;
  padding-right: 41px;
  padding-left: 40px;
}
.col-container .col-item:nth-child(2n) {
  flex-direction: row-reverse;
}
.col-container .col-item:nth-child(2n) .col-inner {
  padding-right: 40px;
  padding-left: 41px;
}
.col-container .col-item img {
  max-width: 360px;
  -o-object-fit: cover;
     object-fit: cover;
}
.col-container .col-item .col-inner h3 {
  margin-bottom: 24px;
}
.col-container .col-item .col-inner p {
  color: #323232;
  margin-bottom: 37px;
  font-size: 14px;
  line-height: 1.33;
  letter-spacing: 0em;
}
.col-container .col-item .col-inner h3 span {
  font-size: 20px;
  line-height: 1.9;
  letter-spacing: 0.12em;
}
.col-container .col-item .col-inner p {
  line-height: 1.7;
  margin-bottom: 21px;
}
@media screen and (max-width: 767px) {
  .col-container .col-item {
    display: block;
  }
  .col-container .col-item:not(:first-child) {
    margin-top: 25px;
  }
  .col-container .col-item .col-inner h3 span {
    font-size: 18px;
  }
  .col-container .col-item .col-inner p {
    font-size: 14px;
    margin-bottom: 25px;
    line-height: 1.8em;
  }
  .col-container .col-item img {
    max-width: unset;
  }
  .col-container .col-item {
    margin-bottom: unset;
  }
}

/* #subPage #section01 {
  text-align: center;
  background-attachment: fixed;
  background-image: url("img/twinkle-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 150px 0 60px 0;
  position: relative;
  top: -75px;
  margin-bottom: -75px;
  background-color: #E6F2FF;
}

#subPage #section01 .inner {
  position: relative;
  z-index: 1;
}

#subPage #section01 .bgimg {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1200px;
}

#subPage #section01 h2 {
  color: #323232;
}

@media screen and (max-width: 767px) {
  #subPage #section01 {
    padding: 110px 0 60px 0;
  }
  #subPage #section01 p {
    margin-bottom: 20px;
    font-size: 14px;
  }
  #front-page h2 {
    font-size: 20px;
    margin-bottom: 15px;
  }
} */








/********************************
	下層共通
*********************************/


.wp-block-columns {
  display: flex;
  margin: 0 -1.5em;
}

.wp-block-columns div {
  box-flex: 1;
  width: 100%;
  padding: 0 1.5em;
}

@media screen and (max-width: 767px) {
  .wp-block-columns {
    flex-direction: column;
    margin: 0;
  }
  .wp-block-columns div {
    padding: 0;
  }
}
/********************************
	page-subpage01.php
*********************************/
.subpage01 {
  text-align: center;
}

.subpage01 #section01 {
  margin-bottom: 60px;
}

.subpage01 #section02 h3,
#subPage h3 {
  font-size: 24px;
  margin-bottom: 30px;
}

.subpage01 #section02 p,
#subPage p {
  margin-bottom: 25px;
}

.subpage01 #section02 p:last-child {
  margin-bottom: 0;
}

.shrines_temples .section-title {
  margin-left: 0;
}
.shrines_temples .section-title:before, .shrines_temples .section-title:after {
  bottom: -9px;
}
@media screen and (max-width: 767px) {
  .shrines_temples .section-title {
    margin-left: auto;
  }
}
.shrines_temples #subPage img {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .shrines_temples .t-left {
    margin-left: auto;
  }
  .shrines_temples .entry-content .is-layout-flex {
    margin-bottom: 30px;
    gap: 0;
  }
  .shrines_temples .entry-content .is-layout-flex p {
    margin-bottom: 20px;
  }
  .shrines_temples .entry-content .is-layout-flex:nth-of-type(2) {
    flex-direction: column-reverse;
  }
}

.shrines_temples.subpage02 {
  margin-top: 0 !important;
}
.shrines_temples.subpage02 #section02 .flexbox div h3 {
  margin-bottom: 30px;
}
@media screen and (min-width: 767px) {
  .shrines_temples.subpage02 .flexbox {
    flex-direction: row-reverse;
  }
  .shrines_temples.subpage02 .flexbox .is-layout-flow {
    width: 49% !important;
  }
  .shrines_temples.subpage02 .flexbox:nth-child(2n-1) .text {
    width: 53% !important;
    padding-right: 0 !important;
  }
  .shrines_temples.subpage02 .flexbox:nth-child(2n-1) img {
    margin-left: auto;
    max-width: 360px;
  }
  .shrines_temples.subpage02 .flexbox:nth-child(2n) .text {
    width: 53% !important;
    padding-left: 0 !important;
  }
  .shrines_temples.subpage02 .flexbox:nth-child(2n) img {
    margin-right: auto;
    max-width: 360px;
  }
}
.shrines_temples.subpage02 .flexbox .is-layout-flow {
  flex: 1 0 auto;
  display: flex;
  max-height: 360px;
}
.shrines_temples.subpage02 .flexbox img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  max-height: 360px;
  max-width: 360px;
}

.shrines_temples-2 #subPage {
  min-height: unset;
}

@media screen and (max-width: 767px) {
  /*SP*/
  .subpage01 #section01 {
    margin-bottom: 30px;
  }
  .subpage01 #section02 h3,
  #subPage h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .subpage01 #section02 p,
  #subPage p {
    font-size: 14px;
    margin-bottom: 15px;
  }
  #subPage img {
    display: block;
  }
}
/*767px-end*/
/********************************
	page-subpage02.php
*********************************/
#subpage.subpage02 {
  margin-bottom: 78px;
}

.subpage02 #section02 .flexbox {
  display: flex;
  margin: 0 -25px 90px -25px;
}

.subpage02 #section02 .flexbox div {
  width: 50%;
  padding: 0 25px;
}

.subpage02 #section02 .flexbox div h3 {
  font-size: 24px;
  margin-top: 5px;
}

.subpage02 #section02 .flexbox div p {
  margin-bottom: 20px;
  line-height: 1.7;
}

.subpage02 #section02 .flexbox div p:last-child {
  margin-bottom: 0;
}

.subpage02 #section03 h3 {
  font-size: 24px;
  margin-bottom: 0.6em;
}

@media screen and (max-width: 767px) {
  /*SP*/
  #subpage.subpage02 {
    margin-bottom: 40px;
  }
  .subpage02 #section02 .flexbox {
    flex-wrap: wrap;
    margin: 0 0 30px 0;
  }
  .subpage02 #section02 .flexbox:nth-child(2) {
    flex-direction: column-reverse;
  }
  .subpage02 #section02 .flexbox div {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    justify-content: center;
  }
  .subpage02 #section02 .flexbox div img {
    width: 100%;
  }
  .subpage02 #section02 .flexbox div:last-child {
    margin-bottom: 0;
  }
  .subpage02 #section02 .flexbox:nth-child(2) div:nth-child(1) {
    margin-bottom: 0;
  }
  .subpage02 #section02 .flexbox:nth-child(2) div:last-child {
    margin-bottom: 15px;
  }
  .subpage02 #section02 .flexbox div h3 {
    margin-top: 0;
    font-size: 18px;
  }
  .subpage02 #section02 .flexbox div p {
    font-size: 12px;
    margin-bottom: 15px;
  }
  .subpage02 #section02 .flexbox div p:last-child {
    margin-bottom: 0;
  }
  .subpage02 #section03 h3 {
    font-size: 18px;
  }
  .subpage02 #section03 p {
    font-size: 12px;
  }
}
/*767px-end*/
/********************************
	page-subpage03.php
*********************************/
.subpage03 #section02 h3 {
  font-size: 24px;
  margin-bottom: 0.7em;
}

.subpage03 #section02 ul {
  margin-bottom: 40px;
}

.subpage03 #section02 ul li {
  padding-left: 1em;
  position: relative;
  line-height: 1.6em;
}

.subpage03 #section02 ul li:before {
  content: "・";
  position: absolute;
  left: 0;
}

@media screen and (max-width: 767px) {
  /*SP*/
  .subpage03 #section02 h3 {
    font-size: 18px;
  }
  .subpage03 #section02 ul,
  #subPage ul {
    margin-bottom: 20px;
  }
  .subpage03 #section02 ul li,
  subPage ul li {
    font-size: 12px;
  }
}
/*767px-end*/
/********************************
	page-subpage04.php
*********************************/
#subpage.subpage04 {
  margin-bottom: 100px;
}

.subpage04 #section02 .flexbox {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}

.subpage04 #section02 .flexbox div {
  width: 33.3333333333%;
  padding: 0 5px;
  margin-bottom: 55px;
}

.subpage04 #section02 .flexbox div img {
  margin-bottom: 20px;
  height: 215px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.subpage04 #section02 .flexbox div h3 {
  margin-bottom: 20px;
}

.subpage04 #section03 h3 {
  font-size: 24px;
  margin-bottom: 0.6em;
}

@media screen and (max-width: 767px) {
  /*SP*/
  .subpage04 #section02 .flexbox {
    margin: 0 0 40px 0;
  }
  .subpage04 #section02 .flexbox div {
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
  }
  .subpage04 #section02 .flexbox div img {
    display: block;
    margin: 0 auto 0px auto;
    width: 100%;
    max-height: 200px;
  }
  .subpage04 #section02 .flexbox div h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .subpage04 #section02 .flexbox div p {
    font-size: 14px;
  }
  .subpage04 #section03 h3 {
    font-size: 18px;
  }
  .subpage04 #section03 p {
    font-size: 12px;
  }
  #subpage.subpage04 {
    margin-bottom: 40px;
  }
}
/*767px-end*/
/********************************
	page-contact.php
*********************************/
/* .wpcf7-form {
  background-color:lightblue;
  padding: 30px 115px 60px 115px;
}

.wpcf7-form table {
  margin-bottom: 40px;
  width: 100%;
}
.wpcf7-form table p{
  margin-bottom: 0 !important;
  color: #fFF;
  width: 100%;
}
.wpcf7-form table th,
.wpcf7-form table td {
  display: block;
  text-align: left;
  color: #fff;
}
.wpcf7-form select{
  padding-left: 1em;
  height: 25px;
  width: 16em;
}
.wpcf7-form table th {
  padding-bottom: 5px;
}
.contact_check .wpcf7-form table th p{
  color: #adadad  ;
}
.wpcf7-form table td {
  padding-bottom: 10px;
}

.wpcf7-form table input,
.wpcf7-form table textarea {
  border: none;
  padding: 0.2em;
}

.wpcf7-form table input {
  width: 65%;
}

.wpcf7-form table textarea {
  width: 100%;
}

.wpcf7-form .submit_button {
  background: #fff;
  border-radius: 0px;
  border: unset;
  width: 233px;
  line-height: 2.2em;
  position: relative;
  margin: 0 auto;
  border: #f83064 solid 1px;
}

.wpcf7-form .submit_button:hover {
  cursor: pointer;
}

.wpcf7-form> p {
  width: 237px;
  margin: 0 auto !important;
  position: relative;
  padding: 2px 0;
}

.wpcf7-form div.submit_button:before {
  position: absolute;
  content: "▶";
  color: #f83064;
  font-size: 8px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  right: 2em;
  z-index: 1;
}

.contact div.submit_button:hover .submit_button {
  transition: 0.3s;
  background-color: #f83064;
  color: #fff;
  border: solid #fff 1px;
}
.contact div.submit_button:hover .submit_button::before {
  color: #fff;
}

.wpcf7-form div.submit_button:hover:before {
  color: #fff;
}
.contact_fin p{
text-align: center;
}
@media screen and (max-width: 767px) {
  .page-id-28 #subPage {
    padding: 35px 0;
  }
  .page-id-28 #subPage p {
    font-size: 12px;
  }
  .wpcf7-form {
    padding: 15px 15px 30px 15px;
  }
  .wpcf7-form table {
    margin-bottom: 20px;
  }
  .wpcf7-form table th,
  .wpcf7-form table td {
    font-size: 12px;
  }
  .wpcf7-form td .wpcf7-form-control-wrap select,
  .wpcf7-form td .wpcf7-form-control-wrap input{
width: 100%;
  }
} */
/*767px-end*/
/********************************
	page-privacy-policy.php
*********************************/
.privacy-policy #section01 .block {
  margin-bottom: 2em;
}

.privacy-policy #section01 .block p span.inline-block,
.privacy-policy #section01 .block li,
.privacy-policy #section01 .block p {
  font-size: 0.8em;
}

.privacy-policy #section01 .block .subtitle {
  margin-bottom: 0.5em;
  font-size: 1em;
}

/********************************
	page-site-map.php
*********************************/
.site-map #section01 .inner li {
  width: -moz-fit-content;
  width: fit-content;
}

.site-map #section01 .inner li a {
  width: -moz-fit-content;
  width: fit-content;
  display: block;
}

.site-map #section01 .inner li a:hover {
  color: #f83064;
  text-decoration: underline;
}

.site-map #section01 .inner ul li {
  padding-left: 2em;
  position: relative;
  margin-bottom: 1em;
}

.site-map #section01 .inner ul li:before {
  position: absolute;
  content: "―";
  left: 0;
}

.site-map #section01 .inner ul.category {
  margin-top: 15px;
}

/********************************
	home.php
*********************************/
/* .news .inner .block01 img {
  display: block;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 240px;
  max-height: 240px;
}
.news .inner .block01 h3 {
  font-size: 14px !important;
  margin-top: 20px;
  margin-bottom: 10px !important;
}
.news .inner .block01 time {
  font-size: 12px !important;
}

.news_list .block01 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}

.news_list .block01 li {
  padding: 0 20px;
  width: 25%;
}

.news_list .block01 li:nth-of-type(n+4) {
  margin-top: 40px;
}

.news_list .block01 li a {
  display: block;
  border-radius: 0;
  padding: 0;
  width: 100%;
  background: transparent;
}

.news_list .block01 li img {
  width: 100%;
}

.news_list .block01 li p,
.news_list .block01 li h3 {
  margin-top: 10px;
  text-align: left;
  font-size: 14px;
} */


/*767px-end*/
/********************************
	single.php
*********************************/
.single .date {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
}

.single .single_thumbnail {
  width:100%;
  aspect-ratio:16/9;
  position: relative;
  overflow: hidden;
}
.single.single-post .single_thumbnail {
  margin-bottom: 30px;
}
.single .single_thumbnail img {
  display: block;
  height:100%;
  object-fit:cover;
  margin: 0;
}
.single .inner_title {
  font-size:1.5em;
  font-weight:bold;
  margin-bottom:1em;
}

@media screen and (max-width: 767px) {
  .single .wp-block-columns {
    margin-top: 40px;
  }
  .single .wp-block-columns h3 {
    margin-top: 15px;
  }
}


/*********************************
		Page
*********************************/
#subPage {
  margin-bottom: 0;
}

#subPage .post_thumbnail {
  position: relative;
  height: 335px;
  z-index: 1;
}
#subPage .post_thumbnail img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0;
  height: 100%;
}
@media screen and (max-width: 767px) {
  #subPage .post_thumbnail {
    height: 200px;
  }
}

#subPage #section01 {
  padding-top: 67.5px;
  padding-bottom: 95px;
  background-image: unset;
  margin-bottom: 40px;
  top: -40px;
}
@media screen and (max-width: 767px) {
  #subPage #section01 {
    padding-bottom: 50px;
    margin-bottom: 10px;
  }
}

#subPage #section01 p {
  color: #323232;
  font-size: 14px;
  margin-bottom: 0;
}

#contact {
  margin-top: 90px;
}
#contact .inner {
  padding-top: 75px;
  padding-bottom: 95px;
  position: relative;
  text-align: center;
}
#contact .inner .section-title {
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  #contact .inner {
    padding-top: 35px;
    padding-bottom: 50px;
  }
}
#contact .inner * {
  color: #fff;
}
#contact .inner .btn-nocolor {
  position: relative;
}
#contact .inner h3 {
  margin-bottom: 43px;
}
#contact .inner p {
  margin-bottom: 45px;
}

.contact .entry-content .section-title {
  margin-bottom: 60px !important;
}

#subpage #section01 .inner h3 {
  margin-bottom: 30px;
}

.thum-slider_container .view {
  background-color: #F0F0F0;
  margin-bottom:10px;
}
@media screen and (max-width: 767px) {
  .thum-slider_container .view .slick-track {
    display: flex;
    align-items: center;
  }
}
.thum-slider_container .view img {
  margin: 0 auto;
  width:100%;
  height:100%;
  aspect-ratio:16/9;
  object-fit:contain;
  object-fit:cover;
}
.thum-slider_container .thum {
  margin:-5px;
}
.thum-slider_container .thum .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.thum-slider_container .thum .slick-list .slick-track {
  transform: unset !important;
  width:fit-content !important;
  /* width: 100% !important;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px; */
}
.thum-slider_container .thum .slick-list .slick-track:before,
.thum-slider_container .thum .slick-list .slick-track:after {
  display: none;
  content: "";
}
.thum-slider_container .thum .slick-list .slick-track .slick-slide {
  width:80px !important;
  aspect-ratio:16/9;
  /* height:45px; */
  object-fit:cover;
  margin:5px;
}
/* .thum-slider_container .thum li {
  opacity: 0.3;
  transition: opacity 0.3s linear;
  width: 100% !important;
}
.thum-slider_container .thum li img {
  width: 100%;
}
.thum-slider_container .thum .slick-current {
  opacity: 1;
} */
/* .thum-slider_container .thum.colum4 .slick-track {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
} */
/* .thum-slider_container .thum.colum4 .slick-track .slick-slide {
  width: 128% !important;
} */
.thum-slider_container .thum .slick-track .slick-current {
  border: 3px solid #f83064;
  box-sizing: inherit;
}
@media screen and (max-width:470px) {
  .thum-slider_container .thum {
    margin:-2px;
  }
  .thum-slider_container .thum .slick-list .slick-track .slick-slide {
    width:calc( 20% - 4px ) !important;
    margin:2px;
  }
  .thum-slider_container .thum .slick-track .slick-current {
    border: 2px solid #f83064;
  }
}
/* 
.tax-work_category #subPage .item img,
.post-type-archive-work #subPage .item img {
  margin: 0px 0 20px;
  background-color: #707070;
  display: block;
  aspect-ratio: 3/2;
  min-height: 50px;
  max-height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}
.tax-work_category time,
.post-type-archive-work time {
  font-size: 12px;
  color: #f83064;
  letter-spacing: 0em;
}
.tax-work_category .tag,
.post-type-archive-work .tag {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 3px;
  color: #f83064;
  padding: 0 2px;
  letter-spacing: 0;
  font-size: 12px;
}
.tax-work_category .tag a,
.post-type-archive-work .tag a {
  font-size: 12px;
  list-style: 1;
  color: #f83064;
}
.tax-work_category #subPage h3.posttitle,
.post-type-archive-work #subPage h3.posttitle {
  margin-bottom: 10px;
  font-size: 14px;
  margin-top: 0;
  line-height: 1.33;
}
@media screen and (min-width: 767px) {
  .tax-work_category .item,
  .post-type-archive-work .item {
    width: 33% !important;
  }
  .tax-work_category .item:nth-child(n+4),
  .post-type-archive-work .item:nth-child(n+4) {
    margin-top: 20px;
  }
}
.tax-work_category .item a,
.post-type-archive-work .item a {
  position: relative;
}
.tax-work_category .item a p.thum_cat,
.post-type-archive-work .item a p.thum_cat {
  margin: 0 !important;
  color: #fff;
  background-color: #f83064;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 3px;
  font-size: 13px;
}
.tax-work_category .term_linklist,
.post-type-archive-work .term_linklist {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 40px;
}
.tax-work_category .term_linklist .btn-nocolor,
.post-type-archive-work .term_linklist .btn-nocolor {
  position: relative;
}
@media screen and (max-width: 767px) {
  .tax-work_category .term_linklist,
  .post-type-archive-work .term_linklist {
    margin-bottom: 30px !important;
  }
}
.tax-work_category .term_linklist li,
.post-type-archive-work .term_linklist li {
  max-width: 190px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .tax-work_category .term_linklist li:not(:last-of-type),
  .post-type-archive-work .term_linklist li:not(:last-of-type) {
    margin-right: 10px;
  }
}
.tax-work_category .term_linklist li a,
.post-type-archive-work .term_linklist li a {
  display: block;
}

.welfare #subPage h4,
.welfare #subPage strong {
  font-weight: bold;
}
.welfare #subPage h4.section-title {
  margin-bottom: 40px;
  margin-top: 50px;
}
.welfare #subPage h4.section-title span {
  font-size: 20px;
}
.welfare #subPage .is-layout-flex {
  margin-bottom: 40px;
}
.welfare #subPage h4.bold {
  margin-bottom: 0.2em;
  font-size: 18px;
}
.welfare #subPage .block_2 {
  margin-top: 13%;
}
.welfare #subPage h3.ttl {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: bold;
}
.welfare #subPage img {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .welfare #subPage .wp-block-image {
    margin-bottom: 0;
  }
  .welfare #subPage h3.ttl {
    margin-bottom: 8px;
    font-size: 15px;
    font-weight: bold;
  }
  .welfare #subPage .is-layout-flex {
    gap: 0px;
    margin-bottom: 20px;
  }
  .welfare #subPage .sp-mb {
    margin-bottom: 50px;
  }
  .welfare #subPage img {
    margin-bottom: 20px;
  }
}

.accsess #subPage img {
  margin-bottom: 0;
}
.accsess #subPage h3 {
  margin-bottom: 10px;
}
.accsess #subPage .section-title {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .accsess #subPage .section-title {
    margin-bottom: 40px;
  }
  .accsess #subPage .entry-content h3:not(:first-of-type) {
    margin-top: 50px;
  }
}
.accsess #subPage .entry-content h3:not(:first-of-type) {
  margin-top: 90px;
}
@media screen and (min-width: 767px) {
  .accsess #subPage .is-layout-flex .is-layout-flow:last-of-type {
    padding-left: 0;
  }
  .accsess #subPage .is-layout-flex {
    gap: 10px;
  }
}
.accsess #subPage .is-layout-flex {
  gap: 0px;
}
.accsess #subPage .is-layout-flow> .alignleft {
  margin-inline-end: 0;
} */

.cat_url {
  text-align: center;
  border: #f83064 solid 1px;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin: 0 auto 20px;
  padding: 0 2px;
}
.cat_url a {
  color: #f83064 !important;
}

.page404 {
  text-align: center;
}
.page404 .page-header {
  border: unset;
}

@media screen and (max-width: 767px) {
  .sp-mb {
    margin-bottom: 50px !important;
  }
}