@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500&family=Noto+Serif+JP:wght@500&display=swap');

.en{
    font-family: Arial, Helvetica, 'sans-serif' !important;
}
/* ------------------------------
reset
------------------------------ */

a{
	color: #4F493C;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
} 
html{
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
}
@media screen and (max-width : 767px) {
	html {
		font-size: 2.4vw;
	}
}

body, h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, form, input, textarea {
	margin: 0;
	padding: 0;
	border: none;
	line-height: 100%;
	list-style-type: none;  
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-style: normal;
	text-align: left;
	color: #4F493C;
}
img { vertical-align: bottom; }
.min{ font-family: 'Noto Serif JP', serif;}

/* ------------------------------
base
------------------------------ */
body{
	position: relative;
	font-size: 1.6rem;
	min-width: 1200px;
}

p,table,dl,ol,ul li  {
	font-size: 1.8rem;
	line-height: 2.1;
}

.wrap{
	width: 92%;
    max-width: 1080px;
	box-sizing: border-box;
	margin: 0 auto;
}

.object-fit-img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;'
}
.pc{
    display:block!important;
}
.sp{
    display:none!important;
}
@media screen and (max-width : 767px){
	.pc{
		display:none!important;
	}
	.sp{
		display:block!important;
	}
    body{
        min-width: inherit;
    }
    img{
        width: 100%;
        height: auto;
    }

.wide {
    width: 92%;
    box-sizing: border-box;
    margin: 0 auto;
}
}

/* ------------------------------
header
------------------------------ */
/* ▼ ヘッダー全体を画面上部に固定する命令 */
#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}

.header_inner{
    position: relative; /* absoluteから変更 */
    width: 100%;
    height: 100px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    align-items: center;
    justify-content: space-between;
    transition: 0.3s;
}

.menuWrap{
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
}

.menuWrap .h_mail .h_btn{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    background: #A79D92;
    box-sizing: border-box;
}
.menuWrap .h_shop .h_btn{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    background: #DB536B;
    box-sizing: border-box;
}
.menuWrap .h_shop .h_btn img{
    width: 50%;
}
#header .logoWrap{
    padding: 10px 0 10px 4%;
    box-sizing: border-box;
}
.menu-trigger{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100px;
    height: 100px;
    background: #4F493C;
    cursor: pointer;
}
.menu-trigger span{
    display: block;
    justify-content: center;
    width: 50px;
    height: 3px;
    background: #FFF;
}

.menu-trigger span+span{ margin-top: 15px;}
.open .menu-trigger span:nth-of-type(2){ display: none;}
.open .menu-trigger span:nth-of-type(1){
    transform: rotate(-45deg);
}
.open .menu-trigger span:nth-of-type(3){
    transform: rotate(45deg);
    margin-top: -2px;
}
.menu-trigger .txt_menu{
    margin-left: 10px;
    font-size: 1.8rem;
    letter-spacing: .15rem;
    line-height: 1.2;
    font-weight: 700;
    color: #001f4b;
}
.open .menu-trigger .txt_menu{ color: #FFF;}

.gnav_wrap{
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    -webkit-overflow-scrolling:touch;
    overflow-y: auto;
    box-sizing: border-box;
    z-index: 997;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0c86b6+0,09678b+100 */
    background: #0c86b6; /* Old browsers */
    background: -moz-linear-gradient(top,  #0c86b6 0%, #09678b 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #0c86b6 0%,#09678b 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #0c86b6 0%,#09678b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c86b6', endColorstr='#09678b',GradientType=0 ); /* IE6-9 */

}

.gnav_wrap{ display: none;}
.gnav_wrap .wrap{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.gnav_wrap .flex-box{
    display: table;
}
.gnav_wrap .logo_wrap {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    padding-right: 75px;
}
.gnav_wrap .logo_wrap .logo_nav{
}
.gnav_wrap .logo_wrap .sns_wrap{
    position: absolute;
    bottom: 0;
    right: 75px;
}
.ie .gnav_wrap .logo_wrap {
    width: 440px;
    min-height: 404px;
    vertical-align: bottom;
}
.ie .gnav_wrap .logo_wrap .logo_nav{
    position: absolute;
    top: 162px;
    left: 0;
}
.ie .gnav_wrap .logo_wrap .sns_wrap{
     position: relative;
}
.gnav_wrap .logo_wrap .sns_wrap ul{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.gnav_wrap .logo_wrap .sns_wrap li+li{ margin-left: 20px;}

.gnav_wrap .h_nav{
    display: table-cell;
    padding-left: 75px;
    border-left: 4px solid #FFF;
    box-sizing: border-box;
}
.gnav_wrap .gnav li{ line-height: 1.1;}
.gnav_wrap .gnav li+li{ margin-top: 20px;}
.gnav_wrap .gnav li a{
    position: relative;
    font-family: Arial, Helvetica, 'sans-serif';
    font-weight: 900;
    font-size: 3.0rem;
    color: #FFF;
}


@media screen and (max-width : 767px){
    .headerWrap .logoWrap{
        width: 46%;
        padding: 0 0 0 2%;
    }
    .header_inner{ height: 13.333vw;} /* ← auto を 13.333vw に変更 */
    #header .logoWrap{ padding:8px 0 7px 4%;}

    .menuWrap .h_shop .h_btn,
    .menuWrap .h_mail .h_btn{
        width: 13.333vw;
        height: 13.333vw;
    }
    .menuWrap .h_mail .h_btn img{
        width: 50%;
        height: auto
    }
    .menuWrap .h_shop .h_btn img{
        width: 50%;
        height: auto
    }
    .menu-trigger{
        width: 13.333vw;
        height: 13.333vw;
    }
    .menu-trigger span{
        width: 6.667vw;
        height: 2px;
    }
    .menu-trigger span+span{ margin-top: 6px;}
    .gnav_wrap{
        padding: 20% 4% 24% 4%;
    }
    .gnav_wrap .wrap{
        display: block;
    }
    .gnav_wrap .flex-box{
        display: block;
    }
    .gnav_wrap .logo_wrap {
        display: block;
        padding-right: 0;
        width: 80%;
        margin: 0 auto 6% auto;
    }

    .gnav_wrap .logo_wrap .sns_wrap{
         position: relative;
        bottom: 0;
        right: 0;
    }
    .gnav_wrap .h_nav .sns_wrap ul{
        margin-top: 8%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .gnav_wrap .h_nav .sns_wrap li{
        width: 10.667vw;
        height: auto;
    }
    .gnav_wrap .h_nav .sns_wrap li+li{ margin-left: 5%;}

    .gnav_wrap .h_nav{
        display: block;
        padding-top: 6%;
        padding-left: 0;
        border-top: 2px solid #FFF;
        border-left: none;
    }

    .gnav_wrap .gnav li+li{ margin-top: 4%;}
    .gnav_wrap .gnav li {text-align: center;}
    .gnav_wrap .gnav li a{
        font-size: 6vw;
        text-align: center;
    }

}
/* ------------------------------
sec-contact
------------------------------ */
.sec-contact{
    position: relative;
    background: url("../img/common/bg_contact.jpg") no-repeat center center;
    background-size: cover;
    padding: 40px 0 0 0;
    box-sizing: border-box;
    z-index: 1;
}
.sec-contact:before{
    position: absolute;
    right: 0;
    top: 29px;
    display: block;
    content: 'Contact';
    font-size: 12rem;
    font-family: Arial, Helvetica, 'sans-serif' !important;
    font-weight: 900;
    color: #FFF;
}

.sec-contact .flex{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    z-index: 2;
}
.sec-contact .flex .txt{
    width: 48%;
}
.sec-contact .flex .txt h2{
    font-size: 2.8rem !important;
    font-weight: 700 !important;
    color: #FFF !important;
    margin-bottom: 20px !important;
    padding: 0 !important;
    line-height: 100% !important;
}
.sec-contact .flex .txt p{
    font-size: 1.6rem;
    line-height: 2;
    color: #FFF;
}

.sec-contact .flex .btn_wrap{
    width: 51%;
    max-width: 544px;
}
.sec-contact .flex .btn_wrap .btn{
    display: block;
    width: 100%;
    font-size: 2.8rem;
    color: #FFF;
    text-align: center;
    background: #DB536B;
    border-radius: 40px;
    border: 3px solid #FFF;
    padding: 22px 10px;
    box-sizing: border-box;
    transition: .4s;
}
.sec-contact .flex .btn_wrap .btn .ico{ position: relative;}
.sec-contact .flex .btn_wrap .btn .ico:before{
    position: relative;
    top: -2px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    content: '';
    background: url("../img/common/ico-mail_white.svg") no-repeat center center;
    background-size: 100% auto;
    width: 40px;
    height: 30px;
}
.sec-contact .flex .btn_wrap .btn:hover{ opacity: .7;}

.tel_container{
    margin-top: 50px;
    background: #4F493C;
    border: 1px solid #707070;
    box-sizing: border-box;
}
.tel_container .wrap{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.tel_container h3{
    font-size: 2.8rem !important;
    color: #FFF !important;
    margin-right: 34px !important;
    line-height: 100% !important;
    padding: 0 !important;
}
.tel_container .tel-link,
.tel_container .tel-link a{
    font-size: 4.4rem;
    font-family: Arial, Helvetica, 'sans-serif' !important;
    font-weight: 900;
    color: #FFF;
}
.tel_container .tel-txt{
    margin-left: 20px;
    font-size: 1.6rem;
    color: #FFF;
}


@media screen and (max-width : 767px){
    .sec-contact{
        padding: 8% 0 0 0;
    }
    .sec-contact:before{
        top: 2vw;
        font-size: 13.333vw;
    }

    .sec-contact .flex{
        display: block;
        justify-content: center;
        align-items: flex-start;
    }
    .sec-contact .flex .txt{
        width: 100%;
    }
    .sec-contact .flex .txt h2{
        font-size: 5.867vw !important;
        margin-bottom: 4% !important;
    }
    .sec-contact .flex .txt p{
        font-size: 3.733vw;
    }

    .sec-contact .flex .btn_wrap{
        margin-top: 8%;
        width: 100%;
        max-width: inherit;
    }
    .sec-contact .flex .btn_wrap .btn{
        font-size: 5.867vw;
        border: 2px solid #FFF;
        padding: 5% 10px;
    }

    .sec-contact .flex .btn_wrap .btn .ico:before{
        top: -.5vw;
        width: 8vw;
        height: 8vw;
    }
    .sec-contact .flex .btn_wrap .btn:hover{ opacity: .7;}

    .tel_container{
        margin-top: 8%;
    }
    .tel_container .wrap{
        justify-content: center;
        flex-wrap: wrap;
        padding: 5% 0;
        box-sizing: border-box;
    }
    .tel_container h3{
        width: 100%;
        text-align: center;
        font-size: 5.867vw;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .tel_container .tel-link,
    .tel_container .tel-link a{
        font-size: 8vw;
        line-height: 1;
    }
    .tel_container .tel-txt{
        margin-top: 5px;
        margin-left: 0;
        font-size: 3.733vw;
    }


}

/* ------------------------------
footer
------------------------------ */
.pagetop{
    position: absolute;
    right: 4%;
    bottom: 190px;
    cursor: pointer;
    z-index: 10;
    transition: .4s;
}
.pagetop:hover{ opacity: .7;}


#footer{
	position: relative;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0c86b6+0,09678b+100 */
    background: #0c86b6; /* Old browsers */
    background: -moz-linear-gradient(top,  #0c86b6 0%, #09678b 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #0c86b6 0%,#09678b 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #0c86b6 0%,#09678b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c86b6', endColorstr='#09678b',GradientType=0 ); /* IE6-9 */

	padding: 58px 0 55px 0;
}
#footer .wrap{
    display: flex;
    align-items: flex-end;
}

#footer .f_logo_wrap{
    width: 50%;
    padding-right: 20px;
    box-sizing: border-box;
}
#footer .f_logo_wrap .f_logo{
    width: 276px;
    margin-bottom: 40px;
}
#footer .f_logo_wrap .f_logo img{
    display: block;
    width: 100%;
    height: auto;
}

#footer .f_logo_wrap .name{
    font-size: 2.4rem;
    font-weight: 700;
    color: #FFF;
}
#footer .f_logo_wrap .name .small{ font-size: 1.6rem; margin-right: 5px;}
#footer .f_logo_wrap .txt{
    font-size: 1.4rem;
    color: #FFF;
}

#footer .f_nav_wrap{
    width: 50%;
    max-width: 540px;
}
#footer .f_nav_wrap .f_nav{
    display: flex;
    flex-wrap: wrap;
}
#footer .f_nav_wrap .f_nav li{
    margin-right: 26px;
}
.safari.mac #footer .f_nav_wrap .f_nav li{
    margin-right: 36px;
}
#footer .f_nav_wrap .f_nav li a{
    color: #FFF;
    font-size: 2.0rem;
    line-height: 1.2;
    font-weight: 900;
    font-family: Arial, Helvetica, 'sans-serif' !important;
}

#footer .f_nav_wrap .flex{
    margin-top: 15px;
    padding-top: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #FFFFFF;
    box-sizing: border-box;
}
#footer .f_nav_wrap .flex .sns{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
#footer .f_nav_wrap .flex .sns li{
    width: 40px;
    height: auto;
}
#footer .f_nav_wrap .flex .sns li+li{ margin-left: 15px;}

#footer .copy{
	text-align: right;
	font-size: 1.4rem;
    color: #FFF;
}

#footer a{ transition: .4s;}
#footer a:hover{ opacity: .7;}

@media screen and (max-width : 767px){
    .pagetop{
        width: 25%;
        right: 2%;
        top: -4%;
        bottom: auto;
    }

    #footer{
        padding: 14% 0 6% 0;
    }
    #footer .wrap{
        display: block;
    }

    #footer .f_logo_wrap{
        width: 100%;
        padding-right: 0;
        margin-bottom: 6%;
    }
    #footer .f_logo_wrap .f_logo{
        width: 60%;
        max-width: 276px;
        margin: 0 auto 4% auto;
    }

    #footer .f_logo_wrap .name{
        font-size: 4.8vw;
        text-align: center;
    }
    #footer .f_logo_wrap .name .small{ font-size: 3.733vw; margin-right: 5px;}
    #footer .f_logo_wrap .txt{
        font-size: 3.2vw;
        text-align: center;
    }

    #footer .f_nav_wrap{
        width: 100%;
        max-width: inherit;
    }
    #footer .f_nav_wrap .f_nav li{
        margin-right: 5%;
    }
    #footer .f_nav_wrap .f_nav li a{
        font-size: 4.267vw;
    }

    #footer .f_nav_wrap .flex .sns li{
        width: 8vw;
        height: auto;
    }
    #footer .copy{
        text-align: right;
        font-size: 2.667vw;
    }

}

/* ------------------------------
contents
------------------------------ */
.more_btn{
    display: inline-block;
    font-family: Arial, Helvetica, 'sans-serif';
    font-size: 3.6rem;
    font-weight: 900;
    color: #0C86B6;
    padding-bottom: 5px;
    border-bottom: 2px solid #0C86B6;
    box-sizing: border-box;
}
.more_btn:after{
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    content: '';
    background: url("../img/common/ico_more.svg") no-repeat center center;
    background-size: 100% auto;
    width: 36px;
    height: 36px;
}

.page_ttl{
    background: #A4BCD4;
    padding: 78px 0;
    margin-bottom: 100px;
    box-sizing: border-box;
}
.page_ttl h1{
    color: #333333;
    font-size: 6.4rem;
    font-weight: 700;
    margin: 0;
    padding: 0;
}
.sec_ttl{
    font-size: 4.4rem;
    margin: 0 auto 50px;
	max-width: 1080px;
	position: relative;
}
.sec_ttl .annotation{
    font-size: 2rem;
}
.list{
    margin-bottom: 15px;
}
.list li{
    font-size: 1.6rem;
    line-height: 2;
}
.list li:before{
    position: relative;
    top: -3px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    content: '●';
    color: #0C86B6;
}


@media screen and (max-width : 767px){
    .more_btn{
        font-size: 5.867vw;
    }
    .more_btn:after{
        width: 8vw;
        height: 8vw;
    }
    .page_ttl{
        padding: 10% 0;
        margin-bottom: 12%;
        box-sizing: border-box;
    }
    .page_ttl h1{
        font-size: 8vw;
    }
    .sec_ttl{
        font-size: 5.867vw;
        margin: 0 0 8% 0;
    }
    .sec_ttl .annotation{
        font-size: 3.733vw;
    }
    .list{
        margin-bottom: 10px;
    }
    .list li{
        font-size: 3.733vw;
    }
    .list li:before{
        top: -.5vw;
    }
}


.clear{
	clear:both;
}
/* ------------------------------
clearfix
------------------------------ */

.cf:after{
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0;	
	clear: both; 
	visibility:hidden;
}

.cf {display: inline-block;} 

/* Hides from IE Mac */
* html .cf {height: 1%;}
.cf {display:block;}
/* End Hack */ 



/* タグ追加
------------------------------------------------------------------------------------*/
.logo{
    filter: drop-shadow(3px 3px 5px rgba(160, 160, 160, 0.8));
}
.recommend_wrap .recommend_box .ttl.products29{ background: #c4d700;} /*伊豆の天然水*/
.recommend_wrap .recommend_box .ttl.products51{ background: #fcd475;} /*箱根の天然水*/
.recommend_wrap .recommend_box .ttl.products60{ background: #a24a98;} /*三島市シリカ水*/
.recommend_wrap .recommend_box .ttl.products150{ background: #6a9fd5;} /*富士山バナジウム水*/

.sec-recommend .slider-block .ttl.products60{ background: #a24a98;} /*三島市シリカ水*/
.sec-recommend .slider-block .ttl.products150{ background: #6a9fd5;} /*富士山バナジウム水*/
.sec-recommend .slider-block .ttl.products29{ background: #c4d700;} /*伊豆の天然水*/
.sec-recommend .slider-block .ttl.products51{ background: #fcd475;} /*箱根の天然水*/

/* トップページ　NEWS */
.post-news{
    align-items: normal !important;
}
.post-news .post{
    margin-bottom: 30px;
}

/* 商品ページ　商品名 */
.page-head h1 .ttl{
    max-width: 80%;
    line-height: 1.25;
}

.page-head h1 .products29{
    border-bottom: 10px solid #c4d700;
}
.page-head h1 .products51{
    border-bottom: 10px solid #fcd475;
}
.page-head h1 .products60{
    border-bottom: 10px solid #8A4496;
}
.page-head h1 .products150{
    border-bottom: 10px solid #6a9fd5;
}

@media screen and (max-width : 767px){
    .page-head h1 .products29{
        border-bottom: 6px solid #c4d700;
    }
    .page-head h1 .products51{
        border-bottom: 6px solid #fcd475;
    }
    .page-head h1 .products60{
        border-bottom: 6px solid #8A4496;
    }
    .page-head h1 .products150{
        border-bottom: 6px solid #6a9fd5;
    }
}

/* 本部中のリンク */
.article_txt_wrap a,
.qa a {
    text-decoration: underline;
    color: #0C86B6;
}

/* おすすめ商品一覧スライダー */
.recommend_wrap .recommend_box .ttl p,
.sec-recommend .slider-block .ttl p{
    line-height: 1.5;
    padding: .5rem;
}

/* スクロール追従時のヘッダー背景色（白・透明度50%） */
#header.is-scrolled .header_inner {
    background-color: rgba(255, 255, 255, 0.5) !important;
    /* ▼ おまけ：すりガラスのように少しぼかすと文字が読みやすくなります（不要なら消してOK） */
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}