@charset "utf-8";
/*--------------------------------------------------------------
single-magazine.php
--------------------------------------------------------------*/
.page-template-single-magazine .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 6em auto 0;
  width: 92%;
  max-width: 1140px;
}
.page-template-single-magazine .wrapper main {
	width: 65%;
}
.page-template-single-magazine .wrapper main article {
	
}
.page-template-single-magazine .wrapper main article .single {
	
}
.page-template-single-magazine .wrapper main article .single .container {

}
.page-template-single-magazine .wrapper main article .single .container figure.eyecatch {

}
.page-template-single-magazine .wrapper main article .single .container figure.eyecatch img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: .3125em;
}
.page-template-single-magazine .wrapper main article .single .container h1 {
	font-size: 1.75em;
	line-height: 1.4;
}
.page-template-single-magazine .wrapper main article .single .container .author-list {
  display: flex;
  flex-wrap: wrap;
  margin: 1em 0 2em;
  text-decoration: none;
  color: inherit;
}
.page-template-single-magazine .wrapper main article .single .container .author-list .row {
  display: flex;
}
.page-template-single-magazine .wrapper main article .single .container .author-list .row:not(:first-child) { 
  margin: 0 0 0 1.5em;
}
.page-template-single-magazine .wrapper main article .single .container .author-list .row .image {
  margin: 0 .625em 0 0;
  width: 3.75em;
}
.page-template-single-magazine .wrapper main article .single .container .author-list .row .image figure {
  margin: .25em 0 0;
}
.page-template-single-magazine .wrapper main article .single .container .author-list .row .image figure img {
  display: block;
  width: 100%;
  border: .125em solid #ff5a5f;
  border-radius: 50%;
}
.page-template-single-magazine .wrapper main article .single .container .author-list .row .content {

}
.page-template-single-magazine .wrapper main article .single .container .author-list .row .content .name {
  font-size: .9375em;
  font-weight: bold;
}
.page-template-single-magazine .wrapper main article .single .container .author-list .row .content .name span {
  display: block;
  font-size: .75em;
  color: #888;
}
.page-template-single-magazine .wrapper main article .single .container .author-list .row .content p {
  margin: 0;
  font-size: .875em;
}
.page-template-single-magazine .wrapper main article .single .container time {

}
.page-template-single-magazine .wrapper main article .single .container .author {
  margin: 3em 0 0;
}
.page-template-single-magazine .wrapper main article .single .container .author .label {
  margin: 0 0 .5em;
  font-size: .9375em;
  font-weight: bold;
}
.page-template-single-magazine .wrapper main article .single .container .author .row {
  display: flex;
  justify-content: space-between;
}
.page-template-single-magazine .wrapper main article .single .container .author .row:not(:first-child) { 
  margin: .75em 0 0;
}
.page-template-single-magazine .wrapper main article .single .container .author .row .image {
  width: 5em;
}
.page-template-single-magazine .wrapper main article .single .container .author .row .image figure {
  margin: .25em 0 0;
}
.page-template-single-magazine .wrapper main article .single .container .author .row .image figure img {
  display: block;
  width: 100%;
  border: .125em solid #ff5a5f;
  border-radius: 50%;
}
.page-template-single-magazine .wrapper main article .single .container .author .row .content {
  width: calc(100% - 6.25em);
}
.page-template-single-magazine .wrapper main article .single .container .author .row .content .name {
  font-size: .9375em;
  font-weight: bold;
}
.page-template-single-magazine .wrapper main article .single .container .author .row .content .name span {
  display: block;
  font-size: .75em;
  color: #888;
}
.page-template-single-magazine .wrapper main article .single .container .author .row .content p {
  margin: 0;
  font-size: .875em;
}
.page-template-single-magazine .wrapper aside {
  width: 29%;
}
.page-template-single-magazine .wrapper aside .toc_widget {
  position: sticky;
  top: 6.25em;
  padding: 1.875em;
  background-color: var(--color-base);
  border-radius: .375em;
}
.page-template-single-magazine .wrapper aside .toc_widget h4 {
  margin: 0 0 .25em;
  font-size: 1em;
}
.page-template-single-magazine .wrapper aside .toc_widget ul {
  margin: 0;
  padding: 0 0 0 .5em;
  font-size: .9375em;
  list-style-type: none;
  max-height: 28.75em;
  overflow: scroll;
  position: relative;
}
.page-template-single-magazine .wrapper aside .toc_widget ul li {
  margin: 0 0 .25em;
}
.page-template-single-magazine .wrapper aside .toc_widget ul li a {
  text-decoration: none;
  color: inherit;
  transition: .3s;
}
.page-template-single-magazine .wrapper aside .toc_widget ul li a:hover,
.page-template-single-magazine .wrapper aside .toc_widget ul li a.current {
  color: var(--color-main);
}
.page-template-single-magazine .wrapper aside .toc_widget ul li a span {

}
@media (max-width: 769px) {
  .page-template-single-magazine .wrapper {
    margin: 3.75em auto 0;
  }
  .page-template-single-magazine .wrapper main {
  	margin: 0;
  	width: 100%;
  }
  .page-template-single-magazine .wrapper main article .single .container .author-list {
    display: block;
  }
  .page-template-single-magazine .wrapper main article .single .container .author-list .row:not(:first-child) { 
    margin: .75em 0 0;
  }
  .page-template-single-magazine .wrapper main article .single .container .author-list .row .image {
    height: auto;
  }
  .page-template-single-magazine .wrapper main article .single .container .meta .author figure img {
  	width: 3em;
  }
  .page-template-single-magazine .wrapper aside {
  	margin: 0;
  	width: 100%;
  }
}
/*--------------------------------------------------------------
#toc_container
--------------------------------------------------------------*/
#toc_container {
	margin: 2em 0;
	padding: 1em 2em;
	font-size: .875em;
	background-color: #f9f9f9;
}
#toc_container p.toc_title {
	
}
#toc_container p.toc_title span.toc_toggle {
	
}
#toc_container p.toc_title span.toc_toggle a {
	text-decoration: none;
}
#toc_container ul.toc_list {
	padding: 0;
	list-style-type: none;
}
#toc_container ul.toc_list li {
  margin:  0 0 .25em;
  padding: 0;
}
#toc_container ul.toc_list li:before {
  display: none;
}
#toc_container ul.toc_list li a {
	text-decoration: none;
	color: inherit;
}
#toc_container ul.toc_list li a:hover {
	color: var(--color-main);
}
#toc_container ul.toc_list li a span {
  padding-right: .375em;
}
#toc_container ul.toc_list li ul {
	margin: .5em 0;
	padding: 0 0 0 .5em;
	font-size: .875em;
	list-style-type: none;
}
#toc_container ul.toc_list li ul li {
	
}
#toc_container ul.toc_list li ul li a {
	
}
/*--------------------------------------------------------------
aside.sidebar
--------------------------------------------------------------*/
#ranking {
	margin: 1em 0;
}
#ranking h4 {
	margin: 0 0 1em;
	line-height: 1.4;
}
#ranking h4 .en {
	font-size: 1.5em;
}
#ranking h4 .ja {
	padding-left: .5em;
	font-size: .875em;
	color: #666;
}
#ranking ol {
	padding: 0;
	list-style-type: none;
	counter-reset: archive-mark;
}
#ranking ol li {
	display: table;
	margin: 0 0 1em;
}
#ranking ol li:before {
	display: table-cell;
	width: 2em;
	font-family: 'PT Sans', sans-serif;
	font-weight: 700;
	text-align: center;
	color: #fff;
	background-color: var(--color-main);
	vertical-align: middle;
	content: counter(archive-mark, decimal);
	counter-increment: archive-mark;
}
#ranking ol li a {
	display: block;
	text-decoration: none;
	color: #1a1a1a;
}
#ranking ol li a:hover {
	color: var(--color-main);
}
#ranking ol li a figure {
	display: inline-block;
	margin: 0;
	width: 30%;
	vertical-align: top;
}
#ranking ol li a figure img {
	width: 100%;
	height: auto;
}
#ranking ol li a .ttl {
	display: inline-block;
	margin: 0 0 0 1em;
	padding: .5em 0;
	font-size: .875em;
	font-weight: bold;
}
#ranking ol li:nth-child(2):before {
	background-color: var(--color-main);
}
#ranking ol li:nth-child(3):before {
	background-color: var(--color-main);	
}
#ranking ol li:nth-child(4):before,
#ranking ol li:nth-child(5):before,
#ranking ol li:nth-child(6):before,
#ranking ol li:nth-child(7):before,
#ranking ol li:nth-child(8):before,
#ranking ol li:nth-child(9):before,
#ranking ol li:nth-child(10):before,
#ranking ol li:nth-child(11):before,
#ranking ol li:nth-child(12):before,
#ranking ol li:nth-child(13):before,
#ranking ol li:nth-child(14):before,
#ranking ol li:nth-child(15):before,
#ranking ol li:nth-child(16):before,
#ranking ol li:nth-child(17):before,
#ranking ol li:nth-child(18):before,
#ranking ol li:nth-child(19):before,
#ranking ol li:nth-child(20):before {
	color: var(--color-main);
	background-color: transparent;
}
#ranking ol li:nth-child(1) a .ttl,
#ranking ol li:nth-child(2) a .ttl,
#ranking ol li:nth-child(3) a .ttl {
	font-size: 1em;	
}


/*.pickup-studio*/
.pickup-studio {
  margin: 7em 0;
  position: relative;
}
.pickup-studio:not(:last-of-type):after {
  position: absolute;
    content: "";
    left: 0;
    bottom: -3.5em;
    width: 100%;
    height: 2px;
    background-color: #e8e8e8;
}
.pickup-studio .station {
  margin: 0 0 .5em;
  padding: 0;
  list-style-type: none;
}
.pickup-studio .station li {
  display: inline-block;
  margin: .25em .25em 0 0;
  padding: .375em .75em;
  font-size: .75em;
  color: #fff;
  background-color: #1a1a1a;
  border-radius: 4px;
}
.pickup-studio .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pickup-studio .outline {
  align-items: center;
}
.pickup-studio .outline .image {
  width: 50%;
}
.pickup-studio .outline .image img {
  display: block;
  width: 100%;
}
.pickup-studio .outline .body {
  width: calc(50% - 2em);
}
.pickup-studio .outline .body h3 {
  margin: 0;
  padding: 0;
  font-size: 1.5em;
  background-color: inherit;
  border: none;
  line-height: 1.4;
}
.pickup-studio .outline .body h3 span {

}
.pickup-studio .outline .body .kana {
  margin: 0 0 1em;
  font-size: .75em;
}
.pickup-studio .outline .body address {
  margin: 0 0 .25em;
  font-style: normal;
}
.pickup-studio .outline .body p {
  margin: 0 0 .25em;
}
.pickup-studio .outline .body address a,
.pickup-studio .outline .body .tel a,
.pickup-studio .outline .body .url a,
.pickup-studio .outline .body .info {
  display: block;
  padding: 0 0 0 1.75em;
  text-decoration: none;
  color: inherit;
  background-position: left top 3px;
  background-repeat: no-repeat;
  background-size: auto 1.25em;
}
.pickup-studio .outline .body address a {
  background-image: url(https://whitepanda.jp/wp-content/themes/tukuru/assets/images/icon/map.svg);
}
.pickup-studio .outline .body .tel a {
  background-image: url(https://whitepanda.jp/wp-content/themes/tukuru/assets/images/icon/tel.svg);
}
.pickup-studio .outline .body .url a {
  background-image: url(https://whitepanda.jp/wp-content/themes/tukuru/assets/images/icon/site.svg);
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.pickup-studio .outline .body .info {
  background-image: url(https://studio.shashin.co.jp/wp-content/themes/tukuru/assets/images/faq.svg);
}
.pickup-studio .menu {
  margin: .75em 0 0;
}
.pickup-studio .menu .column {

}
.pickup-studio .menu .shooting.column {
  padding: 0 1em 0 0;
  width: calc(50% - 2em);
  border-right: 1px solid #3a3a3a;
}
.pickup-studio .menu .hairmake.column {
  padding: 0 1em 0 0;
  width: 50%;
}
.pickup-studio .menu .column h4 {
  margin: 0 0 .375em;
  padding: 0;
  font-size: 1.125em;
  border: none;
}
.pickup-studio .menu .column p {
  margin: 0;
}
.pickup-studio .comment {
  margin: 1em 0;
  align-items: center;
}
.pickup-studio .comment .from {
  width: 70px;
}
.pickup-studio .comment .from figure {
  margin: 0;
}
.pickup-studio .comment .from figure img {
  display: block;
  width: 100%;
  border-radius: 50%;
  border: 2px solid #ff5a5f;
}
.pickup-studio .comment .from figure figcaption {
  text-align: center;
  margin: 0.25em 0 0 0;
}
.pickup-studio .comment .body {
  width: calc(100% - 84px);
}
.pickup-studio .comment .body p {
  margin: 0;
}
.pickup-studio .note {
  margin: 1em 0 0;
  padding: 1em 1.5em;
  background-color: #f8f8f8;
  border-radius: 6px;
}
.pickup-studio .note p {
  margin: 0;
  font-size: .85em;
  color: #3a3a3a;
}
.pickup-studio .link {

}
.pickup-studio .link ul {
  display: inline-flex;
  margin: 1em 0 0;
  padding: 0;
  list-style-type: none;
}
.pickup-studio .link ul li {
  display: block;
}
.pickup-studio .link ul li a {
  display: block;
  transition: 0.3s;
}
.pickup-studio .link ul li a:hover {
  opacity: 0.5;
}
.pickup-studio .link ul li a .icon {
  display: inline-block;
  margin: 5px 5px 0 0;
  padding: .75em;
  width: 155px;
  text-align: center;
  color: #fff;
  border-radius: 30px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .24);
}
.pickup-studio .link ul li .x {
  background: #000;
}
.pickup-studio .link ul li .instagram {
  background: linear-gradient(to right,
      rgba(247, 207, 0, 0.7),
      rgba(246, 37, 2, 0.7) 45%,
      rgba(182, 47, 82, 0.7) 75%,
      rgba(113, 58, 166, 0.7));
}
.pickup-studio .link ul li .facebook {
  background: #4374e4;
}
.pickup-studio .link ul li .web {
  background: #47bead;
}
@media (max-width: 769px) {
  .pickup-studio {
    margin: 2.5em 0;
  }
  .pickup-studio:not(:first-of-type) {
    margin: 5em 0;
  }
  .pickup-studio .outline .image {
    margin: 0 0 .5em;    
    width: 100%;
  }
  .pickup-studio .outline .body {
    width: 100%;
  }
  .pickup-studio .outline .body h3 {
    text-align: center;
  }
  .pickup-studio .outline .body .kana {
    text-align: center;
  }
  .pickup-studio .menu .shooting.column {
    padding: 1em 0 0;
    width: 100%;
    border-right: none;
  }
  .pickup-studio .menu .hairmake.column {
    padding: 1em 0 1em;
    width: 100%;
  }
  .pickup-studio .menu .column h4 {
    margin: 0 0 .75em;
    font-size: .875em;
  }
  .pickup-studio .menu .column h4 span {
    padding: .25em 1em;
    color: #fff;
    background-color: #1a1a1a;
    border-radius: 20px;
  }
  .pickup-studio .comment {
    margin: 1.5em 0;
    align-items: flex-start;
  }
  .pickup-studio .comment .from {
    width: 48px;
  }
  .pickup-studio .comment .from figure {
    margin: .25em 0;
  }
  .pickup-studio .comment .body {
    width: calc(100% - 60px);
  }
  .pickup-studio .link ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
