.zhr_main {
margin: 0 auto 100px;
text-align: left;
padding: 0;
width: 100%;
font-size: 15px;
line-height: 1.8em;
}
.zhr_main img{
line-height: 0;
}
.zhr_main ul,
.zhr_main li,
.zhr_main dl,
.zhr_main dt,
.zhr_main dd{
line-height: 1.8em;
list-style-type: none;
padding: 0;
margin: 0;
}

.zhr_main p{
margin: 0 0 20px;
}

.zhr_main a,
.zhr_main a:link,
.zhr_main a:visited{
text-decoration: none;
}
.zhr_main a:hover,
.zhr_main a:active{
opacity: 0.5;
text-decoration: none;
}
.zhr_main h1 a:hover,
.zhr_main h2 a:hover,
.zhr_main h3 a:hover,
.zhr_main h4 a:hover,
.zhr_main h1 a:active,
.zhr_main h2 a:active,
.zhr_main h3 a:active,
.zhr_main h4 a:active{
opacity: 1;
text-decoration: none;
}

.zhr_main i{
    color: #b8895b;
}

.zhr_main h1,
.zhr_main h2 {
background-color: #faf7ee;
border-left: 8px solid #b8895b;
color: #4b3937;
font-size: 24px;
text-align: left;
margin: 40px 0 20px;
padding: 8px;
vertical-align: middle;
}
.zhr_main h1 + h2,
.zhr_main h3{
background-color: #fff;
color: #4b3937;
font-weight: bold;
font-size: 18px !important;
padding: 0;
margin: 40px 0 20px;
border-left: 0;
border-bottom: #b8895b dotted 2px;
}

.zhr_main h4{
color: #4b3937;
font-weight: bold;
font-size: 16px !important;
padding: 0 0 0 8px;
margin: 40px 0 20px;
border-left: #b8895b solid 8px;
}

.zhr_main h1 + h2,
.zhr_main h2 + h3,
.zhr_main h3 + h4,
.zhr_main li > h3,
.zhr_main li > h4{
margin:0 0 20px;
}

p.zhr_btn{
margin:10px 0 0 !important;
padding: 0;
}
p.zhr_btn a,
p.zhr_btn a:link,
p.zhr_btn a:visited,
p.zhr_btn a:hover,
p.zhr_btn a:active{
display: block;
max-width: 500px;
margin:0 auto;
padding: 10px;
text-align: center;
font-weight: bold;
color: #b8895b;
border: 1px solid #b8895b;
border-radius: 1000px;
box-sizing: border-box;
}

.zhr_flex-2col,
.zhr_flex-3col,
.zhr_flex-4col,
.zhr_flex-5col{   
display: flex;
-js-display:flex;
justify-content: flex-start;
align-content: space-between;
flex-wrap: wrap;
margin:0;
padding: 0;
}
.zhr_flex-2col li{
width: 49%;
margin: 20px 2% 0 0;
}
.zhr_flex-3col li{
width: 32%;
margin: 20px 2% 0 0;
}
.zhr_flex-4col li{
width: 23.5%;
margin: 20px 2% 0 0;
}
.zhr_flex-5col li{
width: 18.4%;
margin: 20px 2% 0 0;
}
.zhr_flex-2col li:nth-child(-n+2),
.zhr_flex-3col li:nth-child(-n+3),
.zhr_flex-4col li:nth-child(-n+4),
.zhr_flex-5col li:nth-child(-n+5){
margin-top: 0;
}
.zhr_flex-2col li:nth-child(2n),
.zhr_flex-3col li:nth-child(3n),
.zhr_flex-4col li:nth-child(4n),
.zhr_flex-5col li:nth-child(5n){
margin-right: 0;
}

.zhr_flex-2col li img,
.zhr_flex-3col li img,
.zhr_flex-4col li img,
.zhr_flex-5col li img{
width: 100%;
margin: 0;
padding: 0;
border: 1px solid #aaa;
box-sizing: border-box; 
}

p.zhr_item-img{
text-align: center;
margin:0 !important;
padding: 0 !important;
}
p.zhr_item-img a{
display: block;
margin: 0;
padding: 0;
line-height: 0;
}
p.zhr_item-name{
text-align: center;
font-weight: bold;
margin:10px 0 0 !important;
padding: 0 !important;
word-break:break-all;
}
p.zhr_item-price{
font-size: 12px;
text-align: center; 
font-weight: bold;
color: #e00;
margin:10px 0 0 !important;
padding: 0 !important;
}
p.zhr_item-price span{
font-size: 80%;
}
p.zhr_item-txt{
margin:10px 0 0 !important;
padding: 0 !important;
}
p.zhr_item-btn{
margin:10px 0 0 !important;
padding: 0 !important;
}
p.zhr_item-btn a,
p.zhr_item-btn a:link,
p.zhr_item-btn a:visited,
p.zhr_item-btn a:hover,
p.zhr_item-btn a:active{
display: block;
margin: 0;
padding: 10px;
text-align: center;
font-weight: bold;
color: #b8895b;
border: 1px solid #b8895b;
border-radius: 1000px;
}

div.zhr_page-top{
width: 100%;
margin:20px auto 40px;
padding: 0;
text-align: right;
}
div.zhr_page-top a{
font-weight: normal;
text-decoration: none;
}

p.zhr_ast:before,span.zhr_ast:before{
content:"※";
}
p.zhr_ast,span.zhr_ast{
display:block;
color:#e00;
text-indent:-1em;
margin:0 0 0 1em;
padding:0;
}
p.zhr_ast a:link,span.zhr_ast a:link,
p.zhr_ast a:hover,span.zhr_ast a:hover,
p.zhr_ast a:active,span.zhr_ast a:active,
p.zhr_ast a:visited,span.zhr_ast a:visited{
color: #e00;
}

p.zhr_star:before,span.zhr_star:before{
content:"★";
color:#966c42;
}
p.zhr_star,span.zhr_star{
display:block;
color:#966c42;
text-indent:-1em;
margin:0 0 0 1em;
padding:0;
}
p.zhr_star a:link,span.zhr_star a:link,
p.zhr_star a:hover,span.zhr_star a:hover,
p.zhr_star a:active,span.zhr_star a:active,
p.zhr_star a:visited,span.zhr_star a:visited{
color: #966c42;
}

dl.zhr_make-advice{
margin: 20px 0 0;
width: 100%;
padding: 0;
background-color: #faf7ee;
border-radius: 6px;
}
dl.zhr_make-advice dt{
font-size: 18px;
font-weight: bold;
color: #4b3937;
text-align: left;
margin:0 0 10px;
padding: 20px 20px 0 20px;
}
dl.zhr_make-advice dd{
margin: 0;
padding:0 20px 20px 20px;
}
dl.zhr_make-advice dd ul{
flex: none;
list-style-type: disc;
list-style-position: outside;
margin: 0 !important;
padding: 0;
}
dl.zhr_make-advice dd ul li{
width: auto;
display: list-item;
list-style-type: disc !important;
list-style-position: outside;
margin:10px 0 0 1.5em !important;
padding:0;
list-style: none;
}
dl.zhr_make-advice dd ul li:first-child{
margin-top:0;
}
dl.zhr_make-advice dd ul li ul{
flex: none;
list-style-type: circle;
list-style-position: outside;
margin: 0;
padding: 0;
}
dl.zhr_make-advice dd ul li ul li{
width: auto;
display: list-item;
list-style-type: circle !important;
list-style-position: outside;
margin:0 0 0 1.5em;
padding:0;
list-style: none;
}

p.zhr_movie-content{
width:100%;
height:0 !important;
padding:56.2% 0 0 !important;
position: relative;
}
p.zhr_movie-content iframe{
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
}

img.zhr_img-no-border{
  border: 0 !important;  
}

dl.zhr_make-artist{
  background-color: #faf7ee;
  padding: 20px;
  margin:20px 0 0;
}
dl.zhr_make-artist dt{
  margin:0 0 10px;
  padding: 0;
  text-align: left;
  font-weight: bold;
  color: #4b3937;
}
dl.zhr_make-artist dd{
  margin:10px 0 0;
  padding: 0;
}
dt + dl.zhr_make-artist dd{
  margin:0;
}
dl.zhr_make-artist dd ul{
  display: flex;
  justify-content: space-between;
  align-content: center;
  flex-wrap: wrap;
  margin:0 !important;
  padding: 0;
}
dl.zhr_make-artist dd ul li:first-child{
  width: 29%;
  margin:0;
  padding: 0;
}
dl.zhr_make-artist dd ul li:first-child img{
  width: 100%;
  line-height: 0;
  margin:0;
  padding: 0;
  border: 4px solid #fff;
  border-radius: 1000px;
}
dl.zhr_make-artist dd ul li:last-child{
  width: 69%;
  margin:0;
  padding: 0;
}
dl.zhr_make-artist p.zhr_item-txt{
margin:0 !important;
}

dl.zhr_q-and-a{
  background: #faf7ee;
  border-radius: 6px;
  padding: 20px;
  margin:20px 0 0;
}
dl.zhr_q-and-a dt{
  font-weight: bold;
  color: #4b3937;
  font-size: 18px;
  margin: 0 0 20px;
  padding: 0;
  border-bottom: #b8895b dotted 2px;
}
dl.zhr_q-and-a dt span.zhr_txt-q{
color: #53a5d7;
}
dl.zhr_q-and-a dt span.zhr_txt-a{
color: #ee7a78;
}
dl.zhr_q-and-a dd{
  margin: 20px 0 0;
  padding: 0;
}
dl.zhr_q-and-a dt+dd{
  margin: 0;
  padding: 0;
}
dl.zhr_q-and-a ul{
list-style: none;
padding: 0;
margin:0 !important;
}
dl.zhr_q-and-a ul li{
  list-style: none !important;
  list-style-type: none !important;
  list-style-position: inside !important;
  text-indent: -1.5em;
  margin:10px 0 0 1.5em !important;
  padding: 0;
}
dl.zhr_q-and-a ul li:nth-child(2n+1){
  margin-top:20px !important;
}
dl.zhr_q-and-a ul li:nth-child(2n+1):before{
  content: "Q.";
  padding: 0;
  margin:0;
  color: #53a5d7;
  font-weight: bold;
}
dl.zhr_q-and-a ul li:nth-child(2n):before{
  content: "A.";
  padding: 0;
  margin:0;
  color: #ee7a78;
  font-weight: bold;
}
dl.zhr_q-and-a ul li:first-child{
  margin-top:0px !important;
}

.zhr_border-round{
  border-radius: 1000px !important;
}


.zhr_contact{
margin: 0;
padding: 0; 
}
ul.zhr_contact{
margin: 0;
padding: 0;
display: flex;
justify-content: space-between;
align-content: space-between;
flex-wrap: wrap;
list-style-position: inside;
}
ul.zhr_contact li{
margin:0 0 20px;
padding: 0;
list-style: none;
width: 48%;
background: #fff;
text-align: center;
align-items: baseline;
}
ul.zhr_contact li img{
height: 20px;
width: auto;
vertical-align: middle;
}
ul.zhr_contact li a{
display: block;
margin:0;
padding: 10px;
background:#fbf8eb;
color: #600;
font-size: 16px !important;
text-decoration: none;
font-weight: bold;
}
ul.zhr_contact li:nth-last-child(-n+2){
margin-bottom:0;
}
ul.zhr_contact li:nth-child(-n+2) a{
pointer-events: none;
}
ul.zhr_contact li:nth-child(-n+2) a:hover,
ul.zhr_contact li:nth-child(-n+2) a:active{
opacity: 1;
}
ul.zhr_contact li span{
display: block;
margin:0;
padding: 4px;
color: #600;
font-size: 14px !important;
background: #f6f6f6;
border-top: 1px dotted #ddd;
}

/*スマホ用*/
@media (max-width: 767px) {
.zhr_main {
width: 96%;
text-align: left;
margin: 0 auto 10%;
}

.zhr_main a:hover,
.zhr_main a:active{
opacity: 1;
}

.zhr_main img{
line-height: 0;
}
.zhr_main h1,
.zhr_main h2 {
font-size: 18px;
}

p.zhr_btn a,
p.zhr_btn a:link,
p.zhr_btn a:visited,
p.zhr_btn a:hover,
p.zhr_btn a:active{
width: 100%;
}

.zhr_flex-2col li,
.zhr_flex-3col li{
width: 100%;
margin: 20px 0 0;
}

.zhr_flex-4col li,
.zhr_flex-5col li{
width: 49%;
margin: 20px 2% 0 0;
}
.zhr_flex-2col li:nth-child(-n+2),
.zhr_flex-3col li:nth-child(-n+3),
.zhr_flex-4col li:nth-child(-n+4),
.zhr_flex-5col li:nth-child(-n+5){
margin-top: 20px;
}
.zhr_flex-2col li:first-child,
.zhr_flex-3col li:first-child,
.zhr_flex-4col li:nth-child(-n+2),
.zhr_flex-5col li:nth-child(-n+2){
margin-top:0;
}
.zhr_flex-4col li:nth-child(4n),
.zhr_flex-5col li:nth-child(5n){
margin-right: 2%;
}
.zhr_flex-4col li:nth-child(2n),
.zhr_flex-5col li:nth-child(2n){
margin-right: 0;
}

dl.zhr_make-artist dd ul li:first-child{
  width: 100%;
  margin:0 0 10px;
  padding: 0;
}
dl.zhr_make-artist dd ul li:last-child{
  width: 100%;
  margin:0;
  padding: 0;
}

ul.zhr_contact li{
width: 100%;
}
ul.zhr_contact li:nth-last-child(-n+2){
margin-bottom: 20px;
}
ul.zhr_contact li:last-child{
margin-bottom:0;
}
ul.zhr_contact li:first-child a{
pointer-events: auto;
}

}

/* スマホ横向き用 */
@media (orientation: landscape) and (max-width: 767px) {
.zhr_flex-2col,
.zhr_flex-3col,
.zhr_flex-4col,
.zhr_flex-5col{   
display: flex;
-js-display:flex;
justify-content: flex-start;
align-content: space-between;
flex-wrap: wrap;
margin:0;
padding: 0;
}
.zhr_flex-2col li{
width: 49%;
margin: 20px 2% 0 0;
}
.zhr_flex-3col li{
width: 32%;
margin: 20px 2% 0 0;
}
.zhr_flex-4col li{
width: 23.5%;
margin: 20px 2% 0 0;
}
.zhr_flex-5col li{
width: 18.4%;
margin: 20px 2% 0 0;
}
.zhr_flex-2col li:first-child,
.zhr_flex-3col li:first-child,
.zhr_flex-4col li:nth-child(-n+2),
.zhr_flex-5col li:nth-child(-n+2){
margin-top:20px;
}
.zhr_flex-4col li:nth-child(2n),
.zhr_flex-5col li:nth-child(2n){
margin-right: 2%;
}
.zhr_flex-2col li:nth-child(-n+2),
.zhr_flex-3col li:nth-child(-n+3),
.zhr_flex-4col li:nth-child(-n+4),
.zhr_flex-5col li:nth-child(-n+5){
margin-top: 0;
}
.zhr_flex-2col li:nth-child(2n),
.zhr_flex-3col li:nth-child(3n),
.zhr_flex-4col li:nth-child(4n),
.zhr_flex-5col li:nth-child(5n){
margin-right: 0;
}

.zhr_flex-2col li img,
.zhr_flex-3col li img,
.zhr_flex-4col li img,
.zhr_flex-5col li img{
width: 100%;
margin: 0;
padding: 0;
border: 1px solid #aaa;
box-sizing: border-box; 
}

dl.zhr_make-artist dd ul li:first-child{
  width: 29%;
  margin: 0;
  padding: 0;
}
dl.zhr_make-artist dd ul li:last-child{
  width: 69%;
  margin: 0;
  padding: 0;
}

ul.zhr_contact li{
width: 48%;
}
ul.zhr_contact li:nth-last-child(-n+2) {
margin-bottom:0;
}

}