/*

追加用CSS　PC表示

*/
#splash {
    background: #fff;
}
.icon-bar {
    background: #bababa;
}

.lb-back-to-top {
    color: #ea5e57;
    border: 3px solid #ea5e57;
}
h1 {
    margin-bottom: 0;
}

.desktop.navigation {
    padding: 0;
    margin: 0;
    width: 50%;
}

.header-btn.flex {
    width: 25%;
}

.header-btn a {
    width: 49%;
}

.header-btn a:hover {
    opacity: .8;
    transition-duration: .8s;
}

.desktop.navigation .nav-content a {
    color: #454545;
    font-size: 1.2rem;
    font-weight: bold;
}
/*プライバシーポリシー-----------------------
 * ------------------------------------------*/
.privacyBox {padding:0 10px 70px;}
.privacyBox section{text-align: left;padding: 60px 0 60px;}


.privacyBox p{line-height: 180%;}
.privacyBox ul.ullist01{margin:10px 0px;}
.privacyBox ul.ullist01 li{
	margin: 0px 0px 0px 1.5em;
	line-height: 200%;
	list-style:disc;
	}

.privacyBox .ttl-01{
	margin:60px 0 20px;
	padding: 10px 0 10px 0;
	color:#333;
	font-size:1.5rem;
	font-weight:bold;
	text-align: left;
	border-bottom: 4px solid #edede8;
	line-height: 180%;
	position: relative;
	letter-spacing: 0.05em;
	}
.privacyBox .ttl-01::after {
	position: absolute;
	content: " ";
	border-bottom: solid 4px #f4bca6;
	bottom: -4px;
	width:10%;
	display: block;
	left: 0;
	}
.privacyBox .ttl-01 span{
	color: #ec8861;
	font-weight: bold;
	font-size: 0.875rem;
	letter-spacing: 0;
	margin-left:10px;
	display: inline;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	}
.privacyBox .ttl-01.ttl_top{margin: 0 0 20px;}

.privacyBox .wc_h3_01{text-align: center; line-height: 150%;}
.privacyBox .wc_h3_01 span{text-transform: uppercase;letter-spacing: 0;}
/*------------------------------------------
 * 新着情報アーカイブ シングル
 * ---------------------------------------*/
.single .post-title {
  margin-bottom: 40px;
}

.sidebar h3 {
  background: #6ac7e6;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border-radius: 10px;
}

.post-title a:hover {
  color: #6ac7e6 !important;
}

.blog-content {
  padding: 30px 15px;
}

.content.padded.blog {
  padding-top: 80px;
}

.blog-content .post {
  border-bottom: 1px solid #a5a5a5;
  margin-top: 0px;
  padding: 30px 0;
}

.blog-content .post:first-of-type {
  padding-top: 0;
}

.post:last-of-type {
  border-bottom: none;
}

.post-title h2,
.post-title h2 a {
  font-size: 28px;
  color: #61402f;
  padding: 0;
  font-weight: bold;
}

.post-title h2 a:hover {
  color: #6ac7e6;
}

.post-meta h6,
.post-meta a {
  font-size: 16px;
  color: #61402f;
  margin-bottom: 0;
}

.post:first-of-type {
  margin-top: 0px;
}

.cat-item a,
.recentcomments a {
  color: #61402f !important;
  font-size: 16px;
}

.cat-item,
.recentcomments {
  border-bottom: 1px solid #bfbfbf;
}

.cat-item a:hover {
  color: #6ac7e6;
}

.pager li a:hover {
  color: #6ac7e6;
}

.search .title {
  display: none;
}

.search .post {
  padding-left: 0;
}



nav.flex.fixed {
    border-bottom: solid 30px;
    border-image-source: url(/wp-content/uploads/2023/12/border-img02.svg);
    border-image-slice: 0 0 30;
    border-image-repeat: repeat;
    align-items: center;
    top: -120px;
    transition-duration: .8s;
	padding: 20px;
}

nav.flex.fixed.scroll {
    top: 0!important;
    transition-duration: .8s;
}

section#definition {
    padding: 0;
    background: url(/wp-content/uploads/2023/12/definition-bg-bottom.svg);
    background-repeat: repeat-x;
    background-position-x: center;
    background-position-y: 99.9%;
}

section#definition .title.grid-full {
    display: none;
}

section#definition .shortcode.clearfix {
    background: url(/wp-content/uploads/2023/12/definition-bg.svg);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 100%;
    margin: 0 auto 18px;
    padding: 100px 0 50px;
}

section#parts {
    background: url(/wp-content/uploads/2023/12/content02-bg-left.svg),
        url(/wp-content/uploads/2023/12/content02-bg-right.webp),
        url(/wp-content/uploads/2023/12/content02-bg.svg);
    background-repeat: no-repeat;
    background-size: 20%,20%,100%;
    background-position: -60px 108%,top right,top left;
}

section#parts .width1000 img {
	margin-left: 60px;
}

section#parts .title.grid-full {
    display: none;
}

section#content03 {
    background: url(/wp-content/uploads/2023/12/content03-bg.png);
}

section#content03 .width1000 {text-align: center;}

section#content03 .title.grid-full {
    display: none;
}

#content03 > div.shortcode.clearfix > div > img:nth-child(1) {
    margin-bottom: 5rem;
}

a.contact img {
    padding-top: 10px;
    transition-duration: .8s;
}

a.contact img:hover {
    padding-top: 0;
    padding-bottom: 10px;
    transition-duration: .8s;
    opacity: .8;
}
.border {
	display: block;
	width: 30%;
	height: 7px;
	background: none;
	margin: 0 auto;
	border-bottom: solid 20px #f8f30a;
}
.title h2 {
    margin: 0 0 5px;
    font-size: 3rem;
    font-weight: bold;
}

section#features-ttl {
    background: url(/wp-content/uploads/2023/12/features-ttl-bg.webp);
    padding: 15vh 0 15vh;
    background-repeat: no-repeat;
    background-size: cover;
}

section#content04 {
    background: url(/wp-content/uploads/2023/12/content04-bg-top.webp),url(/wp-content/uploads/2023/12/content04-bg.png);
    background-repeat: no-repeat,repeat;
    background-position: top;
    padding-bottom: 0;
}

section#content04 .title.grid-full {
    display: none;
}



section#content04 .content04-txt {
    background: url(/wp-content/uploads/2023/12/content04-txt-bglt.svg),
      url(/wp-content/uploads/2023/12/content04-txt-bgrt.svg),
      url(/wp-content/uploads/2023/12/content04-txt-bglb.svg),
      url(/wp-content/uploads/2023/12/content04-txt-bgrb.svg),
      url(/wp-content/uploads/2023/12/content04-txt-bg.svg),
      #f2f2f2;
    background-position: left top,right top,left bottom,right bottom,90% 90%;
    background-repeat: no-repeat;
    background-size: 8%,8%,8%,8%,20%;
    padding: 7rem;
}

section#content04 .content04-txt p {
    font-size: 26px;
    font-weight: bold;
}

section#content04 .width1000 {
    margin-bottom: 7rem;
}

section#content05 {
    background: url(/wp-content/uploads/2023/12/content05-bak.svg);
}

section#content05 .title.grid-full {
    display: none;
}

ul.content05-content li {
    width: 30%;
    border: solid 2px #000;
    background: #fff;
    background-repeat: no-repeat;
    background-size: 180%;
    background-position: top,bottom;
    padding: 30px;
    position: relative;
}
span.br {
    position: absolute;
    width: 20px;
    height: 20px;
    border: solid 2px #000000;
    background: #fff;
    border-radius: 30% 70% 10% 90% / 30% 90% 10% 70%;
}

span.br.lt {
    top: -20px;
    left: -20px;
}

span.br.rt {
    top: -20px;
    right: -20px;
    border-radius: 70% 30% 90% 10% / 90% 30% 70% 10%;
}

span.br.lb {
    bottom: -20px;
    left: -20px;
    border-radius: 90% 10% 70% 30% / 70% 10% 90% 30%;
}

span.br.rb {
    bottom: -20px;
    right: -20px;
    border-radius: 10% 90% 30% 70% / 10% 70% 30% 90%;
}
ul.content05-content li img {
    margin-bottom: 20px;
}

ul.content05-content li p {
    padding: 10px 40px 10px;
    font-size: 16px;
}


section#content06 {
    background:url(/wp-content/uploads/2023/12/content06-bg.svg);
    padding: 40px;
}

section#content06 .title.grid-full {
    display: none;
}

section#content06 .shortcode.clearfix {
    margin: 0;
    background: url(/wp-content/uploads/2023/12/content02-bg-right.webp),#fff;
    border-radius: 60px;
    padding: 10rem 0;
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 20%;
}

section#content06 .staff-item {
    width: 32%;
}
.staff-imgbox:after {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 105%;
    height: 105%;
    background: url(/wp-content/uploads/2023/12/mask-red.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.staff-imgbox p.img {
    aspect-ratio: 1 / 1;
}

.staff-imgbox p.img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section#content06 .staff-item:nth-child(1n) .staff-imgbox:after {
    background: url(/wp-content/uploads/2023/12/mask-red.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

section#content06 .staff-item:nth-child(2n) .staff-imgbox:after {
    background: url(/wp-content/uploads/2023/12/mask-whit.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

section#content06 .staff-item:nth-child(3n) .staff-imgbox:after {
    background: url(/wp-content/uploads/2023/12/mask-blue.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.staff-imgbox {
    position: relative;
}
section#content06 .staff-item .staff-imgbox p.name {
    position: absolute;
    width: 85%;
    background: #fff;
    text-align: center;
	bottom:20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    border-radius: 9999px;
    align-items: center;
    border: solid 1px;
    font-size: 16px;
}
section#content06 .staff-item:nth-child(1n) .staff-imgbox p.name {border-color: #ea5e57;}
section#content06 .staff-item:nth-child(2n) .staff-imgbox p.name {border-color: #f2f2f2;}
section#content06 .staff-item:nth-child(3n) .staff-imgbox p.name {border-color: #5c7ab7;}
section#content06 .staff-item .staff-imgbox p.name span.kinzoku {
    background: chartreuse;
    border-radius: 9999px;
    text-align: center;
    width: 40%;
    padding: 10px 0;
}
section#content06 .staff-item:nth-child(1n) .staff-imgbox p.name span.kinzoku {background: #ea5e57;color: #fff;}
section#content06 .staff-item:nth-child(2n) .staff-imgbox p.name span.kinzoku {background: #f2f2f2;color: #464646;}
section#content06 .staff-item:nth-child(3n) .staff-imgbox p.name span.kinzoku {background: #5c7ab7;color: #fff;}
section#content06 .staff-item .staff-imgbox p.name span.staff-name {
    width: 60%;
    padding: 10px 0;
    font-weight: bold;
}
section#content06 .staff-item .staff-comment {
    margin: 0 auto;
    width: 90%;
    padding: 30px 15px;
    text-align: center;
    border-radius: 10px;
}
section#content06 .staff-item:nth-child(1n) .staff-comment {background: #fad7d5;}
section#content06 .staff-item:nth-child(2n) .staff-comment {background: #f2f2f2;}
section#content06 .staff-item:nth-child(3n) .staff-comment {background: #c9d4e8;}

section#content06 .staff-item .staff-comment p {
    margin: 0;
    font-size: 22px;
    font-family: 'Yomogi', cursive;
	font-weight: bold;
}

section#interview-ttl {
    background: url(/wp-content/uploads/2023/12/interview-ttl-bg.webp);
    padding: 15vh 0 15vh;
    background-repeat: no-repeat;
    background-size: cover;
}

section#interview-ttl .shortcode.clearfix {
    margin: 0;
}

section#recruit-ttl {
    background: url(/wp-content/uploads/2023/12/recruit-ttl-bg.webp);
    padding: 15vh 0 15vh;
    background-repeat: no-repeat;
    background-size: cover;
}

section#recruit-ttl .shortcode.clearfix {
    margin: 0;
}

section#content07 {
    background: url(/wp-content/uploads/2023/12/content07-bg.webp);
    background-size: 50%;
}
/*========================================================================================

料金一覧

=========================================================================================*/
section#content07 .tablepress-table-name {
    position: relative;
    cursor: pointer;
    border: 1px solid #ea5e57;
    padding: 20px 20px 20px 40px;
    font-size: 1.4rem;
    font-weight: bold;
    background: #fff;
    border-radius: 4px;
    color: #5d5d5d;
    text-align: left;
    margin-bottom: 0;
    margin-top: 30px;
}

section#content07 .tablepress-table-name:before,section#content07 .tablepress-table-name:after {
    position: absolute;
    content: '';
    width: 15px;
    height: 2px;
    background-color: #ea5e57;
}

section#content07 .tablepress-table-name:before {
    top: 48%;
    left: 15px;
    transform: rotate(0deg);
}

section#content07 .tablepress-table-name:after {
    top: 48%;
    left: 15px;
    transform: rotate(90deg);
}

section#content07 .tablepress-table-name.close:before {
    transform: rotate(45deg);
}

section#content07 .tablepress-table-name.close:after {
    transform: rotate(-45deg);
}

section#content07 .tablepress-table-name:hover {
    background: #fff6f6;
}

table.recruit  tbody td.column-1 {
    background: #efefef;
    color: #2e2e2e;
    width: 20%;
    text-align: center;
    vertical-align: middle;
    font-size: 1.3rem;
    font-weight: bold;
    text-align: left;
    padding: 20px 35px;
}

table.recruit tbody td.column-2 {
    width: 60%;
    text-align: left;
    vertical-align: middle;
    border-right: solid 1px var(--border-color);
    font-size: 1rem;
    background: #fff;
}

table.recruit tbody td span {
    font-size: 1.5rem;
    display: inline-block;
}

table.recruit + span {
    text-align: left;
    line-height: 2.8rem;
}

table.recruit {
    border: 1px solid var(--border-color);
}

section#content07 .title.grid-full {
    display: none;
}

.interior-gallery-swiper-wrapper {
  transition-timing-function: linear;
}
.interior-gallery-swiper-slide img {
  height: auto;
  width: 100%;
}

section.footer-info {
    background: #ea5e57;
    border-bottom: solid 30px;
    border-image-source: url(/wp-content/uploads/2023/12/border-img02.svg);
    border-image-slice: 0 0 30;
    border-image-repeat: repeat;
}

.info-access-area {
    margin-top: 50px;
}

.kg-info {
    width: 50%;
}

.kig-access {
    width: 48%;
}

table#tablepress-4 {
    background: #fff;
    border-radius: 30px;
    padding: 30px;
}

table#tablepress-4 tr td div {
    display: block;
    border-bottom: solid 5px;
    border-image-source: url(/wp-content/uploads/2023/12/dotted.svg);
    border-image-slice: 0 0 5;
    border-image-repeat: round;
    padding: 5px 10px;
}

table#tablepress-4 tr td {
    padding: 0;
    border-top: none;
    font-size: 16px;
}

table#tablepress-4 tbody {
    padding: 50px;
    width: 100%;
}

table#tablepress-4 tr td.column-1 {
    padding: 20px 0px 20px 50px;
    font-weight: bold;
    width: 25%;
}

table#tablepress-4 tr td.column-2 {
    padding: 20px 50px 20px 0;
    width: 75%;
}

.gmap {
    aspect-ratio: 16 / 9;
    width: 100%;
    margin-bottom: 20px;
}

.gmap iframe {
    width: 100%;
    height: 100%;
}

.densya.flex,
.kuruma.flex {
    background: #fff;
    padding: 20px;
    align-items: center;
    margin-bottom: 20px;
}

.densya p.svg-icon,
.kuruma p.svg-icon {
    width: 20%;
    text-align: center;
}

.densya .root-con,
.kuruma .root-con {
    width: 78%;
}

.densya .root-con p.ttl,
.kuruma .root-con p.ttl {
    font-size: 20px;
    font-weight: bold;
    color: #2853a2;
    margin-bottom: 5px;
}

.densya .root-con p,
.kuruma .root-con p {
    font-size: 16px;
}

table#tablepress-4 tr:first-child td {
    padding-top: 50px;
}

table#tablepress-4 tr:last-child td {
    padding-bottom: 50px;
}