@charset "utf-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-weight: normal;
}
ul, ol {
  list-style-type: none;
  list-style-position: inside;
}
i {
  padding-right: 0.2em;
}
html {
  font-family: 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Sans', 'ヒラギノ角ゴシック', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic';
  font-size: 62.5%;
}
body {
  font-size: 1.4rem;
  line-height: 1.6;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
audio {
  vertical-align: bottom;
}
/* GoogleMapレスポンシブ対応 */
.map-wrap {
  position: relative;
  padding-bottom: 100%;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.map-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pc_only {
  display: none;
}
.sm_only {
  display: block;
}
.none {
  display: none;
}
.left {
  text-align: left;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.justify {
  text-align: justify;
}
.bold {
  font-weight: 600;
}
.co_pink {
  color: rgb(255, 97, 97);
}
.bg_gray {
  background-color: #F0EBE6;
}
.wrapper {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 5%;
}
.mb_10 {
  margin-bottom: 10px;
}
.mb_20 {
  margin-bottom: 20px;
}
.mb_30 {
  margin-bottom: 30px;
}
.mb_40 {
  margin-bottom: 40px;
}
section {
  padding: 0;
  color: rgba(68, 68, 68, 1.00);
  width: 100%;
  margin: 0 auto;
}
h1 {
  font-size: 3.0rem;
  margin: 10px auto 20px;
  line-height: 1.2;
  width: 100%;
  max-width: 600px;
}
h2, h3 {
  font-size: 1.8rem;
  margin-bottom: 0.5em;
  line-height: 1.2;
}
a {
  color: rgba(191, 0, 8, 1);
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
#page-top {
  position: fixed;
  right: 13px;
  bottom: 12px;
  width: 42px;
  height: 42px;
  cursor: pointer;
  z-index: 3;
  background: rgba(93, 130, 216, 1.00);
  text-align: center;
  border-radius: 3px;
  box-shadow: 0px 0px 1px 1px #fff;
}
.arrow {
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
}
.arrow:before, .arrow:after {
  position: absolute;
  top: 8px;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.triangle:before {
  left: 2px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
footer {
  margin-top: 40px;
  text-align: center;
  font-size: 1.4rem;
}
footer p {
  margin-bottom: 1em;
}
footer img {
  max-width: 60px;
}
.btn {
  margin: 1em auto;
  width: 90%;
  max-width: 400px;
  line-height: 2.5;
  border-radius: 30px;
  font-size: 1.4rem;
  background-color: rgba(93, 130, 216, 1.00);
  color: #fff;
  text-align: center;
}
.btn:hover {
  opacity: 0.7;
}
.btn a {
  display: inline-block;
  width: 100%;
  color: #fff;
}
.em {
  color: #f00;
}
.nav {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
.nav li {
  flex: 1 1 100%;
  display: flex;
  font-size: 20px;
  line-height: 4;
  margin-bottom: 10px;
}
.nav li:last-child {
  text-align: right;
}
.nav li:last-child a {
  text-indent: 0;
  padding-right: 1em;
}
.nav li a {
  color: #fff;
  display: inline-block;
  font-weight: 600;
  text-indent: 1em;
  text-shadow: 2px 2px 1px #333;
  width: 100%;
}
.takeru {
  background-image: url("img/takeru_top.jpg");
  background-size: cover;
}
.taira {
  background-image: url("img/taira_top.jpg");
  background-size: cover;
}
.hama {
  background-image: url("img/hama_top.jpg");
  background-size: cover;
}
.chari {
  background-image: url("img/chari_top.jpg");
  background-size: cover;
}
.aoi {
  background-image: url("img/aoi_top.jpg");
  background-size: cover;
}
.about {
  padding-top: 30px;
  padding-bottom: 10px;
}
.aboutus {
  display: flex;
  flex-direction: column-reverse;
}
.aboutus ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.aboutus ul img {
  padding: 5%;
}
.produce {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.produce dt {
  font-size: 20px;
}
.produce dd {
  font-size: 13px;
}
/* 下層ページ */
.sub>a{
	display: block;
	width: 90%;
	max-width: 600px;
	margin: 10px auto;
}
.sub header {
  position: relative;
  height: 56vw;
}
.sub header img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.sub header h1 {
  position: relative;
  z-index: 10;
  margin-top: 0;
  margin-bottom: 30px;
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  line-height: 3;
  text-shadow: 2px 2px 1px #333;
  max-width: 1000px;
}
.sub header h2 {
  position: absolute;
  bottom: 0;
  right: 5%;
  z-index: 10;
  margin-top: 0;
  margin-bottom: 0;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 3;
  text-shadow: 2px 2px 1px #333;
  text-align: right;
}
@media only screen and (min-width:768px) {
  .pc_only {
    display: block;
  }
  .sm_only {
    display: none;
  }
  h2, h3 {
    font-size: 2.4rem;
    margin-bottom: 0.5em;
    line-height: 1.2;
  }
  .nav {
    flex-direction: row;
    justify-content: space-around;
  }
  .nav li {
    flex: 0 0 48%;
    display: flex;
    font-size: 20px;
    line-height: 4;
    margin-bottom: 10px;
  }
  .aboutus ul {
    margin-bottom: 0;
  }
  .aboutus ul img {
    padding: 20%;
  }
  .produce {
    flex-direction: row-reverse;
  }
  .produce p {
    flex: 0 0 38%;
    margin-right: 2%;
  }
  /* 下層ページ */
  .sub header h1 {
    font-size: 48px;
  }
  .sub header h2 {
    font-size: 36px;
  }
	.soundwrap dt{
		font-size:20px;
	}
}
@media only screen and (min-width:800px) {
  .nav li {
    height: 150px;
  }
}
@media only screen and (min-width:968px) {
  /* 下層ページ */
  .sub header {
    height: 520px;
  }
}