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

.entryBodyR,
.footerIn,
.formDetTopL,
.formDetTopR,
.formDetContentBox,
.form2Box_current,
.form2Box_current2,
.formDetMidL03{
	width: 100%;
}

main{
	width: 94%;
	min-width: auto;
	margin-left: 3%;
	margin-right: 3%;
	box-sizing: border-box;
}

.entryTop,
.entryBody{
	display: block;
}

.entryImg{
	width: 100%;
	height: auto;
	overflow: inherit;
}

.entryImg img{
	width: 100%;
	height: 250px;
	position: static;
	top: 0px;
	left: 0px;
	transform: inherit;
	object-fit: cover;
	object-position: 50% 0%;
}
.fashion {
  /* height: 200px!important; */
    width: 97%;
    overflow: hidden;
    /* padding: 10px; */
    text-align: center;
    float: left;
    position: relative;
    margin: 5px;
}
.fashion img {
    height: auto!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%;
}

footer{
	min-width: 100%;
}

.entryBodyR h4{
	margin-top: 15px;
}

.entryCatIco{
	margin: 0px 5px 5px 0px;
}

.cat-list{
	margin-top: 15px;
}

.serch01{
	width: 100%;
    padding: 0px 0 30px 0px;

}
.form2Box{
  margin: 20px 0 0;
  padding: 0px 0 0;
}
.form2Box_current p{
  width: 20px;
    height: 20px;
    border-radius: 50%;
    padding: 2px;
    border: 1px solid #aaa;
    background: #fff;
}

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

.seCont th,
.seCont td{
  display: block;
}

.seCont .search-category th{
  border-bottom: none;
  padding-left: 0px;
  padding-bottom: 0px;
}

.seCont .search-category td{
  padding: 5px 0 10px 0;
}

#feas-1 th,
#feas-1 td{
	display: block;
}

#feas-1 .search-category th{
	border-bottom: none;
	padding-left: 0px;
	padding-bottom: 0px;
}

#feas-1 .search-category td{
	padding-top: 5px;
}

header{

} 
.headerIn{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .headerIn h1{
    width: 37%;
  }
.navList{
    margin: 0 0 2px;
    width: 95%;
    box-shadow: 6px 0 25px rgba(0,0,0,.15);
    padding: 15px;
    border-bottom: 1px solid #fff;
    background: #00000040;
}
.navList a{
  color: #fff;
    display: flex;
    font-size: 12px;
    align-items: center;
}
.navList a span{
  font-size: 20px;
  font-weight: bold;
  margin: 0  10px 0 0;
  display: inline-block;
}
.navList02{
  background: #c20000bf;
}
#nav-drawer {
  position: relative;
  top: -3px;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}

/*アイコンのスペース*/
#nav-open {
    display: inline-block;
    width: 30px;
    height: 22px;
    vertical-align: middle;
}

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
    position: absolute;
    height: 3px;/*線の太さ*/
    width: 30px;/*長さ*/
    border-radius: 3px;
    background: #000;
    display: block;
    content: '';
    cursor: pointer;
}
#nav-open span:before {
    bottom: -8px;
}
#nav-open span:after {
    bottom: -16px;
    content: 'MENU';
    font-size: 10px;
    color: #000;
    text-align: center;
}

/*閉じる用の薄黒カバー*/
#nav-close {
    display: none;/*はじめは隠しておく*/
    position: fixed;
    z-index: 99;
    top: 0;/*全体に広がるように*/
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    transition: .3s ease-in-out;
    text-align: center;
    padding: 120vw 0 0;
}
@media screen and (max-width: 320px) {
    #nav-close {
        padding: 140vw 0 0;
    }
  }
#nav-close span {
    padding: 10px 100px;
    /* background: #000000bf; */
    color: #fff;
    font-size: 14px;
    border: 1px solid #fff;
    letter-spacing: 10px;
    border-radius: 10px;
    box-shadow: 6px 0 25px rgba(0,0,0,.15);
}

/*中身*/
#nav-content {
    overflow: auto;
    position: fixed;
    top: 10%;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 9999;/*最前面に*/
    transition: .3s ease-in-out;/*滑らかに表示*/
    -webkit-transform: translateX(130%);
    transform: translateX(130%);/*左に隠しておく*/
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width:98%;
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
    display: block;/*カバーを表示*/
    opacity: .95;
}

#nav-input:checked ~ #nav-content {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);/*中身を表示*/
   
}


main{
  padding: 0;
}
/*-----------------------------------------------------------
Footer
------------------------------------------------------------*/

.formDetTop,
.formDetContent{
	display: block;
}

.formDetMid{
	display: inherit !important;
	padding-left: 5px;
	padding-right: 5px;
}

.formDetMidL,
.formDetMidR{
	width: 100%;
}

.ageBox{
	position: relative;
	display: inherit !important;
	justify-content: flex-start;
	text-align: center;
	margin: 0px 0px -10px 28%;
}

.ageBox p{
	text-align: center;
	font-size: 10px;
	width: 17.3%;
}

.ageBox p{
	text-align: left;
	font-size: 10px;
	display: inline-block;
}

.fs-left{
	float: left;
	width: 49%;
	margin: 0px;
}

.fs-right{
	float: right;
	width: 49%;
	margin: 0px;
}

.formDetContentBox{
	clear: both;
	padding-top: 15px;
}

.formDetTableL{
	padding: 5px;
  font-size: 12px;
}

.formDetTableL img{
	width: 50px;
	height: 50px;
}

.formDetTableR{
	padding-left: 20px;
	padding-right: 20px;
  vertical-align: middle;
}

.baroon{
	width: 12%;
}

.baroon img{
	width: 100%;
}

.formDetMidL02{
	width: 88%;
}

.formDetMidL02Txt{
	width: 25%;
    letter-spacing: -1px;
}

.mainImg{
	height: auto;
  padding: 45px 0 0 ;
  margin: 0 0 15px;
}

#smp-height{
	padding-top: 25px !important;
}

.formDetTopR h4{
	padding: 10px 0px;
}

.formDetMidL03{
	background-repeat: repeat-x;
}

.imgC img,
.headerIn h1 img,
.headerR img,
#nav-content img{
	width: 100%;
}

.i00 p{
    width: 20px;
      height: 20px;
    border-radius: 50%;
    padding: 2px;
    border: 1px solid #aaa;
    background: #fff;
  }
  .i01,.i02,.i03,.i04,.i05{
    width: 14px;
    height: 14px;
    border-radius: 50%;
    padding: 2px;
    background: #333;
    display: block;
  }
.formDetBtnArea {
    display: block;
    margin: 0 0 50px;
}
.formDetBtnAreaS {
    display: flex;
    justify-content: space-between;
    margin: 0 0 50px;
}
.sendBtn {
    font-family: 'Oswald', sans-serif;
    background: #db4917;
    padding: 10px 30px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    letter-spacing: 2px;
    font-size: 18px;
    display: block;
    border: none;
    border-radius: 0px;
    -webkit-appearance: none;
}
.sendBack{
  font-family: 'Oswald', sans-serif;
    background: #666766;
    padding: 10px 30px;
    width: 100%;
    margin: 0 auto 10px;
    text-align: center;
    color: #fff;
    letter-spacing: 2px;
    font-size: 18px;
    display: block;
    border: none;
    border-radius: 0px;
    -webkit-appearance: none;
}
.formDetTable2L {
    border-bottom: 1px solid #aaa;
    padding: 10px;
    background: #eee;
    width: 35%;
    text-align: center;
    vertical-align: center;
    color: #6a6b6a;
    letter-spacing: -1px;
    font-size: 12px;
}
.form2DetTableL {
    width: 8%;
    padding: 4px;
    text-align: center;
}
}