@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&family=Varela+Round&display=swap');

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}

html {
	
}
body, table, input, textarea, select, option {

	color:#222;
	background-color: #fffbc9;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
}
a,
a:link {color:#7c624b; /*#404040*/
	text-decoration: none;
}
a:hover {
	opacity: 0.85 ;
	color: rgba(0,0,0,0.3);
}

a:visited {color: #7c624b;
	
}
a:active {
	color: #7c624b;
}

.main{
	line-height:2;
	max-width:700px;/**/
	margin:0 auto;
	text-align:center;
	
	}
.currentColor{color:#fcfae4;}
.container{font-size:.9rem; font-weight:500;}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
#container {
    margin: 0 auto;
    position: relative;
color:#333;
line-height:2;	
	font-family: 'Kosugi Maru', sans-serif;
	font-weight: 500;
	overflow: hidden;
}
.cl{font-family: 'Varela Round', sans-serif;
}
h1{line-height: 1.6;}
h1 br{display: block;
content: "";
padding: 0px 0;}
#gHeader{
	width: 199px;
    position: absolute;
    top: 23px;
    right: 25px;
    z-index: 999;}


.slider{
	max-width:350px;
	/*overflow: hidden;*/
	margin: 0 auto;
	text-align: center;
	}
.sliderpc{display: block;}
	.sliders{display: none;}

#top{max-width:700px;margin: 0 auto;text-align: center;}
.mainV{padding-top: 30px;}
.text{padding:50px 5%;width:90%;font-size: 1.3rem;color:#7c624b;}
.look{
	display:flex;
	max-height:500px;
}
.item{position:relative;flex-basis:50%;}
.wt{background-color:#fff;}
.blue{background-color:#ddeceb;}
.pink{background-color:#f6ebe9;}
/*.pink_bd{border: solid 4px #f6ebe9;}*/
.yellow{background-color:#fcf6ee;}
.green{background-color:#e8f4d9;}


.itemV{height: 75%;}
.itemM{
	position: absolute;
	top:-5%;z-index: 99;
	font-size: 1.4rem;
	font-weight: 600;
	color:#e7947b;
	
}
.itemV_s{display: none;}
.price{
	position: absolute;
	width:90%;
	padding:5%;
	text-align: left;
	bottom: 5%;
	z-index: 999;
	
}

.ckbt{
	font-weight: 500;
	background-color:#b6998e;
	padding: 3px 7px;
	border-radius: 4px;
	line-height: 1.9;
}
.ckbt a{color:#fff;/**/}

h1{font-size: 2rem; color:#7c624b;}
	/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter .fLinkList li a {
    padding: 29px;
    display: block;
    color: #666;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    background-color: #e2e2e2;
}
#gFooter .fLinkList li a:hover {
    opacity: 0.7;
}
#gFooter address {
    padding: 35px 5px 56px;
    color: #666;
    font-size: 1.2rem;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    font-family: "Helvetica Neue" , Helvetica , Arial , sans-serif;
    background-color: #D9D9D9;
}

#gFooter{
	
	bottom:0;

	}


/*------------------------------------------------------------
	fadeInUp
------------------------------------------------------------*/
.fadeInUp {
	opacity: 0;
	-webkit-transform: translateY(40px);
	transform: translateY(40px);
    transition: all 2s cubic-bezier(0.18, 1.01, 0.29, 1.04);
}
.fadeInUp.on {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.fadeIn {
	opacity: 0;
	-webkit-transform: translateY(25px);
	transform: translateY(25px);
    transition: all 2s cubic-bezier(0.18, 1.01, 0.29, 1.04);
}
.fadeIn.on {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}


/*------------------------------------------------------------
  slick
-----------------------------------------------------

/*矢印の設定*/

.slick-prev, 
.slick-next {
    position: absolute;
	z-index: 3;
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #fff;/*矢印の色*/
    border-right: 2px solid #fff;/*矢印の色*/
    height: 25px;
    width: 25px;
}

.slick-prev {/*戻る矢印の位置と形状*/
    left:2.5%;
    transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
    right:2.5%;
    transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slick-dots {
	position: relative;
	z-index: 3;
    text-align:left;
	margin:-50px 0 0 0;/*ドットの位置*/
}

.slick-dots li {
    display:inline-block;
	margin:0 3px;
	padding: 0;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width:0px;/*ドットボタンのサイズ*/
    height:6px;/*ドットボタンのサイズ*/
    display:block;
   border-radius:3px; /**/
	border: none;
    background:#b6998e;/*ドットボタンの色*/
}

.slick-dots .slick-active button{
    background:#e7947b;/*ドットボタンの現在地表示の色*/
}
/*-----------------------------------------btn---------------
-------------------------------------------------------------------*/

a.btn--orange {
  color: #fff;
  background-color:#b6998e;
  border-bottom: 5px solid #7c624b;
  padding:15px 25px;
  border-radius:20px;
}
a.btn--orange:hover {
  margin-top: 3px;
  color: #fff;
  background: #fA0B5D4;
  border-bottom: 2px solid #B7C7E1;
}
a.btn--shadow {
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
}
.btn_ck{padding:50px;}
#gallery{/*max-width:1200px;margin:0 auto; text-align:center;border:solid 10px #B7C7E1;*/}
.bt{padding-top:100px;padding-bottom:100px;}



/*------------------------------------------------------------
   smartphone
------------------------------------------------------------*/


@media all and (max-width: 749px) {
	
.slider{
	width:50vw;/**/
	}
	.slider img{align-content: center;}
	.sliderpc{display: none;}
	.sliders{display: block;}
	
	.look{height: auto;}/**/
.itemV{height: auto;width:auto;}
	.itemV_s{display: block;}
	.itemV_pc{display: none;}
	.price{
		width: 46vw; 
		font-size: .9rem;
		padding:2vw;
		bottom: 20px;/**/
		line-height: 1.6;
	}
	
	h1{font-size: 1.6rem;}
	
	.text{padding:40px 5%;font-size: 1rem;}
#gFooter{
	bottom:auto;

	}

}