@charset "utf-8";

/* --------------------------------------------------------------------------------
	index
-------------------------------------------------------------------------------- */
#index{
}

#index .h2-heading{
	text-align: center;
    font-size: 28px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: rgb(255, 255, 255);
    margin: 0px 0px 30px;
    border-radius: 5px;
    padding: 5px 0px;
    background: rgb(116, 85, 54);
}
#index .h2-heading .mark1 {
    font-size: 33px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#index .bnrs1-intro{
	width: 100%;
	margin: 0 0 68px;
}

/********** バナー1 **********/
#index .bnrs1{
	width: 100%;
	margin: 0 0 20px;
}
#index .bnrs1 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	
	width: 100%;
}
#index .bnrs1 ul li{
	padding: 0 20px 20px 0;
}
#index .bnrs1 ul li:nth-child(4n){
	padding: 0 0 20px;
}
#index .bnrs1 ul li img{
	max-width: 307px;
}

/********** intro **********/
#index .intro{
	width: 100%;
	padding: 20px 23px 0;
	background: #f8f4e9;
}
#index .intro p{
	padding: 0 0 25px;
	line-height: 1.7;
	letter-spacing: -0.05em;
	font-size: 18px;
}

/********** event **********/
#index .event{
	padding: 0 0 35px;
}
#index .event h2{
	margin: 0 0 45px;
}
#index .event .event-box{
	display: flex;
	flex-wrap: wrap;
	/*justify-content: space-between;*/
	justify-content: flex-start;
	
	width: 100%;
}

#index .event section{
	width: 390px;
	padding: 0 0 35px;
	margin-right: 59px;
}
#index .event section:nth-child(3n){
	width: 390px;
	padding: 0 0 35px;
	margin-right: 0;
}
#index .event section h3{
	padding: 0 0 15px;
	text-align: center;
	font-weight: bold;
	font-size: 25px;
	color: #c5a437;
}
#index .event section .img-catch{
	padding: 0 0 18px;
}
#index .event section .txt p{
	line-height: 1.7;
}

/********** medama **********/
#index .medama{
	padding: 0 0 60px;
}
#index .medama h2{
	margin: 0 0 45px;
}
#index .medama .medama-box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	
	width: 100%;
}
#index .medama section{
	width: 390px;
	padding: 0 0 35px;
}
#index .medama section h3{
	padding: 0 0 15px;
	text-align: center;
	font-weight: bold;
	font-size: 22px;
	color: #745536;
}
#index .medama section .img-catch{
	padding: 0 0 18px;
}
#index .medama section .txt p{
	line-height: 1.7;
}



/********** yosan **********/
#index .yosan{
	padding: 0 0 98px;
}
#index .yosan h2{
	margin: 0 0 35px;
}

/* open close ボタン */
#index .yosan .btn-open-close{
	display: flex;
	/*justify-content: space-between;*/
	
	
	width: 100%;
	font-weight: bold;
	cursor: pointer;
}
#index .yosan .btn-open-close .btn-open-close-box{
	width: 213px;
	padding: 6px 0;
	text-align: center;
	color: #fff;
}
#index .yosan .active .btn-open-close .btn-open-close-box{
	background-image: url("../images/k-index/icon-arr-yosan-up.png");
}
#index .yosan .btn-open-close .value-yen{
	font-size: 24px;
}
#index .yosan .btn-open-close .mark-yen{
	font-size: 18px;
}

/********** タブ **********/
#index .yosan .btn-open-close .btn-open-close-box{
	margin:0 2px 0 0;
}
#index .yosan .btn-open-close .btn-open-close-box:last-child{
	margin:0;
}
#index .yosan .btn-open-close .btn-open-close-box1{
	background: #7ebcd9;
	margin:0 2px 0 0;
}
#index .yosan .btn-open-close .active.btn-open-close-box1{
	background: #7ebcd9 url("../images/k-index/bg-yosan-blue.png") repeat 0 0;
	background-size: 5px auto;
}
#index .yosan .btn-open-close .btn-open-close-box2{
	background: #e79bcb;
}
#index .yosan .btn-open-close .active.btn-open-close-box2{
	background: #e79bcb url("../images/k-index/bg-yosan-pink1.png") repeat 0 0;
	background-size: 5px auto;
}
#index .yosan .btn-open-close .btn-open-close-box3{
	background: #7dcc75;
}
#index .yosan .btn-open-close .active.btn-open-close-box3{
	background: #7dcc75 url("../images/k-index/bg-yosan-green.png") repeat 0 0;
	background-size: 5px auto;
}
#index .yosan .btn-open-close .btn-open-close-box4{
	background: #9e96cf;
}
#index .yosan .btn-open-close .active.btn-open-close-box4{
	background: #9e96cf url("../images/k-index/bg-yosan-purple.png") repeat 0 0;
	background-size: 5px auto;
}
#index .yosan .btn-open-close .btn-open-close-box5{
	background: #d14c89;
}
#index .yosan .btn-open-close .active.btn-open-close-box5{
	background: #d14c89 url("../images/k-index/bg-yosan-pink2.png") repeat 0 0;
	background-size: 5px auto;
}
#index .yosan .btn-open-close .btn-open-close-box6{
	background: #c1a073;
}
#index .yosan .btn-open-close .active.btn-open-close-box6{
	background: #c1a073 url("../images/k-index/bg-yosan-brown.png") repeat 0 0;
	background-size: 5px auto;
}

/* section */
#index .yosan section{
}
#index .yosan .yosan-area{
	height: 0;
	overflow: hidden;
}
#index .yosan .active.yosan-area{
	height: auto;
	border: solid 10px #7ebcd9;
}

/* リンク */
#index .yosan a{
	display: block;
	padding: 0 0 0;
}

/* 各スタイル設定 */
#index .yosan .active.yosan-area.yosan1{
	border-color: #7ebcd9;
}
#index .yosan .active.yosan-area.yosan2{
	border-color: #e79bcb;
}
#index .yosan .active.yosan-area.yosan3{
	border-color: #7dcc75;
}
#index .yosan .active.yosan-area.yosan4{
	border-color: #9e96cf;
}
#index .yosan .active.yosan-area.yosan5{
	border-color: #d14c89;
}
#index .yosan .active.yosan-area.yosan6{
	border-color: #c1a073;
}

/* yosan-box */
#index .yosan .yosan-area .yosan-box{
	padding: 0 0 40px;
}

/* 商品名 */
#index .yosan h3{
	padding: 36px 0 25px;
}
#index .yosan h3 .item-name{
	display: block;
	padding: 0 0 5px;
	text-align: center;
	font-weight: bold;
	font-size: 30px;
}
#index .yosan .yosan1 h3 .item-name{
	color: #599ed9;
}
#index .yosan .yosan2 h3 .item-name{
	color: #e79bcb;
}
#index .yosan .yosan3 h3 .item-name{
	color: #7dcc75;
}
#index .yosan .yosan4 h3 .item-name{
	color: #9e96cf;
}
#index .yosan .yosan5 h3 .item-name{
	color: #d14c89;
}
#index .yosan .yosan6 h3 .item-name{
	color: #c1a073;
}


/* 商品テキスト */
#index .yosan .item-txt{
	display: block;
	padding: 0 0 0;
	text-align: center;
	letter-spacing: -0.1em;
}
#index .yosan .yosan1 h3 .item-txt{
	color: #599ed9;
}
#index .yosan .yosan2 h3 .item-txt{
	color: #e79bcb;
}
#index .yosan .yosan3 h3 .item-txt{
	color: #7dcc75;
}
#index .yosan .yosan4 h3 .item-txt{
	color: #9e96cf;
}
#index .yosan .yosan5 h3 .item-txt{
	color: #d14c89;
}
#index .yosan .yosan6 h3 .item-txt{
	color: #c1a073;
}

/* サムネイル */
#index .yosan .thumb{
	display: block;
}
#index .yosan .thumb img{
	display: block;
	margin: 0 auto 10px;
}

/* キャッチ */
#index .yosan .item-catch{
	display: block;
	padding: 0;
	font-weight: bold;
}

/* ボタン */
#index .yosan .item-btn a{
	display: table;
	width: 340px;
	margin: 0 auto;
	padding: 10px 50px 10px 32px;
	text-decoration: none;
	border-radius: 3px;
	border: solid 1px #c5a437;
	font-weight: bold;
	font-size: 18px;
	color: #c5a437;
	background: url("../images/k-index/icon-arr-yosan-btn.png") no-repeat 93% 47.5%;
}

/* 商品名称 */
#index .yosan .item-catch{
	margin: 0 auto;
}

/* スライダー */
#index .yosan-slider{
	display: flex;
	justify-content: space-between;
	
	width: 1210px;
	margin: 0 auto 50px;
}
#index .yosan-slider > div{
	width: 210px;
}



/********** tensu **********/
#index .tensu{
	padding: 0 0 98px;
}
#index .tensu h2{
	margin: 0 0 30px;
}

/* open close ボタン */
#index .tensu .btn-open-close{
	display: flex;
	justify-content: space-between;
	
	width: 100%;
	font-weight: bold;
	cursor: pointer;
}
#index .tensu .btn-open-close .btn-open-close-box{
	width: 213px;
	padding: 6px 0;
	text-align: center;
	color: #fff;
}
#index .tensu .active .btn-open-close .btn-open-close-box{
	background-image: url("../images/k-index/icon-arr-yosan-up.png");
}
#index .tensu .btn-open-close .value-yen{
	font-size: 24px;
}
#index .tensu .btn-open-close .mark-yen{
	font-size: 18px;
}

/********** タブ **********/
#index .tensu .btn-open-close .btn-open-close-box{
	margin:0 2px 0 0;
}
#index .tensu .btn-open-close .btn-open-close-box:last-child{
	margin:0;
}
#index .tensu .btn-open-close .btn-open-close-box1{
	background: #7ebcd9;
}
#index .tensu .btn-open-close .active.btn-open-close-box1{
	background: #7ebcd9 url("../images/k-index/bg-yosan-blue.png") repeat 0 0;
	background-size: 5px auto;
}
#index .tensu .btn-open-close .btn-open-close-box2{
	background: #e79bcb;
}
#index .tensu .btn-open-close .active.btn-open-close-box2{
	background: #e79bcb url("../images/k-index/bg-yosan-pink1.png") repeat 0 0;
	background-size: 5px auto;
}
#index .tensu .btn-open-close .btn-open-close-box3{
	background: #7dcc75;
}
#index .tensu .btn-open-close .active.btn-open-close-box3{
	background: #7dcc75 url("../images/k-index/bg-yosan-green.png") repeat 0 0;
	background-size: 5px auto;
}
#index .tensu .btn-open-close .btn-open-close-box4{
	background: #9e96cf;
}
#index .tensu .btn-open-close .active.btn-open-close-box4{
	background: #9e96cf url("../images/k-index/bg-yosan-purple.png") repeat 0 0;
	background-size: 5px auto;
}
#index .tensu .btn-open-close .btn-open-close-box5{
	background: #d14c89;
}
#index .tensu .btn-open-close .active.btn-open-close-box5{
	background: #d14c89 url("../images/k-index/bg-yosan-pink2.png") repeat 0 0;
	background-size: 5px auto;
}
#index .tensu .btn-open-close .btn-open-close-box6{
	background: #c1a073;
}
#index .tensu .btn-open-close .active.btn-open-close-box6{
	background: #c1a073 url("../images/k-index/bg-yosan-brown.png") repeat 0 0;
	background-size: 5px auto;
}

/* section */
#index .tensu section{
}
#index .tensu .tensu-area{
	height: 0;
	overflow: hidden;
}
#index .tensu .active.tensu-area{
	height: auto;
	border: solid 10px #7ebcd9;
}

/* リンク */
#index .tensu a{
	display: block;
	padding: 0 0 0;
}

/* 各スタイル設定 */
#index .tensu .active.tensu-area.tensu1{
	border-color: #7ebcd9;
}
#index .tensu .active.tensu-area.tensu2{
	border-color: #e79bcb;
}
#index .tensu .active.tensu-area.tensu3{
	border-color: #7dcc75;
}
#index .tensu .active.tensu-area.tensu4{
	border-color: #9e96cf;
}
#index .tensu .active.tensu-area.tensu5{
	border-color: #d14c89;
}
#index .tensu .active.tensu-area.tensu6{
	border-color: #c1a073;
}

/* tensu-box */
#index .tensu .tensu-area .tensu-box{
	padding: 0 0 40px;
}

/* 商品名 */
#index .tensu h3{
	padding: 36px 0 25px;
}
#index .tensu h3 .item-name{
	display: block;
	padding: 0 0 5px;
	text-align: center;
	font-weight: bold;
	font-size: 30px;
}
#index .tensu .tensu1 h3 .item-name{
	color: #599ed9;
}
#index .tensu .tensu2 h3 .item-name{
	color: #e79bcb;
}
#index .tensu .tensu3 h3 .item-name{
	color: #7dcc75;
}
#index .tensu .tensu4 h3 .item-name{
	color: #9e96cf;
}
#index .tensu .tensu5 h3 .item-name{
	color: #d14c89;
}
#index .tensu .tensu6 h3 .item-name{
	color: #c1a073;
}

/* 商品テキスト */
#index .tensu .item-txt{
	display: block;
	padding: 0 0 0;
	text-align: center;
	letter-spacing: -0.1em;
}
#index .tensu .tensu1 h3 .item-txt{
	color: #599ed9;
}
#index .tensu .tensu2 h3 .item-txt{
	color: #e79bcb;
}
#index .tensu .tensu3 h3 .item-txt{
	color: #7dcc75;
}
#index .tensu .tensu4 h3 .item-txt{
	color: #9e96cf;
}
#index .tensu .tensu5 h3 .item-txt{
	color: #d14c89;
}
#index .tensu .tensu6 h3 .item-txt{
	color: #c1a073;
}

/* サムネイル */
#index .tensu .thumb{
	display: block;
}
#index .tensu .thumb img{
	display: block;
	margin: 0 auto 10px;
}

/* キャッチ */
#index .tensu .item-catch{
	display: block;
	padding: 0;
	font-weight: bold;
}

/* ボタン */
#index .tensu .item-btn a{
	display: table;
	width: 340px;
	margin: 0 auto;
	padding: 10px 50px 10px 32px;
	text-decoration: none;
	border-radius: 3px;
	border: solid 1px #c5a437;
	font-weight: bold;
	font-size: 18px;
	color: #c5a437;
	background: url("../images/k-index/icon-arr-yosan-btn.png") no-repeat 93% 47.5%;
}

/* 商品名称 */
#index .tensu .item-catch{
	margin: 0 auto;
}

/* スライダー */
#index .tensu-slider{
	display: flex;
	justify-content: space-between;
	
	width: 1210px;
	margin: 0 auto 50px;
}
#index .tensu-slider > div{
	width: 210px;
}




















/********** 7つの特徴 **********/
#index .tokucho{
	padding: 0 0 93px;
}
#index .tokucho h2{
	margin: 0 0 35px;
}
#index .tokucho h3{
	margin: 0 0 20px;
}
#index .tokucho h3 .heading-mark{
	display: block;
	text-align: center;
}
#index .tokucho h3 .heading-label{
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	color: #745536;
}
#index .tokucho .tokucho-wrapper{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	
	width: 100%;
	margin: 0 auto;
}
#index .tokucho .tokucho-wrapper section{
	width: 280px;
	margin: 0 56px 35px 0;
}
#index .tokucho .tokucho-wrapper section:nth-of-type(4),
#index .tokucho .tokucho-wrapper section:nth-of-type(7){
	margin: 0 0 35px;
}
#index .tokucho .tokucho-box .img{
	padding: 0 0 18px;
}
#index .tokucho .tokucho-box .txt{
	
}
#index .tokucho .tokucho-box .txt p{
	line-height: 1.7;
}
#index .tokucho .tokucho-box .txt p .mark1{
	font-weight: bold;
	color: #a00;
}
#index .tokucho .txt-end{
	padding: 10px 0 35px;
	text-align: center;
}
/* ボタン */
#index .tokucho .tokucho-btn a{
	display: table;
	width: 340px;
	margin: 0 auto;
	padding: 10px 180px 10px 32px;
	text-decoration: none;
	border-radius: 3px;
	border: solid 1px #c5a437;
	font-weight: bold;
	font-size: 18px;
	color: #c5a437;
	background: url("../images/k-index/icon-arr-yosan-btn.png") no-repeat 93% 47.5%;
}

/********** サービスに関する考え方 **********/
#index .txt-service-kangaekata{
	padding: 0 0 90px;
	line-height: 1.7;
	text-align: center;
	font-size: 24px;
}
#index .txt-service-kangaekata a{
	text-decoration: underline;
	color: #c5a437;
}

/********** hikikae-panel **********/
#index .hikikae-panel .txt-catch{
	text-align:center;
	color:#745536;
	font-size:22px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
	
#index .hikikae-panel{
	padding: 0 0 75px;
}
#index .hikikae-panel h2{
	margin: 0 0 40px;
}
#index .hikikae-panel .hikikae-panel-wrapper{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	
	width: 100%;
}
#index .hikikae-panel .hikikae-panel-box{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	
	width: 590px;
}
#index .hikikae-panel .txt-hikikae-panel{
	padding: 0 0 28px;
	line-height: 1.7;
}
#index .hikikae-panel .txt-hikikae-panel p{
	text-align: center;
}
#index .hikikae-panel .hikikae-panel-wrapper{
	padding: 19px 19px 19px;
	border: solid 1px #d2d2d2;
}
#index .hikikae-panel .hikikae-panel-wrapper .img{
	width: 310px;
	padding: 0 0;
}
#index .hikikae-panel .hikikae-panel-wrapper .img img{
	display: block;
}
#index .hikikae-panel .hikikae-panel-wrapper .txt{
	width: 262px;
}
#index .hikikae-panel .hikikae-panel-wrapper .txt p{
	line-height: 1.75;
}
#index .hikikae-panel .hikikae-panel-wrapper h3{
	margin: 0 0 8px;
	font-size: 24px;
	font-weight: bold;
	border-bottom: solid 1px #745536;
	color: #745536;
}

/********** omakase **********/
#index .omakase{
	padding: 0 0 30px;
}

#index .omakase h2{
	margin: 0 0 45px;
}

#index .omakase .omakase-wrapper{
	display: flex;
	justify-content: space-between;
	
	width: 880px;
	margin: 0 auto 45px;
}

#index .omakase .img-omakase{
	width: 420px;
}

#index .omakase .omakase-box{
	width: 425px;
}
#index .omakase .omakase-box h3{
	padding: 0 0 10px;
	font-size: 24px;
	font-weight: bold;
	color: #745536;
}

#index .omakase .txt-omakase p{
	line-height: 1.75;
}

/* ボタン */
#index .omakase .omakase-btn a{
	display: table;
	width: 340px;
	margin: 0 auto;
	padding: 10px 180px 10px 32px;
	text-decoration: none;
	border-radius: 3px;
	border: solid 1px #c5a437;
	font-weight: bold;
	font-size: 18px;
	color: #c5a437;
	background: url("../images/k-index/icon-arr-yosan-btn.png") no-repeat 93% 47.5%;
}



