/*
Theme name: 鳥取県デザイナー協会
Author: Nobody
Author URI: https://dev.tda.jp
Version: 1.0
*/

/****  リセット  ****/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style:normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, section {
	display: block;
}
h1,h2,h3,h4,h5,h6{
	clear: both;
}




/****  base  ****/
body{
	font-size: 17px;
	line-height: 1.7; 
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	color: #727171;
	min-width: 1100px;
} 
*{
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
		box-sizing: border-box;
}

p, h1, h2, h3, h4, h5, h6{
	word-wrap:break-word;
	overflow-wrap:break-word;
}



/****  文字装飾  ****/

.red{color: red;}
.blue{color: blue;}
.green{color: green;}
.gray{color: gray;}

.b, strong{font-weight: bold;}

.ll{font-size: 1.6em; font-weight: bold;}
.l{font-size: 1.3em; font-weight: bold;}
.s{font-size: 0.85em;}
.ss{font-size: 0.65em;}

.back-red{background-color: #ffccff;}
.back-blue{background-color:#ccffff;}

.badge-red,
.badge-green{
	padding: 3px 8px 1px;
	margin-right: 5px;
	border-radius: 7px;
	color: #fff;
}
.badge-red{
	background-color: #e00;
}
.badge-green{
	background-color: #060;
}

.clear{
	clear: both;
	line-height: 0;
	overflow: hidden;
}
.space{
	clear: both;
	height: 2.5em;
}

table.hyou{
	border-collapse: collapse; 
	table-layout: fixed;
	margin: 20px auto 2.5em;
	border:1px solid #111;
}

table.hyou th, table.hyou td{
	text-align: center;
	padding: 5px 10px;
	border: 1px solid #111;
}

table.hyou th{
	background-color: #bde;
}

.no-deco{text-decoration: none;}

a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}




/****  ベーシックレイアウト  ****/
.main-side{
	width: 1100px;
	margin: 30px auto;
	padding: 0 50px;
	overflow: hidden;
}

.main {
	width: 700px;
	margin-right: 30px;
	float: left;
}

.main-full {
	width: 1000px;
	margin: 0 auto;
}

.top-red-line {
	clear: both;
	color: #fff;
	background-color: #FF0000;
	padding: 0;
	margin-bottom: 10px;
}

.top-red-line-title {
	color: #fff;
	font-size: 0.7em;
	background-color: #FF0000;
	padding: 4px 0 4px;
	/* margin: 0 0 0 35px; */
}
.side {
	width: 270px;
	float: left;
	margin-bottom: 30px;
}

.footer-hogo {
	clear: both;
	color: #595757;
	background-color: #fff;
}
.footer-hogo-inner {
	width: 1000px;
	margin: 0 auto;
	background-color: #fff;
	overflow: hidden;
}
.hogo-style {
	text-align: right;
}
.hogo-style a {
	color: #333;
	text-decoration: none;
}
.hogo-style a:hover {
	text-decoration: underline;
	color: #aaa;
	cursor: pointer;
}
.footer{
	clear: both;
	color: #fff;
	background-color: #595757;
}
.footer-inner {
	width: 1000px;
	margin: 0 auto;
	background-color: #595757;
	overflow: hidden;
}
.footer-text {
	font-size: 1.0em;
	text-align: center;
}


/****  ヘッダー  ****/
.header-inner{
	width: 1100px;
	padding: 0 50px;
	margin: 0 auto;
}
.header-top {
	width: 1100px;
	margin: 0 auto;
}
.header-title {
	font-weight: 500;
	font-size: 1.8em;
	margin-bottom: 9px;
}
.header-left {
	width: 20%;
	height: auto;
	float: left;
/*	padding-left: 50px; */
}
.header-right {
	width: 80%;
	float: right;
	text-align: right;
/*	padding-right: 50px; */
}
.header-logo {
	margin: 10px 0;
}

.header-about-box {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-around;
	width: 100%;
	margin: 0 auto;
}

.header-about-left {
	width: 50%;
	padding: 20px;
}

.header-about-right {
	width: 50%;
	padding: 20px;
}

.header-about {
	font-weight: 400;
	font-size: 1.0em;
	line-height: 1.7;
}

.header-img-box {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-around;
	margin-top: 60px;
}

.header-img {
	margin-right: 15px;
}

.header-img img {
	width: 100%;
}

@media screen and (max-width: 800px) {
.header-about-box {
	flex-wrap: wrap;
}

.header-about-left {
	width: 100%;
}

.header-about-right {
	width: 100%;
}

.header-img-box {
	margin-top: 10px;
}
}

.site-title{
	color: #333;
	font-size: 1.9em;
	text-shadow: 1px 1px 0 #666;
	padding: 20px 20px 15px;
}
.header-img{
	display: block;
	max-width: 100%;
}
.site-title a{
	text-decoration: none;
	color: #333;
}

.site-desc{
	color: #333;
	font-size: 0.9em;
	padding: 20px 20px 0;
}

/* ヘッダートップメニュー */
#top-menu {
	display: block;
}
#top-menu ul {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	/* font-size: 1.12em; */
	list-style-type: none;
	margin: 0;
	padding: 30px 0 10px;
	overflow: hidden;
 	background-color: #fff;
}
#top-menu ul li {
	display: inline-block;
}
#top-menu ul li a {
	font-size: .8em;
	display: block;
	color: #727171;
	width: 100%;
	height: 100%;
	text-align: left;
	text-decoration: none;
	padding: 0 0 0 20px;
    margin: 0 10px 0 0;
    background-image: url(./images/label_global.gif);
    background-repeat: no-repeat;
	background-position-y: 2px;
}
#top-menu ul li a:hover {
	color: #0b1118;
}



/* グローバルメニュー */
*, *:before, *:after {
	box-sizing: border-box;
}
.gmenu{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
	background-color: #fff;
}
.gmenu > div{
	width: 20%;
	height: 53px;
	border-left: 1px solid #727171;
	border-top: 1px solid #727171;
	border-bottom: 1px solid #727171;
}
.gmenu > div:last-child {
	border-right: 1px solid #727171;
}
.gmenu > div a {
	display: block;
	color: #727171;
	text-align: center;
	padding: 11px 0 12px;
	text-decoration: none;
}
.gmenu > div a:hover {
	color: #fff;
	background-color: #727171;
}
@media screen and (max-width: 800px) {
	.gmenu > div{
		width: 33.333333%;
	}
	.gmenu > div:nth-child(3){
		border-right: 1px solid #727171;
	}
	.gmenu > div:first-child,
	.gmenu > div:nth-child(2){
		border-bottom: 0;
	}
}
@media screen and (max-width: 400px) {
	.gmenu > div{
		width: 100%;
	}
	.gmenu > div:nth-child(odd){
		border-right: 1px solid #727171;
	}
	.gmenu > div:nth-child(3){
		border-bottom: 0;
	}
}

.fixed {
    position: fixed;
	width: 1000px;
	top: 0;
	z-index: 1000;
	background-color: #fff;
}

.content-start-margin {
	margin-top: 180px;
}

/* 第二メニュー */
.submenu{
	font-size: 1.2em;
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
	background-color: #fff;
	margin-top: 20px;
}
.submenu > div{
	width: 25%;
	height: 104px;
	padding: 10px;
	margin-bottom: 20px;
}
.submenu > div a {
	display: block;
	color: red;
	text-align: center;
	padding: 15px 0;
	text-decoration: none;
	border: 3px solid red;
}
.submenu > div:first-child a,
.submenu > div:nth-child(2) a,
.submenu > div:nth-child(5) a {
	padding: 32px 0 32px;
}
.submenu > div a:hover {
	color: #fff;
	background-color: red;
}

@media screen and (max-width: 1000px) {
	.submenu > div{
		width: 33.33333%;
	}
}
@media screen and (max-width: 800px) {
	.submenu > div{
		width: 50%;
	}
}
@media screen and (max-width: 550px) {
	.submenu > div{
		width: 100%;
	}
}

/* スマホ時グローバルメニュー */
nav.globalMenuSp {
	display: none;
    position: fixed;
    z-index: 20;
    top: 0;
    left: 0;
    background: #fff;
    color: #000;
    text-align: center;
    transform: translateY(-100%);
    transition: all 0.35s;
    width: 100%;
}
 
nav.globalMenuSp ul {
    background: #868686;
    margin: 0 auto;
    padding: 0;
    width: 100%;
	opacity: 0.9;
}
 
nav.globalMenuSp ul li {
    font-size: 1.1em;
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: 1px dotted #333;
}
 
/* 最後はラインを描かない */
nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
 
nav.globalMenuSp ul li a {
    display: block;
    color: #fff;
    padding: 1em 0;
	text-decoration: none;
}
nav.globalMenuSp ul li a:hover {
	background-color: #9F9F9F;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
    transform: translateY(0%);
}

.navToggle {
    display: none;
    position: fixed;    /* bodyに対しての絶対位置指定 */
    right: 20px;
    top: 15px;
    width: 42px;
    height: 51px;
    cursor: pointer;
    z-index: 30;
    background: #666;
    text-align: center;
}
 
.navToggle span {
    display: block;
    position: absolute;    /* .navToggleに対して */
    width: 30px;
    border-bottom: solid 3px #eee;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 6px;
}
 
.navToggle span:nth-child(1) {
    top: 9px;
}
 
.navToggle span:nth-child(2) {
    top: 18px;
}
 
.navToggle span:nth-child(3) {
    top: 27px;
}
 
.navToggle span:nth-child(4) {
    border: none;
    color: #eee;
    font-size: 9px;
    font-weight: bold;
    top: 34px;
}

/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
 
/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}



/* スマホ時しょうひんカテゴリメニュー */
.page-id-208 nav.cateMenuSp {
	display: none;
    position: fixed;
    z-index: 20;
    top: 129px;
    left: 0;
    background: #fff;
    color: #000;
    text-align: center;
    transform: translateY(-100%);
    transition: all 0.35s;
    width: 100%;
}
 
.page-id-208 nav.cateMenuSp ul {
    background: #89c997;
    margin: 0 auto;
    padding: 0;
    width: 100%;
	opacity: 0.9;
}
 
.page-id-208 nav.cateMenuSp ul li {
    font-size: 1.1em;
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: 1px dotted #333;
}
 
/* 最後はラインを描かない */
.page-id-208 nav.cateMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
 
.page-id-208 nav.cateMenuSp ul li a {
    display: block;
    color: #fff;
    padding: 1em 0;
	text-decoration: none;
}
.page-id-208 nav.cateMenuSp ul li a:hover {
	background-color: #52C86C;
}

/* このクラスを、jQueryで付与・削除する */
.page-id-208 nav.cateMenuSp.active {
    transform: translateY(0%);
}

.page-id-208 .nav-pcate-Toggle {
    display: none;
    position: fixed;    /* bodyに対しての絶対位置指定 */
    right: 13px;
    top: 150px;
    width: 42px;
    height: 51px;
    cursor: pointer;
    z-index: 30;
    background: red;
    text-align: center;
}
 
.page-id-208 .nav-pcate-Toggle span {
    display: block;
    position: absolute;    /* .navToggleに対して */
    width: 30px;
    border-bottom: solid 3px #eee;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 6px;
}
 
.page-id-208 .nav-pcate-Toggle span:nth-child(1) {
    top: 9px;
}
 
.page-id-208 .nav-pcate-Toggle span:nth-child(2) {
    top: 18px;
}
 
.page-id-208 .nav-pcate-Toggle span:nth-child(3) {
    top: 27px;
}
 
.page-id-208 .nav-pcate-Toggle span:nth-child(4) {
    border: none;
    color: #eee;
    font-size: 9px;
    font-weight: bold;
    top: 34px;
}

/* 最初のspanをマイナス45度に */
.page-id-208 .nav-pcate-Toggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
 
/* 2番目と3番目のspanを45度に */
.page-id-208 .nav-pcate-Toggle.active span:nth-child(2),
.page-id-208 .nav-pcate-Toggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* スライドショーエリア */
.slider-container {
	width: 1000px;
	height: 563px;
	margin: 0 auto;
}

/* トップフォトエリア */
.top-photo-area {
	width: 1000px;
	height: 195px;
	margin: 0 auto;
}

.top-photo-area img {
	width: 100%;
}

/****  パンくず  ****/
.bread{
	margin: -10px 0 5px;
	font-size: 0.9em;
}
.bread ul{
	list-style: none;
	font-size: 0.75em;
}
.bread ul li{
	color: #666;
	display: inline-block;
	margin: 0 10px;
}
.bread ul li a{
	color: #666;
}





/****  big-box  ****/
.big-box{
	margin-bottom: 30px;
}
.big-box .box-header{
	font-size: 1.5em;
	padding: 0;
	margin: 0 0 10px 5px;
}

.hide{
	display: none;
}
.post{
	width: 32%;
	float: left;
	background-color: #fff;
	margin-right: 2%;
	margin-bottom: 30px;
	box-shadow: 0 2px 5px #999;
	overflow: hidden;
}

.col-3{
	margin-right: 0;
}
.thumb-box{
	overflow:hidden;
}

.thumb-box img{
	width:100%;
	height: auto;
	display: block;
}
.no-thumbnail{
	height: 120px;
	position: relative;
	overflow: hidden;
}
.no-thumbnail p{
	color: #fff;
	font-size: 1.1em;
	line-height: 1;
	position: absolute;
	right: 10px;
	bottom: 25px;
	text-align: right;
}

.post-info{
	padding: 10px;
}
.share-count-top{
	margin: 5px 10px 5px 0;
	font-size: 0.8em;
	line-height: 1;
	vertical-align: top;
	float: left;
}
.up-date{
	font-size: 0.8em;
	color: #666;
	float: left;
}
.post-title{
	color: #333;
	font-size: 1em;
	padding: 3px 0 0;
	line-height: 1.5;
	clear: both;
}
.post-title a{
	color: #333;
	text-decoration: none;
}

.cat-link{
	text-align: right;
	line-height: 1;
	clear: both;
}
.cat-folder{
	font-size: 1.3em;
	color: #808080;
	vertical-align: middle;
}
.cat-link a{
	display: inline-block;
	padding: 1px 5px 0px;
	background-color: #414852;
	line-height: 1.4;
	text-decoration: none;
	color: #fff;
	font-size: 0.7em;
}

.clear3{
	clear: both;
}
.more-link{
	width: 64px;
	height: 64px;
	line-height: 21px;
	padding-top: 18px;
	margin: -15px auto 55px;
	border-radius: 32px;
	font-size: 1.1em;
	color: #fff;
	text-align: center;
	box-shadow: 0 2px 5px #999;
}
.more-link:hover{
	cursor: pointer;
}
.more-link a:hover{
	color: #fff;
}


/* トップページおしらせ一覧へ */
div.ichiranRight{
   	text-align: right;
}
.to-ichiran a {
	font-size: 1.0em;
	color: #727171;
	text-decoration: none;
}

/****　　投稿・固定ページ  ****/
.content-box{
	background-color: #fff;
	padding: 0 20px 30px;
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
}
.content-header{
	margin: 0 -43px 10px;
	padding: 10px 43px 10px;
}

h1.title{
	font-size: 1.9em;
	color: #111;
	line-height: 1.6;
	margin: 45px 0 40px;
	font-weight: bold;
}

.content-header .up-date,
.content-header .cat-link{
	text-align: right;
	float: none;
}
.sns-counts .share-count-top{
	font-size: 1.1em;
}

.eye-catch{
	display: block;
	max-width: 100%;
	margin: 0 auto 30px;
	box-shadow: 0 2px 5px #999;
	clear: both;
}
.content{
	margin-bottom: 50px;
	clear: both;
}

.content p{
	margin-bottom: 1.0em;
	line-height: 1.9;
}

.content h2{
	clear: both;
	font-weight: 700;
	font-size: 1.6em;
	line-height: 1.3;
	width: 100%;
/*	padding: 10px 5px 5px 43px; */
	margin: 30px 0 15px;
}

.content h3{
	clear: both;
	font-size: 1.4em;
	line-height: 1.2;
	/* padding: 5px 15px 0; */
	margin: 30px 0 15px;
}

.content h4{
	clear: both;
	color: #111;
	font-size: 1.2em;
	line-height: 1.3;
	padding: 3px 12px 0;
	margin: 30px 0 15px;
}

.content h5{
	clear: both;
	color: #111;
	font-size: 1.1em;
	line-height: 1.2;
	padding: 3px 17px 0;
	margin: 30px 0 10px;
}

.content h6{
	clear: both;
	color: #111;
	font-size: 1.0em;
	line-height: 1.2;
	padding: 0 20px 0;
	margin: 30px 0 10px;
}

.content img{
	max-width: 100%;
	height: auto;
}

.content img.alignnone{
	max-width: 100%;
	height: auto;
	margin: 10px 0;
	box-shadow: 0 2px 5px #999;
}


.content img.alignright {
	max-width: 50%;
	height: auto;
	display: block;
	float: right;
	margin: 0 0 10px 10px;
	box-shadow: 0 2px 5px #999;
}

.content img.alignleft {
	max-width: 50%;
	height: auto;
	display: block;
	float: left;
	margin: 0 15px 10px 0;
	box-shadow: 0 2px 5px #999;
}

.content img.aligncenter{
	max-width: 100%;
	height: auto;
	display: block;
	margin: 10px auto;
	box-shadow: 0 2px 5px #999;
}
.content iframe{
	display: block;
	max-width: 100%;
	margin: 0 auto 2em;
}
.content blockquote{
	width: 90%;
	margin: 0 auto 2em;
	font-size: 0.9em;
	line-height:1.5;
	background-color: #eef;
	padding: 30px 20px 1px;
}
.content blockquote:before{
	content: "“";
	color: #999;
	display: block;
	font-size: 3em;
	line-height: 0.6;
}

.content ul,
.content ol
{
	padding-left: 2%;
	margin-bottom: 2em;
}
.content ul li,
.content ol li{
	margin-bottom: 15px;
}

.content dl{
	padding: 0 4%;
	margin-bottom: 2.5em;
}
.content dl dt{
	font-size:1.2em;
	padding-left: 10px;
	border-bottom: 1px solid #aaa;
	margin-bottom: 5px;
}
.content dl dd{
	margin-bottom: 1.5em;
}
.content .wp-caption{
	text-align: center;
	max-width: 100% !important;
}







/****  サイドバー  ****/
.side-box{
	background-color: #fff;
	overflow: hidden;
	padding: 0 15px 10px 0;
	margin-bottom: 30px;
}
.side-title {
	font-size: 1.5em;
	padding-bottom: 15px;
}
.side .box{
	background-color: #fff;
	overflow: hidden;
	padding: 0 15px 10px;
	margin-bottom: 30px;
}
.side .box-header{
	font-size: 1.2em;
	padding: 15px 0 5px;
	margin: 0 0 5px;
}

.side ul li{
	list-style: none;
	line-height: 1.3;
	margin-bottom: 15px;
	font-size: 0.95em;
	clear:both;
	overflow: hidden;
}
.side .box a{
	color: #006699;
	text-decoration: none;
}
.side .box a:hover{
	color: #EA3382;
}

.side ul.children{
	margin: 8px 0 0 25px;
	font-size: 0.95em;
}
.search-box{
	height: 35px;
	box-shadow: 0 2px 5px #999;
	margin-bottom: 30px;
}
.search-text{
	width: 80%;
	height: 100%;
	font-size: 1em;
	float: left;
	padding: 5px 10px;
	margin: 0;
	border: none;
}
.search-submit{
	font-size: 1.2em;
	width:20%;
	height: 100%;
	display: inline;
	padding: 0;
	margin: 0;
	border: none;
	color: #fff;
	cursor: pointer;
	-webkit-appearance: none;
	border-radius: 0;
}
.search-submit:hover{
	background-color: #EA3382;
}

.side-share{
	font-size: 1.2em;
	padding: 0 15px;
	margin: 0 0 5px;
}





/****  フッター  ****/
.footer-right p{

}

.footer-text-kyokai {
/*	font-size: 1.3em;
*/	padding: 30px 10px 10px;
	font-size: 85%;
	font-weight: bold;
}
.footer-text-copy {
/*	font-size: 1.0em;
*/	padding: 0 10px 30px;
	font-size: 85%;
}
.footer-text-addr-tel {
/*	font-size: 1.0em;
*/	padding: 0 10px;
	font-size: 85%;
}
.footer-text-copy a {
	font-size: 85%;
/*	font-size: 1.0em;
*/}
.footer-name {
	color: #fff;
	text-decoration: none;
}

/****  MENUバー、ガクッとなる対策  ****/
.add-margin{
	margin-bottom: 94px;
}
.home .add-margin{
	margin-bottom: 67px;
}


@media screen and (max-width: 1100px) {
body{
	min-width: 0; 
	width: 100%;
}

.main-side{
	width: 100%;
	/* margin: 0 0 30px; */
	padding: 0 50px;
}
.main{
	width: 100%;
	margin-right: 0;
	float: none;
}
.main-full {
	width: 100%;
}
.side {
	width: 100%;
	float: none;
	margin: 0 auto;
}
.header-mail {
	padding-right: 30px;
}
.slider-container{
	width: 100%;
	height: auto;
}
.header-inner{
	width: 100%;
}

.fixed {
	width: 100%;
	padding-right: 100px;
}
.top-photo-area {
	width: 100%;
	height: auto;
}

	.header-mail {
		position: fixed;
		margin-top: 0;
		top: 10px;
		right: 3px;
	}
.site-title{
	font-size: 1.6em;
}
	.gmenu-container {
		display: none;
		width: 100%;
	}
.content-start-margin {
	margin-top: 130px;
}
/*	
.content-box{
	width: 100%;
	margin: 30px 0 30px;
	padding: 0 0 30px;
	overflow: hidden;
	box-shadow: none;
}
*/
.header-title {
	font-size: 1.6em;
	margin-bottom: 8px;
}
.header-about {
	font-size: 1.0em;
	line-height: 1.5;
}
.footer-hogo-inner {
	width: 100%;
}

.hogo-style {
	text-align: center;
}

/****  MENUバー、ガクッとなる対策  ****/
.add-margin{
	margin-bottom: 94px;
}
.home .add-margin{
	margin-bottom: 67px;
}

}


@media screen and (max-width: 1000px) {

.main-artist {
	float: none;
	margin: 0 auto;
}
.side-artist {
	float: none;
	margin: 0 auto;
}
.main-product-list {
	float: none;
	margin: 0 auto;
}
.main-product {
	float: none;
	margin: 0 auto;
}
.side-product {
	float: none;
	margin: 0 auto;
}

	.page-id-208 .nav-pcate-Toggle {
		display: block;
	}
.page-id-208 nav.cateMenuSp {
	display: block;
}
.side-product-list {
	display: none;
	}
	/*
.content-header{
	margin-left: -7%;
	margin-right: -7%;
	padding-left: 6%;
	padding-right: 6%;
}
.content-header .bread{
	margin-left: 0;
}
	*/
.content h2{
	margin-left: -7%;
	padding-left: 6%;
}
/*
.bread{
	margin-top: 20px;
}
*/
.big-box{
	width: 100%;
	padding: 20px 6% 30px;
}
.post{
	width: 30%;
	margin-right: 5%;
}
.col-3{
	margin-right: 0;
}

.min-box{
	width: 47%;
	margin-left: 2%;
	margin-right: 2%;
	font-size: 17px;
}
.right{
	margin-left: 0;
}
.min-box .thumb-box{
	height: 80px;
}
.min-box .no-thumbnail{
	max-height: 80px;
}
.min-box .share-count-top{
	margin-top: 5px;
}

.main .prof-box{
	font-size: 20px;
}

.side{
	width: 100%;
}
.side-left{
	width: 47%;
	float: left;
	margin-left: 2%;
	margin-right: 2%;
}
.side-right{
	width: 47%;
	float: left;
	margin-left: 0;
	margin-right: 2%;
}
	.footer-inner {
		width: 100%;
	}


/****  MENUバー、ガクッとなる対策  ****/
.add-margin{
	margin-bottom: 94px;
}
.home .add-margin{
	margin-bottom: 67px;
}

}







@media screen and (max-width: 850px) {
body{
}
	/*
.header-inner{
	padding-top: 0;
	padding-bottom: 0;
}
	*/
.site-title{
	padding-top: 50px;
	padding-bottom: 30px;
}
.site-desc{
	//padding-top: 0;
	padding-bottom: 30px;
}

.big-box{
	padding: 0 3% 0;
}
.post{
	width: 32%;
	margin-right: 2%;
}
.col-3{
	margin-right: 0;
}

.min-box{
	width: 48%;
	margin-left: 1%;
	margin-right: 2%;
}
.right{
	margin-left: 0;
	margin-right: 1%;
}

.min-more-link{
	right: 5%;
}

.main .prof-box{
	font-size: 18px;
}

.side-left{
	width: 48%;
	float: left;
	margin-left: 1%;
	margin-right: 2%;
}
.side-right{
	width: 48%;
	float: left;
	margin-left: 0;
	margin-right: 1%;
}

.content-box{
	padding: 0 5% 30px;
}
.content-header{
	margin-left: -6%;
	margin-right: -6%;
	padding-left: 5%;
	padding-right: 5%;
}
h1.title{
	font-size: 1.7em;
	margin: 30px 2% 20px;
}
.content h2{
	margin-left: -6%;
	padding-left: 5%;
}

/****  MENUバー、ガクッとなる対策  ****/
.add-margin{
	margin-bottom: 94px;
}
.home .add-margin{
	margin-bottom: 67px;
}

}


@media screen and (max-width: 800px) {
.header-inner{
	padding: 0 20px;
}
.main-side{
	padding: 0 20px;
}
.fixed {
    padding-right: 40px;
}
.main-product-list {
	width: 100%;
}
.main-product {
	width: 100%;
}
}

@media screen and (max-width: 760px) {
#top-menu {
	display: none;
}
	.gmenu {
		display: none;
	}
nav.globalMenuSp {
	display: block;
}
.navToggle {
    display: block;
}
}

@media screen and (max-width: 750px) {

.footer-text-kyokai {
	font-size: 1.2em;
	padding: 50px 10px 10px;
}
.footer-text-copy {
	font-size: 0.9em;
	padding: 0 10px 30px;
}
.footer-text-addr-tel {
	font-size: 0.9em;
	padding: 0 10px;
}
.footer-text-copy a {
	font-size: 0.9em;
}
.main-artist {
	width: 100%;
}
	.footer-left {
		width: 100%;
		float: none;
	}
	.footer-right {
		width: 100%;
		float: none;
	}
}


@media screen and (max-width: 700px) {

.big-box{
	padding-left: 5%;
	padding-right: 5%;
}
.post{
	width: 47%;
	float: left;
	margin-right: 6%;
}
.col-3{
	margin-right: 6%;
}
.col-2{
	margin-right: 0;
}
.clear3{
	clear: none;
}
.clear2{
	clear: both;
}

.min-box{
	width: 100%;
	float: none;
	margin: 0 auto 30px;
	padding-left: 5%;
	padding-right: 5%;
	font-size: 18px;
}
.min-box .box-header{
	font-size: 1.3em;
}
.min-box .thumb-box{
	height: 90px;
}
.min-box .no-thumbnail{
	max-height: 90px;
}
.min-box .post-info{
	padding: 8px 10px 1px;
}

.main .prof-box{
	font-size: 16px;
}

.kanren-post-name{
	font-size: 1.1em;
}

.side{
	font-size: 16px;
}
}




@media screen and (max-width: 640px) {
.footer-text-kyokai {
	font-size: 1.1em;
	padding: 50px 10px 10px;
}
.footer-text-copy {
	font-size: 0.8em;
	padding: 0 10px 30px;
}
.footer-text-addr-tel {
	font-size: 0.8em;
	padding: 0 10px;
}
.footer-text-copy a {
	font-size: 0.8em;
}
}


@media screen and (max-width: 600px) {
.side{
	font-size: 18px;
	padding-left: 6%;
	padding-right: 6%;
}
.side .box,
.side-left,
.side-right{
	width: 100%;
	float: none;
	margin-right: 0;
	margin-left: 0;
}
.side .box{
	padding-left: 5%;
	padding-right: 5%;
}
.affi-banner .box-header{
	margin-left: 5%;
}
.prof-name{
	font-size: 1.1em;
}
.prof-text{
	font-size: 0.9em;
}
.follow-underContent{
	margin-bottom: 45px;
}
.main .prof-box{
	width: 100%;
	float: none;
	padding: 0;
	font-size: 20px;
}
.main .follow-box{
	width: 100%;
	float: none;
	padding-left: 0;
}
.main .follow-box .box-header{
	padding-top: 5px;
}

.kanren .thumb-box{
	width: 23%;
	height: 77px;
}
.kanren-post-name{
	font-size: 1em;
}

.follow-icon{
	font-size: 2.4em;
}
.line{
	font-size: 2.6em;
}
}

@media screen and (max-width: 500px) {
	.header-left {
		padding-left: 5px;
	}
	.header-mail {
		padding-right: 10px;
	}
}

@media screen and (max-width: 450px) {
body{
	font-size: 16px;
}
.header-mail a {
    font-size: 0.8em;
}
.site-title{
	font-size: 1.4em;
	padding-top: 30px;
	padding-bottom: 15px;
}

.site-desc{
	font-size: 0.8em;
}

.bread ul li{
	margin: 0 3px;
}

.big-box{
	padding-left: 6%;
	padding-right: 6%;
}
.big-box .box-header{
	font-size: 1.3em;
}
.post{
	width: 100%;
	float: none;
	margin-right: 0;
}
.col-2,
.col-3{
	margin-right: 0;
}
.clear3,
.clear2{
	clear: both;
}
.post-title{
	font-size: 1.3em;
	line-height: 1.4;
}
.big-box .share-count-top{
	font-size: 1em;
}

.min-box{
	width: 100%;
	float: none;
	margin: 0 0 30px; 
	font-size: 17px;
}
.min-box .box-header{
	font-size: 1.1em;
}
.min-box .post{
	margin-left: 0;
	margin-right: 0;
}
.min-box .thumb-box{
	height: 75px;
}
.min-box .no-thumbnail{
	max-height: 75px;
}
.min-box .post-info{
	padding: 5px 0 0 10px;
}
.min-box .up-date,
.min-box .share-count-top{
	margin-bottom: 2px;
}
.min-box .share-count-top{
	margin-top: 6px;
}
.content-box{
	padding: 0 3% 30px;
}
.content-header{
	margin-left: -5%;
	margin-right: -5%;
	padding-left: 4%;
	padding-right: 4%;
}

h1.title{
	font-size: 1.5em;
	margin: 30px 2% 20px;
}

.content h2{
	font-size: 1.3em;
	padding: 7px 5px 4px 5%;
	margin-left: -5%;
}

.content h3{
	font-size: 1.3em;
	padding: 5px 10px 0;
}

.content h4{
	color: #111;
	font-size: 1.3em;
	padding: 3px 10px 0;
}

.content h5{
	font-size: 1.2em;
	padding: 3px 10px 0;
}
.content h6{
	font-size: 1.2em;
	padding: 0 13px 0;
}
.content ul,
.content ol{
	padding-left: 10%;
}

.kanren-post-name{
	font-size: 0.95em;
}

.main .prof-box{
	font-size: 18px;
}

.side{
	font-size: 17px;
}
.prof-name{
	font-size: 1em;
}
.prof-text{
	font-size: 0.8em;
}

.footer-text-kyokai {
	font-size: 1.2em;
	padding: 50px 0 10px;
}
.footer-text-copy {
	font-size: 0.9em;
	padding: 0 10px 30px;
}
.footer-text-addr-tel {
	font-size: 0.9em;
	padding: 0 10px;
}
.footer-text-copy a {
	font-size: 0.9em;
	padding: 0 10px;
}
.move-button{
	font-size: 1.7em !important;
	width: 48px;
	line-height: 48px;
	bottom: 3px;
}
.footer-left {
    padding-left: 20px;
}
	ul.footer-menu,
	.footer-icon,
	.footer-text-copy {
		padding-right: 0;
		text-align: center;
	}
.to-top{
	right: 3px;
}
.to-home{
	right: 56px;
}
.header-title {
	font-size: 1.5em;
	margin-bottom: 5px;
}
.header-about {
	font-size: 0.9em;
	line-height: 1.4;
}

.top-red-line-title {
	font-size: 0.5em;
}

/****  MENUバー、ガクッとなる対策  ****/
.add-margin{
	margin-bottom: 94px;
}
.home .add-margin{
	margin-bottom: 67px;
}
}




@media screen and (max-width: 350px) {
body{
	font-size: 15px;
}
.big-box{
	padding-left: 4%;
	padding-right: 4%;
}

.min-box{
	padding-left: 3%;
	padding-right: 3%;
}
.min-more-link{
	right: 3%;
}
.min-box .post-info{
	padding: 5px 0 0 5px;
}
.main .prof-box{
	font-size: 16px;
}

.kanren .thumb-box{
	height: 67px;
}

.side{
	font-size: 16px;
	padding-left: 3%;
	padding-right: 3%;
}

/****  MENUバー、ガクッとなる対策  ****/
.add-margin{
	margin-bottom: 94px;
}
.home .add-margin{
	margin-bottom: 67px;
}
}




/* facebookレスポンシブ対応 */
.fb-container {
	width: 400px;
	margin: 0 auto;
	margin-bottom: 50px;
}

@media screen and (max-width: 1000px) {
	.fb-container {
		width: 100%;
		max-width: 500px;
		margin: 0 auto;
	}
}

/* Googleカレンダー */
/*
.google-cal-wrap {
	max-width: 400px;
	margin: 30px 0;
}

.google-cal-iframe{
	width: 80vw !important;
	height: 80vw !important;
}
*/
.cal_wrapper {
max-width: 400px;
min-width: 300px;
margin: 2.0833% auto;
}

@media screen and (max-width: 1000px) {
	.cal_wrapper {
		max-width: 500px;
	}
}

.googlecal {
position: relative;
padding-bottom: 100%;
height: 0;
}

.googlecal iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}

.oshirase-wrap {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: stretch;
}
.oshirase-left {
	width: 20%;/*15%*/
	margin-right: 20px;/*15px*/
}
.oshirase-right {
	width: 78%;/*85%*/
}
.oshirase-pict {
	display: block;
}
.oshirase-pict img {
	/*width: 141px;
	height: 106px; */
}
.content-title {
	text-align: left;
	margin-top: -6px;
	margin-bottom: 6px;
}
.content-title a {
	color: #333;
	font-size: 1.0em;
	font-weight: bold;
}
.content-oshirase {
	margin-bottom: 6px;
}
.content-oshirase a {
	font-size: 0.9em;
	color: #727171;
}
.content-oshirase a:hover {
	color: #0b1118;
}
.oshirase-time {
	font-size: 0.8em;
	text-align: right;
	padding-bottom: 30px;
}



@media screen and (max-width: 950px) {
	.oshirase-pict img {
		width: 100%;
		height: 90px;
	}
}

@media screen and (max-width: 800px) {
	.oshirase-wrap {
		flex-flow: row wrap;
	}
	.oshirase-right {
		width: 100%;
		margin-top: 10px;
	}
	.oshirase-pict img {
		width: 180px;
		height: 135px;
	}

}


/* アーチスト一覧グリッド */
.artist-grid {
  display:flex;
  justify-content:space-around;
	list-style-type: none;
  flex-wrap: wrap;
}
.artist-grid:before{
    content:"";
    display:block;
    width: 216px;
    height:0;
    order:1;
  }
.artist-grid::after{
    content:"";
    display:block;
    width: 216px;
    height:0;
  }

.artist-grid > li {
	font-weight: 500;
	padding: 0;
	margin-bottom: 50px;
}
.artist-grid-outer {
	position: relative;
	width: 207px;
	height: 207px;
  background-color: rgba(255, 255, 255, 0);
  overflow: auto;
  /* min-width: 0; */
	overflow-y: hidden;
	border: 3px solid #BBBBBB;
	box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.25);
/*	-webkit-border-radius: 20px;
	   -moz-border-radius: 20px;
	        border-radius: 20px; */
	/* box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.2) inset; */
}

.artist-grid > li img {
	/* border: 10px solid rgba(0, 0, 0, 0); */
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

.artist-grid p {
	font-weight: 500;
	padding: 0;
	text-align: center;
	margin-top: 10px;
	width: 216px;
}


/* アーチストページ saizu小　21/07/28oo 1.65→1.5*/
h1.artist-name {
	font-weight: 500;
	font-size: 1.50em;
	text-align: center;
	/*margin-top: 140px;*/
}



.artist-roman {
	font-size: 0.6em;
}

/* saizu小　21/06/16oo */
.artist-hiragana {
	font-weight: 500;
	font-size: 0.7em;
	text-align: center;
}


ul.artist-side-name {
	list-style-type: none;
}

ul.artist-side-name li {
	font-size: 1.1em;
}
ul.artist-side-name li:first-child {
	margin-top: 10px;
}
ul.artist-side-name li a {
	color: #1a1311;
	font-weight: 700;
	display: block;
	text-decoration: none;
	padding: 13px 0 13px 15px;
}
ul.artist-side-name a:hover {
	color: #707070;
}



/*
.artist-side-name {
	font-size: 1.1em;
}
.artist-side-name a {
	color: #1a1311;
	display: block;
	text-decoration: none;
	padding: 10px 0;
}
.artist-side-name a:hover {
	color: #707070;
}
*/

.artist-side-roman {
	font-size: 0.9em;
}
.artist-h-bar {
	width: 96%;
	margin: 5px 0 50px 20px;
	height: 5px;
	/* box-shadow: 0 2px 5px; */
	background-color: #BCBCBC;
}

h3.chiku-name {
	display: inline-block;
	font-size: 1.0em;
	color: #fff;
	background-color: #cf2e2e;
	padding: 0 0.5em;
	margin-top: 20px;
}

h3.chiku-name:first-of-type {
	margin-top: 10px;
}

.artist-info-box {
	display: flex;
	align-items: flex-start;
	flex-flow: row nowrap;
	margin-bottom: 30px;
}
.artist-name-box {
	width: 270px;
	height: 300px;
	margin: 8px 0 10px;
}
.artist-name-inner {
    position: relative;
    width: 270px; /* 領域の幅を指定 */
    height: 80px; /* 領域の高さを指定 */
    background-color: #fff;
}
/*
.artist-name-inner img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
*/
.artist-info-text {
	padding-left: 30px;
	padding-bottom: 50px;
}
.artist-award-midashi {
}
dl.artist-award {
	line-height: 1.2;
}
dt.artist-award-year {
  float: left;
}
dd.artist-award-title {
  margin-left: 100px;
	margin-bottom: 20px;
}

@media screen and (max-width: 650px) {
.artist-info-box {
	flex-flow: row wrap;
	justify-content:center;
}
}


/* アーチスト個別ページ作品一覧表示 */
.hes-gallery {
  display:flex;
  justify-content:space-around;
  flex-wrap: wrap;
	list-style-type: none;
}
.hes-gallery:before{
    content:"";
    display:block;
    /* width: 148px; */
    width: 207;
    height:0;
    order:1;
  }
.hes-gallery:after{
    content:"";
    display:block;
    /* width: 148px; */
    width: 207px;
    height:0;
  }
.hes-gallery > li {
	margin: 0 5px;
	margin-bottom: 30px;
}
/* 外枠に設定する class */
.img_outer{
    position: relative;
    width: 207px; /* 領域の幅を指定 */
    height: 207px; /* 領域の高さを指定 */
    margin: auto;
    background-color: #fff;
	padding: 0;
	border: 3px solid #BBBBBB;
	box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.25);
}

/* 画像に対して指定する class */
.hes-gallery > li img {
	/* border: 10px solid rgba(0, 0, 0, 0); */
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
	/* border-radius: 20px; */
}

/*
.hes-gallery > li img:hover {
  transform: scale(1.04);
	cursor: pointer;
}
*/

.works-exp {
	width: 208px;
	/* width: 148px; */
	font-size: 0.8em;
	line-height: 1.2;
	margin-top: 5px;
}


/* ============================== */

/* しょうひんページ */
h1.product-name {
	margin-left: 20px;
	font-size: 1.76em;
}
.product-h-bar {
	width: 96%;
	margin: 5px 0 50px 20px;
	height: 5px;
	/* box-shadow: 0 2px 5px; */
	background-color: #BCBCBC;
}
.product-info-box {
	display: flex;
	align-items: flex-start;
	flex-flow: row nowrap;
	margin-bottom: 30px;
}
.product-info-picture {
	position: relative;
	width: 300px;
	height: 300px;
}
.product-info-picture img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.product-info-price {
	font-size: 1.4em;
	color: red;
}
.product-info-text {
	color: #1A1311;;
	padding-left: 30px;
	padding-bottom: 50px;
}
.product-info-text-box {
	padding-bottom: 30px;
}
.product-award-midashi {
	color: #1a1311;
}
dl.product-detail {
	
}
dt.product-detail-title {
  float: left;
}
dd.product-detail-info {
  margin-left: 100px;
}

@media screen and (max-width: 650px) {
.product-info-box {
	flex-flow: row wrap;
	justify-content:center;
}
}


/* しょうひん個別ページ作品一覧表示 */
/* 外枠に設定する class */
.product-img_outer{
    position: relative;
    width: 148px; /* 領域の幅を指定 */
    height: 148px; /* 領域の高さを指定 */
    /* margin: 1em 0; */
    background-color: #fff;
	padding: 15px;
	border-radius: 20px;
	box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.2) inset;
}

/* ============================== */


/* しょうひんカテゴリー一覧 */
ul.product-side-name {
	list-style-type: none;
}

ul.product-side-name li {
	font-size: 1.1em;
}
ul.product-side-name li:first-child {
	margin-top: 20px;
}
ul.product-side-name li a {
	color: #1a1311;
	font-weight: 700;
	display: block;
	text-decoration: none;
	padding: 5px 0 5px 15px;
}
ul.product-side-name a:hover {
	color: #707070;
}
/*
a.anchor {
    display: block;
    position: relative;
    top: -180px;
    visibility: hidden;
}
*/

.scat-title-image p {
	margin-top: 50px;
	margin-left: -30px;
}

.scat-title-image p:first-of-type {
	margin-top: 0;
}

#scti0 {
	padding-top: 180px;
	margin-top: -180px;
}

#scti1 {
	padding-top: 180px;
	margin-top: -180px;
}

#scti2 {
	padding-top: 180px;
	margin-top: -180px;
}

#scti3 {
	padding-top: 180px;
	margin-top: -180px;
}

#scti4 {
	padding-top: 180px;
	margin-top: -180px;
}

#scti5 {
	padding-top: 180px;
	margin-top: -180px;
}

#scti6 {
	padding-top: 180px;
	margin-top: -180px;
}

#scti7 {
	padding-top: 180px;
	margin-top: -180px;
}

#scti8 {
	padding-top: 180px;
	margin-top: -180px;
}

#scti9 {
	padding-top: 180px;
	margin-top: -180px;
}




@media screen and (max-width: 1100px) {
#scti0 {
	padding-top: 130px;
	margin-top: -130px;
}

#scti1 {
	padding-top: 130px;
	margin-top: -130px;
}

#scti2 {
	padding-top: 130px;
	margin-top: -130px;
}

#scti3 {
	padding-top: 130px;
	margin-top: -130px;
}

#scti4 {
	padding-top: 130px;
	margin-top: -130px;
}

#scti5 {
	padding-top: 130px;
	margin-top: -130px;
}

#scti6 {
	padding-top: 130px;
	margin-top: -130px;
}

#scti7 {
	padding-top: 130px;
	margin-top: -130px;
}

#scti8 {
	padding-top: 130px;
	margin-top: -130px;
}

#scti9 {
	padding-top: 130px;
	margin-top: -130px;
}
}


/* しょうひん一覧（カテゴリーごとの） */
.product-container {
  display:flex;
  justify-content:space-around;
  flex-wrap: wrap;
	list-style-type: none;
}
.product-container:after{
    content:"";
    display:block;
    width: 200px;
    height:0;
  }

.product-container > li {
}

/* 外枠に設定する class */
.product-img-outer{
    position: relative;
	width: 200px;
	height: 200px;
	border-radius: 20px;
	box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.2) inset;
    /* margin: 1em 0; */
    background-color: #fff;
	padding: 10px;
}

/* 画像に対して指定する class */
.product-container > li img {
	border: 10px solid rgba(0, 0, 0, 0);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

/* アソビバ・ギャラリー・コミュニティスペースcss */
.addr-tel {
	color: #221815;
	font-size: 1.47em;
	font-weight: 500;
	width: 500px;
	margin: 0 auto;
	line-height: 1.6;
	margin-bottom: 0.5em !important;
}
.route {
	color: #221815;
	font-size: 1.18em;
	font-weight: 500;
	width: 500px;
	margin: 0 auto;
	line-height: 1.5;
}

@media screen and (max-width: 500px) {
.addr-tel {
	width: 100%;
}
.route {
	width: 100%;
}
}

.about-title {
	color: #221815;
	font-size: 1.41em;
	width: 680px;
	margin: 0 auto !important;
}
.about-addr-tel {
	color: #221815;
	font-size: 1.0em;
	width: 680px;
	margin: 0 auto;
	line-height: 1.6;
}

.about-mail {
	font-size: 1.0em;
	width: 680px;
	margin: -2em auto 0!important;
	line-height: 1.6;
}
.about-mail a {
	color: #221815;
	text-decoration: none;
}
.about-mail a:hover {
	color: #948783;
}

.privacy-mail {
	font-size: 1.0em;
	margin-top: -2em;
}
.privacy-mail a {
	color: #221815;
	text-decoration: none;
}
.privacy-mail a:hover {
	color: #948783;
}

@media screen and (max-width: 680px) {
.about-title {
	width: 100%;
}
.about-addr-tel {
	width: 100%;
}
.about-mail {
	width: 100%;
}
}

.asobiba-img-pad {
	padding-left: 60px;
}
.asobiba-width {
	width: 980px !important;
    margin: 0 auto !important;
    padding: 0 0 20px 0 !important;
}

.commu-space-text {
	font-size: 1.3em;
	font-weight: 500;
	width: 980px;
	margin: 0 auto;
}
.asobiba-ol-pad {
	padding-left: 70px !important;
}

@media screen and (max-width: 1000px) {
.asobiba-ol-pad {
	padding-left: 25px !important;
}
}
@media screen and (max-width: 980px) {
.asobiba-width {
	width: 100% !important;
}
.commu-space-text {
	width: 100%;
}
}

@media screen and (max-width: 800px) {
.asobiba-img-pad {
	padding-left: 30px;
}
}

#asobiba {
	padding-top: 180px;
	margin-top: -180px;
}
#gallery {
	padding-top: 180px;
	margin-top: -180px;
}
#community-space {
	padding-top: 180px;
	margin-top: -180px;
}

@media screen and (max-width: 1100px) {
#asobiba {
	padding-top: 130px;
	margin-top: -130px;
}
#gallery {
	padding-top: 130px;
	margin-top: -130px;
}
#community-space {
	padding-top: 130px;
	margin-top: -130px;
}
}

/* アートを仕事に背景＆文字列 */
.about-layer{
  display: block;
}

/* 重ねる文字の基本設定 */
.about-layer-txt{
	padding: 30px 0;
}

.oshirase-label {
	padding-bottom: 30px;
}

.enkaku-label {
	padding-left: 80px;
}
dl.enkaku {
	
}
dt.enkaku-date {
	font-size: 1.0em !important;
	border: none !important;
  float: left;
}
dd.enkaku-title {
	font-size: 1.0em;
  margin-left: 120px;
}
.enkaku-width {
	width: 780px;
	margin: 0 auto;
}

@media screen and (max-width: 780px) {
.enkaku-width {
	width: 100%;
}
}

.about-col-image {
	padding-left: 120px;
}

@media screen and (max-width: 1100px) {
.about-col-image {
	padding-left: 100px;
}
.enkaku-label {
	padding-left: 0;
}
}

@media screen and (max-width: 1000px) {
.about-col-image {
	padding-left: 50px;
}
}

@media screen and (max-width: 900px) {
.about-col-image {
	padding-left: 0;
}
}

.wp-block-image figcaption {
	text-align: center;
}

/* おしらせ一覧 */
.oshirase-midashi {
	text-align: center;
}

.oshirase-h-line {
	margin: 20px 0 15px;
	border-bottom: 3px solid #707070;
}

.oshirase-h-line-s {
	margin: 10px 0 15px;
	border-bottom: 1px solid #707070;
}

.oshirase-ichiran-box {
	display: flex;
	margin: 0 auto -25px;
}

.oshirase-i-left {
	flex: 1;
	margin-right: 30px;
	margin-bottom: 30px;
}

.oshirase-i-right {
	width: 150px;
	height: 150px;
	margin-bottom: 30px;
}

@media screen and (max-width: 600px) {
.oshirase-ichiran-box {
	display: block;
}

.oshirase-i-left {
	margin-right: 0;
}
}
h1.s-oshirase-title {
	font-size: 1.53em;
	font-weight: 500;
}

.TextVerticalCenter {
  display: table-cell;
  vertical-align: middle;
}

.works-small-margin-top {
	font-weight: 500;
	margin-top: -10px !important;
}

.ct {
	text-align: center;
}

.btn-works-detail {
  display: inline-block;
  text-decoration: none;
  background: #00B442;
  color: #FFF;
  width: 500px;
  height: 70px;
  line-height: 70px;
  border-radius: 10px;
  text-align: center;
  overflow: hidden;
  transition: .4s;
}

.btn-works-detail:hover {
  background: #00CC47;
	cursor: pointer;
}

.btn-works-detail a {
	display: block;
  color: #FFF;
	text-decoration: none;
}

@media screen and (max-width: 580px) {
.btn-works-detail {
	width: 98%;
}
}


.ctct {
	margin-top: 40px;
	text-align: center;
	line-height: 190px;
}

.btn-to-shop-wrap {
	width: 98%;
	height: 136px;
  background: #FFF8E1;
  border-radius: 20px;
}

.btn-to-shop {
  display: inline-block;
  text-decoration: none;
  background: #FFA839;
  color: #FFF;
  width: 485px;
  height: 70px;
  line-height: 70px;
  border-radius: 10px;
  text-align: center;
  overflow: hidden;
  transition: .4s;
}

.btn-to-shop:hover {
  background: #FFB557;
	cursor: pointer;
}

.btn-to-shop a {
	display: block;
  color: #FFF;
	text-decoration: none;
}

@media screen and (max-width: 700px) {
.btn-to-shop {
	width: 77%;
}
}

.tori-zaidan {
	font-size: 0.7em !important;
}

.link-hover a {
	color: #1A1311;
}

.link-hover a:visited {
	color: #1A1311;
}

.link-hover a:hover {
	color: #948783;
	text-decoration: none;
}

.special-thanks {
	width: 700px;
	margin: -30px auto 0 !important;
	line-height: 1.6;
}

.special-thanks a {
	color: #1A1311;
	font-size: 1.0em;
}

.special-thanks a:visited {
	color: #1A1311;
}

.special-thanks a:hover {
	color: #948783;
	text-decoration: none;
}

@media screen and (max-width: 1000px) {
.special-thanks {
	width: 80%;
}
}

.content-margin-left {
	margin-left: -30px;
}

.commu-space-riyo li {
	font-weight: 500;
}

.page-id-63 .wp-block-image figcaption {
	text-align: left;
}

@media screen and (max-width: 450px) {
.hes-gallery > li {
    margin: 0 55px;
    margin-bottom: 30px;
}
}

.single-product .hes-gallery > li img {
	border: 10px solid rgba(0, 0, 0, 0);
	border-radius: 0;
}

@media screen and (max-width: 500px) {
h1.product-name {
    margin-left: 10px;
}
.product-h-bar {
	margin: 5px 10px 50px 10px;
}
.product-info-text {
	padding-left: 10px;
}
h1.artist-name {
    margin-left: 10px;
}
.artist-h-bar {
	margin: 5px 10px 50px 10px;
}
.artist-info-text {
	padding-left: 10px;
}
}

.space-n-margin {
	margin-top: -20px;
}
.space-n-bottom {
	margin-bottom: -20px;
}

@media screen and (max-height: 750px) {
.side-product-list {
	top: 180px;
}
ul.product-side-name li:first-child {
	margin-top: 0;
}
ul.product-side-name li a {
	padding: 0 0 0 15px;
}
}

.fcolor {
	color: #727171;
}

.content-news {
	font-size: 0.9em;
	margin-bottom: 20px;
}

.content-news a {
	color: #727171;
}

.content-news a:hover {
	color: #0b1118;
}

.news-time {
	font-size: 0.8em;
	text-align: left;
	padding-bottom: 0;
}

.news-hr {
	margin-top: -8px;
}

.page-id-1671 h2 {
	font-size: 1.3em;
	border-left: 5px solid #cf2e2e;
	padding-left: 10px;
	border-bottom: 1px dotted #727171;
	margin-top: 60px;
}

.page-id-1671 h2:first-of-type {
	margin-top: 20px;
}

.term-desc {
	font-size: 1.0em;
	padding-bottom: 10px;
	line-height: 1.3;
}

table.member-list {
	width: 100%;
	border-collapse: collapse;
	margin-top: 5px;
}

table.member-list td{
	padding: 10px;
	border: 1px solid #727171;
}

table.member-list td a {
	display: block;
	width: 100%;
	height: 100%;
	color: #727171;
	text-decoration: none;
}

table.member-list td a:hover {
	color: #f00;
}


@media screen and (max-width: 750px) {
table.member-list td{
	display: block;
	width: 100%;
}
table.member-list td:first-of-type {
	background-color: #727171;
}
table.member-list td:first-of-type a{
	color: #fff;
}
table.member-list td:first-of-type a:hover{
	color: #f00;
}
}

.page-id-1696 h3 {
    color: red;
    font-size: 1.4em;
    border-left: 5px solid #cf2e2e;
    padding: 0 0 0 5px;
    margin: 40px 0 15px;
}

.page-id-1696 h4 {
    color: #cf2e2e;
    font-size: 1.2em;
    padding: 0;
    margin: 30px 0 5px;
}

.page-id-1696 h4:before {
    content: '';
    display: inline-block;
    width: .5em;
    height: .5em;
    margin-right: .3em;
    background: #cf2e2e;
    transform: rotate(45deg);
    vertical-align: 2px;
}

.page-id-1696 h4:first-of-type {
	margin-top: 10px;
}

a[href$=".pdf"]::before {
  padding-right: 10px;
  display: inline-block;
  content: url("./images/icon_pdf.png");
  vertical-align: middle;
}

.gallery-index {
	font-size: 1.0em;
}

.gallery-index a {
	display: block;
	color: #333;
	text-decoration: none;
	padding: 5px 0;
}

.gallery-index a:hover {
	color: #737373;
	text-decoration: underline;
}

/* コンタクトフォーム7レスポンシブ */

@media screen and (max-width: 470px) {
input[type="text"],
textarea,
input[type="email"] {
	width: 100%;
}
}

.cafe-title-jisseki {
	color: #727171;
    font-size: 1.5em;
    font-weight: bold;
    margin: 0 0 30px;
}

.slider-box {
  position:relative;
}
.slider-logo {
  z-index:10;
  position:absolute;
  top: 50%;
  left: 50%;
	transform: translate(-50%, -50%);
	margin: auto;
	color: #fff;
	border: 3px solid #fff;
	border-radius: 6px;
	padding: 5px 10px;
}
.slider-logo h1 {
	font-size: 1.8em;
}
.slider-logo h2 {
	font-size: 1.5em;
}
.slider-logo h3 {
	font-size: 1.2em;
}
.slider-logo h4 {
	font-size: 0.9em;
}
.slider-logo p {
	margin-bottom: 1.0em;
}
.slider-logo br {
	display: block;
	content: "";
	margin-bottom: -18px;
}
.slider-logo br:last-of-type {
	margin-bottom: 0;
}
.slider-title {
	display: inline;
}
.slider {
	margin: 0 0 10px;
}
.slider img {
	width: 100%;
	height: auto;
}
.single-item {
	max-width: 600px;
	margin: 0 auto 50px;
}
.slick-prev::before, .slick-next::before {
	font-size: 24px;
}
.lazy-item .slick-next,
.thumb-item-nav .slick-next,
.multiple-item .slick-next,
.center-item .slick-next {
	right: 20px;
	z-index: 99;
}
.lazy-item .slick-prev,
.thumb-item-nav .slick-prev,
.multiple-item .slick-prev,
.center-item .slick-prev {
	left: 15px;
	z-index: 100;
}
.single-item .slick-prev::before,
.single-item .slick-next::before {
	color: #666;
}
.slick-dots {
	bottom:-25px;
}
.multiple-item li {
	margin: 0 5px;
}
.thumb-item {
	max-width: 700px;
	margin: 0 auto 5px;
	padding: 0 5px;
}
.thumb-item-nav {
	max-width: 700px;
	margin: 0 auto;
}
.thumb-item-nav li{
	margin: 5px;
}
.lazy-item {
	width: 400px;
	margin: 0 auto 50px;
}
.lazy-item li {
	margin: 0 5px;
}


@media screen and (max-width: 865px) {
.slider-logo h1 {
	font-size: 1.4em;
}
.slider-logo h2 {
	font-size: 1.2em;
}
.slider-logo h3 {
	font-size: 1.0em;
}
.slider-logo h4 {
	font-size: 0.8em;
}
.slider-logo p {
	margin-bottom: 0.9em;
}
}

@media screen and (max-width: 700px) {
.slider-logo h1 {
	font-size: 1.0em;
}
.slider-logo h2 {
	font-size: 0.8em;
}
.slider-logo h3 {
	font-size: 0.7em;
}
.slider-logo h4 {
	font-size: 0.6em;
}
.slider-logo p {
	margin-bottom: 0.8em;
}
}

@media screen and (max-width: 560px) {
.slider-logo h1 {
	font-size: 0.8em;
}
.slider-logo h2 {
	font-size: 0.6em;
}
.slider-logo h3 {
	font-size: 0.5em;
}
.slider-logo h4 {
	font-size: 0.4em;
}
.slider-logo p {
	margin-bottom: 0.7em;
}
}

@media screen and (max-width: 400px) {
.slider-logo h1 {
	font-size: 0.6em;
}
.slider-logo h2 {
	font-size: 0.4em;
}
.slider-logo h3 {
	font-size: 0.3em;
}
.slider-logo h4 {
	font-size: 0.25em;
}
.slider-logo p {
	margin-bottom: 0.6em;
}
}

.oshirase-time2 {
	padding-bottom: 15px;
}

.member_list_title {
	font-size: 1.0em;
	color: red;
	background-color: #D9EDF7;
	text-align: center;
}

.member_list_arrow {
	color: #f00;
	background-color: #fff;
}

/*** 価格テーブル 2021.05.22OO***/
table.torihiki{
	width: 100%;
	border-collapse: collapse; 
	table-layout: fixed;
	//margin: 20px auto 2.5em;
	border:1px solid #333;
}

table.torihiki th {
	width: 20%;
	text-align: center;
	padding: 5px 10px;
	border: 1px solid #333;
}

table.torihiki td{
	width: 80%;
	text-align: left;
	padding: 5px 10px;
	border: 1px solid #333;
}

table.torihiki th{
	background-color: #bde;
}

table.torihiki td a:hover {
	color: #ea522b;
}


/*ここから768px以下の指定2021.05.22oo*/

@media screen and (max-width: 768px) {

body {
	font-size: 16px;
}

.slick-outer {
	width: 504px;
}

/*thとtdをブロック化して幅100％にして、縦積み*/
.table-res-form th, .table-res-form td {
	width: 100%;
	display: block !important;
}
/*th（項目名）欄の不要な余白削除・テキスト左寄せ*/
.table-res-form th {
	padding-bottom: 0;
	text-align: left;
}
/*不要な最終行の左のthを非表示にする*/
.table-res-form .empty {
	display: none;
}

table.torihiki th, table.torihiki td {
	width: 100%;
	display: block;
}

table.torihiki th {
	text-align: left;
}

.sel-image-pad-left {
	padding-left: 0.5em !important;
}

}
/*ここまで768px以下の指定---終わり*/

.btn-flat-border {
  display: inline-block;
  padding: 0.3em 1em;
  text-decoration: none;
  text-align: center;
  color: #FF0000;
  border: solid 2px #FF0000;
  border-radius: 3px;
  transition: .4s;
}

.btn-flat-border:hover {
  background: #FF0000;
  color: white;
}
.banner,.pr {
  text-align: center;
  margin-bottom: 50px;
}
.banner img,.pr img {
  max-width: 100%;
  height: auto;
  box-shadow: 0 1px 4px rgba(0 ,0 ,0,.3),0 0 40px rgba(0 ,0 ,0,.1) inset;
}
.pr-txt {
  text-align: center;
  font-weight: 500;
  font-size: 1.8em;
}
@media screen and (max-width: 1100px) {
  .pr-txt {
    font-size: 1.6em;
  }
}
@media screen and (max-width: 450px) {
  .pr-txt {
    font-size: 1.5em;
  }
}