@charset "utf-8";
@import url(slide.css);
/* CSS Document */

/* 基本 */
body {
    color: #1B1B1B;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans", Meiryo, sans-serif;
	margin: 0;
	background-color: #ffffff;
    font-size:   16px;
    font-weight: 400;
    line-height: 1.6;
	overflow-x: hidden;
}

@media (max-width: 480px) {
	body {
		font-size: 14px;
	}
}

/* 見出し
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6, figure{
	margin: 0;
	padding: 0;
	font-weight: 400;
}

h1 { font-size: 3.0rem;}
h2 { font-size: 2.4rem;}
h3 { font-size: clamp(20px, 5vw, 30px);}
h4 { font-size: clamp(18px, 2.2vw, 24px);font-weight: 700;}
h5 { font-size: clamp(18px, 2vw, 22px);font-weight: 700;}
h6 { font-size: 1rem;}

h2.subpage {
	max-width: 1000px;
	margin: 20px auto 30px auto;
	font-size:  clamp(18px, 2.2vw, 24px);
	line-height: normal;
	padding-bottom: 5px;
}

h2.subpage:after {
    content: "";
	display: block;
    height: 3px;
    background-image: linear-gradient(to right, rgba(43, 173, 189, 1), rgba(0, 0, 0, 0));
}

/*装飾：葉*/
h4.subpage {
	max-width: 900px;
	margin: 20px auto 30px auto;
	font-weight: 700;
	font-size:  clamp(18px, 2.2vw, 24px);
	position: relative;
	padding-left: 1.2em;/*アイコン分のスペース*/
	padding-bottom: 3px;
	line-height: 1.4;
	border-bottom: dashed 1px #ad9c82;
}

h4.subpage:before {
	font-family: "Font Awesome 5 Free";
	content: "\f06c";/*アイコンのユニコード*/
	font-weight: 900;
	position: absolute;/*絶対位置*/
	font-size: 1em;/*サイズ*/
	left: 0;/*アイコンの位置*/
	top: 0;/*アイコンの位置*/
	color: #91bd6d; /*アイコン色*/
}

/*サンメニュー：特長#00a4b3*/
h4.point-style {
	color: #9966CC;
	max-width: 900px;
	margin: 20px auto 20px auto;
	font-weight: 700;
	font-size:  clamp(20px, 2.2vw, 26px);
	border-bottom: 1px solid #9966CC;
	padding-bottom: 3px;
}

/*テキスト：ゴールドグラデ*/
.text-gradient{
        font-weight: bold;
        text-align: left;
        background: #fff8e6; /* fallback for old browsers */
        background: -webkit-linear-gradient(bottom, #fff8e6, #c7a042);
        background: linear-gradient(to bottom, #fff8e6, #c7a042);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

p {
	margin: 0;
	line-height: 1.8;
}

/*文章表示部分の幅*/
.subpage {
 	max-width: 900px;
    margin: auto;
}

.subpage2 {
 	max-width: 1000px;
    margin: auto;
}

/*リスト*/
ul {
	list-style: disc;
}

ol {
	padding-left: 20px;
} 

/*ドット下線*/
.list_border li {
	list-style: none;
	padding: 10px 0;
	border-bottom: dashed 1px #ad9c82;
}

/*テキスト*/
.text-center {
	text-align:center;
}


/* リンク
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
	color: #2BADBD;
	text-decoration: none;
}

.blue a {
	color: #2BADBD;
	font-weight: 700;
	font-size: clamp(18px, 2vw, 20px);
}

a:hover {
	filter: brightness(110%);
}


/*画像とキャプション
-------------------------------------*/
figure {
	display: table;
}

figcaption {
	caption-side: bottom;
	display: table-caption;
}

img {
	max-width: 100%;
	height: auto;
}

/*中央寄せ：モバイルの位置調整用*/
.img-center {
	margin: 0 auto;
}

/*サイズ指定なしリンクなしの場合の中央寄せ*/
.img-block{
	display: block;
	margin: 0 auto;
}

/*親要素で子要素を中央寄せ*/
p.img_center{
	text-align: center;
}

/*要素の縦位置中央寄せ*/
.vertical-center{
	margin: auto 0;
}


img.left-over {
	width: 800px;
	height: 100%;
	margin: 0 0 0 -100px;

}

/* 見出しh2：両端グラデーション
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* 英字タイトル*/
.main-head {
	letter-spacing: 3px;
	color: #7E6644;
	text-align: center;
	line-height: normal;
}
/*日本語サブタイトル*/
.sub-head {
	color: #d0ae64;
	font-size: 20px;
	font-weight: 700;
	display: block;
	line-height: 1;
	text-align: center;
}

@media (max-width: 480px) {

/* 英字タイトル*/
.main-head {
	font-size: 28px;
	letter-spacing: 1px;
}
/*日本語サブタイトル*/
.sub-head {
	font-size: 16px;
}
	
}

/* 英字タイトル：小さめ*/
.main-head-S {
	letter-spacing: normal;
	color: #7E6644;
	font-size:  clamp(20px, 5vw, 30px);
	text-align: center;
	line-height: 1;
}
/*日本語サブタイトル*/
.sub-head-S {
	color: #d0ae64;
	font-size:  clamp(16px, 2vw, 20px);
	font-weight: 700;
	display: block;
	line-height: 1;
	text-align: center;
}

/*両端グラデーション装飾 */
.head-border {
    display: flex;
    align-items: center;
}
 
.head-border:before,
.head-border:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #666;
}
 
.head-border:before {
    margin-right: 1rem;
	background: linear-gradient(-90deg, #e0bd5c, transparent);
}
 
.head-border:after {
    margin-left: 1rem;
	background: linear-gradient(90deg, #e0bd5c, transparent);
}


/*見出しh2：下線グラデーション
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.main-head2 {
	font-size: clamp(22px, 6vw, 34px);
	color: #1B1B1B;
	text-align: center;
	line-height: normal;
	margin-bottom: 30px;
}
.main-head2:after {
    content: "";
	display: block;
    height: 3px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(43, 173, 189, 1), rgba(0, 0, 0, 0));
}


/*見出しh2：下線グラデーション:暗い背景用
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.main-head3 {
	font-size: clamp(22px, 6vw, 34px);
	color: #1B1B1B;
	text-align: center;
	line-height: normal;
	margin-bottom: 30px;
}
.main-head3:after {
    content: "";
	display: block;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(43, 173, 189, 1), rgba(0, 0, 0, 0));
}

.main-head3-S {
	font-size: clamp(20px, 2vw, 24px);
	color: #edb739;
	font-weight: 700;
	text-align: left;
	line-height: normal;
	margin-bottom: 30px;
}

/* 見出しh2：左寄せシンプル
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* 英字タイトル*/
.main-head4 {
	letter-spacing: 3px;
	color: #7E6644;
	text-align: left;
	line-height: normal;
}
/*日本語サブタイトル*/
.sub-head4 {
	color: #d0ae64;
	font-size: 20px;
	font-weight: 700;
	display: block;
	line-height: 1;
	text-align: left;
}

@media (max-width: 900px) {
/* 英字タイトル*/
.main-head4 {
	letter-spacing: 3px;
	color: #7E6644;
	text-align: center;
	line-height: normal;
}
/*日本語サブタイトル*/
.sub-head4 {
	color: #d0ae64;
	font-size: 20px;
	font-weight: 700;
	display: block;
	line-height: 1;
	text-align: center;
}
	
/*両端グラデーション装飾 */
.head-border4 {
    display: flex;
    align-items: center;
}
 
.head-border4:before,
.head-border4:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #666;
}
 
.head-border4:before {
    margin-right: 1rem;
	background: linear-gradient(-90deg, #e0bd5c, transparent);
}
 
.head-border4:after {
    margin-left: 1rem;
	background: linear-gradient(90deg, #e0bd5c, transparent);
}
}


/* ヘッダー
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.header {
	height: 70px;
	background-color: #FFFFFF;
	background: url("img/bg.png") repeat;
	width: 100%;
	position: fixed;
	z-index: 9999;
}

.header-container > .site {
	margin-right: auto;
	margin-top: 6px;
}


/*モバイル*/
@media (max-width: 767px) {
.header {
		height: 70px;
}
	

}


/* ヒーロー
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.hero {
	padding-top: 0px;
	margin-top: 0px;
	height: 650px;
	position: relative;
	background-image: url(img/top_img.jpg);
	background-color: #FFFFFF;
	background-position: center;
	background-size: auto 720px;
	background-repeat: no-repeat;
}

.hero-container {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-around;
	height: 100%;
	
}



/* ヒーロー：モバイル */
@media (max-width: 767px) {

.hero {
	padding-top: 0px;
	margin-top: 0px;
	height: 288px;
	background-size: auto 358px;/*画像を可能な限り大きく表示*/	
}
}


/* サブヒーロー
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.sub-hero {
	padding-top: 0px;
	margin-top: 0px;
	height: 200px;
	position: relative;
	background-image: url(img/top_img.jpg);
	background-color: #FFFFFF;
	background-position: center;
	background-size: auto 720px;
	background-repeat: no-repeat;
}




/* ボタン
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.btn a {
	text-align: center;
	width: 200px;
	max-width: 100%;
	text-decoration: none;
	display: inline-block;
	background: #2BADBD;
	color: #FFF;
	padding: 10px 30px;
	border-radius: 4px;	
	text-shadow: 0 0 6px #00000052;
}

.btn a:hover {
	filter: brightness(110%);
}

/*gap未対応対策*/
@media (max-width: 375px) {
	.btn a {
		margin-bottom: 30px;
	}
}



/*メインコンテンツ：マージンと背景
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.main-image {
	padding:  clamp(30px, 4.1vw, 50px) 0;
	background-color: #ffffff;
}



.main-sub-white {
	padding: clamp(30px, 4.1vw, 50px) 0;
	background-color: #fffff;
}



/*h3*/
.text-sub {
	font-weight: 700;
	font-size: clamp(30px, 2.5vw, 40px);
	color: #C3B085;
	border-bottom: 1px solid #523A24;
	padding-bottom: 3px;
	margin-bottom: 3px;
}

/*モバイル表示*/
@media (max-width: 480px) {
	
.text-sub {
	font-size: 18px;
}
}

/*グリッド：PC
-------------------------------------*/
.container {
	margin: 0 auto;
    width: min(92%, 1200px);
    position: relative;
}

.flex-container {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	gap: 30px;
}

.flex-container-column {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0px;
}
	
.flex-container-item {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	gap: 10px;

}


/*文章中心の場合:幅最大900pxでそれ以下は画面幅にする*/
/*Flexboxを中央寄せにするための箱*/
.flex-container-box{
	margin: 0 auto; /*ボックスを中央寄せ*/
	width:  min(100%, 900px);
}
.flex-container-txt {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: flex-start;
	gap: 30px;
}
/*外側に揃える*/
.flex-container-txt2 {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	gap: 30px;
}

/*中央に揃える：画像配置用*/
.flex-container-center {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-start;
	gap: 30px;
}

/*モバイル表示:画像切り替え*/
@media (max-width: 480px) {
	
.flex-container-center {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0px;
}
}

.gap_0 {
	gap: 0px;
}



/*モバイルで並びの変更なし*/
.flex-container-row {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: flex-start;
	gap: 20px;
}

/*Flexアイテム（子要素）の比率*/
.item1 { flex:2; }
.item2 { flex:1; }

/*Flexアイテム（子要素）の比率：フッター*/
.f_item1 { flex:1.6; }
.f_item2 { flex:1; }
.f_item3 { flex:1.4; }
.f_item4 { flex:0.8; }

.flex-item {
    flex: 1; /* 均等 */
}
.flex-item2 {
    flex: 2;
	width: 100%;
}

/*Flexアイテム（子要素）の並び順*/

.reverse {
	flex-direction: row-reverse;
}

/* グリッド：モバイル 900px */
@media (max-width: 959px) {
.flex-container-news {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
}

/* グリッド：モバイル */
@media (max-width: 767px) {
	
.flex-container {
	display: flex;
	flex-direction: column;
	justify-content: center;

}

/*文章中心の場合*/
.flex-container-txt {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.image-mob100 {
	width: 100%;/*画面の余白を消す*/
	height: auto;
}
	
.media-height {
	height: auto;
}
	
}


/*フォント
-------------------------------------*/
.font-blue {
	color: #2BADBD;
	font-weight: 700;
}

.font-pink {
	color: #EE254F;
	font-weight: 700;
}

.font-red {
	color: #CC0000;
	font-weight: 700;
}

.font-purple {
	color: #B72BB7;
	font-weight: 700;
}

.font-orange {
	color: #edb739;
	font-weight: 700;
}

.font-green {
	color: #3f9100;
	font-weight: 700;
}

.font-white {
	color: #ffffff;
}

.font-brown {
	color: #c9a07b;
}

.font-gray {
	color: #a9a9a9;
}

.font-gold{
    color: #fff;
    background: -webkit-linear-gradient( 90deg, #D6AF54, #EAD38F, #ffffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.nesage{
	background-color: #EE254F;
	color: white;
	margin: 10px;
	padding: 4px;
}

.font-bold {
	font-weight: 700;
}

.highlight {
    background: linear-gradient(transparent 50%, #ffe6a1 0%);
    line-height: 1.3em;
}

.font-size-SS {
	font-size: 14px;
}

.font-size-S {
	font-size: clamp(16px, 1.5vw, 18px);
}

.font-size-M {
	font-size: clamp(18px, 1.8vw, 22px);
}

.font-size-M2 {
	font-size: clamp(18px, 2.1vw, 24px);
}

.font-size-L {
	font-size: clamp(22px, 2.5vw, 30px);
}

.font-size-LL {
	font-size: clamp(22px, 4vw, 40px);
}

/*ゴシック体*/
.font-gothic {
	font-size: 16px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


/*マージン
-------------------------------------*/
.ma_btm10 {
	margin-bottom: 10px;
}

.ma_btm20 {
	margin-bottom: 20px;
}

.ma_btm30 {
	margin-bottom: 30px;
}

.ma_btm50 {
	margin-bottom: 50px;
}

.ma_btm80 {
	margin-bottom: 80px;
}

.ma_top20 {
	margin-top: 20px;
}

.ma_top30 {
	margin-top: 30px;
}

/*フッター
-------------------------------------*/
footer {
    background-color: #444444;
    padding: 20px 0;
	color: #fff;
}

/* フッター：SNSメニュー */
.footer-sns {
	display: flex;
	gap: 24px;
	font-size: 24px;
}

.footer-sns a {
	display: grid;
	place-items: center;
	width: 36px;
	aspect-ratio: 1 / 1;
	background-color: #cccccc;
	color: #ffffff;
	clip-path: circle(50%);
}


/*コピーライト
-------------------------------------*/
.copyright {
	color: #fff;
    text-align: center;
    padding: 1rem 0;
}

	
/*商品画像キャプション
-------------------------------------*/
.item-caption {
	width: 280px;
	margin-bottom: 50px;
}

/*商品画像サイズ
-------------------------------------*/
.item-img {
	width: 320px;
	color: #ffffff;
	background-color: #4E3D2E;
}

/*お知らせ
-------------------------------------*/
.news_box {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #2BADBD;
}
.news_box .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #2BADBD;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.news_box p {
    margin: 0; 
    padding: 0;
}