@charset "UTF-8";

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

/* Frame */

html {
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
	margin: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 0.9rem;
	font-weight: 400;
	line-height: 1.5;	
	text-align: left;
	background-color: #FFFAE1;
}

.container {
    width: 95%;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
    color: #6B593C;
    background-color: #FFFFFF;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
	overflow:hidden;
  }
}
@media (min-width: 768px) {
  .container {
	  max-width: 720px;
	  overflow:hidden;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

a {
	color:#583000;
	text-decoration: none;
    font-weight: bold;
    padding-left: 0.5rem;
    padding-right: 0.5rem;    
}
a:hover{
	color : #fff;
    background-color: #AC9A6B;
}
:target {
  outline: none;
	border-bottom: 2px solid #b89e43;
}

.headerareamail a {
    padding:0;
}

.headerarea{
    height: 4.0rem;
    display: block;
    margin: 0;
    padding: 0;
    border-radius: 12px 12px 0px 0px;
    background-color: #AC9A6B;
    font-weight: bold;
}
.headerarealogo {
    margin-top: 0.25rem;
    margin-left: 1.0rem;
	display: inline-block;
    vertical-align: center;
	float: left;    
    background-repeat: no-repeat;
}
@media (max-width: 575px) {
  .headerarealogo {
        display:none;
  }
}
@media (min-width: 576px) {
  .headerarealogo {
      width: 41px;
      height: 56px;
	  background-image: url("../images/common/logo_stra_l_w_s.webp") ;
  }
}
@media (min-width: 768px) {
  .headerarealogo {
      width: 112px;
      height: 56px;
	  background-image: url("../images/common/logo_stra_l_w.webp") ;
  }
}

.headerareatxt, 
.headerareatxt2
{
    width: auto;
	height: auto;
    display: inline-block;
    vertical-align: center;
    color : #FFFFFF;
    float: left;

}
@media (max-width: 575px) {
  .headerareatxt {
      padding-top: 0.7rem;
      padding-left: 0.5rem;
  }
  .headerareatxt2 {
      padding-top: 1.0rem;
      margin-left: -0.5rem;
      font-size: 0.5rem;
      transform   : scale(0.9, 1.0);
  }
}
@media (min-width: 576px) {
  .headerareatxt {
      padding-top: 0.7rem;
      padding-left: 0.75rem;
  }
  .headerareatxt2 {
      padding-top: 1.0rem;
      padding-left: 0.75rem;
      font-size: 0.5rem;
  }
}
@media (min-width: 768px) {
  .headerareatxt {
      padding-top: 0.7rem;
      padding-left: 0.75rem;
  }
  .headerareatxt2 {
      padding-top: 0.7rem;
      padding-left: 0.75rem;
    font-size: 0.75rem;
  }
}
@media (min-width: 992px) {
  .headerareatxt {
      padding-top: 0.9rem;
      padding-left: 0.75rem;
  }
  .headerareatxt2 {
      padding-top: 0.7rem;
      padding-left: 0.75rem;
    font-size: 0.9rem;
  }
}

.headerareamail {
    width: auto;
	height: auto;
    padding-top: 0.9rem;
    padding-right: 0.75rem;
	display: inline-block;
    vertical-align: center;
	float: right;
}
.headerareabottom{
    height: 0.25rem;
    background-color: #AC9A6B;
    margin-bottom: 0.25rem;
}
.footerarea{
	width: 100%;
    height: 2.0rem;
    padding-top: 0.25rem;
    border-radius: 0px 0px 12px 12px;
	background-color: #AC9A6B;
	font-weight: bold;
    color : #FFFFFF;
    text-align: center;
	clear: both;
}
.menuarea{
    width: 100%;
    margin: 0;
    padding: 0;
    height: 3.5rem;
    display: block;
    background-color: #ece7d2;
    border-top: solid 1px #807030;
    border-bottom: solid 1px #807030;
    border-right: solid 1px #807030;
    border-left: solid 1px #807030;
}
.menucontents{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    display: block;
	font-weight: bolder;
    text-align:center;
}
@media (max-width: 767px) {
  .menucontents {
    font-size:0.6rem;
  }
}
@media (min-width: 768px) {
  .menucontents {
	  font-size:0.7rem;
  }
}
@media (min-width: 992px) {
  .menucontents {
    font-size:0.8rem;
  }
}

@media (max-width: 767px) {
  .menucontents li br {
        display: none;
  }
}
@media (min-width: 768px) {
  .menucontents li br {

  }
}

.menucontents  > li > a,
.menucontents  > li > ul > li > a{
    display:block;
    width:100%;
    height:100%;
}
    .menucontents  > li > a{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .menucontents  > li > ul > li > a{
        display: flex;
        padding-left:0.5rem;
        text-align: left;
        align-items: center;
    }

.menucontents > li {
    width: 25%;
    height: 100%;
    margin: 0;
    padding:0;
    border-left: solid 1px #807030;
    float: left;
	display:inline-block;
    position:relative;
}

.menucontents > li:first-child {
    border-left: solid 0px #807030;
}

.menucontents > li > ul {
	display:none;
    width:auto;
	z-index: 1;
    box-shadow:0px 2px 2px rgba(0,0,0,0.4);
}
.menucontents > li > ul > li:last-child  {
    border-bottom: solid 1px #807030;
}
.menucontents > li > ul > li  {
    width:100%;
    height:2.25rem;
    background-color: #ece7d2;
    border-top: solid 1px #c0c090;
    border-left: solid 1px #807030;
    border-right: solid 1px #807030;
}

.menucontents > li:hover ul {
	display:block;
	position:absolute;
    width:100%;
	padding:0;
	margin:0;
	list-style-type: none;
    float:right;
}

.eyecatchimg{
    margin: 0;
    padding: 0;
    width:100%;
    height:100%;
    position: relative;
    display: block;
}
.eyecatchtitle{
    height: auto;
    position: absolute;
    text-shadow:
            2px 2px 2px #fff, -2px -2px 2px #fff,
           -2px 2px 2px #fff,  2px -2px 2px #fff,
            2px 0px 2px #fff, -2px -0px 2px #fff,
            0px 2px 2px #fff,  0px -2px 2px #fff;
}
@media (max-width: 575px) {
  .eyecatchtitle {
    top: 0.5rem;
    left: 0.5rem;
    font-size: 1.5rem;
  }
}
@media (min-width: 576px) {
  .eyecatchtitle {
    top: 0.5rem;
    left: 0.5rem;
    font-size: 2.0rem;
  }
}
@media (min-width: 768px) {
  .eyecatchtitle {
    top: 1.0rem;
    left: 1.0rem;
    font-size: 2.0rem;
  }
}

.eyecatchtxt2{
    width:auto;
    position: absolute;
    font-weight:bold;
    text-shadow:
            2px 2px 2px #fff, -2px -2px 2px #fff,
           -2px 2px 2px #fff,  2px -2px 2px #fff,
            2px 0px 2px #fff, -2px -0px 2px #fff,
            0px 2px 2px #fff,  0px -2px 2px #fff;
}
@media (max-width: 575px) {
  .eyecatchtxt2 {
    top: 3.25rem;
    left: 1.0rem;
    font-size: 0.75rem;
  }
}
@media (min-width: 576px) {
  .eyecatchtxt2 {
    top: 3.25rem;
    left: 1.0rem;
    font-size: 0.8rem;
  }
}
@media (min-width: 768px) {
  .eyecatchtxt2 {
    top: 3.75rem;
    left: 1.5rem;
    font-size: 0.9rem;
  }
}

.eyecatchtxt{
    width:15.0rem;

    position: absolute;
    font-weight:bold;
    font-size: 0.8rem;
    text-shadow:
            2px 2px 2px #fff, -2px -2px 2px #fff,
           -2px 2px 2px #fff,  2px -2px 2px #fff,
            2px 0px 2px #fff, -2px -0px 2px #fff,
            0px 2px 2px #fff,  0px -2px 2px #fff;
}
@media (max-width: 575px) {
  .eyecatchtxt {
      display: none;
  }
}
@media (min-width: 576px) {
  .eyecatchtxt {
	  display: block;
      top: 4.5rem;
      left: 2.5rem;
      font-size: 0.6rem;
  }
}
@media (min-width: 768px) {
  .eyecatchtxt {
      display: block;
      top: 5.25rem;
      left: 3.0rem;
      font-size: 0.8rem;
  }
}
.eyecatchtitle a {
	color:#583000;
	text-decoration: none;
    font-weight:normal;
    padding-left: 0.5rem;
    padding-right: 0.5rem;    
}
.eyecatchtitle a:hover{
	color : #fff;
    background-color: #AC9A6B;
    text-shadow:none;
}
.eyecatchtxt2 a {
	color:#583000;
	text-decoration: none;
    padding-left: 0.5rem;
    padding-right: 0.5rem;    
}
.eyecatchtxt2 a:hover{
	color : #fff;
    background-color: #AC9A6B;
    text-shadow:none;
}


summary {
  display: block;
      cursor: pointer;
  transition: 0.2s; /* 変化を滑らかに */
}
summary::-webkit-details-marker {
  display: none;
}
/* ホバー時のスタイル */
summary:hover {
  cursor: pointer; /* カーソルを指マークに */
  background-color: #FFEFD0;
}
details[open] > summary {
  color: #92896C;
}
details > summary::after {
    font-weight: 100;
    font-size: smaller;
    font-style: italic;
    color :#AB997C;
    content: '　▼開く';
}
details[open] > summary::after {
    font-weight: 100;
    font-size: smaller;
    font-style: italic;
    color :#AB997C;
  content: '　▲閉じる';
}

.under1 {
	background: linear-gradient(transparent 70%, #ffeac0 70%);
	color: #000000;
}
.under2 {
    text-decoration-line: underline;
    text-decoration-color: #AC9A6B;
	color: #401900;
}
.under3 {
	background: linear-gradient(transparent 10%, #ffeac0 70%);
	color: #908060;
    font-weight: bold;
}
.under4 {
	background: linear-gradient(transparent 75%, #ff0000 110%);
	color: #b01010;
}

#salonframe {
	border: 0; 
	width: 100%; 
	height: 400px; 
	margin:0 0 0 12px; 
	padding: 0;
}

ul,ol{
margin-top:0px;
margin-bottom:0px;
margin-left:0.5rem;
	padding-left:1.0rem;
}
ol li::marker{
	padding-left:1.0rem;
}
ul li::marker{	
	font-size: 0.5rem;
	padding-left:1.0rem;
}   
.currentmenu {
	width: 100%;
	height: auto;
	border-bottom: 2px solid #AC9A6B;
    padding: 0;
    margin: 0 0 0.75rem 0;
    padding-bottom:0.25rem;
}
.bottommenu {
	width: 100%;
	height: 1.5rem;
	text-align:right;
	margin: 0;
	padding: 0;
	border-top: 2px solid #AC9A6B;
}
.pagemenu {
	width: 100%;
	height: auto;
    padding: 0;
    margin: -12px 0 0 0;
    padding-left:0.5rem;
	background-color: #ECE7D2;
    padding-bottom:0.25rem;
}

/* ===================================
   修正中
=================================== */

.column{
  margin:0 24px 18px 24px;
}
    .column_title{
        padding-left:0.25rem;
		margin-left:0px;
        margin-bottom:0.5rem;
        border-left: 1.0rem solid #B89E43;
        font-weight: bold;
    }
    .column_title2{
        padding-left:0.25rem;
        margin-left:0.25rem;
        margin-bottom:0.5rem;
        border-left: 0.75rem solid #D8BE43;
        font-weight: bold;
    }
    .column_title3{
        padding-left:0.25rem;
        margin-left:0.5rem;
        margin-bottom:0.5rem;
        border-left: 0.5rem solid #E8CE43;
        font-weight: bold;
    }
    .column_caption{
        padding-left:1.0rem;
        margin-left:0.25rem;
        margin-bottom:0.25rem;
    }
.column_title-with-icon{
  display:flex;
  align-items:center;
}

/* タイトル */
.column_title-with-icon-text{
  padding-left:0.25rem;
}
/* 音符 */
.column_title-with-icon-text::before{
  content:"♪";
  margin-right:0.35rem;
  color:#B89E43;
  font-size:1.1rem;
}
/* YouTube */
.column_title-with-icon-youtube{
  display:flex;
  align-items:center;
  justify-content:center;
  padding:0;
  transition:.2s;
  margin-left:1.0rem;
}

.column_title-with-icon-youtube img{
  width:40px;
  height:auto;
  display:block;
}

.column_title-with-icon-youtube:hover{
  transform:scale(1.08);
}


.column-flex{
  display:flex;
  align-items:flex-start;
  gap:20px;
  margin-bottom:12px ;
}
/* 左画像 */

.column-photo{
  width:250px;
  flex-shrink:0;
  margin:0 0 0 12px;
}
/* サイズ違い */
.l{
  width:370px;
}
.youtube{
	width:64px;
}
.column-photo img{
  display:block;
  width:100%;
  height:auto;
  border-radius:8px;
  transition:.3s;
}
.column-photo a{
  position:relative;
  display:block;
  overflow:hidden;
  border-radius:8px;
}
/* オレンジ被せ */
.thumb-item::after,
.column-photo a::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    rgba(184,120,20,.38);
  opacity:0;
  transition:.3s;
}

/* hover */
.thumb-item:hover img,
.column-photo a:hover img{
  transform:scale(1.03);
}
.thumb-item:hover::after,
.column-photo a:hover::after{
  opacity:1;
}

/* キャプション */
.column-photo figcaption{
  margin-top:8px;
  margin-bottom:8px;

  text-align:center;

  font-size:.75rem;
  font-weight:bold;
  color:grey;
}

/* 右本文 */

.column-body{
  flex:1;
  min-width:0;
  margin:0 0 0 12px;
}

/* スマホ */

@media(max-width:767px){

  .column-flex{
    flex-direction:column;
  }

  .column-photo{
    width:95%;
  }

}

/* サムネール全体 */
.thumb-grid{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:0;
}

/* 各サムネ */
.thumb-item{
  flex:1 1 calc(33.333% - 16px);
  position:relative;
  overflow:hidden;
  object-position:center 30%;
  margin:0 -4px 0 -4px;
  border-radius:8px;
}

/* 画像 */
.thumb-item img{
  display:block;
  width:100%;
  height:180px;
  object-fit:cover;
  border-radius:8px;
}

/* タブレット */
@media(max-width:767px){

  .thumb-item{
    flex:1 1 calc(50% - 16px);
  }

}

/* スマホ */
@media(max-width:575px){

  .thumb-grid{
    gap:12px;

    margin:8px;
  }

  .thumb-item{
    flex:1 1 100%;
  }

}

/* 左右2分割 */

.two-column{
  display:flex;

  gap:24px;

  align-items:flex-start;
}

/* 左右 */

.two-column-left,
.two-column-right{
  flex:1;

  min-width:0;
}
@media(max-width:767px){

  .two-column{
    flex-direction:column;
  }

}

/* =========================
   Concert Table
========================= */

.concert-table{
  width:100%;
  margin:12px 0;
  border-collapse:separate;
  border-spacing:0;
  overflow:hidden;

  background:#fffdf8;
  border-radius:8px;

  border:1px solid rgba(185,138,45,.22);
  color:#3d2c14;
}

/* タイトル行 */
.concert-table th{
  background:#b99135;
  color:#fff9ec;
  font-size:1.1rem;
  font-weight:700;
  letter-spacing:.04em;
  padding:12px;
  text-align:center;
}

/* 左ラベル */
.concert-table > tbody > tr:not(.break-row):not(.encore-row) > td:first-child{
  width:140px;
  color:#7a5414;
  font-weight:700;
  text-align:center;
  padding:14px 18px;
  background-color:#f6ecd7;
  border-bottom:1px solid rgba(185,138,45,.16);
}

/* 右内容 */
.concert-table > tbody > tr > td:last-child{
  padding:14px 20px;
  border-bottom:1px solid rgba(185,138,45,.12);
  background:#fffdf9;
}

/* 曲目テーブル */
.music-info{
  width:100%;
  border-collapse:collapse;
  table-layout:fixed;
}

/* 曲目行 */
.music-info tr{
  transition:.2s;
}

/* hover */
.music-info tr:hover{
  background:#fff8ea;
}

.music-info td{
  background:#fffdf9 !important;
}

.music-info tr:hover td{
  background:#fff8ea !important;
}

/* 作曲家 */
.music-info td:first-child{
  text-align:left;
  width:34%;
  color:#7a5414;
  font-weight:600;
  padding:4px 18px;
  vertical-align:top;
  border-bottom:1px dashed rgba(185,138,45,.2);
}

/* 曲名 */
.music-info td:last-child{
  text-align:left;
  padding:4px 18px;
  border-bottom:1px dashed rgba(185,138,45,.2);
  line-height:1.8;
}

/* 曲目部分だけ背景なし */
.concert-table .nobgcolor-wrapper{
  background:none !important;
  padding:0;
}

/* スマホ */
@media(max-width:820px){

  .concert-table th{
    font-size:1.0rem;
    padding:8px;
  }

 .concert-table > tbody > tr:not(.break-row):not(.encore-row) > td:first-child{
    width:72px;
    padding:8px 6px;
    font-size:.85rem;

    white-space:normal;

    writing-mode:horizontal-tb;

    text-align:center;
  }

  .music-info td:first-child,
  .music-info td:last-child{
    display:block;
    width:100%;
  }

  .music-info td:first-child{
    padding-bottom:6px;
    border-bottom:none;
	padding:0 0 0 0.25rem;
  }

  .music-info td:last-child{

  }
}

/* アンコール*/
.encore-row td{
  background:#d8b35a;
  color:#fff9ec !important;
  text-align:center !important;
  font-weight:700;
  letter-spacing:.4em;
  padding:4px 18px 4px 18px;
}
/* 文字入れる */
.encore-row td::before{
  content:"―アンコール―";
  display:block;
}

/* 休憩 */
.break-row td{
  text-align:center !important;
  background:#f6efe2;
  color:#8a6516;
  font-weight:700;
  letter-spacing:1.0em;
  padding:4px 18px 4px 18px;
}
/* 文字入れる */
.break-row td::before{
  content:"―休憩―";
  display:block;
}

/* =========================
   Biography / Timeline Table
========================= */

.timeline-table{
  width:100%;
  border-collapse:collapse;

  background:#fffdf8;

  border:1px solid rgba(185,138,45,.18);

  border-radius:8px;
  overflow:hidden;

  color:#3d2c14;
}

/* 行 */

.timeline-table tr{
  transition:.2s;
}

.timeline-table tr:hover{
  background:#fff8ea;
}

/* セル共通 */

.timeline-table td{
  padding:14px 16px;

  vertical-align:top;

  border-bottom:1px dashed rgba(185,138,45,.18);

  line-height:1.8;
}

/* 年 */

.timeline-table td:nth-child(1){
  width:110px;

  background:#f6ecd7;

  color:#7a5414;

  font-weight:700;

  text-align:center;

  white-space:nowrap;
}

/* 日付 */

.timeline-table td:nth-child(2){
  width:120px;

  color:#8a6516;

  font-weight:600;

  white-space:nowrap;
}

/* 内容 */

.timeline-table td:nth-child(3){
  width:auto;
}

/* 最終行 */

.timeline-table tr:last-child td{
  border-bottom:none;
}

/* =========================
   Mobile
========================= */

@media(max-width:767px){

  .timeline-table,
  .timeline-table tbody,
  .timeline-table tr,
  .timeline-table td{
    display:block;
    width:100%;
  }

  .timeline-table tr{
    padding:10px 0;
    border-bottom:1px solid rgba(185,138,45,.18);
  }

  .timeline-table td{
    border:none;
    padding:4px 14px;
  }

  .timeline-table td:nth-child(1),
  .timeline-table td:nth-child(2){
    background:none;

    width:100%;

    text-align:left;
  }

  .timeline-table td:nth-child(1){
    font-size:1rem;
  }

  .timeline-table td:nth-child(2){
    color:#9b7a3c;
    padding-bottom:8px;
  }

}
