@charset "UTF-8";
/*-----------------------------------------------------------
div
------------------------------------------------------------*/
div {
  text-align:left;
  word-wrap: break-word;
  }
/*-----------------------------------------------------------
clearfix
------------------------------------------------------------*/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height:0;
  overflow:hidden;
  }
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */
/*-----------------------------------------------------------
img
------------------------------------------------------------*/
img {
  margin:0;
  padding:0;
  vertical-align:bottom;
  border-width:0;
  border-style:none;
  }
table img {
  margin:0;
  padding:0;
  vertical-align:bottom;
  border-width:0;
  border-style:none;
  }
*:first-child+html .imgFix{
	margin: -5px 0 0 0;
	}
.uc{
	opacity: 0.3;
	}
/*-----------------------------------------------------------
p,H
------------------------------------------------------------*/
p {
  margin:0;
  padding:0;
  }
h1,h2,h3,h4,h5,h6 {
	margin:0;
	padding:0;
	font-size: 100%;
	font-weight: normal;
	}
/*-----------------------------------------------------------
ul
------------------------------------------------------------*/
ul{
  list-style: none;
  margin: 0;
  padding: 0;
  }
li{
  list-style: none;
  margin: 0;
  padding: 0;
  }
/*-----------------------------------------------------------
Link
------------------------------------------------------------*/
a:link {
  color:#333;
  text-decoration:none;
  }
a:visited {
  color:#333;
  text-decoration:none;
  }
a:hover {
  color:#aaa;
  text-decoration:none;
  -moz-transition: all 0.26s ease-out;
  -o-transition: all 0.26s ease-out;
  -webkit-transition: all 0.26s ease-out;
  -ms-transition: all 0.26s ease-out;

}
a:active {
  color:#73BE1E;
  text-decoration:none;
  }
.blockLink{
	display: block;
	}

.underLine{
	text-decoration: underline!important;
	}
.underLine:hover{
	text-decoration: none!important;
	}
/*-----------------------------------------------------------
マージン関係
------------------------------------------------------------*/
.t0b5 { margin:0 0 5px 0; }
.t0b10 { margin:0 0 10px 0; }
.t0b15 { margin:0 0 15px 0; }
.t0b20 { margin:0 0 20px 0; }
.t0b30 { margin:0 0 30px 0; }
.t0b40 { margin:0 0 40px 0; }
.t0b50 { margin:0 0 50px 0; }
.t0b60 { margin:0 0 60px 0; }
.t0b70 { margin:0 0 70px 0; }
.t0b100 { margin:0 0 100px 0; }

.t5b0 { margin:5px 0 0 0; }
.t5b10 { margin:5px 0 10px 0; }
.t5b20 { margin:5px 0 20px 0; }
.t5b30 { margin:5px 0 30px 0; }

.t10b0 { margin:10px 0 0 0; }
.t10b10 { margin:10px 0; }
.t10b20 { margin:10px 0 20px 0; }
.t10b30 { margin:10px 0 30px 0; }

.t20b0 { margin:20px 0 0 0; }
.t20b5 { margin:20px 0 5px 0; }
.t20b10 { margin:20px 0 10px 0; }
.t20b20 { margin:20px 0; }

.t30b0 { margin:30px 0 0 0; }
.t30b5 { margin:30px 0 5px 0; }
.t30b10 { margin:30px 0 10px 0; }
.t30b20 { margin:30px 0 20px 0; }
.t30b30 { margin:30px 0; }

.mr10{ margin: 0 10px 0 0; }
.mr20{ margin: 0 20px 0 0; }
.mr30{ margin: 0 30px 0 0; }
.mr40{ margin: 0 40px 0 0; }
.mr50{ margin: 0 50px 0 0; }

.ml5{ margin: 0 0 0 5px; }
.ml10{ margin: 0 0 0 10px; }
.ml20{ margin: 0 0 0 20px; }
.ml30{ margin: 0 0 0 30px; }
.ml40{ margin: 0 0 0 40px; }
.ml50{ margin: 0 0 0 50px; }

.mcenter{
	margin: 0 auto;
	}

/*-----------------------------------------------------------
パディング関係
------------------------------------------------------------*/
.p10b10 { padding:10px 0; }
.p20b20 { padding:20px 0; }
.p30b30 { padding:30px 0; }
.p40b40 { padding:40px 0; }
.p50b50 { padding:50px 0; }

.plr10 { padding:0 10px; }
.plr20 { padding:0 20px; }
.plr30 { padding:0 30px; }
.plr40 { padding:0 40px; }
.plr50 { padding:0 50px; }

.p0b10 { padding: 0 0 10px 0; }
.p0b20 { padding: 0 0 20px 0; }
.p0b30 { padding: 0 0 30px 0; }
.p0b40 { padding: 0 0 40px 0; }
.p0b50 { padding: 0 0 50px 0; }

.pp10{ padding: 10px; }
.pp20{ padding: 20px; }
.pp30{ padding: 30px; }

.pr10{ padding: 0 10px 0 0; }
.pr20{ padding: 0 20px 0 0; }
.pr30{ padding: 0 30px 0 0; }
.pr40{ padding: 0 40px 0 0; }
.pr50{ padding: 0 50px 0 0; }

.pl10{ padding: 0 0 0 10px; }
.pl20{ padding: 0 0 0 20px; }
.pl30{ padding: 0 0 0 30px; }
.pl40{ padding: 0 0 0 40px; }
.pl50{ padding: 0 0 0 50px; }
/*-----------------------------------------------------------
FONT
------------------------------------------------------------*/
.font10{ font-size: 10px!important; line-height: normal;}
.font11{ font-size: 11px!important; line-height: normal;}
.font12{ font-size: 12px!important; line-height: normal;}
.font13{ font-size: 13px!important; line-height: normal;}
.font14{ font-size: 14px!important; line-height: normal;}
.font15{ font-size: 15px!important; line-height: normal;}
.font16{ font-size: 16px!important; line-height: normal;}
.font17{ font-size: 17px!important; line-height: normal;}
.font18{ font-size: 18px!important; line-height: normal;}
.font19{ font-size: 19px!important; line-height: normal;}
.font20{ font-size: 20px!important; line-height: normal;}
.font22{ font-size: 22px!important; line-height: normal;}
.font25{ font-size: 25px!important; line-height: normal;}
.font30{ font-size: 30px!important; line-height: normal;}
.font35{ font-size: 35px!important; line-height: normal;}
.font40{ font-size: 40px!important; line-height: normal;}
/*-----------------------------------------------------------
LINE HEIGHT
------------------------------------------------------------*/
.line15{ line-height: 15px!important;}
.line20{ line-height: 20px!important;}
.line25{ line-height: 25px!important;}
.line30{ line-height: 30px!important;}
.line50{ line-height: 30px!important;}
/*-----------------------------------------------------------
LetterSpacing
------------------------------------------------------------*/
.letter1{letter-spacing: 1px;}
.letter2{letter-spacing: 2px;}
.letter3{letter-spacing: 3px;}
.letter4{letter-spacing: 4px;}
.letter5{letter-spacing: 5px;}
.letter6{letter-spacing: 6px;}
/*-----------------------------------------------------------
FLOAT
------------------------------------------------------------*/
.floatL{
  float: left;
  display:inline-block;
  }
.floatR{
  float: right;
  display:inline-block;
  }
/*-----------------------------------------------------------
BORDER関係
------------------------------------------------------------*/
.bbSolid{
  border-bottom: 1px solid #191919;
  }
.bbDott{
  border-bottom: 1px dotted #191919;
  }
.imgBorder{
	border: 3px solid #eee;
	}
/*-----------------------------------------------------------
ALIGN
------------------------------------------------------------*/
.textR{
	text-align: right;
	display: block;
	}
.imgC{
	text-align: center;
	}
.textBottom{
	vertical-align: text-bottom!important;
	}
/*-----------------------------------------------------------
FONT
------------------------------------------------------------*/
.mincho{
	font-family: "MS Mincho";
	}
.boldEn{
  font-family: 'Overpass', sans-serif;
}

.color1{
	color: #737373!important;
	}
.color2{
	color: #73BE1E;
	}
.color3{
	color: #737373;
	}

body {
  width: 100%;
  margin:0;
  padding:0;
  text-align:left;
  line-height:1.5em;
  font-family: 'Noto Sans Japanese',"游ゴシック", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
  font-size:14px;
  height:100%;
  color: #333!important;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  background: #fff!important;
  }

main{
	margin: 0px auto 80px;
	width: 800px;
	min-width: 800px;
	padding: 0px 0 0 0!important;
}

#globalheader h1 {
    text-align: center;
}


.serch01{
	margin: 40px auto;
	width: 800px;
}
	.bgG{
		background: #db4917;
	}
	.title{
		padding: 10px;
		text-align: center;
	}
	.seCont{
	background: #fff;
    padding: 20px;
    justify-content: center;
    flex-wrap: wrap;
    border: 1px solid #db4917;
	}
	.seCont table {
    width: 100%;
    border-collapse: collapse;
    border: 0px;
}
	.seCont th {
    padding: 10px 0px 10px 10px;
    border-bottom: 1px solid #db4917;
}
.seCont td {
    padding: 10px 0px 10px 10px;
    border-bottom: 1px solid #db4917;
}
	.boxArea{
		padding: 0 50px;
	}
	.boxArea .box {
                display: none;
            }
    .formCat{
    	margin: 0 30px 0 0;
    	display: inline-block;
    }
    .formLine{
    	width: 51%;
    }
    .formLine input,
    #feas_0_0{
    	padding: 5px 10px;
    }
    .seTabale{
    	width: 100%;
    }
    .acMenu h3{
    display:block;
    text-align:center;
    cursor:pointer;
    }
.acMenu div.seCont{
    display:none;
    background: #fff;
     padding: 20px;
    }
   .seL01{
   	width: 100px;
   }
   .gline{
   	border-bottom: 1px solid #aaa;
   	width: 100%;
   }
.bgGG{
	background: #e6e5e3;
}
input.submit_button,
input#feas-submit-button-0,
input#feas-submit-button-1{
	font-size: 16px;
    padding: 10px 30px;
    background-color: #db4917;
    color: #fff;
    border-style: none;
    width: 45%;
    margin: 0 auto;
    text-align: center;
    letter-spacing: 3px;
    display: block;
}

input#feas-submit-button-1{
	margin-top: 20px;
}

#feas-searchform-0{
	text-align: center;
	margin: 0 auto;
}

#feas-form-0 th{
	padding-left: 240px;
}

input#feas-submit-button-0{
	margin-top: 15px;
}
	.entryBox{
		box-shadow: 2px 2px 15px #00000050;
		padding: 10px;
		margin: 0 0 20px;
		background: #fff;
		border-radius: 5px;
	}
	.entryTop{
		display: flex;
		justify-content: space-between;

	}
	.entryCatIco{
		background: #db4917;
		padding: 3px 10px;
		color: #fff;
		margin: 0 0 5px 5px;
		min-width: 40px;
		display: inline-block;
		text-align: center;
	}

	.entryImg {
    width: 346px;
    overflow: hidden;
    text-align: center;
    position: relative;
}
	.entryImg img{
		width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    /* width: 100%; */
	}
	.colorRed{
		color: red;
	}
	.entryBtn{
		
		display: block;
		text-align: center;
		width: 100%;
		margin: 10px 0 0;
	}
	.entryBtn a{
		background: #db4917;
		color: #fff;	
		display: block;
		padding: 10px 10px;
	}
	.entryBody{
		display: flex;
		justify-content: space-between;
	}
	.entryBodyR{
		width: 410px;
	}
	.entryBodyR h4{
		font-size: 20px;
		margin: 0 0 10px;
	}
	.cellL{
		width: 100px;
		border-bottom: 1px solid #aaa;
		padding: 5px 10px;
	}
	.cellR{
		padding: 5px 10px;
		border-bottom: 1px solid #aaa;
	}
	.w100p{
		width: 100%;
	}






	.mainImg{
		width: 100%;
		height: 600px;
		overflow: hidden;
		margin: 0 0 40px;
	}
	.mainImg img{
		width: 100%;
	}
	.formDetTop{
		display: flex;
		justify-content: space-between;
		padding: 0 0 20px;
		margin: 0 0 30px;
		border-bottom: 1px solid #aaa;
	}
	.formDetTopL{
		width: 45%;
	}
	.formDetTopR{
		width: 54%;
	}
	.formDetMid{
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 0 20px 20px;
		font-size: 12px;
		color: #666;
		margin: 0 0 30px;
		border-bottom: 1px solid #aaa;
	}
	.formDetMidL{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
		align-items: center;
		width: 49%;
	}
	.formDetMidR{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		width: 49%;

	}
	.baroon{
		width: 60px;
		margin: 15px 0;
	}
	.baroon img{
		width: 100%;
	}
	.formDetMidL02Txt{
		width: 50px;
		padding: 0 10px;
		text-align: center;
	}
	.formDetMidL02{
		width: 310px;
	    display: flex;
	    justify-content: space-between;
	    align-items: center;
	}
	.formDetMidR02{
		width: 400px;
	    display: flex;
	    justify-content: space-between;
	    align-items: center;
	    margin: 15px 0;
	}
	.formDetMidL03{
		background: url(../../img/form/line.png) center center no-repeat;
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 270px;
	}
	.formDetMidR03{
		background: url(../../img/form/line.png) center center no-repeat;
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 150px;
	}

	.formDetMidR02Txt{
		width: 130px;
	}
	.i00 p{
		width: 13px;
    	height: 13px;
		border-radius: 50%;
		padding: 2px;
		border: 1px solid #aaa;
		background: #fff;
	}
	.i01,.i02,.i03,.i04,.i05{
		width: 9px;
		height: 9px;
		border-radius: 50%;
		padding: 2px;
		background: #333;
		display: block;
	}
	.ageBox{
	width: 100%;
    display: flex;
    justify-content: center;
    margin: -2px 4px -30px 90px;
    font-size: 10px;
	}
	.ageBox p{
		width: 16%;
		
	}
	.txtR{
		text-align: right;
	}
	.formDetContent{
		display: flex;
		justify-content: space-between;
		margin: 0 0 30px;
	}
	.formDetContentBox{
		width: 50%;
		line-height: 25px;
	}
	.formDetContentBox h4{
		font-size: 20px;
		margin: 0 0 10px;
	}
	.formDetTable{
		border: 1px solid #aaa;	
	}
	.formDetTable{
		border: 1px solid #aaa;	
		width: 100%;
		margin: 0 0 40px;
	}
	.formDetTableL{
		border-bottom: 1px solid #aaa;
    padding: 10px;
    background: #ededed;
    width: 20%;
    text-align: center;
    vertical-align: center;
    color: #6a6b6a;
    letter-spacing: 7px;
    font-size: 16px;
	}
	.formDetTableR{
		border-bottom: 1px solid #aaa;
		padding: 10px 30px; 
		width: 80%;
	}
	.formDetTableTtl{
		border-left: 6px solid #db4917;
    padding: 0px 0 0 10px;
    font-size: 22px;
    font-weight: bold;
    margin: 0px 0 15px;
	}
	.formDetBtnArea{
	display: flex;
	justify-content: center;
	margin: 0 0 50px;
}
.formDetBtnAreaS{
	display: flex;
	justify-content: space-between;
	margin: 0 0 50px;
}
.formDetBtn01,.formDetBtn02{
	width: 49%;
	position: relative;
}
.formDetBtn01 a{
	width: 100%;
	padding: 20px 0;
	background: #442602;
	display: block;
	color: #fff;
	text-align: center;
	font-size: 16px;
}
.formDetBtn01 span{
	width: 100%;
	padding: 20px 0;
	background: #442602;
	display: block;
	color: #fff;
	text-align: center;
	font-size: 16px;
	cursor: pointer;
}

.formDetBtn02 a{
	width: 100%;
	padding: 20px 0;
	background: #db4917;
	display: block;
	color: #fff;
	text-align: center;
	font-size: 16px;
}
.dialog {
    opacity: 0;
    width: 85%;
    position: absolute;
    top: -57px;
    left: 10px;
    padding: 16px;
    border-radius: 5px;
    background: #db4917;
    color: #fff;
    font-weight: bold;
    transition: inherit;
    text-align: center;
    font-size: 26px;
    letter-spacing: 1px;
    box-shadow: 2px 2px 7px #00000030;
-moz-transition: all 0.26s ease-out;
  -o-transition: all 0.26s ease-out;
  -webkit-transition: all 0.26s ease-out;
  -ms-transition: all 0.26s ease-out;
    }
    .dialog:after {
      position: absolute;
      width: 0;
      height: 0;
      left: 0;
      bottom: -19px;
      margin-left: 10px;
      border: solid transparent;
      border-color: rgba(51, 204, 153, 0);
      border-top-color: #db4917;
      border-width: 10px;
      pointer-events: none;
      content: " ";
    }
    .formDetBtn01 span:hover + .dialog {
    top: -67px;
    left: 10px;
      opacity: 1;
      -moz-transition: all 0.26s ease-out;
  -o-transition: all 0.26s ease-out;
  -webkit-transition: all 0.26s ease-out;
  -ms-transition: all 0.26s ease-out;
    }
.fashionBox{
	display: flex;
	justify-content: space-between;
}
.fashion{
	width: 182px;
    height: 200px;
    overflow: hidden;
    /* padding: 10px; */
    text-align: center;
    float: left;
    position: relative;
    margin: 5px;
}
.fashion img{
	height: 200px!important;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    /* width: 100%; */
}



/* FORM2 */
.form2Box{
		margin: 50px 0 0 ;
	}
	.form2Box_current{
	background: url(../../img/form2/line.png) center center no-repeat;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 700px;
    margin: 0 auto 0px;
    color: #db4917;
	}
	.form2Box_current p{
	width: 13px;
    height: 13px;
    border-radius: 50%;
    padding: 2px;
    border: 1px solid #aaa;
    background: #fff;
	}
	.form2Box_current2{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 710px;
    margin: 0 auto 30px;
    color: #db4917;
	}

	.form2DetTable{
	border: 1px solid #aaa;
    width: 100%;
    margin: 0 0 20px;
    padding: 10px;
	}
	.form2DetTableC{
	width: 100%;
    padding: 2px 10px;
    background: #333;
    color: #fff;
    font-size: 14px;
    letter-spacing: 2px;
    margin: 0 0 10px;
	}
	.form2DetTableL{
		width: 5%;
		padding: 4px;
		text-align: center;
	}
	.form2DetTableR span{
		color:red;
	}
	.form2DetTableP{
		padding: 3px;
	}
	.formDetTable2{
		border: 1px solid #aaa;	
		width: 100%;
		margin: 0 0 40px;
	}
	.formDetTable2L{
		border-bottom: 1px solid #aaa;
    padding: 10px;
    background: #eee;
    width: 25%;
    text-align: center;
    vertical-align: center;
    color: #6a6b6a;
    letter-spacing: 2px;
    font-size: 14px;
	}
	.formDetTable2R{
		border-bottom: 1px solid #aaa;
		padding: 10px 30px; 
		width: 75%;
	}

.formDetTable2R input[type="text"],.formDetTable2R input[type="tel"],.formDetTable2R input[type="email"],.formDetTable2R select{
	width: 90%;
	padding: 9px 5px;
    background: #efefef;
    border-radius: 5px;
    border: none;
}
.mwform-tel-field{
	
    display: flex;
    align-items: center;
}
.mwform-tel-field input{
	
}
.sendBtn{
	width: 350px;
    padding: 20px 0;
    background: #db4917;
    display: block;
    color: #fff;
    text-align: center;
    font-size: 16px;
}
.sendBack{
	width: 100px;
    padding: 10px 0;
    background: #aaa;
    display: inline-block;
    color: #fff;
    text-align: center;
    font-size: 16px;
}
.hiddenArea{
	display: none;
}
#feas-result-0,
#feas-result-1{
	display: none;
}

#feas-0{
	width: 100%;
}

.search-category th{
	font-weight: 400;
	width: 100px;
}

#feas-1 .search-category{
	width: 100%;
	border-collapse:collapse;
	border:0px;
}

#feas-1 .search-category th{
	padding: 10px 0px 10px 10px;
	border-bottom: 1px solid #db4917;
}

#feas-1 .search-category td{
	padding: 10px 0px 10px 0px;
	border-bottom: 1px solid #db4917;
}

#pnkz{
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 10px;
}
.error{display: block;
    color: #ef0000;}

.readCopy{
	margin: 0 0 60px;
}
.readCopy h2{
	margin: 0 0 30px;
	font-size: 24px;
	text-align: center;
	font-weight: bold;
}
.readCopy p{
	line-height: 2em;
    text-align: center;
    width: 500px;
    margin: 0 auto;
}
@media only screen and (max-width : 768px){
.readCopy{
	margin: 0 0 40px;
}
.readCopy h2{
	margin: 0 0 10px;
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	line-height: 1.5em;
}
.readCopy p{
	line-height: 1.5em;
    text-align: center;
    width: 100%;
    margin: 0 auto;
}	
}