@charset "utf-8";
/*
Theme Name: mizusai2021
Author: kazDone
Author URI: https://mizusai.jp/
Description: 自作テーマ2021
Version: 0.1
License: GPL
*/

@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W0);
  font-weight: 100;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W1);
  font-weight: 200;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W2);
  font-weight: 300;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W4);
  font-weight: 400;
}
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W4);
  font-weight: 500;
}

* {
	margin : 0 ;
	padding : 0 ;
	font-size : 100% ;
	box-sizing: border-box;
}

body {
	font-size: 100%;
	font-family: "Noto Sans JP","Hiragino Sans", "Hiragino Kaku Gothic Std","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic", "游ゴシック Medium","Yu Gothic Medium","游ゴシック体",YuGothic,sans-serif;
	font-size: 87.5%; 
	/*font-weight: 200 !important;*/
	line-height: 1.6; letter-spacing: 1px;
	/*word-wrap: break-word; 
	word-break: break-all; overflow-wrap : break-word;*/
	color: #444140;
	/* 2019/2/10 */
	/*-webkit-font-smoothing: subpixel-antialiased;*/
	-webkit-font-smoothing: antialiased;
	/*background: #ebebec;*/
}
a{color: #444140; text-decoration: none;}
a:link {color: #444140;}
a:visited {color: #444140;}
a:hover{color: #e4007f;}
a:active {color: #444140;}

html, body {
	height: 100%;
}
body {
	position: relative;
	overflow-y: scroll;
	overflow-x: hidden;
}
.pagePagination {
	display: none;
	position: fixed;
	right: 30px;
	top: 48%; transform: translateY(-50%);
	z-index: 5;
	list-style: none;
}
.pagePagination.active {display: block;}
.pagePagination::before {
	content: '';
	position: absolute;
	width: 7px; height: 100%;
	border-right: 1px solid #444;
	left: 4px; top:0;
}
.pagePagination li {
	text-align: center;
	position: relative;
}
.pagePagination li span {
	position: absolute;
	right: 30px; top: 0px;
	width: 12em;
	height: 1em;text-align: right;
	transform:rotate(-45deg); 
	transform-origin: right top 0;
	color: #000;
	font-size: 11px; /*font-weight: bold;*/
}
.pagePagination li:not(:last-child) {
	padding-bottom: 70px;
}
.pagePagination li a {
	padding: 0 10px;
	width: 7px; height: 7px;
	display: block;
}
.pagePagination li a::before {
	content: '';
	position: absolute;
	width: 7px; height: 7px;
	border-radius: 8px;
	background: #444;
	border: 1px solid #444;
	margin-top: -3px;
	left: 7px;
}
.pagePagination li a:hover::before {
	background: #e4007f;
	border: 1px solid #e4007f;
}

.container {
	max-width: 1180px;
	margin: 0 auto;
}

.w100 {
	width: 100%; height: auto;
}
.max100 {
	max-width: 100px; width: 100%; height: auto;
}
.max150 {
	max-width: 150px; width: 100%; height: auto;
}
.max300 {
	max-width: 300px; width: 100%; height: auto;
}

.w50p {
	width: 50%; height: auto;
}
.gFontMuli{
	font-family: 'Muli', sans-serif;
}

#head{
	padding: 24px 0 16px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
#head header.sp{display: none;}
#head .navi1{width: 250px;}
#head .navi2{
	width: calc(100% - 250px); margin-left: 50px;
}

.naviweb{
	background: #eeefef;
	position: relative;/* megaDrop menu */
}
.naviweb .flex3{
	display: flex;
	justify-content: space-between;
	align-content: center;
}
.naviweb .flex3 .l {width: 250px;}
.naviweb .flex3 .l h2 {
	margin-right: 0px;
	position: relative;
}
.naviweb .flex3 .l h2::after {
	content: '';
	position: absolute;
	display: block;
	border-right: solid 1px #444140;
	top: 10px; right: 0;
	padding: 34px 0 0px;
	width: 1px;
	height: auto;
}
.naviweb .flex3 .r{
	width: calc(100% - 250px); margin-left: 50px;
}

.naviweb .r, .naviweb ul.flex {
	display: flex; justify-content: space-between;
}
.naviweb ul.flex.web {
	width: calc(100% - 150px); margin-right: 150px;
	
}
.naviweb ul.flex.web > li{
	font-size: 24px;	font-weight: 200;
	font-family: 'Muli', sans-serif; line-height: 1;
}
.naviweb .flex3 .l h2 a, .naviweb ul li a{
	padding: 10px 10px; display: block;
}
.naviweb .flex3 .l h2 a {
    padding: 14px 10px 10px 0px !important;
}
.naviweb .flex3 .l h2 a {
	padding: 14px 10px 10px;
}
.naviweb ul.flex.icon {
	width: 150px;
}

/* megaDrop menu */
.megaDrop {
	position:absolute;
	top:100%;
	left:0;
	width:100%;
	overflow:hidden;
	z-index: 9999;
	transform:translate3d(0,0,0); /* Safari*/
}
.megaDrop .megaColumn {
	width:100%;
	height:380px;
	max-height:0;
	margin:0 auto;
	background-color: rgba(240,240,240,1);
	transition:max-height .5s ease;
	overflow: scroll;
}
ul.header-nav-list > li:hover .megaDrop .megaColumn {
	max-height:380px; z-index:20;
	border-top: 1px solid #444140;
}
ul.header-nav-list > li:hover > a{
	position: relative;
}
ul.header-nav-list > li:hover > a::after {
	content: '';
	position: absolute;
	display: block;
	border-bottom: 2px solid #999;
	bottom: 3px; left: 50%; transform: translateX(-50%);
	width: 50%; margin: 0 auto;
}

.megaDrop .megaColumn .artist_nav {
	display: flex; flex-wrap: wrap;
	padding: 20px 0 30px;
}
.megaDrop .megaColumn .artist_nav li {
	width: calc(20% - 20px);
	text-align: center;
	/*margin-top: 3px;*/
}
.megaDrop .megaColumn .artist_nav li a {
	display: block;
	font-size: 15px;letter-spacing: 2px;
	border: none;
}
.megaDrop .megaColumn .artist_nav li .t3 {
	font-size: 14px; margin-top: 5px;
}

.megaDrop .megaColumn ul.artist_term_list.nav {
	display: flex;
	flex-wrap: wrap;
	/*justify-content: space-between;*/
	padding: 30px 0 30px;
}
.megaDrop .megaColumn ul.artist_term_list.nav li {
	width: calc(16.66% - 15px);
	text-align: center;
	margin-top: 20px;
}
.megaDrop .megaColumn ul.artist_term_list.nav li a {
	display: block;
	padding: 0em 0;
	text-align: center;
	font-size: 15px; font-weight: 300;
	letter-spacing: 2px;
	border: none;
}
.megaDrop .megaColumn ul.artist_term_list.nav li a{
	background: none; color: #444140;
}

/*
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {
	z-index: 0 !important;
}*/


#head .flex {
	display: flex;
	align-items: flex-end;
}
#head .flex.logo {
	margin-right: 0px;
	position: relative;
	/*padding-right: 30px; 
	border-right: solid 1px #444140;*/
}
#head .flex.logo::after {
	content: '';
	position: absolute;
	display: block;
	border-right: solid 1px #444140;
	top: 10px; right: 0;
	padding: 34px 0 0px;
	width: 1px;
	height: auto;
}

#head .flex.me {
	width: 70%;justify-content: space-between;
	margin-top: 0px;
}
#head .flex.me li {
	font-size: 24px;
	font-weight: 200;
	font-family: 'Muli', sans-serif;
	line-height: 1;
}
#head .flex.me li a:hover {color: #e4007f;}
#head .flex.me li a.current{
	padding-bottom: 2px;
	border-bottom: solid 3px #444140;
}
#head .flex.icon {
	justify-content: flex-end;
	width: 100%;
}
#head .flex.icon li {padding-left: 10px;}

#mmenu .flex.me {
	font-size: 48px;
	font-family: 'Muli', sans-serif;
	display: block;
	width: 100%;
	line-height: 1;
	margin: 0 50px 0;
}
#mmenu .flex.me > li {
	padding: 20px 0;
}
#mmenu .flex.me span{
	font-size: 24px; font-weight: 200;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic Std","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic", "游ゴシック Medium","Yu Gothic Medium","游ゴシック体",YuGothic,sans-serif;
}

#footer .sp{display: none;}
#footer{
	background: #eeefef;
	padding: 50px 0px 50px;
	margin-top: 80px;
}
#footer ul.flex{
	display: flex;
	justify-content: space-around;
	font-size: 15px;
}

#footer ul.flex.fme2{
	max-width: 530px;margin: 30px auto 0;
}
#footer div.flex.sns{
	display: flex;
	justify-content: space-around;
	max-width: 140px;margin: 20px auto 0;
}
#footer ul.flex.site{
	display: flex;
	justify-content: space-around;
	border-left: solid 1px #444140;
	margin: 30px 0 50px;
}
#footer ul.flex.site li {
	border-right: solid 1px #444140;
	text-align: left; width: 20%;
	padding-left: 20px
}
#footer ul.flex.site li p:not(.font26){
	line-height: 2.5;font-size: 14px;
	letter-spacing: 1px;
}
#footer ul.flex.site li a:hover, 
#footer ul.flex.fme2 li a:hover {
	color: #e4007f;
}

#footer address {
	font-style: normal;
	text-align : center;
	font-size: 14px;
}
#footer .tx2{
	font-weight: 300;
	letter-spacing: 2px;
	text-align: center;
}

.font12 {
	font-size: 12px;
}
.font13 {
	font-size: 13px;
}
.font14 {
	font-size: 14px; 
}
.font15 {
	font-size: 15px; 
}
.font16 {
	font-size: 16px; 
}
.font17 {
	font-size: 17px; 
}
.font18 {
	font-size: 18px;
}
.font18w100 {
	font-size: 18px; font-weight: 100;
}
.font20 {
	font-size: 20px;
}
.font22 {
	font-size: 22px;
}
.font24 {
	font-size: 24px;
}
.font26 {
	font-size: 26px; font-weight: 400;
}
.font32 {
	font-size: 32px; font-weight: 400;
}
.font36 {
	font-size: 36px; font-weight: 300;
}
.font42 {
	font-size: 42px; font-weight: 300;
}

.paddingT10{padding-top: 10px;}
.paddingT20{padding-top: 20px;}
.paddingT30{padding-top: 30px;}
.paddingT40{padding-top: 40px;}
.paddingT50{padding-top: 50px;}
.marginT5{
	margin-top: 5px;
}
.marginT10{
	margin-top: 10px;
}
.marginT20{
	margin-top: 20px;
}
.marginT25{
	margin-top: 25px;
}
.marginT30{
	margin-top: 30px;
}
.marginT40{
	margin-top: 40px;
}
.marginT50{
	margin-top: 50px;
}
.marginT55{
	margin-top: 55px;
}
.marginT60{
	margin-top: 60px;
}
.marginT70{
	margin-top: 70px;
}
.marginB10{
	margin-bottom: 10px;
}
.marginB20{
	margin-bottom: 20px;
}
.marginB30{
	margin-bottom: 30px;
}
.marginB40{
	margin-bottom: 40px;
}
.marginB50{
	margin-bottom: 50px;
}
.marginB65{
	margin-bottom: 65px;
}
.marginTB20{
	margin: 20px 0;
}
.marginTB30{
	margin: 30px 0;
}
.marginT30B20{
	margin: 30px 0 20px;
}

.bold{font-weight: 400;}
.b200{font-weight: 200;}
.b300{font-weight: 300;}
.b400{font-weight: 400;}
.center{text-align: center;}
.right{text-align: right;}
.letterW8{letter-spacing: 8px;}
.letterW6{letter-spacing: 6px;}
.letterW7{letter-spacing: 7px;}
.letterW5{letter-spacing: 5px;}
.letterW4{letter-spacing: 4px;}
.letterW3{letter-spacing: 3px;}
.letterW2{letter-spacing: 2px;}
.letterW1{letter-spacing: 1px;}
.line-h12{line-height: 1.2;}
.line-h13{line-height: 1.3;}
.line-h14{line-height: 1.4;}
.line-h15{line-height: 1.5;}
.line-h18{line-height: 1.8;}
.line-h20{line-height: 2;}
.line-h22{line-height: 2.2;}

/*  */
.ppMenu{
	width: 10px;
	height: 10px;
	display: inline-block;
	background-color: #444;
	border-radius: 50%;
}

/* PAGE TOPへ */
#pagetop {
	position: fixed;/* PC only */
	bottom: 50px; right: 10px;
}
#pagetop a {
	display: inline-block;
}
#pagetop a::before {
	content: '';
	display: inline-block;
	background-image: url(../imgheader/arrow_u.png);
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
	width: 20px; height: 95px;
	padding-right: 15px;
}

#breadcrumb{
	/*background: #eeefef;*/
	padding: 6px; margin-bottom: 30px;
}
#breadcrumb ul.step {
	max-width: 1180px;
	margin: 0 auto;
	display: flex;
}
#breadcrumb ul.step li span.frasl {
	padding: 0 10px;
}

.wh{color: #fff;}
.gMuli22 {
	font-family: 'Muli', sans-serif;
	font-size: 22px; font-weight: 400;
	line-height: 1.5; text-align: center;
	letter-spacing: 2px;
}
.gMuli24 {
	font-family: 'Muli', sans-serif;
	font-size: 24px; font-weight: 400;
	line-height: 1.5; text-align: center;
	letter-spacing: 2px;
}
.gMuli28 {
	font-family: 'Muli', sans-serif;
	font-size: 28px; font-weight: 300;
	line-height: 1.5; text-align: center;
	letter-spacing: 2px;
}
.gMuli36 {
	font-family: 'Muli', sans-serif;
	font-size: 30px; font-weight: 300;
	line-height: 1.5; text-align: center;
	letter-spacing: 4px;
	margin-bottom: 50px;
}

.head1 {
	background-image: url(./new_img/shophead1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 4px 0 15px;
}
.gMuli36p16 {
	font-family: 'Muli', sans-serif;
	font-size: 30px; font-weight: 300;
	line-height: 1.5; text-align: center;
	letter-spacing: 5px; color: #fff;
	margin-bottom: 10px;
}
.gMuli36p16.bk {
	color: #444140;letter-spacing: 6px; 
}
.gMuli36p16 p {
	font-size: 16px; font-weight: 100;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic Std","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic", "游ゴシック Medium","Yu Gothic Medium","游ゴシック体",YuGothic,sans-serif;
}
.gMuli30 {
	font-family: 'Muli', sans-serif;
	font-size: 30px; font-weight: 300;
	letter-spacing: 5px; 
}

.gMuli18 {
	font-family: 'Muli', sans-serif;
	font-size: 24px; font-weight: 300;
	letter-spacing: 3px; 
}
.gMuli18 span.gt{
	transform: scale(1, 2);
	display: inline-block;
	transform-origin: 50% 60%;
}

.flex_head1 {
	display: flex; color: #fff;
	justify-content: center;
	align-items: center;
	font-size: 16px; font-weight: 100;
	letter-spacing: 2px; 
}
.flex_head1 p.inter a {color: #fff;}
.flex_head1 p.inter a:hover{color: #e4007f;}

.gMuli48 {
	font-family: 'Muli', sans-serif;
	font-size: 48px; font-weight: 300;
	line-height: 1.5; text-align: center;
	letter-spacing: 3px;
	/*margin-bottom: 50px;*/
}
.gMuli52 {
	font-family: 'Muli', sans-serif;
	font-size: 40px; font-weight: 300;
	line-height: 1.5; text-align: center;
	letter-spacing: 3px;
	margin-bottom: 50px;
}
.gMuli52 p {
	font-size: 16px; font-weight: 200;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic Std","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic", "游ゴシック Medium","Yu Gothic Medium","游ゴシック体",YuGothic,sans-serif;
}

/* webshop */
.h3_parent {
	display: flex;
	justify-content: center; /* 子要素を中央揃え */
	position: relative;
}
.h3_parent .right {
	position: absolute;
	right: 0; /* 右寄せ */
}


/*ハンバーガーメニュー*/
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
	position: relative;
	width: 44px;
	height: 31px;
	top: 5px;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #444140;
  border-radius: 3px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 14px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(14px) rotate(-37.5deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-14px) rotate(37.5deg);
}
#mmenu.fadeIn {
	display: block;
	animation-fill-mode:both;
	animation-duration: 0.8s;
	animation-name: fadeIn;
	visibility: visible !important;
	position: fixed;
	top: 69px; right: 0; bottom: 0; left: 0;
	/*overflow-y: scroll;*/
	width: 100vw; height: calc(100vh - 69px);
	background: #fff;
	z-index:100;
	border-top: 1px solid #444140;
	overflow-x: hidden;
	overflow-y: scroll;
}
@keyframes fadeIn {
	0% { opacity: 0; /*transform: translateY(-20px);*/ }
	100% { opacity: 1; /*transform: translateY(0);*/ }
}
#mmenu{display: none;}
.no-scroll{overflow: hidden;}
.gotop{
	display: none;
	text-align: center; margin: 30px 0;
}
.gotop a{display: block;}
.gotop a img{
	margin: 0 auto;
	height: auto;
}
strong {
	font-weight: 600;
	/*color: #ff0099;*/
}

.exhib_flex {
	display: flex;
	justify-content: center;
	/*align-items: center;*/
	padding: 0px 0 30px;
	margin: 0 auto;
}
.exhib_flex .ph{
	width: 200px;
}
.exhib_flex .ph img{
	width: 100%; height: auto;
	max-width: 200px;
}
.exhib_flex .desc{
	width: calc(100% - 230px);
	margin-left: 30px;
}

/* new pagination */
.pnavi {
	text-align: center;
	margin-top: 30px;
}
.pnavi a {
	display: inline-block;
	margin-left: 10px;
	padding: 0px 10px;
}
.pnavi a:nth-child(1) {
	margin-left: 0px;
}
.pnavi .page-numbers.current {
	display: inline-block;
	margin-left: 10px;
	padding: 0px 10px;
}
.pnavi .page-numbers.current {
	background: #999; color: #fff;
}



@media screen and (max-width: 1220px){
	
	#breadcrumb p {
		width: auto; padding: 0 20px;
	}
	#read {padding: 0 20px;}
	br.sp{display: none;}
}
@media screen and (max-width: 1200px){
	.container {margin: 0px 20px 0;}
	.h3_parent {margin-top: 20px;}
	#breadcrumb ul.step {margin: 0 20px;}
	.naviweb ul.flex.icon {width: auto;}
	.naviweb ul.flex.web {width: calc(100% - 210px); margin-right: 15px;}
	.naviweb .flex3 .l, #head .navi1 {width: 210px;}
	.naviweb .flex3 .r {width: calc(100% - 210px);margin-left: 15px;}
	#head .navi2 {width: calc(100% - 210px); margin-left: 15px;}
	.naviweb .flex3 .l h2 a, .naviweb ul li a {padding: 12px 5px;}
}
@media screen and (max-width: 1080px){
	#head .flex.logo {padding-right: 20px;}
}

@media screen and (max-width: 950px){
	#head{
		align-items: flex-end;position: relative;
	}
	#head.active::before{
		content: '';
		position: absolute;
		width: 100%; height: 1px;
		bottom: 0px; left: 0; 
		/*border-bottom: 1px solid #281e1c;*/
		z-index:11;
	}
	#head header.sp{display: block;padding-top: 3px;}
	#head .navi2{display: none;}
	.naviweb{display: none;}
	
	#head .flex {justify-content: flex-start;}
	#head .flex h1{margin-right: 30px;}
	#head .flex.logo::after {display: none;}
	#head .flex img.logo1 {width: 200px; height: auto;}
	
	#mmenu .flex.me {
		font-size: 30px; margin: 20px 40px 0;
	}
	#mmenu .flex.me > li {padding: 20px 0;}
	#mmenu .flex.me span{font-size: 16px;}
	#breadcrumb{
		background: #eeefef;
		padding: 6px; margin-bottom: 20px;
	}

	#mmenu .webshop {
		display: flex; /*justify-content: space-between;*/
		align-items: center;
	}
	#mmenu .webshop ul.flex.icon {
		display: flex; /*justify-content: flex-end;*/
		padding-left: 30px;align-items: center;
	}
	#mmenu ul.flex.icon > li{padding: 0px 0px 0px 15px;}
	#mmenu ul.sp-nav-list{margin-left: 30px;}
	#mmenu ul.sp-nav-list li a{padding: 15px 0; font-size: 24px;display: inline-block;}

	#head ul.flex.icon.head {padding-right: 25px;}
}
@media screen and (max-width: 900px){
	#footer .pc{display: none;}
	#footer .sp{display: block;}
}

@media screen and (max-width: 780px){
	.marginT70 {margin-top: 50px;}
	#footer {margin-top: 0px;}
	.gotop{display: block;}
	#mmenu .flex.me li.ph img {width: 200px; height: auto;}
}
@media screen and (max-width: 768px){
	.container {margin: 0px 10px 0;}
	#breadcrumb ul.step {margin: 0 10px;}
	#pagetop {display: none;}
	#head {padding: 14px 0 14px;border-bottom: 1px solid #444140;}

	#mmenu.fadeIn {top: 50px; height: calc(100vh - 50px);}
	#mmenu .flex.me {margin: 20px 20px 0;}
	#head .flex h1{margin-right: 20px;}
	#head .flex img.logo1 {width: 130px;}
	header.sp a img {width: 32px; height: auto;}
	
	#breadcrumb {display: none;}
	.gMuli24 {font-size: 20px;}
	.gMuli36p16.bk {margin-top: 20px;}
	.gMuli30 {font-size: 24px;text-align: center;}
	.gMuli52 {font-size: 32px; margin-top: 30px;margin-bottom: 30px;}
	.gMuli36p16 {font-size: 24px;letter-spacing: 3px;}
	
	.menu-trigger {width: 28px; height: 20px;}
	.menu-trigger span {
		height: 2px; border-radius: 2px;
	}
	.menu-trigger span:nth-of-type(2) {top: 9px;}
	.menu-trigger.active span:nth-of-type(1) {
	transform: translateY(9px) rotate(-37.5deg);}
	.menu-trigger.active span:nth-of-type(3) {
	transform: translateY(-9px) rotate(37.5deg);}

	.bold{font-weight: bold;}
	.flex_head1 {display: block; font-size: 15px; text-align: center;}
	.flex_head1 p.inter {display: inline-block;}
	.flex_head1 p.inter a {font-weight: 400;}
	.flex_head1 img {vertical-align: middle;}
	.spMagintop20{margin-top: 20px;}
}
@media screen and (max-width: 640px){
	.font32 {font-size: 22px;}
	.font24 {font-size: 18px;}
	.font22 {font-size: 18px;}
	.font20 {font-size: 15px;}
	.gMuli36p16 {font-size: 20px;letter-spacing: 2px;margin-bottom: 7px;}
	.gMuli36p16 p {font-size: 15px;}
	.gMuli18 {font-size: 22px;letter-spacing: 2px;}
	
	#footer div.flex.sns{margin: 5px auto 0;}
	#footer {padding: 35px 0px 35px;}
	.marginT40 {margin-top: 30px;}
	#footer {margin-top: 30px;}
	.gotop a img{width: 80px;}

	.exhib_flex {display: block;}
	.exhib_flex .ph{max-width: 300px;width: 300px;margin: 0 auto 20px;}
	.exhib_flex .desc{width: auto;margin-left: 0;}

	#mmenu .webshop ul.flex.icon {padding-left: 20px;}
	#mmenu ul.flex.icon > li{padding: 0px 0px 0px 10px;}
}
@media screen and (max-width: 600px){
	#read {padding: 0 10px;}
	.h3_parent {display: block;}
	.h3_parent .right {position: static;}
	#head{padding: 12px 0 12px;}
	#head h1{padding-right : 0px;padding-bottom : 0px;}
	#mmenu.fadeIn {top: 46px; height: calc(100vh - 46px);}
	#mmenu .flex.me {font-size: 25px;margin: 0px 10px 0;}
	#mmenu .flex.me > li {padding: 15px 0;}
	#mmenu ul.sp-nav-list li a{padding: 10px 0; font-size: 20px;}
	#mmenu .flex.me span{font-size: 14px;}
	#mmenu .flex.me li.ph img {width: 150px;}

	#mmenu .webshop {display: block;}
	#mmenu .webshop ul.flex.icon {padding-left: 0px; margin-top: 15px;}
	#mmenu ul.flex.icon > li {padding: 0px 0px 0px 30px;}

	#breadcrumb p {padding: 0 10px;}
	.gMuli52{font-size: 32px; line-height: 1.1; }
	.gMuli52	p{padding-top : 10px;}
}
@media screen and (max-width: 500px){
	/*#mmenu li.webshop ul.flex.icon {padding-left: 20px;}
	#mmenu ul.flex.icon > li{padding: 0px 0px 0px 10px;}*/
}
@media screen and (max-width:450px){
	.font32 {font-size: 24px;}
	.font24 {font-size: 19px;}
	.font22 {font-size: 18px;}
	.font20 {font-size: 16px;}
	.font18 {font-size: 15px;}
	.gotop a img{width: 60px;}
	br.none450{display: none;}
	/*#mmenu .webshop ul.flex.icon {padding-left: 15px;}
	#mmenu ul.flex.icon > li{padding: 0px 0px 0px 8px;}*/
}
@media screen and (max-width: 375px){
	#head .flex h1 {margin-right: 6px;}
	#head .flex img.logo1 {width: 119px;}
	#head .flex img.logo2 {width: 142px;}
	header.sp a img {width: 30px;}
}

