﻿@charset "utf-8";
/* CSS Document */

/*---------------------------------
	index
---------------------------------*/
#product #ttlBox {
    margin: 0 auto;
    height: 150px;
    background: url(../img/common/bg_flower.jpg);
    box-sizing: border-box;
    line-height: 2.5;
}
#product #ttlBox h1 {
    font-size: 2.8rem;
    text-align: center;
    height: 150px;
    line-height: 150px;
}
#product #ttlBox h1 img {
    width: 200px;
}
#product .product_intro {
    padding: 80px 0 0;
}
#product .product_intro h2 {
    text-align: center;
}
#product .product_intro h2 img {
	max-height: 45px;
}
#product .product_intro .product_lead {
    font-size: 2.0rem;
    line-height: 2;
    text-align: center;
    font-weight: 600;
    margin: 80px 0;
}
@media (max-width: 480px) {
    #product #ttlBox {
        margin: 0 auto 20px;
        padding-top: 0;
        height: 100px;
    }
    #product #ttlBox h1 {
        height: 100px;
        line-height: 100px;
    }
    #product .product_intro {
        padding: 30px 0 0;
    }
    #product .product_intro h2 img {
        max-height: 30px;
    	max-width: 90%;
    }
    #product .product_intro .product_lead {
        font-size: 1.6rem;
        text-align: left;
        margin: 30px 10px 30px;
    }
}

#product .product_intro .productsList {
    margin-bottom: 100px;
}
#product .product_intro .productsList li {
    width: 46%;
}
#product .product_intro .productsList li.plane {
    margin-right: 8%;
}
#product .product_intro .productsList .text {
    font-family: '游ゴシック',YuGothic,'Yu Gothic','Yu Gothic UI','Meiryo UI','ヒラギノ角ゴシック','Hiragino Sans','Arial','Helvetica',sans-serif;
    font-size: 2.4rem;
    text-align: center;
    font-weight: 600;
    margin-bottom: 20px;
}
#product .product_intro .productsList .note {
    margin: 10px 0;
    font-weight: 600;
}
#product .product_intro .productsList dl {
    font-weight: 600;
}
#product .product_intro .productsList li.salt  {
    width: 100%;
}
#product .product_intro .productsList li.salt figure  {
    text-align: center;
    margin-bottom: 40px;
}
#product .product_intro .productsList li.salt figure img  {
    width: 200px;
}
#product .product_intro .productsList .sweet .text {
    color: #e8979b;
}
#product .product_intro .productsList .btn {
    margin: 0 auto;
    border-radius: 10px;
    width: 280px;
}
#product .product_intro .productsList .btn a {
    display: block;
    font-family: '游ゴシック',YuGothic,'Yu Gothic','Yu Gothic UI','Meiryo UI','ヒラギノ角ゴシック','Hiragino Sans','Arial','Helvetica',sans-serif;
    color: #fff;
    font-size: 2.4rem;
    text-align: center;
    font-weight: 600;
    padding: 10px 16px;
    margin-top: 20px;    
}
#product .product_intro .productsList .salt .btn {
    background: #71acbe;
}
#product .product_intro .productsList .plane .btn {
    background: #917c65;
}
#product .product_intro .productsList .sweet .btn {
    background: #e8979b;
}
@media (max-width: 480px) {
    #product .product_intro .productsList {
        margin-bottom: 60px;
    }
    #product .product_intro .productsList li {
        width: 50%;
    }
    #product .product_intro .productsList li.plane {
        margin-right: 20px;
    }
    #product .product_intro .productsList .text {
        font-size: 1.4rem;
        padding-left: 0;
        margin-bottom: 10px;
    }
    #product .product_intro .productsList .note {
        margin-bottom: 10px;
    }
    #product .product_intro .productsList dl {
        font-size: 1.2rem;
    }
    #product .productsList dl dt {
        font-weight: 600;
    }
    #product .product_intro .productsList .btn {
        margin-left: 0;
        border-radius: 6px;
        width: 100%;
    }
    #product .product_intro .productsList .btn a {
        font-size: 1.8rem;
        padding: 8px;
        margin-top: 20px;    
    }
    #product .product_intro .productsList .salt .btn {
        width: 70%;
        margin: 0 auto;
    }
}

#product .product_list {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    background: url(../img/product/bg_product_list.png) bottom repeat-x;
    padding-bottom: 30px;
    margin-top: 120px;
}
#product .product_list div {
    margin: 0 2%;
    text-align: center;
    vertical-align: middle;
}
#product .product_list div figure {
    width: auto;
    height: auto;
}
#product .product_list div figure img {
    max-width: none;
}
#product .product_list div p {
    font-family: '游ゴシック',YuGothic,'Yu Gothic','Yu Gothic UI','Meiryo UI','ヒラギノ角ゴシック','Hiragino Sans','Arial','Helvetica',sans-serif;
    font-size: 2rem;
    margin: 20px auto 0;
}
#product .product_list div .size {
    border: 1px solid #80735e;
    padding: 6px;
}
@media (max-width: 480px) {
    #product .product_list {
        margin-top: 40px;
    }
    #product .product_list div figure img {
        max-width: none;
        width: 80%;
    }
    #product .product_list div p {
        font-size: 1.4rem;
        line-height: 1.2;
        padding: 4px;
    }
}

#product .size_comment {
    text-align: center;
    font-size: 3rem;
    margin: 80px 0 20px;
}
@media (max-width: 480px) {
    #product .size_comment {
        font-size: 2rem;
        margin: 30px 10px 0;
    }
}

#product .product_amount {
    position: relative;
}
#product .product_amount:before, #product .product_amount:after {
	content: "";
	width: 100%;
	height: 16px;
}
#product .product_amount:after {
background: url(../img/common/wavebottom_texture.png) repeat-x 0 0;
    position: absolute;
    bottom: -16px;
    left: 0;
    z-index: 5;
}

#product .product_amount_inside {
    display: flex;
    justify-content: center;
    padding: 20px 0 60px;
}
#product .product_amount .product_amount_inside div {
    margin: 0 4%;
}
#product .product_amount h3 {
    font-family: '游ゴシック',YuGothic,'Yu Gothic','Yu Gothic UI','Meiryo UI','ヒラギノ角ゴシック','Hiragino Sans','Arial','Helvetica',sans-serif;
    font-size: 2rem;
    font-weight: 600;
    color: #fff;
    padding: 6px 18px;
    margin-bottom: 20px;
    text-align: center;
}
#product .product_amount .plane h3 {
    background: #917c65;
}
#product .product_amount .sweet h3 {
    background: #e8979b;
}
#product .product_amount th,
#product .product_amount td {
    font-family: '游ゴシック',YuGothic,'Yu Gothic','Yu Gothic UI','Meiryo UI','ヒラギノ角ゴシック','Hiragino Sans','Arial','Helvetica',sans-serif;
    padding: 8px 10px;
    font-size: 2.4rem;
    font-weight: 600;
}
#product .product_amount td {
    text-align: right;
}
#product .product_amount th,
#product .product_amount td {
    font-family: '游ゴシック',YuGothic,'Yu Gothic','Yu Gothic UI','Meiryo UI','ヒラギノ角ゴシック','Hiragino Sans','Arial','Helvetica',sans-serif;
    padding: 6px 10px;
    font-size: 2.4rem;
    font-weight: 600;
}
#product .product_amount .plane td,
#product .product_amount .plane th {
    color: #80735e;
}
#product .product_amount .sweet td,
#product .product_amount .sweet th {
    color: #e8979b;
}
#product .product_amount_note {
    margin-bottom: 40px;
    font-size: 1.8rem;
    font-weight: 600;
}
#product .product_amount_note p + p {
    margin-top: 20px;
}
@media (max-width: 480px) {
    #product .product_amount h3 {
        font-size: 1.6rem;
        padding: 4px 10px;
        margin-bottom: 10px;
    }
    #product .product_amount th,
    #product .product_amount td {
        padding: 4px 4px;
        font-size: 1.6rem;
    }
    #product .product_amount_inside {
        padding: 20px 0 20px;
    }
    #product .product_amount_note {
        margin-bottom: 20px;
        font-size: 1.4rem;
    }
    #product .product_amount_note p + p {
        margin-top: 10px;
    }
}

#product .regular_item {
    text-align: center;
    background: url(../img/product/bg_product_flower.jpg);
    position: relative;
    padding: 80px 0;
}
#product .regular_item_inside {
    display: flex;
    width: 840px;
    margin: 0 auto;
}
#product .regular_item_inside figure {
    width: 36%;
    margin-right: 4%;
}
#product .regular_item_inside div {
    width: 60%;
}
#product .regular_item_inside p.text {
    color: #fff;
    font-size: 3.2rem;
    font-family: '游ゴシック',YuGothic,'Yu Gothic','Yu Gothic UI','Meiryo UI','ヒラギノ角ゴシック','Hiragino Sans','Arial','Helvetica',sans-serif;
    text-align: left;
    letter-spacing: -2px;
    font-weight: 600;
}
#product .regular_item_inside p.text span {
    font-size: 4.8rem;
}
#product .regular_item_inside p.btn {
}
#product .regular_item_inside p.btn a {
    display: block;
    color: #fff;
    font-family: '游ゴシック',YuGothic,'Yu Gothic','Yu Gothic UI','Meiryo UI','ヒラギノ角ゴシック','Hiragino Sans','Arial','Helvetica',sans-serif;
    font-size: 2.4rem;
    font-weight: 600;
    margin: 30px 0 0 0;
    padding: 10px 0;
    width: 300px;
    border-radius: 10px;
    letter-spacing: -2px;
    background: -moz-linear-gradient(top, #39ab15 0%, #a4d660 50%, #39ab15 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #39ab15 0%,#a4d660 50%,#39ab15 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #39ab15 0%,#a4d660 50%,#39ab15 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#39ab15', endColorstr='#39ab15',GradientType=0 ); /* IE6-9 */
}
@media (max-width: 480px) {
    #product .regular_item {
        padding: 40px 0;
    }
    #product .regular_item_inside {
        width: 100%;
        display: block;
    }
    #product .regular_item_inside figure {
        width: 60%;
        margin: 0 auto;
        text-align: center;
    }
    #product .regular_item_inside div {
        width: 90%;
        margin: 20px auto 0;
    }
    #product .regular_item_inside p.text {
        font-size: 2rem;
        text-align: center;
    }
    #product .regular_item_inside p.text span {
        font-size: 3.2rem;
    }
    #product .regular_item_inside p.btn a {
        font-size: 1.8rem;
        margin: 20px auto 0;
        padding: 8px 0;
        width: 80%;
        border-radius: 6px;
    }
}

.secCharacter {
    margin: 120px 0 100px;
}
.secCharacterTtl {
    font-size: 3.2rem;
    text-align: center;
    color: #80735e;
    background: url(../img/index/bg_productL.png) center top no-repeat;
    padding-top: 140px;
}
.secCharacterIn {
    background: url(../img/product/character_bg01.png) right 190px no-repeat;
}
.secCharacter .txtAreaTxt {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 2;
    margin: 40px 0 0;
    text-align: left;
}
@media (max-width: 480px) {
    .secCharacter {
        margin: 40px 0 20px;
    }
    .secCharacterTtl {
        padding-top: 70px;
        font-size: 2.4rem;
        background-size: 50px auto;
    }
    .secCharacterIn {
        background: none;
    }
    .secCharacter .txtAreaTxt {
        font-size: 1.4rem;
        line-height: 1.6;
        margin: 10px 0 0;
    }
}

#product .howto_salt h3 {
    font-family: '游ゴシック',YuGothic,'Yu Gothic','Yu Gothic UI','Meiryo UI','ヒラギノ角ゴシック','Hiragino Sans','Arial','Helvetica',sans-serif;
    font-size: 2.4rem;
    text-align: center;
    font-weight: 600;
    margin: 60px 0 20px;
}
#product .howto_salt p {
    margin: 0 0 20px;
    font-weight: 600;
    font-size: 2.0rem;
    text-align: center;
}
#product .product_intro .productsList .howto_salt table {
    margin: 30px auto;
    border-spacing: 1px;
    border-collapse: separate;
    width: 90%;
}
#product .product_intro .productsList .howto_salt th,
#product .product_intro .productsList .howto_salt td {
    font-weight: 600;
    font-size: 1.6rem;
}
#product .product_intro .productsList .howto_salt th {
    background: #a48971;
    color: #fff;
    padding: 8px;
    text-align: center;
}
#product .product_intro .productsList .howto_salt td {
    padding-left: 10px;
}
@media (max-width: 480px) {

#product .howto_salt h3 {
    font-size: 1.6rem;
    margin: 40px 0 20px;
}
#product .howto_salt p {
    font-size: 1.8rem;
}
#product .product_intro .productsList .howto_salt table {
    margin: 20px auto;
    width: 100%;
}

}


/*シアワセになるお菓子*/
#okashi {
	margin-top: 60px;
}
#product .navBtn {
	padding: 50px 0;
	flex-wrap: wrap;
}
#product .navBtn p.btn {
	margin: 0 auto;
    border-radius: 10px;
    width: 190px;
}
#product .navBtn p.btn.okashi {
	background: #f7b66b;
}
#product .navBtn p.btn.hakkounomoto {
	background: #917c65;
padding-top: 16px;
}
#product .navBtn p.btn.hakkounoshio {
	background: #71acbe;
padding-top: 16px;
}

#product .navBtn p.btn a {
	display: block;
    color: #fff;
    font-size: 1.8rem;
    text-align: center;
    font-weight: 600;
    padding: 10px 10px;
}
#okashi figure {
	text-align: center;
	margin-bottom: 40px;
}
#okashi h3 {
	font-family: '游ゴシック',YuGothic,'Yu Gothic','Yu Gothic UI','Meiryo UI','ヒラギノ角ゴシック','Hiragino Sans','Arial','Helvetica',sans-serif;
    font-size: 2.4rem;
    text-align: center;
    font-weight: 600;
    margin: 60px 0 20px;
}
#product .product_intro#okashi .productsList li {
	width: 100%;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 2.5;
    padding-left: 10px;
    list-style: disc;
    margin-left: 80px;
}
#product .product_intro#okashi .btn {
    background: #f7b66b;
	margin: 0 auto;
    border-radius: 10px;
    width: 280px;
}
#product .product_intro#okashi .btn a {
	display: block;
    font-family: '游ゴシック',YuGothic,'Yu Gothic','Yu Gothic UI','Meiryo UI','ヒラギノ角ゴシック','Hiragino Sans','Arial','Helvetica',sans-serif;
    color: #fff;
    font-size: 2.4rem;
    text-align: center;
    font-weight: 600;
    padding: 10px 16px;
    margin-top: 20px;
}
#product .navBtn p.btn.ohanashikai {
    background: #a1cd6b;
}
@media (max-width: 780px) {
	#product .navBtn p.btn {
		width: 80%;
		margin-bottom: 10px;
	}

	#product .product_intro#okashi .productsList li {
		margin-left: 15px;
    	padding-left: 0;
    	width: 95%;
    	line-height: 1.8;
    	padding-bottom: 20px;
	}
	#product .product_intro#okashi .btn {
        margin-left: 0;
        border-radius: 6px;
        width: 70%;
        margin: 0 auto;
    }
    #product .product_intro#okashi .btn a {
        font-size: 1.8rem;
        padding: 8px;
        margin-top: 20px;    
    }
#product .navBtn p.btn.hakkounoshio {
   padding-top: 0;
	}
#product .navBtn p.btn.hakkounomoto {
    padding-top: 0;
	}
}


#productsTopList {
    margin: 80px auto;
}

#productsTopList li {
    margin: 0 4% 60px 0;
    width: 48%;
}
#productsTopList li:nth-of-type(2n) { margin: 0 0 60px 0; }

#productsTopList li figure {
    margin: 0 auto;
    max-width: 360px;
    width: 100%;
    height: 300px;
    text-align: center;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-justify-content:center;
	-moz-justify-content:center;
	justify-content:center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

#productsTopList li.hakkounoshio figure img {
    max-width: 160px;
}

#productsTopList li h3 {
	font-family: '游ゴシック',YuGothic,'Yu Gothic','Yu Gothic UI','Meiryo UI','ヒラギノ角ゴシック','Hiragino Sans','Arial','Helvetica',sans-serif;
    font-size: 2.4rem;
    text-align: center;
    font-weight: 600;
    margin: 20px 0;
}


#productsTopList li .moreBtn,
#productsTopList li .cartBtn {
    margin: 20px auto 0;
    max-width: 400px;
    width: 80%;
}
#productsTopList li .moreBtn a,
#productsTopList li .cartBtn a {
    padding: 10px 16px;
    color: #fff;
    font-family: '游ゴシック',YuGothic,'Yu Gothic','Yu Gothic UI','Meiryo UI','ヒラギノ角ゴシック','Hiragino Sans','Arial','Helvetica',sans-serif;
    font-size: 2.4rem;
    font-weight: 600;
    text-align: center;
    border-radius: 10px;
    display: block;
}

#productsTopList li .moreBtn a {
    background: #917c65;
}

#productsTopList li .cartBtn a {
    background: #e8979b;
}


@media (max-width: 480px) {
    #productsTopList li {
        margin: 0 0 60px 0;
        width: 100%;
    }

    #productsTopList li.hakkounoshio figure img {
        max-width: 240px;
    }

    #productsTopList li .moreBtn a,
    #productsTopList li .cartBtn a {
        font-size: 1.8rem;
        padding: 8px;
    }
}

/*---------------------------------
	店舗ご案内
---------------------------------*/
.tenpo_annai.innerBox {
    border: 1px solid #a48971;
}
.tenpo_annai h3 {
    background: #a48971;
    padding: 10px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
}
.tenpo_annai ul {
    /* color: #a48971; */
    font-size: 16px;
    font-weight: 600;
    margin: 0 5% 5%;
    line-height: 1.7;
}
.tenpo_annai ul h4 {
    /* background: #71acbe; */
    /* color: #fff; */
    color: #534741;
    border-bottom: dashed 2px #a48971;
    margin-bottom: 5px;
}
.tenpo_annai li {
    /* width: 30%; */
    /* margin: 0px 0%; */
    margin-bottom: 20px;
}
.tenpo_annai span {
    font-size: 22px;
    font-weight: 600;
    /* text-align: center; */
}
.tenpo_annai img {
    width: 25px;
    /* margin-right: 5px; */
    margin-left: 10px;
    margin-top: 10px;
    float: right;
}
.tenpo_annai p{
    font-size: 16px;
    font-weight: 600;
    margin: 0 20px 20px;
}
.tenpotxt {
    font-weight: 600;
    text-align: center;
}
@media (max-width: 480px) {	
.tenpo_annai li {
    width: 100%;
	margin-bottom: 30px;
    }
}
/*---------------------------------
	.secWater
---------------------------------*/
.secWater {
}
.secWater {
    font-family: "Noto Sans Japanese", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}
.secWaterTtl {
	text-align: center;
	background-size: 100% 1px;
	padding: 14px 0 14px;
}
.secWaterIn {
	background-image: url(https://hakkounomoto.jp/lp01/img/water_bg01.png),url(https://hakkounomoto.jp/lp01/img/bg_pattern01.png);
	background-repeat: no-repeat,repeat;
	background-size: auto,auto;
	background-position:center;
}
.secWaterTtl img {
	width: 640px;
}
.secWater .txtArea {
	width: 804px;
	margin: 0 auto;
	padding: 52px 0 30px;
}
.secWater .txtAreaTxt {
	color: #28b7bf;
	font-size: 18px;
	line-height: 1.8;
	width: 804px;
	margin: 0 auto;
	padding-bottom: 28px;
}

@media only screen and (max-width: 768px) {
	.secWater {
	}
	.secWaterTtl {
		text-align: center;
		background-size: 100% 1px;
		padding: 14px 10px 14px;
	}
	.secWaterIn {
		background-image: url(https://hakkounomoto.jp/lp01/img/water_bg01.png),url(https://hakkounomoto.jp/lp01/img/bg_pattern01.png);
		background-repeat: no-repeat,repeat;
		background-size: 100% auto,auto;
		background-position: 0 45%,0 0;
	}
	.secWaterTtl img {
		width: 95%;
	}
	.secWater .txtArea {
		width: 95%;
		margin: 0 auto;
		padding: 30px 0 30px;
	}
	.secWater .txtAreaTxt {
		font-size: 14px;
		line-height: 1.6;
		width: 100%;
		margin: 0 auto;
		padding-bottom: 15px;
	}
}

.foot_bn img {
    width: 96%;
    margin: 2%;
}

.genzairyou h4 {
    font-size: 1.8rem;
    margin: 60px 0 10px;
}
.genzairyou dl {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px;
}
.genzairyou dt {
    width: 20%;
}
