/*
Theme Name: tacotubo_child
Template: tacotubo
Theme URI: http://underscores.me/
Author: UJ
Description: Description
Version: 1.0.0
License URI: LICENSE
Text Domain: tacotubo

*/
@charset "UTF-8";
/*
基本のリセット
*/
html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: 300;
  font-size: 100%;
  vertical-align:baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
   font-family:  'Noto Serif JP',"source-han-serif-japanese", serif, Meiryo,'Lato','Cinzel', "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
article, header, footer, aside, figure, figcaption, nav, section {
  display:block;
}
body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  margin: 0;
font-family: Meiryo,'Lato',"メイリオ","ヒラギノ",'Noto Serif JP',"source-han-serif-japanese", serif;
	-webkit-animation: fadeIn 1s ease 0s 1 normal;
	animation: fadeIn 1s ease 0s 1 normal;
}
@keyframes fadeIn {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}
@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}
ol, ul {
  list-style: none;
  list-style-type: none;
}
a:link, a:visited, a:hover, a:active{
text-decoration:none;
color: unset;
}
a {
  text-decoration: none;
  transition: all 0.5s 0s ease;
  }
  a:active,
  a:hover {
    outline: 0;
    opacity:0.8; 
  }
/*============*/
/*
body{font-size:14px;
}
h1{font-size:26x;
}
h2{font-size:32px;
}
h3{font-size:18px;
}
h4{font-size:16px;
}
*/
/*======header=======*/
#wrap {
  background: #fff;
}
#wrap_front-page {
  background: #f4efcf;
}
#sp-menu {
display: none;
}
.navbar-header {
  background-image: url("../../uploads/2021/05/header_n1.jpg");
  width: 100%;
  height: 170px;
  background-size: cover;
  display: flex;
  position: relative;
}
.navbar-header.inner{
  background-image: url("../../uploads/2021/05/header_n2.jpg");
  width: 100%;
  height: 170px;
  background-size: cover;
  display: flex;
  position: relative;
}
#menu-1.nav-set{
  width: 100%;
  height: 34px;
  background:#FFF;
  box-shadow: 0 2px 4px #bbb;
}
.top-nav-set {
  display: flex;
  flex-direction: row;
  justify-content: center
}
.navbar li, .navbar a li {
  width: auto;
  height: 34px;
  line-height: 34px;
  padding: 0 ;
  text-align: center;
  color: #fff;
  font-weight: 300;
/* border-left: 1px solid rgba(236, 210, 177, 0.4);*/
  border-right: 1px solid rgba(151, 130, 112, 0.3);
  background: #FFF;
  transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	z-index: 1;
}
li.searchClm {
  width: 280px;
}
.navbar li.gallery-room {
position: relative;
z-index: 1;
width: 140px;
}
.navbar li.toiawase-p {
position: relative;
z-index: 1;
width: auto;
}
.navbar li ul,.navbar li.toiawase-p ul {
position: absolute;
top: 100%;
left: 0;
}
.navbar li ul li,.navbar li.toiawase-p ul li {
visibility: hidden;
overflow: hidden;
min-width: 140px;
height: 0;
font-size: 15px;
transition-duration: 0.3s;
}
.navbar li.toRoom a.current {
width: auto;
}
.navbar li.toRoom:hover > ul > li {
visibility: visible;
height: 34px;
width: 140px;
  border-bottom: 1px solid rgba(236, 210, 177, 0.4);
  border-top: 1px solid rgba(151, 130, 112, 0.3);
}
.navbar li.toRoom:hover > ul > li.widthnav {
visibility: visible;
height: 34px;
width: 170px;
  border-bottom: 1px solid rgba(236, 210, 177, 0.4);
  border-top: 1px solid rgba(151, 130, 112, 0.3);
}
.navbar li a {
color: #3f3700;
opacity: inherit;
padding: 0 15px;
display: block;
font-family: "source-han-serif-japanese",'Noto Serif JP','Noto Serif JP', serif;
font-weight: 400;
}
#menu-1 li .current {
padding: 0 15px;
color: #fff;
}
#menu-1 li .searchBox {
padding: 0 15px;
background: #FFF;
transition-duration: 0.4s;
}
#menu-1 li .searchBox:hover, .navbar li.searchClm:hover {
 background: inherit;
}
.navbar li:hover, .navbar a li:hover  {
  display: block;
  height: 34px;
 background: #BFA36C;
 color: #fff;
}
.navbar li a:hover {
color: #fff;
}
.navbar li.searchClm:hover {
  background: inherit;
}
.navbar li a.current{
  display: block;
  width: auto;
  padding: 0 15px;
  height: 34px;
background: #BFA36C;
}
li.current.home {
    padding: 0 15px;
    background: #BFA36C;
    font-family: "source-han-serif-japanese",'Noto Serif JP','Noto Serif JP', serif;
}
/* （ナビゲーションバーを）固定させるための記述 */
.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
/*--  --*/
.SelectLanguage {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  display: none;
  }
.SelectLanguage label:hover {
  opacity: 1;
  z-index: 10;
  }
.SelectLanguage input {
display: none;
  }
.SelectLanguage label{  
display: block;  
float: left;  
cursor: pointer;  
width: 60px;  
margin: 0;  
padding: 5px 10px;  
background: #bdc3c7;  
color: #869198;  
font-size: 14px;  
text-align: center;  
line-height: 1;  
transition: .4s;  
}
/*
.SelectLanguage label:first-of-type{  
border-radius: 3px 0 0 3px;
}
.SelectLanguage label:last-of-type{  
border-radius: 0 3px 3px 0;  
}*/
.SelectLanguage input[type="radio"]:checked + .switch-on {
background-color: #BB5C6A;  
color: #fff;  
}
.SelectLanguage input[type="radio"]:checked + .switch-off {  
background-color: #556ed0;
color: #fff;  
}
/*====*/
.TT-logo {
  background-image: url(../../uploads/2021/05/logo-top_05.png);
  background-repeat: no-repeat;
 width: 360px;
 margin: 0 auto;
}
.TT-logo.inner {
  background-image: url(../../uploads/2021/05/logo_inner-2.png);
  background-repeat: no-repeat;
 width: 300px;
 margin: 0 auto;
}
.TT-logo .icon-TacoTubo-09 {
color: #000;
font-size: 20em;
line-height: 0.55em;
}
body, #wrapper {
  display: flex;
  flex-direction: column;
  min-height: 80vh;
}
body, #primary {
  display: flex;
  flex-direction: column;
  min-height: 80vh;
}
footer {
margin-top: auto;
}
.main {
  width: 80%;
  margin: 0 10%;
}
#wrapper div.breadcrumbs {
  margin: 1.5em 1.5em 2.5em;
  font-size: 12px;
  color: #7b7b7b;
}
article.news-box_01 {
  display: flex;
  margin: 0 auto;
  margin-top: 30px;
  width: 60%;
background: #F7F4ED;
border: 1px solid #e1e1e1;
justify-content: space-between;
}
/* article.news-box_01:hover {
background: #fff5df;
}*/
article.news-box {
  width: 100px;
  height: 70px;
  background: #fff;
  transition: all 0.5s 0s ease;
  margin-left: 10px;
  border-left: 1px solid #e3e3e3;
}
a article.news-box:hover {
  background: #BFA36C;
  color: #fff;
  text-shadow: 0px 0px 2px #333;
}
article.news-clm {
  width: 100%;
}
.news-btn {
  padding: 5px;
  cursor: pointer;
  transition: .4s ease;
  position: relative;
  width: auto;
}
/*.news-btn:hover {
  display: block;
  background: #fff3e0;
  border-radius: 10px;
}*/
.ttl-bottom.news.front {
  color: #686868;
  font-size: 11px;
  text-align: center;
  letter-spacing: 2px;
  padding: 3px 0;
  height: 20px;
  line-height: 14px;
  transition: .4s ease;
  border-top: 1px solid #a2a2a2;
}
/*
.news-box_01 div.news-box {
  display: block;
  width: 14%;
  height: auto;
  line-height: 46px;
  margin: 0 auto;
  margin-left: 42%;
  cursor: pointer;
  transition: .8s ease;
}*/
.border-ptn {
background-image: url(assets/img/ptn-01.jpg);
height: 3px;
}
h1.news-title {
  text-align: center;
  font-size: 45px;
  font-weight: 100;
  font-family: lato;
  color: #333;
  letter-spacing: 5px;
  padding: 8px 0;
  transition: .8s ease;
}
h1.news-title:hover {
  color: #d27f7f;
}
/*article.news-clm ul {
  display: flex;
  justify-content: center;
}
article.news-clm ul li {
  display: block;
}*/
dd.news.title {
  font-size: 16px;
line-height: 24px;
color: #8c1010;
padding-top: 5px;
position: relative;
font-family: 'Cinzel', 'source-han-serif-japanese', serif;
font-weight: 600;
}
dd.news.text {
  font-size: 12px;
  line-height: 18px;
  color: #666;
}
dd.news.text p {
  font-family: 'Cinzel', 'source-han-serif-japanese', serif;
}
.newsIcatch {
  width: 70px;
  height: 70px;
  margin-right: 5px;
  float: left;
}
.news.img {
width: 70px;
height: 70px;
overflow: hidden;
border: 4px solid #fff;
background: #fff;
}
.news.img img.attachment-thumbnail {
  width: 100%;
  height: auto;
}
.newsText {
  font-size: 11px;
  line-height: 16px;
  color: #666;
  overflow-y: scroll;
  height: 70px;
  position: relative;
}
.news.date {
font-size: 9px;
line-height: 18px;
color: #c84b63;
}
.news-old {
  font-size: 16px;
  color: rgb(168, 168, 168);
  width: 100px;
  text-align: center;
  background: #eee;
  border-radius: 4px;
  margin-right: 10px;
  cursor: pointer;
  text-shadow: 1px 1px 1px #fff;
  line-height: 20px;
  padding-top: 20px;
  transition: 0.3s;
}
.news-old:hover {
  background: #aaa;
  color: #eee;
  text-shadow: none;
}
h1.news-title.snglTop {
  margin: 0 auto;
  width: 200px;
  text-align: center;
  font-size: 45px;
  font-family: lato;
  font-weight: 100;
  margin-bottom: .5em;
  color: #757575;
}
article.gallery-room {
  width: 100%;
  margin: 1.5em 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
article.gallery-room article {
  width: 20%;
  min-width: 270px;
  height: 250px;
  padding: 10px 0;
  margin: 5px 10px 20px;
  background: #ddb38e;
  position: relative;
  box-shadow: 1px 1px 2px #bbb;
}
.post_thumbnail, article.first { 
  width: 100%;
  height: auto;
/*  background-image: url(./assets/img/shodo-01.jpg);
  background-repeat: no-repeat;*/
}
article.gallery-room article.firstG {
  background: #fff;
  color: #3f3700;
}
.G-date {
  color: #fff;
}
.btn {
  width: 200px;
  padding: 8px;
  text-align: center;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "source-han-serif-japanese",'Noto Serif JP','Noto Serif JP', serif;
  font-weight: 500;
}
.link-btn {
  padding-bottom: 3%;
  text-align: center;
}
.btn.contact {
  background: #CEAB87;
  margin: 0 auto;
  margin-bottom: 1em;
  cursor: pointer;
  transition: .4s ease;
}
.btn.contact:hover {
background: #916C47;
color: #fff;
}
.btn.oldExhibit {
color: #867f52;
margin: 0 auto;
cursor: pointer;
background: #e3dac3;
}
.btn.oldExhibit.now {
background: #a29e85;
transition: .4s ease;
color: #fff;
}
.btn.oldExhibit.now:hover {
background: #736c42;
color: #fff;
}
footer {
  margin-top: auto;
}
footer.site-footer {
  width: 100%;
  height: 130px;
  background: #e3dac3;
  margin-top: 30px;
  padding: 10px 0 0;
  margin-top: auto;
}
.site-info p {
  font-size: 9px;
  text-align: center;
  color: #666;
  font-weight: 200;
}

/*===各ギャラリー＞pageテンプレート===*/
.main h2 {
  font-size: 1.75em;
  color: #fff;
  margin-right:  1.25em;
  display: block;
  text-shadow: 1px 1px 1px rgba(50,50,50, .8);
  font-family: "source-han-serif-japanese",'Noto Serif JP', serif;
font-weight: 500;
}
/*.main h2::first-letter {
  font-size: 2em;
  text-shadow: 2px 2px 2px rgba(50,50,50, .8);
}*/
.main h2 .numero{
    font-size: 2em;
    font-weight: 600;
    font-family: 'Cinzel', 'source-han-serif-japanese', serif;
	padding: 0 .1em;
}
h2.page-title {
  font-size: 2rem;
  text-shadow: none;
}
h2.page-title.info-works {
margin: 0 auto;
text-align: center;
font-size: 1.5rem;
color: #3f3700;
}
.ptn.ttl-line {
    width: 100%;
    height: 5px;
    background: url("../../uploads/2021/05/header_n2.jpg");
    background-size: 75%;
    background-repeat: repeat-x;
    margin-bottom: 1em;
	display: inline-block;
}
.main.tt {
width: 80%;
margin: 0 10%;
padding-bottom: 50px;
}
.main.tt.contact {
width: 60%;
margin: 0 20% 4%;
background: #fffce7;
padding: 1.5em 5em;
box-shadow: 0 3px 7px #ccc;
}
.main.tt.contact h2.page-title {
    text-align: center;
    margin: 0 0 .25em;
    color: #3f3700;
}
#wpcf7-f432-p379-o1 {
  width: 50%;
  margin: 0 25%;
}
input.wpcf7-form-control {
  height: 24px;
}
.main.tt h2::first-letter {
  font-size: inherit;
  text-shadow: none;
}
.page-content h2{
  font-size: 1.25em;
  color: #333;
  text-shadow: none;
}
.page-content {
  line-height: 1.75;
  font-size: .85em;
}
.page-content p {
  text-indent: 0;
}
.page-content .aboutus p {
  font-family: 'Cinzel', "source-han-serif-japanese",'Noto Serif JP', serif;
  font-weight: 500;
  line-height: 2.25;
  font-size: 1rem;
}
.tenshu {
display: block;
float: right;
font-family: "source-han-serif-japanese",'Noto Serif JP', serif;
}
.page_bb {
    font-weight: 600;
    font-size: 1.5rem;
    font-family: 'Cinzel', "source-han-serif-japanese",'Noto Serif JP', serif;
    color: #aa3a3a;
}
.art.aboutus {
background-image: url("../../uploads/2021/05/ebitakotai.png");
background-repeat: no-repeat;
height: 540px;
width: auto;
margin: 0 5%;
margin-bottom: 2em;
position: relative;
background-size: 90%;
}
.art.aboutus .cap-abt {
position: absolute;
bottom: 42px;
right: 10px;
font-size: 10px;
}
.clm-aboutus {
border: 1px solid #ccc;
padding: 1rem;
background: rgba(255, 255, 255, .4);
margin-bottom: 50px;
}
.page-content .aboutus .clm-aboutus p {
font-size: .85rem;
font-weight: 500;
}
.clm-aboutus .page_bb {
text-align: left;
font-size: 1rem;
border-bottom: 1px dashed #ccc;
margin-bottom: 1rem;
color: #3f3700;
}
.enTop {
display: flex;
width:100%;
 justify-content: center;
 align-items: center;
 position: relative;
}
.clickText {
position: absolute;
top: 120px;
left: 20px;
z-index: 2;
font-size: 12px;
font-style: oblique;
line-height: 1.5;
color: #b79983;
}
.firstText {
font-family: lato, sans-selif;
font-weight: 300;
font-style: oblique;
}
.clickText.news-en {
position: absolute;
top: 60px;
left: 65px;
z-index: 2;
font-size: 10px;
font-style: oblique;
line-height: 1.5;
color: #b79983;
}
.enTop1-L,.enTop2-R {
width:75%;
}
.enTop1-L:first-letter,.enTop1-A:first-letter {
font-size: 32px;
color: #BFA36C;
}
.enTop-line1 {
font-size: 20px;
color: #666;
font-style: italic;
}
.enTop1-R,.enTop2-L {
width:25%;
}
.enTop3-C {
width: 25%;
position: absolute;
top: 10px;
left: 0;
}
.enTop3-D{
width:25%;
}
.enTop1-A p {
margin-bottom:1.8em;
}
.G-art ul.page-shop-en {
max-width: 300px;
height: auto;
}
.page-content.en h3 {
font-weight: bold;
padding: .5em 0;
}
.page-content.en ul li {
list-style: disc;
margin-left: 3em;
}
.page-content.en h3.top-margin {
margin-top:1em;
}
/*Contact Us*/
table.cntct {
border-bottom: 1px solid #ccc;
border-collapse:  collapse;
font-size: 13px;
}
table.cntct tbody tr th,table.cntct tbody tr td {
border-top:1px solid #ccc;
padding: .5em 1em;
}
table.cntct th {
width: 25%;
text-align: left;
line-height:1.25;
font-weight: bold;
background: #f3f3f3;
}
table.cntct td {
background: #fff;
}
table.cntct tr.cnt-b td .td-indent {
padding-left: 1.5em;
text-indent: -1.5em;
}
/*ここまでContact Us*/
p.blc {
  margin-bottom: 1rem;
}
.bld {
font-weight: 800;
font-family: 'Cinzel', "source-han-serif-japanese",'Noto Serif JP', serif;
}
.top-line {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5em;
  padding: .5em;
  border: 1px solid #b5b5b5;
  align-items: center;
  background: #f3f3f3;
}
.G-title {
display: flex;
position: relative;
min-width: 400px;
}
.top-line h2 {
  background: #646464;
  width: 130px;
  color: #f4f4f4;
  padding: 5px 10px 0;
  border-radius: 4px;
  text-align: center;
}
.top-line.two h2 {
  background: #975803;
}
.top-line.three h2 {
  background: #b69a49;
}
.top-line.shop h2 {
  background: #f28889;
  width: 260px;
  padding: 8px 0;
}
.top-line.five h2 {
  background: #b93600;
}
.top-line.six h2 {
  background: #b69a49;
}
.top-line.seven h2 {
  background: #975803;
}
.top-line.eight h2 {
  background: #333;
}
.G-top {
  display: flex;
  justify-content: start;
}
.G-title dd {
  font-size: 2em;
  font-family: 'Noto Serif JP',"ヒラギノ",serif;
  margin-right: .5em;
/*  margin-left: -2em;*/
  font-weight: bold;
}
.G-title dd br {
display: none;
}
.G-date {
  display: flex;
color: #686868;
margin: auto;
    margin-right: auto;
    margin-bottom: auto;
margin-bottom: 0em;
margin-right: 0;
}
dd.exhb-title {
position: absolute;
top: -35px;
}
.kaiki.page {
  font-size: 10px;
  background: #333;
  border-radius: 10px;
  color: #e3e3e3;
  padding: 0 10px;
  vertical-align: middle;
  margin-right: 1em;
}
.kaiki.catgr {
  background: #8a8a8a;
  color: #fff;
  font-size: 12px;
  height: 16px;
padding: 2px 10px;
}
.year-kaiki{
font-size: 18px;
font-family: lato;
}
.G-date dd {
  font-size: 2em;
  font-family: lato;
  font-weight: 300;
}
.top-line.sgl,.top-line.sgl.e-room {
  margin-bottom: 0.5em;
  padding: .5em 0 0;
  background: none;
  border: none;
  margin-bottom: 0;
}
.top-line.sgl h2 {
  color: #aeaeae;
  padding: 8px 10px 5px;
  font-size: 25px;
  text-align: center;
  margin: 0 auto;
  text-shadow: 1px 1px 1px #fff;
  background: none;
  margin-bottom: -.5em;
margin-top: .5em;
}
.top-line.sgl.e-room h2 {
margin-bottom: 0;
margin-top: 0;
background: #e3e3e3;
width: 100%;
border-radius: 4px 4px 0 0;
}
.under-line {
  display: flex;
}
.sub-title {
width: 100%;
/*padding: .5em 0 2em;*/
font-size: 14px;
letter-spacing: 1px;
color: #73431a;
}
.sub-title dd {
  font-size: 16px;
  font-family: 'Noto Serif JP',"ヒラギノ", serif;
  font-weight: bold;
  line-height: 32px;
}
.G-btn {
  background: #e3e3e3;
  border-radius: 4px;
  font-size: 14px;
  line-height: 24px;
  margin-left: auto;
  color: #555;
  width: 200px;
  height: 30px;
  position: relative;
  cursor: pointer;
}
.G-btn .profile {
  position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    cursor: pointer;
}
.bottomSpace {
position: relative;
width: 100%;
min-height: 80px;
margin-top: 60px;
}
.bottomSpace.news {
  width: 60%;
  margin: 0 20%;
  padding: 50px 0;
  display: flex;
  justify-content: center;
  position: inherit;
}
.btn.toG-room {
  width: 200px;
  padding: 8px;
  text-align: center;
  border-radius: 4px;
  color: #fff;
  background: #c6834a;
  position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    cursor: pointer;
	margin: 0%;
}
.btn.toG-room {
  position: relative;
}
.btn.toNews {
  position: relative;
  margin: 0 1em;
}
.btn.toNews {
  background: #949393;
}
.greeting-box {
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  color: #5c5c5c;
  letter-spacing: 1px;
  margin: 3em 0 1em;
}
.greeting-box.en {
letter-spacing: 0;
}
h3.greeting {
  font-size: 26px;
  color: #bf912e;
  margin: 1em 0;
  font-family: 'Noto Serif JP','source-han-serif-japanese', serif;
  font-weight: 500;
}
.greeting-box dd {
  font-family: 'Noto Serif JP','source-han-serif-japanese', serif;
font-weight: 500;
}
.greeting-box.en dd {
line-height:1.5;
}
.greeting-box dd div.about-lg {
width: 50%;
text-align: center;
margin: 0 auto;
font-size: .9em;
line-height: 17px;
margin-top: 1.5rem;
font-weight: 500;
}
.greeting-box dd div.about-lg div.logo-dsc {
margin-left: -5em;
font-weight: 600;
font-size: 15px;
}
.greeting-box dd div.about-lg .icon-TacoTubo-09 {
    transform: scale(6);
    font-size: 18px;
    display: inline-block;
    padding-left: .75em;
    margin-bottom: .75em;
}
.G-art {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
}
.G-art a {
  margin: 0 2em 2em;
}
li.art-img {
  width: 300px;
  height: 300px;
  background: #ececec;
  margin: 20px 0 10px;
  position: relative;
}
li.art-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.content-box.eight dl.pdf-img {
  width: 100%;
  background: hsla(0, 0%, 25.1%, 0.99);
  padding: 15px;
}
dl.art-dsc {
  position: absolute;
  bottom: 0;
  left: 102%;
  width: 250px;
}
dl.art-dsc.eight {
width: 280px;
}
dl.pdf-img {
  width: 100%;
  background: #d0d0d0;
  padding: 1.2em 0 1.2em 1.2em;
}
.info-work {
  border-left: 4px solid #a2a2a2;
  padding-left: 10px;
  line-height: 26px;
  font-size: 14px;
  color: #333;
}
li.work-title h3 {
  font-size: 1.25em;
  line-height: 1.35em;
  font-family: 'Noto Serif JP','source-han-serif-japanese', serif;
  font-weight: 500;
  margin-top: 4px;
}
li.work-title.shop h3 {
  font-size: 1rem;
  line-height: 1.75em;
  font-family: 'Noto Serif JP','source-han-serif-japanese', serif;
  font-weight: 500;
  margin-top: 4px;
  border-bottom: 1px solid #ddd;
}
li.name dd {
  font-size: 14px;
  margin-bottom: 0.5em;
   font-family: 'Noto Serif JP','source-han-serif-japanese', serif;
  font-weight: 500;
}
li.name.shop dd {
  font-size: 1.5rem;
  margin-bottom: 0.5em;
   font-family: 'Noto Serif JP','source-han-serif-japanese', serif;
  font-weight: 600;
  padding-top: .5em;
}
li.name.shop.en dd {
font-size: 1.2rem;
}
li.year dd {
  font-size: 12px;
   font-family: 'Noto Serif JP','source-han-serif-japanese', serif;
  font-weight: 500;
}
li.salescopy dd {
  font-size: 15px;
   font-family: 'Noto Serif JP','source-han-serif-japanese', serif;
  font-weight: 600;
  text-align: center;
}
li.salescopy.en dd {
  font-size: 13px;
}
li.work-title h3,li.name dd,li.year dd {
text-align: center;
color: #555;
line-height: 1.3;
}
li.work-title h3 {
line-height: 1.35;
font-family: 'Noto Serif JP','source-han-serif-japanese', serif;
}
li.work-title h3 span {
font-family: 'Noto Serif JP','source-han-serif-japanese', serif;
font-weight:500;
}
.work-wrap {
  width: 46%;
  margin-left: 27%;
  background: #e3e3e3;
  position: relative;
  margin: 0 auto;
}
.work-wrap.eight {
background: none;
width:50%;
margin-left: 25%;
}
/*.work-wrap.eight{
  width: 50%;
  margin-left: 25%;
  background: #e3e3e3;
  position: relative;
}*/
.work-wrap .content-box {
  /*display: flex; この記述が入っているとsafariで表示が潰れてしまった*/ 
  align-items: end;
  position: relative;
  padding: 20px;
}
.work-wrap .content-box.eight {
  padding: 0;
}
.slider-img {
  margin: 0 auto;
}
.textWork {
  margin: 0 auto;
  width: auto;
  background: #fff;
  font-size: 14px;
  line-height: 1.75;
font-family: 'Noto Serif JP','source-han-serif-japanese', serif;
font-weight: 500;
  padding: 0;
  min-height: 400px;
  box-shadow: 0 3px 10px #ccc inset;
  background: #fffef6;
}
.mungmt-num.eight {
font-size: 14px;
font-family: serif;
}
.slider-img.first {
  margin: 0 auto;
}
article.eight{
  position: relative;
}
.dsc.eight .art-dsc {
  width: 250px;
  border-radius: 0 .25em .25em 0;
  position: absolute;
  left: 102%;
}
.content-box.news {
  width: 50%;
  margin-left: 25%;
  display: flex;
  flex-direction: column;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 1em;
}
dl.news-image {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
overflow: hidden;
min-height: 400px;
}
dd.newsImg img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: auto;
height: 100%;
}
dl.art-dsc dd.title {
  font-size: 1.4em;
font-family: 'Noto Serif JP','source-han-serif-japanese', serif;
font-weight: 600;
}
dl.art-dsc dd.title.item {
font-size: 1em;
color: #915c2f;
}
dl.art-dsc dd.sub-title {
  line-height: 1.5em;
  margin-bottom: .5em;
  font-size: 1em;
  color: #000;
  font-weight: 600;
  padding: inherit;
  }
dl.art-dsc dd.artist {
  font-size: 1.25em;
font-family: 'Noto Serif JP','source-han-serif-japanese', serif;
font-weight: 600;
}
dd.news-title {
  font-size: 1.3em;
font-family: 'Noto Serif JP','source-han-serif-japanese', serif;
font-weight: 600;
  color: #ad703a;
  border-bottom: 1px dashed #ccc;
  margin-top: 1em;
  padding-bottom: .5em;
}
.dd-box {
  display: flex;
  justify-content: space-between;
}
.news-date {
width: 25%;
color: #828282;
border-radius: 5px;
font-size: 14px;
line-height: 12px;
padding-top: 7px;
padding-right: 5px;
}
.news-date.en {
font-size: 12px;
font-family: lato;
}
dd.news-dsc {
  font-size: 1em;
  font-family: 'Noto Serif JP','source-han-serif-japanese', serif;
font-weight: 500;
  color: #666;
  line-height: 28px;
  width: 100%;
  border-left: 1px solid #ccc;
padding-left: 10px;

}
dl.art-dsc dd{
  line-height: 1.5;
font-family: 'Noto Serif JP','source-han-serif-japanese', serif;
font-weight: 500;
  font-size: .95em;
}
dl.art-dsc dd.num-box2 {
font-size: 0.75em;
padding-bottom: .25em;
}
dl.art-dsc dd.art-cmt {
margin-top: 1em;
}
.oldpage {
width: 260px;
text-align: right;
  position: absolute;
  top: 40%;
  right: -45%;
  color: #aaa;
}
.oldpage.shp {
top: 70%;
right: 7%;
}
.newpage {
  position: absolute;
  top: 40%;
  left: -45%;
  color: #aaa;
}
.newpage.shp {
top: 70%;
left: 7%;
}
.post_thumbnail {
  width: 100%;
  height: 200px;
  overflow: hidden;
  padding-top: 38px;
}
.post_thumbnail.news {
  width: 200px;
  height: auto;
  overflow: hidden;
}
.post_thumbnail img {
  width: 92%;
  height: auto;
  overflow: hidden;
  margin-left: 4%;
}
.date-top dd {
  color: #e3e3e3; font-size: 14px;
}
.title-box {
  padding: 7px 5px;
  color: #3f3700;
  position: relative;
  height: 60px;
}
.title-box.second, article.gallery-room article.second {
  background: #fff;
}
.title-box.third, article.gallery-room article.third {
  background: #fff;
}
.title-box.shop, article.gallery-room article.shop {
  background: #fff;
}
.title-box.fifth, article.gallery-room article.fifth {
  background: #fff;
}
.title-box.sixth, article.gallery-room article.sixth {
  background: #fff;
}
.title-box.seventh, article.gallery-room article.seventh {
  background: #fff;
}
.title-box.eighth, article.gallery-room article.eighth {
  background: #fff;
}
.position-box {
  width: 96%;
  position: absolute;
  top: 33%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  padding: 0 5px;
}
.title-top {
  border-bottom: 1px solid #bbb;
  display: flex;
  justify-content: center;
  align-items: center;
}
  .title-top dd.text-collab {
  font-size: 11px;
font-family: 'Noto Serif JP','source-han-serif-japanese', serif;
font-weight: 600;
  color: #b5923f;
}
.title-top.one, .title-top.eight {
  border-bottom: 1px solid #bbb;
}
.title-top dd {
  margin: 5px 0;
  font-family: "source-han-serif-japanese",'Noto Serif JP', serif;
  font-size: 1.25em;
  font-weight: 600;
  text-align: center;
  color: #3f3700;
}
.title-top.shop dd {
  font-family: "メイリオ", sans-serif;
}
.cat-top {
  min-width: 40px;
}
.attention {
font-size: 13px;
font-family: "MS Pゴシック";
font-weight: bold;
margin-top: 1rem;
}
.cap-top dd {
  font-size: 10px;
  color: #f3f3f3;
  background: #bbb194;
  padding: 3px 5px 2px;
  border-radius: 3px;
  font-family: "メイリオ", sans-serif;
  text-align: center;
  letter-spacing: 1.5px;
  position: absolute;
  top: 24px;
  min-width: 50px;
  right: 10px;
}
.date-bottom {
  width: 100%;
  padding: 0 5px;
  display: flex;
  align-items: flex-end;
  position: absolute;
  top: 134%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.cap-date {
  width: auto;
  display: flex;
  align-items: flex-end;
  margin: 0 auto;
}
.ttl-yr dd {
font-size: 12px;
font-family: lato;
margin-right: 0;
}
.ttl-dt {
  font-size: 16px;
  font-family: Lato;
  font-weight: 300;
}
.room-num {
  position: absolute;
  padding: 5px 10px;
  font-size: 20px;
  top: 24px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #3f3700;
  width: 100%;
  height: 48px;
  text-align: left;
  z-index: auto;
  display: flex;
  justify-content: space-between;
}
a.room-num {
  z-index: 10;
}
.fuchi {
  font-size: 18px;
  font-family: 'Noto Serif JP','source-han-serif-japanese', serif;
  font-weight: 600;
}
.fuchi.shop::first-letter {
  font-size: 40px;
  font-weight: bold;
  font-family: 'Cinzel','Noto Serif JP', 'source-han-serif-japanese', serif;
  letter-spacing: -7px;
}
.fuchi .roomNum {
  font-size: 40px;
  font-weight: bold;
  font-family: 'Cinzel','Noto Serif JP', 'source-han-serif-japanese', serif;
}
.room-num.shop {
  width: 100%;
  position: absolute;
  top: 24px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-size: 30px;
  font-weight: bold;
  padding: 9px 10px 0 8px;
  align-items: center;
}
.room-num.shop::first-letter {
  font-size: 30px;
}
/*== 検索フォーム ==*/
.searchBox {
  width: 250px;
  height: 28px;
  margin-top: 6px;
}
#searchform::after {
  content: '';
  clear: both;
  display: block;
}
#searchform label {
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  font-size: 0;
}
#searchform #s {
  float: left;
  width: 80%;
  padding: 5px 2%;
  font-size: 15px;
  height: 22px;
  line-height: 1;
  border: solid 1px #ccc;
  border-radius: 4px 0 0 4px;
  background: #f0f0f0;
}
#searchform #searchsubmit {
  background: url(./assets/img/icon_search.png)#BFB399 no-repeat center center;
  border: 0px solid #BFA36C;
  cursor: pointer;
  width: 20%;
  height: 22px;
  border-radius: 0 4px 4px 0;
  margin: 0;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  font-size: 0;
}
textarea:focus, input:focus, input[type]:focus, .uneditable-input:focus {
outline: 0;
}
input:focus::placeholder {
  color: #c5c5c5;
  background: #fff;
}
main#primary.site-main.srch {
  width: 50%;
  margin-left: 25%;
}
.site-main.srch img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
  width: 150px;
  height: auto;
}
.srch article {
  border-bottom: 1px dashed #b69a49;
  padding: 1.5em 0;
  color: #555;
  line-height: 1.5;
  font-size: 14px;
}
.srch article h2 {
  font-size: 18px;
  font-weight: bold;
  font-family: "メイリオ", sans-serif;
  color: #b90367;
  border-left: 5px solid #b90367;
  padding-left: 5px;
}
.srch h1.page-title.result {
font-size: 20px;
font-family: "メイリオ", sans-serif;
text-align: center;
margin-top: 1.5em;
color: #f6f6f6;
background: #d9be7c;
border-radius: 4px;
border-bottom: none;
padding: 5px;
line-height: 20px;
text-shadow: 0 0 3px #333;
}
section.no-results {
  margin-top: 10%;
}
.cnt-none h1 {
  font-size: 18px;
  color: #cc0069;
  font-weight: lighter;
  line-height: 18px;
  margin-bottom: 1em;
}
.page-content.cnt-none {
  border: 1px solid #cc0069;
  border-left-color: rgb(204, 0, 105);
  border-left-style: solid;
  border-left-width: 1px;
  padding: 1em;
  font-size: 14px;
  line-height: 28px;
  display: flex;
  justify-content: space-between;
  border-radius: 4px;
  border-left: 20px solid #cc0069;
}

/*==プロフィール==*/
/*.ac-box{
  width: 100%;
  margin: 0px 0 5px auto;
  }
  .ac-box label{
  width: 180px;
  font-size: 16px;
  text-align: center;
  background: #828282;
  margin: 0 0 0 auto;
  line-height: 30px;
  position: relative;
  display: block;
  height: 30px;
  border-radius: 4px;
  cursor: pointer;
  color: #fff;
  transition: all 0.5s;
  }

.ac-box li {
  padding: 5px;
}
input[type="checkbox"].ac-box + ul{
  height: 0;
  overflow: hidden;
}
input[type="checkbox"].ac-box:checked + ul{
  height: 200px;
}


  .ac-box div{
  height: 0px;
  padding: 0px;
  overflow: hidden;
  opacity: 0;
  transition: 0.5s;
  }
  .ac-box input:checked ~ div{
  height: auto;
  padding: 1em;
  background: #eaeaea;
  opacity: 1;
  margin-left: 3em;
  }
  .ac-box div p{
  color: #777;
  line-height: 23px;
  font-size: 14px;
  padding: 20px;
  text-align: justify;
  }
  .ac-small p{
  margin-bottom: 0px;
  }*/
.prof {
  width: 40%;
  margin-left: 1em;
  margin-top:0.5em;
  }
dd.name-list {
  margin-top: 1em;
  font-weight: bold;
  font-size: 16px;
  font-family: 'Noto Serif JP','source-han-serif-japanese', serif;
font-weight: 800;
  }
dd.comments {
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #333;
  border-top: 1px dotted #666;
  padding-top: 10px;
  font-family: 'Noto Serif JP','source-han-serif-japanese', serif;
  font-weight: 500;
}
.panel1-label {
font-family: 'Noto Serif JP','source-han-serif-japanese', serif;
font-weight: 600;
  background: #c4bdb5;
  color: #fff;
  padding: 5px;
  display: block;
  margin: 0;
  border: 1px solid #fff;
  text-align: center;
  border-radius: 4px;
  position: relative;
}
.panel1-label:hover{
  background: #cf9d2f;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
  }
.panel1-label.panel-btm {
  visibility:hidden;
}
input[type="checkbox"].on-off{
  display: none;
}
.prof ul {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  margin: 0;
  padding: 0;
  list-style: none;
}
.prof li {
  padding: 5px;
}
input[type="checkbox"].on-off + .panel1-label + ul{
  height: 0;
  overflow: hidden;
}
input[type="checkbox"].on-off:checked + .panel1-label + ul{
  height: auto;
  overflow-y: scroll;
}
  .prof input{
  display: none;
  }
/*  .prof label.panel-btm {
  position: relative;
  }*/
  .prof label:after{
    color: #fff;
    font-family: "icomoon";
    content: " \e953"; /*-- down --*/
    margin-left: 1em;
	position: absolute;
	left: 0px;
	top: 5px;
  }
  .prof input:checked + label::after {
    color: #fff;
    font-family: "icomoon";
    content: " \e956"; /*-- up --*/
    margin-left: 1em;
	position: absolute;
	left: 0px;
	top: 5px;
  }
  
/*==アーカイブページ指定== */
article#wrap.archive {
  width: 60%;
  margin: 0 20%;
  background: #fff;
}
.news-ttlBox {
  width: 170px;
  margin: 0 auto;
  margin-bottom: 50px;
  padding: 0 5px 5px;
  border-radius: 3px;
  color: #fff;
}
.site-content.news-en {
    position: relative;
}
.site-content.news-en .go-to-gallery {
    background: url(http://tacotubo.com/TACOTUBO/wp-content/uploads/2021/12/image-s.png);
        background-repeat: repeat;
        background-size: auto;
    width: 182px;
    height: 91px;
    position: absolute;
    top: -20px;
    left: 7%;
    background-size: 100%;
    background-repeat: no-repeat;
}
h1.page-title.news {
  font-size: 2.5em;
  font-family:"source-han-serif-japanese",'Noto Serif JP', serif;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0;
  color: #a89a66;
  transition:  0.5s ease;
}
a article.news-box:hover h1.page-title.news {
  color: #fff;
}
h1.page-title.news.front {
  font-size: 18px;
  margin-bottom: 0;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  text-align: center;
  font-family: "source-han-serif-japanese",'Noto Serif JP', serif;
  font-weight: 600;
}
p.toLineUp {
  position: absolute;
  top: 45px;
  font-size: 11px;
  left: 0;
  right: 0;
  text-align: center;
  color: #a89a66;
  font-weight: 300;
  font-family: 'Cinzel';
  font-weight: 300;
  transition:  0.5s ease;
}
a article.news-box:hover p.toLineUp {
  color: #fff;
}
.ttl-EN {
  font-size: 12px;
  font-family: 'Cinzel';
  font-weight: 400;
  text-align: center;
  margin-top: 5px;
  letter-spacing: 4px;
  color: #a89a66;
}
.ttl-EN.news {
padding: 2px 0;
border-radius: 0;
border-top: 2px solid #a89a66;
border-bottom: 2px solid #a89a66;
border-radius: 0;
}
.news_entry-content {
  display: flex;
  margin-bottom: 40px;
  border: 1px solid #ccc;
  padding: 0.5em;
  background: #f6f6f6;
}
.col-A1 {
  margin-right: .75em;
  height: 120px;
}
.col-A2 {
width: 100%;
height: 120px;
overflow-y: scroll;
}
.col-A1 img.size-news-thum {
height: 120px;
overflow: hidden;
width: 150px;
object-fit: cover;
}
.newMark {
background: #db0a7f;
color: #fff;
padding: 2px 10px 0;
font-family: lato;
font-weight: bold;
letter-spacing: 2px;
border-radius: 4px 4px 0 0;
font-size: 12px;
}
h3.entry-title {
  font-size: 22px;
  font-weight: bolder;
  color: #b03641;
  margin-top: .5em;
  display: flex;
justify-content: space-between;
}
h3.entry-title a {
font-family: 'Noto Serif JP','source-han-serif-japanese', serif;
font-weight: 600;
}
h3.entry-title .cat-title {
background: #b09236;
border-radius: 14px;
color: #fff;
font-size: 14px;
padding: 3px 9px;
height: 18px;
line-height: 11px;
margin-right: .5em;
min-width: 90px;
text-align: center;
}
h3.entry-title .cat-title.en {
font-size: 12px;
}
h3.entry-title .cat-title a {
  font-family: "メイリオ", sans-serif;
  font-weight: 300;
}
h3.entry-title + h5 {
font-family: lato;
font-size: 12px;
font-weight: 400;
color: #555;
margin: 10px 0;
}
h3.entry-title.en + h5 {
font-weight: 300;
color: #828282;
}
.col-A2 .news_text {
  font-size: 14px;
  line-height: 28px;
  font-family: 'Noto Serif JP','source-han-serif-japanese', serif;
font-weight: 500;
  color: #333;
  letter-spacing: 1px;
}
.page-navi-box {
  margin-bottom: 2em;
}
/*==作品リストページ== */
.content-wrap {
width: 60%;
margin: 2em 20%;
}
.content-wrap.work-list {
width: 100%;
  border-top: 3px solid #686868;
  border-bottom: 2px solid #686868;
  margin: 2em 0;  
}
ul.aboutWork {
display: flex;
justify-content: space-between;
/*padding: .5em 0;*/
}
.works-list {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #333;
}
.aboutWork li {
  width: 5%;
line-height: 30px;
font-size: 12px;
font-family: 'Noto Serif JP',serif "ヒラギノ明朝";
padding: 0;
text-align: center;
}
.works-list .roomnum {
  padding-top: 0.25em;
  width: 5%;
  text-align: center;
}
li.post-room.top {
  line-height: 30px;
}
.aboutWork li.category-tag, li.category-tag.top {
  width:17%;
  text-align: center;
}
.works-list .category_tag {
  font-size: 12px;
  line-height: 30px;
  width: 17%;
  text-align: center;
}
li.num-lst, li.year-lst {
  width: 9%;
}
li.num-lst.legend {
  width: 7%;
  text-align: center;
}
li.year-lst.legend {
  width: 5%;
  text-align: center;
}
li.title-lst{
  width: 25%;
}
li.size-lst {
  width: 25%;
}
li.title-lst.legend {
  font-weight: bolder;
  width: 19.5%;
  text-align: left;
}
li.name-lst {
  width: 10.9%;
}
li.name-lst.legend {
  width: 8.5%;
}
li.cat-lst.legend {
  width:7%;
  text-align: center;
}
li.cat-lst {
  width: 9%;
}
li.size-lst.legend {
  width: 19.5%;
}
li.material-lst {
  width: 21.1%;
}
li.material-lst.legend {
  width: 16.5%;
}
li.title-lst.legend, li.name-lst.legend ,  li.size-lst.legend,  li.material-lst.legend,  li.year-lst.legend, li.num-lst.legend,
li.title-lst, li.name-lst ,  li.size-lst,  li.material-lst,  li.year-lst {
  font-size: 12px;
  text-align: center;
}
li.title-lst span.line_h {
display: block;
margin-top: -.5em;
}
.br::before {
	content: "\A" ;
	white-space: pre ;
}
.post.contents.legend {
  background: #a8a8a8;
  color: #fff;
/*  padding: 0 10px;*/
  text-align: left;
}
.works-list.ever:nth-child(odd) {
background: #fff;
}
.works-list.ever:nth-child(even){
  background: #f6f6f6;
}
.work-list a:nth-of-type(even) .works-list.now{
background: #fff;
}
.work-list a:nth-of-type(odd) .works-list.now{
background: #f6f6f6;
}
.content-wrap.work-list div.works-list.now:hover {
background: #f4f0dc;
}
.pagination.w-list {
  margin-top: 1em; 
  font-size: 14px;
  color: #666;
  font-family: sans-serif, "メイリオ";
}
.post-date {
  font-size: 10px;
  font-weight: lighter;
  width: 8%;
  line-height: 45px;
}
.aboutWork li.post-date {
  width: 8%;
}
.post.flex {
  width:78%;
}
.post.flex.legend.top {
  width:100%;
}
/*=== タクソノミー指定 ===*/
section.content-area.txm {
width: 60%;
margin: 0 auto;
}
h1.page-title.txm {
margin: 0 auto;
    margin-bottom: 0px;
width: auto;
text-align: center;
font-size: 45px;
font-family: lato;
font-weight: 100;
margin-bottom: .5em;
color: #a89a66;
font-family: "source-han-serif-japanese",'Noto Serif JP', serif;
font-weight: 500;
}
span.txt-title.txm {
font-size: 20px;
}
 /*==ページナビゲーション指定== */
 ul.page_navi {
  width: 50%;
  margin-left: 25%;
margin-top: 1.5em;
}
.page_navi {
text-align: center;
clear: both;
}
.page_navi li {
  display: inline;
  list-style-type: none;
  background-color: #BFA36C;
  color: #FFF;
  padding: 0.2rem 0.5rem;
  font-size: 0.75rem;
  font-family: lato;
  font-weight: 600;
  border-radius: 0.2rem;
  border: 1px solid #BFA36C;
}
.page_navi li a {
/*    padding: 0.2rem 0.5rem;*/
  background-color: #BFA36C;
  color: #99804f;
}
/*== フッターメニュー ==*/
.ft-wrap {
  width: 80%;
  margin-left: 10%;
  padding: 0 2%;
}
.ft-wrap article {
  border-bottom: 1px solid #d5b7b7;
}
ul.ft-menu {
  display: flex;
  justify-content: center;
  color: #d5b7b7;
  flex-wrap: wrap;
}
ul.ft-menu.first-line {
  border-bottom: 1px solid #d5b7b7;
  letter-spacing: 3px;
}
ul.ft-menu.second-line {
  border-top: 1px solid #ece6d6;
}
ul.ft-menu li {
  font-size: 13px;
  padding: 0 20px;
  text-align: center;
  height: 23px;
  color: #7d6331;
  cursor: pointer;
  text-shadow: 1px 1px 1px #fff;
}
ul.ft-menu.first-line li {
width: 10%;
padding: 10px 0 0 0;
transition: all 0.5s 0s ease;
height: 35px;
}
ul.ft-menu.first-line.en li {
width: 11%;
}
ul.ft-menu.first-line li.ft-shop {
letter-spacing: 0px;
}
ul.ft-menu.first-line li.toJPHome {
letter-spacing: 0px;
}
ul.ft-menu.first-line li:hover,ul.ft-menu.second-line li:hover {
  background: #ece6d6;
  color: #3f3700;
  opacity: 1;
}
ul.ft-menu.second-line li {
width: auto;
padding-top: 10px;
transition: all 0.5s 0s ease;
height: 35px;
}
ul.ft-menu.first-line li a,ul.ft-menu.second-line li a {
  font-family: "source-han-serif-japanese",'Noto Serif JP', serif;
  font-weight: 500;
}
.site-info {
  border-top: 1px solid #ece6d6;
  padding: 20px 0 10px;
}
/*==== Shop ====*/
dl.art-dsc.shop {
left: 107%;
width: 80%;
}
.prof.shop {
display:none;
}
.work-wrap-shop {
width: 46%;
margin-left: 27%;
background: #e3e3e3;
}
.top-line.sgl.shop,.top-line.sgl.shop h2 {
padding-top: 0;
}
.content-box.shop {
margin-top: 0;
padding: 1em;
}
.work-wrap-shop {
width: 30%;
background: inherit;
    background: #e3e3e3;
    position: relative;
    margin: 0 auto;
	margin-left: 25%;
}
.item-top,.h-body, .item-about, .item-price {
border-bottom: 1px solid #c6c6c6;
}
.item-about.num {
display: flex;
border-bottom: 1px dashed #ccc;
}
.item-point {
width: 56%;
background: #fff;
padding-top: 1em;
display: flex;
flex-direction: row;
margin-left: 25%;
line-height: 2;
border-top: 7px solid #eee;
margin-top: 1.5em;
}
.sales-point {
display: block;
width: 50%;
}
dl.sales-point dd {
line-height: 1.5;
font-family: 'Noto Serif JP','source-han-serif-japanese', serif;
font-weight: 600;
font-size: 0.9rem;
color: #734e33;
text-align: justify;
padding-right: 1em;
}
.item-detaile {
width: 50%;
border-left: 1px solid #e3e3e3;
padding-left: 1em;
}
dl.item-detaile dd {
font-size: 0.9rem;
font-family: 'Noto Serif JP','source-han-serif-japanese', serif;
font-weight: 500;
margin-top: .5em;
line-height: 150%;
text-align: justify;
}
ruby[data-ruby] {
position: relative;
}
ruby[data-ruby]::before {
content: attr(data-ruby);
position: absolute;
line-height:100%;
text-align: center;
left: -3em;
right: -3em;
transform-origin: bottom center;
transform: scale(0.5);
bottom: 85%;
}
ruby[data-ruby] rt {
display: none;
}
dd .ttl-dtl{
width: 4em;
text-align: right;
display: inline-block;
color: #a47852;
font-family: 'Noto Serif JP','source-han-serif-japanese', serif;
font-weight: 500;
}
dd .ttl-dtl.space-a {
width: 2em;
}
dd .ttl-bold{
font-weight: 800;
color: #2b288a;
}
dd .ttl-dtl-b {
width: auto;
text-align: right;
display: inline-block;
color: #a47852;
font-family: 'Noto Serif JP','source-han-serif-japanese', serif;
font-weight: 500;
}
dl.item-detaile dd:nth-child(3) {
font-size: 0.75rem;
font-family: 'Noto Serif JP','source-han-serif-japanese', serif;
font-weight: 500;
/*width: 28em;*/
border-top: 1px dashed #ccc;
padding-top: 1em;
}
.btn.order-flow {
width: 100%;
background: #c6834a;
margin: 15px 0 0px;
-webkit-transition: all 0.3s 0s ease;
transition: all 0.3s 0s ease;
}
.btn.toi-awase {
width: 100%;
background: #c12424;
margin: 10px 0 0px;
-webkit-transition: all 0.3s 0s ease;
transition: all 0.3s 0s ease;
}
.btn.order-flow:hover {
background: #fb7502;
}
.btn.toi-awase:hover {
background: #f00;
}
.head {
font-size: 0.85rem;
width: 5rem;
display: inline-block;
text-align: left;
font-family: 'Noto Serif JP','source-han-serif-japanese', serif;
font-weight: 500;
line-height: 1.5;
}
.head.prc {
font-weight: 600;
}
dd .icon-bookmark {
color: #c83b3b;
}
.line-toup {
display: block;
margin-top: -2.85em;
margin-bottom: -2em;
font-family: 'Noto Serif JP','source-han-serif-japanese', serif;
font-weight: 600;
}
.about-detaile {
font-size: 1rem;
font-family: 'Noto Serif JP','source-han-serif-japanese', serif;
font-weight: 600;
border-bottom: 1px solid #ccc;
}
dl.art-dsc.shop dd.sub-dsc.shop {
padding-left: 80px;
font-size: 0.85em;
font-weight: 600;
}
.pd-story {
width: 60%;
margin-left: 20%;
margin-top: 2em;
border-top: 7px solid #eee;
padding-top: 1.5em;
}
dl.cpt-box {
padding-bottom: 1.5em;
}
dd.cpt {
font-family: 'Noto Serif JP','source-han-serif-japanese', serif;
font-weight: 600;
font-size: 1em;
line-height: 1.5;
text-align: center;
}
dd.dsc_a,dd.dsc_b,dd.dsc_c,dd.dsc_d,dd.dsc_e {
font-family: 'Noto Serif JP','source-han-serif-japanese', serif;
font-weight: 500;
font-size: .9em;
line-height: 2;
margin-bottom: 1.5em;
color: #643316;
text-align: center;
width: 80%;
margin-left: 10%;
}

dd.dsc_a,dd.dsc_b,dd.dsc_c {
border-bottom: 1px solid #ccc;
}
dd.dsc_b,dd.dsc_c {
text-align: left;
}
dd.dsc_d {
width: 80%;
margin-left: 10%;
}
dl.pd-dsc {
border: 1px solid #c6b6aa;
padding: 2em 1.8em .5em;
border-radius: 10px;
background: #fdf7f3;
}
.pd-title {
font-size: 1.25rem;
font-family: 'Noto Serif JP','source-han-serif-japanese', serif;
font-weight: 600;
color: #a67037;
text-align: center;
padding-bottom: 1em;
}
dl.pd-dsc dd.dsc_a .story,　dl.pd-dsc dd.dsc_c .story, dl.pd-dsc dd.dsc_d .story {
display:flex;
justify-content:center;
text-align: left;
}
dl.pd-dsc.en dd.dsc_b.en .story {
width:100%;
display: flex;
justify-content: space-between;
}
dl.pd-dsc dd.dsc_a .story {
padding-bottom: 1em;
}
dl.pd-dsc dd.dsc_d .story {
width:100%;
display: flex;
justify-content: space-between;
}
dl.pd-dsc dd.dsc_a .story .story-left,dl.pd-dsc dd.dsc_b .story .story-left,dl.pd-dsc dd.dsc_c .story .story-left,dl.pd-dsc dd.dsc_d .story .story-left {
width: 55%;
text-align: justify;
padding-right: 2%;
}
dl.pd-dsc dd.dsc_a .story .story-right,dl.pd-dsc dd.dsc_b .story .story-right,dl.pd-dsc dd.dsc_c .story .story-right {
width:45%;
}
dl.pd-dsc dd.dsc_d .story .story-right{
width: 45%;
}
dl.pd-dsc dd.dsc_b .story .story-img {
width: 50%;
text-align: center;
line-height: 1.35em;
padding-right: 1em;
}
dl.pd-dsc dd.dsc_b .story.jp {
display: flex;
justify-content: space-between;
}
dl.pd-dsc dd.dsc_b .story .story-img.jp {
width: 48%;
}
dl.pd-dsc dd.dsc_b .story .story-img:first-child {
width: 50%;
margin-right:0;
}
dl.pd-dsc dd.dsc_b .story .story-img:last-child {
width: 50%;
padding-left:1em;
padding-right: 0;
}
.bolder {
font-weight: bolder;
}
.story {
display: flex;
}
.story-cap {
font-size: 11px;
margin-bottom: 1.5em;
line-height: 1.2;
text-align: left;
}
.story.cap-en .story-left {
text-align: left;
padding-right: 1em;
width: 65%;
}
.story.cap-en .story-right.cap-en img {
width: 100%;
height: auto;
}
.story-right.cap-en {
width:35%;
}
/*SHOP-EN*/
.head.en.item,.head.en.cat,.head.en.mat {
visibility: hidden;
width:0;
}
.head.prc.en {
font-weight: 300;
}
dl.art-dsc.shop dd.sub-dsc.shop.en {
padding-left: 0;
}
.box-a.en .ttl-dtl {
width: auto;
}
dd.cpt.en {
font-weight: normal;
}
dd.dsc_a.en,dd.dsc_b.en,dd.dsc_c.en,dd.dsc_d.en  {
margin-top: 40px;
padding-bottom: 40px;
}
dd.dsc_a.en {
margin-top: 0;
}
dd.dsc_a.en .story,dd.dsc_b.en .story,dd.dsc_c.en .story,dd.dsc_d.en .story {
display: flex;
}
.cap-shop.en {
text-align: center;
line-height: 1;
}
/*dl.art-dsc.shop dd.sub-dsc.shop.en, dl.art-dsc.shop dd.sub-dsc.shop.en,  {
padding-left: 0;
}*/
/*==== 8号室 ====*/
ul.mokuji-box {
background-image: -webkit-gradient(
	linear,
	left top,
	left top,
	color-stop(0, #EEEEEE),
	color-stop(1, #FFFFFF)
);
background-image: -o-linear-gradient(left top, #EEEEEE 0%, #FFFFFF 100%);
background-image: -moz-linear-gradient(left top, #EEEEEE 0%, #FFFFFF 100%);
background-image: -webkit-linear-gradient(left top, #EEEEEE 0%, #FFFFFF 100%);
background-image: -ms-linear-gradient(left top, #EEEEEE 0%, #FFFFFF 100%);
background-image: linear-gradient(to left top, #EEEEEE 0%, #FFFFFF 100%);
padding: 1.5em;
border: 5px solid #d8dbc2;
}
ul.mokuji-box li {
font-weight: 600;
border-bottom: 2px dotted #ccc;
font-size: 18px;
}
ul.mokuji-box li.yotei {
font-weight: 300;
font-size: 15px;
}
.writer {
font-weight: 600;
font-size: .85em;
}
.slider-img.textWork dd {
overflow: hidden;
overflow-y: hidden;
overflow-y: scroll;
height: 800px;
padding: 1.5em 4em 1.5em;
}
.slider-img.textWork dd h2 {
font-size: 28px;
text-align: center;
font-family: 'Noto Serif JP','source-han-serif-japanese', serif;
font-weight: bold;
}
.textWork dd {
  font-family: 'Noto Serif JP','source-han-serif-japanese', serif;
  font-weight: 500;
font-size: 1rem;
line-height: 2.2;
letter-spacing: 1px;
text-align: justify;
}
.textWork dd h2.list-title {
    font-weight: 600;
    text-align: left;
    margin-bottom: -.25em;
    font-size: 24px;
}
.textWork dd img {
object-fit: cover;
width: 100%;
height: auto;
margin-top: 1em;
}
p.cap {
font-size: 12px;
text-align: right;
}

.art-dsc + .pagenation .newpage a .icon-arrow-Lt, .art-dsc + .pagenation .oldpage a .icon-arrow-Rt {
  font-size: 60px;
  position: relative;
}
.art-dsc + .pagenation .newpage a .icon-arrow-Lt:before {
  font-size: 60px;
  position: absolute;
  top: 20px;
  left: -48px;
}
.art-cmt + .pagenation .newpage a .icon-arrow-Lt:before {
  font-size: 60px;
  position: absolute;
  top: -20px;
  left: -48px;
}
.art-dsc + .pagenation .oldpage a .icon-arrow-Rt:before {
  font-size: 60px;
  position: absolute;
  top: 20px;
  left: -12px;
}
.art-cmt + .pagenation .oldpage a .icon-arrow-Rt:before {
font-size: 60px;
position: absolute;
top: -20px;
right: -45px;
}
.item-point + .pagenation .newpage.shp a .icon-arrow-Lt:before {
  font-size: 60px;
  position: absolute;
  top: -20px;
  left: -48px;
}
.item-point + .pagenation .oldpage a .icon-arrow-Rt:before {
  font-size: 60px;
  position: absolute;
  top: -20px;
  left: 250px;
}
.bolder.eight {
font-weight: 600;
font-family: 'Noto Serif JP','source-han-serif-japanese', serif;
font-size: 1.2em;
letter-spacing: 0;
line-height: 1;
}
.bolder.eight-gothic {
font-size: 1.2em;
font-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ", sans-serif;
font-weight: 800;
}
ruby.word-a {
ruby-position: before;
}
ruby.word-b {
ruby-position: after;
}
ruby.word-c {
ruby-position: right;
}
.letter-space{
letter-spacing: 0;
font-family: "source-han-serif-japanese",'Noto Serif JP', serif;
padding-left: 2em;
}
p.cap_hachi {
font-family: 'Noto Serif JP','source-han-serif-japanese', serif;
text-align: left;
letter-spacing: 0;
font-style: italic;
font-size: 13px;
padding-left: 1em;
margin-top:1em;
}
p.source {
font-family: 'Noto Serif JP','source-han-serif-japanese', serif;
font-size: .85em;
}
.column.eight {
width: 50%;
float: right;
padding: 1em 0 1em 0;
background: #fffef6;
margin-left: 2em;
}
.column.eight_ctr {
width: 50%;
padding: 1em 0 1em 0;
background: #fffef6;
margin-left: 1em;
margin: 0 auto;
}
.widthall {
width: 100%;
display: inline-block;
}
.column.eight.smaller {
width: 50%;
float: right;
margin-left: 1em;
background: #fff;
padding: 1em;
}
.column.eight p {
font-family: 'Noto Serif JP','source-han-serif-japanese', serif;
font-weight: 500;
font-size: 14px;
line-height: 24px;
padding-bottom: 1em;
letter-spacing: 0.35px;
margin-top: -1em;
padding-left: 0;
}
.column .cap_hachi.eight p,.column .cap_hachi.eight {
font-size: 13px;
font-style: italic;
line-height: 17px;
font-family: 'Noto Serif JP','source-han-serif-japanese', serif;
letter-spacing: 0;
font-weight: 500;
color: #4f2c00;
padding-top: 1em;
}
.cap_hachi.eight: last-child {
margin-top: -2.5em;
}
.column.eight.zu-six {
float: inherit;
margin-left: 25%;
}
.column .cap_hachi.eight.zu-six {
padding-left: 0;
margin-top: -1.5em;
}
.column .cap_hachi.eight.tocenter {
text-align: center;
}
p .bolder.eight{
font-family: 'Noto Serif JP','source-han-serif-japanese', serif;
font-weight: bold ;
}
.smaller {
 font-size: .75em;
font-family: 'Noto Serif JP','source-han-serif-japanese', serif;
font-weight: 600;
}
.smaller-s {
font-size: .65em;
font-family: 'Noto Serif JP','source-han-serif-japanese', serif;
font-weight: 600;
}
.taco-two {
width: 100%;
float:left;
}
.taco-three {
font-family: "source-han-serif-japanese",'Noto Serif JP', serif;
font-weight: 500;
}
.taco-txt {
font-family: "source-han-serif-japanese",'Noto Serif JP', serif;
font-weight: 500;
}
.column.eight.photos {
width: 47%;
margin-left: 1em;
padding-top: 0;
margin-top: 0em;
padding-bottom: 0;
}
.column.eight.zu-six {
float: inherit;
margin-left: 22%;
width: 56%;
}
.column .cap_hachi.eight.zu {
padding-top: 0;
margin-top: -2em;
}
/*== ご注文の流れ ==*/
h2.info {
background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #A35B43),
	color-stop(1, #774A19)
);
background-image: -o-linear-gradient(bottom, #A35B43 0%, #774A19 100%);
background-image: -moz-linear-gradient(bottom, #A35B43 0%, #774A19 100%);
background-image: -webkit-linear-gradient(bottom, #A35B43 0%, #774A19 100%);
background-image: -ms-linear-gradient(bottom, #A35B43 0%, #774A19 100%);
background-image: linear-gradient(to bottom, #A35B43 0%, #774A19 100%);
padding: 5px;
border-radius: 12px;
font-size: 1.25rem;
text-align: center;
color: #fff;
font-weight: 600;
margin: 1.5em 0 1em;
text-shadow: 0 1px 2px #000;
letter-spacing: 1px;
border-top: 1px dotted #ccc;
text-shadow: none;
font-weight: 500;
width: 60%;
margin-left: 20%;
}
.smaller.info {
border-top: 1px dotted #ccc;
text-shadow: none;
font-weight: 500;
font-size: 12px;
}
.col-box, .col-box_last {
display: flex;
position: relative;
background: #fff;
border: 1px solid #ccc;
padding: 1em;
padding-bottom: 1.5em;
width: 90%;
border-radius: 10px;
margin: 2.5em 0;
margin-left: 5%;
}
.col-box.first {
padding-right: 4em;
}
.col-box::before {
content: "";
  position: absolute;
  bottom: -25px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 13px solid #FFF;
  z-index: 2;
}
.col-box::after {
  content: "";
  position: absolute;
  bottom: -28px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #ccc;
  z-index: 1;
}
.col-order {
width: 100%;
position: relative;
}
.btn.odr {
background: #a38243;
font-size: 16px;
padding: 3px 0 5px;
margin-top: 1em;
margin-left: 30%;
margin-bottom: .5em;
width: 36%;
position: relative;
}
.icon-envelope {
font-size: 1.5em;
margin-right: 0.25em;
}
.icon-number8,.icon-number9,.icon-number10,.icon-number11,.icon-number12 {
font-size: 2.5rem;
color: #b57430;
margin-right: .5em;
width: 5%;
}
.page-content .step h3 {
font-size: 1.4em;
font-family: "source-han-serif-japanese",'Noto Serif JP', serif;
font-weight: 600;
color: #774919;
line-height: 2;
}
.page-content .step p{
margin-bottom: 20px;
font-family: "source-han-serif-japanese",'Noto Serif JP', serif;
color: #774919;
line-height: 1.75;
}
ul.about-odr li {
font-family: "source-han-serif-japanese",'Noto Serif JP', serif;
}
ul.about-odr {
    margin: 0 0 0 0;
    padding: 0;
    text-indent: -1em;
    padding-left: 1em;
	}
.page-content ul.about-odr {
border-top: 1px dashed #ccc;
line-height: 2;
padding-top: 1em;
}
.step{
  list-style-type: none;
  display:table;
  width:100%;
  padding:0;
  margin:0;
  overflow:hidden;
}
.step li{
  display:table-cell;
  position:relative;
  background: #504944;
  padding: 0em 0.5em 0em 2em;
  color: #fff;
  font-family: "source-han-serif-japanese",'Noto Serif JP', serif;
  font-weight: 600;
  text-align: center;
}
.step li:last-child{
  padding-right: 1em;
}
.step li:last-child:before,
.step li:last-child:after{
  display:none;
}
.step li:before,
.step li:after{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin: auto;
}
.step li:before{
  top:-27px;
  right:-1em;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 40px 0 40px 1em;
  z-index: 10;
}
.step li:after{
  top:-27px;
  right:-.8em;
  border-style: solid;
  border-color: transparent transparent transparent #504944;
  border-width: 40px 0 40px 1em;
  z-index: 10;
}
.step li.st-one{
padding: 0em 1em 0em 1em;
  background: #acb027;
  font-family: "source-han-serif-japanese",'Noto Serif JP', serif;
}
.step li.st-one:after{
  border-color: transparent transparent transparent #acb027;
}
.step li.st-two{
  background: #777930;
  font-family: "source-han-serif-japanese",'Noto Serif JP', serif;
}
.step li.st-two:after{
  border-color: transparent transparent transparent #777930;
}
.page-content p.about-odr.one {
border-top: none;
}
.order-flow {
margin-bottom: 1em;
}
/*== ご利用案内 ==*/
article.guide {
margin-top: 50px;
}
.page-content .guide p,.page-content .guide {
    font-family: 'Cinzel', "source-han-serif-japanese",'Noto Serif JP', serif;
    font-weight: 500;
    line-height: 2.25;
    font-size: 1rem;
	margin-bottom: 1em;
}
.gd-a,.gd-b,.gd-c {
width: 100%;
float:left;
}
.gd-txt,.gd-txt.gdc {
width:70%;
float: left;
font-family: 'Cinzel', "source-han-serif-japanese",'Noto Serif JP', serif;
font-weight: 500;
}
.gd-c {
border: 1px solid #ccc;
padding: 1rem;
background: rgba(255,255,255, .4);
margin-top: 2em;
font-size: .85rem;
}
.gd-c div {
font-family: 'Cinzel', "source-han-serif-japanese",'Noto Serif JP', serif;
font-weight: 500;
}
.img-a img {
width: 25%;
height: auto;
float: right;
}
.gd-txt.gdb {
width:70%;
float: right;
font-family: 'Cinzel', "source-han-serif-japanese",'Noto Serif JP', serif;
font-weight: 500;
}
.img-b img {
width: 24%;
height: auto;
float: left;
}
.img-c img {
width: 22%;
height: auto;
float: right;
}
h3.gd-ttl {
font-size: 1.35rem;
font-family: 'Cinzel', "source-han-serif-japanese",'Noto Serif JP', serif;
font-weight: 600;
text-align: center;
line-height: 1.2;
margin-bottom: 1rem;
border-bottom: 1px dashed #ccc;
padding-bottom: .5em;
}
.gd-sub_ttl {
font-size: .9rem;
font-family: 'Cinzel', "source-han-serif-japanese",'Noto Serif JP', serif;
font-weight: 500;
}
/*== コンタクトフォーム ==*/
.form_wrap {
margin-top: 30px;
}
.form_wrap h2 {
font-family: "source-han-serif-japanese",'Noto Serif JP', serif;
font-weight: 500;
font-size: 1.3rem;
text-align: center;
margin-top: -1em;
}
#wpcf7-f826-p379-o1.wpcf7 {
    width:  100%;
}
.main.tt.contact-form{
width: 50%;
margin-left: 25%;
margin-bottom: 50px;
background: #fffce7;
padding: 1.5em 2em;
box-shadow: 0 3px 7px #ccc;
}
.screen-reader-response p,.wpcf7-response-output {
font-family: "source-han-serif-japanese",'Noto Serif JP', serif;
padding-top: 1.5em;
}
.main.tt.contact-form h2.page-title {
    text-align: center;
    margin: 0 0 .25em;
    color: #3f3700;
}
.row-radio,.wpcf7-radio,.row-name,.form_row.row-mail,.form_row.row-subject,.form_row.row-captcha,.form_row.row-phone,.form_row.row-content,.form_row.row-fax,.form_row.row-submit {
display: flex;
margin: 0;
align-items: center;
padding: 0.5em 1em;
background: #f2ecd7;
}
.form_row.row-message {
display: flex;
margin: 0;
padding-top: .5em;
padding: 0.5em 1em;
background: #f0e9d2;
}
.form_row.row-captcha {
flex-direction: row;
}
.form_row.row-name,.form_row.row-phone,.form_row.row-content,.form_row.row-subject.nom,.form_row.row-submit,.form_row.row-message {
background: #f7f1dc;
padding: 1em;
margin: 0;
}
.form_row.row-mail,.form_row.row-fax,.form_row.row-subject,.form_row.row-message.tenji {
    background: #f2ecd7;
    padding: 1em;
    margin: 0;
}
.form_row.row-phone.address.en,.form_row.row-subject.reference.en {
background: #f7f1dc;
padding: 1em;
margin: 0;
}
.form_row.row-phone.en,.form_row.row-subject.en {
    background: #f2ecd7;
    padding: 1em;
    margin: 0;
}
.wpcf7-list-item-label {
margin-right: 2em;
}
.form_label{
width: 170px;
padding-left: 50px;
}
.form_label.select-btn {
width: 230px;
line-height: 1.5;
}
#order-btn {
margin-top: .5em;
}
label, .select-btn {
font-family: "source-han-serif-japanese",'Noto Serif JP', serif;
}
.wpcf7-captchar {
width: 9em;
}
p.form_label.is-required,p.form_label {
position: relative;
text-align: right;
padding-right: 1em;
font-family: "source-han-serif-japanese",'Noto Serif JP', serif;
font-weight: 600;
color: #802828;
}
p.form_label.is-required::before{
  content: "必須";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  padding: 0 5px;
  background-color: #6c5c2f;
  color: #fff;
  font-size: 11px;
  text-align: center;
  }
 p.form_label::before {
 content: "任意";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  margin: 0;
  padding: 0 5px;
  border-radius: 2px;
  background-color: #fff;
  color: #929292;
  font-size: 11px;
  text-align: center;
  box-sizing: border-box;
  box-shadow: 1px 1px 2px #666;
}
p.form_body input, p.form_body textarea {
padding: 5px;
border: 1px solid #ccc;
border-radius: 4px;
margin-right: 1em;
}
.mwform-checkbox-field label, .mwform-radio-field label {
margin-right: 1em;
}
.mwform-radio-field-text {
font-family: "source-han-serif-japanese",'Noto Serif JP', serif;
font-weight: 600;
}
.wpcf7c-conf {
    background-color: rgb(232, 240, 254);
	}
.row-submit input.wpcf7-form-control {
background: #b08111;
border: none;
border-radius: 4px;
color: #f5f5f5;
padding: 0 15px;
cursor: pointer;
transition: all 0.5s 0s ease;
margin-right: 1em;
}
.row-submit input.wpcf7-form-control:hover {
background: #d7920f;
}
p.form_label.is-required-en::before {
    content: "required";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 48px;
    padding: 0 5px;
    background-color: #6c5c2f;
    color: #fff;
    font-size: 9px;
    text-align: center;
}
p.form_label.option-en::before {
visibility: hidden;
 /*   content: "option";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 48px;
    margin: 0;
    padding: 0 5px;
    border-radius: 2px;
    background-color: #fff;
    color: #929292;
    font-size: 11px;
    text-align: center;
    box-sizing: border-box;
    box-shadow: 1px 1px 2px #666;
*/}
/*== ギャラリープロフィールの非表示 ==*/
.under-line.doux .sub-title dd {
display: none;
}
/*== プライバシーポリシー ==*/
.page-content h2.prc-policy {
font-weight: bold;
}
.gothic.bolder {
font-family: "メイリオ",meiryo, sans-serif;
font-weight: bold;
padding-top: 1em;
}
/*== エラー表示 ==*/
section.error-404.not-found {
width: 40%;
margin-left: 30%;
margin-top: 5%;
border: 1px solid #ccc;
border-radius: 4px;
padding: 1.5em;
}
strong a, a strong{
font-weight: 600;
}

@media screen and (max-width: 1200px){
.main {
    width: 94%;
    margin: 0px 3%;
}
article.gallery-room article {
min-width: 250px;
margin: 5px 15px 20px
}
.title-top dd {
font-size: 1.1em;
}
.ft-wrap {
    width: 94%;
    margin-left: 3%;
    padding: 0;
}
ul.ft-menu.first-line li {
padding: 10px 0;
}
.oldpage {
right: -55%;
}
.newpage {
left: -55%;
}
dl.art-dsc {
left: 115%;
}
p.cap_hachi {
letter-spacing: -.5px;
text-align: left;
line-height: 20px;
}
footer.site-footer {
height: auto;
}
}
@media screen and (max-width: 1022px){
.main {
    width: 90%;
    margin: 0 5%;
}
ul.ft-menu.first-line li:nth-child(5) {
padding-top: 0;
}
.work-wrap {
 width: 70%;
 margin-left: 15%;
}
.top-line.sgl.e-room h2 {
border-radius: 4px 4px 0 0 ;
}
.newpage, .oldpage {
top: 100%;
}
.newpage {
    left: -10%;
}
.oldpage {
right:-10%;
}
dl.art-dsc {
    display: block;
    width: 100%;
    margin-left: 0;
    position: inherit;
	left: 0;
padding-top: 20px;
padding-bottom: 20px;
background: #fff;
}
dl.art-dsc dd.sub-title {
padding: 0;
}
.bottomSpace {
margin-top: 20%;
margin-bottom: 20px;
}
/*== News ==*/
article#wrap.archive {
width: 70%;
margin: 0 15%;
}
h3.entry-title {
font-size: 18px;
}
h3.entry-title .cat-title {
font-size: 10px;
}
dd.news-dsc {
font-size: .9em;
}
.news-date {
font-size: 11px;
}
}
@media screen and (max-width: 830px){
.art.aboutus {
height: 380px;
width: auto;
margin: 0;
margin-bottom: 0;
background-size: 100%;
}
.clm-aboutus {
margin-bottom: 0;
}
.main.tt.contact h2.page-title {
font-size: 1.5rem;
}
.main.tt.contact {
width: 70%;
margin: 0 15% 4%;
padding: 1.5em 2em;
}
.navbar li a {
font-size: 14px;
padding: 0 10px;
}
dl.art-dsc dd.title {
font-size: 1.2em;
}
dl.art-dsc dd.artist {
font-size: 1em;
}
dl.art-dsc dd {
font-size: .85em;
}
li.post-room.top {
    line-height: 16px;
}
.works-list .roomnum {
font-size: 11px;
}
li.title-lst.legend, li.name-lst.legend, li.size-lst.legend, li.material-lst.legend, li.year-lst.legend, li.num-lst.legend, li.title-lst, li.name-lst, li.size-lst, li.material-lst, li.year-lst {
    font-size: 9px;
    text-align: center;
    line-height: 9px;
    padding: 5px 0;
}
.aboutWork li {
    font-size: 10px;
    line-height: 13px;
	padding: 5px 0;
}
.works-list .category_tag {
width: 17%;
text-align: center;
line-height: 9px;
font-size: 9px;
padding: 5px 0;
}
li.num-lst, li.year-lst {
    width: 9%;
	font-size: 9px;
}
/*== Shop ==*/
.top-line.shop h2 {
  width: 160px;
  padding: 5px 0;
  font-size: 1.25rem;
}
.work-wrap-shop {
width: 60%;
height: 640px;
display: flex;
flex-direction: column;
margin-left: 20%;
}
dl.art-dsc.shop {
width: 100%;
left: 0;
}
.item-point {
width: 60%;
margin-top: 430px;
margin-left: 20%;
}
dd.dsc_a, dd.dsc_b, dd.dsc_c, dd.dsc_d, dd.dsc_e {
width: 100%;
margin-left: 0;
}
dl.pd-dsc dd.dsc_a .story {
flex-direction: column;
}
.enTop2-L {
width:35%;
}
.enTop2-R {
width: 65%+
}
}
@media screen and (max-width: 768px){
/*== Shop ==*/
.work-wrap-shop {
width: 60%;
margin-left: 20%;
}
.top-line.sgl.shop {
display: inherit;
}
dl.art-dsc.shop {
width: auto;
}
.item-point {
width: 90%;
margin-left: 5%;
}
.sales-point {
width: 43%;
}
.item-detaile {
width: 57%;
}
.pd-story {
width: 80%;
margin-left: 10%;
}
.bottomSpace {
margin-top: 10%;
margin-bottom: 0;
}
dl.art-dsc.shop {
    left: 0;
}
#menu-1.nav-set {
font-size: 12px;
}
.main h2 {
margin-right: .5em;
font-size: 1.15em;
}
.G-title {
min-width: 350px;
}
.G-title dd {
font-size: 1.5em;
}
.top-line h2 {
    width: 90px;
    padding: 5px 5px 0;
}
.kaiki.catgr {
font-size: 10px;
}
.G-date dd {
font-size: 1em;
}
.year-kaiki {
    font-size: 10px;
}
article.news-box_01 {
width: 81%;
}
article.gallery-room article {
  margin: 15px 30px 30px;
}
article#wrap.archive {
width: 80%;
margin: 0 10%;
}
.main.tt {
width: 90%;
margin: 0 5%;
}
.aboutWork li {
font-size: 9px;
}
.work-wrap.eight {
    background: none;
    width: 86%;
    margin-left: 7%;
}
dl.art-dsc.eight {
    width: 300px;
    margin: 0 auto;
}
.oldpage {
    right: 0;
}
.newpage {
    left: 0;
}
/*== ご利用案内・About Us ==*/
.gd-txt, .gd-txt.gdc {
width: 100%;
}
.img-a img, .img-c img {
    width: 36%;
    height: auto;
    float: inherit;
    margin: 0 auto;
    margin-left: auto;
    margin-left: 32%;
}
.gd-txt.gdb {
    width: 100%;
}
.img-b img {
    width: 50%;
    height: auto;
    float: inherit;
    margin-left: 25%;
}
.newpage, .oldpage {
top: 100%;
}
.content-box.news {
width: 80%;
margin-left: 10%;
}
.prof {
width: 60%;
}
}
@media screen and (max-width: 736px){
ul.ft-menu.first-line li:first-child {
padding-top: 5px;
}
}
@media screen and (max-width: 680px){
.main {
width: 90%;
margin: 0 5%;
}
.navbar {
display: none;
}
#sp-menu {
display: block;
}
	/* チェックボックスオンの時 */
.check:checked ~ .contents {
    -webkit-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    transform: translateX(-300px);
}
/* ドロワー */
.drawer-menu {
    box-sizing: border-box;
    position: fixed;
    top: 0;
    right: 0;
    width: 300px;
    height: 100%;
    padding: 120px 0;
    background: #222;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: perspective(500px) rotateY(-90deg);
    transform: perspective(500px) rotateY(-90deg);
    opacity: 0;
}
/* チェックボックスオンの時 */
.check:checked ~ .drawer-menu {
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
    z-index: 100;
}

/* チェックボックスを非表示 */
.check {
    display: none;
}

/* メニューボタン(label) */
.menu-btn {
    position: absolute;
    display: block;
    top: 50px;
    right: 20px;
    display: block;
    width: 40px;
    height: 40px;
    font-size: 10px;
    text-align: center;
    cursor: pointer;
    z-index: 10;
}

/* コンテンツの閉じる。普段は非表示(label)*/
.close-menu {
    position: fixed;
    top: 0;
    right: 300px;
    width: 100%;
    height: 100vh;
    visibility: hidden;
    opacity: 0;
}
/* チェックボックスオンの時 */
.check:checked ~ .close-menu {
    visibility: visible;
    opacity: 1;
    z-index: 3;
}
.drawer-menu ul.top-nav-set {
position: absolute;
top: 100px;
margin-left: 1em;
width: 90%;
border-top: 1px solid #151515;
border-bottom: 1px solid #4f4f4f;
}
.drawer-menu ul li {
border-top: 1px solid #4f4f4f;
border-bottom: 2px solid #151515;
}
.drawer-menu ul li, .drawer-menu ul li a {
color: #ccc;
padding: 3px 10px;
display: block;
font-size: 15px;
}
li.current.home {
    padding: 5px 15px;
    background: #BFA36C;
    font-family: "source-han-serif-japanese",'Noto Serif JP', serif;
    color: #fff;
}
.bar {
position: absolute;
top: 0;
left: 0;
display: block;
width: 40px;
height: 5px;
background: #BB5C6A;
-webkit-transition: all .5s;
transition: all .5s;
-webkit-transform-origin: left top;
-ms-transform-origin: left top;
transform-origin: left top;
}
	.bar.middle {
    top: 15px;
    opacity: 1;
}
	.bar.bottom {
    top: 30px;
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
}
.menu-btn_txt {
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: auto;
    color: #cc1875;
    -webkit-transition: all .5s;
    transition: all .5s;
    display: block;
    visibility: visible;
    opacity: 1;
  letter-spacing: 2px;
  font-weight: bold;
}
	.check:checked ~ .menu-btn .bar.top {
    width: 60px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
	.check:checked ~ .menu-btn .bar.middle {
    opacity: 0;
}
	.check:checked ~ .menu-btn .bar.bottom {
    width: 60px;
    top: 40px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
	.check:checked ~ .menu-btn .menu-btn_txt {
    visibility: hidden;
    opacity: 0;
}
	.close-menu {
    position: fixed;
    top: 0;
    right: 300px;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0);
    cursor: url(../images/cross.svg),auto;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    visibility: hidden;
    opacity: 0;
}
	.check:checked ~ .close-menu {
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    background: rgba(0,0,0,.5);
    visibility: visible;
    opacity: 1;
    z-index: 3;
}
.SelectLanguage {
right: 10px;
top: 10px;
}
.SelectLanguage label {
width: 40px;
font-size: 12px;
}
.top-nav-set {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.top-line.sgl, .top-line.sgl.e-room {
margin-bottom: 0;
padding-top: 0;
}
.slider-img.textWork dd {
box-shadow: 0 3px 10px #ccc inset;
padding: 10px;
}
.bottomSpace {
margin-top: 45%;
min-height: 50px;
}
.work-wrap {
 width: 70%;
 margin-left: 15%;
}
dl.art-dsc dd.title {
font-size: 1.25em;
}
dl.art-dsc dd.artist {
font-size: 1em;
}
dl.art-dsc dd {
font-size: .8em;
}
/*第8室*/
dl.art-dsc dd.sub-title {
  margin-bottom: 0;
  padding: 0 0 10px;
}
.textWork {
min-width: 100%;
margin-left: 0;
padding: 0;
}
.under-line {
    display: flex;
    flex-direction: column;
}
.prof {
    width: 100%;
    margin-left: 0;
    margin-top: 0.5em;
}
h3.greeting {
margin: 1em 0 0.65em;
}
.bottomSpace {
margin-top: 35%;
}
}
@media screen and (max-width: 667px){
h3.entry-title .cat-title {
font-size: 10px;
text-align: center;
}
.navbar-header {
border-bottom: 10px solid #fff;
}
.top-line h2 {
width: 115px;
}
.G-title {
min-width: 330px;
}
.G-title dd {
    font-size: 1.25em;
}
.greeting-box {
margin-top: 0;
}
}
@media screen and (max-width: 430px){
.SelectLanguage {
    right: 0;
    top: 0;
}
.navbar-header, .navbar-header.inner {
height: 150px;
}
.TT-logo {
background-size: 74%;
background-position: 32px 15px;
}
.TT-logo.inner {
background-size: 80%;
background-position: 27px 8px;
}
#wrapper div.breadcrumbs {
margin: .5em 1.5em 1em;
font-size: 10px;
}
article.news-box {
width: 80px;
}
h1.page-title.news.front {
font-size: 16px;
}
p.toLineUp {
font-size: 9px;
}
article.news-box_01 {
width: 100%;
margin: 0;
margin-top: 1em;
}
.work-wrap {
width: 90%;
margin-left: 5%;
}
article.gallery-room article {
  min-width: 300px;
  height: auto;
}
.top-line {
flex-direction: column;
padding-top: 0;
padding-bottom: 5px;
border: inherit;
box-shadow: none;
}
.top-line h2 {
margin-bottom: 10px;
background: inherit;
color: #646464;
text-shadow: 1px 1px 1px #fff;
}
.top-line.two h2, .top-line.three h2,.top-line.five h2,.top-line.six h2,.top-line.seven h2,.top-line.eight h2 {
background: inherit;
color: #646464;
}
.kaiki.page {
background: none;
border-radius: 0;
color: #333;
padding: 0 10px;
border-right: 1px solid #e4e4e4;
}
.kaiki.page.catgr {
color: #7b7b7b;
font-size: 12px;
padding: 0;
border: none;
margin-right: 0;
padding-left: 10px;
}
.G-date {
margin-right: auto;
}
.G-title {
    min-width: auto;
    border-bottom: 1px solid #ccc;
    width: 100%;
    text-align: center;
}
.G-title dd {
margin-bottom: 5px;
margin-right: 0;
}
.sub-title {
padding: 0;
}
.under-line {
 display: flex;
 flex-direction: column;
}
h3.greeting {
font-size: 18px;
}
.sub-title dd {
line-height: 1.5;
}
.greeting-box dd {
line-height: 1.8;
text-align: left;
}
.prof ul {
transition: all 0.5s;
}
.prof {
width: auto;
margin-left: 0;
}
input[type="checkbox"].on-off:checked + .panel1-label + ul {
    height: auto;
    overflow-y: scroll;
}
.column.eight.smaller {
    width: 80%;
    margin-left: 10%;
}
.column.eight {
    width: 90%;
    float: inherit;
    padding: 0;
    background: #fffef6;
    margin-left: 5%;
}
.column.eight.photos {
    width: 90%;
    margin-left: 5%;
}
.column.eight.zu-six {
    float: inherit;
    margin-left: 10%;
    width: 80%;
}
.slider-img.textWork dd h2 {
 font-size: 22px;
 padding-top: 1em;
}
.work-wrap .content-box {
padding: 10px;
}
.work-wrap.eight {
    background: none;
    width: 90%;
    margin-left: 5%;
}
li.work-title h3 {
font-size: 1.15em;
}
dl.art-dsc.eight {
    width: 100%;
}
.top-line.sgl h2 {
margin-bottom: 0;
margin-top: 0;
}
.newpage {
    left: 2%;
}
.oldpage {
right: 2%;
}
.art-dsc + .pagenation .oldpage a .icon-arrow-Rt::before {
    font-size: 40px;
    position: absolute;
    top: 30px;
    left: -12px;
}
.art-dsc + .pagenation .newpage a .icon-arrow-Lt::before {
    font-size: 40px;
    position: absolute;
    top: 30px;
    left: -30px;
}
ul.ft-menu.first-line li, ul.ft-menu.first-line.en li {
width: 30%;
}
footer.site-footer {
height: auto;
}
.link-btn {
    padding-bottom: 30px;
}
.main.tt.info-works {
    width: 94%;
    margin: 0 3%;
}
h2.page-title.info-works {
font-size: 1.25rem;
}
article#wrap.archive {
width: 90%;
margin: 0 5%;
}
.aboutWork li {
    font-size: 7px;
    line-height: 10px;
}
works-list .category_tag {
    line-height: 16px;
    font-size: 8px;
}
.aboutWork li:last-child {
font-size: 5px;
}
.works-list .category_tag {
font-size: 8px;
line-height: 8px;
}
.col-A1 img.size-news-thum {
width:100px;
height: 120px;
}
h3.entry-title {
font-size: 18px;
line-height: 22px;
margin-top: 0;
flex-direction: column;
}
h3.entry-title .cat-title {
color: #b09236;
font-size: 12px;
padding: 0;
width: auto;
height: inherit;
line-height: 14px;
margin-right: 0;
background: inherit;
text-align: left;
margin-top: 5px;
}
.news-ttlBox {
margin-bottom: 20px;
}
.col-A2 .news_text {
    line-height: 23px;
    letter-spacing: -0.5px;
}
.column.eight.smaller {
    width: 100%;
}
.textWork dd img:last-child {
width: 60%;
margin-left: 20%;
}
/*==About Us==*/
.main.tt.contact {
    width: 90%;
    margin: 0 5% 4%;
    background: #fffce7;
    padding: 1.5em 1em;
    box-shadow: 0 3px 7px #ccc;
}
.page-content .aboutus p {
line-height: 2;
font-size: .9rem;
}
.art.aboutus {
height: 250px;
width: auto;
margin: 0;
background-size: 100%;
}
.art.aboutus .cap-abt {
    position: absolute;
    bottom: 17px;
    right: 0px;
    font-size: 9px;
}
.page_bb {
font-size: 1.25rem;
}
h1.page-title.news {
font-size: 2rem;
}
.textWork dd {
line-height: 1.9;
}
.column.eight p {
line-height: 21px;
padding-top: .5em;
}
/*== 問合せフォーム ==*/
.form_wrap {
    margin-top: 10px;
}
.main h2 {
    padding-bottom: 5px;
}
.top-line.shop h2 {
  text-shadow: 1px 1px 1px rgba(50,50,50, .8);
  color: #fff;
}
.main.tt.contact-form {
margin-bottom: 0;
}
.main.tt.contact-form {
width: 100%;
margin-left: 0%;
}
.form_label {
width: 320px;
}
.form_row.row-mail, .form_row.row-fax, .form_row.row-subject, .form_row.row-message.tenji {
flex-direction: column;
}
.row-radio, .wpcf7-radio {
padding: 0.5em 0em;
}
.row-name, .form_row.row-mail, .form_row.row-subject, .form_row.row-captcha, .form_row.row-phone, .form_row.row-content, .form_row.row-fax, .form_row.row-submit {
padding: 1em ;
}
.form_row.row-name, .form_row.row-phone, .form_row.row-content, .form_row.row-subject.nom, .form_row.row-submit, .form_row.row-message {
flex-direction: column;
}
p.form_label.is-required, p.form_label {
text-align: left;
}
p.form_body input, p.form_body textarea {
width: 96%;
}
/*==News個別ぺーじ表示==*/
.content-box.news {
width: 90%;
margin-left: 5%;
}
dl.news-image {
min-height: 250px;
}
.dd-box {
flex-direction: column;
}
.news-date {
width: auto;
padding: 10px 0;
border-radius: 0;
}
.sub-title.s-news {
padding-top: .75em;
}
dd.news-dsc {
padding-left: 0;
border-left: none;
}
.news-date {
font-size: 10px;
}
dd.news-title {
font-size: 1.2rem;
margin-top: .5em;
}
.btn, .btn.toG-room {
width: 160px;
font-size: .85rem;
}
ul.ft-menu.first-line li:nth-child(5) {
    padding-top: 10px;
}
/*== Shop ==*/
.greeting-box.en dd {
text-align: center;
}
.top-line.shop h2 {
  padding: 5px 0;
  margin-top: 10px;
}
.work-wrap-shop {
width: 90%;
margin-left: 5%;
}
dl.item-detaile dd:nth-child(3) {
width: 16em;
}
.pd-story {
width: 80%;
margin-left: 10%;
}
.bottomSpace {
    margin-top: 11%;
}
.sales-point {
    width: 100%;
}
.item-detaile {
    width: 100%;
    border-left: none;
    padding-left: 0;
    border-top: 1px solid #ccc;
    margin-top: 2em;
}
.btn.order-flow, .btn.toi-awase {
width: 70%;
margin-left: 15%;
}
dl.art-dsc {
padding-bottom: 0;
}
.item-point {
flex-direction: column;
margin-top: 360px;
}
dl.item-detaile dd:nth-child(3) {
    width: auto;
    margin-top: -1.5em;
}
dl.pd-dsc {
padding: 1em 1em .5em;
font-size: 0.8rem;
}
.top-line.sgl.shop {
box-shadow: none;
padding-top: 1em;
}
.top-line.sgl h2 {
padding-top: .25em;
}
.work-wrap.three .top-line.sgl h2 {
margin-top: 0;
padding-top: .5em;
padding-bottom: 0;
margin-bottom: -2em;
text-shadow: none;
}
.pagenation  {
padding-top: 3em;
background: #fff;
margin-bottom: 4em;
}
.oldpage {
right: 25px;
font-size: .85em;
width: 45%;
}
.newpage {
left: 15px;
width: 45%;
font-size: .85em;
}
.mungmt-num.eight {
font-size: 12px;
}
.work-wrap-shop {
width: 80%;
margin-left: 10%;
}
.item-point {
  width: 80%;
  margin-left: 10%;
  margin-top: 280px;
  flex-direction: column;
}
.item-point.en {
margin-top: 300px;
}
.item-detaile {
width: 100%;
border-left: none;
padding: 0px 0 0;
margin-top: 0;
}
.story {
flex-direction: column;
}
dl.pd-dsc dd.dsc_a .story, dl.pd-dsc dd.dsc_b .story, dl.pd-dsc dd.dsc_c .story, dl.pd-dsc dd.dsc_d .story {
flex-direction: column;
}
dl.pd-dsc dd.dsc_a .story .story-left, dl.pd-dsc dd.dsc_b .story .story-left, dl.pd-dsc dd.dsc_c .story .story-left, dl.pd-dsc dd.dsc_d .story .story-left {
width:100%;
margin-top:0;
padding-right: 0;
}
dl.pd-dsc dd.dsc_a .story .story-right, dl.pd-dsc dd.dsc_b .story .story-right, dl.pd-dsc dd.dsc_c .story .story-right, dl.pd-dsc dd.dsc_d .story .story-right {
width:100%;
margin-top:1em;
}
dl.pd-dsc dd.dsc_b .story .story-img {
float: left;
width: 100%;
margin-bottom: 1em;
margin-left: 0;
padding: 0;
}
dl.pd-dsc dd.dsc_a .story .story-right img {
width: 100%;
height: auto;
}
dl.pd-dsc dd.dsc_b .story .story-img:last-child {
float: left;
width: 100%;
padding: 0;
margin: 0;
}
dd.dsc_a, dd.dsc_b, dd.dsc_c, dd.dsc_d, dd.dsc_e {
width: 100%;
margin-left: 0;
}
.story.cap-en .story-left {
width: 100%;
padding-left: 0;
}
.story-right.cap-en {
width:100%;
margin-top: 1em;
}
.story-cap {
margin-bottom: 0;
}
.story-cap.above {
margin-bottom: 1em;
}
/*== TopページのNewsタイトル ==*/
article.gallery-room article {
    margin: 15px 30px 15px;
}
dd.news.title {
font-size: 14px;
}
.news_entry-content h3.entry-title {
font-size: 16px;
}
.col-A2 .news_text {
font-size: 13px;
line-height: 20px;
}
.slider-img.textWork dd h2.list-title {
text-align: center;
}
ul.mokuji-box {
padding: 1em;
border: 5px solid #d8dbc2;
width: 90%;
margin: 0 auto;
}
ul.mokuji-box li{
font-size: 16px;
}
ul.mokuji-box li.yotei{
font-size: 13px;
}
.enTop {
flex-direction: column;
}
.enTop1-L, .enTop2-R {
width: 100%;
}
.enTop1-R {
margin-left: -5rem;
}
.enTop2-L {
margin-left: -7rem;
}
.enTop3-C {
left: 3rem;
}
.clickText {
top: 103px;
}
.enTop3-D {
margin-left: -6rem;
margin-top: 140px;
}
.site-content.news-en .go-to-gallery {
left: -1rem;
width: 145px;
}
.clickText.news-en {
top: 48px;
left: 0;
}
}
@media screen and (max-width: 375px){
.form_label {
width: 280px;
}
dl.item-detaile dd {
font-size: .8rem;
}
dd.cpt {
font-size: .8rem;
}
dl.sales-point dd {
font-size: .85rem;
}
}

/*== 以下icomoonのstyle.cssをコピー ==*/
@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?tkk5p9');
  src:  url('fonts/icomoon.eot?tkk5p9#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?tkk5p9') format('truetype'),
    url('fonts/icomoon.woff?tkk5p9') format('woff'),
    url('fonts/icomoon.svg?tkk5p9#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-Lt:before {
  content: "\e962";
}
.icon-arrow-Rt:before {
  content: "\e963";
}
.icon-arrow-L:before {
  content: "\e960";
}
.icon-arrow-R:before {
  content: "\e961";
}
.icon-TacoTubo-09:before {
  content: "\e900";
}
.icon-number:before {
  content: "\e901";
}
.icon-number1:before {
  content: "\e902";
}
.icon-number2:before {
  content: "\e903";
}
.icon-number3:before {
  content: "\e904";
}
.icon-number4:before {
  content: "\e905";
}
.icon-number5:before {
  content: "\e906";
}
.icon-number6:before {
  content: "\e907";
}
.icon-number7:before {
  content: "\e908";
}
.icon-number8:before {
  content: "\e909";
}
.icon-number9:before {
  content: "\e90a";
}
.icon-number10:before {
  content: "\e90b";
}
.icon-number11:before {
  content: "\e90c";
}
.icon-number12:before {
  content: "\e90d";
}
.icon-number13:before {
  content: "\e90e";
}
.icon-number14:before {
  content: "\e90f";
}
.icon-number15:before {
  content: "\e910";
}
.icon-calendar:before {
  content: "\e911";
}
.icon-file:before {
  content: "\e912";
}
.icon-phone1:before {
  content: "\e913";
}
.icon-tv:before {
  content: "\e914";
}
.icon-camera1:before {
  content: "\e915";
}
.icon-camera2:before {
  content: "\e916";
}
.icon-drink:before {
  content: "\e917";
}
.icon-drink1:before {
  content: "\e918";
}
.icon-coffee:before {
  content: "\e919";
}
.icon-mug:before {
  content: "\e91a";
}
.icon-icecream:before {
  content: "\e91b";
}
.icon-cake:before {
  content: "\e91c";
}
.icon-checkmark:before {
  content: "\e91d";
}
.icon-checkmark1:before {
  content: "\e91e";
}
.icon-cancel:before {
  content: "\e91f";
}
.icon-cancel1:before {
  content: "\e920";
}
.icon-plus:before {
  content: "\e921";
}
.icon-plus1:before {
  content: "\e922";
}
.icon-minus:before {
  content: "\e923";
}
.icon-minus1:before {
  content: "\e924";
}
.icon-notice:before {
  content: "\e925";
}
.icon-notice1:before {
  content: "\e926";
}
.icon-cog:before {
  content: "\e927";
}
.icon-warning:before {
  content: "\e928";
}
.icon-suitcase:before {
  content: "\e929";
}
.icon-alarmclock:before {
  content: "\e92a";
}
.icon-time:before {
  content: "\e92b";
}
.icon-basket:before {
  content: "\e92c";
}
.icon-phone2:before {
  content: "\e92d";
}
.icon-graduate:before {
  content: "\e92e";
}
.icon-magnifier:before {
  content: "\e92f";
}
.icon-megaphone:before {
  content: "\e930";
}
.icon-megaphone1:before {
  content: "\e931";
}
.icon-lamp:before {
  content: "\e932";
}
.icon-lamp1:before {
  content: "\e933";
}
.icon-diamond:before {
  content: "\e934";
}
.icon-grid:before {
  content: "\e935";
}
.icon-grid1:before {
  content: "\e936";
}
.icon-list:before {
  content: "\e937";
}
.icon-list1:before {
  content: "\e938";
}
.icon-attachment:before {
  content: "\e939";
}
.icon-hourglass:before {
  content: "\e93a";
}
.icon-pen:before {
  content: "\e93b";
}
.icon-pin:before {
  content: "\e93c";
}
.icon-edit:before {
  content: "\e93d";
}
.icon-bookmark:before {
  content: "\e93e";
}
.icon-envelope:before {
  content: "\e93f";
  vertical-align: middle;
}
.icon-heart:before {
  content: "\e940";
}
.icon-info1:before {
  content: "\e941";
}
.icon-info2:before {
  content: "\e942";
}
.icon-piano:before {
  content: "\e943";
}
.icon-car:before {
  content: "\e944";
}
.icon-bike:before {
  content: "\e945";
}
.icon-truck:before {
  content: "\e946";
}
.icon-bus:before {
  content: "\e947";
}
.icon-bike1:before {
  content: "\e948";
}
.icon-plane:before {
  content: "\e949";
}
.icon-paperplane:before {
  content: "\e94a";
}
.icon-rocket:before {
  content: "\e94b";
}
.icon-book1:before {
  content: "\e94c";
}
.icon-ticket:before {
  content: "\e94d";
}
.icon-ticket1:before {
  content: "\e94e";
}
.icon-radio:before {
  content: "\e94f";
}
.icon-printer:before {
  content: "\e950";
}
.icon-globe:before {
  content: "\e951";
}
.icon-globe1:before {
  content: "\e952";
}
.icon-cheveron-down:before {
  content: "\e953";
}
.icon-cheveron-left:before {
  content: "\e954";
}
.icon-cheveron-right:before {
  content: "\e955";
}
.icon-cheveron-up:before {
  content: "\e956";
}
.icon-home:before {
  content: "\e957";
}
.icon-pencil:before {
  content: "\e958";
}
.icon-camera:before {
  content: "\e959";
}
.icon-mic:before {
  content: "\e95a";
}
.icon-book:before {
  content: "\e95b";
}
.icon-folder:before {
  content: "\e95c";
}
.icon-folder-open:before {
  content: "\e95d";
}
.icon-cart:before {
  content: "\e95e";
}
.icon-phone:before {
  content: "\e95f";
}
.icon-info:before {
  content: "\ea0c";
}
.icon-play3:before {
  content: "\ea1c";
}
.icon-arrow-up:before {
  content: "\ea32";
}
.icon-arrow-right:before {
  content: "\ea34";
}
.icon-arrow-down:before {
  content: "\ea36";
}
.icon-arrow-left:before {
  content: "\ea38";
}
.icon-arrow-up2:before {
  content: "\ea3a";
}
.icon-arrow-right2:before {
  content: "\ea3c";
}
.icon-arrow-down2:before {
  content: "\ea3e";
}
.icon-arrow-left2:before {
  content: "\ea40";
}
.icon-circle-right:before {
  content: "\ea42";
}
.icon-circle-left:before {
  content: "\ea44";
}
