@charset "UTF-8";

/* PC */
.spOnly {
		display: none;
}

.contents{
	width: 100%;
}

ul#topslide{
	width: 100%;
	margin: 0px;
	overflow: hidden;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 0px;
}
ul#topslide li{
	margin: 0px;
	padding: 0px;
}
ul#topslide li img{
	width: 100%;
}

#arrows{
	width: 100%;
	position: relative;
	top: -32px;
}
#arrows .slick-prev, #arrows .slick-next {
    width:36px;
    height:36px;
		transition: .3s;
}
#arrows .slick-prev:hover, #arrows .slick-next:hover{
  opacity:0.5;
  filter: alpha(opacity=50);
}
#arrows .slick-prev:before, #arrows .slick-next:before {
    content:"";
}
#arrows button.slick-prev, #arrows button.slick-next {
    z-index:2;
}
#arrows .slick-prev{
	left:0px;
	top: 0px;
}
#arrows .slick-next{
	left:36px;
	top: 0px;
}
#arrows .slick-arrow{z-index:10;}

ul#topslide .slick-dots{
	position: relative;
	top: 15px;
	left:90px;
}
ul#topslide .slick-dots li{
	width: 15px;
	float: left;
}


.free_shipping{
	margin: 0 auto;
	padding: 85px 0 110px;
	width: 800px;
}

#about{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#about .title{
	width: 283px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 38px;
}
#about .title img{
	width: 100%;
}
#about .title p{
	font-size: 15px;
	text-align: center;
}
#about .about_img1{
	width: 107px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
}
#about .sub{
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	padding-bottom: 30px;
}
#about p{
	font-size: 12px;
	line-height: 230%;
	text-align: center;
	padding-bottom: 10px;
}
#about .about_img2{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 70px;
}
#about .about_img2 img{
	width: 100%;
}
#about .movBox{
	margin: 80px 0 0;
	width: 100%;
}
#about .movBox .mov{
 display: none;
	width: 100%;
	position: relative;
}
#about .movBox .mov a{
-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-ms-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}
#about .movBox .mov a:hover{
	opacity:0.8;
  filter: alpha(opacity=80);
	text-decoration: none;
}
#about .movBox .mov img{
	width: 100%;
	height: auto;
	z-index: 1;
}
#about .movBox .mov div{
	width: 160px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	z-index: 2;
}
#about .movBox .mov div img{
	width: 91px;
	height: auto;
}
#about .movBox .mov div p{
	font-size: 15px;
	text-align: center;
	color: #FFF;
}
#about .movBox .btBox{
	width: 100%;
	padding: 48px 0 30px;
	background-color: #001C50;
	text-align: center;
}
#about .movBox .btBox div{
	margin: 0 20px;
	display: inline;
	padding: 6px 0 10px;
	width: 110px;
	font-size: 15px;
	text-align: center;
	color: #FFF;
	border-top: 5px solid #FFF;
	text-decoration: none;
	cursor : pointer;
	transition: .4s;
}
#about .movBox .btBox div:hover,
#about .movBox .btBox div.active{
	border-top: 5px solid #AF9C60;
}



#feature{
	width: 100%;
	height: 1000px;
	margin: 0 auto 100px;
	position: relative;
	display: block;
	overflow: hidden;
}
#feature .cover{
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#feature .cover .title{
	width: 283px;
	margin: auto;
	position: absolute;
	left: 0px;
	top: 120px;
	right: 0px;
	z-index: 3;
}
#feature .cover .title img{
	width: 100%;
}
#feature .cover .title p{
	font-size: 15px;
	text-align: center;
}
#feature .cover .box{
	width: 315px;
	display: block;
	height: 240px;
	z-index: 3;
}
#feature .cover .box img{
	width: 86px;
	margin-right: auto;
	margin-left: auto;
}
#feature .cover .box .txt{
	font-size: 18px;
	line-height: 180%;
	text-align: center;
	padding-top: 25px;
}
#feature .cover .box p{
	font-size: 12px;
	line-height: 180%;
	text-align: center;
	padding-top: 20px;
}
#feature .cover .box.box01{
	position: absolute;
	left: 0px;
	top: 550px;
}
#feature .cover .box.box02{
	position: absolute;
	left: 0px;
	top: 650px;
	margin: auto;
	right: 0px;
}
#feature .cover .box.box03{
	position: absolute;
	right: 0px;
	top: 550px;
}

#feature .img{
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
}




#item{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#item .title{
	width: 283px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 60px;
}
#item .title img{
	width: 100%;
}
#item .title p{
	font-size: 15px;
	text-align: center;
}
#item .ban_ani{
	margin: 0px auto 60px;
	width: 800px;
}
#item .ban_ani img{
	width: 100%;
	height: auto;
}
#item .cover{
	width: 990px;
	margin-right: auto;
	margin-left: auto;
}
#item .cover .box{
	width: 470px;
	text-align: left;
	padding-bottom: 80px;
	float: left;
}
#item .cover .box:nth-child(2n){
	float: right;
}
#item .cover .box img{
	width: 100%;
}
#item .cover .box .photo{
 position: relative;
}
#item .cover .box .photo .cap{
 position: absolute;
 right: 0;
 bottom: -18px;
 text-align: right;
 font-size: 12px;
}
#item .cover .box .tx_t{
	font-size: 18px;
	padding-top: 25px;
	line-height: 1.2;
}
#item .cover .box .tx_t .limit{
	margin: 0 10px 0 0;
	padding: 8px 8px 6px;
	font-size: 16px;
	line-height: 100%;
	display: inline-block;
	background-color: #403937;
	color: #fff;
}
#item .cover .box .tx_t .limit2{
	margin: 0 10px 10px 0;
	padding: 8px 8px 6px;
	font-size: 16px;
	line-height: 100%;
	display: inline-block;
	background-color: #403937;
	color: #fff;
}
#item .cover .box .tx_t span{
	font-size: 16px;
}
#item .cover .box .tx_t span.tx_t2{
	padding: 10px 0 0;
	font-size: 16px;
	line-height: 140%;
	display: block;
}
#item .cover .box p{
	padding: 20px 0 10px;
	font-size: 12px;
	line-height: 160%;
}
#item .cover .box dl{
	padding: 0 0 35px;
	width: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 150%;
}
#item .cover .box dt{
	float: left;
	width: 80px;
}
#item .cover .box dd{
	margin: 0 0 0 80px;
}
#item .cover .box .price{
	font-size: 18px;
	line-height: 140%;
}
#item .cover .box .price span{
	font-size: 16px;
}
#item .cover .box .bt{
	width: 280px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 45px;
}
#item .cover .box .bt a{
	font-size: 14px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	background-color: #AF9C60;
	padding-top: 15px;
	padding-bottom: 15px;
	border: 1px solid #AF9C60;
	-moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   -o-box-sizing: border-box;
   -ms-box-sizing: border-box;
   box-sizing: border-box;
	transition: .4s;
}
#item .cover .box .bt a:hover {
	background: #FFF;
	color: #AF9C60;
}



#insta{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #001C50;
	padding-top: 95px;
	padding-bottom: 100px;
}
#insta .title{
	width: 283px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 60px;
}
#insta .title img{
	width: 100%;
}
#insta .title p{
	font-size: 15px;
	text-align: center;
	color: #FFF;
}
#insta .cover{
	width: 990px;
	margin-right: auto;
	margin-left: auto;
}
#insta .cover ul{
	padding-bottom: 0;
}
#insta .cover li{
	width: 175px;
	float: left;
	margin-right: 28.75px;
	margin-bottom: 28.75px;
}
#insta .cover li:nth-child(5n){
	margin-right: 0px;
}
#insta .cover li img{
	width: 175px;
	height: 175px;
}
#insta .cover li a{
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-ms-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}
#insta .cover li a:hover{
  opacity:0.5;
  filter: alpha(opacity=50);
}

#insta .cover .bt{
	width: 280px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
}
#insta .cover .bt a{
	font-size: 14px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	background-color: #AF9C60;
	padding-top: 15px;
	padding-bottom: 15px;
	border: 1px solid #AF9C60;
	-moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   -o-box-sizing: border-box;
   -ms-box-sizing: border-box;
   box-sizing: border-box;
	transition: .4s;
}
#insta .cover .bt a:hover {
	background: #FFF;
	color: #AF9C60;
}



#ne_con{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 100px;
	padding-bottom: 90px;
}
#ne_con .cover{
	width: 990px;
	margin-right: auto;
	margin-left: auto;
}
#ne_con .cover #news{
	/*float: left;*/
	width: 100%;
	margin-bottom: 100px;
}
#contact .bt {
    width: 280px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 58px;
}
#contact .btn a{
	font-size: 14px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	background-color: #AF9C60;
	padding-top: 15px;
	padding-bottom: 15px;
	border: 1px solid #AF9C60;
	-moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   -o-box-sizing: border-box;
   -ms-box-sizing: border-box;
   box-sizing: border-box;
	transition: .4s;
}
#contact .btn a:hover {
	background: #FFF;
	color: #AF9C60;
}
#ne_con .cover #contact{
	/*float: right;*/
	width: 100%;
	margin-bottom: 100px;
}
/*#contact {
	padding-top: 200px;
	margin-top: -200px;
}
*/
#ne_con .cover #news .title,
#ne_con .cover #contact .title{
	width: 150px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 40px;
}
#ne_con .cover #news .title img,
#ne_con .cover #contact .title img{
	width: 100%;
}

#ne_con .cover #news dl{
	width: 100%;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C8C8C8;
	text-align: left;
	margin-bottom: 25px;
}
#ne_con .cover #news dt{
	float: left;
	width: 115px;
	font-size: 12px;
}
#ne_con .cover #news dd{
	width: 290px;
	font-size: 12px;
	margin-left: 120px;
}

#ne_con .cover #contact .txf{
	padding: 15px;
	width: 100%;
	font-size: 12px;
	text-align: left;
	border: 1px solid #C8C8C8;
	background-color: #FDFCFB;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#ne_con .cover #contact .txf.pad{
	margin-top: 20px;
}
#ne_con .cover #contact textarea{
	padding: 15px;
	width: 100%;
	height: 90px;
	font-size: 12px;
	text-align: left;
	background-color: #FDFCFB;
	border: 1px solid #C8C8C8;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 20px;
}
#ne_con .cover #contact button.bt{
	width: 280px;
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
	font-size: 14px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	background-color: #AF9C60;
	padding-top: 15px;
	padding-bottom: 15px;
	border: 1px solid #AF9C60;
	-moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   -o-box-sizing: border-box;
   -ms-box-sizing: border-box;
   box-sizing: border-box;
	transition: .4s;
}
#ne_con .cover #contact button.bt:hover {
	background: #FFF;
	color: #AF9C60;
	cursor:pointer
}

.validation {
	color:#E00;
	display:none;
	font-weight:400;
	font-size:13px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}

#sendmessage {
	display:none;
	text-align:center;
	padding:15px 12px 15px;
	font-weight:600;
	margin-bottom:20px;
	font-size: 14px;
	color:#E00;
}

#sendmessage.show,.show  {
	display:block;
}

#contact-form {
	position: relative;
	z-index: 999;
}


textarea.form-control {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

div.cform-response-output {
	max-width: 60%;
	text-align: center;
	margin-left: 40% !important;
	margin-top: 0.5em !important;
	padding: 0.5em !important;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.cform-not-valid-tip {
	color: #888;
	border: 1px dotted #ad3729 !important;
	width: 100% !important;
	left: 0 !important;
	padding: 0.5em !important;
	font-family: 'Open Sans', sans-serif;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}



#info{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 115px;
}
#info .title{
	width: 283px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 40px;
}
#info .title img{
	width: 100%;
}
#info .title p{
	font-size: 15px;
	text-align: center;
}
#info #map_canvas{
	width: 100%;
	height: 580px;
}
#info #map_canvas iframe{
	width: 100%;
	height: 580px;
}
#info .bt{
	width: 280px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 58px;
}
#info .bt a{
	font-size: 14px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	background-color: #AF9C60;
	padding-top: 15px;
	padding-bottom: 15px;
	border: 1px solid #AF9C60;
	-moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   -o-box-sizing: border-box;
   -ms-box-sizing: border-box;
   box-sizing: border-box;
	transition: .4s;
}
#info .bt a:hover {
	background: #FFF;
	color: #AF9C60;
}

#info .cover{
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 120px;
}
#info .cover .left{
	float: left;
	width: 530px;
}
#info .cover .left img{
	width: 100%;
}
#info .cover .right{
	float: right;
	width: 382px;
	text-align: left;
}
#info .cover .right .add{
	width: 382px;
	padding-bottom: 35px;
}
#info .cover .right .add img{
	width: 100%;
}
#info .cover .right .tb_add{
	width: 100%;
}
#info .cover .right .tb_add th{
	font-family: 'Roboto Slab', serif;
	font-size: 12px;
	line-height: 160%;
	font-weight: normal;
	color: #808080;
	text-align: left;
	width: 158px;
}
#info .cover .right .tb_add td{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 160%;
	text-align: left;
	padding-bottom: 20px;
}
#info .cover .right .tb_add td.station{
	line-height: 280%;
}



.fit {
	object-fit: cover;
	font-family: 'object-fit: cover;'
}

/*TOPページ バナーエリア*/
.osiraseArea {
	margin: 20px 0 50px;
	padding: 20px 10px;
	background-color: red;
}
.osiraseArea p {
	font-size: 15px;
	line-height: 1.4;
	color: #FFF;
}

.red {
	color: #c30d23;
}

@media screen and (max-width: 780px) {
	.osiraseArea {
		margin: 20px 0 30px;
		padding: 15px 10px;
	}
	.osiraseArea p {
		font-size: 13px;
	}
}

/*TOPページ バナーエリア*/
.bnrArea .inner {
	max-width: 750px;
	margin: 0 auto;
	padding: 30px 10px 70px;
}
.bnrArea .inner img {
	width: 100%;
}

@media screen and (max-width: 1620px){
#feature{
	height: 970px;
	margin: 0 auto 100px;
}
}
@media screen and (max-width: 1420px){
#feature{
	height: 920px;
	margin: 0 auto 0px;
}
#feature .cover .box.box01{
	top: 500px;
}
#feature .cover .box.box02{
	top: 600px;
}
#feature .cover .box.box03{
	top: 500px;
}
}
@media screen and (max-width: 1320px){
#feature{
	height: 920px;
	margin: 0 auto 0px;
}
#feature .cover .box.box01{
	top: 440px;
}
#feature .cover .box.box02{
	top: 540px;
}
#feature .cover .box.box03{
	top: 440px;
}
}
@media screen and (max-width: 1220px){
#feature{
	height: 850px;
	margin: 0 auto 0px;
}
#feature .cover .box.box01{
	top: 350px;
}
#feature .cover .box.box02{
	top: 450px;
}
#feature .cover .box.box03{
	top: 350px;
}
}
@media screen and (max-width: 1120px){
#feature{
	height: 770px;
	margin: 0 auto 0px;
}
#feature .cover .title{
	top: 80px;
}
#feature .cover .box.box01{
	top: 250px;
}
#feature .cover .box.box02{
	top: 350px;
}
#feature .cover .box.box03{
	top: 250px;
}
}
@media screen and (max-width: 1000px){
#feature{
	height: 710px;
	margin: 0 auto 0px;
}
#feature .cover .title{
	top: 60px;
}
#feature .cover .box.box01{
	top: 200px;
}
#feature .cover .box.box02{
	top: 260px;
}
#feature .cover .box.box03{
	top: 200px;
}
}
@media screen and (max-width: 900px){
#feature{
	height: 650px;
	margin: 0 auto 0px;
}
#feature .cover .title{
	top: 50px;
}
#feature .cover .box.box01{
	top: 200px;
}
#feature .cover .box.box02{
	top: 250px;
}
#feature .cover .box.box03{
	top: 200px;
}
}


@media screen and (max-width: 780px){
/* SP */
.pcOnly {
		display: none;
}
.spOnly {
	display: block;
}

ul#topslide{
	width: 100%;
	margin: 0px;
	overflow: hidden;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 0px;
}
ul#topslide li{
	margin: 0px;
	padding: 0px;
}
ul#topslide li img{
	width: 100%;
}

#arrows_sp{
	width: 100%;
	position: relative;
	top: -32px;
}
#arrows_sp .slick-prev, #arrows_sp .slick-next {
    width:36px;
    height:36px;
		transition: .3s;
}
#arrows_sp .slick-prev:hover, #arrows_sp .slick-next:hover{
  opacity:0.5;
  filter: alpha(opacity=50);
}
#arrows_sp .slick-prev:before, #arrows_sp .slick-next:before {
    content:"";
}
#arrows_sp button.slick-prev, #arrows_sp button.slick-next {
    z-index:2;
}
#arrows_sp .slick-prev{
	left:0px;
	top: 0px;
}
#arrows_sp .slick-next{
	left:36px;
	top: 0px;
}
#arrows_sp .slick-arrow{z-index:10;}

ul#topslide .slick-dots{
	position: relative;
	top: 15px;
	left: 82%;
}
ul#topslide .slick-dots li{
	width: 15px;
	float: left;
}


.free_shipping{
	margin: 0 auto;
	padding: 3em 0 4em;
	width: 95%;
}
.free_shipping img{
	width: 100%;
	height: auto;
}


#about{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 2em;
}
#about .title{
	width: 60%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 2em;
}
#about .title img{
	width: 100%;
}
#about .title p{
	font-size: 100%;
	text-align: center;
	padding-top: 0.5em;
}
#about .about_img1{
	width: 107px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 2em;
}
#about .sub{
	font-size: 140%;
	text-align: center;
	font-weight: bold;
	padding-bottom: 2em;
}
#about p{
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	font-size: 100%;
	line-height: 230%;
	text-align: center;
	padding-bottom: 1em;
}
#about .about_img2{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 3em;
}
#about .about_img2 img{
	width: 100%;
}
#about .movBox{
	margin: 2.5em 0 0;
	width: 100%;
}
#about .movBox .mov{
 display: none;
	width: 100%;
	position: relative;
}
#about .movBox .mov a{
-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-ms-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}
#about .movBox .mov a:hover{
	opacity:0.8;
  filter: alpha(opacity=80);
	text-decoration: none;
}
#about .movBox .mov img{
	width: 100%;
	height: auto;
	z-index: 1;
}
#about .movBox .mov div{
	width: 160px;
	position: absolute;
	top: 65%;
	left: 50%;
	transform: translateY(-65%) translateX(-50%);
  -webkit- transform: translateY(-65%) translateX(-50%);
	-ms-transform: translateY(-65%) translateX(-50%);
	z-index: 2;
}
#about .movBox .mov div img{
	width: 60px;
	height: auto;
}
#about .movBox .mov div p{
	font-size: 100%;
	text-align: center;
	color: #FFF;
}
#about .movBox .btBox{
	width: 100%;
	padding: 3em 0 2em;
	background-color: #001C50;
	text-align: center;
}
#about .movBox .btBox div{
	margin: 0 1em;
	display: inline;
	padding: 6px 0 10px;
	width: 110px;
	font-size: 100%;
	text-align: center;
	color: #FFF;
	border-top: 5px solid #FFF;
	text-decoration: none;
	cursor : pointer;
	transition: .4s;
}
#about .movBox .btBox div:hover,
#about .movBox .btBox div.active{
	border-top: 5px solid #AF9C60;
}



#feature{
	width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#feature .cover{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-image: url(../images/feature_img_sp.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	padding-top: 4em;
	padding-bottom: 2em;
}
#feature .cover .title{
	width: 60%;
	margin: auto;
	position: static;
	z-index: 3;
	padding-bottom: 16em;
}
#feature .cover .title img{
	width: 100%;
}
#feature .cover .title p{
	font-size: 100%;
	text-align: center;
	padding-top: 0.5em;
}
#feature .cover .box{
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	display: block;
	height: auto;
	z-index: 3;
	padding-bottom: 4em;
}
#feature .cover .box img{
	width: 25%;
	margin-right: auto;
	margin-left: auto;
}
#feature .cover .box .txt{
	font-size: 160%;
	line-height: 180%;
	text-align: center;
	padding-top: 1em;
}
#feature .cover .box p{
	font-size: 100%;
	line-height: 180%;
	text-align: center;
	padding-top: 1em;
}
#feature .cover .box.box01{
	position: static;
}
#feature .cover .box.box02{
	position: static;
}
#feature .cover .box.box03{
	position: static;
}

#feature .img{
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
}




#item{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 2em;
}
#item .title{
	width: 60%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 2em;
}
#item .title img{
	width: 100%;
}
#item .title p{
	font-size: 100%;
	text-align: center;
	padding-top: 0.5em;
}
#item .ban_ani{
	margin: 0px auto 2em;
	width: 90%;
}
#item .ban_ani img{
	width: 100%;
	height: auto;
}
#item .cover{
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
#item .cover .box{
	width: 100%;
	text-align: left;
	padding-bottom: 5em;
	float: none;
}
#item .cover .box:nth-child(2n){
	float: none;
}
#item .cover .box img{
	width: 100%;
}
#item .cover .box .photo{
 position: relative;
}
#item .cover .box .photo .cap{
	padding: 5px 0 0;
 position: static;
 text-align: right;
 font-size: 12px;
}
#item .cover .box .tx_t{
	font-size: 140%;
	padding-top: 1em;
}
#item .rbox .sub_t .limit{
	margin: 0 10px 0 0;
	padding: 8px 8px 6px;
	font-size: 90%;
	line-height: 100%;
	display: inline-block;
	background-color: #403937;
	color: #fff;
}
#item .cover .box .tx_t span{
	font-size: 70%;
}
#item .cover .box .tx_t span.tx_t2{
	padding: 0.5em 0 0;
	font-size: 90%;
	display: block;
}
#item .cover .box p{
	padding: 1em 0 10px;
	font-size: 100%;
	line-height: 140%;
}
#item .cover .box dl{
	padding: 0 0 35px;
	width: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
	line-height: 140%;
}
#item .cover .box dt{
	float: left;
	width: 25%;
}
#item .cover .box dd{
	margin: 0 0 0 25%;
}
#item .cover .box .price{
	font-size: 150%;
	line-height: 140%;
}
#item .cover .box .price span{
	font-size: 80%;
}
#item .cover .box .bt{
	width: 60%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 3em;
}
#item .cover .box .bt a{
	font-size: 110%;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	background-color: #AF9C60;
	padding-top: 1em;
	padding-bottom: 1em;
	border: 1px solid #AF9C60;
	-moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   -o-box-sizing: border-box;
   -ms-box-sizing: border-box;
   box-sizing: border-box;
	transition: .4s;
}
#item .cover .box .bt a:hover {
	background: #FFF;
	color: #AF9C60;
}



#insta{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #001C50;
	padding-top: 4em;
	padding-bottom: 4em;
}
#insta .title{
	width: 60%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 3em;
}
#insta .title img{
	width: 100%;
}
#insta .title p{
	font-size: 100%;
	text-align: center;
	padding-top: 0.5em;
	color: #FFF;
}
#insta .cover{
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}
#insta .cover ul{
	padding-bottom: 0;
}
#insta .cover li{
	width: 18.5%;
	float: left;
	margin-right: 1.875%;
	margin-bottom: 0.7em;
}
#insta .cover li:nth-child(5n){
	margin-right: 0px;
}
#insta .cover li img{
	width: 100%;
	height: 5em;
}
#insta .cover li a{
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-ms-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}
#insta .cover li a:hover{
  opacity:0.5;
  filter: alpha(opacity=50);
}

#insta .cover .bt{
	width: 60%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 2em;
}
#insta .cover .bt a{
	font-size: 110%;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	background-color: #AF9C60;
	padding-top: 1em;
	padding-bottom: 1em;
	border: 1px solid #AF9C60;
	-moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   -o-box-sizing: border-box;
   -ms-box-sizing: border-box;
   box-sizing: border-box;
	transition: .4s;
}
#insta .cover .bt a:hover {
	background: #FFF;
	color: #AF9C60;
}



#ne_con{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0em;
	padding-bottom: 3em;
}
#ne_con .cover{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#ne_con .cover #news{
	float: none;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 4em;
}
#ne_con .cover #contact{
	float: none;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 4em;
}
#ne_con .cover #news .title,
#ne_con .cover #contact .title{
	width: 40%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 3em;
}
#ne_con .cover #news .title img,
#ne_con .cover #contact .title img{
	width: 100%;
}

#ne_con .cover #news dl{
	width: 100%;
	padding-bottom: 1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C8C8C8;
	text-align: left;
	margin-bottom: 1em;
}
#ne_con .cover #news dt{
	float: left;
	width: 30%;
	font-size: 100%;
}
#ne_con .cover #news dd{
	width: 70%;
	font-size: 100%;
	margin-left: 30%;
}

#ne_con .cover #contact .txf{
	padding: 15px;
	width: 100%;
	font-size: 100%;
	text-align: left;
	border: 1px solid #C8C8C8;
	background-color: #FDFCFB;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#ne_con .cover #contact .txf.pad{
	margin-top: 20px;
}
#ne_con .cover #contact textarea{
	padding: 15px;
	width: 100%;
	height: 90px;
	font-size: 12px;
	text-align: left;
	background-color: #FDFCFB;
	border: 1px solid #C8C8C8;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 20px;
}
#ne_con .cover #contact button.bt{
	width: 60%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 3em;
	font-size: 110%;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	background-color: #AF9C60;
	padding-top: 1em;
	padding-bottom: 1em;
	border: 1px solid #AF9C60;
	-moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   -o-box-sizing: border-box;
   -ms-box-sizing: border-box;
   box-sizing: border-box;
	transition: .4s;
}
#ne_con .cover #contact button.bt:hover {
	background: #FFF;
	color: #AF9C60;
	cursor:pointer
}



#info{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 4em;
	padding-bottom: 3em;
}
#info .title{
	width: 60%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 2em;
}
#info .title img{
	width: 100%;
}
#info .title p{
	font-size: 100%;
	text-align: center;
	padding-top: 0.5em;
}
#info #map_canvas{
	width: 100%;
	height: 450px;
}
#info #map_canvas iframe{
	width: 100%;
	height: 450px;
}
#info .bt{
	width: 60%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 3em;
}
#info .bt a{
	font-size: 110%;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	background-color: #AF9C60;
	padding-top: 1em;
	padding-bottom: 1em;
	border: 1px solid #AF9C60;
	-moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   -o-box-sizing: border-box;
   -ms-box-sizing: border-box;
   box-sizing: border-box;
	transition: .4s;
}
#info .bt a:hover {
	background: #FFF;
	color: #AF9C60;
}

#info .cover{
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5em;
}
#info .cover .left{
	float: none;
	width: 100%;
}
#info .cover .left img{
	width: 100%;
}
#info .cover .right{
	float: none;
	width: 100%;
	text-align: left;
	padding-top: 2em;
}
#info .cover .right .add{
	width: 90%;
	padding-bottom: 2em;
}
#info .cover .right .add img{
	width: 100%;
}
#info .cover .right .tb_add{
	width: 100%;
}
#info .cover .right .tb_add th{
	font-family: 'Roboto Slab', serif;
	font-size: 100%;
	line-height: 160%;
	font-weight: normal;
	color: #808080;
	text-align: left;
	width: 30%;
}
#info .cover .right .tb_add td{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
	line-height: 160%;
	text-align: left;
	padding-bottom: 1.5em;
}
#info .cover .right .tb_add td.station{
	line-height: 280%;
}

/*TOPページ バナーエリア*/
.bnrArea .inner {
	padding: 10px 10px 20px;
}
}

/*SOLD OUT*/
#item .cover .box .list_soldout {
	position: relative;
}
#item .cover .box .list_soldout:before {
	position: absolute;
	content: "SOLD OUT";
	top: 0;
	right: 0;
	padding: 10px 15px;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	background-color: #F30100;
}