@charset "shift-jis";

/* Reset and Base Styles */
* {
  font-size: 100%;
  box-sizing: border-box;
}

body {
  background: url(../img/bg_wood.jpg) top center;
  /* background-color:#000000; */
  font-size: 80%;
}

h1, h2, h3, h4, h5, p, form, li, ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
  line-height: 1.5;
}

dt {
  color: #990033;
  font-weight: bold;
}

dt, dd {
  line-height: 1.5;
}

h1 {
  margin-bottom: 30px;
}

h1 a img {
  border: 0;
  max-width: 100%;
  height: auto;
}

h2 {
  margin-bottom: 10px;
}

h2 img {
  max-width: 100%;
  height: auto;
}

h3 {
  color: #990033;
}

p {
  line-height: 1.5;
}

object {
  outline: none;
}

li em, p em {
  font-size: 30px;
  display: inline-table;
  float: left;
  margin-right: 3px;
  font-style: normal;
  width: 30px;
  height: 30px;
  line-height: 1;
  text-align: center;
  color: #990033;
}

/* Images - Responsive */
img {
  max-width: 100%;
  height: auto;
}

/* Utility Classes */
.hr {
  height: 3px;
  background: url(/img/hr_bg.gif);
  clear: both;
  margin: 0 auto;
  max-width: 760px;
  width: 100%;
}

.hr hr {
  display: none;
}

a {
  color: #EF0000;
}

a:hover {
  color: #669999;
}

.cb {
  clear: both;
  height: 1px;
}

.cb hr {
  display: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.toTop {
  clear: both;
  text-align: right;
  margin-top: 30px;
}

/* Layout */
#wrap {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  background: url(/img/bg2.gif);
  position: relative;
}

#bgLiveInfo {
  position: absolute;
  left: 800px;
  top: 80px;
  width: 112px;
  height: 75px;
  display: none; /* Hide on small screens */
}

#contents {
  background: url(/img/bg1.gif) no-repeat;
}

#header {
  text-align: center;
  padding-top: 10px;
  margin-bottom: 20px;
}

#main {
  max-width: 740px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}

/* Photo and Sound Section */
#photoSound {
  /* width:367px; del 20090508 */
  width: 320px;
  /* height:260px; */
  float: right;
  /* text-align:right; del 20090508 */
  margin-bottom: 10px;
  /* margin-top:30px; */
}

#topPhoto {
  margin-bottom: 10px;
}

#topMain {
  width: 380px;
  /* add 20090508 */
  width: 350px;
  /* del 20090508 */
  float: left;
}

/* Information Section */
#infomation {
}

#infomation p {
  margin-bottom: 10px;
}

/* Sound Section */
#sound p {
  margin-bottom: 10px;
}

#sound .cd-jacket {
  margin-bottom: 20px;
  margin-left: 30px;
}

/* Member Section */
#member .member-list {
  display: flex;
  gap: 10px;
}
#member .part {
 width: 25%;
}

/* Member Section */

#member h3 {
font-size: 1.2rem;
}
#member .member-photo {
    width: 100%;
    height: 100px;
    object-fit: cover;
}

#member strong {
  display: block;

  font-size: 90%;
  margin-bottom: 5px;
  color: #333333;
}

/* Link Section */
#link {
  margin-top: 30px;
  margin-left: 20px;
  margin-bottom: 5px;
  width: 280px;
  float: right;
  border: 2px solid #6A6454;
}

#link h2 {
  margin: 15px 15px 0 15px;
  padding: 0;
  /* border-bottom: 1px solid #6A6454; */
}

#link ul {
  margin: 15px;
  margin-left: 30px;
  font-size: 90%;
}

#link li {
  margin-bottom: 5px;
}

/* About Section */
#about h3,
#about ul,
#about dl {
  margin-left: 5px;
}

#about li {
  display: inline;
}

#about h3 {
  margin-bottom: 10px;
}

/* Contact Section */
#contact table {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}

#contact table td {
  width: auto;
}

textarea,
td input {
  border: none;
  width: 100%;
  max-width: 580px;
  padding: 5px;
  background-color: #F1EADC;
  border: 1px solid #CBB184;
}

textarea {
  height: 200px;
}

form th {
  color: #990033;
  text-align: left;
  white-space: nowrap;
}

.formButton {
  text-align: center;
  margin: 30px;
}

/* Footer */
#footer {
  margin-top: 10px;
  text-align: center;
  padding-bottom: 5px;
}

.active {
  padding-left: 20px;
}

/* Movie Control */
#movieControl {
  margin-top: 10px;
}

#movieControl ul {
  margin-bottom: 10px;
}

#movieControl li {
  display: inline;
  white-space: nowrap;
}

#movieControl li a {
  outline: none;
}

#movieControl li.select a {
  font-weight: bold;
  color: #666666;
  text-decoration: none;
}

/* YouTube Video - Responsive */
#youtubeArea {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  margin-bottom: 10px;
}

#youtubeArea object,
#youtubeArea embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/* Photo Page */
#photo ul.menu {
  display: inline;
}

#photo ul.menu li {
  display: inline;
  margin-right: 1em;
  white-space: nowrap;
}

#photo ul.menu li a {
  cursor: pointer;
}

#photo ul.menu li.select a {
  cursor: default;
  color: #333333;
  text-decoration: none;
}

#photo h2,
#photo h3 {
  clear: both;
}

.photoView {
  clear: both;
  margin: 20px 0;
}

.photoView img {
  width: 60px;
  height: 60px;
  float: left;
  display: inline;
  margin-right: 3px;
  margin-bottom: 3px;
  border: 2px solid #999900;
}

.photoView a:hover img {
  border: 2px solid #669999;
}

.photoView p {
  clear: both;
}

/* Section Spacing */
#news,
#infomation,
#movie,
#sound,
#member,
#about,
#photo,
#contact {
  margin-bottom: 50px;
}

/* Clearfix */
#main h1,
.towCols,
#member {
  zoom: 100%;
}

#main h1:after,
.towCols:after,
#member:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

.towCols div {
  width: 370px;
  float: left;
  display: inline;
}

.towCols div div {
  width: auto;
  float: none;
  display: block;
}

/* ============================================
   Responsive Design - Mobile First Approach
   ============================================ */

/* Mobile devices (up to 767px) */
@media screen and (max-width: 767px) {
  body {
    font-size: 85%;
  }

  #header img {
    width: 100%;
    max-width: 760px;
    height: auto;
  }

  #header .hr {
    width: 100% !important;
  }

  #main {
    padding: 0 15px;
  }

  h1 img {
    width: 100%;
    max-width: 319px;
  }

  /* Two column layout becomes single column */
  .towCols div {
    width: 100% !important;
    float: none !important;
    margin-bottom: 20px;
  }

  #topMain,
  #photoSound {
    width: 100% !important;
    float: none !important;
  }

  #member .member-list {
    flex-direction: column;
  }
  /* Member section - single column */
  #member .part {
    width: 100% !important;
    margin-bottom: 10px;
    margin-right: 0 !important;
  }

  #member img.member-photo {
    height: 40vw;
    margin-right: 0;
  }


  /* Movie section */
  #movieControl li {
    display: block;
    margin-bottom: 5px;
    white-space: normal;
  }

  /* Contact form */
  #contact table {
    width: 100%;
    display: block;
  }

  #contact table tr {
    display: block;
    margin-bottom: 15px;
  }

  #contact table th,
  #contact table td {
    display: block;
    width: 100% !important;
    text-align: left;
  }

  #contact table th {
    margin-bottom: 5px;
  }

  textarea,
  td input {
    width: 100% !important;
    max-width: 100%;
  }

  /* Link section */
  #link {
    width: 100% !important;
    float: none !important;
    margin-left: 0;
  }

  /* Photo gallery */
  .photoView img {
    width: 20% !important;
    height: auto !important;
    max-width: 80px;
  }

  /* Footer */
  #footer .hr {
    width: 100% !important;
  }

  /* About section - inline list becomes block */
  #about li {
    display: block;
    margin-bottom: 5px;
  }

  /* SoundCloud iframe */
  #sound iframe {
    width: 100% !important;
    height: auto !important;
    min-height: 300px;
  }

  /* CD jacket */
  #sound .cd-jacket {
    margin-left: 0 !important;
    margin-bottom: 15px !important;
  }
}
/*  */