@charset "utf-8";
/* ============================================
	下層ページ
============================================ */
/* ============================================
	TOP KV
============================================ */
.o_kv{
	position: relative;
	width: 100%;
    padding: 40px 50px 0;
    margin: auto;
}
.o_kv .box{
    max-width: 1200px;
    margin: auto;
    margin-top: 40px;
}
.o_kv .box img{
    width: 100%;
    height: 450px;
    object-fit: cover;
}
@media screen and (max-width: 1300px) {

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

}
@media screen and (max-width: 750px) {
.o_kv{
    padding: 20px 0% 0;
}
.o_kv .box{
    margin-top: 30px;
}
.o_kv .box img{
    height: 200px;
}
}

/* ============================================
	CONCEPT
============================================ */
.concept{
	position: relative;
	width: 100%;
    padding: 60px 50px 60px;
    margin: auto;
}
.concept .comment{
    max-width: 1200px;
    margin: auto;
    padding: 60px 0px 60px;
}
.concept .comment h2{
	display: block;
	margin: 0px 0px 20px 0px;
	font-size:30px;
	line-height:1em;
	color: #6a35a1;
	font-weight: 600;
    text-align: center;
}
.concept .comment .sub_com{
	display: block;
	font-size:16px;
	line-height:1.8em;
	color: #666666;
	font-weight: 500;
    text-align: center;
}
.concept .box{
    max-width: 1200px;
    margin: 0 auto 100px;
	position: relative;
    display: flex;
    gap: 0;
    align-items: flex-start;
}
.concept .box .imgarea{
    width: 53%;
}
.concept .box .imgarea img{
    max-width: 100%;
    height: 440px;
    object-fit: cover;
}
.concept .box .text_contents{
    width: 50%;
    height: 440px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    margin-top: 50px;
    padding: 60px 5% 0 7%;
    background-color: rgba(106, 53, 161, 0.1);
}
.concept .box .text_contents .ptn{
	display: block;
	margin: 0px 0px 10px 0px;
	font-size:16px;
	line-height:1em;
	color: #6a35a1;
	font-weight: 600;
}
.concept .box .text_contents h3{
	display: block;
	margin: 0px 0px 20px 0px;
	font-size:30px;
	line-height:1em;
	color: #6a35a1;
	font-weight: 600;
}
.concept .box .text_contents p{
	display: block;
	font-size:14px;
	line-height:1.8em;
	color: #666666;
	font-weight: 500;
}
.concept .box:nth-child(odd){
    flex-direction: row-reverse;
}
.concept .box:nth-child(odd) .text_contents{
    left: 0;
    padding: 60px 7% 0 5%;
}

@media screen and (max-width: 1200px) {
.concept{
    padding: 40px 50px 40px;
}
.concept .comment{
    padding: 40px 0px 40px;
}
.concept .comment h2{
	font-size:28px;
}
.concept .comment .sub_com{
	font-size:14px;
	line-height:1.8em;
}
.concept .box .imgarea img{
    height: 400px;
}
.concept .box .text_contents{
    height: 400px;
}
.concept .box .text_contents .ptn{
	font-size:14px;
}
.concept .box .text_contents h3{
	font-size:24px;
}
.concept .box .text_contents p{
	font-size:14px;
	line-height:1.8em;
}
}
@media screen and (max-width: 750px) {
.concept{
    padding: 40px 5% 40px;
}
.concept .comment{
    padding: 0px 0px 40px;
}
.concept .comment h2{
	margin: 0px 0px 20px 0px;
	font-size:20px;
}
.concept .comment .sub_com{
	font-size:14px;
	line-height:1.6em;
}
.concept .box{
    display: block;
    margin: 0 auto 40px;
}
.concept .box .imgarea{
    width: 100%;
}
.concept .box .imgarea img{
    height: 250px;
}
.concept .box .text_contents{
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 0px;
    padding: 20px 7% 20px 7%;
}
.concept .box .text_contents .ptn{
	margin: 0px 0px 10px 0px;
	font-size:12px;
}
.concept .box .text_contents h3{
	margin: 0px 0px 15px 0px;
	font-size:20px;
}
.concept .box .text_contents p{
	font-size:14px;
	line-height:1.8em;
}
.concept .box:nth-child(odd){
    flex-direction: row;
}
.concept .box:nth-child(odd) .text_contents{
    padding: 20px 7% 20px 7%;
}

}

/* ============================================
	FLOW
============================================ */
.flow{
	position: relative;
	width: 100%;
    padding: 40px 5% 40px;
    margin: auto;
    background-color: #f6f6f6;
    z-index: 100;
    margin-top: 100px;
    margin-bottom: 100px;
    background-color: rgba(195, 176, 130, 0.1);
    position: relative;
}
.flow::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 120px 100vw 0 0;
    border-color: rgba(195, 176, 130, 0.1) transparent transparent transparent;
    position: absolute;
    bottom: -120px;
    z-index: -1;
    left: 0;
}
.flow::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 120px 100vw;
    border-color: transparent transparent rgba(195, 176, 130, 0.1) transparent;
    position: absolute;
    top: -120px;
    z-index: -1;
    left: 0;
}
.flow .box{
	position: relative;
    display: flex;
    gap: 20px;
    align-items: flex-start;
    max-width: 1200px;
    margin: 40px auto 0;
}

.flow .box .list{
    width: 20%;
    align-items: stretch;
}
.flow .box .list .step{
	display: block;
	margin: 0px 0px 10px;
	font-size:14px;
	line-height:1.5em;
	background-color: #6a35a1;
	font-weight: 600;
    text-align: center;
    color: #ffffff;
}
.flow .box .list .imgarea{
    max-height: 25vw;
    overflow: hidden;
}
.flow .box .list .imgarea img{
    max-width: 100%;
    object-fit: cover;
}
.flow .box .list .text_contents{
    width: 100%;
}
.flow .box .list .text_contents h3{
	display: block;
	margin: 10px 0px 0px 0px;
	font-size:18px;
	line-height:1em;
	color: #6a35a1;
	font-weight: 600;
}
.flow .box .list .text_contents p{
	display: block;
	font-size:14px;
	line-height:28px;
	color: #666666;
	font-weight: 500;
    margin: 10px 0px 0px 0px;
}
@media screen and (max-width: 1200px) {

}
@media screen and (max-width: 750px) {
.flow{
    padding: 40px 5% 10px;
    margin-top: 60px;
    margin-bottom: 60px;
}
.flow::before {
    border-width: 60px 100vw 0 0;
    bottom: -60px;
}
.flow::after {
    border-width: 0 0 60px 100vw;
    top: -60px;
}
.flow .box{
    display: block;
    gap: 0px;
    margin: 30px auto 0;
}
.flow .box .list{
    width: 100%;
    margin-bottom: 40px;
}
.flow .box .list .imgarea{
    max-height: 250px;
}
.flow .box .list .text_contents h3{
	font-size:18px;
}
.flow .box .list .text_contents p{
	font-size:12px;
	line-height:1.6em;
}
}

/* ============================================
	FAQ
============================================ */
.faq{
	position: relative;
	width: 100%;
    padding: 40px 5% 40px;
    margin: auto;
    z-index: 100;
    margin-top: 100px;
    margin-bottom: 100px;
    position: relative;
}
.faq .box{
	position: relative;
    max-width: 1000px;
    margin: 60px auto 0;
}
.faq .box .list{
    position: relative;
    border-bottom: 1px solid #f1f1f1;
    padding: 20px 0px;
}
.faq .box .list h3{
	display: block;
	margin: 0px 0px 10px 0px;
	font-size:16px;
	line-height:1.6em;
	color: #6a35a1;
	font-weight: 600;
}
.faq .box .list p{
	display: block;
	font-size:14px;
	line-height:1.8em;
	color: #666666;
	font-weight: 600;
}
.faq .box .list a{
    color: #666666;
    transition:all .2s ease;
}
.faq .box .list a:hover{
    opacity: .8;
}
@media screen and (max-width: 1200px) {

}
@media screen and (max-width: 750px) {
.faq{
    padding: 40px 5% 40px;
    margin-top: 60px;
    margin-bottom: 40px;
}
.faq .box{
    margin: 30px auto 0;
}
.faq .box .list{
    padding: 20px 0px;
}
.faq .box .list h3{
	font-size:16px;
	line-height:1.6em;
}
.faq .box .list p{
	font-size:14px;
	line-height:1.8em;
}
}

/* ============================================
	INTRO
============================================ */
.intro{
	position: relative;
	width: 100%;
    padding: 80px 5% 80px;
    margin: auto;
    z-index: 100;
    position: relative;
}
.intro .comment{
    max-width: 1200px;
    margin: auto;
    padding: 0px 0px 0px;
}
.intro .comment h2{
	display: block;
	margin: 0px 0px 20px 0px;
	font-size:30px;
	line-height:1em;
	color: #6a35a1;
	font-weight: 600;
    text-align: center;
}
.intro .comment .sub_com{
	display: block;
	font-size:16px;
	line-height:1.8em;
	color: #666666;
	font-weight: 500;
    text-align: center;
}
.intro .box{
    position: relative;
    max-width: 1200px;
    display: flex;
    justify-content:flex-start;
    gap: 50px;
    margin: 60px auto 0;
}
.intro .box .imgarea{
    overflow: hidden;
    width: 33.333%;
}
.intro .box .imgarea img{
  width: 100%;
  height: 370px;
  object-fit: cover;
}

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

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

}

/* ============================================
	SALON INFO
============================================ */
.info{
	position: relative;
	width: 100%;
    padding: 80px 5% 80px;
    margin: auto;
    z-index: 100;
    position: relative;
}
.info .box{
    position: relative;
    max-width: 1200px;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 50px;
    margin: 40px auto 0;
}
.info .box .imgarea{
    max-width: 500px;
    overflow: hidden;
}
.info .box .imgarea img{
  width: 500px;
  height: 600px;
  object-fit: cover;
}
.info .box .text_contents{
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
}
.info .box .text_contents dl ._list{
  display:flex;
  justify-content: flex-start;
  border-bottom: 1px solid #ccc;
}
.info .box .text_contents dl ._list dt {
  width: 150px;
  padding: 15px 20px;
  	display: block;
	font-size:14px;
	line-height:28px;
	color: #222222;
	font-weight: 500;
}
.info .box .text_contents dl ._list dd {
  width: calc(100% - 150px / 2);
  padding: 15px 20px;
  	display: block;
	font-size:14px;
	line-height:28px;
	color: #666666;
	font-weight: 500;
}
@media screen and (max-width: 1200px) {
.info .box .imgarea img{
  width: 42vw;
}
}
@media screen and (max-width: 750px) {
  .info .box .imgarea{
    display: none;
  }
  .info .box .text_contents dl ._list{
    display:block;
    border-bottom: 0px;
  }
  .info .box .text_contents dl ._list dt {
    width: 100%;
    background-color: #f1f1f1;
  }
  .info .box .text_contents dl ._list dd {
    width: 100%;
  }
}

/* ============================================
	ACCESS
============================================ */
.access{
	position: relative;
	width: 100%;
    padding: 80px 5% 100px;
    margin: auto;
    background-color: #f6f6f6;
    z-index: 100;
    /*margin-top: 100px;*/
    /*margin-bottom: 100px;*/
    background-color: rgba(195, 176, 130, 0.1);
    position: relative;
}
/*
.access::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 120px 100vw 0 0;
    border-color: rgba(195, 176, 130, 0.1) transparent transparent transparent;
    position: absolute;
    bottom: -120px;
    z-index: -1;
    left: 0;
}
.access::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 120px 100vw;
    border-color: transparent transparent rgba(195, 176, 130, 0.1) transparent;
    position: absolute;
    top: -120px;
    z-index: -1;
    left: 0;
}
*/
.access .box{
	position: relative;
    max-width: 1000px;
    margin: 40px auto 0;
}
.access .box .map {
    width: 100%;
    position: relative;
    padding-top: 36.25%;
}
.access .box .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 1200px) {

}
@media screen and (max-width: 750px) {
.access{
    padding: 40px 0% 60px;
}
/*
.access{
    margin-top: 60px;
    margin-bottom: 60px;
}
.access::before {
    border-width: 60px 100vw 0 0;
    bottom: -60px;
}
.access::after {
    border-width: 0 0 60px 100vw;
    top: -60px;
}
*/
.access .box{
    margin: 20px auto 0;
}
.access .box .map {
    padding-top: 46.25%;
}
}

/* ============================================
	RESERVATION
============================================ */
.reservation{
	position: relative;
	width: 100%;
    padding: 60px 5% 40px;
    margin: auto;
    z-index: 100;
    margin-top: 100px;
    margin-bottom: 100px;
}
.onepage{
    padding: 0px 5% 40px;
    margin-top: 0px;
}
.reservation .comment{
    max-width: 1000px;
    margin: auto;
    padding: 60px 0px 60px;
}
.reservation .comment .txt{
	display: block;
	font-size:14px;
	line-height:1.8em;
	color: #666666;
	font-weight: 500;
}
.reservation .box{
	position: relative;
    max-width: 1000px;
    margin: 0px auto 0;
}

.reservation .box table {
    width: 100%;
    word-break: break-all;
    border-collapse: collapse;
}
.reservation .box table tr {
    border-bottom: 1px solid #cccccc;
}
.reservation .box table tr:first-child {
    border-top: 1px solid #cccccc;
}
.reservation .box table tr th {
    min-width: 200px;
    font-size: 16px;
    line-height: 1em;
    color: #222222;
    text-align: left;
    vertical-align: middle;
    padding: 20px 0;
}
.reservation .box table tr td {
    font-size: 16px;
    line-height: 1em;
    color: #222222;
    vertical-align: top;
    padding: 20px 0;
}
.reservation .box span.att {
    font-size: 12px;
    line-height: 1em;
    color: #ffffff;
    margin-left: 1em;
    padding: 0px 7px 2px;
    background-color: #6a35a1;
    border-radius: 50px;
}
.reservation .box .vertical-item {
    display: block;
}
.reservation .box table tr td .date {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 10px;
}
.entry-form .date input[type="text"], .about .date input[type="text"] {
    max-width: 240px;
}
.entry-form .select, .about .select {
    max-width: 280px;
}
.beside {
    display: inline-block;
    margin-left: 10px;
}
@media screen and (max-width: 1200px) {

}
@media screen and (max-width: 750px) {
.reservation{
    padding: 40px 5% 40px;
    margin-top: 60px;
    margin-bottom: 60px;
}
.onepage{
    padding: 0px 5% 40px;
    margin-top: 0px;
}
.reservation .comment{
    padding: 30px 0px 30px;
}
.reservation .comment .txt{
	font-size:12px;
	line-height:1.8em;
}
.reservation .box table tr th {
    min-width: 100%;
    font-size: 14px;
    padding: 20px 0 0;
    display: block;
}
.reservation .box table tr td {
    font-size: 14px;
    vertical-align: top;
    padding: 20px 0;
    display: block;
}
.reservation .box span.att {
    font-size: 10px;
}
.reservation .box table tr td .date {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 10px;
}
.entry-form .date input[type="text"], .about .date input[type="text"] {
    max-width: 240px;
}
.entry-form .select, .about .select {
    max-width: 280px;
}
}


/* ============================================
	フォーム
============================================ */
input[type="text"], input[type="email"], input[type="tel"], input[type="url"], input[type="number"] {
	display:block;
	width:100%;
	height:40px;
	font-size:16px;
	line-height:1em;
	padding:10px;
	color:#000000;
	border: 1px solid #cccccc;
}
.mwform-tel-field input[type="text"], .mwform-zip-field input[type="text"] {
    display: inline-block;
    width: auto;
}
textarea{
	display:block;
	width:100%;
	min-height:150px;
	font-size:16px;
	line-height:24px;
	padding:10px 10px 10px 10px ;
	color:#000000;
	border: 1px solid #cccccc;
	font-weight:500;
}
input::-webkit-input-placeholder{ color:#aaaaaa;}
input:-ms-input-placeholder{ color:#aaaaaa;}
input::-moz-placeholder{ color:#aaaaaa;}

/* ボタン
-----------------------------------------------------------*/
input[type="submit"]{
	position: relative;
	display:block;
    margin: auto;
	width: 30vw;
	max-width: 250px;
	font-size: 14px;
	line-height: 3.5em;
	color: #6a35a1;
	text-align: center;
	text-decoration: none;
	transition:all .2s ease;
	border: 2px solid #6a35a1;
	font-weight: 600;
	cursor:pointer;
}
input[type="submit"]:before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #6a35a1;
  border-right: solid 2px #6a35a1;
  position: absolute;
  top: 50%;
  right: 7%;
  margin-top: -4px;
  transform: rotate(45deg);
}
input[type="submit"]:hover{
	color: #ffffff;
	border: 2px solid #6a35a1;
	background-color: #6a35a1;
}
input[type="submit"]:hover:before {
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
}
input[type="submit"].back{
	display:inline-block;
	width:150px;
	height:50px;
	font-size:16px;
	line-height:18px;
	margin:40px auto 40px auto;
	padding:0px 0px 0px 0px;
	color:#ffffff;
	cursor:pointer;
	border:0px;
	background:url(../images/icons/icon_arrow01.png) no-repeat 5% 50% #f6ab00;
	background-size:15px;
	transition:all .5s ease;
}
input[type="submit"].back:hover{
	color:#ffffff !important;
	background:url(../images/icons/icon_arrow01.png) no-repeat 5% 50% #f67a00;
	background-size:15px;
}

@media screen and (max-width: 750px) {
input[type="submit"]{
	width: 100%;
	max-width: inherit;
	font-size: 16px;
}
}

/* ラジオボタン
-----------------------------------------------------------*/
.radio{
	display: block;
	margin: 20px 0px 0px 0px;
}
.radio__btn {
	appearance: none;
}
.radio__text {
	padding-left: 25px;
	position: relative;
	cursor: pointer;
	font-size: 18px;
    line-height: 1em;
    color: #2b2b2b;
    font-weight: 500;
}
.radio__text::before {
	content: '';
	display: block;
	border-radius: 50%;
	width: 17px;
	height: 17px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	border: 2px solid #2b2b2b;
}
.radio__btn:checked +.radio__text::after {
	content: '';
	display: block;
	border-radius: 50%;
	width: 13px;
	height: 13px;
	background-color: #2b2b2b;
	position: absolute;
	top: 50%;
	left: 4px;
	transform: translateY(-50%);
}

/* ============================================
	MENU
============================================ */
.menu{
	position: relative;
	width: 100%;
    padding: 80px 5% 80px;
    margin: auto;
    z-index: 100;
    position: relative;
}
.menu .box{
    position: relative;
    max-width: 1000px;
    margin: 40px auto 100px;
}
.menu .box dl ._list{
  	display:flex;
  	justify-content: flex-start;
  	border-bottom: 1px solid #ccc;
}
.menu .box dl ._list dt {
  	width: 100%;
  	padding: 15px 20px;
  	display: block;
	font-size:14px;
	line-height:1.8em;
	color: #666666;
	font-weight: 500;
}
.menu .box dl ._list dd {
  	width: calc(60% - 25% / 2);
  	padding: 15px 0px;
  	display: block;
	font-size:14px;
	line-height:1.8em;
	color: #666666;
	font-weight: 500;
}
.menu .box h3 {
    display: block;
    margin: 0px 0px 10px 0px;
    font-size: 24px;
    line-height: 1;
    font-weight: 600;
    text-align: center;
    color: #ead268;
}
.menu .box .caution {
    display: block;
  	font-size:14px;
  	line-height:1.8em;
    color: #666666;
    font-weight: 500;
    text-align: center;
    margin-top: 20px;
}
@media screen and (max-width: 1200px) {

}
@media screen and (max-width: 750px) {
.menu{
    padding: 40px 5% 40px;
}
.menu .box{
    margin: 30px auto 60px;
}
.menu .box dl ._list dt {
  	padding: 10px 3%;
	font-size:12px;
}
.menu .box dl ._list dd {
  	width: calc(60% - 30% / 2);
  	padding: 10px 0px;
	font-size:12px;
}
}

/* ============================================
	CASE
============================================ */
.case{
	position: relative;
	width: 100%;
    padding: 0px 5% 80px;
    margin: auto;
    z-index: 100;
}
.case .box{
    position: relative;
    max-width: 1200px;
    margin: 40px auto 100px;
}
.case .box .inner{
	position: relative;
    display: flex;
    gap: 2%;
    flex-wrap: wrap;
    align-items: flex-start;
}
.case .box .inner a{
    display: block;
    width: 32%;
    align-items: stretch;
    text-decoration: none;
    transition:all .2s ease;
    margin: 0 0 60px;
}
.case .box .inner a:hover{
    opacity: .8;
}
.case .box .inner .imgarea{
    max-height: 25vw;
    overflow: hidden;
}
.case .box .inner .imgarea img{
    width: 100%;
    aspect-ratio: 1.6/1;
    object-fit: cover;
}
.case .box .inner .text_contents{
    width: 100%;
}
.case .box .inner .text_contents h3{
	display: block;
	margin: 15px 0px 0px 0px;
	font-size:18px;
	line-height:1.5em;
	color: #6a35a1;
	font-weight: 600;
}
.case .box .inner .text_contents p{
	display: block;
	font-size:14px;
	line-height:28px;
	color: #666666;
	font-weight: 500;
    margin: 10px 0px 0px 0px;
}
@media screen and (max-width: 1200px) {
.case .box .inner .text_contents h3{
	font-size:16px;
}
.case .box .inner .text_contents p{
	font-size:12px;
	line-height:24px;
}
}
@media screen and (max-width: 750px) {
.case{
    padding: 0px 7% 40px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.case .box{
    margin: 30px auto 60px;
}
.case .box .inner{
    gap: 4%;
}
.case .box .inner a{
    width: 48%;
    margin: 0 0 40px;
}
.case .box .inner .text_contents h3{
	margin: 10px 0px 0px 0px;
	font-size:16px;
	line-height:1.5em;
}
.case .box .inner .text_contents p{
	font-size:12px;
	line-height:24px;
}

}

        /* タブリスト */
        .bl_tabList {
            display: flex;
            max-width: 1000px;
            margin: 0 auto 40px;
            overflow-x: scroll;
            scrollbar-width: none;
            -ms-overflow-style: none;
            justify-content: space-around;
            gap: 20px;
        }
        .bl_tabList::-webkit-scrollbar {
            display: none;
        }
        .bl_tabList li {
            margin: auto;
            flex: 1;
            list-style:none
        }
        .bl_tabList li a {
            display: block;
            width: 100%;
            font-size: 16px;
            line-height: 1em;
            text-decoration: none;
            color: #ffffff;
            text-align: center;
            transition:all .2s ease;
            padding: 10px 0px;
            background-color: #6a35a1;
            background-color: rgba(106, 53, 161, 0.5);
            border-radius: 50px;
            font-weight: 600;
        }
        .bl_tabList li a:hover {
            background-color: #6a35a1;
        }
        .bl_tabList li a.active {
            cursor: text;
            background-color: #6a35a1;
        }
        /* タブコンテンツ */
        .bl_tabContent > div {
            display: none;
        }
        .bl_tabContent > div.active {
            display: block;
        }
@media screen and (max-width: 750px) {
        .bl_tabList {
            margin: 0 auto 20px;
            gap: 2%;
        }
        .bl_tabList li a {
            font-size: 12px;
            padding: 10px 0px;
        }
}

/* ページャー  */
/*
.pager .pagination {
  text-align: center;
}
.pager .pagination li {
  display: inline;
  margin: 0 2px;
  padding: 0;
  display: inline-block;
  background-color: rgba(106, 53, 161, 0.5);
  width: 40px;
  height: 40px;
  border-radius: 50px;
  text-align: center;
  position: relative;
}
.pager .pagination li a{
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display:table;
  color: #fff;
  text-decoration: none;
  border-radius: 50px;
  transition:all .2s ease;
}
.pager .pagination li a span{
  display:table-cell;
  vertical-align:middle;
}
.pager .pagination li a:hover,
.pager .pagination li a.active{
  color: #fff;
  background-color: #6a35a1;
  border-radius: 50px;
}

@media only screen and (max-width: 767px){
  .pager .pagination li{
    display: none;
    background-color: #6a35a1;
  }
  .pager .pagination li.pre,
  .pager .pagination li.next{
    display: inline-block;
    width: 40%;
    height: 40px;
    text-align: center;
  }
  .pager .pagination li.pre a,
  .pager .pagination li.next a{
    width: 100%;
    text-align: center;
  }
  .pager .pagination li.pre span::after{
    content: "　前の10件へ";
  }
  .pager .pagination li.next span::before{
    content: "次の10件へ　";
  }
}
*/

/* ページャー  */
.pager {
    margin-top: 50px;
  text-align: center;
}

.page-numbers {
  display: inline-block;
  margin: 0 2px;
  padding: 0;
  background-color: rgba(106, 53, 161, 0.5);
  width: 40px;
  height: 40px;
  border-radius: 50px;
  text-align: center;
  position: relative;
}

.page-numbers:not(.dots) {
  display: inline-block;
  margin: 0 2px;
  padding: 0;
  background-color: rgba(106, 53, 161, 0.5);
  width: 40px;
  height: 40px;
  border-radius: 50px;
  text-align: center;
  position: relative;
    line-height: 40px;
    color: #ffffff;
    text-decoration: none;
}

.page-numbers:not(.current):not(.dots) {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
}

.page-numbers:not(.current):not(.dots):hover {
  opacity: 0.5;
}

.current {
  color: #fff;
  background-color: #6a35a1 !important;
  border-radius: 50px;
}







/* ============================================
	NEWS & BLOG
============================================ */
.news{
	position: relative;
	width: 100%;
    padding: 0px 5% 80px;
    margin: auto;
    z-index: 100;
    position: relative;
}
.news .box{
    position: relative;
    max-width: 1000px;
    margin: 40px auto 100px;
}
.news .box .list{
    position: relative;
    border-bottom: 1px solid #f1f1f1;
    padding: 20px 0px;
}
.news .box .list:before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #666666;
  border-right: solid 2px #666666;
  position: absolute;
  top: 50%;
  right: 3%;
  margin-top: -4px;
  transform: rotate(45deg);
}
.news .box .list .date{
	font-size:14px;
	line-height:1em;
    color: #666666;
    font-weight: 600;
    margin: 0px 0px 5px 0px;
}
.news .box .list .text_contents{
  display: flex;
  align-items: center;
}
.news .box .list .text_contents .cate{
	display: block;
    width: 100px;
	margin: 0px 20px 0px 0px;
	font-size:14px;
	line-height:1.5em;
	color: #ffffff;
	font-weight: 600;
    background-color: #6a35a1;
    text-align: center;
}
.news .box .list .text_contents .txt{
	display: block;
	font-size:14px;
	line-height:1.5em;
	color: #666666;
	font-weight: 600;
}
.news .box .list .text_contents a{
    color: #666666;
    text-decoration: none;
    transition:all .2s ease;
}
.news .box .list .text_contents a:hover{
    text-decoration: underline;
    opacity: .8;
}
@media screen and (max-width: 1200px) {
.news .box{
    margin: 40px auto 0;
}
.news .box .list{
    padding: 20px 0px;
}
.news .box .list .date{
	font-size:12px;
}
.news .box .list .text_contents .cate{
    width: 80px;
	margin: 0px 10px 0px 0px;
	font-size:12px;
	line-height:1.2em;
}
.news .box .list .text_contents .txt{
	font-size:12px;
	line-height:1.2em;
}
}
@media screen and (max-width: 750px) {
.news{
    padding: 0px 3% 60px;
}
.news .box{
    margin: 20px auto 40px;
}
.news .box .list{
    padding: 20px 0px;
}
.news .box .list:before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #666666;
  border-right: solid 2px #666666;
  position: absolute;
  top: 50%;
  right: 3%;
  margin-top: -4px;
  transform: rotate(45deg);
}
.news .box .list .date{
	font-size:12px;
}
.news .box .list .text_contents .cate{
    width: 80px;
	margin: 0px 10px 0px 0px;
	font-size:12px;
}
.news .box .list .text_contents .txt{
	font-size:12px;
}
}

/* ============================================
	RECRUIT
============================================ */
.rec_intro{
	position: relative;
	width: 100%;
    padding: 80px 5% 80px;
    margin: auto;
    z-index: 100;
    position: relative;
}
.rec_intro .comment{
    max-width: 1000px;
    margin: auto;
    padding: 0px 0px 0px;
}
.rec_intro .comment h2{
	display: block;
	margin: 0px 0px 40px 0px;
	font-size:30px;
	line-height:1em;
	color: #222222;
	font-weight: 600;
    text-align: center;
}
.rec_intro .comment .sub_com{
	display: block;
	font-size:16px;
	line-height:1.8em;
	color: #666666;
	font-weight: 500;
}

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

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

}

.rec_info{
	position: relative;
	width: 100%;
    padding: 80px 5% 80px;
    margin: auto;
    z-index: 100;
    position: relative;
}
.rec_info .box{
    position: relative;
    max-width: 1000px;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 50px;
    margin: 40px auto 0;
}
.rec_info .box .text_contents{
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
}
.rec_info .box .text_contents dl ._list{
  display:flex;
  justify-content: flex-start;
  border-bottom: 1px solid #ccc;
}
.rec_info .box .text_contents dl ._list dt {
  width: 150px;
  padding: 15px 20px;
  	display: block;
	font-size:14px;
	line-height:28px;
	color: #222222;
	font-weight: 500;
}
.rec_info .box .text_contents dl ._list dd {
  width: calc(100% - 150px / 2);
  padding: 15px 20px;
  	display: block;
	font-size:14px;
	line-height:28px;
	color: #666666;
	font-weight: 500;
}

/* ============================================
	ENTRY
============================================ */
.entry{
	position: relative;
	width: 100%;
    padding: 60px 5% 100px;
    margin: auto;
    z-index: 100;
}
.entry .box{
	position: relative;
    max-width: 1000px;
    margin: 0px auto 0;
}
.entry .box table {
    width: 100%;
    word-break: break-all;
    border-collapse: collapse;
    margin-top: 40px;
}
.entry .box table tr {
    border-bottom: 1px solid #cccccc;
}
.entry .box table tr:first-child {
    border-top: 1px solid #cccccc;
}
.entry .box table tr th {
    min-width: 200px;
    font-size: 16px;
    line-height: 1em;
    color: #222222;
    text-align: left;
    vertical-align: middle;
    padding: 20px 0;
}
.entry .box table tr td {
    font-size: 16px;
    line-height: 1em;
    color: #222222;
    vertical-align: top;
    padding: 20px 0;
}
.entry .box span.att {
    font-size: 12px;
    line-height: 1em;
    color: #ffffff;
    margin-left: 1em;
    padding: 0px 7px 2px;
    background-color: #6a35a1;
    border-radius: 50px;
}
.entry .box .vertical-item {
    display: block;
}
.entry .box table tr td .date {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 10px;
}
.entry .box table tr td .icon_zip {
    display: inline-block;
    margin-right: 5px;
}
.entry .box table tr td span.icon_zip + span {
    display: inline-block;
}

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

}
@media screen and (max-width: 750px) {
.entry{
    padding: 40px 5% 40px;
    margin-top: 60px;
    margin-bottom: 60px;
}
.entry .box table tr th {
    min-width: 100%;
    font-size: 14px;
    padding: 20px 0 0;
    display: block;
}
.entry .box table tr td {
    font-size: 14px;
    vertical-align: top;
    padding: 20px 0;
    display: block;
}
.entry .box span.att {
    font-size: 10px;
}
.entry .box table tr td .date {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 10px;
}

}

/* ============================================
	投稿
============================================ */
.article{
	position: relative;
	width: 100%;
    padding: 30px 5% 80px;
    margin: auto;
    z-index: 100;
    position: relative;
}
.article .box{
    max-width: 1000px;
    margin: auto;
    padding: 0px 0px 0px;
}
.article .box h2.ttl{
	display: block;
	margin: 0px 0px 20px 0px;
    padding-bottom: 10px;
	font-size:24px;
	line-height:1.6em;
	color: #222222;
	font-weight: 600;
    border-bottom: 1px solid #dddddd;
}
.article .box img.kv{
	display: block;
    max-width: 100%;
    margin: 0 auto 40px;
}
.article .box h3{
	display: block;
	margin: 0px 0px 10px 0px;
	font-size:20px;
	line-height:1.6em;
	color: #222222;
	font-weight: 600;
}
.article .box h4{
	display: block;
	margin: 0px 0px 10px 0px;
	font-size:18px;
	line-height:1.6em;
	color: #222222;
	font-weight: 600;
}
.article .box h5{
	display: block;
	margin: 0px 0px 10px 0px;
	font-size:16px;
	line-height:1.6em;
	color: #222222;
	font-weight: 600;
}
.article .box p{
	display: block;
	font-size:16px;
	line-height:1.8em;
	color: #666666;
	font-weight: 500;
    margin: 0 auto 40px;
}
.article .box img.thumb{
	display: block;
    max-width: 70%;
    margin: 0 auto 40px;
}
@media screen and (max-width: 750px) {
.article{
    padding: 20px 5% 60px;
}
.article .box h2.ttl{
	font-size:18px;
}
.article .box img.kv{
    margin: 0 auto 20px;
}
.article .box h3{
	font-size:18px;
}
.article .box h4{
	font-size:16px;
}
.article .box h5{
	font-size:14px;
}
.article .box p{
	font-size:14px;
    margin: 0 auto 20px;
}
.article .box img.thumb{
    max-width: 75%;
    margin: 0 auto 20px;
}
}

/*-- ワードプレス内での調整 --*/
.article .box .date {
    text-align: right;
}
.article .box .imgarea {
    /*max-height: 25vw;*/
    width: 100%;
    overflow: hidden;
    margin: 0px auto 40px auto;
}
@media screen and (max-width: 750px) {
    .article .box .imgarea {
        width: 100%;
        margin: 0px auto 20px auto;
    }
}


/* ============================================
	カテゴリー関連一覧
============================================ */
.related_list{
	width:100%;
	margin:30px auto 0px auto;
	padding:30px 30px 40px 30px;
	position: relative;
	background-color: rgba(195, 176, 130, 0.1);
}
.related_list .related_list_ttl{
	display: block;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 16px;
	line-height: 1em;
	font-weight: 500;
	color: #6a35a1;
}
.related_list ul{
	display: block;
	width: 100%;
	margin:auto;
	padding:0px;
	list-style:none;
}
.related_list ul:after{
	content: ".";
	display:block;
	visibility:hidden;
	height:0px;
	font-size:0em;
	line-height:0;
	clear:both;
}
.related_list ul li{
	display:block;
	width:auto;
	margin:15px 0px 0px 0px;
}
.related_list ul li a, .related_list ul li .nolink{
	display:block;
	font-size:14px;
	line-height:14px;
	color:#333333;
	text-decoration:none;
	transition:all .2s ease;
	padding: 0px 0px 0px 20px;
	font-weight: 400;
    position: relative;
}
.related_list ul li a::after, .related_list ul li .nolink::after{
    content: '';
    width: 4px;
    height: 4px;
    border: 0;
    border-top: solid 1px #6a35a1;
    border-right: solid 1px #6a35a1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    transform: rotate(45deg);
    margin: auto;
    color: #2b2b2b;
}
.related_list ul li a:hover{
	color: #6a35a1;
    text-decoration:underline;
}

/* ============================================
	JOIN
============================================ */
.join{
	position: relative;
	width: 100%;
    padding: 60px 50px 60px;
    margin: auto;
}
.join .comment{
    max-width: 1200px;
    margin: auto;
    padding: 60px 0px 60px;
}
.join .comment h2{
	display: block;
	margin: 0px 0px 20px 0px;
	font-size:30px;
	line-height:1em;
	color: #6a35a1;
	font-weight: 600;
    text-align: center;
}
.join .comment .sub_com{
	display: block;
	font-size:16px;
	line-height:1.8em;
	color: #666666;
	font-weight: 500;
    text-align: center;
}
@media screen and (max-width: 1200px) {
.join{
    padding: 40px 50px 40px;
}
.join .comment{
    padding: 40px 0px 40px;
}
.join .comment h2{
	font-size:28px;
}
.join .comment .sub_com{
	font-size:14px;
	line-height:1.8em;
}
}

@media screen and (max-width: 750px) {
.join{
    padding: 40px 5% 40px;
}
.join .comment{
    padding: 0px 0px 40px;
}
.join .comment h2{
	margin: 0px 0px 20px 0px;
	font-size:20px;
}
.join .comment .sub_com{
	font-size:14px;
	line-height:1.6em;
}
}

/* ============================================
	join_about
============================================ */
.join_about{
	position: relative;
	width: 100%;
    padding: 40px 5% 40px;
    margin: auto;
    z-index: 100;
    margin-top: 100px;
    margin-bottom: 100px;
    position: relative;
}
.join_about .box{
	position: relative;
    max-width: 1000px;
    margin: 60px auto 0;
}
.join_about .box .list{
    position: relative;
    border-bottom: 1px solid #f1f1f1;
    padding: 20px 0px;
}
.join_about .box .list h3{
	display: block;
	margin: 0px 0px 10px 0px;
	font-size:16px;
	line-height:1.6em;
	color: #6a35a1;
	font-weight: 600;
}
.join_about .box .list p{
	display: block;
	font-size:14px;
	line-height:1.8em;
	color: #666666;
	font-weight: 600;
}
.join_about .box .list a{
    color: #666666;
    transition:all .2s ease;
}
.join_about .box .list a:hover{
    opacity: .8;
}
@media screen and (max-width: 1200px) {

}
@media screen and (max-width: 750px) {
.join_about{
    padding: 40px 5% 40px;
    margin-top: 60px;
    margin-bottom: 40px;
}
.join_about .box{
    margin: 30px auto 0;
}
.join_about .box .list{
    padding: 20px 0px;
}
.join_about .box .list h3{
	font-size:16px;
	line-height:1.6em;
}
.join_about .box .list p{
	font-size:14px;
	line-height:1.8em;
}
}