


@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,400;0,700;1,300;1,700&family=Sawarabi+Mincho&family=Source+Serif+Pro:ital,wght@0,400;1,400;1,600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nuosu+SIL&display=swap');
/*font-family: 'Merriweather', serif;*/
/*font-family: 'Sawarabi Mincho', serif;*/
/*font-family: 'Source Serif Pro', serif;*/


#container {
	animation: fadein 3s forwards;
}

@keyframes fadein {
	0% {opacity: 0}
	100% {opacity: 1}
}



@media screen and (min-width: 769px)  {
#container {
min-width: 1280px;
}
/*タブ切り替え全体のスタイル*/

img.staffPhoto {
    width: 50%;
    margin-bottom: 30px;
display:block;
    border: solid 2px #f3f3f3;
    border-radius: 8px;
}
.plan img {
    width: 100%;
    margin-bottom: 20px;
}
.tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #f2ede7;
  width: 98.7%;
    margin: 60px 0;
font-family: 'Sawarabi Mincho';
}

/*タブのスタイル*/
.tab_item {
  width: 14.08%;
    font-size: 16px;
    color: #4d2a04;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
    line-height: 40px;
    height: 1px;
    padding: 0px 15px;
    border-bottom: 40px solid #e9e1d4;
    border-right: 40px solid #f6f3ee;
    cursor: pointer;
margin-bottom: -1px;
}
.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 40px 40px 0;
  clear: both;
  overflow: hidden;
background-color: #f2ede7;
border-top: solid 10px #4d2a04;
}


/*選択されているタブのコンテンツのみを表示*/
#rWanted:checked ~ #rWanted_content,
#rTeach:checked ~ #rTeach_content,
#rDetail:checked ~ #rDetail_content,
#rInterview:checked ~ #rInterview_content,
#rPlan:checked ~ #rPlan_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  color: #fff;
    border-bottom: 40px solid #4d2a04;
 opacity:1;
}

h4.tabMidashiH4 {
    font-size: 35px;
    font-family: Sawarabi Mincho;
    color: #4d2a04;
    margin-bottom: 20px;
    font-weight: 500;
}

p.tabP1 {
    font-size: 25px;
    margin-bottom: 0px;
}

.tab_content_description {
    font-family: 'Sawarabi Mincho';
    font-size: 17px;
    color: #4d2a04;
}

.tabBox1 {
    background-color: #fbfaf8;
    border: solid 1px #e3ddcf;
    padding: 40px;
    margin: 40px 0px;
}
.tab_content_description p {
    line-height: 2.5em;
}
.tabImage1 {
    text-align: center;
    margin: 40px 0 0;
}

.interviewBox {
    background-color: #FFFFFF;
    border: solid 1px #dfd2be;
    border-radius: 0px;
    padding: 60px;
    margin: 130px 40px;
}

img.interMainPhoto {
    width: 500px;
    position: relative;
    left: -100px;
    top: -150px;
    border: solid 1px #e9e1d4;
    padding: 7px;
    background-color: #FFFFFF;
}

h4.interviewName {
    margin: -360px 0px 160px 460px;
    text-align: left;
font-size: 45px;
    font-weight: 500;
}

span.interviewYear {
    font-weight: 500;
    display: block;
    font-size: 17px;
    margin-bottom:-10px;
}
span.interviewCarr {
   font-size: 30px;
    vertical-align: text-top;
    line-height: 2.1em;
}
p.interviewQuest {
    font-weight: bold;
    font-size: 25px;
}
p.interviewAnswer {
    line-height: 2em;
    margin: 20px 0;
}

p.interviewQuest::before {
    display: inline-block;
    border-top: solid 3px #4d2a04;
    width: 50px;
    height: 7px;
    content: '';
    margin-right: 15px;
}

img.interSubPhoto {
    width: 100%;
    margin: 15px 0 25px;
}
.recTopImage img {
    height: 301px;
    border: solid 1px #e9e1d4;
    padding: 4px;
    background-color: #FFFFFF;
    margin: 0 4px 15px 0px;
}


span.recspan {
    display: block;
    margin: 25px 0 15px;
    font-size: 18px;
    font-weight: bold;
}

span.recspan:nth-of-type(1){
    margin: 0 0 15px;
}

	
.snsbox li img {
    width: 40px;
    margin: 0 0px 0 15px;
	vertical-align: middle;
}
.snsbox li {
    display: inline-block;
}
ul.snsbox {
list-style: none;
    overflow: hidden;
    width: 200px;
    margin: 0 auto 40px;
}	
	
.slick-dotted.slick-slider {
    margin-bottom: 0;
}
	.button{
		display:none;
	}
.pcnone{
		display:none;
	}	
*{
	margin:0px;
	padding:0px;
}
.boxcontact {
    margin: 200px auto 200px;
    text-align: center;
}

#top_concept {
    border: solid 2px #e5decf;
    width: 850px;
    border-radius: 8px;
    padding: 50px;
    margin:50px auto 100px;
    background: url(../images/conceptback.jpg);
    text-align: center;
}
	
.trial_box p {
    line-height: 1.8em;
}
.trial_inner img {
    width: 33%;
    float: left;
    margin-top: 50px;
    margin-bottom: 50px;
}
h3.trial_midashi3 {
    width: 33%;
    float: left;
    margin-top: 160px;
    font-size: 20px;
}
h3.trial_midashi2 {
    width: 33%;
    float: left;
    margin-top: 160px;
    font-size: 20px;
}	
	
h3.trial_midashi1 {
    text-align: center;
	    font-size: 20px;
}	
.trial_inner {
    width: 100%;
    overflow: hidden;
}
.trial_box {
    width: 930px;
    margin: 60px auto;
    border: solid 2px #ded6c2;
    border-radius: 10px;
    padding: 50px;
    background: url(../images/conceptback.jpg);
	font-family: 'Sawarabi Mincho';
	color: #573f3d;
}	
.trial_button {
    background: #3a2a29;
    padding: 20px;
    margin: 0 auto 50px;
    display: block;
    width: 250px;
    text-align: center;
    border-radius: 6px;
}	
.trial_b a:link {
    color: #FFFFFF;
    text-decoration: none;
}	
.trial_b a:visited {
    color: #FFFFFF;
    text-decoration: none;
}
.trial_b a:hover {
    color: #e7e0c0;
}
.recimage {
    margin: 0px 0 25px;
    width: 100%;
    overflow: hidden;
}
.recimage img {
    width: 48%;
    border: solid 2px #ded6c2;
    padding: 2px;
    margin: 5px;
}
	
	
p.trial_txt {
    font-family: Sawarabi Mincho;
    color: #4d2a04;
line-height: 2em;
}
#top_concept .tittleh2 span {
    display: block;
    text-align: center;
    width: 100px;
    margin: 0 auto;
}
#top_concept .tittleh2 {
    display: block;
    margin: -30px auto 55px;
    text-align: center;
}
#top_concept .tittleh2:after {
    display: block;
    border: none;
    text-align: center;
    background-color: inherit;
    height: 0px;
    margin: 0 auto;
}	
#top_concept p {
    font-size: 23px;
    color: #4d2a04;
    font-family: Sawarabi Mincho;
    font-weight: 500;
	    margin-bottom: 8px;
    line-height: 2em;
}	
#top_concept h3 {
    font-size: 32px;
    color: #4d2a04;
    font-family: Sawarabi Mincho;
    font-weight: 500;
    margin-bottom: 0px;
    line-height: 1.8em;
}	

p.pretxt .trial1 {
    font-size: 14px;
    margin: 5px;
}
p.pretxt .trial2 {
    font-size: 25px;
    font-weight: 600;
    display: inline-block;
    margin: 0 0 0 0;
    line-height: 0.1em;
}	
	
.sphead{
display:none;
}

h3.conceptone span {
    font-size: 13px;
    display: block;
    margin-left: 5px;
    color: #b99898;
}

h2.steptittle5 {
    font-size: 60px;
    font-family: 'Nuosu SIL';
    font-weight: 500;
    color: #bfb792;
    text-align: center;
    padding-bottom: 17px;
    margin-bottom: 35px;
    border-bottom: dotted 2px;
}
h2.steptittle5 span {
    font-size: 20px;
    vertical-align: middle;
    font-family: 'Sawarabi Mincho';
    font-style: italic;
    display: block;
}
.newsbox {
	height:400px;
	overflow-y:hidden;
}
.demo_more{
    cursor: pointer;
    background-color: #f1cece;
    color: #444;
    border-radius: 30px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    width: 10vw;
    margin: 0 auto 10px;
    padding: 4px;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Merriweather';
}

p.pretxt {
    margin: 0px 0 20px 0;
    font-size: 17px;
    font-family: Sawarabi Mincho;
    color: #4d2a04;
    line-height: 2em;
}

.tabs p.pretxt {
    line-height: 2.5em;
}

body{
font-family: 'Open Sans', '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'メイリオ', Meiryo, sans-serif;
		background-color: #F6F3EE;
	}
body{

}

.pagetopimgbox {
    text-align: center;
		background-image: url(../images/contentsback.png);
		background-repeat:repeat-x;
}

header{
    width: 100%;
    height: 167px;
    margin: 0 auto;
    position: fixed;
		background-image: url(../images/back.jpg);
		background-repeat:repeat-x;
	background-attachment: fixed;
	z-index: 99;
}
img {
    vertical-align: top;
}
#overwrap{
background-repeat: repeat-x;
    margin-top: -41px;
    position: relative;

}
.headblock{
width: 1280px;
    left: calc((100% - 1280px) / 2);
    margin: 0 auto;
	overflow: hidden;
}
.headblock .gbmenu{
	width:1134px;
	float:left;
	overflow: hidden;
}
.headblock .gbmenu .logoblock{
	width:305px;
	float:left;
}
.headblock .gbmenu .menu{
	width:829px;
	float:left;
}
.headblock .gbreserve{
	float:left;
	width:146px;
}

.slider {
    width: 100%;
    margin: 0 auto 0;
}
.slider img{
	width:100%;
}

#contents_wrap{
	width:1200px;
	margin:0 auto;
	    padding: 0 40px 50px 40px;
	    position: relative;
		transform: rotate(0.05deg);
}
.tittleh2{
	font-family: 'Merriweather', serif;
	font-weight:400;
	color:#4D2A04;
	font-size:40px;
	margin-top:45px;
	display: flex;
}
.tittleh2 span {
font-size: 14px;
    margin: 15px 0 0 25px;
    vertical-align: middle;
    width: 170px;
}

h2.tittleh2:after {
    width: 100%;
    content: "";
    height: 2px;
    background-color: #ded6c2;
    margin: 25px 1rem 0 0;
}


.tittleh3 {
    font-family: 'Merriweather', serif;
    font-weight: 400;
    color: #4D2A04;
    font-size: 40px;
    margin-top: 45px;
    display: flex;
}

.tittleh3 span {
font-size: 14px;
    margin: 15px 0 0 25px;
    vertical-align: middle;
    width: 211px;
}

h2.tittleh3:after {
    width: 37%;
    content: "";
    height: 2px;
    background-color: #ded6c2;
    margin: 25px 1rem 0 0;
}

.tittleh4 {
    font-family: 'Merriweather', serif;
    font-weight: 400;
    color: #4D2A04;
    font-size: 40px;
    margin-top: 45px;
    display: flex;
}

.tittleh4 span {
font-size: 14px;
    margin: 15px 0 0 25px;
    vertical-align: middle;
    width: 211px;
}

h2.tittleh4:after {
    width: 37%;
    content: "";
    height: 2px;
    background-color: #ded6c2;
    margin: 25px 1rem 0 0;
}


.tittleh5{
	font-family: 'Merriweather', serif;
	font-weight:400;
	color:#4D2A04;
	font-size:40px;
	margin-top:45px;
	display: flex;
}
.tittleh5 span {
font-size: 14px;
    margin: 15px 0 0 25px;
    vertical-align: middle;
    width: 170px;
}

h2.tittleh5:after {
    width: 50%;
    content: "";
    height: 2px;
    background-color: #ded6c2;
    margin: 25px 1rem 0 0;
}






.bx-wrapper {
    background-color: transparent;
    margin: 0px auto;
    border: none;
    box-shadow: none;
	position: relative;
}
.bx-wrapper img {
    display: block;
    margin: 0px auto;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: #e2e2e2;
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom: 62px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #fdfcfc;
}
footer .footcontents {
    width: 1180px;
    padding: 40px 50px 60px;
    margin: 0 auto;
    font-size: 13px;
    line-height: 1.9;
}
footer .footcontents h5 {
    font-size: 13px;
    font-weight: 300;
    width: 268px;
    text-align: center;
}
footer .footcontents h5 span {
font-size: 20px;
    vertical-align: middle;
    display: block;
}
.foottext {
    background-image: url(../images/simbol.png);
    padding: 0 0 0px 90px;
    background-repeat: no-repeat;
}
footer {
	transform: rotate(0.05deg);
    background: #3a2a29;
    color: #ffffff;
    font-family: 'Merriweather';
}
.copyright {
    background-color: #000000;
    width:100%;
    padding: 8px 0;
    font-weight: 400;
    font-size: 11px;
}
.copyright .copytext{
	width:1200px;
	margin:0 auto;
	    padding: 0 40px 0 54px;
}
ul.footnavi li {
list-style: none;
    display: inline;
    margin-right: 15px;
    border-right: solid 1px #ffffff;
    padding-right: 17px;
	font-size: 14px;
}
ul.footnavi li:last-child {
    margin-right: 15px;
    border-right: none;
}
ul.footnavi li span {
    font-size: 9px;
    margin-left: 5px;
    vertical-align: middle;
}
ul.footnavi {
    overflow: hidden;
    margin: 15px 171px 55px 0;
}

.footnavi a:link {
    color: #ffffff;
    text-decoration: none;
}
.footnavi a:visited{
	color: #ffffff;
    text-decoration: none;
}
.footnavi a:hover{
	opacity: 0.7;
}

dl.newsbox {
    margin: 30px 0 30px 0;
    overflow: hidden;
		transform: rotate(0.05deg);
	display: flex;
    flex-wrap: wrap;
}
dl.newsbox dt img {
    width: 235px;
    border: solid 2px #e7dec7;
    padding: 2px;
    background-color: #ffffff;
}
dl.newsbox dt {
    width: 262px;
    float: left;
border-bottom: dotted 2px #e7e0c0;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

dl.newsbox dt:nth-last-child(2){
	border:none;
}

dl.newsbox dd .newstitle {
    font-weight: 600;
    display: inline-block;
    font-size: 16px;
    margin-left: 10px;
}
dl.newsbox dd .newsdate {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
}
dl.newsbox dd {
    width: 920px;
    float: left;
border-bottom: dotted 2px #e7e0c0;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
dl.newsbox dd:last-child{
	border:none;
}


dl.faq dd {
    font-size: 16px;
    padding: 0 0 60px 25px;
    margin-top: 30px;
    border-bottom: dotted 1px #bfb792;
}
dl.faq dt {
    font-size: 35px;
    font-weight: 600;
    margin-top: 70px;
    color: #341c03;
    font-family: 'Sawarabi Mincho';
}
dl.faq {
    margin:70px 17px 70px 0;
    padding: 30px 50px 60px 45px;
    background-color: #ffffff;
    border: solid 1px #e5decf;
    border-radius: 7px;
}
dl.faq dd:last-child {
    border: none;
}
dl.faq dt span {
    font-size: 15px;
    vertical-align: middle;
    margin-right: 10px;
}
.contentsp {
    margin-top: 20px;
}
dl.recruit dt:nth-last-child(2) {
    border-bottom: none;
}
dl.recruit dd:last-child {
    border-bottom: none;
}
dl.recruit dd {
    width: 75.7%;
    border-bottom: solid 1px #e5decf;
    padding: 30px;
}
dl.recruit dt {
    width: 13.3%;
    border-right: solid 1px #e5decf;
    border-bottom: solid 1px #e5decf;
    padding: 30px;
    font-weight: 600;
    background-color: #fdfcfa;
    font-size: 18px;
}
dl.recruit {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    margin-bottom: 40px;
    border: solid 1px #e5decf;
    background-color: #ffffff;
    border-radius: 7px;
}
.flowwrap {
    margin: 70px 20px 140px 0;
}
h3.flow span {
    font-size: 50px;
    margin-right: 20px;
    vertical-align: sub;
    font-family: 'Sawarabi Mincho';
    color: #d3857d;
}
h3.flow {
    font-size: 27px;
    font-family: 'Sawarabi Mincho';
    margin: 50px 0px 20px;
    color: #4d2a04;
}

h3.flow2 span {
    font-size: 50px;
    margin-right: 20px;
    vertical-align: sub;
    font-family: 'Sawarabi Mincho';
    color: #d3857d;
}

h3.flow2 {
    font-size: 27px;
    font-family: 'Sawarabi Mincho';
    margin: 50px 0px 20px;
    color: #4d2a04;
	text-align:right;
}


.flowbox img {
    float: left;
    width: 450px;
    border: solid 3px #edddda;
    padding: 3px;
    background-color: #FFFFFF;
    margin-right: 25px;
}
.flowbox {
    overflow: hidden;
	border-bottom: dotted 2px #f1e5e3;
    padding-bottom: 53px;
}
.flowbox:last-of-type{
	border:none;
}
.flowbox p {
    display: block;
    float: left;
    width: 650px;
    font-size: 17px;
    line-height: 1.9em;
    background-color: #f3f0e8;
    padding: 20px;
    border: solid 1px #eae4d8;
    border-radius: 8px;
}

.flowbox2 img {
    float: right;
    width: 450px;
    border: solid 3px #edddda;
    padding: 3px;
    background-color: #FFFFFF;
    margin-left: 25px;
}
.flowbox2 {
    overflow: hidden;
	border-bottom: dotted 2px #f1e5e3;
    padding-bottom: 53px;
}
.flowbox2 p {
    display: block;
    float: right;
    width: 650px;
    font-size: 17px;
    line-height: 1.9em;
    background-color: #f3f0e8;
    padding: 20px;
    border: solid 1px #eae4d8;
    border-radius: 8px;
}

.skinnaviwrap {
    margin: 70px 0 140px 25px;
	text-align: center;
}
.navi1 {
    width: 50%;
	margin-bottom: 30px;
}

.skinwrap .step span {
    font-size: 40px;
    margin-right: 20px;
    font-family: 'Sawarabi Mincho';
color: #f3c4c0;
}
.skinwrap .step {
    font-size: 30px;
    font-family: 'Sawarabi Mincho';
    margin: 50px 0px 40px;
    color: #4d2a04;
    text-align: left;
    padding: 0 0 7px 15px;
    border-bottom: dotted 2px #f4d8da;
}

.skinwrap {
    margin: 70px 0 140px 0;
	overflow: hidden;
}

.stepbox p {
display: block;
    float: left;
    width: 646px;
    font-size: 17px;
    line-height: 1.9em;
    background-color: #fdfcf8;
    padding: 20px;
    border-radius: 0px;
    text-align: left;
}
.stepbox img {
    float: left;
    width: 450px;
    padding: 6px;
    background-color: #fdfcf8;
    margin-right: 25px;
}

.stepbox {
    overflow: hidden;
    padding-bottom: 35px;
    margin-bottom: 10px;
}
.stepbox:last-of-type{
	border:none;
}

a.stepdetail {
    display: block;
    padding: 15px 50px 15px 50px;
    float: left;
    border: dotted 2px #f4d8da;
    border-radius: 5px;
    margin-top: 20px;
    color: #584e4e;
    text-decoration: none;
    font-weight: 600;
    font-size: 17px;
    background: rgb(247 217 213);
    background: linear-gradient(180deg, rgb(247 218 214) 0%, rgb(246 213 209) 100%);
}
a.stepdetail:hover {
    opacity: 0.8;
}

.stepflow {
    list-style-type: none;
    display: table;
    max-width: 1280px;
    width: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
}
.stepflow li.is-current {
    background: #6c5552;
    font-weight: bold;
}
.stepflow li {
    display: table-cell;
    position: relative;
    background: #b9a7a5;
    padding: 1em 0.5em 1em 2em;
    color: #fff;
}
.stepflow li:before {
    top: -15px;
    right: -1em;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    border-width: 40px 0 40px 1em;
    z-index: 10;
}
.stepflow li:before, .stepflow li:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin: auto;
}
.stepflow li.is-current:after {
    border-color: transparent transparent transparent #6c5552;
}
.stepflow li:after {
    top: -15px;
    right: -0.8em;
    border-style: solid;
    border-color: transparent transparent transparent #b9a7a5;
    border-width: 40px 0 40px 1em;
    z-index: 10;
}
.stepflow li:before, .stepflow li:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin: auto;
}


.stepflow a:link {
    color: #FFFFFF;
    text-decoration: none;
}
.stepflow a:visited {
    color: #FFFFFF;
}
.stepwrap{
	width:1186px;
	margin:30px 0 140px 0;
}
.pankuz {
    width: 1160px;
    margin-top: 20px;
    margin-bottom: 40px;
    padding: 8px 8px 8px 15px;
    background-color: #f1ede1;
}

.pankuz a {
    color: #502e09;
    text-decoration: none;
    font-weight: 600;
    font-size: 17px;
}
.pankuz a:visited {
    color: #502e09;
}
.pankuz a:hover {
    color: #c1ba96;
}
h2.steptittle {
    text-align: center;
    font-size: 35px;
    font-family: 'Sawarabi Mincho';
    margin: 45px;
    color: #55330e;
    font-weight: 500;
}
.step1c p {
    font-size: 18px;
    font-weight: 600;
}
.step1c img {
    border: solid 8px #FFFFFF;
    margin-bottom: 15px;
}

.step1c {
    text-align: center;
    margin: 15px 0 15px 0;
}

.step2c p {
    font-size: 18px;
    font-weight: 600;
}
.step2c img {
    border: solid 8px #FFFFFF;
    margin-bottom: 15px;
	width:80%;
}

.step2c {
    text-align: center;
    margin: 15px 0 15px 0;
}

.step3c p {
    font-size: 18px;
    font-weight: 600;
}
.step3c img {
    margin-bottom: 60px;
    margin-top: 40px;
    width: 60%;
}

.step3c {
    text-align: center;
    margin: 15px 0 140px 0;
}


p.caution {
    border: solid 1px #ecdeee;
    background-color: #fff8f8;
    padding: 15px;
    margin-top: 34px;
}

.stepimgbox .imgbox:last-of-type {
    margin: 0;
}
.stepimgbox .imgbox img {
    width: 100%;
    border: solid 5px #fffefe;
    margin-bottom: 6px;
}
.stepimgbox .imgbox {
    width: 32%;
    float: left;
    margin-right: 19px;
    text-align: center;
    font-weight: 600;
    font-size: 15px;
}

.stepimgbox {
    overflow: hidden;
    margin-top: 40px;
    margin-bottom: 100px;
}
.imgbox2 {
    width: 1144px;
    overflow: hidden;
    padding: 20px;
    background-color: #FFFFFF;
    margin-top: 50px;
    border: solid 1px #efefef;
}
.imgbox2 img {
    height: 367px;
}

section#skinnavi02 .stepbox02:nth-child(3n) {
    margin: 0;
}

section#skinnavi02 .stepbox02 img {
    width: 100%;
    border: solid 5px #FFFFFF;
}
section#skinnavi02 .stepbox02 {
    width: 32%;
    float: left;
    text-align: center;
    margin: 0 18px 60px 0;
    font-size: 15px;
}
section#skinnavi02 {
    overflow: hidden;
    margin: 70px 0 140px 0;
}

p.ftls.ttlcenter {
    margin: 10px;
    font-weight: 600;
    font-size: 18px;
}

ul.product_data .product_deta:nth-of-type(3n) {
    margin:40px 0 0 0;
}
ul.product_data .product_deta img {
    width: 100%;
    border: solid 4px #f1ece3;
	margin-bottom: 10px;
}
ul.product_data .product_deta {
    width: 31%;
    display: inline-block;
    margin-right: 32px;
    margin-top: 40px;
    vertical-align: top;
}
ul.product_data {
    overflow: hidden;
}
.product_deta li {
    text-align: left;
    font-weight: 500;
    font-size: 14px;
	margin-top:10px;
	list-style: none;
	padding: 0px 10px 0 10px;
}
.product_detabox02 {
    font-weight: 600;
    font-size: 17px;
    text-align: center;
}
.product_data span {
    display: block;
}
li.price {
    display: block;
    text-align: left;
    font-size: 17px;
}
li.inn {
    display: block;
    text-align: left;
	    font-size: 17px;
}
.underlayer2 {
    overflow: hidden;
    margin-bottom: 100px;
}
h2.ttlcenter.marginadjusttop {
    font-family: 'Sawarabi Mincho';
    font-size: 32px;
    color: #483633;
    padding-bottom: 7px;
    border-bottom: dotted 2px #604846;
}
ul.itemnavi a:hover {
    opacity: 0.6;
}
ul.itemnavi {
    margin-bottom: 100px;
}
ul.itemnavi a {
    text-decoration: none;
    color: #FFFFFF;
}
ul.itemnavi li {
    list-style: none;
    display: inline-block;
    padding: 10px 25px 10px 25px;
    font-size: 16px;
    border: solid 2px #f1ece3;
    background-color: #67504e;
    margin-right: 6px;
    margin-bottom: 10px;
    border-radius: 7px;
    font-weight: 600;
}
ol.stepflow li a:hover {
    opacity: 0.6;
}
ol.stepflow li a {
    display: block;
}
h2.steptittle span {
display: block;
    font-size: 20px;
    color: #67514f;
    margin-top: 10px;
}

.shopphoto img:nth-of-type(4) {
    margin-right: 0;
}
.shopphoto img:nth-of-type(2) {
    margin-right: 0;
}
.shopphoto img {
    width: 49%;
    margin-bottom: 8px;
    margin-right: 3px;
    border: solid 4px #ffffff;
}
.shopphoto {
    width: 1186px;
    overflow: hidden;
	margin-bottom: 60px;
}

.accessbox .map {
    width: 600px;
    float: left;
margin-top:23px;
    border: solid 4px #FFFFFF;
}
.accessbox .access {
    width: 491px;
    float: left;
    background-color: #f1eae0;
    padding: 0px 10px 0px 26px;
    font-size: 16px;
margin-right: 27px;
    font-family: 'Sawarabi Mincho';
}
.accessbox {
    overflow: hidden;
    margin-bottom: 140px;
background-color: #f1eae0;
    width: 1186px;
margin-top:80px;
}
.access h3 span {
    font-size: 12px;
    display: block;
margin-top: 10px;
}
.access h3 {
    margin-bottom: 15px;
    font-size: 19px;
    color: #321d06;
}
.access img {
    width: 191px;
    display: block;
    margin-bottom: 15px;
    border: solid 3px #f6f3ee;
}

select#select2 {
    padding: 10px;
	border: solid 1px #ded6c2;
}
input.name {
    padding: 10px;
	border: solid 1px #ded6c2;
}
input.mf.email {
    padding: 10px;
	border: solid 1px #ded6c2;
}
input.url {
    padding: 10px;
	border: solid 1px #ded6c2;
}
input.mobile {
    padding: 10px;
	border: solid 1px #ded6c2;
}
textarea.message2 {
    padding: 10px;
    border: solid 1px #ded6c2;
}
.contents {
    margin-top: 25px;
    margin-bottom: 140px;
    padding: 50px;
}
dl.contact {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}
.contact dd:nth-child(2) {
    border-top: solid 1px #ded6c2;
}
.contact dt:first-child {
    border-top: solid 1px #ded6c2;
}
.contact dd {
    width: 65%;
    padding: 20px;
    border-bottom: solid 1px #ded6c2;
}
.contact dt {
    width: 25%;
    font-size: 19px;
    background: #f1ede5;
    padding: 20px;
    border-bottom: solid 1px #ded6c2;
}
.contact span {
    font-weight: 600;
    font-size: 14px;
    margin-left: 8px;
    color: #910a0a;
}

input.contact_btn {
    padding: 15px 50px;
    margin-right: 12px;
    border: solid 1px #e0d8c5;
    background-color: #f1ede5;
    border-radius: 4px;
    font-size: 17px;
}
input.contact_btn:hover {
    background-color: #FFFFFF;
    cursor: pointer;
}

.conceptbox {
    overflow: hidden;
    margin-right: 16px;
    margin-bottom: 24px;
    padding: 25px;
    border-bottom: dotted 1px #d6c092;
    padding-bottom: 60px;
}

h3.conceptone {
    font-size: 44px;
    font-family: 'Sawarabi Mincho';
    font-weight: 500;
        color: #bfb792;
margin-top: -12px;
}

.conceptbox img {
    width: 40%;
    border-radius: 6px;
    margin-right: 30px;
    float: left;
}
.conceptinner {
    float: left;
    width: 50%;
}
.conceptbox p {
    margin-top: 20px;
    font-size: 20px;
    font-family: 'Sawarabi Mincho';
    line-height: 1.8em;
}

.conceptbox img.conimg2 {
    float: right;
    margin-right: 0;
    margin-left: 15px;
}
span.con1 {
font-size: 24px;
    font-style: italic;
    font-weight: bold;
    display: block;
    margin-bottom: 15px;
    margin-top: 15px;
    color: #71514f;
}
	
	
.animate {
  opacity: 0;
  transform: translateY(10px);
  transition: all 1.0s;
}
.animate.show {
  opacity: 1;
  transform: translateY(0);
}
.animate.show:nth-of-type(1) {
  transition-delay: 0s;
}
.animate.show:nth-of-type(2) {
  transition-delay: 0.1s;
}
.animate.show:nth-of-type(3) {
  transition-delay: 0.2s;
}
.animate.show:nth-of-type(4) {
  transition-delay: 0.3s;
}
.animate.show:nth-of-type(5) {
  transition-delay: 0.4s;
}
.animate.show:nth-of-type(6) {
  transition-delay: 0.5s;
}	
	
	#nav-content{
		display: none;
	}
	
	
span.trial22 {
    font-size: 30px;
    font-weight: 600;
    margin: 50px 0 50px 0;
    display: block;
    text-align: center;
}
}


/*ここからスマートフォン制御*/

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

img.staffPhoto {
    width: 50%;
    margin-bottom: 3vw;
    border: solid 2px #f3f3f3;
    border-radius: 8px;
display:block;
}
.plan img {
    width: 100%;
    margin-bottom: 3vw;
}
span.trial22 {
    font-size: 4.4vw;
    font-weight: 600;
    margin: 5vw 0 5vw 0;
    display: block;
    text-align: center;
}

/*タブ切り替え全体のスタイル*/
.tabs {
  padding-bottom: 4vw;
    background-color: #f2ede7;
    width: 98.7%;
    margin: 6vw 0;
    font-family: 'Sawarabi Mincho';
}

/*タブのスタイル*/
.tab_item {
  width: 47.7%;
    text-align: center;
    font-size: 3vw;
    color: #4d2a04;
    display: block;
    float: left;
    font-weight: bold;
    transition: all 0.2s ease;
    line-height: 40px;
    height: 1px;
    padding: 0px 1vw 0 1vw;
    border-bottom: 40px solid #e9e1d4;
    /* border-right: 40px solid #f6f3ee; */
    cursor: pointer;
    margin-bottom: 0px;
}
.tab_item:nth-of-type(5) {
    width: 97.7%;
}
.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 4vw 4vw 0;
  clear: both;
  overflow: hidden;
background-color: #f2ede7;
border-top: solid 10px #4d2a04;
}


/*選択されているタブのコンテンツのみを表示*/
#rWanted:checked ~ #rWanted_content,
#rTeach:checked ~ #rTeach_content,
#rDetail:checked ~ #rDetail_content,
#rInterview:checked ~ #rInterview_content,
#rPlan:checked ~ #rPlan_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  color: #fff;
    border-bottom: 40px solid #4d2a04;
 opacity:1;
}

h4.tabMidashiH4 {
    font-size: 5vw;
    font-family: Sawarabi Mincho;
    color: #4d2a04;
    margin-bottom: 2vw;
    font-weight: 500;
}

p.tabP1 {
    font-size: 25px;
    margin-bottom: 0px;
}

.tab_content_description {
    font-family: 'Sawarabi Mincho';
    color: #4d2a04;
}

.tabBox1 {
    background-color: #fbfaf8;
    border: solid 1px #e3ddcf;
        padding: 5vw;
    margin: 4vw 0px;
}
.tab_content_description p {
    line-height: 2em;
font-size: 3vw;
}
.tabImage1 {
    text-align: center;
    margin: 3vw 0 0;
}
.tabImage1 img {
    width: 100%;
}
.interviewBox {
    background-color: #FFFFFF;
    border: solid 1px #dfd2be;
    border-radius: 0px;
        padding: 4vw;
    margin: 5vw 0vw;
}

img.interMainPhoto {
    width: 100%;
    border: solid 1px #e9e1d4;
    background-color: #FFFFFF;
}

h4.interviewName {
    text-align: center;
    font-size: 5vw;
    font-weight: 500;
    margin-bottom: 5vw;
}

span.interviewYear {
    font-weight: 500;
    display: inline-block;
    font-size: 3vw;
vertical-align: middle;
}
span.interviewCarr {
   font-size: 3vw;
    margin-left: 1vw;
vertical-align: middle;
}
p.interviewQuest {
    font-weight: bold;
    font-size: 3.7vw;
}
p.interviewAnswer {
    line-height: 2em;
       margin: 3.5vw 0;
}

p.interviewQuest::before {
        display: inline-block;
    border-top: solid 3px #4d2a04;
    width: 7vw;
    height: 1.3vw;
    content: '';
    margin-right: 2vw;
}

img.interSubPhoto {
    width: 100%;
    margin: 15px 0 25px;
}
.recTopImage img {
display: inline-block;
    height: 21vw;
    border: solid 1px #e9e1d4;
    padding: 0.5vw;
    background-color: #FFFFFF;
    margin: 0 0.5vw 2vw 0px;
}



span.recspan {
    display: block;
    margin: 5vw 0 2vw;
    font-size: 3.2vw;
    font-weight: bold;
}

span.recspan:nth-of-type(1){
    margin: 0 0 2vw;
}
	
#nav-content .snsboxhum img {
    width: 40px;
    margin: 0 0 0 0;
}
	.snsboxhum {
    overflow: hidden;
    width: 70%;
    margin: 30px auto;
    text-align: center;
}
	.snsboxhum p {
    width: 60px;
    display: inline-block;
}
	
.snsbox li img {
    width: 8vw;
    vertical-align: middle;
}
.snsbox li {
    display: inline-block;
    margin: 0 0 0 8px;
}
ul.snsbox {
list-style: none;
    overflow: hidden;
    width: 55%;
    margin: 0 auto 7vw;
}	
	
#toggle {
    position: fixed;
    top: 6vw;
    right: 5vw;
}

#toggle-box {
    position: relative;
    width: 7vw;
    height: 5vw;
    cursor: pointer;
}

#toggle-box > span {
width: 100%;
    height: 2px;
    left: 0;
    display: block;
    background: #573f3d;
    position: absolute;
    transition: transform .6s ease-in-out, top .5s ease, bottom .5s ease;
}

#toggle-box > span:nth-child(1) {
    top: 0;
}

#toggle-box > span:nth-child(2) {
    top: 50%;
    transform: translatey(-50%);
}

#toggle-box > span:nth-child(3) {
  bottom: 0;
}

#toggle {
    z-index: 1000;
}
#container {
    position: relative;  
    z-index: 990;
}

#nav-content {
    z-index: 900;
    overflow: auto;
    width: 75%;
    height: 100%;
    color: #fff;
background-color: #221c17;
    opacity: 0.9;
border-right: solid 6px #3e2e2c;
    position: fixed;
    top: 0;
    left: 0;
    text-align: left;
    transform: translateX(-101%);
    transition:  transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#nav-content img {
    width: 45vw;
    margin: 5vw 6vw 1vw 12vw;
}	
	
#nav-content ul {
  list-style: none;
	    padding: 20px 0px 0;
	margin:0;
}
#nav-content ul li {
    border-bottom: dotted 1px #e6ddc7;
    list-style: none;
}
#nav-content ul li a {
	display: block;
    width: 100%;
    font-size: 3.7vw;
    box-sizing: border-box;
    color: #c4bd9b;
    text-decoration: none;
    padding: 2vw 2vw 3vw 6vw;
    position: relative;
    font-family: 'Sawarabi Mincho', serif;
}
#nav-content ul li a::before {
content: "";
    width: 2vw;
    height: 2vw;
    border-top: solid 2px #e6ddc7;
    border-right: solid 2px #e6ddc7;
    transform: rotate(45deg);
    position: absolute;
    right: 5.5vw;
    top: 5.7vw;
}
	#nav-content ul li a span{
    font-size: 2vw;
    color: #ffffff;
display: block;		
	}	
	
#nav-content a:hover {
  opacity: 0.6;
}

.is-open {
    overflow: hidden;
}

.is-open #toggle-box > span {
    background: #fff;
}

.is-open #toggle-box > span:nth-child(1) {
  top: 50%;
  transform: rotate(45deg) translatey(-50%);
}

.is-open #toggle-box > span:nth-child(2) {
  width: 0;
}

.is-open #toggle-box > span:nth-child(3) {
  top: 50%;
  transform: rotate(-45deg) translatey(-50%);
}

.is-open #nav-content {
  z-index: 999;
  transform: translateX(0);
}

.overlay {
  background: rgba(0,0,0,0.5);
  height: 100vh;
}	
	
	
	
	
	
	
.animate {
  opacity: 0;
  transform: translateY(10px);
  transition: all 2s;
}
.animate.show {
  opacity: 1;
  transform: translateY(0);
}
.animate.show:nth-of-type(1) {
  transition-delay: 1s;
}
.animate.show:nth-of-type(2) {
  transition-delay: 1.5s;
}
.animate.show:nth-of-type(3) {
  transition-delay: 2.0s;
}
.animate.show:nth-of-type(4) {
  transition-delay: 2.5s;
}
.animate.show:nth-of-type(5) {
  transition-delay: 3s;
}
.animate.show:nth-of-type(6) {
  transition-delay: 3.5s;
}	
.animate.show:nth-of-type(7) {
  transition-delay: 4s;
}	
.animate.show:nth-of-type(8) {
  transition-delay: 4.5s;
}	
.animate.show:nth-of-type(9) {
  transition-delay: 5s;
}	
.animate.show:nth-of-type(10) {
  transition-delay: 5.5s;
}	
.animate.show:nth-of-type(11) {
  transition-delay: 6s;
}	
.animate.show:nth-of-type(12) {
  transition-delay: 6.5s;
}	
	

.slick-dotted.slick-slider {
    margin-bottom: 0;
}	
.open #mask  {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000 ;
  opacity: .8;
  z-index: 2;
  cursor: pointer;
}	
	
.button {
    font-family: 'Merriweather';
    line-height: 1.5em;
    position: fixed;
    right: 0;
    bottom: 0;
    font-size: 3vw;
    color: #fff;
    border: solid 2px #503b24;
    background: #6a5756;
    padding: 1% 3%;
    margin:3vw 3% 2vw;
    cursor: pointer;
    transition: .3s;
    border-radius: 5px;
    z-index: 9999;
    text-align: center;
    width: 87%;
    opacity: 0;
    visibility: hidden;
}
.button a {
    display: inline-block;
    width: 50%;
}
.button a:link {
    color: #FFFFFF;
	text-decoration: none;
}
.button a:visited {
    color: #FFFFFF;
	text-decoration: none;
}
.button a:hover {
    color: #e7e0c0;
	text-decoration: none;
}


.button img {
    display: block;
    height: 9vw;
    margin: 1vw auto 2vw;
}
/*このクラスが付与されると表示する*/
.active{
  opacity: 0.9;
  visibility: visible;
}
	
.spnone{
		display:none;
	}	
p.pretxt .trial1 {
    font-size: 2vw;
    margin: 1vw;
}
p.pretxt .trial2 {
    font-size: 3.5vw;
    font-weight: 600;
}		
	
.trial_box p {
    line-height: 1.8em;
}
.trial_inner img {
    width: 60%;
    margin: 4vw auto;
}
h3.trial_midashi3 {
    width: 45%;
    font-size: 3vw;
    float: left;
    text-align: left;
}
h3.trial_midashi2 {
    width: 47%;
    font-size: 3vw;
    float: left;
    margin-right: 8%;
    text-align: left;
}
	
h3.trial_midashi1 {
    text-align: center;
	        font-size: 3vw;
}	
.trial_inner {
    width: 100%;
    text-align: center;
    overflow: hidden;
    margin-bottom: 5vw;
}
.trial_box {
width: 85%;
    margin: 6vw auto;
    border: solid 2px #ded6c2;
    border-radius: 10px;
    padding: 5%;
    background: url(../images/conceptback.jpg);
	font-family: 'Sawarabi Mincho';
	color: #573f3d;
}	
.trial_button {
    background: #3a2a29;
    padding: 20px;
    margin: 0 auto 50px;
    display: block;
    width: 250px;
    text-align: center;
    border-radius: 6px;
}	
.trial_b a:link {
    color: #FFFFFF;
    text-decoration: none;
}	
.trial_b a:visited {
    color: #FFFFFF;
    text-decoration: none;
}
.trial_b a:hover {
    color: #e7e0c0;
}
.recimage {
    margin: 2vw 0 4vw;
    width: 100%;
    overflow: hidden;
}
.recimage img {
    width: 50%;
}
	
	
p.trial_txt {
    font-family: Sawarabi Mincho;
    color: #4d2a04;
    font-size: 2.6vw;
    width: 90%;
    margin: 0 auto;
}
	
#top_concept {
    width: 90%;
    margin: 6vw auto 7vw;
    border: solid 2px #ded6c2;
    border-radius: 5px;
    padding: 3vw;
	text-align: center;
    background: url(../images/conceptback.jpg);
}	

	#top_concept img{
		width:100%;
	}
	
#top_concept .tittleh2 span {
    display: block;
    text-align: center;
    width: 24vw;
    margin: 0 auto;
}
#top_concept .tittleh2 {
    display: block;
    margin: -5vw auto 5vw;
    text-align: center;
}
#top_concept .tittleh2:after {
    display: block;
    border: none;
    text-align: center;
    background-color: inherit;
    height: 0px;
    margin: 0 auto;
}	
#top_concept p {
    font-size: 3vw;
    color: #4d2a04;
    font-family: Sawarabi Mincho;
    font-weight: 500;
	    margin-bottom: 0vw;
    line-height: 2em;
}	
#top_concept h3 {
    font-size: 3.5vw;
    color: #4d2a04;
    font-family: Sawarabi Mincho;
    font-weight: 500;
    line-height: 1.8em;
    width: 90%;
    margin: 0 auto 0;
}
	
	
	
p.pretxt {
    margin: 2vw 0 2vw 0;
    font-family: 'Sawarabi Mincho';
    font-size: 3vw;
    color: #573f3d;
}

.conceptbox {
overflow: hidden;
    margin-right: 1vw;
    margin-bottom: 4vw;
    padding: 3vw;
    border-bottom: dotted 1px #c1a272;
    padding-bottom: 8vw;
}
h3.conceptone span {
    font-size: 2vw;
    display: block;
    color: #ad7070;
margin-top: -1vw;
}
h3.conceptone {
font-size: 8vw;
    font-family: 'Sawarabi Mincho';
    font-weight: 500;
    color: #BC9E6E;
    text-align: center;
    margin-top: 2vw;
    margin-bottom: 5vw;
line-height: 1.3em;
}

.conceptbox img {
    width: 100%;
}
.conceptinner {
    width: 100%;
}
.conceptbox p {
margin-top: 2vw;
    font-size: 4vw;
    font-family: 'Sawarabi Mincho';
    line-height: 1.8em;
}

.conceptbox img.conimg2 {

}
span.con1 {
font-size: 5vw;
    font-style: italic;
    font-weight: bold;
    display: block;
    margin-bottom: 3vw;
color: #573f3d;
text-align:center;
}


.newsbox {
	height:300px;
	overflow-y:hidden;
}
.demo_more{
cursor: pointer;
    background-color: #f1cece;
    color: #444;
    border-radius: 30px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    width: 25vw;
    margin: 0 auto 40px;
    padding: 1vw;
    font-size: 3vw;
    font-weight: 500;
    font-family: 'Merriweather';
}
.boxcontact {
    margin: 15vw auto 20vw;
    text-align: center;
    font-size: 3vw;
}

	

.bx-viewport {
    height: 46vw;
}

.pchead{
display:none;
}

.pcheadbottom{
width:100%;
}

.spheadtop {
    width: 100%;
}

.logoblock img {
    width: 100%;
   max-height: 80px;
}

.logoblock a {
    display: block;
}


.logoblock {
    width: 40%;
    margin: 3vw 50% 0vw 25%;
}

*{
	margin:0px;
	padding:0px;
}

body{
font-family: 'Open Sans', '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'メイリオ', Meiryo, sans-serif;
		background-color: #F6F3EE;
	}
body{

}


header{
border-top:solid 1.5vw #573F3D;
    width: 100%;
    margin: 0 auto;
    position: fixed;
		background-image: url(../images/backsp.jpg);
		background-repeat:repeat-x;
background-size:10vw;
	z-index: 9999;
}
img {
    vertical-align: top;
}
#overwrap {
    background-repeat: repeat-x;
    margin-top: -6vw;
    position: relative;
}
.headblock{
width: 100%;
    margin: 0 auto;
	overflow: hidden;
}
.headblock .gbmenu{

}
.headblock .gbmenu .logoblock{

}
.headblock .gbmenu .menu{

}
.headblock .gbreserve{

}

.slider {
    width: 100%;
margin: 0 auto 0;
}
.slider img{
	width:100%;
}
.newsbox p {
    margin-top: 1vw;
}
#contents_wrap{
    margin: 0 auto;
    padding: 0;
width: 90%;
		transform: rotate(0.05deg);
font-size:3vw;
line-height: 1.8;
}
.tittleh2{
	font-family: 'Merriweather', serif;
	font-weight:400;
	color:#4D2A04;
	font-size:5vw;
	margin-top:6vw;
	display: flex;
}
.tittleh2 span {
font-size: 3vw;
    margin: 1vw 0 0 3vw;
    vertical-align: middle;
    width: 40vw;
}

h2.tittleh2:after {
    width: 100%;
    content: "";
    height: 2px;
    background-color: #ded6c2;
    margin: 3vw 1rem 0 0;
}


.tittleh3{
	font-family: 'Merriweather', serif;
	font-weight:400;
	color:#4D2A04;
	font-size:4vw;
	margin-top:6vw;
	display: flex;
}
.tittleh3 span {
font-size: 3vw;
    margin: 1vw 0 0 3vw;
    vertical-align: middle;
    width: 70vw;
}

h2.tittleh3:after {
    width: 5%;
    content: "";
    height: 2px;
    background-color: #ded6c2;
    margin: 3vw 1rem 0 0;
}

.tittleh4{
	font-family: 'Merriweather', serif;
	font-weight:400;
	color:#4D2A04;
	font-size:4vw;
	margin-top:6vw;
	display: flex;
}
.tittleh4 span {
font-size: 3vw;
    margin: 1vw 0 0 3vw;
    vertical-align: middle;
    width: 32vw;
}

h2.tittleh4:after {
    width: 85%;
    content: "";
    height: 2px;
    background-color: #ded6c2;
    margin: 3vw 1rem 0 0;
}
	

.tittleh5{
	font-family: 'Merriweather', serif;
	font-weight:400;
	color:#4D2A04;
	font-size:5vw;
	margin-top:6vw;
	display: flex;
}
.tittleh5 span {
font-size: 3vw;
    margin: 1vw 0 0 3vw;
    vertical-align: middle;
    width: 20vw;
}

h2.tittleh5:after {
    width: 23%;
    content: "";
    height: 2px;
    background-color: #ded6c2;
    margin: 3vw 1rem 0 0;
}



.bx-wrapper {
    background-color: transparent;
    margin: 0px auto;
padding: 3vw 0 0 0;
    border: none;
    box-shadow: none;
}
.bx-wrapper img {
    display: block;
    margin: 0px auto;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: #e2e2e2;
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom: 62px;
display: none;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #fdfcfc;
}
footer .footcontents {
    width: 86%;
    margin: 0 auto 31vw;
    font-size: 13px;
    line-height: 1.9;
    padding-top: 15px;
}
footer .footcontents h5 {
    font-size: 1.5vw;
    font-weight: 300;
width: 45vw;
    text-align: center;
}
footer .footcontents h5 span {
font-size: 3.3vw;
    vertical-align: middle;
    display: block;
}
.foottext {
background-image: url(../images/simbol.png);
    padding: 0px 0 0px 14vw;
    background-repeat: no-repeat;
    background-size: 11vw;
    background-position-y: 1.5vw;
    margin: 0 auto 30px;
    width: 85%;
    font-size: 2.5vw;
    line-height: 1.6;
}
footer {
	transform: rotate(0.05deg);
    background: #3a2a29;
    color: #ffffff;
    font-family: 'Merriweather';
}
.copyright {
    background-color: #000000;
    width:100%;
    padding: 8px 0;
    font-weight: 400;
    font-size: 11px;
text-align: center;
}
.copyright .copytext{
	width:100%;
	margin:0 auto;
}
ul.footnavi li {
    list-style: none;
    font-size: 3vw;
    border-bottom: dotted 1px #c9b8a0;
    margin-top: 1vw;
    padding-bottom: 1vw;
}
ul.footnavi li:last-child {
    border-bottom: none;
}
ul.footnavi li span {
    font-size: 9px;
    margin-left: 5px;
    vertical-align: middle;
}
ul.footnavi {
overflow: hidden;
    margin: 5vw 0 5vw 0;
}

.footnavi a:link {
    color: #ffffff;
    text-decoration: none;
}
.footnavi a:visited{
	color: #ffffff;
    text-decoration: none;
}
.footnavi a:hover{
	opacity: 0.7;
}

dl.newsbox {
    margin: 30px 0 30px 0;
    overflow: hidden;
		transform: rotate(0.05deg);
	display: flex;
    flex-wrap: wrap;
}
dl.newsbox dt img {
    width: 30vw;
    border: solid 2px #e7dec7;
    padding: 2px;
    background-color: #ffffff;
}
dl.newsbox dt {
    width: 40%;
    float: left;
border-bottom: dotted 2px #e7e0c0;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

dl.newsbox dt:nth-last-child(2){
	border:none;
}

dl.newsbox dd .newstitle {
    font-weight: 600;
    display: inline-block;
    font-size: 3vw;
    margin-left: 1vw;
}
dl.newsbox dd .newsdate {
    display: inline-block;
    font-size: 2.5vw;
    font-weight: 600;
}
dl.newsbox dd {
    width: 60%;
    float: left;
border-bottom: dotted 2px #e7e0c0;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
dl.newsbox dd:last-child{
	border:none;
}


dl.faq dd {
font-size: 3vw;
    padding: 0 5vw 5vw 5vw;
    margin-top: 3vw;
    border-bottom: dotted 1px #bfb792;
}
dl.faq dt {
font-size: 4.5vw;
    font-weight: 600;
margin-left: 1vw;
    margin-top: 3vw;
    color: #341c03;
    font-family: 'Sawarabi Mincho';
}
dl.faq {
    margin: 30px 0 10vw;
    padding: 4vw 4vw 4vw 4vw;
    background-color: #ffffff;
    border: solid 1px #e5decf;
    border-radius: 7px;
    width: 89%;
}
dl.faq dd:last-child {
    border: none;
}
dl.faq dt span {
    font-size: 15px;
    vertical-align: middle;
    margin-right: 10px;
}
.contentsp {
    margin-top: 20px;
}

dl.recruit dd:last-child {
    border-bottom: none;
}
dl.recruit dd {
    border-bottom: solid 1px #e5decf;
    padding: 5vw;
}
dl.recruit dt {
    border-bottom: solid 1px #e5decf;
    padding: 2vw 0 2vw 4vw;
    font-weight: 600;
    background-color: #fdfcfa;
    font-size: 3.4vw;
}
dl.recruit {
        margin: 5vw 0 0vw 0;
    border: solid 1px #e5decf;
    background-color: #ffffff;
    width: 100%;
}
.flowwrap {
    margin: 30px 0px 10vw 0;
}
h3.flow span {
    font-size: 7vw;
    margin-right: 2vw;
    vertical-align: sub;
    font-family: 'Sawarabi Mincho';
    color: #d3857d;
}
h3.flow {
    font-size: 4vw;
    font-family: 'Sawarabi Mincho';
    margin: 0px 0px 0;
    color: #4d2a04;
}

h3.flow2 span {
    font-size: 7vw;
    margin-right: 2vw;
    vertical-align: sub;
    font-family: 'Sawarabi Mincho';
    color: #d3857d;
}

h3.flow2 {
    font-size: 4vw;
    font-family: 'Sawarabi Mincho';
    margin:0px;
    color: #4d2a04;
	text-align:right;
padding-right:3vw;
}


.flowbox img {
    width: 95%;
    border: solid 3px #edddda;
    padding: 3px;
    background-color: #FFFFFF;
}
.flowbox {
    overflow: hidden;
	border-bottom: dotted 2px #f1e5e3;
    padding-bottom: 6vw;
}
.flowbox:last-of-type{
	border:none;
}
.flowbox p {
    display: block;
    width: 86%;
    font-size: 3vw;
    line-height: 1.9em;
    background-color: #f3f0e8;
    padding: 5vw;
    border: solid 1px #eae4d8;
    border-radius: 8px;
    margin-top: 2vw;
}

.flowbox2 img {
    width: 95%;
    border: solid 3px #edddda;
    padding: 3px;
    background-color: #FFFFFF;
}
.flowbox2 {
    overflow: hidden;
	border-bottom: dotted 2px #f1e5e3;
    padding-bottom: 6vw;
}
.flowbox2 p {
    display: block;
    width: 86%;
    font-size: 3vw;
    line-height: 1.9em;
    background-color: #f3f0e8;
    padding: 5vw;
    border: solid 1px #eae4d8;
    border-radius: 8px;
    margin-top: 2vw;
}

.skinnaviwrap {
    margin: 30px 0 10vw 0px;
    text-align: center;
}
.navi1 {
    width: 50%;
	margin-bottom: 30px;
}

.skinwrap .step span {
    font-size: 4vw;
    margin-right: 10px;
    font-family: 'Sawarabi Mincho';
    color: #f3c4c0;
	display:block;
}
.skinwrap .step {
    font-size: 4vw;
    font-family: 'Sawarabi Mincho';
    margin: 0px 0px 3vw;
    color: #4d2a04;
    text-align: left;
    padding: 0 0 6px 0px;
    border-bottom: dotted 2px #f4d8da;
}

.skinwrap {
    margin: 30px 0 10vw 0;
	overflow: hidden;
}

.stepbox p {
    display: block;
    font-size: 3.4vw;
    line-height: 1.9em;
    background-color: #fdfcf8;
    padding: 1vw 4vw 3vw 4vw;
    border-radius: 0px;
    text-align: left;
}
.stepbox img {
    width: 96%;
    padding: 2vw;
    background-color: #fdfcf8;
}

.stepbox {
    overflow: hidden;
    padding-bottom: 5vw;
    margin-bottom: 0px;
}
.stepbox:last-of-type{
	border:none;
}
img.arrow {
    width: 15vw;
}
a.stepdetail {
    display: block;
    padding: 1vw 0 1vw 3vw;
    border: dotted 2px #f4d8da;
    border-radius: 5px;
    margin-top: 3vw;
    color: #584e4e;
    text-decoration: none;
    font-weight: 600;
    font-size: 3.5vw;
    background: rgb(247 217 213);
    background: linear-gradient(180deg, rgb(247 218 214) 0%, rgb(246 213 209) 100%);
}
a.stepdetail:hover {
    opacity: 0.8;
}

.stepflow {
    list-style-type: none;
    display: table;
    max-width: 1280px;
    width: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
}
.stepflow li.is-current {
    background: #6c5552;
    font-weight: bold;
}
.stepflow li {
    display: table-cell;
    position: relative;
    background: #b9a7a5;
    padding: 1em 0.5em 1em 2em;
    color: #fff;
}
.stepflow li:before {
    top: -15px;
    right: -1em;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    border-width: 40px 0 40px 1em;
    z-index: 10;
}
.stepflow li:before, .stepflow li:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin: auto;
}
.stepflow li.is-current:after {
    border-color: transparent transparent transparent #6c5552;
}
.stepflow li:after {
    top: -15px;
    right: -0.8em;
    border-style: solid;
    border-color: transparent transparent transparent #b9a7a5;
    border-width: 40px 0 40px 1em;
    z-index: 10;
}
.stepflow li:before, .stepflow li:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin: auto;
}


.stepflow a:link {
    color: #FFFFFF;
    text-decoration: none;
}
.stepflow a:visited {
    color: #FFFFFF;
}
.stepwrap {
    width: 100%;
    margin: 30px 0 10vw 0;
}
.pankuz {
    width: 96%;
    margin-top: 20px;
    margin-bottom: 0px;
    padding: 1vw 0 1vw 4vw;
    background-color: #f1ede1;
}

.pankuz a {
    color: #502e09;
    text-decoration: none;
    font-weight: 600;
    font-size: 17px;
}
.pankuz a:visited {
    color: #502e09;
}
.pankuz a:hover {
    color: #c1ba96;
}
h2.steptittle {
    text-align: center;
    font-size: 3.5vw;
    font-family: 'Sawarabi Mincho';
    margin: 3vw 0 6vw 0;
    color: #55330e;
}
.step1c p {
    font-size: 3vw;
    font-weight: 600;
}
.step1c img {
    border: solid 8px #FFFFFF;
    margin-bottom: 15px;
    width: 96%;
}

.step1c {
    text-align: center;
    margin: 15px 0 15px 0;
}

.step2c p {
    font-size: 18px;
    font-weight: 600;
}
.step2c img {
    border: solid 8px #FFFFFF;
    margin-bottom: 15px;
	width:80%;
}

.step2c {
    text-align: center;
    margin: 15px 0 15px 0;
}

.step3c p {
   font-size: 3.5vw;
    font-weight: 600;
}
.step3c img {
    margin-bottom: 60px;
    margin-top: 40px;
    width: 60%;
}

.step3c {
    text-align: center;
    margin: 15px 0 10vw 0;
}


p.caution {
    border: solid 1px #ecdeee;
    background-color: #fff8f8;
    padding: 15px;
    margin-top: 34px;
}

.stepimgbox .imgbox:last-of-type {
    margin: 0;
}
.stepimgbox .imgbox img {
    width: 100%;
    border: solid 5px #fffefe;
    margin-bottom: 6px;
}
.stepimgbox .imgbox {
    width: 97%;
    text-align: center;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 10px;
}

.stepimgbox {
    overflow: hidden;
    margin-top: 10vw;
    margin-bottom: 10vw;
}
.imgbox2 {
    width: 93%;
    overflow: hidden;
    padding: 3vw;
    background-color: #FFFFFF;
    margin-top: 50px;
    border: solid 1px #efefef;
}
.imgbox2 img {
        width: 100%;
    margin: 5px 0px;
}

section#skinnavi02 .stepbox02:nth-child(2n) {
    margin: 0;
}

section#skinnavi02 .stepbox02 img {
    width: 97%;
    border: solid 5px #FFFFFF;
}
section#skinnavi02 .stepbox02 {
    width: 47%;
    float: left;
    text-align: center;
    margin: 0 4vw 12vw 0;
    font-size: 3vw;
}
section#skinnavi02 {
    overflow: hidden;
    margin: 30px 0 10vw 0;
}

p.ftls.ttlcenter {
    margin: 1vw;
    font-weight: 600;
    font-size: 3vw;
}

ul.product_data .product_deta:nth-of-type(2n) {
    margin:30px 0 0 0;
}
ul.product_data .product_deta img {
    width: 97%;
    border: solid 4px #f1ece3;
	margin-bottom: 10px;
}
ul.product_data .product_deta {
    width: 48%;
    display: inline-block;
    margin-right: 2vw;
    margin-top: 30px;
    vertical-align: top;
}
ul.product_data {
    overflow: hidden;
}
.product_deta li {
    text-align: left;
    font-weight: 500;
    font-size: 3.5vw;
	margin-top:1vw;
	list-style: none;
	padding: 0px 10px 0 10px;
}
.product_detabox02 {
    font-weight: 600;
    font-size: 3.3vw;
    text-align: center;
}
.product_data span {
    display: block;
}
li.price {
    display: block;
    text-align: left;
    font-size: 3.5vw;
}
li.inn {
display: block;
    text-align: left;
    font-size: 3.5vw;
}
.underlayer2 {
    overflow: hidden;
    margin-bottom: 10vw;
}
h2.ttlcenter.marginadjusttop {
    font-family: 'Sawarabi Mincho';
    font-size: 4vw;
    color: #483633;
    padding-bottom: 1vw;
    border-bottom: dotted 2px #604846;
}
ul.itemnavi a:hover {
    opacity: 0.6;
}
ul.itemnavi {
    margin-bottom: 100px;
}
ul.itemnavi a {
    text-decoration: none;
    color: #FFFFFF;
}
ul.itemnavi li {
    list-style: none;
    display: inline-block;
    padding: 10px 25px 10px 25px;
    font-size: 16px;
    border: solid 2px #f1ece3;
    background-color: #67504e;
    margin-right: 6px;
    margin-bottom: 10px;
    border-radius: 7px;
    font-weight: 600;
}
ol.stepflow li a:hover {
    opacity: 0.6;
}
ol.stepflow li a {
    display: block;
}
h2.steptittle span {
    display: block;
    font-size: 14px;
    color: #67514f;
}

.shopphoto img:nth-of-type(4) {
    margin-right: 0;
}
.shopphoto img:nth-of-type(2) {
    margin-right: 0;
}
.shopphoto img {
width: 46.8%;
    margin-bottom: 1.5vw;
    margin-right: 0.5vw;
    border: solid 4px #ffffff;
}

.pagetopimg {
    width: 100%;
}

.shopphoto {
    width: 100%;
    overflow: hidden;
	margin-bottom: 20px;
}

.accessbox .map {
    width: 98%;
    border: solid 4px #FFFFFF;
}
.accessbox .access {
    width: 100%;
    margin-right: 0;
    background-color: #f1eae0;
    padding: 0;
    font-size: 2.5vw;
    font-family: 'Sawarabi Mincho';
}
.accessbox {
    overflow: hidden;
    margin-bottom: 10vw;
    padding: 4vw 4vw 4vw 4vw;
    background-color: #f1eae0;
    width: 89%;
margin-top: 10vw;
}
.access h3 span {
    font-size: 2vw;
    display: block;
}
.access h3 {
    margin-bottom: 15px;
    font-size: 3.2vw;
    color: #321d06;
    margin-top: -23px;
}
.access img {
    width: 191px;
    display: block;
    margin-bottom: 15px;
    border: solid 3px #f6f3ee;
}

select#select2 {
    padding: 2vw;
	border: solid 1px #ded6c2;
}
input.name {
    padding: 2vw;
	border: solid 1px #ded6c2;
}
input.mf.email {
    padding: 2vw;
	border: solid 1px #ded6c2;
}
input.url {
    padding: 2vw;
	border: solid 1px #ded6c2;
}
input.mobile {
    padding: 2vw;
	border: solid 1px #ded6c2;
}
textarea.message2 {
    padding: 2vw;
    border: solid 1px #ded6c2;
}
.contents {
    margin-top: 30px;
    margin-bottom: 10vw;
    padding: 0vw;
}
dl.contact {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}
.contact dd:nth-child(2) {
    border-top: solid 1px #ded6c2;
}
.contact dt:first-child {
    border-top: solid 1px #ded6c2;
}
.contact dd {
    width: 70%;
    padding: 2vw;
    border-bottom: solid 1px #ded6c2;
}
.contact dt {
    width: 20%;
    font-size: 3vw;
    font-weight: 600;
    background: #f1ede5;
    padding: 2vw 1vw 2vw 2vw;
    border-bottom: solid 1px #ded6c2;
}
.contact span {
    display: block;
    font-weight: 600;
    font-size: 2vw;
    color: #910a0a;
}

input.contact_btn {
    padding: 15px 50px;
    margin-right: 12px;
    border: solid 1px #e0d8c5;
    background-color: #f1ede5;
    border-radius: 4px;
    font-size: 17px;
}
input.contact_btn:hover {
    background-color: #FFFFFF;
    cursor: pointer;
}


}
