@charset "UTF-8";
/*
Theme Name: HAKUSAN-MEISUI
Theme URI: 
Description: Theme of WordPress for HAKUSAN-MEISUI
Author: MOTOX
Author URI: https://www.digitalmotox.jp/
Version: 0.1
*/
/*---------------------------------------------*/
/*	common                                     */
/*---------------------------------------------*/
img {
	max-width: 100%;
	height: auto;
	width: auto\9;
}
.text-center {
	text-align: center;
}
.alpha:hover {
	opacity: 0.9;
}
.bolds {
	font-weight: bold;
}
.clear {
	clear: both;
	overflow: hidden;
}
#logoutButton, #loginButton {
	display: none;
}
/*---------------------------------------------
	Web Font 
  ---------------------------------------------*/
/* IE */
@font-face {
	font-family: iconfont;
	src: url(css/CONDENSEicon.eot);
}
/* Firefox, Opera, Safari */
@font-face {
	font-family: iconfont;
	src: url(css/CONDENSEicon.otf) format("truetype");
}
.icon {
	font-family: iconfont;
	font-weight: normal;
}
.icon-download:before {
	content: "í";
}
.icon-tel:before {
	content: ";";
}
.icon-outerlink:after {
	content: "ì";
}
.icon-top:after {
	/*content: "ü";*/
}
/*---------------------------------------------*/
/*	layout                                     */
/*---------------------------------------------*/
.Inner {
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;
}
#contents {
	overflow: hidden;
	margin-bottom: 40px;
}
#contents #main {
	max-width: 960px;
	width: 68.5%;
	float: left;
}
#contents #sidebar {
	max-width: 360px;
	width: 25.7%;
	float: right;
}
#contents td.layout_right #sidebar {
	max-width: 360px;
	width: 100%;
	float: right;
}
#footer {
	clear: both;
	width: 100%;
}
/* スマホ⇔PC切り替え */
.slicknav_menu, #smaphmenu {
	display: none;
}
.smaph {
	display: none;
}
.pc {
	display: block;
}
/*---------------------------------------------*/
/*	header                                     */
/*---------------------------------------------*/
#header {
	width: 100%;
	position: relative;
	overflow: hidden;
}
#header .header01 {
	width: 100%;
	position: relative;
	z-index: 1;
}
#header .Inner {
	max-width: 1400px;
	width: 100%;
	position: absolute;
	z-index: 100;
	bottom: 100px;
	left: 50px;
}
#header #cartbox {
	max-width: 240px;
	width: 18%;
	position: absolute;
	z-index: 100;
	top: 0px;
	right: 0px;
}
#header #cartbox li {
	float: left;
	width: 50%;
}
/*---------------------------------------------*/
/*	gnavi                                      */
/*---------------------------------------------*/
#gnavi {
	overflow: hidden;
	margin-bottom: 50px;
}
#gnavi div.Inner {
	max-width: 1297px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
#gnavi ul {
	background-image: url(images/gnavi_line.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden;
}
#gnavi ul li {
	float: left;
	max-width: 216px;
	width: 16.6%;
}
#gnavi ul li:first-child {
	padding-left: 1px;
}
/*---------------------------------------------*/
/*	sidebar                                    */
/*---------------------------------------------*/
#sidebar #sidemenu {
	text-align: center;
	margin-bottom: 40px;
}
#sidebar #sidemenu ul {
	width: 100%;
	background-color: #84ccc9;
	border-radius: 5px;
	padding: 20px 0 0px;
	overflow: hidden;
}
#sidebar #sidemenu ul li {
	margin-bottom: 20px;
}
#sidebar #sidebanner {
	text-align: center;
	margin-bottom: 20px;
}
#sidebar #sidebanner ul li {
	margin-bottom: 40px;
}
#sidebar .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#sidebar .youtube iframe {
	border: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
/*---------------------------------------------*/
/*	footer                                     */
/*---------------------------------------------*/
#footer {
	margin-bottom: 5px;
	position: relative;
	background-color: #448aca;
}
#footer .address {
	position: absolute;
	z-index: 10;
	top: 72%;
	left: 0;
	text-align: center;
	color: #ffffff;
	/*font-size: 120%;*/
	width: 100%;
}
#footer .fimg {
	width: 100%;
	position: relative;
	z-index: 1;
}
#footer .fimg img {
	width: 100%;
}
#footer #footer_menu {
	width: 100%;
	background-color: #448aca;
	text-align: center;
	overflow: hidden;
}
#footer #footer_menu ul {
	max-width: 1400px;
	/*width: 100%;*/
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
}
#footer #footer_menu ul li {
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 14px;
}
#footer #footer_menu ul li a {
	color: #ffffff;
	padding: 0px 30px;
	border-left: 1px solid #FFF;
	text-decoration: none;
}
#footer #footer_menu ul li a:hover {
	text-decoration: underline;
}
#footer #footer_menu ul li:last-child a {
	border-right: 1px solid #FFF;
}
#copyright {
	width: 100%;
	text-align: center;
	background-color: #036c99;
	color: #ffffff;
	font-size: 12px;
	line-height: 2.5em;
}
#fortop {
	position: absolute;
	bottom: 20px;
	right: 20px;
	width: 60px;
	height: 60px;
	text-align: right;
	z-index: 100;
}
#fortop a#link_to_top {
	display: inline-block;
	width: 60px;
	height: 60px;
	color: #ffffff;
	background-color: #F39800;
	text-align: center;
	line-height: 60px;
	text-decoration: none;
}
#fortop a#link_to_top span{
	font-size: 35px;
	font-weight: bold;
	transform: scale(1, 1.7);
}

/*---------------------------------------------*/
/*	main                                       */
/*---------------------------------------------*/
#main h2.ttl_top, #main h3.ttl_top {
	margin-bottom: 20px;
}
#main h2.ttl_top2 {
	margin-bottom: 10px;
}
h3.h3_lineup {
    margin-bottom: 20px;
    font-weight: bold;
    color: #038ac4;
    font-size: 160%;
    line-height: 160%;
}
p.headtext {
    margin-bottom: 15px;
}
#main .btn {
	width: 100%;
	text-align: center;
	overflow: hidden;
}
#main .btn a {
	display: inline-block;
	line-height: 30px;
	background-color: #f39800;
	color: #ffffff;
	padding: 5px 30px;
	border-radius: 18px;
	text-decoration: none;
}
.btn a:hover {
	background-color: #f2b449;
}
/* 商品一覧 */

#main div.itemblock {
	margin: 0 auto 50px auto;
}
/* 商品2点の時 */
#main div.itembox {
	border: 2px solid #448aca;
	width: 47%;
	display: inline-block;
	margin: 0 1% 30px 1%;
	padding: 15px;
	box-sizing: border-box;
}
#main div.itembox:first-child {
	width: 100%;
	max-width:inherit;
	margin: 0 0 30px 0;
}
#main div.itembox::after {
	content: '';
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;	
}
#main div.itembox div.imgbox {
	border: 2px solid #448aca;
	width: 40%;
	float: left;
	margin: 0 15px 0 0;
	text-align: center;
}
#main div.itembox div.imgbox img {
	width: 90%;
	margin: 0 auto;
}
#main div.itembox div.detailbox {
	width: 99%;
	margin: 0 auto;
	color: #000000;
}
#main div.itembox div.detailbox p.item_name {
	font-weight: bold;
	margin-bottom: 10px;
}
#main div.itembox div.detailbox p.item_price {
	font-weight: bold;
	text-align: right;
	margin-bottom: 10px;
}
#main div.itembox div.detailbox p.item_price del {
	color: red;
}
#main div.itembox div.detailbox p.item_price .before-price {
	font-weight: normal;
	font-size: 15px;
	margin-right: 10px;
	color: #000;
}
#main div.itembox div.detailbox p.item_txt {
	font-size: 80%;
	line-height: 1.3em;
}
.btn-pchome {
  margin: 20px auto;
  display: block;
}
.btn-pchome:hover img {
	opacity: .8;
	filter: alpha(opacity=80);
	-ms-filter: 'alpha(opacity=80)';	
}
/* 商品数が増える場合はこちらのデザインを採用
#main div.itembox {
	border: 2px solid #448aca;
	max-width: 293px;
	width: 29%;
	float: left;
	margin: 0 3.8% 30px 0;
	padding: 10px 0;
}
#main div.itembox:nth-child(3n) {
	margin: 0 0% 30px 0;
}
#main div.itembox div.imgbox {
	border: 2px solid #448aca;
	max-width: 262px;
	width: 90%;
	margin: 0 auto 10px;
	text-align: center;
}
#main div.itembox div.detailbox {
	max-width: 262px;
	width: 90%;
	margin: 0 auto;
	color: #000000;
}
#main div.itembox div.detailbox p.item_name {
	font-weight: bold;
}
#main div.itembox div.detailbox p.item_price {
	font-weight: bold;
	text-align: right;
}
#main div.itembox div.detailbox p.item_txt {
	font-size: 85%;
	line-height: 1.3em;
}
*/


/* トップ　選ばれる理由 */
#main div#reason_block {
	margin-bottom: 50px;
}
#main div#reason_block p.headtext {
	margin-bottom: 20px;
}
#main ul.reason {
	overflow: hidden;
	margin-bottom: 10px;
}
#main ul.reason li {
	max-width: 294px;
	width: 30%;
	margin: 0 4% 20px 0;
	float: left;
}
#main ul.reason li:last-child {
	margin: 0 0% 20px 0;
}
#main ul.reason li h3.img {
	margin-bottom: 10px;
}
#main ul.reason li p.txt {
	font-size: 85%;
	line-height: 1.3em;
}
/* トップ　お知らせ */
#main div#news_block h3.news_ttl {
	background-image: url(images/bg_ttl_news.jpg);
	background-repeat: repeat-x;
	text-align: center;
}
#main div#news_block dl {
	border-top: 2px solid #efefef;
	margin-bottom: 30px;
}
#main div#news_block dl dt {
	float: left;
	width: 12em;
	padding-top: 10px;
	padding-bottom: 10px;
}
#main div#news_block dl dd {
	padding-left: 13em;
	padding-top: 10px;
	padding-bottom: 10px;
	/*margin-bottom: 10px;*/
	border-bottom: 2px solid #efefef;
	font-size: 90%;
	color: #1b1b1b;
}
#main div#news_block dl dt span.category {
	display: inline-block;
	border-radius: 15px;
	color: #ffffff;
	font-size: 85%;
	padding: 0 20px;
	margin-right: 10px;
}
#main div#news_block dl dt span.info {
	background-color: #84ccc9;
}
#main div#news_block dl dt span.date {
	font-size: 90%;
	color: #1b1b1b;
}
/* トップ　奇跡の水 */
.list-miracle-photo {
    margin: 30px auto 60px;
    text-align: center;
    vertical-align: bottom;
}
.list-miracle-photo > li {
    display: inline-block;
    font-size: 80%;
    font-style: italic;
    width: 32%;
}

/*---------------------------------------------*/
/*	下層ページ header                          */
/*---------------------------------------------*/
#second_header {
	background-color: #4d92d3;
	overflow: hidden;
	width: 100%;
}
#second_header .header01 {
	position: relative;
	width: 100%;
	z-index: 1;
}
#second_header .Inner {
	max-width: 1400px;
	position: relative;
	width: 100%;
	z-index: 10;
}
#second_header #cartbox {
	float: right;
	max-width: 240px;
	position: absolute;
	right: 0;
	top: 0;
	width: 18%;
	z-index: 100;
}
#second_header #cartbox li {
	float: left;
	width: 50%;
}
#second_header svg {
	vertical-align: bottom;
}
/*---------------------------------------------*/
/*	パン屑　　　　　                           */
/*---------------------------------------------*/

.breadcrumbs {
	font-size: 14px;
	margin: 0 auto 30px;
	max-width: 1297px;
	width: 100%;
}
/*---------------------------------------------*/
/*	下層ページ(全体)                           */
/*---------------------------------------------*/

#second {
	margin: 0 auto 50px;
	max-width: 1297px;
	width: 100%;
}
.subcontetns {
	float: left;
	font-size: 16px;
	margin: 0 auto 50px;
	max-width: 960px;
	width: 68.5%;
}
/*	シングルページ　*/
#single {
	float: left;
	font-size: 16px;
	margin: 0 auto 50px;
	max-width: 960px;
	width: 68.5%;
}
.right_txt {
	clear: both;
	width: 100%;
	display: block;
	text-align: right;
}
.contents_h2 {
	border-bottom: 5px solid #026c9a;
	margin-bottom: 30px;
}
.contents_h2 h2 {
	color: #026c9a;
	font-size: 40px;
	font-weight: bold;
	line-height: normal;
}
h4.sub_title {
	color: #026c9a;
	font-size: 14px;
	height: 20px;
	letter-spacing: 0.08em;
}
/*---------------------------------------------*/
/*	お知らせページ　                           */
/*---------------------------------------------*/
.news dl {
	border-top: 2px solid #efefef;
	margin-bottom: 30px;
}
.news dl dt {
	float: left;
	padding-bottom: 10px;
	padding-top: 10px;
	width: 12em;
}
.news dl dd {
	border-bottom: 2px solid #efefef;
	color: #1b1b1b;
	font-size: 90%;
	padding-bottom: 10px;
	padding-left: 13em;
	padding-top: 10px;
}
.news dl dt span.category {
	border-radius: 15px;
	color: #ffffff;
	display: inline-block;
	font-size: 85%;
	margin-right: 10px;
	padding: 0 20px;
}
.news dl dt span.info {
	background-color: #84ccc9;
}
.news dl dt span.date {
	color: #1b1b1b;
	font-size: 90%;
}
/*---------------------------------------------*/
/*	藤田先生太鼓判　　                         */
/*---------------------------------------------*/

.list-book li {
    border-bottom: 1px dotted #ccc;
    display: inline-block;
    margin-bottom: 5px;
    overflow: hidden;
    padding-bottom: 5px;
    text-align: center;
    width: 49%;
}
.img-left-book {
    float: left;
    width: 15%;
}
.txt-right-book {
    float: right;
    margin-left: 3%;
    width: 82%;
	text-align: left;
}

.box-reco-left {
    float: left;
    margin-right: 2%;
    width: 28%;
}
.youtube {
  margin: 40px 0 0 0;
  text-align: center;
  background-color: #f8f8f8;
  padding: 20px 0;
}
.youtube iframe {
	border: 0;
}

/*---------------------------------------------*/
/*	選ばれる理由ページ                         */
/*---------------------------------------------*/

.hcontents_h2 {
	margin-top: 50px;
}
.left_img_reason {
	float: left;
	width: 30%;
}
.right_txt_reason {
	float: right;
	margin-left: 5%;
	width: 65%;
}
.gray_txt {
	color: #999;
	display: block;
	font-size: 90%;
}
/*---------------------------------------------*/
/*	お水の使い方ページ                         */
/*---------------------------------------------*/

h3.hcontents_h3 {
	color: #333333;
	font-weight: bold;
	font-size: 24px;
	margin: 30px 0;
	position: relative;
	padding-bottom: 5px;
}
h3.hcontents_h3:before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: 0;
	background: #EFEFEF;
}
h3.hcontents_h3:after {
	content: "";
	display: block;
	position: absolute;
	width: 210px;
	height: 2px;
	bottom: 0;
	background: #5BC3EA;
}
.howto_list {
	align-items: stretch;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto 30px;
}
.howto_list li {
	border: 1px solid #ccc;
	padding: 1% 1% 5%;
	width: 30%;
}
.howto_list h4 {
	margin-bottom: 15px;
}
.howto_list h4 img {
	border: 1px solid #80C9C5;
}
.boxh3 {
	color: #19AFBB;
	font-size: 120%;
	font-weight: bold;
	padding: 10px 0;
	text-align: center;
}
.table-style02 {
	border-bottom: 1px dashed #CCCCCC;
	margin-bottom: 60px;
}
.table-style02 td {
	border-top: 1px dashed #CCCCCC;
	padding: 15px 7px;
	text-align: left;
}
.table-style02 th {
	border-top: 1px dashed #CCCCCC;
	color: #4a3017;
	font-weight: bold;
	padding: 15px 7px;
	text-align: center;
	vertical-align: middle;
	width: 30%;
}
.table-style02 tr:nth-child(2n) {
	background-color: rgba(231, 249, 252, 0.8);
}

/*---------------------------------------------*/
/*	白山命水とはページ                         */
/*---------------------------------------------*/

.all-about {
    clear: both;
    margin-bottom: 15px;
    overflow: hidden;
}

.img-about-left {
    float: left;
    font-size: 85%;
    font-style: italic;
    margin-right: 3%;
    text-align: center;
    width: 37%;
}
.box-about-right {
    float: right;
    width: 60%;
}

/*---------------------------------------------*/
/*	選ばれる理由ページ                         */
/*---------------------------------------------*/
.reason p {
	margin-bottom: 15px;
}
.reason strong {
	color: #FF0000;
	font-weight: bold;
}
.reason_h4 {
	color: #60b2b0;
	font-size: 160%;
	font-weight: bold;
	margin: 50px 0 20px;
}
.reason_h4::before {
	content: "■";
}
.wp-pagenavi {
	margin-top: 30px;
}
/*---------------------------------------------*/
/*	愛飲者の声ページ                           */
/*---------------------------------------------*/
.voice dl {
	border-top: 2px solid #efefef;
	margin-bottom: 30px;
}
.voice dl dt::before {
	content: "";
	font-family: "dashicons";
	padding-right: 10px;
}
.voice dl dt {
	color: #ec6f7d;
	font-size: 20px;
	padding-top: 10px;
}
.voice dl dt a {
	text-decoration: none;
	font-weight: bold;
	color: #EC6F7D;
}
.voice dl dt a:hover {
	text-decoration: underline;
}
.voice dl dd {
	border-bottom: 2px solid #efefef;
	color: #1b1b1b;
	font-size: 90%;
	padding-bottom: 10px;
	padding-top: 10px;
}
/*---------------------------------------------*/
/*	配送について　　                           */
/*---------------------------------------------*/
.delivery h4 {
	color: #4d92d3;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}
.delivery h4::before {
	content: "■";
	padding-right: 10px;
}
.delivery ul {
	border-top: 1px dashed #cccccc;
	margin-bottom: 40px;
	margin-top: 10px;
	padding-top: 10px;
	list-style-type: square;
}
.delivery li {
	border-bottom: 1px dashed #CCCCCC;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.delivery p {
	margin-bottom: 15px;
}
/*---------------------------------------------*/
/*	配送について　　                           */
/*---------------------------------------------*/
.payments h4 {
	color: #4d92d3;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}
.payments h4::before {
	content: "■";
	padding-right: 10px;
}
.payments p {
	margin-bottom: 15px;
}
/*---------------------------------------------*/
/*	個人情報保護方針                           */
/*---------------------------------------------*/
.privacy h4 {
	color: #4d92d3;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}
.privacy h4::before {
	content: "■";
	padding-right: 10px;
}
.privacy ul {
	margin-top: 30px;
}
.privacy li {
	border-bottom: 1px dashed #ccc;
	margin-bottom: 30px;
	padding-bottom: 30px;
}
.privacy p {
	margin-bottom: 15px;
}
/*---------------------------------------------*/
/*	このサイトについて                         */
/*---------------------------------------------*/
.aboutsite h4 {
	color: #4d92d3;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}
.aboutsite h4::before {
	content: "■";
	padding-right: 10px;
}
.aboutsite ol {
	padding-left: 25px;
}
.aboutsite li {
	border-bottom: 1px dashed #ccc;
	list-style: outside none none;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.aboutsite p {
	margin-bottom: 15px;
}
/*---------------------------------------------*/
/*	特定商取引法に関する表記                   */
/*---------------------------------------------*/
.table-style01 {
	margin-bottom: 60px;
	font-size: 16px;
}
.table-style01 td {
	border-bottom: 1px solid #CCCCCC;
	padding: 15px 7px;
	text-align: left;
}
.table-style01 th {
	/*background-color: rgba(166, 201, 233, 0.15);*/
	border-bottom: 1px solid #cccccc;
	color: #4489ca;
	font-weight: bold;
	padding: 15px 7px 15px 2%;
	text-align: left;
	vertical-align: middle;
	width: 23%;
}
.law .table-style01 th {
	width: 10em;
}
/*---------------------------------------------*/
/*	お問い合わせページ　　　                   */
/*---------------------------------------------*/
.hissu {
	background-color: #c00;
	border: 1px solid #c00;
	border-radius: 10px;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	margin-left: 10px;
	padding: 0 10px;
}
.mw_wp_form input[type="submit"] {
	background-color: #4FC2F1;
	border: 1px solid #4FC2F1;
	border-radius: 15px;
	color: #fff;
	cursor: pointer;
	display: block;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	letter-spacing: 0.1em;
	margin: 30px auto 0;
	padding: 10px 30px;
	text-shadow: 1px 1px 3px #4FC2F1;
}
/*---------------------------------------------*/
/*	20170516　角　追記　　　                   */
/*---------------------------------------------*/
h1.h1-ttl-head {
	z-index: 100;
	max-width: 1400px;
	width: 96%;
	position: absolute;
	left: 50px;
	color: #FFF;
	text-shadow: 0 0 15px #999;
	letter-spacing: 0.08em;
}
/*フッター部分*/
#footer p.txt-footer {
	position: absolute;
	z-index: 10;
	top: 45%;
	left: 0;
	text-align: center;
	color: #ffffff;
	/* font-size: 120%; */
	width: 100%;
	text-shadow: 0 0 15px #000;
	letter-spacing: 0.08em;
}
.can-br {
	display: none;
}
/*白山命水が選ばれる理由*/
h2.ttl-h2-min {
	font-size: 2.1em;
	line-height: 1.0em;
	text-align: center;
	margin-bottom: 15px;
}
span.txt-mini {
	font-size: 0.5em;
}
/*白山命水がいつでも飲める*/
.box-lineup {
	position: relative;
	width: 100%;
	z-index: 1;
}
p.txt-lineup {
	position: absolute;
	top: 65%;
	right: 0;
	font-weight: bold;
	letter-spacing: 0.07em;
}
/*特定商取引法*/
.usertable_t01 {
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    width: 100%;
    margin-bottom: 10px;
}
.usertable_t01 th, .usertable_t01 td {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 3px 5px;
}
.usertable_t01 th {
    border-color: #DDDDDD;
}
.usertable_t01 th {
    background: #EEFAFF;
}
.navigation {
    margin: 30px auto;
    clear: both;
}

@media screen and (max-width: 1405px) {
/*白山命水が選ばれる理由*/
h2.ttl-h2-min {
	font-size: 1.8em;
}
}

@media screen and (max-width: 1205px) {
/*白山命水が選ばれる理由*/
h2.ttl-h2-min {
	font-size: 1.6em;
}
}

@media screen and (max-width: 1100px) {
#footer p.txt-footer {
	position: inherit;
	font-size: 14px;
	width: 60%;
	text-shadow: none;
	color: #FFF;
	margin: 15px auto 30px;
	;
	line-height: normal;
}
.can-br {
	display: block;
}
/*白山命水が選ばれる理由*/
h2.ttl-h2-min {
	font-size: 1.1em;
	letter-spacing: 0;
}
/*白山命水がいつでも飲める*/
p.txt-lineup {
    letter-spacing: 0em;
    font-size: 14px;
    text-shadow: 0 0 15px #FFF;
    line-height: 23px;
}
.line-br{
	display: none;
}
}

@media screen and (max-width: 768px) {
h1.h1-ttl-head {
	display: none;
}
#footer p.txt-footer {
	width: 100%;
}
/*白山命水が選ばれる理由*/
h2.ttl-h2-min {
	font-size: 1.4em;
}
}

@media screen and (max-width: 498px) {
h3.h3_lineup {
    font-size: 110%;
}
/*白山命水が選ばれる理由*/
h2.ttl-h2-min {
	font-size: 2.0em;
}
.img-about-left {
    float: none;
    width: 100%;
    margin: 0 auto 15px;
}
.box-about-right {
    float: none;
    width: 100%;
}
.list-miracle-photo > li {
    display: block;
    width: 100%;
}
}

/* ------ 1100px以下 ------ */
@media screen and (max-width: 1100px) {
}

/* ------ 768px以下 ------ */
@media screen and (max-width: 768px) {
}

/* ------ 736px以下(iphone6plus 横) ------ */
@media screen and (max-width: 736px) {
.usertable_t01 {
    width: 100%;
}
.usertable_t01 th, .usertable_t01 td {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 5px 6px;
    font-size: 14px;
    display: list-item;
    width: 96%;
}
.usertable_t01 th{
	font-weight: bold;
}
}

/* ------ 640px以下 ------ */
@media screen and (max-width: 640px) {
}

/* ------ 430px以下 ------ */
@media screen and (max-width: 430px) {
}