@charset "utf-8";
/* CSS Document */

/******************************************
フォント読み込み
******************************************/
/* google fonts Alegreya系 読み込み */
@import url('https://fonts.googleapis.com/css2?family=Alegreya:wght@400;500;600;700;800;900&display=swap');



/****************************************** 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
******************************************/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	/*background: transparent;*/
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section{ 
	display: block;
}

nav ul{
	list-style: none;
}

blockquote, q{
	quotes: none;
}

blockquote::before, blockquote::after,
q::before, q::after{
	content:'';
	content:none;
}

a{
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

/* change colours to suit your needs */
ins{
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

/* change colours to suit your needs */
mark{
	background-color: #ff9;
	color: #000; 
	font-style: italic;
	font-weight: bold;
}

del{
	text-decoration: line-through;
}

abbr[title], dfn[title]{
	border-bottom: 1px dotted;
	cursor: help;
}

#wpbouqet table{
	border-collapse: collapse;
	border-spacing: 0;
}

/* change border colour to suit your needs */
hr{
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

input, select{
	vertical-align: middle;
}



/******************************************
SP・全体表示
******************************************/
#wpbouqet{
	margin: 30px auto 150px;
	padding: 0;
	color: #473933;
	font-size: 16px;
	line-height: 1.8em;
	letter-spacing: 0.03em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
	box-sizing: border-box;
}
#wpbouqet img{
	max-width: 100%;
	max-height: 100%;
	border: none;
	vertical-align: top;
}
#wpbouqet h1, #wpbouqet h2, #wpbouqet h3, #wpbouqet h4{
	font-weight: normal;
}
#wpbouqet .main{
	width: 100%;
	margin: 0 auto 100px;
	padding: 0;
	font-size: 16px;
	letter-spacing: 0.07em;
}

/*メイン画像・注意喚起画像*/
#wpbouqet .main_ttl{
	width: 100%;
	margin: 80px auto 50px;
	text-align: center;
}
#wpbouqet .main_ttl h1{
	font-weight: normal;
	font-size: 23px;
	line-height: 1.6em;
	margin: 0 auto 20px;
}
#wpbouqet .main_ttl h2{
	font-weight: normal;
	font-size: 17px;
	line-height: 1.6em;
	margin: 0 auto;
}
#wpbouqet .main_ttl h3{
	font-weight: normal;
	font-size: 17px;
	margin: 0 auto 10px;
}
#wpbouqet h4.main_txt{
	width: 80%;
	margin: 0 auto 80px;
	padding: 20px;
	font-size: 16px;
	line-height: 1.6em;
	font-weight: normal;
	border: 1px solid #473933;
	border-radius: 15px;
}
#wpbouqet .att{
	display: flex;
	flex-direction: column;
	margin: 0 auto;
}
#wpbouqet .att li{
	list-style: none;
}
#wpbouqet .att li:not(:last-child){
	margin-bottom: 30px;
}

/*こんな贈り物に*/
#wpbouqet .scene{
	background: #f6f6f6;
	padding: 30px 0;
}
#wpbouqet .scene ul{
	width: 100%;
	margin: 30px 0 0;
}
#wpbouqet .scene li{
	width: 100%;
	list-style: none;
}
#wpbouqet .scene li div{
	width: 90%;
	padding: 25px;
	background-color: rgba(255, 255, 255, 0.9);
}
#wpbouqet .scene li:nth-child(2n-1) div{
	border-radius: 0 40px 0 0;
}
#wpbouqet .scene li:nth-child(2n) div{
	border-radius: 40px 0 0 0;
	text-align: left;
	margin-left: auto;
}
#wpbouqet .scene li:not(:last-child){
	margin-bottom: 30px;
}
#wpbouqet .scene_ttl{
	font-size: 20px;
	line-height: 1.5em;
}
#wpbouqet .scene_txt{
	margin-top: 20px;
	font-size: 16px;
	line-height: 1.7em;
}

/*メニューボタン*/
#wpbouqet .menu{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 80%;
	margin: 0 auto 100px;
}
#wpbouqet .menu li{
	list-style: none;
	width: calc((100% / 2) - 20px);
	margin-bottom: 30px;
}
#wpbouqet .menu li:nth-child(3), #wpbouqet .menu li:last-child{
	margin-bottom: 0;
}

/*贈り物マイスターにおまかせ*/
#wpbouqet .meister{
	background: #f6f6f6;
	padding: 50px 0;
}
#wpbouqet .meister_ttl{
	width: 100%;
	margin: 0 auto;
}
#wpbouqet .meister_txt{
	width: 80%;
	margin: 50px auto 0;
	text-align: center;
}
#wpbouqet .meister_omakase{
	background: #fff;
	text-align: left;
	padding: 20px;
}
#wpbouqet .meister_omakase h3{
	margin: 20px auto;
}
#wpbouqet .meister_omakase h4{
	font-weight: normal;
	font-size: 16px;
	line-height: 1.6em;
}
#wpbouqet .meister_size{
	margin: 50px auto;
}
#wpbouqet .meister_material{
	background: #fff;
	border: 1px dashed #473933;
	border-radius: 15px;
	width: 80%;
	margin: 0 auto;
	padding: 20px
}

/*あんしんギフト*/
#wpbouqet .anshin{
	position: relative;
	width: 100%;
	margin: 20px auto 100px;
	padding: 40px 30px;
	background-color: #f7f4ec;
	border-radius: 15px;
}
#wpbouqet .anshin h2{
	font-size: 28px;
	letter-spacing: 0.15em;
	text-align: center;
	margin: 0 0 20px;
}
#wpbouqet .anshin_list{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto;
}
#wpbouqet .anshin_list li{
	list-style: none;
	width: calc((100% / 2) - 20px);
	margin-bottom: 30px;
}
#wpbouqet .anshin_list li:nth-child(3), #wpbouqet .anshin_list li:last-child{
	margin-bottom: 0;
}
#wpbouqet .dot{
	position: absolute;
	width: 10px;
	height: 10px;
	background-color: #b3aba6;
	border-radius: 50%;
}
#wpbouqet .top-left{
	top: 20px;
	left: 20px;
}
#wpbouqet .top-right{
	top: 20px;
	right: 20px;
}
#wpbouqet .bottom-left{
	bottom: 20px;
	left: 20px;
}
#wpbouqet .bottom-right{
	bottom: 20px;
	right: 20px;
}

/*注文方法*/
#wpbouqet .order{
	background: #f6f6f6;
	padding: 50px 0;
}
#wpbouqet .order_ttl{
	width: 100%;
	margin: 0 auto;
}
#wpbouqet .order_bn{
	width: 80%;
	margin: 50px auto;
}
#wpbouqet .order_howto{
	display: flex;
	flex-direction: column;
	width: 80%;
	margin: 0 auto;
}
#wpbouqet .order_howto li{
	list-style: none;
}
#wpbouqet .order_howto li:not(:last-child){
	margin-bottom: 30px;
}

/*お届け例*/
#wpbouqet .sample{
	background: #f6f6f6;
	padding: 50px 0 0;
}
#wpbouqet .sample_ttl{
	width: 100%;
	margin: 0 auto;
}
#wpbouqet .sample_img{
	display: flex;
	flex-direction: column;
	margin: 20px auto 50px;
}
#wpbouqet .sample_img h3{
	font-size: 16px;
	line-height: 1.5em;
	margin: 0 5px 5px;
}
#wpbouqet .sample_img li{
	list-style: none;
}
#wpbouqet .sample_img li:not(:last-child){
	margin-bottom: 30px;
}

/*その後*/
#wpbouqet .after{
	background: #f6f6f6;
	padding: 50px 0;
}
#wpbouqet .after_ttl{
	width: 100%;
	margin: 0 auto;
}
#wpbouqet .after_txt{
	background: #fff;
	border: 1px dashed #473933;
	border-radius: 15px;
	width: 80%;
	margin: 50px auto;
	padding: 20px;
	font-size: 17px;
}
#wpbouqet .after_img{
	width: 90%;
	margin: 0 auto;
}
#wpbouqet .after_material{
	width: 90%;
	margin: 50px auto 0;
	border-radius: 17px;
}

/*ご注意*/
#wpbouqet .attention{
	width: 100%;
	margin: 0 auto;
	background: #fff;
	padding: 30px 0;
	border: 1px solid #473933;
	border-radius: 15px;
}
#wpbouqet .attention_ttl{
	width: 100%;
	margin: 0 auto;
}
#wpbouqet .contact{
	width: 90%;
	margin: 50px auto 0;
	text-align: center;
}
#wpbouqet .contact .tel{
	margin-top: 10px;
}
#wpbouqet .contact .tel img{
	vertical-align: middle;
	margin-right: 5px;
}

/*選び方*/
#wpbouqet .select{
	position: relative;
	width: 100%;
	margin: 100px auto;
	padding: 60px 30px;
	background-color: #f7f4ec;
	border-radius: 15px;
	box-sizing: border-box;
}
#wpbouqet .select h2{
	width: 100%;
	margin: 0 auto;
}
#wpbouqet .select_list{
	display: flex;
	flex-direction: column;
	width: 100%;
	margin: 30px auto 0;
	list-style: none;
}
#wpbouqet .select_list li{
	position: relative;
	border: 1px solid #473933;
	border-radius: 15px;
}
#wpbouqet .select_list li img{
	border-radius: 15px;
}
#wpbouqet .select_list li:not(:last-child){
	margin-bottom: 60px;
}
#wpbouqet .select_list li::after{
	content: "";
	position: absolute;
	bottom: -40px;
	left: calc((100% / 2) - 6px);
	border: 12px solid transparent;
	border-top: 17px solid #473933;
}

/*項目選択肢*/
#wpbouqet .type_img{
	margin: 100px auto 0;
}

/* カート下キーワード */
#wpbouqet .keyword{
	width: 100%;
	margin: 1em auto 50px;
	border: 1px solid #ccc;
	padding: 15px;
	font-size: 12px;
	line-height: 25px;
	color: #473933;
	box-sizing: border-box;
}





/******************************************
PC表示
******************************************/
@media screen and (min-width:768px){
#wpbouqet{
	width: 980px;
}
#wpbouqet .main{
	width:980px;
}

/*メイン画像・注意喚起画像*/
#wpbouqet .main_ttl h1{
	font-size:31px;
	line-height: 1em;
}
#wpbouqet .main_ttl h2{
	font-size:21px;
}
#wpbouqet .main_ttl h3{
	font-size:19px;
}
#wpbouqet h4.main_txt{
	padding: 0;
	text-align: center;
	line-height: 1.8em;
	border: none;
	border-radius: 0;
}
#wpbouqet .att{
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
}
#wpbouqet .att li:not(:last-child){
	margin: 0;
}

/*こんな贈り物に*/
#wpbouqet .scene{
	position: relative;
	height: 900px;
	padding: 0;
}
#wpbouqet .scene ul{
	position: absolute;
	top: 150px;
}
#wpbouqet .scene li div{
	width: 860px;
	padding: 40px;
	box-sizing: border-box;
}
#wpbouqet .scene li:not(:last-child){
	margin-bottom: 50px;
}
#wpbouqet .scene_ttl{
	font-size: 21px;
	line-height: 1.6em;
}

/*メニューボタン*/
#wpbouqet .menu{
	flex-wrap: nowrap;
	width: 100%;
	margin: 0 auto 100px;
}
#wpbouqet .menu li{
	width: 185px;
}
#wpbouqet .menu li:not(:last-child){
	margin: 0;
}

/*贈り物マイスターにおまかせ*/
#wpbouqet .meister_ttl{
	width: 100%;
	text-align: center;
}
#wpbouqet .meister_txt{
	position: relative;
	width: 100%;
	height: 400px;
}
#wpbouqet .meister_img{
	position: absolute;
	z-index: 1;
}
#wpbouqet .meister_omakase{
	position: absolute;
	top: 50px;
	right: 0;
	width: 800px;
	padding: 50px;
	box-sizing: border-box;
}
#wpbouqet .meister_omakase h3{
	margin: 0 0 30px 130px;
}
#wpbouqet .meister_omakase h4{
	margin-left: 130px;
	font-weight: normal;
	font-size: 17px;
	line-height: 1.6em;
}
#wpbouqet .meister_material{
	width: 880px;
	padding: 40px;
	box-sizing: border-box;
}

/*あんしんギフト*/
#wpbouqet .anshin{
	width: 100%;
	margin: 0 auto 100px;
	padding: 50px;
	box-sizing: border-box;
}
#wpbouqet .anshin h2{
	margin: 0 0 40px;
	font-size: 40px;
}
#wpbouqet .anshin_list{
	flex-wrap: nowrap;
	width: 100%;
}
#wpbouqet .anshin_list li{
	width: 175px;
}
#wpbouqet .anshin_list li:not(:last-child){
	margin: 0;
}

/*注文方法*/
#wpbouqet .order_ttl{
	width: 100%;
	text-align: center;
}
#wpbouqet .order_bn{
	width: 100%;
	text-align: center;
}
#wpbouqet .order_howto{
	flex-direction: row;
	justify-content: space-between;
	width: 880px;
}
#wpbouqet .order_howto li:not(:last-child){
	margin: 0;
}
#wpbouqet .sample_ttl{
	text-align: center;
}

/*お届け例*/
#wpbouqet .sample_img{
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 16px;
	margin: 40px auto 80px;
}
#wpbouqet .sample_img li:nth-child(3n+1) { /* 1, 4, 7, ...番目（横長の画像） */
	flex-basis: 100%; /* 横幅全体を使用 */
}
#wpbouqet .sample_img li:nth-child(3n+2){
	flex-basis: calc(50% - 8px); /* 横並びで半分の幅に */
}
#wpbouqet .sample_img li:nth-child(3n+3) {
	gap: 0px;
}
#wpbouqet .sample_img li:not(:last-child){
	margin: 0;
}

/*その後*/
#wpbouqet .after_ttl{
	width: 100%;
	text-align: center;
}
#wpbouqet .after_txt{
	width: 800px;
	padding: 40px
}
#wpbouqet .after_img{
	width: 100%;
	text-align: center;
}
#wpbouqet .after_material{
	width: 100%;
	text-align: center;
}

/*ご注意*/
#wpbouqet .attention{
	width: 100%;
	padding: 50px 0;
}
#wpbouqet .attention_ttl{
	width: 100%;
	text-align: center;
}
#wpbouqet .contact{
	width: 100%;
}
#wpbouqet .contact .tel{
	text-align:center;
}

/*選び方*/
#wpbouqet .select{
	width: 100%;
	padding: 70px;
	box-sizing: border-box;
}
#wpbouqet .select h2{
	width: 100%;
	text-align: center;
}
#wpbouqet .select_list{
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
	margin: 30px auto 0;
}
#wpbouqet .select_list li{
	width: 400px;
}
#wpbouqet .select_list li:not(:last-child){
	margin: 0;
}

}





/******************************************
PC・SPの表示・非表示
******************************************/
/*------------------------------------- SPで非表示・PCで表示 */
#wpbouqet .pc{display:none;}
@media screen and (min-width:768px){
#wpbouqet .pc{display:block;}
}
/*------------------------------------- SPで表示・PCで非表示 */
#wpbouqet .sp{display:block;}
@media screen and (min-width:768px){
#wpbouqet .sp{display:none;}
}





/******************************************
フォント
******************************************/
#wpbouqet .Alegreya{
	font-family:'Alegreya', serif;
}
#wpbouqet .Mincho{
	font-family:YuMincho, "Hiragino Mincho ProN", "MS PMincho", serif;
}
#wpbouqet .Gothic{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}