@charset "UTF-8";
.pc {
	display: none;
}
.sp {
	display: block;
}
.demo {
	width: 100%;
}
@media (min-width:768px) {
.pc {
	display: block;
}
.sp {
	display: none;
}
.demo {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
}

/*---------------
　　トップページ
---------------*/
.pc-slide {
	display: none;
}

#mainslide {
    padding: 30px 0 50px 0;
}
.bx-wrapper:nth-child(1) .bx-pager-item{
	display:inline-block;
}
.bx-wrapper:nth-child(2) .bx-pager-item{
	display:none;
}
.bx-controls-direction {
	display:none;
}
.top-cate-catalog {
	text-align: center;
	margin:30px 0 0 0;
}
.top-cate-catalog h3 {
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	font-size: 30px;
	font-weight:normal;
	color: #9F2624;
}
.top-cate-catalog ul {
	display: flex;
	flex-wrap:wrap;
	width:90%;
	margin: 20px auto;
}
.top-cate-catalog ul li {
	width:50%;
	position: relative;
}
.top-cate-catalog ul li img {
     vertical-align: top;
}
.top-cate-catalog ul li p {
	position: absolute;
	bottom: 0;
	background-color: rgba(133,102,55,0.8);
	padding: 10px 0;
	color: #fff;
	width:100%;
}
.top-cate-gallery {
	text-align: center;
	margin:30px 0 0 0;
}
.top-cate-gallery h3 {
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	font-size: 30px;
	font-weight:normal;
	color: #9F2624;
}
.top-cate-gallery ul {
	display: flex;
	flex-wrap:wrap;
	width:90%;
	margin: 20px auto;
}
.top-cate-gallery ul li {
	width:50%;
}
.top-cate-gallery ul li:first-child {
	width:100%;
}
.top-cate-gallery ul li img {
	vertical-align: top;
}
#top-category2 .top-all-brn {
    display: inline-flex;
    margin: 20px auto 40px auto;
    background-color: #856637;
    font-size: 14px;
}
#top-category2 .top-all-brn a {
    color: #FFF;
    display: block;
    width: 100%;
    padding: 10px 40px;
}

@media (min-width:768px) {

.pc-slide {
	display: block;
}
.sp-slide {
	display: none;
}
#mainslide {
    padding: 0 0 20px 0;
}
.bx-wrapper:nth-child(1) .bx-pager-item{
	display:none;
}
.bx-wrapper:nth-child(2) .bx-pager-item{
	display:inline-block;
}
	#top-category2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1260px;
    margin:100px auto 0 auto;
}
.top-cate-catalog {
	width:60%;
}
.top-cate-gallery {
	width:30%;
}
}

/*---------------
　　ギャラリー
---------------*/
#photo {
	width: 100%;
	text-align: center;
	padding: 0 0 50px 0;
}
#photo h2 {
    /*padding: 40px 0;*/
     padding: 40px 0 15px 0;
    font-size: 30px;
    letter-spacing: 0.4em;
	color: #856637;
}
#photo h3 {
    margin: 25px 0 50px 0;
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #856637;
}
.photo-customer {
	background-image: url(../img/photo-customer-back.gif);
	background-repeat: repeat;
	background-position: center top;
}
.photo-model {
	background-image: url(../img/photo-model-back.gif);
	background-repeat: repeat;
	background-position: center top;
}
.photo-cloth {
	background-image: url(../img/photo-close-back.gif);
	background-repeat: repeat;
	background-position: center top;
}
ul.slideimage {
	width: 100%;
	max-width: 1200px;
}
ul.slideimage li {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
/*ul.slideimage li {
	width: 50%;
}
ul.slideimage li:first-child {
	width: 50%;
}*/
.photo-category {
	width: 90%;
	margin: 35px auto;
}
.photo-category ul {
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
}
.photo-category ul li {
    margin: 10px 0;
    width: 30%;
    text-align: center;
}
.photo-category ul li a {
      display: block;
    width: 100%;
    padding: 5px 0;
    margin: 0;
    border: solid 2px #856637;
    border-radius: 1em;
}
.photo-category ul li a:hover {
	background-color: #856637;
	color: #fff;
}
.photo-all {
	width: 90%;
	margin: 0 auto 50px auto;
}
.photo-all ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.photo-all ul li {
	width: 47%;
	text-align: center;
	margin: 0 0 45px 0;
}
.photo-alltext {
    text-align: center;
    margin: 0px auto 0 auto;
    letter-spacing: 0.15em;
    font-weight: bold;
}
.photo-btn {
	width: 90%;
	margin: 0 auto;
}
.photo-btn li {
    background-color: #856637;
    color: #fff;
    margin: 0 0 20px 0;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 18px;
}
.photo-btn li a {
	color: #fff;
     padding: 15px 0;
     display: block;
}

@media (min-width:768px) {
.photo-category ul {
	justify-content: center;
}
.photo-category ul li {
	display: inline-block;
    width: auto;
}
.photo-category ul li a {
      display: inline;
    padding: 5px 20px;
    margin: 0 10px;
}
.photo-all ul {
	justify-content: flex-start;
}
.photo-all ul li {
	width: 18%;
	text-align: center;
	margin: 0 1% 45px 1%;
}

.photo-btn {
	width: 90%;
	margin: 0 auto 100px auto;
}
.photo-btn ul {
    display: flex;
    justify-content: center;
}
.photo-btn ul li {
    margin: 0 20px;
    display: inline-flex;
    padding: 0 50px;
     width: auto;
}
.photo-btn ul li a {
	color: #fff;
     padding: 15px 0;
     display: block;
}
}



/*---------------
　　ギャラリー一覧
---------------*/
ul.photo-modelbtn {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 92%;
	max-width: 1200px;
	margin: 0 auto;
}
ul.photo-modelbtn li {
	width: 32%;
	margin: 0 2%;
}
@media (min-width:768px) {
ul.photo-modelbtn li h3 {
    font-size: 18px;
    padding: 10px 0 20px 0;
    letter-spacing: 0.2em;
    margin: 10px 0 0 0;
}
}
@media (max-width:640px) {
#photo ul.photo-modelbtn {
	width: 90%;
}
#photo ul.photo-modelbtn li {
	width: auto;
	margin: 0;
}
#photo ul.photo-modelbtn h3 {
	padding: 10px 0 20px;
	margin-top: 15px;
}
}

/*---------------
　　料金プラン
---------------*/
#plan h2 {
	font-size:24px;
	letter-spacing: 0.2em;
	text-align: center;
	margin: 0 auto;
	padding: 0;
    color: #856637;
}
#plan p.photo-subttl2 {
    font-size: 20px;
    text-align: center;
    margin: 0 auto;
    padding: 50px 0 0 0;
}
#plan ul.plan-box {
	width:90%;
	margin: 30px auto 0 auto;
}
#plan ul.plan-box li {
	position: relative;
	padding: 35px 20px 10px;
     margin: 50px auto 20px auto;
}
#plan ul.plan-box li h3 {
	position: absolute;
    width: 100%;
    text-align: center;
	top: -20px;
	left: 0;
    padding: 8px 0 15px 0;
	margin: 0 auto;
	font-size: 16px;
	background-image: url(../img/gallery-ttl-base.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size:100% 100%;
    color: #856637;
}
#plan ul.plan-box li p {
	width:90%;
	margin: 0 auto;
}
#plan ul.plan-box li p.plan-txt {
	text-align: center;
}
#plan ul.plan-box li p.plan-course {
	text-align: center;
     margin: 15px auto -10px auto;
}
#plan ul.plan-box li p.plan-txt span,
#plan ul.plan-box li p.plan-attention span {
	display: inline-block;
	background-color:#DD667A;
	color: #fff;
    padding: 1px 10px;
     margin: 0 5px 5px 5px;
    border-radius: 0.5em;
}
#plan ul.plan-box li p.plan-price {
	text-align: center;
	color: #DD667A;
	font-size:30px;
	font-weight:bold;
	padding: 20px 0 8px 0;
     line-height: 140%;
}
#plan ul.plan-box li p.plan-price span {
	font-size:18px;
}
#plan h3 {
	font-size:18px;
	text-align: center;
	width:90%;
	line-height: 130%;
     margin: 0 auto;
    /*padding: 50px 0 80px 0;*/
    padding: 5% 0 8% 0;
    color: #856637;
}
#plan .plan-detail {
	position: relative;
	width:100%;
	text-align: center;
	margin: 0 0 50px 0;
}
#plan .plan-detail h4 {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    top: -15px;
    padding: 5px 40px;
    background-color: #856637;
    border-radius: 0.5em;
    font-size: 18px;
    color: #fff;
    font-weight: normal;
    letter-spacing: 0.15em;
}
#plan .plan-detail dl.plan-detail-attention {
	width:95%;
	margin: 0 auto 30px auto;
}
#plan .plan-detail dl.plan-detail-attention dt {
	background-color:#856637;
	color: #fff;
	padding: 5px 10px;
	font-weight:bold;
}
#plan .plan-detail dl.plan-detail-attention dd {
	background-color:#fff;
	padding: 5px 10px;
	letter-spacing: 0.1em;
	text-align: left;
     line-height: 300%;
}
#plan .plan-detail dl.plan-detail-attention dd span {
      padding: 5px 8px;
    margin: 0 5px;
    background-color: #DD667A;
    border-radius: 0.5em;
    color: #fff;
    font-weight: normal;
}
#plan .plan-detail dl.plan-detail-attention dd b {
	color: #DD667A;
}
#plan .plan-detail ul.plan-box2 {
	width:95%;
	margin: 0 auto;
}
#plan .plan-detail ul.plan-box2 li {
	background-color:#fff;
	padding: 5px 10px 20px 10px;
	margin: 0 auto 30px auto;
}
#plan .plan-detail ul.plan-box2 li dl {
}
#plan .plan-detail ul.plan-box2 li dt {
	font-size:40px;
	font-weight:bold;
    color: #856637;
    letter-spacing: -0.1em;
    padding: 15px 0 0 0;
}
#plan .plan-detail ul.plan-box2 li dt span {
	font-size:20px;
	padding: 0 0 0 8px;
}
#plan .plan-detail ul.plan-box2 li dd {
	font-size:14px;
}
#plan .plan-detail ul.plan-box2 li dd p {
	padding: 0;
	line-height: 180%;
}
#plan .plan-detail ul.plan-box2 li dd p.plan-inprice {
    color: #DD667A;
    font-weight:bold;
    font-size: 18px;
    margin: 15px 0 3px 0;
	padding: 0;
}
#plan .plan-detail ul.plan-box2 li dd p.plan-inprice span {
    padding: 5px 8px;
    margin: 0 5px 0 0;
    background-color: #DD667A;
    border-radius: 0.5em;
    color: #fff;
    font-weight:normal;
     font-size: 14px;
}
#plan .plan-detail ul.plan-box2 li .plan-other {
	color: #DD667A;
	font-size:15px;
	font-weight:bold;
	padding: 8px 0 0 0;
}
#plan .plan-detail ul.plan-box2 li h5 {
	color: #DD667A;
	font-size:22px;
	padding: 12px 0 15px 0;
}
#plan .plan-detail h6 {
    font-size: 20px;
    padding: 20px 0;
}
#plan .plan-detail dl.price-buy {
	width:90%;
	margin: 0 auto 60px auto;
	font-size:14px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-top:solid 2px #000;
	border-bottom:solid 2px #000;
}
#plan .plan-detail dl.price-buy dt {
	padding: 10px 0;
	border-bottom: dotted 1px #999;
	text-align: left;
	width:60%;
}
#plan .plan-detail dl.price-buy dd {
	padding: 10px 0;
	border-bottom: dotted 1px #999;
	width:40%;
	text-align: right;
}
#plan .plan-detail dl.price-buy dt:nth-last-child(2),
#plan .plan-detail dl.price-buy dd:last-child {
	border-bottom: none;
}
#plan .plan-detail .photo-buy-box p {
	padding: 5px 0 10px 0;
	font-weight:bold;
}
#plan .plan-detail .photo-buy-box p span {
	color: #DD667A;
}
#plan .plan-biko {
	margin:0 auto 80px auto;
	text-align: center;
}
.plan-pre {
	width:100%;
	max-width: 1100px;
	margin:40px auto;
}
.plan-pre .plan-liniimage {
	width:30%;
     max-width: 250px;
	height: auto;
	display: block;
	margin:15px auto;
}
#plan .plan-pre h2 {
	font-size: 16px;
	margin:15px auto;
     color: #856637;
	text-align: center;
}
.plan-pre ul {
	width:90%;
     margin: 40px auto 0 auto;
	position: relative;
}
.plan-pre ul li {
    position: relative;
	background-color: #FFF;
	padding: 35px 0 0 0;
	margin:0 auto 80px auto;
	/*border:solid 1px #856637;*/
}
#plan .plan-pre ul li h3.purple-ttl {
    position: absolute;
    width: 100%;
    text-align: center;
    top: -20px;
    padding: 5px 0 15px 0;
    margin: 0 auto;
    font-size: 16px;
    background-image: url(../img/gallery-ttl-purple.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #FFF;
}
#plan .plan-pre ul li h3.green-ttl {
    position: absolute;
    width: 100%;
    text-align: center;
    top: -20px;
    padding: 5px 0 15px 0;
    margin: 0 auto;
    font-size: 16px;
    background-image: url(../img/gallery-ttl-green.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #FFF;
}
.plan-pre ul li .plan-pre-inbox {
	display: flex;
	flex-wrap: wrap;
}
.plan-pre ul li .plan-pre-inbox p {
	width:90%;
	margin: 0 auto;
}
.plan-pre ul li .plan-pre-inbox:after {
	width:100%;
	height: 250px;
	margin:25px 0 0 0;
	content: "";
	display: block;
	background-repeat: no-repeat;
    background-position: center center;
     background-size: cover;
}
.plan-pre ul li .plan-shichigosan-image1:after {
	background-image: url(/img/plan-shichigosan1.jpg);
}
.plan-pre ul li .plan-shichigosan-image2:after {
	background-image: url(/img/plan-shichigosan2.jpg);
}

@media (min-width:768px) {
#plan p.photo-subttl2 {
    font-size: 20px;
    text-align: center;
    margin: 0 auto -70px auto;
    padding: 80px 0 0 0;
}
#plan ul.plan-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
     margin: 60px auto 20px auto;
     width:85%;
}
#plan ul.plan-box li {
     margin: 60px 1% 20px 1%;
}
#plan .column1 li {
	width:80%;
}
#plan .column2 li {
	width:48%;
}
#plan .column3 li {
	width:31%;
}

#plan .plan-detail {
	max-width:1100px;
	margin: 0 auto 50px auto;
	padding: 0 0 50px 0;
}
#plan .plan-detail dl.plan-detail-attention {
	display: flex;
	flex-wrap: wrap;
	background-color:#fff;
}
#plan .plan-detail dl.plan-detail-attention dt {
	width:20%;
     padding: 5px 0;
     display: flex;
    align-items: center;
    justify-content: center;
}
#plan .plan-detail dl.plan-detail-attention dd {
	width:75%;
     padding: 5px 10px;
     text-align: left;
}

#plan .plan-detail ul.plan-box2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#plan .plan-detail ul.plan-box2 li {
	width:47%;
     margin: 0 0 30px 0;
}


#plan .plan-detail ul.plan-box2 li dl {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
#plan .plan-detail ul.plan-box2 li dt {
    width: 30%;
}
#plan .plan-detail ul.plan-box2 li dd {
    width: 70%;
    text-align: left;
}


#plan .plan-detail ul.plan-box2 li .plan-other {
	padding: 30px 0 0 0;
}
#plan .plan-detail dl.price-buy {
	max-width:500px;
}
.plan-pre .plan-liniimage {
      width: 30%;
    max-width: 250px;
    height: auto;
    display: block;
    margin: 62px auto 0 auto;
}
.plan-pre ul {
	width:100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.plan-pre ul li {
	width:45%;
     padding: 35px 0 0 0;
}
#plan .plan-pre h2 {
    font-size: 20px;
    margin: 0 auto;
    padding: 40px 0;
    line-height: 200%;
    color: #856637;
    text-align: center;
}
.margin50 {
	margin: 50px auto;
}
}


/*---------------
　　レンタル
---------------*/
#rental {
      padding: 0 0 30px 0;
}
#rental h2 {
	width: 100%;
	text-align: center;
     font-size: 30px;
    letter-spacing: 0.4em;
      padding: 40px 0 15px 0;
     color: #856637;
}
#rental h3 {
	width:100%;
	text-align: center;
     font-size: 16px;
     color: #856637;
}
#rental .rental-box {
	width:94%;
	margin: 0 auto;
}
#rental .rental-box .rental-big {
	display: none;
}
#rental .rental-box ul.rental-thamnail {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
#rental .rental-box ul.rental-thamnail li {
	width:48%;
	margin: 0 0 20px 0;
}
@media (min-width:768px) {
	#rental .rental-box {
    width: 90%;
    margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
}
#rental .rental-box .rental-big {
	display: block;
	width:30%;
	max-width:400px;
	margin: 0 0 20px 0;
     position: absolute;
}
#rental .rental-box ul.rental-thamnail {
	width:65%;
	margin: 0 0 20px 35%;
	position: relative;
}
#rental .rental-box ul.rental-thamnail li {
	width:19%;
	margin: 0 0 20px 0;
}
#rental .rental-box ul.rental-thamnail li:hover {
	cursor: pointer;
}
#rental .rental-box ul.rental-thamnail li img:hover {
opacity:0.8;
filter: alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
}
}


/*---------------
　　ニュース一覧
---------------*/
#news {
}
#news ul {
	display: flex;
	flex-wrap:wrap;
	justify-content: center;
	width: 90%;
	margin: 0 auto 30px auto;
}
#news ul li {
	width: 100%;
	max-width: 390px;
	margin:0 0 40px 0;
	padding: 5px 0 0 0;
}
@media (min-width:768px) {
#news ul li {
	width: 30%;
	max-width: 390px;
	margin:0 1.5% 80px 1.5%;
}
}


/*---------------
　　ニュース詳細
---------------*/
#news-detail {
}
#news-detail .news-detail-inner {
	width:90%;
	max-width: 1400px;
	margin:0 auto;
}
#news-detail .news-detail-inner h1 {
	font-size:24px;
	margin:0 0 20px 0;
	padding:0 0 20px 0;
	border-bottom: solid 1px #856637;
	color: #856637;
     line-height: 160%;
}
#news-detail .news-detail-inner img {
	width:100%;
	max-width: auto;
	height: auto;
}
#news-detail .news-detail-inner .news-detail-l {
	margin: 0 0 50px 0;
}
#news-detail .news-detail-inner .news-detail-r .new-categories,
#news-detail .news-detail-inner .news-detail-r .new-tags {
      padding: 0 0 50px 0;;
}
#news-detail .news-detail-inner .news-detail-r .new-categories h2,
#news-detail .news-detail-inner .news-detail-r .new-tags h2 {
	width:100%;
	font-size:24px;
	margin:0 0 10px 0;
	padding:0 0 10px 0;
	border-bottom: solid 1px #856637;
	font-family: 'Julius Sans One', sans-serif;
}
#news-detail .news-detail-inner .news-detail-r .new-categories ul {
}
#news-detail .news-detail-inner .news-detail-r .new-categories ul li {
	margin:0 0 10px 0;
}
#news-detail .news-detail-inner .news-detail-r .new-tags ul {
}
#news-detail .news-detail-inner .news-detail-r .new-tags ul li {
	display: inline-block;
	padding: 5px 15px;
	margin:0 10px 15px 0;
	border:solid 1px #CCC;
	border-radius: 5px;
}
@media (min-width:768px) {
#news-detail .news-detail-inner h1 {
	letter-spacing: 0.15em;
}
#news-detail .news-detail-inner .news-detail-l {
	width:60%;
	float: left;
}
#news-detail .news-detail-inner .news-detail-r {
	width:33%;
	float: right;
	margin: 30px 0 0 0;
}
#news-detail .news-detail-inner .news-detail-r .new-tags ul li:hover {
	background-color: #856637;
	color: #fff;
}
#news-detail .news-detail-inner .news-detail-r .new-tags ul li:hover a {
	color: #fff;
}
#news-detail .news-detail-inner .news-detail-r .new-tags ul li a:hover {
	color: #fff;
}
}


/*---------------
　　問い合わせ
---------------*/
#contact {
}
#contact .contact-app {
	width:90%;
	max-width: 900px;
	margin:0 auto;
	border:solid 2px #ccc;
}
#contact .contact-app h2 {
	width:100%;
	text-align: center;
	color: #fff;
	background-color: #856637;
	font-size: 17px;
	font-weight:bold;
	padding: 8px 0;
	letter-spacing: 0.1em;
}
#contact .contact-app .contact-app-box {
	width:90%;
	margin:15px auto 0 auto;
}
#contact .contact-app .contact-app-box .contact-app-box-l {
	width:100%;
	text-align: center;
}
#contact .contact-app .contact-app-box .contact-app-box-l img {
	width:30%;
	height: auto;
}
#contact .contact-app .contact-app-box .contact-app-box-r {
	width:100%;
}
#contact .contact-app .contact-app-box .contact-app-box-r .app {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 8px 0 20px 0;
}
#contact .contact-app .contact-app-box .contact-app-box-r .app a {
	width:48%;
	height: auto;
}
#contact h2.contact {
	font-size:26px;
	font-weight:bold;
	text-align: center;
	margin:50px auto 15px auto;
	color: #856637;
}
#contact .contact-form {
	width:90%;
     max-width: 900px;
	margin:0 auto;
	border-top:solid 2px #ccc;
	border-left:solid 2px #ccc;
	border-right:solid 2px #ccc;
}
#contact .contact-form p {
	padding: 10px;
	border-bottom:solid 2px #ccc;
}
#contact .contact-form dl {
}
#contact .contact-form dl dt {
	background-color: #EDDDC9;
	padding: 10px;
	font-size:18px;
	font-weight:bold;
	color: #856637;
}
#contact .contact-form dl dd {
	padding: 10px 10px 20px 10px;
	border-bottom:solid 2px #ccc;
}
#contact .contact-form dl dd textarea {
	border-radius: 0;
	border:solid 1px #856637;
	background-color: #F9F9F8;
	padding: 10px;
	min-height: 250px;
	width: calc(100% - 20px);
}
#contact .form-ttl input {
	border-radius: 0;
	border:solid 1px #856637;
	background-color: #F9F9F8;
	padding: 10px;
	width: calc(100% - 20px);
}
#contact .contact-form textarea,
#contact .contact-form select,
#contact .contact-form input {
	font-size:16px;
}
#contact .contact-attention {
	width:90%;
	max-width: 900px;
	margin:20px auto;
	padding: 10px 0;
	text-align: center;
	background-color: #EDDDC9;
}
#contact .inpt-btn {
    display: block;
    margin: 20px auto 40px auto;
    background-color: #856637;
    font-size: 16px;
    letter-spacing: 0.2em;
    padding: 10px 20px;
    color: #fff;
}
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
.contac-thanks {
	width:90%;
	max-width: 900px;
	margin:0 auto 150px auto;
	text-align: center;
}
.contac-thanks h2{
	font-size:18px;
}
.contac-thanks p {
	margin:10px auto;
}

@media (min-width:768px) {
#contact .contact-app h2 {
    padding: 15px 0;
    letter-spacing: 0.5em;
}
#contact .contact-app .contact-app-box {
    width: 100%;
    margin: 15px auto 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#contact .contact-app .contact-app-box .contact-app-box-l {
    width: 20%;
    text-align: center;
}
#contact .contact-app .contact-app-box .contact-app-box-l img {
    width: 65%;
    height: auto;
}
#contact .contact-app .contact-app-box .contact-app-box-r {
    width: 78%;
}
#contact .contact-app .contact-app-box .contact-app-box-r .app {
	width:45%;
}
#contact .contact-form dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#contact .contact-form dl dt {
    padding: 20px 10px;
    width: calc(30% - 20px);
	border-bottom:solid 2px #ccc;
	font-size:16px;
}
#contact .contact-form dl dd {
    padding: 20px 10px;
    width: calc(70% - 20px);
}
#contact .contact-attention {
	margin:40px auto;
}
#contact .contact-form textarea,
#contact .contact-form select,
#contact .contact-form input {
	font-size:14px;
}
}


/*---------------
　　プライバシー
---------------*/
#privacy {
	width:90%;
	max-width: 900px;
	padding: 50px 0;
	margin:0 auto;
}
#privacy h2 {
	font-size:24px;
	text-align: center;
	color: #856637;
}
#privacy p {
	margin:0 0 20px 0;
}
#privacy p.text-center {
	text-align: center;
}
#privacy .privacy-inner {
	text-align: left;
}
#privacy ol {
    width: 90%;
    margin: 0 0 0 7%;
}
#privacy ol li {
    margin: 0 0 20px 0;
}



/*---------------
　　ショップ
---------------*/
#shop h2 {
	text-align: center;
     font-size: 24px;
    line-height: 180%;
	color: #856637;
	padding: 0 0 25px 0;
}
#shop .shop-box1 {
	width: 100%;
	background-color: #C5A275;
	color: #fff;
}
#shop .shop-box1:before {
	content: '';
	display: block;
	width:100%;
	height: 310px;
	background-image: url(../img/shop-image1.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	background-size:cover;
}
#shop .shop-box1 .shop-intro h3 {
	width:94%;
	margin:0 auto;
	padding: 10px 0;
     font-size: 18px;
    line-height: 180%;
}
#shop .shop-box1 .shop-intro h4 {
	width:94%;
	margin:0 auto;
	padding: 10px 0;
}
#shop .shop-box1 .shop-intro ul {
	width:94%;
	margin:0 auto;
	padding: 0 0 20px 0;
}
#shop .shop-box1 .shop-intro ul li {
	margin:0 auto;
	padding: 0 0 8px 0;
}
#shop ul.shop-box2 {
	display: flex;
	flex-wrap: wrap;
}
#shop ul.shop-box2 li {
	width:calc(100% / 3);
}
#shop .shop-info {
	width:90%;
	max-width: 1200px;
	margin:80px auto 20px auto;
	background-color: #856637;
	color: #fff;
}
#shop .shop-info:before {
	content: '';
	display: block;
	background-image: url(../img/shop-image2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
    width: 100%;
    height: 300px;
}
#shop .shop-info .shop-info-r h3 {
	width:90%;
	margin:0 auto;
	padding: 20px 0;
    font-size: 18px;
}
#shop .shop-info .shop-info-r dl {
	width:90%;
	margin:0 auto;
}
#shop .shop-info .shop-info-r dl a {
	color: #fff;
}
#shop .shop-info .shop-info-r dl dt {
	font-weight:bold;
}
#shop .shop-info .shop-info-r dl dd {
	padding: 0 0 15px 0;
}
#shop .shop-info .shop-info-r dl dd .shop-attention {
	width: 40%;
    max-width: 130px;
	height: auto;
	margin:10px 0;
}
#shop .shop-info .shop-map {
	width: 100%;
	padding:0;
}
#shop .shop-info .shop-map iframe {
	padding:0;
	vertical-align: bottom;
}
.shopmapbtn {
      display: table;
    margin: 20px auto 120px auto;
    background-color: #856637;
    font-size: 14px;
}
.shopmapbtn a {
    color: #FFF;
    display: block;
    width: 100%;
    padding: 10px 40px;
}
@media (min-width:768px) {
#shop .shop-box1 {
	display: flex;
	flex-wrap: wrap;
}
#shop .shop-box1:before {
	width:50%;
	height: auto;
}
#shop .shop-box1 .shop-intro {
	width:50%;
	padding: 20px 0;
}
#shop ul.shop-box2 li {
	width:calc(100% / 6);
}
#shop .shop-info {
	display: flex;
	flex-wrap: wrap;
     margin: 100px auto 20px auto;
}
#shop .shop-info:before {
	width:50%;
	height: auto;
}
#shop .shop-info .shop-info-r {
	width:50%;
	padding: 20px 0;
}#shop .shop-info .shop-info-r dl {
	display: flex;
	flex-wrap: wrap;
}
#shop .shop-info .shop-info-r dl dt {
	width: 20%;
}
#shop .shop-info .shop-info-r dl dd {
	width: 80%;
}
}
