@charset "utf-8";
/* CSS Document */
/*===================================
リセットCSS
=====================================*/

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%;
    vertical-align:baseline;
    background:transparent;
}
body {
    line-height:1;
	font-family: Hiragino Sans,"ヒラギノ角ゴシック",Hiragino Kaku Gothic ProN,"ヒラギノ角ゴ ProN W3",Meiryo,メイリオ,sans-serif;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
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;
    text-decoration: none;
}
ins {
    background-color:#fff;
    color:#000;
    text-decoration:none;
}
mark {
    background-color:#fff;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}

a:hover{
	opacity: 0.8;
}
a{
	color: #333;
}
/*===================================
リセットCSS　ここまで
=====================================*/

.fixed-page{
	width: 750px;
	margin:0 auto;
}

/*===================================
お問い合わせフォームのCSS
=====================================*/
.contact-form_area p label input{
    display: block;
    width: 100%;
    border-radius: 6px;
    padding: 10px 5px;
    border: solid 1px #b7b7b7;
}
.contact-form_area p label textarea{
	width: 100%;
	border: solid 1px #b7b7b7;
	border-radius: 6px;
	padding: 20px;
	height: 400px;
}
.contact-form_area p label select{
	padding: 9px;
	font-size: 15px;
	border: solid 1px #b7b7b7;
	border-radius: 6px;
}
.contact-form_area p label span{
	display: block;
	margin-top: 8px;
}
.contact-form_area p label{
	display: block;
	margin-bottom: 30px;
	color: #333;
}
.contact-mainimg img{
	display: block;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 80px;
}
.wpcf7-submit{
    background: #9C1F24;
    border: none;
    padding: 15px 70px;
    border-radius: 15px;
    color: #fff;
    margin: 80px auto 0;
    display: block;
    font-size: 18px;
}
.wpcf7-submit:hover{
	opacity: 0.7;
}
.announce-text_box{
	margin: 50px 0 40px;
	line-height: 1.7;
    background: #fff8dc;
    padding: 30px;
    border-radius: 10px;
	letter-spacing: 0.4px;
	font-size: 13px;
}
.announce-line-top{
	margin-bottom: 20px;
}
.announce-line-bottom{
	margin-top: 20px;
}
.file-announce-text{
	color: #333;
	line-height: 1.5;
}

.contact-form-title{
background: #fff1f1;
    padding: 15px 10px 13px;
    margin-bottom: 10px;
}
.contact-form-text{
	margin-bottom: 40px;
	padding-left: 10px;
}
#wpcf7-f2391-p2389-o1 .contact-form-text b{
	display: block;
}
#wpcf7-f2391-p2389-o1 span input{
	padding: 10px;
	margin-top: 20px;
}
#wpcf7-f2391-p2389-o1 .done-address{
	line-height: 1.7;
}

.contact-form-text img{
	max-width: 100%;
}
.contact-form-text{
	max-width: 100%;
}
.dnd-upload-status .dnd-upload-details .dnd-progress-bar{
	height: 23px!important;
}
.codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn{
    background: #dbdbdb;
    width: fit-content;
    margin: 10px auto 0;
    color: #333;
    padding: 10px;
    border-radius: 10px;
	display: block;
}
.codedropz-upload-inner h3{
	font-size: 22px!important;
}

.completion-text{
	font-size: 22px;
	line-height: 1.5;
	padding-top: 50px;
	font-weight: bold;
	text-align: center;
}







.meibankan-flex-box{
	display: flex;
	flex-wrap: wrap;
	max-width: 1090px;
	width: 100%;
	margin: 0 auto;
	justify-content: space-between;
}
.meibankan-itempage-listarea{
	max-width: 830px;
	width: 100%;
}
.meibankan-itempage-listbox ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.meibankan-itempage-listbox ul li{
	width: 33%;
	max-width: 260px;
	margin-bottom: 25px;
}
.meibankan-itempage_thumbnail-box img{
	display: block;
	width: 100%;
	object-fit: contain;
}







#meibankan-header .header-top{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

#meibankan-header .header-middle{
	display: flex;
	flex-wrap: wrap;
	background: #9C1F24;
	color: #fff;
	padding: 3px 0;
}

#meibankan-header .header-catch{
	display: flex;
	align-items: center;
}

#meibankan-header .login-member-btn{
	padding: 3px 0px 0px;
	color: #fff;
}

#meibankan-header .meibankan-catch{
	font-size: 23px;
	font-weight: bold;
	padding-top: 3px;
}

#meibankan-header .header-contents{
	width: 1090px;
	margin: 0 auto;
	display: flex;
	height: 33px;
	align-items: center;
	justify-content: space-between;
}

#meibankan-header .header-nav{
	display: flex;
	flex-wrap: wrap;
	margin: 26px 0 0 0;
	font-size: 16px;
}

#meibankan-header .meibankan-logo img{
	width: 66%;
}

#meibankan-header .meibankan-logo{
	margin: 30px -65px 0 0;
}

#meibankan-header .hedear-top-left{
	font-size: 12px;
	padding-top: 18px;
}


#meibankan-header .sns-icon img{
	margin-right: 8px;
	margin-bottom: 2px;
}

#meibankan-header .header-toi-btn{
	display: inline-block;
	background: #3AB04C;
	color: #fff;
	padding: 5px 15px 7px;
	font-weight: bold;
	border-radius: 5px;
	width: 20%;
	text-align: center;
	font-size: 14px;
	margin-top: 19px;
}

#meibankan-header .meibankan-sub-catch{
	margin-left: 50px;
	padding-top: 4px;
}



.header-under {
    height: 70px;
    background: #fff;
    border-bottom: 2px solid #C50000;
    box-shadow: 0 10px 10px -10px rgb(0 0 0 / 70%);
    width: 100%;
}

  /* demo style */
  .is-fixed {
    position: fixed!important;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
  }
	
	
	 /* ヘッダー検索虫眼鏡に必要なCSS */
	#search-wrap.panelactive {
		width: 100%!important;
		right: 0!important;
		top: 160px!important;/**/
		/*top: 221px!important*/
	}
	
	#search-wrap.search-form{
		top: 70px!important;
	}
	
	#search-wrap.panelactive form{
		width: 50%;
		margin: 0 auto;
	}
	
	#search-wrap.panelactive{
		background: #333;
		opacity: 0.9;
		display: block;
		animation-name: fade-in;
		animation-duration: .5s;
	}
	
	#search-wrap.panelactive form input{
		background: #fff;
	}
	
	#search-wrap{
		display: none;
	}
	
	@keyframes fade-in {
		from {
			opacity: 0;
		}
		to {
			opacity: 0.9;
		}
	}

	ul li{
		list-style: none;
	}
	
	
	a:hover{
		text-decoration: none;
	}
	
	.header-under{
		height: 58px;
		background: #fff;
    	border-bottom: 2px solid #C50000;
    	box-shadow: 0 10px 10px -10px rgb(0 0 0 / 70%);
    	width: 100%;
	}
	
	header{
		border-bottom: none!important;
	}
.keyword-search_box{
	display: flex;
	width: 1090px;
	margin: 10px auto 20px;
	align-items: center;
	justify-content: space-between;
}

.keyword-search_box ul{
	display: flex;
	width: 100%;
	justify-content: space-around;
}

.keyword-search_box .glass-icon{
	display: inline-block;
	padding-bottom: 5px;
	vertical-align: top;
}

.keyword-search_box ul li a{
	display: inline-block;
	background: #F2F2F2;
	padding: 4px 7px 3px;
	border-radius: 50px;
	font-size: 12px;
}

.keyword-search_box .from-box{
	margin-right: 5px;
}

.keyword-search_area{
	background: #fff;
	padding: 1px 0 0;
	height: 42px;
	box-shadow: 0 10px 10px -7px #a19da4;
}

.header-contents .sns-icon a{
	display: inline-block;
	color: #fff;
}

.header-top .header-tell_icon{
	display: inline-block;
	width: 50%;
}

.fa-envelope{
	display: inline-block;
	margin-right: 9px;
	font-size: 25px;
	vertical-align: sub;
}

.header-top-right{
	margin-right: -35px;
}

#meibankan-header .header-middle_right a{
	margin-left: 15px;
	display: inline-block;
	color: #fff!important;
}


/*==================================================
フッター
===================================*/
footer{
	border-top: solid 2px #DFDFDF;
	margin-top: 70px;
}

footer .footer-top{
	width: 1090px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.footer-top_left .footer_toi_btn{
	display: block;
	background: #3AAC4C;
	width: 50%;
	font-size: 16px;
	color: #fff;
	text-align: center;
	padding: 7px;
	border-radius: 5px;
}

.footer-top_left,.footer-top_right{
	padding-top: 45px;
}

.footer-top_left{
	margin-right: 80px;
	position: relative;
}

.footer-top_left p span{
	display: inline-block;
	font-size: 12px;
	margin-left: 20px;
}

.footer-top_left p{
	margin-top: 15px;
}

.footer-top_left .customer-info-mail_btn{
	margin-right: 15px;
}

.footer-top_left .customer-info-mail_btn,.footer-top_left .customer-info-use-guide_btn{
	display: inline-block;
    background: #929292;
    color: #fff;
    padding: 6px;
    width: 40%;
    text-align: center;
    margin-top: 15px;
    border-radius: 5px;
    letter-spacing: 1.0px;
}

.footer-top_left::after{
	content: "";
    height: 200px;
    display: block;
    border-right: 2px solid #ADADAD;
    position: absolute;
    right: -45px;
    top: 16px;
}

.footer-top_right .member-registration-title{
	display: inline-block;
    background: #7188C3;
    color: #fff;
    padding: 7px;
    width: 25%;
    border-radius: 5px;
    text-align: center;
	margin-right: 25px;
}

.footer-top_right{
	width: 48%;
}

.footer-top_right .member-registration-info-area{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 35px;
}

.member-registration-info-area img{
	width: 20%;
	height: 60px;
}

.footer-top_right .member-registration-btn{
	display: inline-block;
	text-align: center;
	background: #929292;
	color: #fff;
	width: 22%;
	padding-top: 23px;
	border-radius: 7px;
}

.footer-nav-area {
    width: 1090px;
    margin: 55px auto 0;
    display: flex;
    justify-content: space-around;
}

.footer-nav-list .fa-angle-right{
	color: #a61018;
	margin-right: 5px;
}

.footer-nav-list{
	line-height: 2.0;
}

.footer-middle{
	margin-top: 30px;
	border-top: solid 2px #DFDFDF;
}

.footer-under{
	margin: 0 auto;
	width: 1090px;
}

.logo-address-area{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	border-top: solid 2px #DFDFDF;
	margin-top: 40px;
}

.logo-address-area .footer-logo,.logo-address-area .meibankan-address{
	margin-top:40px;
}

.meibankan-address p{
	font-size: 13px;
}

.footer-sns_are{
	width: 12%;
	margin: 50px auto;
}

.footer-sns_are img{
	margin-right: 15px;
}

.footer_corporate{
	text-align: center;
	padding-bottom: 100px;
}

.footer-nav-list li{
	color: #333;
}


/*==================================================
固定の問い合わせbanner
===================================*/
.side-toiawase_banner{

	position: fixed;
	bottom: 30px;
	left: 2%;
}

.side-fixed-contact-btn{
    position: fixed;
    right: 94px;
    bottom: 40px;
    display: block;
    background-color: #3AB04C;
    color: #fff!important;
    font-size: 18px;
    text-align: right;
	border-radius: 5px;
	padding: 15px 15px;
	writing-mode: vertical-rl;
}

.side-fixed-contact-btn span{
	display: block;
	font-size: 15px;
}
#page-top {
    position: fixed;
    bottom: 267px;
    right: 5%;
    font-size: 80%;
}
#page-top a {
    background: #a8a9a9!important;
    text-decoration: none;
    color: #fff;
    width: 105px;
    padding: 10px;
    text-align: center;
    display: block;
    border-radius: 5px;
}


/*==================================================
サイドバー
===================================*/
	.side-item-list li a .arrow{
    border-top: solid 3px #9c1f24;
    border-right: solid 3px #9c1f24;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    content: "";
    display: inline-block;
		margin-right: 10px;
	}

.top-main-contents-area .top-side-nav_left{
	width: 222px;
	margin-right: 50px;
}


.side-contents-list li a{
	display: block;
	font-size: 13px;
	padding: 15px;
	color: #333!important;
}


.side-item-list li a{
	display: block;
	font-size: 13px;
	padding: 12px 15px 10px;
}

.side-subtitle img{
	width: 100%;
}

.side-item-list li,.side-contents-list li{
	border-bottom: solid 1px #333;
}

.side-item-list .side-list-title,.side-contents-list .side-list-title{
	font-size: 15px;
	padding: 10px 15px;
	background: #9C1F24;
	color: #fff;
	border-radius: 0 20px 0 0;
	font-weight: bold;
}

.side-item-list .side-subtitle span{
	font-size: 15px;
	font-weight: bold;
	padding: 10px 15px;
	display: block;
	background: #f6f3ef;
}

.side-item-list .side-subtitle{
	border: none;
}

.top-side-nav_left .list-more_btn{
	display: block;
	text-align: right;
	padding: 10px 0;
	margin-bottom: 40px;
	font-size: 13px;
}

.top-side-nav_left .side-contents-list{
	margin-bottom: 95px;
}

.top-side-nav_left .side-guidance-contents{
	margin-top: 70px;
}

.side-subtitle a{
	padding: 0!important;
}
.top-side-nav_left{
	width: 230px;
}

/*==================================================
メインコンテンツ
===================================*/

.meibankan-product-common-wrap{
	max-width: 1090px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding-top: 40px;
}

.meibankan-product_contents-box{
	max-width: 800px;
	width: 100%;
}

.meibankan-product_comment-box p strong{
	font-weight: normal;
}
.meibankan-product_title-box{
	font-weight: bold;
	font-size: 18px;
}

/*==================================================
アーカイブなど商品一覧が並ぶ箇所のCSS
===================================*/
.meibankan-product_list{
	display: flex;
	flex-wrap: wrap;
}
.meibankan-product_list li{
	width: 250px;
	margin-right: 15px;
}
.meibankan-product_list li img{
	display: block;
	width: 100%;
	object-fit: cover;
	height: 170px;
}
.product-explanation{
    display: -webkit-box; /* 必須 */
    -webkit-box-orient: vertical; /* 必須 */
    -webkit-line-clamp: 2; /* 行数を制限 */
    overflow: hidden; /* はみ出た部分を非表示 */
	font-weight: normal;
	font-size: 14px;
	padding: 10px 0 0;
	line-height: 1.3;
}
.panel-title{
	padding-top: 12px;
	line-height: 1.4;
}
.meibankan-product_title{
	font-size: 20px;
	padding-bottom: 20px;
	letter-spacing: 1.5px;
	color: #333;
}
.category-description_box p{
	padding-bottom: 40px;
}
.post-tag_box a {
    display: inline-block;
    margin: 0 .1em .6em 0;
    padding: 8px 8px 7px;
    line-height: 1;
    color: #fff;
    text-decoration: none;
    background-color: #9c1f24;
    border-radius: 2em 0 0 2em;
}
.post-tag_box a:before {
    content: '●';
    margin-right: .5em;
    color: #fff;
}
.meibankan-product_comment-box p{
	line-height: 1.5;
	padding-bottom: 35px;
}
.meibankan-product-p_title{
    font-size: 20px;
    padding-bottom: 15px;
    letter-spacing: 1.5px;
    color: #333;
}
.meibankan-product_comment-box .wp-block-image{
	margin-bottom: 20px;
}
.meibankan-itempage-listbox ul li p:nth-of-type(2){
overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
	line-height: 1.2;
	padding-top: 5px;
	letter-spacing: 1.5px;
	font-size: 14px;
}
.meibankan-itempage-title{
	line-height: 1.2;
}

/*==================================================
商品ページ　画像ギャラリーのCSS
===================================*/

.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image){
        width: calc(16.33% - var(--wp--style--unstable-gallery-gap, 16px) * -7.33333);
	flex: 1;
    }
.wp-block-gallery figure:first-of-type{
	flex-basis: content!important;
}
.fancy-ico span{
	width: 50px!important;
	height: 50px!important;
}
#fancybox-next span::after, body.rtl #fancybox-prev span::after{
	right: 19px!important;
}
#fancybox-prev span::after, #fancybox-next span::after{
	top: 15px!important;
	width: 12px!important;
	height: 12px!important;
}
#fancybox-close span::after, #fancybox-close span::before{
	top: 20px!important;
	left: 12px!important;
	width: 20px!important;
}
#fancybox-prev span::after, body.rtl #fancybox-next span::after{
	left: 19px!important;
}

/*==================================================
商品ページ
===================================*/
.itemcontents-title {
    background: #f7f1f1;
    padding: 20px 30px 16px;
    font-size: 24px;
    font-weight: bold;
	color: #333;
}
.content_tbl {
    margin-top: 30px;
    border-collapse: collapse;
}
.content_tbl th {
    width: 20%;
    background-color: #EDE4D8;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
	vertical-align:middle;
}
.content_tbl td {
    font-size: 14px;
    text-align: left;
    line-height: 1.5;
    padding: 20px;
}
.content_tbl tbody{
	border: solid 1px #414141;
}
.content_tbl tbody tr{
	border-bottom: solid 1px #414141;
}



#meibankan-sp-header,#meibankan-sp-footer,.footer02{
	display: none;
}

.itemcontents_box{
	margin-top: 60px;
}
.itemcontents-contact_btn img{
	display: block;
	margin: 0 auto;
}
.construction-method-btn img{
	display: block;
	margin: 0 auto;
}
.meibankan-product_comment-box .item-number{
	font-size: 22px;
	margin: 30px 0 15px;
	border: solid 1px #333;
	font-size: 14px;
	width: fit-content;
	padding: 15px;
	font-weight: normal;
}
.meibankan-product_comment-box .item-name{
    font-size: 22px;
    font-weight: bold;
    margin-bottom: -20px;
    margin-top: 25px;
}







@media screen and (max-width: 1024px) {
	/* 1024px以下に適用されるCSS（タブレット用） */

#meibankan-sp-header,#meibankan-sp-footer,.footer02{
	display: block;
}
#meibankan-header,#meibankan-footer,.side-fixed-contact-btn{
	display: none;
}
#wpadminbar{
	display: none;
}
#meibankan-sp-header{
	position: fixed;
	background-color: #fff;
	z-index: 999;
	width: 100%;
	top: 0;
}
.meibankan-side-nav_left{
	display: none;
}
.meibankan-product_contents-box{
	margin: 0 auto;
	padding-top: 65px;
}





	/*============
nav
=============*/
		nav {
		  display: block;
		  position: fixed;
		  top: 0;
		  right: -300px;
		  bottom: 0;
		  width: 300px;
		  background: #f9f9f9;
		  overflow-x: hidden;
		  overflow-y: auto;
		  -webkit-overflow-scrolling: touch;
		  transition: all .5s;
		  z-index: 3;
		  opacity: 0;
		}
		.open nav {
		  right: 0;
		  opacity: 1;
		}
		nav .inner {
		  padding: 25px;
		}
		nav .inner ul {
		  list-style: none;
		  margin: 0;
		  padding: 0;
		}
		nav .inner ul li {
		  position: relative;
		  margin: 0;
		  border-bottom: 1px solid #333;
		}
		nav .inner ul li a {
		  display: block;
		  color: #333;
		  font-size: 14px;
		  padding: 1em;
		  text-decoration: none;
		  transition-duration: 0.2s;
		}
		.accordion-item a:hover {
		  background: #e4e4e4;
		}
		@media screen and (max-width: 767px) {
		  nav {
			right: -300px;
		  }
		}
		/*============
		.toggle_btn
		=============*/
		.toggle_btn {
		  display: block;
		  position: fixed;
		  top: 20px;
		  right: 20px;
		  width: 30px;
		  height: 30px;
		  transition: all .5s;
		  cursor: pointer;
		  z-index: 3;
		}
		.toggle_btn span {
		  display: block;
		  position: absolute;
		  left: 0;
		  width: 30px;
		  height: 2px;
		  background-color: #333;
		  border-radius: 4px;
		  transition: all .5s;
		}
		.toggle_btn span:nth-child(1) {
		  top: 4px;
		}
		.toggle_btn span:nth-child(2) {
		  top: 14px;
		}
		.toggle_btn span:nth-child(3) {
		  bottom: 4px;
		}
		.open .toggle_btn span {
		  background-color: #333;
		}
		.open .toggle_btn span:nth-child(1) {
		  -webkit-transform: translateY(10px) rotate(-315deg);
		  transform: translateY(10px) rotate(-315deg);
		}
		.open .toggle_btn span:nth-child(2) {
		  opacity: 0;
		}
		.open .toggle_btn span:nth-child(3) {
		  -webkit-transform: translateY(-10px) rotate(315deg);
		  transform: translateY(-10px) rotate(315deg);
		}
		/*============
		#mask
		=============*/
		#mask {
		  display: none;
		  transition: all .5s;
		}
		.open #mask {
		  display: block;
		  position: fixed;
		  top: 0;
		  left: 0;
		  width: 100%;
		  height: 100%;
		  background: #000;
		  opacity: .8;
		  z-index: 2;
		  cursor: pointer;
		}


	
	
		/*============
		アコーディオンメニューのCSS
		=============*/
			.accordion-box{
			display: none;
			margin: 0 3% 3% 3%;
			padding: 3%;
		}
	
			.accordion-title::before,.accordion-title::after{
			position: absolute;
			content: "";
			width: 15px;
			height: 2px;
			background-color: #333;
		}
		
		.accordion-title::before{
			top: 48%;
			left: 0;
			transition: rotate(0deg);
		}
		
		.accordion-title::after{
			top: 48%;
			left: 0;
			transform: rotate(90deg);
		}
		
		.accordion-title.close::before{
			transform: rotate(45deg);
		}
	
		.accordion-title.close::after{
			transform: rotate(-45deg);
		}
	
		.accordion-title{
			position: relative;
			cursor: pointer;
			font-size: 1rem;
			font-weight: normal;
			padding: 3% 3% 3% 50px;
			transition: all .5s ease;
		}
	
		.title{
			position: relative;
			cursor: pointer;
			font-size: 1rem;
			font-weight: normal;
			padding: 3% 3% 3% 50px;
			transition: all .5s ease;
		}
	
	.title a:hover{
		opacity: 0.5;
	}




/*-------------------フッター-------------------*/

footer{
	width: 100%;
	background-color: #a91018;
	color: #fff;
	padding-left: 20px;
}

.footer-logo{
    height: auto;
	padding-right: 15px !important;
	width: 180px !important;
}

.footer-list{
    position: relative;
    right: 14px;
    top: 25px;
	padding-left: 15px;
}

.footer-list li{
	float: left;
    padding: 0 10px 0 0;
}

.sns-icon{
	width: 35px !important;
}

h4{
	margin: 50px 0 10px;
    font-size: 16px;
}

#info p{
	margin: 0 0 6px;
    line-height: 16px;
    font-size: 14px;
    line-height: 19px;
}

h5{
	margin: 28px 0 8px;
    font-size: 14px;
    color: #FBF3F3;
}

.footer-site-list{
	list-style: none;
    padding: 0;
	padding-bottom: 20px;
    display: block;
}

.footer-site-list a{
	color: #fff;
    position: relative;
    padding: 0 0 0 14px;
    line-height: 25px;
    font-size: 14px;
}

.footer02{
	color: #fff;
	background-color: #666666;
	text-align: center;
	font-size: 10px;
}

.footer02 a{
	color: #fff;
}

.gaiyou{
	padding-top: 20px;
}

.copyright{
	padding-bottom: 20px;
}

#page-toiawase {
	outline: 1px solid #fff;
    border-radius: 0;
    overflow: hidden;
    position: fixed;
    background-color: #C50000;
    color: #fff;
    height: 32px;
    background-repeat: no-repeat;
    bottom: 85px;
    margin-right: 3px;
    padding: 10px 10px;
    right: 10px;
    top: auto;
    width: auto;
    z-index: 90;
    font-size: 16px;
}
#page-toiawase a {
	color: #fff;
}

#page-top {
	outline: 1px solid #fff;
    border-radius: 0;
    overflow: hidden;
    position: fixed;
    background-color: #666666;
    color: #fff;
    height: 32px;
    background-repeat: no-repeat;
    bottom: 20px;
    margin-right: 3px;
    padding: 11px 20px;
    right: 10px;
    top: auto;
    width: auto;
    z-index: 90;
    font-size: 16px;
}
}





@media screen and (max-width: 768px) {
	/* 768px以下に適用されるCSS（タブレット用） */


	.logo{
		padding: 10px 0 0 10px;
	}
	.meibankan-product_box{
		padding: 0 10px;
	}
}



@media screen and (max-width: 430px) {
	/* 430px以下に適用されるCSS（タブレット用） */

	.logo a img{
		width: 50%;
	}
	.itemcontents_box img{
		width: 100%;;
	}
	.itemcontents-title{
		font-size: 22px;
	}

	.content_tbl tbody{
		border: none;
		display: block;
	}
	.content_tbl tbody tr{
		border: none;
	}
	.content_tbl tbody tr{
		display: block;
		width: 100%;
	}
	.content_tbl th{
		display: block;
		width: 100%;
		padding: 15px 0;
		font-weight: bold;
		font-size: 16px;
	}
	.content_tbl td{
		font-size: 16px;
		display: block;
	}
	.footer-list{
		margin-bottom: 60px!important;
	}
	#page-top a{
		background: initial!important;
		font-size: 12px;
		line-height: 1.5;
		padding: 0!important;
	}
	.meibankan-product_contents-box{
		padding-top: 40px;
	}

	footer{
		width: 95%;
	}

	html{
		overflow-x: hidden;
	}
}