@charset "utf-8";
/* CSS Document */

/*----------------------------------
#base
----------------------------------*/
html,
body {
  height: 100%;
  position: relative;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  line-height: 1.6;
}

body {
  background: #fff;
  font-size: 1.5rem;
  line-height: 1.6;
  color: #333;
  -webkit-text-size-adjust: 100%;
 font-family:“Times New Roman”, “游明朝”, YuMincho, “ヒラギノ明朝 ProN W3”, “Hiragino Mincho ProN”, “メイリオ”, Meiryo, serif;
 font-weight: 500;
}

main {
  display: block;
}

.inner {
  margin: 60px auto;
  max-width: 1200px;
  width: 100%;
}

.container {
  background: #fff;
  position: relative;
  overflow: hidden;
  margin: 30px auto 70px;
  font-size: 16px;
}

.contents {
  max-width: 1200px;
  width: 100%;
}

/*** link ***/
a {
  color: #e4007f;
  text-decoration: none;
  transition: all 0.2s;
}

/*a:visited {
    color: #e4007f;
    text-decoration: none;
}
a:link {
    color: #e4007f;
    text-decoration: none;
}
*/
a:hover {
  opacity: .8;
  text-decoration: none;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  transition: all 0.2s;
}

a:hover img {
  filter: alpha(opacity=80);
  transition: all 0.2s;
}

@media print,screen and (max-width:1199px) {
.inner {
  width: 90%;
}
}
@media print,screen and (max-width:768px) {
body {
  padding-top: 65px;
}
}

/*----------------------------------
header
----------------------------------*/
header {
  background: #e4007f;
  padding:20px 0;
  z-index: 9989;
}

header nav ul {
  display: table;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}

header nav ul li {
  display: table-cell;
  font-size: 24px;
  text-align:center;
  vertical-align: bottom;
  width: 14.285%;
}

header nav ul li a {
  color: #fff;
  transition: all 0.2s;
  font-family:Times New Roman , "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN , "MSP明朝","MS PMincho","MS 明朝",serif;
}

.current_page_item a,
header nav ul li a:hover {
  border-bottom: 2px solid #fff;
}

#menu-item-43.current_page_item a,
#menu-item-43 a:hover {
  border-bottom: none;
  opacity: .8;
}

@media print,screen and (max-width:768px) {
header {
  background: #e4007f;
  height: 65px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9989;
}
}


/*----------------------------------
sp-menu
----------------------------------*/
#menuButton,
#menuButton span {
    display: none;
}

#menuButton.active span {
  background: #fff;
}

.spmenu-list {
  display: none;
  background: #e4007f;
  box-sizing: border-box;
  left: 0;
  line-height: 42px;
  padding: 10px 15px 15px;
  position: fixed;
  text-align: center;
  top: 65px;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  width: 100%;
  z-index: 9990;
}

.spmenu-list li a {
  color: #fff;
  display: block;
  font-weight: bold;
  width: 100%;
}

.logo_sp {
  display: none;
  position: fixed;
}

.single .gb-nav a {
  text-decoration: none;
}


@media print,screen and (max-width:768px) {
.gb-nav {
  display: none;
}

#menuButton {
  display: block;
  height:42px;
  position: fixed;
  right: 10px;
  top: 10px;
  width: 42px;
  z-index: 9991;
}
#menuButton span {
  background: #fff;
  display: block;
  height: 2px;
  left: 9px;
  position: absolute;
  transition: all 0.4s;
  width: 24px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
}
#menuButton span:first-child {
  top: 12px;
}
#menuButton span:nth-child(2) {
  margin-top: -1px;
  top: 50%;
}
#menuButton span:last-child {
  bottom: 12px;
}
#menuButton.active span:first-child {
  -webkit-transform: translateY(8px) rotate(45deg);
  -moz-transform: translateY(8px) rotate(45deg);
  -ms-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}
#menuButton.active span:nth-child(2) {
  opacity: 0;
}
#menuButton.active span:last-child {
  -webkit-transform: translateY(-8px) rotate(-45deg);
  -moz-transform: translateY(-8px) rotate(-45deg);
  -ms-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);
}

.logo_sp {
  display: block;
  left: 10px;
  top: 10px;
  width: auto;
  max-width: 120px;
  height: 45px;
}

.logo_sp img {
  height: 100%;
  width: auto;
}
}


/*  ページタイトル  */
.page-ttl {
  margin: 0 auto;
  padding: 60px 0;
  width: 200px;
}

.page-ttl p {
  border-bottom: 2px solid #e4007f;
  color: #e4007f;
  font-size: 20px;
  font-weight: bold;
  margin: 0 auto;
  max-width: 980px;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}

@media print,screen and (max-width:979px) {
  .pagetitle p {
    padding: 15px 40px;
  }
}

@media print,screen and (max-width:768px) {
  .main-img {
    height: auto;
  }

  .top .main-img {
    background: none;
	height: auto;
  }
  
  .main-pc {
    display: none;
  }

  .main-sp {
    display: block;
	width: 100%;
  }

  .pagetitle {
	background-color: #6e0003;
	text-align: center;
  }

  .pagetitle p {
    font-size: 18px;
	padding: 10px 20px;
  }
}

/*========================================
#見出し
=========================================*/
h1 {
  border-bottom: 5px solid #e4007f;
  font-size: 24px;
  /*font-size: 2.4rem;*/
  font-weight: bold;
  line-height: 150%;
  margin: 60px 0 20px;
  padding: 0 0 10px;
 }

h2 {
  background: #e4007f;
  color: #fff;
  font-size: 20px;
  /*font-size: 2.0rem;*/
  font-weight: bold;
  margin: 15px 0 15px;
  padding: 10px 15px;
}

h3 {
  border-left: 5px solid #e4007f;
  color:#e4007f;
  font-size: 18px;
  /*font-size: 2.0rem;*/
  font-weight: bold;
  margin: 20px 0 10px;
  padding: 5px 10px;
}

h4,
h5 {
  font-size: 20px;
  /*font-size: 2.0rem;*/
  font-weight: bold;
  margin: 10px 0;
  padding: 7px 15px;
}

h6 {
  border-bottom: 2px solid #e4007f;
  font-size: 20px;
  /*font-size: 2.4rem;*/
  font-weight: bold;
  line-height: 150%;
  margin: 20px 0 15px;
  padding: 0 0 10px;
 }

h6 span {
  font-size: 28px;
  color: #e4007f;
}

/*----------------------------------
contents
----------------------------------*/
.title {
  border-bottom: 2px solid #e4007f;
  color: #e4007f;
  font-family: “Times New Roman”, “游明朝”, YuMincho, “ヒラギノ明朝 ProN W3”, “Hiragino Mincho ProN”, “HG明朝E”, “メイリオ”, Meiryo, serif;
  font-size: 24px;
  font-weight: bold;
  margin: 40px auto;
  text-align: center;
  width: 170px;
}


/* DJ/VJ */
.djvj {
  margin: 40px auto;
  overflow: hidden;
  width: 100%;
}

.djvj p {
    display: none;
}

.djvj dl p {
    display: block;
}

.djvj li {
  color: #fff;
  float: left;
  height: auto;
  margin-bottom: 40px;
  margin-right: 4%;
  width: 22%;
}

.djvj li:nth-child(4n+4) {
  margin-right: 0%;
}

.djvj .person {
  max-width: 270px;
  position:relative;
}

.djvj_photo {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  position:relative;
  z-index:1;
}

.djvj_photo img {
  cursor: pointer;
}

.djvj_photo img:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.djvj dl {
  background: rgba(0,0,0,.8);
  color: #fff;
  display: none;
  margin-top: 20px;
  min-width: 400px;
  padding: 20px;
  position: absolute;
  z-index: 102;
}

.djvj dl.open {
  display: block;
}

.djvj dl dt {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.djvj dl span {
  color: #e4007f;
  font-weight: bold;
}

.djvj dl a {
  text-decoration: underline;
}

.djvj dl a:hover {
  text-decoration: none;
}

.djvj .part {
  background: #e4007f;
  bottom: 0;
  border-radius: 50%;
  color: #fff;
  line-height: 1;
  padding: 20px;
  position: absolute;
  right: 0;
  z-index: 3;
}

.djvj .part.vj {
  background: #1549a9;
}

.djvj .part.ph {
  background: #33CB44;
}

@media print,screen and (max-width:768px) {
.djvj li {
  float: none;
  margin-bottom: 40px;
  margin-right: 0%;
  width: 100%;
}

.djvj dl {
  min-width: 200px;
  padding: 20px;
  max-width: 320px;
}

.djvj .person {
  margin: 0 auto;
}
}

/*  Blog  */
.blogindex {
  clear: both;
  display:-webkit-box;
  display:-moz-box;
  display:-ms-box;
  display:-webkit-flexbox;
  display:-moz-flexbox;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-flex;
  display:-ms-flex;
  display:flex;
  -webkit-box-lines:multiple;
  -moz-box-lines:multiple;
  -webkit-flex-wrap:wrap;
  -moz-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  width: 100%;
}

.blogindex > a {
  float: left;
  margin-bottom: 60px;
  margin-right: 4%;
  transition: all .2s;
  width: 22%;
}

.blogindex a {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
}

.blogindex > a:nth-child(4n+4) {
  margin-right: 0%;
}

.blogindex > a:hover {
  background: #fae2f1;
}

.blogindex a {
  color: #333;
}

.blogindex > a:last-child {
  margin-right: 0%;
}

.blogindex .thumb {
  max-height: 165px;
  overflow: hidden;
}

.thumb img {
  width: 100%;
}

.blog-ttl {
  color: #e4007f;
  font-weight: bold;
  margin: 10px 0;
}

.blogindex dt {
  font-size: 16px;
  padding: 10px 5px;
}

.blogindex dd {
  padding: 10px 5px;
}

.blogindex .date {
  font-weight: bold;
  margin: 20px 0 0 5px;
}

.navigation {
  display: none;
}

.paging {
  text-align: center;
}

@media print,screen and (max-width:768px) {
.blogindex > a {
  float: none;
  margin-bottom: 20px;
  margin-right: 0%;
  width: 100%;
}
}


/* 記事ページ */
.single a {
  text-decoration: underline;
  transition: all .2s;
}

.single a:hover {
  text-decoration: none;
}

.content-area {
  float: left;
  width: 70%;
}

aside {
  float: right;
  width: 25%;
}

#comments {
  display: none;
}

.single .entry-header {
  background: none;
  height: auto;
  padding: 0;
  position: relative;
  text-align: center;
}

.single h1 {
  color: #e4007f;
  font-size: 24px;
  font-weight: bold;
}

.back {
  border: 2px solid #e4007f;
  display: block;
  font-size: 14px;
  padding: 10px 25px;
  margin: 40px auto 0;
  transition: all .2s;
  width: 125px;
}

.back a {
  color: #e4007f;
  text-decoration: none;
  transition: all .2s;
}

.back:hover {
  background: #e4007f;
}

.back a:hover {
  color: #fff;
}

.widget {
  border-bottom: 2px solid #ccc;
  padding-bottom: 10px;
}

h2.widgettitle {
  background: none;
  border-left: none;
  border-bottom: 2px solid #e4007f;
  color: #333;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
  margin: 20px 0 10px;
  padding: 10px 0;
}

.widget li a {
  color: #333;
}

@media print,screen and (max-width:768px) {
.content-area,
aside {
  float: none;
  width: 100%;
}
}


/* FAQ */
.faq.inner {
  margin: 0 auto;
  max-width: 1080px;
  width: 90%;
}

.accordion dl {
  display: block;
  width: 100%;
}

.accordion dt {
  background: #eff1f1;
  cursor: pointer;
  margin-top: 20px;
  padding: 20px 70px 20px 20px;
  position: relative;
}

.accordion dt:after {
  background: #d7dce1;
  content: url("https://otonana-style.com/wp/wp-content/uploads/2017/03/faq.png");
  height: 100%;
  padding: 22px 17px 12px;
  position: absolute;
  right: 0;
  top: 0;
  transition: all .2s;
}

.accordion dt.open:after {
  transform: rotate(180deg);  
}

.accordion dt span {
  color: blue;
  font-weight: bold;
}

.accordion dd {
  display: none;
  padding: 20px;
}

.accordion dd span {
  color: #e4007f;
  font-weight: bold;
}

/*  History  */
.history-wrap {
  overflow: hidden;
  clear: both;
  display:-webkit-box;
  display:-moz-box;
  display:-ms-box;
  display:-webkit-flexbox;
  display:-moz-flexbox;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-flex;
  display:-ms-flex;
  display:flex;
  -webkit-box-lines:multiple;
  -moz-box-lines:multiple;
  -webkit-flex-wrap:wrap;
  -moz-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  width: 100%;
}

.history-box {
  float: left;
  margin: 0 2% 40px 0;
  width: 32%;
}

.history-box:nth-child(3n+3) {
  margin-right: 0%;
}

.his-top {
  clear: both;
  display: inline-block;
  position: relative;
  width: 100%;
}

.his-img {
  float: left;
  margin-right: 10px;
  max-width: 290px;
  text-align: center;
  width: 75%;
}

.his-top p {
  bottom: -20px;
  background: rgba(228,0,127,.8);
  color: #fff;
  font-weight: bold;
  min-width: 220px;
  padding: 10px;
  position: absolute;
  text-align: center;
  right: 0;
}

.his-img img {
  cursor: pointer;
  max-height: 200px;
  width: auto;
}

.history-box .date {
  display: inline-block;
  font-weight: bold;
  margin: 25px 0 0 5px;
}

.house {
  font-weight: bold;
}

.history-box .performer {
  line-height: 2.5;
}

.performer p {
  line-height: 1.2;
}

.history-box .dj,
.history-box .vj,
.history-box .ph {
  background: #e4007f;
  bottom: 0;
  border-radius: 50%;
  color: #fff;
  margin-right: 10px;
  padding: 2px 5px;
  right: 0;
  z-index: 4;
}

.history-box .vj {
  background: #1549a9;
}

.history-box .ph {
  background: #33CB44;
}

.img-open {
  height: auto;
  position: fixed;
  z-index: 200;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%);
  max-width: 80vw;
  max-height: 85vh;
  text-align: center;
}

.img-open img {
  height: auto;
  width: auto;
  max-width: 80vw;
  max-height: 85vh;
  display: block;
}


@media print,screen and (max-width:768px) {
.history-box {
  float: none;
  margin: 0 auto 20px;
  width: 100%;
}

.history-box:nth-child(3n+3) {
  margin-right: auto;
}

.his-top {
  text-align: center;
}

.his-img {
  float: none;
  margin-right: 0;
  max-width: 100%;
  width: 100%;
}

.img-open {
  height: auto;
  width: 92vw;
  max-width: 92vw;
  position: fixed;
  z-index: 200;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%);
}

.img-open img {
  height: auto;
  width: 100%;
  max-height: 80vh;
  object-fit: contain;
  display: block;
}
}

/*  contact  */
.contact .inner {
  max-width: 1080px;
}

.contact p {
  line-height: 1;
  margin: 20px 0;
}

label {
  display: block;
  font-size: 20px;
  overflow: hidden;
  width: 100%;
}

.wpcf7-form-control-wrap {
  float: right;
  width: 80%;
}

.wpcf7-text,
.wpcf7-textarea {
  background: #f1efeb;
  border: none;
  font-size: 24px;
  padding: 18px 10px;
  width: 100%;
}

input.wpcf7-form-control.wpcf7-submit {
  background: #e4007f;
  cursor: pointer;
  display: block;
  border: none;
  color: #fff;
  margin: 60px auto 0;
  padding: 21px 93px;
  transition: all .2s;
  font-weight: bold;
  font-size: 26px;
}

input.wpcf7-form-control.wpcf7-submit:hover {
  opacity: .8;
}

.contact .wpcf7-response-output {
  border: none;
  color: #e4007f;
  font-weight: bold;
  text-align: center;
}

@media print,screen and (max-width:768px) {
.wpcf7-form-control-wrap {
  float: none;
  width: 100%;
}

.wpcf7-text, .wpcf7-textarea {
  margin-top: 10px;
}
}


/*----------------------------------
footer
----------------------------------*/
footer {
  background: #333;
  color: #fff;
  overflow: hidden;
  padding: 30px 0;
  text-align: center;
  width: 100%;
}

/*----------------------------------
table
----------------------------------*/

table {
  border-collapse: collapse;
  margin-bottom:0px;
  text-align: center;
  width:100%;
}

th {
  background: #e4007f none repeat scroll 0 0;
  color: #fff;
  padding: 10px;
}

td {
  border: 1px solid #ccc;
  line-height:1.6;
  padding: 20px 10px;
}

.s td {
    padding: 10px;
}

.w {
background:#FFFFFF;
border: 1px solid #e4007f;
color: #333;
text-align: center;
}
.n {
	border-right: 1px solid #fff;
}
.u {
	border-top: 1px solid #fff;
}


/*========================================
段組み
=========================================*/

.col1,
.col2,
.col3,
.col4,
.col5 {
  margin-bottom: 40px;
}

.col1 > div,
.col2 > div,
.col3 > div,
.col4 > div,
.col5 > div {
  margin:0;
  position: relative;
  width: 100%;
}

.img-l img,
.img-r img {
  width: 100%;
}

.col1 p,
.col2 p,
.col3 p,
.col4 p {
  background-color: rgba(226,28,98,.7);
  box-sizing: border-box;
  bottom: 0;
  color: #fff;
  margin:0;
  padding: 5px;
  position: absolute;
  width: 100%;
}

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

  .col2 .img-l,
  .col2 .img-r,
  .col3 .img-l,
  .col3 .img-r,
  .col4 .img-l,
  .col4 .img-r,
  .col5 .img-l,
  .col5 .img-r {
    width: 100%;
    margin-bottom:15px;
  }
}

@media print,screen and (min-width: 751px) {
  .img-l {
    float: left;
  }

  .img-r {
    float: right;
  }

  .col2 .img-l,
  .col2 .img-r {
    width: 48%;
  }

  .col3 .img-l,
  .col3 .img-r {
    width: 32%;
  }

  .col4 .img-l,
  .col4 .img-r {
    width: 22%;
  }

  .col5 .img-l,
  .col5 .img-r {
    width: 18.4%;
  }

  .col3 .img-l:first-child {
    margin-right: 2%;
  }

  .col4 .img-l {
    margin-right: 4%;
  }

  .col4 .img-l:last-child,
  .col5 .img-l:last-child {
    margin-right: 0%;
  }

  .col5 .img-l {
    margin-right: 2%;
  }

}

/*リンクボタン*/
.link-wrap ul li a {
  background-color: #6e0003;
  border: 1px solid #6e0003;
  color: #fff;
  display: block;
  font-weight: bold;
  letter-spacing: 3px;
  padding: 12px;
  position: relative;
  text-align: center;
  width: 32%;
}

.link-wrap ul li a:before {
  bottom: 14px;
  content: url(../img/ico_btn.png);
  left: 30%;
  position: absolute;
}

.link-wrap ul li a:hover {
  opacity: 0.8;
/*  background-color: #fff;
  border: 1px solid #8e0005;
  color: #8e0005;
  position: relative;*/
  }

@media print,screen and (max-width:768px) { 
 .link-wrap ul li a {
   float: none;
   width: 100%;
 }
}

.txtred {
  color:#e4007f;
  font-size: 24px;
  font-weight: bold;
}

.pagetop {
  display: none;
  position: fixed;
  right: 0;
  bottom: 40px;
  z-index: 9999;
}

.pagetop a {
  background: #e4007f;
  border-radius: 4px;
  color: #fff;
  padding: 20px;
}


/*  SNSシェアボタン  */
.wp_social_bookmarking_light {
  display: none;
}

.single-post .wp_social_bookmarking_light,
.single-otonana_news .wp_social_bookmarking_light {
  display: block;
}

/*--------------------------------
SNS share buttons
---------------------------------*/
.sns_share {
  padding: 20px 10px 10px;
  margin-top: 2em;
}

.sns_share ul {
  display: flex;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}

.sns_share li {
  flex: 1;
  min-width: 100px;
}

.sns_share li a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  height: 44px;
  font-size: 14px;
  font-weight: bold;
  transition: opacity 0.2s;
}

.sns_share li a:hover {
  opacity: 0.82;
}

/* X（旧Twitter） */
.sns_share .sns-x a {
  background: #000;
}

/* LINE */
.sns_share .sns-line a {
  background: #06c755;
}



@media screen and (max-width: 768px) {
  .sns_share li {
    min-width: calc(50% - 10px);
  }
}