@charset "utf-8";
/* 共通の設定 */
html {
  font-size: 62.5%;
  margin: 0 auto;
}
body {
  background-color: #ffffff;
  color: #333333;
  font-size: 1.6em;
  line-height: 2;
  /* font-family: "Montserrat", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; */
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif; /* 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif; */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: 0.05em;
  overflow-x: hidden;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
/* p{
  letter-spacing: 0.1em;
} */
a {
  color: #303030;
  text-decoration: none;
}
a:visited {
  color: #788d98;
}
a:hover {
  text-decoration: underline;
}
.anchor {
  display: block;
  padding-top: 100px;
  margin-top: -100px;
}
.small {
  font-size: 1.2rem;
}
strong {
  font-weight: 600;
  color: #cc993a;
  text-shadow: 1px 1px 1px #333333;
}
header {
  width: 100%;
  height: 85px;
  /* margin: 0 auto; */
  margin-bottom: 0;
  background-color: #333333;
  border-bottom: 5px solid #d8ae61;
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
}
.header_box {
  width: 1080px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
main {
  background-color: #ffffff;
  width: 100%;
  margin: 0 auto;
}

section {
  padding-bottom: 35px;
}
.logo {
  flex: 0 0 10%;
  text-align: center;
  align-items: center;
  margin: 10px auto;
}
.logo img {
  width: 60px;
}
.appear {
  display: block;
}
.hide {
  display: none;
}
nav {
  flex: 1 1 80%;
  margin: 10px auto;
}
.sns {
  flex: 1 0 10%;
  display: flex;
  justify-content: right;
  text-align: center;
  align-items: center;
  margin: 10px auto;
}
.gloval-nav {
  display: flex;
  justify-content: space-around;
}
.gloval-nav li {
  box-sizing: border-box;
  text-align: center;
  max-width: 150px;
  font-weight: 600;
  letter-spacing: 1%;
  list-style: none;
  line-height: 2;
  flex: 1 1 auto;
  /* text-transform: uppercase; */
}
.gloval-nav li a {
  display: block;
  color: #ffffff;
  font-size: 2rem;
  text-align: center;
  line-height: 2;
}
.gloval-nav li a span {
  font-size: 1.2rem;
}
.gloval-nav li a:hover {
  text-decoration: none;
  background-color: #ffffff;
  color: #333333;
}
.sns_hide {
  display: none;
}
.sns li {
  flex: 1 1 auto;
  list-style: none;
}
.sns li img {
  max-width: 50px;
}
.sns li a span {
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0 auto;
  font-size: 1.4rem;
  font-weight: 600;
  color: #ffffff;
}

/* 各ページキービジュアルの設定 */
.keyvisual {
  position: relative;
  font-size: 0;
  /* width: 1080px; */
  margin: 85px auto 0;
  border-bottom: 5px solid #d8ae61;
}
.keyvisual_photo img {
  width: 100%;
  /* top: 100px;
  left: 0; */
}
.keyvisual_title h1 {
  position: absolute;
  width: 100%;
  top: calc(30% - 10rem);
  color: #ffffff;
  text-align: center;
  font-size: 10vw;
  line-height: 1.5;
  font-style: italic;
  text-shadow: 2px 4px 6px #808080;
  margin: 0 auto;
}
.keyvisual_title h1 span {
  display: block;
  font-size: 5vw;
  margin: 0 auto;
}
.keyvisual_btn {
  position: absolute;
  top: calc(90% - 10rem);
  left: 50%;
  margin-left: -550px;
  display: flex;
  justify-content: space-around;
  padding-left: 0;
  /* margin: 20px auto; */
  text-align: center;
  width: 1100px;
}
.keyvisual_btn li {
  list-style: none;
  text-align: center;
  width: 100%;
}
.keyvisual_btn li button {
  width: 50%;
}
/* 各ページメイン部分の2分割設定（side_navとmain_contentにクラス分け） */
.two_column {
  display: -webkit-flex;
  display: flex;
  width: 1080px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.9);
  /* width: 100%; */
  padding-bottom: 50px;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.side_nav {
  /* background-color: #333333; */
  color: #ffffff;
  width: 20%;
  flex: 0 0 20%;
  margin: 0 20px 0 0;
  padding: 10px 0 30px 0;
  text-align: justify;
}
.side_fixed {
  position: sticky;
  top: 100px;
  z-index: 1;
}
.side_nav ul {
  list-style: none;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 3;
  background-color: #333333;
  color: #ffffff;
  text-shadow: 2x 2px 2px #5e5e5e;
  padding: 5%;
  padding-left: 10%;
}
.side_nav li {
  font-size: 1.4rem;
  width: 100%;
  margin: auto;
  padding-left: 1.6rem;
  text-shadow: 1px 1px 1px #5e5e5e;
}
.nav_title {
  font-size: 1.6rem;
  line-height: 2;
  margin: 0px auto;
  padding-left: 10px;
}
.side_nav a {
  color: #cccccc;
}
.side_nav a:hover {
  color: #adadad;
  text-decoration: none;
}
.main_content {
  flex: 1 1 auto;
  width: 80%;
  margin: 0 20px 0 20px;
  padding: 10px 0 30px 0;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
}
.main_content section {
  width: 100%;
}
.main_content article {
  width: 100%;
}

.main_content h1 {
  width: 100%;
  padding: 20px;
  margin: 0 auto;
  /* margin-bottom: 100px; */
  /* border-top: 5px solid #cc993a; */
  border-bottom: 1px dashed #808080;
  text-align: center;
}
.main_content h2 {
  width: 100%;
  padding-left: 10px;
  margin: 50px 0 25px 0;
  border-left: 8px solid #cc993a;
}
.main_content h3 {
  width: 100%;
  padding: 10px;
  margin: 50px 0 25px 0;
  border-top: 1px dotted #cc993a;
  border-left: 3px solid #cc993a;
  color: #333333;
}
.main-content p {
  padding: 10px 10px 10px 10px;
  font-size: 1.4rem;
}
/* メイン部分の背景色とかサイズ */
#wrap {
  background-color: rgba(255, 255, 255, 0.9);
  max-width: 1080px;
  margin: 0 auto;
  padding-bottom: 50px;
}
.content {
  width: 1080px;
  margin: 0 auto;
}

/* ボタンアイテム */
button,
.btn,
a.btn,
button.btn {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 2;
  position: relative;
  display: inline-block;
  padding: 1rem 1.5rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  /* color: #212529; */
  border-radius: 0.5rem;
}
.flex_row{
  display: flex;
  justify-content: center;
}
.btn a:hover {
  text-decoration: none;
  background-color: #ffffff;
  color: #333333;
}
.btn span {
  color: #ff0000;
  text-shadow: 1px 1px 1px #a85151;
  margin: 2px;
}
/* buttonの色とかの各種設定 */
.gray {
  font-size: 2rem;
  color: #ffffff;
  background-color: #616161;
  border-bottom: 5px solid #1d1d1d;
}
.gray a {
  color: #ffffff;
  text-decoration: none;
}
.gray:hover {
  margin-top: 3px;
  color: #ffffff;
  background: #333333;
  border-bottom: 2px solid #525252;
}
/* .white {
  font-size: 2rem;
  font-weight: 600;
  color: #777777;
  background-color: #ffffff;
  border-bottom: 5px solid #777777;
}
.white a {
  color: #777777;
  text-decoration: none;
}
.white:hover {
  margin-top: 3px;
  color: #ffffff;
  background: #4b4b4b;
  border-bottom: 2px solid #777777;
} */
.shadow {
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}
.raised {
  /* color: #a0a0a0; */
  text-shadow: -1px -1px 1px rgba(255, 255, 255, 0.44), 2px 2px 2px #333333;
}
/* footer部分の設定 */
footer {
  text-align: center;
  background-color: #333333;
  color: #eeeeee;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 10px 0;
  border-top: 5px solid #d8ae61;
  position: relative;
}
#sitemap {
  max-width: 1080px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  text-align: left;
}
#sitemap .main-menu {
  width: 33%;
}
#sitemap .link {
  width: 33%;
}
#sitemap .other {
  width: 33%;
}
#sitemap ul {
  list-style: none;
  font-size: 1.6rem;
}
#sitemap li a {
  color: #eeeeee;
}
footer small {
  font-size: 1.2rem;
  text-align: center;
  margin: 0 auto;
}
/* footer部分の設定終わり */
/* 見出しの装飾 */
.icon::before {
  content: "";
  padding-right: 10px;
  border-left: 7px solid #cc993a;
}
hr {
  border: none;
  height: 2px;
  background: linear-gradient(
    90deg,
    rgba(37, 180, 10, 0.1) 0%,
    rgba(51, 51, 51, 1) 50%,
    rgba(37, 180, 10, 0.1) 100%
  );
}
/* 【共通の設定終わり】 */

/* 【TOPページ固有設定】 */
#index main {
  display: flex;
  flex-direction: column;
  position: relative;
  display: block;
  /* border-top: 5px solid #d8ae61; */
}
#index h3 {
  font-size: 3.2rem;
  font-style: italic;
  text-align: center;
  line-height: 2;
  color: #eeeeee;
  margin-bottom: 10px;
  text-shadow: 1px 2px 3px #4e4e4e;
  width: 100%;
  padding: 10px;
  margin: 50px 0 50px 0;
  margin-top: 50px;
  background-color: #e6bb6d;
}
#index h4 {
  font-size: 2.4rem;
  font-style: italic;
  text-align: center;
  line-height: 2;
  color: #4e4e4e;
  margin-bottom: 10px;
  text-shadow: 1px 2px 3px #808080;
}
#index p {
  font-size: 2rem;
  font-style: italic;
  font-weight: bold;
  color: #4e4e4e;
  text-align: center;
  text-shadow: 1px 2px 3px #808080;
}
/* .top_page {
  width: 80%;

} */
.jmsdf_yt_list {
  list-style: none;
  display: flex;
  justify-content: space-evenly;
  flex-flow: row wrap;
}
.video {
  flex: 1 1 40%;
  padding: 20px;
}
.btn a:hover {
  text-decoration: none;
  background-color: #ffffff;
  color: #333333;
}
/* 新着情報のスクロールとか諸々の設定 */
.news {
  overflow-y: scroll;
  padding: 10px 10px 0 10px;
  width: 80%;
  height: 200px;
  background: #cccccc;
  opacity: 0.8;
  text-align: center;
  margin: 0 auto;
}
.infomation {
  width: 80%;
  background-color: #adadad17;
  border: 4mm ridge #a5a5a599;
  margin: 0 auto;
}
#index .infomation h4 {
  font-size: 2.4rem;
  font-style: italic;
  text-align: center;
  line-height: 2;
  color: #4e4e4e;
  margin-bottom: 10px;
  text-shadow: 1px 2px 3px #808080;
  margin: 0 auto;
}
#index .infomation p {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: bold;
  color: #4e4e4e;
  text-align: left;
  text-shadow: none;
  margin: 0 auto;
  padding: 5px;
  width: 90%;
}
#index .infomation p span {
  font-weight: 600;
  color: rgb(255, 0, 0);
  border-bottom: 2px solid #303030;
}
#index .infomation ul {
  font-size: 1.6rem;
  font-weight: 500;
  list-style: none;
  text-align: left;
  margin: 0 auto;
  padding-left: 0 auto;
  width: 90%;
}
#index .infomation ul li {
  font-size: 1.4rem;
  width: 80%;
  text-align: start;
  margin: 0 auto;
}
.topics {
  display: block;
  text-align: left;
  font-weight: 600;
  margin: 0 auto;
}
.news ul {
  padding: 0.5rem;
}
.topics li {
  list-style: none;
  font-size: 1.6rem;
  border-bottom: inherit 1px;
}
.topics li a {
  margin: 0 20px;
  text-decoration: underline;
  color: #333333;
}
.thumnail {
  display: block;
  text-align: center;
  width: 100%;
}
.thumnail img {
  width: 80%;
}
.content_list {
  list-style: none;
  display: flex;
  flex-flow: wrap;
  justify-content: space-around;
  padding-left: 0;
}
.content_list button {
  width: 100%;
  font-size: 1.4rem;
}
.content_list li {
  flex: 1 1 19%;
  padding: 10px;
}
.content_list li a {
  text-align: center;
  padding: 0 auto;
}
.content_list li:empty {
  background-color: rgba(255, 255, 255, 0);
  border-color: rgba(255, 255, 255, 0);
  pointer-events: none;
}
/* TOPページ固有設定終わり */

/* 【about　佐地隊についてのページ】 */
/* 総監の写真の設定 */
.portrate {
  float: right;
  padding: 2%;
  width: 300px;
  text-align: center;
  position: relative;
}
.portrate img {
  width: 100%;
}
.portrate span {
  font-size: 2rem;
  font-weight: 600;
  font-family: "Avenir", "Helvetica Neue", "Helvetica", "Arial", "Hiragino Sans",
    "ヒラギノ角ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo,
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
}
/* 総監挨拶文の幅とか */
/* .message_txt{
  margin: 0px 20px 0px 20px; 
} */
/* 2_pr_event内の挿入写真の設定 */
.img_photo {
  width: 90%;
  display: flex;
  flex-flow: wrap;
  flex: 1 1 30%;
  justify-content: flex-start;
}
.img_photo img {
  width: 20%;
  margin: 1%;
}
.separate {
  display: flex;
}
.sep_l {
  flex: 3;
  width: 600px;
}
.sep_r {
  flex: 1;
  width: 200px;
}
.concert {
  display: flex;
  margin: 0 auto;
}
.event_info {
  display: flex;
  justify-content: space-between;
}
.event_info ul {
  padding: 1% 0;
  display: flex;
  margin: 0 auto;
}
.event_info ul li {
  list-style: none;
  margin: 2%;
  width: 80%;
}
.event_box1 {
  position: relative;
  margin: 2rem 0;
  padding: 1.5rem 1rem;
  background: #ffffff;
  border: solid 3px #d8ae61;
  border-radius: 8px;
}
.event_box1 p {
  margin: 0;
  padding: 0;
}
.event_box2 {
  background: #ffffff; /*背景色の指定*/
  border: #d8ae61 1.5px solid; /*境界線の指定*/
  border-radius: 6px; /*角丸の指定*/
  /* padding: 0.5em 1em; 
  margin: 2em 0; */
  padding: 0.3rem;
  margin: 2% 2% 2% 2% ;
  font-size: 2.0rem;
  width: 140px;
  text-align: center;
}
.box-title {
  position: absolute;
  display: inline-block;
  top: -13px;
  left: 10px;
 /*  padding: 0 9px; */
 /* padding-bottom:10px; */
  margin-bottom: 2%;
  line-height: 3rem;
  font-size: 2.5rem;
  background: #ffffff;
  color: #d8ae61;
  font-weight: bold;
  border-radius: 5px;
}
.flex_calbox {
  display: flex;
  flex-flow: row wrap;
  margin: 0 auto;
  padding: 1%;
}
.flex_calbox li {
  list-style: none;
  text-align: right;
  width: 180px;
  font-size: 2.0rem;
  padding-left: 0.6rem;
}
/* 画面を半分にする設定 */
.separate{ 
  display: flex;
  flex-direction: row wrap;
  justify-content: space-between;
}
.separate .left_box {
  margin: 0 auto;
  width: 50%;
}
.left_box iframe {
  width: 50;
}
.separate .right_box {
  margin: 0 auto;
  width: 50%;
}
span.square_num {
  background-color: #ff9933;
  color: #ffffff;
}
span.square_num {
  background-color: #ff9933;
  color: #ffffff;
}
/* 佐地隊ロゴ紹介 */
.sdlogo {
  width: 200px;
  /* float: right; */
}
.org_hide {
  display: none;
}
/* 佐地隊隊歌等の再生ボタンとか */
#song ul {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.5em;
  margin-left: 0;
  padding-left: 10%;
  padding-top: 0;
  list-style-type: cjk-ideographic;
  -moz-list-style-type: cjk-ideographic;
}
.song {
  line-height: 3;
  margin-left: 0;
}
.song li {
  margin-bottom: 1%;
  list-style-type: cjk-ideographic;
  -moz-list-style-type: cjk-ideographic;
}
.playlist {
  background-color: #ffffff;
  color: #333333;
  font-size: 1.6rem;
  font-weight: 600;
  width: 20%;
  display: inline;
  text-align: center;
  line-height: 2;
  padding: 1%;
  border-radius: 5px;
  border: 3px solid #333333;
}
.playlist:hover {
  text-decoration: none;
  background-color: #333333;
  color: #ffffff;
}
/* #song h3{
  padding: 20px;
  margin: 100px 0 0 0;
  border-top: 1px dotted #cc993a;
  border-left: 3px solid #cc993a;
  color: #333333;
} */
/* 佐地隊沿革のテーブル設定たち */
.history /* table */ {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
}
.history tr {
  width: 100%;
}
.history th {
  width: 10%;
  background-color: #f0f0f0;
  padding: 12px 0;
  border: 1px solid #cccccc;
  text-align: center;
}
.history td {
  font-size: 1.4rem;
  width: 90%;
  line-height: 1.5;
  padding: 12px 0 12px 20px;
  border: 1px solid #cccccc;
}
.history td small {
  display: block;
  font-size: 0.8rem;
}
.era {
  vertical-align: top;
}
.sig{
  text-align: end;
}
/* 【佐地隊についてのページ終わり】 */

/* 【2_pr_event　イベント・PRページ設定たち】 */
/* #pr_event .side_nav ul{
  list-style: none;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.5;
  background-color: #333333;
  color: #ffffff;
} */
/* #event hr {
  border-top: 1px solid #ccc;
  height: 1rem;
  text-align: center;
  overflow: visible;
}
#event hr::after {
  content: "NEWS";
  background: #ffffff;
  color: #ccc;
  display: inline-block;
  height: 1rem;
  line-height: 2em;
  position: relative;
  top: -1em;
  padding: 0 1em;
} */

#festival h5  {
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
  background: #deac4f; /*背景色*/
  padding: 0.5em;/*文字周りの余白*/
  margin: 0 auto;
  color: white;/*文字を白に*/
  border-radius: 0.5em;/*角の丸み*/
}

.concert-txt {
  padding-left: 1%;
  flex: 1;
}
.sub_list {
  list-style: none;
  padding-left: 1rem;
}
.poster {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex: 2;
  flex-flow: wrap;
  padding: 1%;
  /* width: 150px; */
  text-align: left;
  position: relative;
}
.poster-s {
  display: none;
}
.poster a {
  width: 100%;
}
/* .poster a img {
 margin: 0 auto;
} */
#pr_event section {
  width: 100%;
}
/* .poster img {
  height: 100%;
} */
#pr_event .btn {
  display: flex;
  justify-content: start;
  padding-left: 0;
  margin-left: 0;
  text-align: left;
  width: 100%;
}
#pr_event .btn a {
  background-color: #333333;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 600;
  width: 233px;
  display: block;
  text-align: center;
  line-height: 5;
  border-radius: 5px;
  border: 3px solid #ffffff;
  margin-right: 2%;
}
#pr_event .btn a:hover {
  text-decoration: none;
  background-color: #ffffff;
  color: #333333;
  border: 3px solid #333333;
}
#pr_event .btn a:empty {
  background-color: rgba(255, 255, 255, 0);
  border-color: rgba(255, 255, 255, 0);
  pointer-events: none;
}
#pr_event .btn_white {
  display: flex;
  justify-content: start;
  flex-flow: row wrap;
  padding-left: 0;
  margin-left: 0;
  text-align: left;
  width: 100%;
}
#pr_event .btn_white a {
  background-color: #ffffff;
  color: #333333;
  font-size: 1.4rem;
  font-weight: 600;
  width: 233px;
  display: block;
  text-align: center;
  line-height: 5;
  border-radius: 5px;
  border: 3px solid #333333;
  margin: 1% 2% 1% 0%;
}
#pr_event .btn_white a:hover {
  text-decoration: none;
  background-color: #333333;
  color: #ffffff;
  border: 3px solid #ffffff;
}
#pr_event .btn_white a:empty {
  background-color: rgba(255, 255, 255, 0);
  border-color: rgba(255, 255, 255, 0);
  pointer-events: none;
}
.satday {
  color:#3366FF
} 
.sunday {
  color:#FF3333
}  
.event_under {
  border-bottom: dotted 2px #ff9933;
}
.dots {
  /* border: none; */
  border-width: 0 0 5px;
  border-style: dotted;
  border-color: #dbad57;
  margin: 1.6rem 0 2rem;
  /* border-image: 0 0 100% repeat; */
  /* background-color: #ffffff; */
  width: 95%;
}
#pr_event h5{
  position: relative;
  padding: 0 0 0 16px;
  font-size: 1.6rem;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0rem;
  margin-bottom: 0rem;
 }

 /* #pr_event h5::after{
  position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    left: 10px;
    box-sizing: border-box;
    width: 0.8rem;
    height: 0.8rem;
    border: 0.6rem solid transparent;
    border-left: 0.6rem solid #cc993a;
} */

.monitor_box{
  flex: 1 1 47%;
  margin-right: 2%;
  margin-bottom: 10px;
  text-align: start;
} 
#monitor h5{
  margin: 10px 0px;
  text-align: left;
  font-size: 1.5rem;
  border-left: 7px double #cc993a;
  line-height: 2.5rem;
}

/* ちからめしここから */
#recipe {
  width: 100%;
}
#recipe article {
  padding: 0 auto;
}
#recipe_title {
  /* background: white; */
  border: solid 5px #cc993a;
  padding: 20px;
  margin: 50px auto;
  margin-bottom: 20px;
  width: 100%;
}
#recipe_title h2 {
  font-size: 2.4rem;
  color: #cc993a;
  margin: 0 auto;
  display: table-cell;
  margin-bottom: 30px;
  border: none;
  padding-left: 0;
}
#recipe_title h2 span {
  width: 200px;
  background: #cc993a;
  color: #ffffff;
  vertical-align: middle;
  font-size: 2.4rem;
  padding: 2px 5px;
  text-align: center;
  display: inline-block;
  margin-right: 20px;
}
#recipebox {
  display: flex;
  justify-content: space-around;
  margin-top: 10px;
}
#recipebox p {
  text-align: left;
}
.recipe_img {
  flex: 1;
  max-width: 200px;
}
.recipe_intro {
  flex: 3;
  margin: 0 auto;
  padding: 10px;
}
#recipe_l_r {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  margin-bottom: 10px;
}
#recipe_l_r h3 {
  border: none;
  margin: 20px 0 10px 0;
}
.recipe_l {
  flex: 2;
  font-size: 1.2rem;
}
.recipe_l table {
  display: table;
  width: 100%;
  margin-bottom: -1px;
  border: collapse;
  border-spacing: 0;
  border-color: #808080;
}
.recipe_l table tr th {
  width: 50%;
  padding: 5px 5px;
  text-align: left;
  border: solid 1px #ccc;
}
.recipe_l table tr td {
  width: 50%;
  padding: 5px auto;
  text-align: right;
  border: solid 1px #ccc;
}
.recipe_r {
  flex: 3;
}
.recipe_r ul {
  list-style: none;
}
.recipe_r ul span.step_num {
  background: #cc993a;
  color: white;
  font-size: 1.6rem;
  line-height: 2.5rem;
  text-align: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 1.5rem;
  display: inline;
  float: left;
}
/* .recipe_r ul li:before {
  display: table;
  content: "";
} */
.recipe_r ul li {
  clear: both;
  zoom: 1;
  line-height: 1.8em;
  font-size: 1.6rem;
  padding-bottom: 10px;
  padding-left: 2.5rem;
  margin-bottom: 10px;
  border-bottom: dotted 2px #cc993a;
}
.recipe_thumnail {
  margin: 0 auto 10%;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.recipe_thumnail a {
  flex: 0 1 33%;
}
.recipe_thumnail a img {
  width: 100%;
}
.recipe_list {
  list-style-type: none;
  display: flex;
  justify-content: space-around;
  padding-left: 0;
  flex-flow: row wrap;
}
.recipe_list li {
  flex: 0 0 30%;
  width: 29%;
}
.recipe_p {
  width: 100%;
  margin-bottom: 20px;
}
.recipe_p h4 {
  width: 100%;
  background: #cc993a;
  color: #ffffff;
  vertical-align: middle;
  font-size: 1.6rem;
  padding: 2px 5px;
  text-align: center;
  display: inline-block;
  /* margin-right: 20px; */
}
.recipe_p ul {
  list-style: none;
  padding-left: 0;
}
.recipe_p ul span.step_num {
  background: #cc993a;
  color: white;
  font-size: 1.6rem;
  line-height: 2.5rem;
  text-align: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 1.5rem;
  display: block;
  float: left;
}
.recipe_p ul li {
  /* clear: both; */
  zoom: 1;
  line-height: 1.8em;
  font-size: 1.6rem;
  padding-bottom: 10px;
  padding-left: 2.5rem;
  margin-bottom: 10px;
  border-bottom: dotted 2px #cc993a;
}
/* ちからめしここまで */
/* 【イベントのページ設定終り】 */

/* 【3_active　活動情報ページの設定】 */
/* ニュースボックス */
/* ニュースボックス見出しの設定 */
#active h3 {
  width: 100%;
  padding: 1%;
  margin: 50px 0 0.5vh 0;
  border-top: none;
  border-left: 5px solid #555555;
  color: #ffffff;
  background-color: #808080;
}
.news-info {
  position: relative;
  padding-top: 4px;
  margin-bottom: 40px;
}
.news-date {
  background: #cc993a;
  border-radius: 50%;
  color: #ffffff;
  width: 100px;
  height: 100px;
  font-size: 2.4rem;
  text-align: center;
  position: absolute;
  top: 0;
  padding-top: 10px;
}
.news-date span {
  display: block;
  font-size: 1.6rem;
  border-top: 1px rgba(255, 255, 255, 0.5) solid;
  padding-top: 6px;
  width: 60%;
  margin: 0 auto;
}
.news-title {
  font-size: 3rem;
  font-weight: bold;
  margin-left: 120px;
}
/* ニュースボックス見出しの設定おわり */
/* ニュースボックス写真の並び方とかサイズの設定 */
.news-img {
  width: 80%;
  display: flex;
  flex-direction: row;
  flex-flow: row wrap;
  justify-content: start;
  margin: 0;
  padding: 0;
}
.news-img a {
  flex: 1 1 19%;
  margin-right: 10px;
  margin-bottom: 10px;
}
.news-img img {
  width: 100%;
}
.news-img a:empty {
  border: none;
  pointer-events: none;
}
.news-img video {
  flex: 1 1 100%;
  margin-right: 10px;
  margin-bottom: 10px;
}
/* 写真のズームは別途Luminous.cssで設定 */
/* ニュースボックスおわり */
/* 【3_active　活動情報終わり】 */

/*【 4_info　各種情報はじめ】 */
.info-box ul {
  list-style: none;
}
.info-item h3 span {
  color: #ff0000;
  /* background-color: #4e4e4e; */
  padding: 2px;
  margin-left: 5px;
  border-radius: 50%;
}
.info-item ul {
  display: flex;
  justify-content: flex-start;
  width: 80%;
}
.info-item ul li {
  flex: 0 1 40%;
  max-width: 200px;
  margin: 0 auto;
}
#info .btn {
  display: flex;
  justify-content: start;
  padding-left: 0;
  margin-left: 0;
  text-align: left;
  width: 100%;
}
#info .btn a {
  background-color: #333333;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 600;
  width: 233px;
  display: block;
  text-align: center;
  line-height: 5;
  border-radius: 5px;
  border: 3px solid #ffffff;
  margin-right: 2%;
}
#info .btn a:hover {
  text-decoration: none;
  background-color: #ffffff;
  color: #333333;
  border: 3px solid #333333;
}
#info .btn a:empty {
  background-color: rgba(255, 255, 255, 0);
  border-color: rgba(255, 255, 255, 0);
  pointer-events: none;
}
#info .btn_white {
  display: flex;
  justify-content: start;
  flex-flow: row wrap;
  padding-left: 0;
  margin-left: 0;
  text-align: left;
  width: 100%;
}
#info .btn_white a {
  background-color: #ffffff;
  color: #333333;
  font-size: 1.4rem;
  font-weight: 600;
  width: 233px;
  display: block;
  text-align: center;
  line-height: 5;
  border-radius: 5px;
  border: 3px solid #333333;
  margin: 1% 2% 1% 0%;
}
#info .btn_white a:hover {
  text-decoration: none;
  background-color: #333333;
  color: #ffffff;
  border: 3px solid #ffffff;
}
#info .btn_white a:empty {
  background-color: rgba(255, 255, 255, 0);
  border-color: rgba(255, 255, 255, 0);
  pointer-events: none;
}
/* #info .btn .white {
  background-color: #ffffff;
  color: #333333;
  border-radius: 5px;
  border: 3px solid #333333;
}
#info .btn .white a:hover {
  text-decoration: none;
  background-color: #333333;
  color: #ffffff;
} */
/* 【各種情報のページ終り】*/

/* 【セイルタワーページはじめ】 */
#access_l_r {
  display: flex;
}
.access_l {
  flex: 3;
}
.access_r {
  flex: 2;
}
#tower .btn {
  display: flex;
  justify-content: space-evenly;
  padding-left: 0;
  margin-left: 0;
  text-align: left;
  width: 100%;
}
/* #tower p span {
  border-bottom: 2px solid #333333;
} */
.sail_tower table {
  width: 60%;
  height: 40vh;
}
.sail_tower {
  width: 100%;
  display: flex;
  justify-content: start;
}
.tower_l {
  flex-basis: 60%;
  max-width: 90%;
  flex: 1;
  /* margin-right: 10px;
  margin-bottom: 10px; */
}
.tower_r {
  flex-basis: 40%;
  max-width: 40%;
  flex: 1;
}
.sail_tower table {
  margin: 1%;
  border-collapse: separate;
}
.sail_tower td,
th {
  border: 1px solid #acacac;
}
.tower_r img {
  max-width: 100%;
  margin: 0 auto;
  padding: 1% 1% 1% 1%;
}
.tower_view {
  display: block;
}
.tower_img_hide {
  display: none;
}
.sail_under {
  border-bottom: dotted 2px #cc3300;
}
.tower_under {
  border-bottom:dotted;/*下線を点線にする*/
  border-color:#cc3300;
  border: width 2px;
}
/* 【セイルタワー終わり】 */

/* 【family　家族ページはじめ】 */

/* #family section {
  width: 100%;
}
#family .main_content h1 {
  width: 100%;
  padding: 10px;
  margin-bottom: 100px;
  border-bottom: 1px dashed #808080;
  text-align: center;
}
#family .main_content h2 {
  width: 100%;
  padding-left: 10px;
  margin: 100px 0 50px 0;
  border-left: 8px solid #cc993a;
}
#family .main_content h3 {
  width: 100%;
  padding: 10px;
  margin: 100px 0 50px 0;
  border-top: 1px dotted #cc993a;
  border-left: 3px solid #cc993a;
  color: #333333;
}
#family  .main_content h4 {
  width: 100%;
  padding: 10px;
  margin: 50px 0 20px 0;
  border-left: 5px solid #cc993a;
  color: #333333;
  background-color: #e6bb6d;
}  */
.family_pf {
  width: 100%;
  margin: 10px auto;
  list-style: none;
}
.family_pf li {
  width: 100%;
}
.family_pf li img{
  width: 100%;
}
.family_hidden {
  display: none;
}
/* .family-box{
  width: 80%;
} */
.family-box ul {
  list-style: none;
}
.family-item h3 span {
  color: #ff0000;
  /* background-color: #4e4e4e; */
  padding: 2px;
  margin-left: 5px;
  border-radius: 50%;
}
.family-item ul {
  display: flex;
  justify-content: flex-start;
  width: 80%;
}
.family-item ul li {
  flex: 0 1 40%;
  max-width: 200px;
  margin: 0 auto;
}
#family .btn {
  display: flex;
  justify-content: start;
  flex-flow: row wrap;
  padding-left: 0;
  margin-left: 0;
  text-align: left;
  width: 100%;
}
#family .btn a {
  background-color: #333333;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 600;
  width: 233px;
  display: block;
  text-align: center;
  line-height: 5;
  border-radius: 5px;
  border: 3px solid #ffffff;
  margin-right: 2%;
}
#family .btn a:hover {
  text-decoration: none;
  background-color: #ffffff;
  color: #333333;
  border: 3px solid #333333;
}
#family .btn a:empty {
  background-color: rgba(255, 255, 255, 0);
  border-color: rgba(255, 255, 255, 0);
  pointer-events: none;
}
#family .btn_white {
  display: flex;
  justify-content: start;
  padding-left: 0;
  margin-left: 0;
  text-align: left;
  width: 100%;
}
#family .btn_white a {
  background-color: #ffffff;
  color: #333333;
  font-size: 1.4rem;
  font-weight: 600;
  width: 233px;
  display: block;
  text-align: center;
  line-height: 5;
  border-radius: 5px;
  border: 3px solid #333333;
  margin-right: 2%;
}
#family .btn_white a:hover {
  text-decoration: none;
  background-color: #333333;
  color: #ffffff;
  border: 3px solid #ffffff;
}
#family .btn_white a:empty {
  background-color: rgba(255, 255, 255, 0);
  border-color: rgba(255, 255, 255, 0);
  pointer-events: none;
}

.family table{
  width: 700px;
}
#t_family td {
    width: 250px;
    padding: 3px 10px;/*※上下3pxで左右10px*/
    text-align: center;
} 


/* width: 60%;
  height: 40vh; */


/* 【familyおわり】 */

/* 【お問い合わせ・アクセスのページ】*/
.srh_address {
  display: flex;
  justify-content: start;
  width: 100%;
  margin: 5% auto;
}
.address_l {
  flex: 0 0 55%;
  margin-left: 0;
  padding-right: 5%;
}
.addless_r {
  flex: 0 0 auto;
}
/* お問い合わせ・アクセスのページおわり */

/* 【７０周年記念のページ】 */
#ann_70th h5  {
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
  background: #deac4f; /*背景色*/
  padding: 0.5em;/*文字周りの余白*/
  color: white;/*文字を白に*/
  border-radius: 0.5em;/*角の丸み*/
}
.ann_logo {
  width: 80%;
  margin: 0 auto;
}
.ann_logo_s {
  display: none;
}
.ann_logo-txt li {
  padding: 1rem;
}

.ann_under {
  border-bottom: dotted 2px #cc3300;
}
.txt_large{
  font-size: 1.9rem;
}

#ann_logo .hidden_box label {
  width: 100%;
  text-align: center;
}

.ann_logo-txt li span {
  font-weight: 600;
  color: red;
}
/* #ann_70th .btn {
  display: flex;
  justify-content: center;
  text-align: center;
  width: 100%;
} */
#ann_70th .btn a {
  background-color: #333333;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 600;
  width: 233px;
  display: block;
  text-align: center;
  line-height: 5;
  border-radius: 5px;
  border: 3px solid #ffffff;
  margin-right: 2%;
}
#ann_70th .btn a:hover {
  text-decoration: none;
  background-color: #ffffff;
  color: #333333;
  border: 3px solid #333333;
}
#ann_70th .btn a:empty {
  background-color: rgba(255, 255, 255, 0);
  border-color: rgba(255, 255, 255, 0);
  pointer-events: none;
}
#ann_70th .btn_white {
  display: flex;
  justify-content: start;
  flex-flow: row wrap;
  padding-left: 0;
  margin-left: 0;
  text-align: left;
  width: 100%;
}
#ann_70th .btn_white a {
  background-color: #ffffff;
  color: #333333;
  font-size: 1.4rem;
  font-weight: 600;
  width: 233px;
  display: block;
  text-align: center;
  line-height: 5;
  border-radius: 5px;
  border: 3px solid #333333;
  margin: 1% 2% 1% 0%;
}
#ann_70th .btn_white a:hover {
  text-decoration: none;
  background-color: #333333;
  color: #ffffff;
  border: 3px solid #ffffff;
}
#ann_70th .btn_white a:empty {
  background-color: rgba(255, 255, 255, 0);
  border-color: rgba(255, 255, 255, 0);
  pointer-events: none;
}
/* 70周年ページ終り */

/* 【リンク集ページはじめ】 */
.linklist {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
}
.arrow {
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  color: #cc993a;
  vertical-align: middle;
  text-decoration: none;
  font-size: 2rem;
}
.black {
  color: #413f3c;
  font-size: 2rem;
  list-style: none;
}
.black_big {
  color: #413f3c;
  font-size: 2.2rem;
  list-style: none;
}
.black_small {
  color: #413f3c;
  font-size: 1.7rem;
  list-style: none;
}
.red {
  color: red;
}
.arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  /* left: 10px; */
  box-sizing: border-box;
  width: 0.8rem;
  height: 0.8rem;
  border: 0.6rem solid transparent;
  border-left: 0.6rem solid #cc993a;
}
.linklist li {
  list-style: none;
  flex-basis: 31%;
  max-width: 31%;
  margin: 0 20px 15px 0;
}
.linklist li:empty {
  background-color: rgba(255, 255, 255, 0);
  border-color: rgba(255, 255, 255, 0);
  pointer-events: none;
}
/* 【リンク集ページ終わり】 */

/* 【利用規約のページはじめ】 */
#notice section {
  width: 100%;
}
#notice .content {
  margin-top: 100px;
  padding: 10px 0 30px 0;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
}
#notice .content h1 {
  width: 100%;
  padding: 20px;
  margin-bottom: 100px;
  border-top: 5px solid #cc993a;
  border-bottom: 1px dashed #808080;
  text-align: center;
}
#notice .content h2 {
  width: 100%;
  padding-left: 10px;
  margin: 100px 0 50px 0;
  border-left: 8px solid #cc993a;
}
#notice .content h3 {
  width: 100%;
  padding: 10px;
  margin: 100px 0 50px 0;
  border-top: 1px dotted #cc993a;
  border-left: 3px solid #cc993a;
  color: #333333;
}
#notice .content h4 {
  width: 100%;
  padding: 10px;
  margin: 50px 0 20px 0;
  border-left: 5px solid #cc993a;
  color: #333333;
  background-color: #e6bb6d;
}
.notice_list {
  list-style: none;
  margin-left: 0;
}
.notice_list li {
  list-style: none;
  margin: 10px 0 10px 0;
  list-style-type: katakana;
}
.list_box {
  border: 1px dotted #808080;
  margin-top: 1%;
  padding: 3%;
  font-size: 1.6rem;
  font-weight: 600;
}
.list_box li {
  color: #ff0000;
  list-style: disc;
  margin-left: 5px;
}
.list_box .link_list {
  list-style: none;
  margin-left: 0;
}
.notice_list a {
  color: #808080;
  border-bottom: 1px solid #808080;
}
/* 【利用規約終わり】 */

/* 【ＳＮＳ運用方針】 */
#snsop section {
  width: 100%;
}
#snsop .content {
  margin-top: 100px;
  padding: 10px 0 30px 0;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
}
#snsop .content h1 {
  width: 100%;
  padding: 20px;
  margin-bottom: 100px;
  border-top: 5px solid #cc993a;
  border-bottom: 1px dashed #808080;
  text-align: center;
}
#snsop .content h2 {
  width: 100%;
  padding-left: 10px;
  margin: 100px 0 50px 0;
  border-left: 8px solid #cc993a;
}
#snsop .content h3 {
  width: 100%;
  padding: 10px;
  margin: 100px 0 50px 0;
  border-top: 1px dotted #cc993a;
  border-left: 3px solid #cc993a;
  color: #333333;
}
#snsop .content h4 {
  width: 100%;
  padding: 10px;
  margin: 50px 0 50px 0;
  border-left: 5px solid #cc993a;
  color: #333333;
  background-color: #e6bb6d;
}
.acount_list li {
  list-style-type: none;
}
.sns_list {
  list-style: none;
  margin-left: 0;
}
.sns_list ul {
  margin-left: 0;
}
.sns_list li {
  list-style: none;
  margin: 10px 0 10px 0;
  list-style-type: decimal;
}
.sns_notice li {
  list-style-type: circle;
}
.sns_list a {
  display: inline-block;
  color: #808080;
  border-bottom: 1px solid #808080;
}
/*【ＳＮＳ運用方針終わり】 */

/* 【プライバシーポリシー】 */
#policy section {
  width: 100%;
}
#policy .content {
  margin-top: 100px;
  padding: 10px 0 30px 0;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
}
#policy .content h1 {
  width: 100%;
  padding: 20px;
  margin-bottom: 100px;
  border-top: 5px solid #cc993a;
  border-bottom: 1px dashed #808080;
  text-align: center;
}
#policy .content h2 {
  width: 100%;
  padding-left: 10px;
  margin: 100px 0 50px 0;
  border-left: 8px solid #cc993a;
}
#policy .content h3 {
  width: 100%;
  padding: 10px;
  margin: 100px 0 50px 0;
  border-top: 1px dotted #cc993a;
  border-left: 3px solid #cc993a;
  color: #333333;
}
#policy .content h4 {
  width: 100%;
  padding: 10px;
  margin: 50px 0 50px 0;
  border-left: 5px solid #cc993a;
  color: #333333;
  background-color: #e6bb6d;
}
.policy_list {
  list-style: none;
  margin-left: 0;
}
.policy_list ul {
  margin-left: 0;
}
.policy_list li {
  list-style: none;
  margin: 10px 0 10px 50px;
  list-style-type: disc;
}
.policy_list_list li {
  list-style-type: circle;
}
.policy_list a {
  color: #808080;
  border-bottom: 1px solid #808080;
}
/* 【プライバシーポリシーおわり】 */

/* 【アスベストページはじめ】 */
#asbestos section {
  width: 100%;
}
#asbestos .content {
  margin-top: 100px;
  padding: 10px 0 30px 0;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
}
#asbestos .content h1 {
  width: 100%;
  padding: 20px;
  margin-bottom: 100px;
  border-top: 5px solid #cc993a;
  border-bottom: 1px dashed #808080;
  text-align: center;
}
#asbestos .content h2 {
  width: 100%;
  padding-left: 10px;
  margin: 100px 0 50px 0;
  border-left: 8px solid #cc993a;
}
#asbestos .content h3 {
  width: 100%;
  padding: 10px;
  margin: 100px 0 50px 0;
  border-top: 1px dotted #cc993a;
  border-left: 3px solid #cc993a;
  color: #333333;
}
#asbestos .content h4 {
  width: 100%;
  padding: 10px;
  margin: 50px 0 50px 0;
  border-left: 5px solid #cc993a;
  color: #333333;
  background-color: #e6bb6d;
}
.as_list {
  list-style: none;
  margin-left: 0;
}
.as_list ul {
  margin-left: 0;
}
.as_list li {
  list-style: none;
  margin: 10px 0 10px 50px;
  list-style-type: disc;
}
.as_list_list li {
  list-style-type: circle;
}
.as_list a {
  color: #808080;
  border-bottom: 1px solid #808080;
}
/* プライバシーポリシーおわり */

/* やや特殊な設定たち */
/* topへもどるボタン */
#page_top {
  position: fixed;
  bottom: 5%;
  right: 10%;
}
#page_top a {
  background-color: rgba(90, 90, 90, 0.7);
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 20px 20px;
}
#page_top a:hover {
  background-color: rgba(90, 90, 90, 0.7);
  text-decoration: none;
}
/* TOPへ戻るボタン終わり */
/* 隠しボックスの設定 */
.hidden_box {
  margin: 2em 0; /*前後の余白*/
  padding: 0;
}
/*隠しボックス展開ボタン装飾*/
.hidden_box label {
  text-align: center;
  padding: 15px;
  font-weight: bold;
  border: solid 2px black;
  cursor: pointer;
}

/*ボタンホバー時*/
.hidden_box label:hover {
  background: #efefef;
}

/*チェックは見えなくする*/
.hidden_box input {
  display: none;
}

/*中身を非表示にしておく*/
.hidden_box .hidden_show {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.8s;
}

/*クリックで中身表示*/
.hidden_box input:checked ~ .hidden_show {
  padding: 10px 0;
  height: auto;
  opacity: 1;
}
/*-- 🍔 --*/
.open_close {
  display: none;
}
input[type="checkbox"] {
  position: absolute;
  left: -50vw;
}


/* レスポンシブ　『スマホサイズ』 */
@media screen and (max-width: 600px) {
  html {
    font-size: calc(100vw / 32);
  }
  body {
    font-size: 1rem;
    width: 100vw;
    line-height: 2;
  }
  /*-- 🍔 --*/
  .open_close {
    display: block;
    top: 50px;
    left: 50px;
    width: 2vw;
    height: 2vh;
    z-index: 9999;
  }
  .open_close {
    position: fixed;
    top: 1%;
    left: 1%;
    display: flex;
    height: 50px;
    width: 50px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: #333333;
  }
  .open_close span,
  .open_close span:before,
  .open_close span:after {
    content: "";
    display: block;
    height: 5px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
  }

  .open_close span:before {
    bottom: 10px;
  }
  .open_close span:after {
    top: 10px;
  }
  header {
    width: 100vw;
    height: 10vh;
    display: flex;
    flex-direction: column;
    position: fixed;
    margin: 0 auto;
    margin-bottom: 0;
    padding: 0;
    background-color: #333333;
    border-bottom: 1% solid #d8ae61;
    justify-content: center;
    z-index: 90;
    left: 0;
    top: 0;
  }
  .logo {
    width: 80%;
    position: relative;
    margin: 0 auto;
    text-align: center;
    /* z-index: 999; */
  }
  .logo img {
    width: 60%;
    position: fixed;
    top: 2.5vh;
    left: calc(50% - 30%);
    margin: 0 auto;
  }
  .appear {
    display: none;
  }
  .hide {
    display: block;
  }
  nav {
    position: absolute;
    width: 60vw;
    height: 100vh;
    top: 0;
    left: -100vw;
    margin-bottom: 0;
  }
  .gloval-nav {
    font-size: 0.6rem;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    margin-top: 10vh;
  }
  .gloval-nav li {
    box-sizing: border-box;
    text-align: left;
    width: 40vw;
    min-width: 200px;
    letter-spacing: 0.5%;
    list-style: none;
    line-height: 2;
    /* flex: 0 1 100%; */
    /* text-transform: uppercase; */
  }
  .gloval-nav li a {
    margin-left: 5vw;
    text-align: left;
  }
  .gloval-nav li a rt {
    display: none;
  }
  .gloval-nav li a ruby rb {
    text-align: left;
  }
  .sns_hide {
    display: block;
  }
  .sns_hide a {
    text-align: center;
  }
  .sns_hide img {
    width: 40%;
  }
  .sns_hide span {
    display: block;
  }
  .sns {
    display: none;
  }
  main {
    position: relative;
    width: 100%;
    margin: 0 auto 0;
  }
  section {
    width: 98%;
    padding: 2%;
    margin: 0 auto;
  }
  article {
    width: 97%;
    padding: 3vh auto;
    margin: 2vh auto;
  }
  #about article {
    padding-top: 5vh;
  }
  .anchor {
    display: block;
    padding-top: 5vh;
    margin-top: 0;
  }
  /* a.anchor{
    display: block;
    padding-top: 5vh;
    margin: -5vh auto;
  } */
  .two_column {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 1vh;
  }
  .side_nav {
    width: 100vw;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 0;
    /* padding-bottom: 1%; */
    padding: 0;
  }
  .side_nav ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    margin: 0 0 0 0;
    padding: 0;
  }
  .side_nav li {
    flex: 1 1 50%;
    width: 50vw;
    font-size: 1rem;
    line-height: 5;
    margin: 0 auto;
    padding-left: 0;
    border-left: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
  }
  .side_nav li + li {
    /* border-left: 0; */
    border-right: 2px solid #ffffff;
  }
  .side_nav li :empty {
    background-color: #ffffff;
  }

  .nav_title {
    display: block;
    width: 100vw;
    font-size: 1.5rem;
    line-height: 2;
    margin: 0px auto;
    padding: 0;
    background-color: #ffffff;
    color: #5e5e5e;
  }
  /* .side_nav a{
   color: #ffffff;
  }
  .side_nav a :empty{
    display: none;
   } */
  .side_nav a:hover {
    color: #adadad;
    text-decoration: none;
  }
  .side_fixed a li span {
    font-size: 0.5rem;
  }
  .main_content {
    font-size: 1rem;
    width: 100vw;
    margin: 0 auto;
    margin-bottom: 1%;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
  .main_content section {
    width: 100%;
  }
  .main_content article {
    width: 90%;
    padding: 3%;
  }

  .main_content h1 {
    font-size: 1.8rem;
    width: 95%;
    padding: 1%;
    margin: 1vh auto;
    /* margin-bottom: 100px; */
    /* border-top: 5px solid #cc993a; */
    border-bottom: 1% dashed #808080;
    text-align: center;
  }
  .page_title p {
    text-align: center;
  }
  .main_content h2 {
    font-size: 1.6rem;
    width: 100%;
    padding-left: 1%;
    margin: 0 auto;
    border-left: 8px solid #cc993a;
  }
  .main_content h3 {
    font-size: 1.4rem;
    width: 100%;
    padding: 10px;
    margin: 2vh auto;
    border-top: 1px dotted #cc993a;
    border-left: 3px solid #cc993a;
    color: #333333;
  }
  .main-content article p {
    font-size: 0.8rem;
    letter-spacing: 0.05em;
    line-height: 2;
    margin-bottom: 5%;
  }
  .flex_row{
    display: flex;
    width: 100%;
    text-align: center;
    flex-direction: column;
  }
  .history table {
    font-size: 0.8rem;
  }
  .history tr {
    width: 100%;
  }
  .history th {
    width: 10%;
    background-color: #f0f0f0;
    padding: 12px 0;
    border: 1px solid #cccccc;
    text-align: center;
  }
  .history td {
    font-size: 1rem;
    width: 90%;
    line-height: 1.5;
    padding: 12px 0 12px 20px;
    border: 1px solid #cccccc;
  }
  .history td small {
    display: block;
    font-size: 0.5rem;
  }
  .era {
    vertical-align: top;
  }
  input[type="checkbox"]:checked ~ nav {
    left: 0;
    top: 0;
    width: 60vw;
    height: 100vh;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.8);
    transition: 0.2s;
  }
  input[type="checkbox"]:checked ~ main {
    pointer-events: none;
    overflow: hidden;
    transition: 0.2s;
  }
  input[type="checkbox"]:checked ~ .open_close span {
    background-color: rgba(255, 255, 255, 0);
    transition: 0.2s;
  }
  input[type="checkbox"]:checked ~ .open_close span::before {
    bottom: 0;
    transform: rotate(45deg);
    transition: 0.2s;
  }
  input[type="checkbox"]:checked ~ .open_close span::after {
    top: 0;
    transform: rotate(-45deg);
    transition: 0.2s;
  }
  input[type="checkbox"]:checked ~ .back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 1000vh;
    background-color: rgba(0, 0, 0, 0.8) !important;
  }
  /* ボタンアイテム */
  button,
  .btn,
  a.btn,
  button.btn {
    font-size: 0.5rem;
    font-weight: 500;
    line-height: 2;
    position: relative;
    display: inline-block;
    padding: 1%;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    /* color: #212529; */
    border-radius: 0.5rem;
  }

  .btn a:hover {
    text-decoration: none;
    background-color: #ffffff;
    color: #333333;
  }

  /* buttonの色とかの各種設定 */
  .gray {
    color: #ffffff;
    font-size: 1rem;
    padding: 2%;
    background-color: #616161;
    border-bottom: none /* 5px solid #1d1d1d */;
  }
  #tower .gray {
    color: #ffffff;
    font-size: 1rem;
    padding: 5%;
    background-color: #616161;
    border-bottom: none /* 5px solid #1d1d1d */;
  }
  .gray a {
    color: #ffffff;
    text-decoration: none;
  }
  .gray:hover {
    margin-top: 3px;
    color: #ffffff;
    background: #333333;
    border-bottom: 2px solid #525252;
  }
  .white {
    font-weight: 600;
    color: #777777;
    background-color: #ffffff;
    border-bottom: 5px solid #777777;
  }
  .white a {
    color: #777777;
    text-decoration: none;
  }
  .white:hover {
    margin-top: 3px;
    color: #ffffff;
    background: #4b4b4b;
    border-bottom: 2px solid #777777;
  }
  .shadow {
    -webkit-box-shadow: none /* 0 3px 5px rgba(0, 0, 0, .3) */;
    box-shadow: none /* 0 3px 5px rgba(0, 0, 0, .3) */;
  }
  .raised {
    /* color: #a0a0a0; */
    text-shadow: none
      /* -1px -1px 1px rgba(255, 255, 255, .44), 2px 2px 2px #333333 */;
  }
  .arrow {
    position: relative;
    display: inline-block;
    /* padding: 0 0 0 16px; */
    color: #cc993a;
    vertical-align: middle;
    text-decoration: none;
    font-size: 0.8rem;
    margin: 0 auto;
    /* margin-bottom: 5%; */
  }
  .arrow::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    /* left: 10px; */
    box-sizing: border-box;
    width: 0.8rem;
    height: 0.8rem;
    border: 0.6rem solid transparent;
    border-left: 0.6rem solid #cc993a;
  }
  .black {
    color: #413f3c;
    font-size: 0.8rem;
    list-style: none;
  }

  .black_big {
    color: #413f3c;
    font-size: 1rem;
    list-style: none;
  }
  /* 各ページキービジュアルの設定 */
  .keyvisual {
    width: 100vw;
    font-size: 0;
    margin-top: 10vh;
  }
  .keyvisual_photo img {
    width: 100vw;
    padding: 0 0 0 0;
  }
  .keyvisual_title h1 {
    position: absolute;
    width: 100%;
    top: 10vh;
    color: #ffffff;
    font-size: 10vw;
    text-align: center;
    font-style: italic;
    text-shadow: 1px 2px 3px #808080;
  }
  .keyvisual_title h1 span {
    display: block;
    font-size: 2rem;
    margin: 0 auto;
  }
  .keyvisual_btn {
    display: none;
  }
  #wrap {
    width: 100vw;
    padding-bottom: 0;
    /* border-top: 5px solid #d8ae61; */
  }
  .content {
    width: 100%;
    margin: 0 auto;
  }
  .content p {
    padding: 5%;
  }
  .content img {
    width: 100%;
    margin: 0 0 0 0;
  }
  #index h3 {
    font-size: 2rem;
    font-style: italic;
    text-align: center;
    line-height: 2;
    color: #eeeeee;
    margin-bottom: 0;
    text-shadow: 1px 2px 3px #4e4e4e;
    width: 100%;
    padding: 1%;
    margin: 1% 0 1% 0;
    background-color: #e6bb6d;
  }
  #index h4 {
    font-size: 1.5rem;
    font-style: italic;
    text-align: center;
    line-height: 2;
    color: #4e4e4e;
    margin: 1%;
    text-shadow: 1px 2px 3px #808080;
  }
  .news {
    overflow-y: scroll;
    padding: 0.5%;
    width: 95%;
    height: 35vw;
    background: #cccccc;
    opacity: 0.8;
    text-align: center;
    margin: 0 auto;
  }
  .infomation {
    width: 90%;
    background-color: #adadad17;
    border: 2mm ridge #a5a5a599;
    margin: 0 auto;
  }
  #index .infomation h4 {
    font-size: 0.9rem;
    font-style: italic;
    text-align: center;
    line-height: 2;
    color: #4e4e4e;
    margin-bottom: 10px;
    text-shadow: 1px 2px 3px #808080;
    margin: 0 auto;
  }
  #index .infomation p {
    margin: 0 auto;
    font-size: 0.8rem;
    font-weight: 600;
    padding: 3px;
    text-align: center;
  }
  #index .infomation p span {
    display: inline-block;
    font-size: 0.8rem;
    font-weight: 600;
    color: rgb(255, 0, 0);
    border-bottom: 1px solid #303030;
  }
  #index .infomation ul {
    font-size: 0.8rem;
    font-weight: 500;
    list-style: none;
    text-align: left;
    margin: 0 auto;
    padding: 3px;
    width: 100%;
  }
  #index .infomation ul li {
    font-size: 0.8rem;
    width: 95%;
  }

  .topics {
    display: block;
    text-align: left;
    font-weight: 600;
    margin: 0 auto;
  }
  .news ul {
    padding: 1%;
  }
  .topics li {
    list-style: none;
    font-size: 0.6rem;
    border-bottom: inherit 1px;
  }
  .topics li a {
    margin: 0 10px;
    text-decoration: underline;
    color: #333333;
  }
  #index p {
    width: 95%;
    font-size: 1.1rem;
    font-style: italic;
    font-weight: 600;
    color: #4e4e4e;
    text-align: left;
    text-shadow: 1px 2px 3px #808080;
    margin: 0 auto;
    padding: 3px;
  }
  .content_list {
    list-style: none;
    display: flex;
    flex-direction: column;
    /* justify-content: space-around; */
    padding-left: 0;
    margin: 0 auto;
  }
  .content_list button {
    font-size: 1rem;
    width: 100%;
  }
  .content_list li {
    width: 100vw;
    text-align: center;
    padding: 1%;
    /* margin: 0 auto; */
  }
  .content_list li a {
    text-align: center;
    padding: 0 auto;
  }
  .jmsdf_yt_list {
    list-style: none;
    display: flex;
    flex-direction: column;
    /* justify-content: space-around; */
    padding-left: 0;
  }
  .jmsdf_yt_list iframe {
    width: 90vw;
    height: 30vh;
  }
  .content_list iframe {
    width: 80vw;
    height: 30vh;
  }
  li.video video{
    width: 90vw;
  }
  .video {
    flex: 1 1 40%;
    padding: 12px;
    margin: 2% auto;
  }
  /* footer部分の設定 */
  footer {
    text-align: center;
    background-color: #333333;
    color: #eeeeee;
    font-size: 0.5rem;
    font-weight: 500;
    line-height: 2;
    padding: 1%;
    border-top: 1vh solid #d8ae61;
    position: relative;
  }
  #sitemap {
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: flex-start;
    margin: 0 auto;
    text-align: left;
  }
  #sitemap .main-menu {
    display: none;
  }
  #sitemap .link {
    width: 45vw;
  }
  #sitemap .other {
    width: 45vw;
  }
  #sitemap ul {
    list-style: none;
    font-size: 0.8rem;
  }
  #sitemap li a {
    color: #eeeeee;
  }
  footer small {
    font-size: 0.5rem;
    text-align: center;
    margin: 0 auto;
  }
  /* #index footer {
  width: 960px;
  margin: 0 auto;
 } */
  /* footer部分の設定終わり */
  /* 隠しボックスの設定 */
  .hidden_box {
    margin: 2rem 0; /*前後の余白*/
    padding: 0;
  }
  /*隠しボックス展開ボタン装飾*/
  .hidden_box label {
    display: block;
    margin-top: 2rem;
    padding: 1rem;
    font-weight: bold;
    border: solid 2px black;
    cursor: pointer;
  }
  /*ボタンホバー時*/
  .hidden_box label:hover {
    background: #efefef;
  }
  /*チェックは見えなくする*/
  .hidden_box input {
    display: none;
  }
  /*中身を非表示にしておく*/
  .hidden_box .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
  }
  /*クリックで中身表示*/
  .hidden_box input:checked ~ .hidden_show {
    padding: 10px 0;
    height: auto;
    opacity: 1;
  }
  .portrate {
    width: 100%;
    float: none;
    margin: 0 auto;
    padding: 1%;
  }
  .portrate img {
    width: 50vw;
  }
  .portrate span {
    display: block;
  }
  .history /* table */ {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 5%;
  }
  .history tr {
    width: 100%;
  }
  .history th {
    width: 15%;
    background-color: #f0f0f0;
    padding: 1%;
    border: 1px solid #cccccc;
    text-align: center;
  }
  .history td {
    font-size: 0.5rem;
    width: 90%;
    padding: 1%;
    border: 1px solid #cccccc;
  }
  .org_hide {
    display: block;
    width: 100%;
  }
  .org_hide img {
    width: 100%;
  }
  .org_pc {
    display: none;
  }
  #sdlogo img {
    width: 80%;
    margin: 0 auto;
  }
  #song ul {
    margin: 1vh auto;
    padding-top: 0;
    padding-left: 5%;
  }
  .song {
    list-style-type: cjk-ideographic;
    -moz-list-style-type: cjk-ideographic;
    line-height: 2.5;
    margin-top: 2%;
    margin-left: 0;
  }
  .song li {
    font-size: 1rem;
    letter-spacing: 0.05em;
    margin-bottom: 3%;
    padding: 0;
  }
  .playlist {
    background-color: #ffffff;
    color: #333333;
    font-size: 0.5rem;
    font-weight: 500;
    width: 50%;
    display: block;
    text-align: center;
    line-height: 1.5;
    margin-top: auto;
    padding: 1%;
    border-radius: 2%;
    border: 1px solid #333333;
  }
  .playlist:hover {
    text-decoration: none;
    background-color: #333333;
    color: #ffffff;
  }
  #festival h5  {
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
    background: #deac4f; /*背景色*/
    padding: 0.2em;/*文字周りの余白*/
    margin: 0 auto;
    color: white;/*文字を白に*/
    border-radius: 0.5em;/*角の丸み*/
  }
  #concert ul {
    padding-left: 0;
  }
  .img_photo {
    width: 90%;
    display: flex;
    flex-flow: wrap;
    flex: 1 1 auto;
    justify-content: flex-start;
  }
  .img_photo img {
    width: 30%;
    margin: 0 auto;
  }
  .concert {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
  .concert-txt {
    flex: 5;
  }
  .concert-txt ul li{
    margin: 0 auto;
  }
  .event_info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 1% auto;
  }
  .event_info iframe {
    width: 100%;
  }
  .poster {
    display: none;
    margin: 0 auto;
  }
  .poster-s {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-flow: wrap;
    margin: 0 auto;
  }
  .poster-s img {
    margin: 1% auto;
    width: 80%;
  }
  /* .poster a {
    flex: 0 1 auto;
    justify-content: space-around;
  } */
  .poster img {
    width: 100%;
  }
  .dots {
    /* border: none; */
    border-width: 0 0 3px;
    border-style: dotted;
    border-color: #ff9933;
    margin: 0.8rem 0 1rem;
    /* border-image: 0 0 100% repeat; */
    /* background-color: #ffffff; */
    width: 95%;
  }
  .moniter {
    background: #cc993a;
    color: #ffffff;
    font-size: 1.5rem;
    text-align: center;
  }
  .box-title {
    font-size: 1.7rem;
  }
  .event_box2 {
   /*  padding: 0.5em 1em; 
    margin: 2em 0; */
    padding: 0.5rem;
    margin: 2% 2% 2% 5%;
    font-size: 1.0rem;
    width: 100px;
  }
  .flex_calbox {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
  }
  .flex_calbox li {
    list-style: none;
    text-align: right;
    width: 100px;
    font-size: 1.5rem; 
   /*  padding-left: 0.6rem; */
    padding: 0.6rem;
    margin: 0.5rem;
  }
  .separate{ 
  display: flex;
  flex-direction: column;
  justify-content: center;
  }
 
.separate .left_box {
  margin: 0 auto;
  width: 100%;
}
.left_box iframe {
  margin: 0 auto;
  width: 100%;
}
.separate .right_box {
  margin: 0 auto;
  width: 100%;
}
/* .moniter {
  background: #cc993a;
  color: #ffffff;
  font-size: 2rem;
  text-align: center;
} */

#monitor h5{
  font-size: 1rem;
  line-height: 1.2rem;
  /* margin: 10px 0px;
  text-align: left;
  border-left: 7px double #cc993a; */
  
}
.monitor_box {
  flex: 1 1 47%;
  margin-right: 2%;
  margin-bottom: 0.2rem;
}
.monitor_box p {
  font-size: 0.8rem;
  line-height: 1rem;
}
.monitor_box img{
  width: 100%;
  margin: 0 auto;
}

  /* 注意事項の文字を大きくする */
  .txt_large{
    font-size: 1.2rem;
}
.black_small{
color: #413f3c;
font-size: 0.8rem;
list-style: none;  
}
  /* ちからめしここから */
  #recipe {
    width: 100%;
  }
  #recipe .small {
    display: block;
  }
  #recipe_title {
    /* background: white; */
    border: solid 2px #cc993a;
    padding: 1%;
    margin: 0 auto;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
  }
  #recipe_title h2 {
    font-size: 2rem;
    width: 100vw;
    color: #cc993a;
    margin: 0 auto;
    /* display: table-cell; */
    margin-bottom: 30px;
    /* border: none; */
    /* padding-left: 0; */
    text-align: center;
  }
  #recipe_title h2 span {
    width: 100%;
    background: #cc993a;
    color: #ffffff;
    font-size: 1.6rem;
    padding: 2%;
    text-align: center;
    display: block;
    margin-right: 0;
    margin: 0 auto;
  }
  #recipebox {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin-top: 10px;
  }
  .recipe_img {
    flex: 1 1 5%;
    max-width: 100%;
  }
  .recipe_intro {
    flex: 3;
    font-size: 1rem;
    margin: 0 auto;
    padding: 10px;
  }
  #recipe_l_r {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    font-size: 1rem;
    margin-bottom: 2%;
    width: 100%;
  }
  #recipe_l_r h3 {
    border: none;
    margin: 2% auto;
  }
  .recipe_l {
    flex: 2;
    font-size: 0.8rem;
  }
  .recipe_l table {
    display: table;
    width: 100%;
    margin-bottom: -1px;
    border: collapse;
    border-spacing: 0;
    border-color: #808080;
  }
  .recipe_l table tr th {
    width: 50%;
    padding: 1%;
    text-align: left;
    border: solid 1px #ccc;
  }

  .recipe_l table tr td {
    width: 50%;
    padding: 1%;
    text-align: right;
    border: solid 1px #ccc;
  }
  .recipe_r {
    flex: 3;
  }
  .recipe_r ul {
    list-style: none;
  }
  .recipe_r ul span.step_num {
    background: #cc993a;
    color: white;
    font-size: 1rem;
    line-height: 2;
    text-align: center;
    width: 2rem;
    height: 2rem;
    margin-right: 1.5rem;
    display: inline;
    float: left;
  }
  .recipe_r ul {
    margin-left: 0;
    padding-left: 0;
  }
  .recipe_r ul li {
    clear: both;
    zoom: 1;
    line-height: 2;
    font-size: 1rem;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: dotted 2px #cc993a;
  }
  #recipe article {
    margin-top: 2vh;
    padding-top: 10vh;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .recipe_list {
    margin: 2vh auto;
    justify-content: space-evenly;
    flex-flow: row wrap;
  }
  .recipe_list li {
    flex: 0 0 50%;
    width: 50%;
  }

  .recipe_p {
    width: 100%;
    margin-bottom: 20px;
  }
  .recipe_p h4 {
    width: 100%;
    background: #cc993a;
    color: #ffffff;
    vertical-align: middle;
    font-size: 1.6rem;
    padding: 2px 5px;
    text-align: center;
    display: inline-block;
    /* margin-right: 20px; */
  }
  .recipe_p ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
  }
  .recipe_p ul span.step_num {
    /* background: #cc993a;
  color: white;
  font-size: 1.6rem;
  line-height: 2.5rem;
  text-align: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 1.5rem;
  display: block;
  float: left; */

    background: #cc993a;
    color: #ffffff;
    font-size: 1rem;
    line-height: 2;
    text-align: center;
    width: 2rem;
    height: 2rem;
    margin-right: 1.5rem;
    display: inline;
    float: left;
  }
  .recipe_p ul li {
    clear: both;
    zoom: 1;
    line-height: 2;
    font-size: 1rem;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: dotted 2px #cc993a;
  }
  /* ちからめしここまで */
  /* ニュースボックス */
  /* ニュースボックス見出しの設定 */
  .newsbox {
    width: 100%;
    margin: 0 auto;
  }
  .news-info {
    position: relative;
    padding-top: 1%;
    margin-bottom: 5%;
  }
  .news-date {
    background: #cc993a;
    border-radius: 5%;
    color: #ffffff;
    width: 5rem;
    height: 1.8rem;
    font-size: 1rem;
    text-align: center;
    position: absolute;
    top: 0;
    padding: 0.2rem;
    margin: 0 0 0 0;
  }
  .news-date span {
    display: none;
    /* font-size: 0.5rem;
 border-top: 1px rgba(255, 255, 255, .5) solid;
 padding-top: 6px;
 width: 80%;
 margin: 0 auto; */
  }
  .news-title {
    display: inline-block;
    height: 1.8rem;
    font-size: 0.9rem;
    font-weight: 600;
    position: absolute;
    top: 0;
    margin: 0 0 0 5.5rem;
    padding: 0.2rem;
    border-bottom: 1px solid #808080;
  }
  .news-info p {
    margin-top: 15%;
  }
  /* ニュースボックス見出しの設定おわり */
  /* ニュースボックス写真の並び方とかサイズの設定 */
  .news-img {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-flow: row wrap;
    justify-content: start;
    margin: 0;
    padding: 0;
  }
  .news-img a {
    flex: 1 1 48%;
    margin: 1%;
  }
  .news-img img {
    width: 100%;
  }
  .news-img a:empty {
    border: none;
    pointer-events: none;
  }
  .news-img video {
    flex: 1 1 80%;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  /* 写真のズームは別途Luminous.cssで設定 */
  /* 【ニュースボックスおわり】 */

  /*【 4_info */】
  .info-box {
    /* margin-left: 0; */
    width: 100%;
  }
  .info-box h3 {
    width: 100%;
  }
  .info-box ul {
    list-style: none;
    padding-left: 0;
  }
  .info-box img {
    width: 100%;
  }
  .info_item h3 {
    margin: 0 auto;
  }
  .info_item_form {
    display: flex;
  }
  .info_item_form a {
    flex: 0 0 auto;
    margin-left: 10px;
  }
  #info .btn {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding-left: 0;
    margin-left: 0;
    text-align: left;
    width: 100%;
  }
  #info .btn a {
    background-color: #333333;
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: 600;
    width: 100%;
    display: block;
    text-align: center;
    line-height: 5;
    border-radius: 5px;
    border: 1% solid #ffffff;
  }
  #info .btn a:hover {
    text-decoration: none;
    background-color: #ffffff;
    color: #333333;
    border: 3px solid #333333;
  }
  #info .btn a:empty {
    background-color: rgba(255, 255, 255, 0);
    border-color: rgba(255, 255, 255, 0);
    pointer-events: none;
  }
  #info .btn_white {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding-left: 0;
    margin-left: 0;
    text-align: center;
    width: 100%;
  }
  #info .btn_white a {
    background-color: #ffffff;
    color: #333333;
    font-size: 1.2rem;
    font-weight: 600;
    width: 100%;
    display: block;
    text-align: center;
    line-height: 5;
    border-radius: 5px;
    border: 1% solid #333333;
  }
  
  /* info固有の設定おわり*/

  /* セイルタワー固有の設定 */
  #access_l_r {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .access_l {
    width: fit-content;
  }
  .access_r {
    width: fit-content;
  }
  .access_r iframe {
    width: 300px;
    height: 200px;
  }
  #about_tower ul{
    list-style: none;
    margin: 0 auto;
    padding-left: 1%;
  }
  #tower .btn {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    text-align: left;
    width: 100%;
  }
  #tower .btn button {
    margin: 1% auto;
    width: 100%;
  }
  #tower .btn a {
    font-size: 1rem;
  }
  /* #tower p span {
    border-bottom: 2px solid #333333;
  } */
  .sail_tower {
    width: 80vw;
    display: block;
    /* margin: 0 auto; */
  }
  .sail_tower table {
    width: 80vw;
    margin: 0 auto;
    border-collapse: separate;
  }
  /* .sail_tower table tr{
  width: fit-content;
  } */
  .tower_l {
    width: fit-content;
    /* margin: 0 auto; */
  }
  .tower_r {
    width: 100vw;
    display: flex;
    flex-flow: row wrap;
    justify-content: start;
    margin: 0;
    padding: 0;
  }
  /* .tower_r img{
    width: 100%;
  } */
  .sail_tower td,
  th {
    border: 1px solid #acacac;
  }
  .tower_img_hide {
    display: block;
    flex: 0 1 33%;
    margin: 1%;
  }
  .tower_r img {
    width: 100%;
  }
  .tower_view {
    display: none;
  }
  /* セイルタワー終わり */
  /* お問い合わせ・アクセスのページ */
  .page_title p {
    text-align: left;
    padding: 2%;
  }
  .srh_address {
    display: flex;
    flex-direction: column;
  }
  .address_l {
    flex: 1;
  }
  .address_r {
    flex: 1;
    /* max-width: 30vw; */
  }
  .address_r iframe {
    width: 100%;
    height: 80%;
  }
  /* お問い合わせ・アクセスのページおわり */
  /* リンク集のページ */
  .linklist {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding-left: 0;
  }
  .arrow {
    flex: 1 1 49%;
    position: relative;
    display: inline-block;
    padding: 0 0 0 1.2rem;
    color: #cc993a;
    vertical-align: middle;
    text-decoration: none;
    font-size: 1rem;
  }
  .arrow::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    /* left: 10px; */
    box-sizing: border-box;
    width: 1rem;
    height: 1rem;
    border: 0.6rem solid transparent;
    border-left: 0.6rem solid #cc993a;
  }
  .black {
    color: #413f3c;
    font-size: 1.2rem;
  }
  .linklist li {
    list-style: none;
    flex-basis: 31%;
    max-width: 50%;
    margin: 2%;
  }
  .linklist li:empty {
    background-color: rgba(255, 255, 255, 0);
    border-color: rgba(255, 255, 255, 0);
    pointer-events: none;
  }
  
  /* 70周年のページ */
  
  .ann_logo {
    display: none;
  }
  .ann_logo_s {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .ann_logo_s img {
    width: 100%;
  }
  /* 70周年のページここまで */
  /* familyのページ */
.campaign{
  display: grid;
  gap: 10px;
  grid-template-columns: auto;
}
  

  /* リンク集のページ終わり */
  /* 利用規約のページ */

  #notice section {
    width: 100%;
  }
  #notice .content {
    margin-top: 10vh;
    padding: 1%;
    font-size: 1rem;
    font-weight: 500;
    line-height: 2;
  }
  #notice .content h1 {
    width: 100%;
    padding: 1%;
    margin-bottom: 1vh;
    border-top: 5px solid #cc993a;
    border-bottom: 1px dashed #808080;
    text-align: center;
  }
  #notice .content h2 {
    font-size: 1rem;
    width: 100%;
    padding-left: 1%;
    margin: 2vh 0 1vh 0;
    border-left: 1vw solid #cc993a;
  }
  #notice .content h3 {
    width: 100%;
    padding: 1%;
    margin: 2vh 0 1vh 0;
    border-top: 1px dotted #cc993a;
    border-left: 3px solid #cc993a;
    color: #333333;
  }
  #notice .content h4 {
    width: 100%;
    padding: 1%;
    margin: 1vh 0 0.5vh 0;
    border-left: 5px solid #cc993a;
    color: #333333;
    background-color: #e6bb6d;
  }
  #notice .content p {
    padding: 5%;
  }
  .notice_list {
    list-style: none;
    margin-left: 0;
    padding-left: 8%;
  }
  .notice_list li {
    list-style: none;
    margin: 1% 0 1% 0;
    padding: 3%;
    list-style-type: katakana;
  }
  .list_box {
    border: 1px dotted #808080;
    margin-top: 1%;
    padding: 3%;
    font-size: 0.8rem;
    font-weight: 600;
  }
  .list_box li {
    color: #ff0000;
    list-style: disc;
    margin-left: 5%;
  }
  .list_box .link_list {
    list-style: none;
    margin-left: 0;
  }
  .notice_list a {
    color: #808080;
    border-bottom: 1px solid #808080;
  }
  /* 利用規約終わり */
  /* ＳＮＳ運用方針 */
  #snsop section {
    width: 100%;
  }
  #snsop .content {
    margin-top: 10vh;
    padding: 1%;
    font-size: 1rem;
    font-weight: 500;
    line-height: 2;
  }
  #snsop .content h1 {
    width: 100%;
    padding: 1%;
    margin-bottom: 1vh;
    border-top: 5px solid #cc993a;
    border-bottom: 1px dashed #808080;
    text-align: center;
  }
  #snsop .content h2 {
    font-size: 1rem;
    width: 100%;
    padding-left: 1%;
    margin: 2vh 0 1vh 0;
    border-left: 1vw solid #cc993a;
  }
  #snsop .content h3 {
    width: 100%;
    padding: 1%;
    margin: 2vh 0 1vh 0;
    border-top: 1px dotted #cc993a;
    border-left: 3px solid #cc993a;
    color: #333333;
  }
  #snsop .content h4 {
    width: 100%;
    padding: 1%;
    margin: 1vh 0 0.5vh 0;
    border-left: 5px solid #cc993a;
    color: #333333;
    background-color: #e6bb6d;
  }
  .acount_list {
    width: 90vw;
    padding: 5%;
    margin-right: 0;
  }
  .acount_list li {
    list-style-type: none;
    width: 90vw;
  }
  .sns_list {
    list-style: none;
    width: 90vw;
    padding: 2%;
    margin-right: 0;
  }
  .sns_list ul {
    width: 90vw;
    padding: 2%;
  }
  .sns_list li {
    list-style: none;
    margin: 2% 0 1% 0;
    list-style-type: decimal;
    margin-left: 5vw;
  }
  .sns_list li a {
    color: #808080;
    border-bottom: none;
    display: inline;
  }
  .sns_notice li {
    list-style-type: circle;
  }
  .sns_notice li a {
    display: inline-block;
    border-bottom: none;
  }
  .sns_list p a {
    color: #808080;
    border-bottom: none;
  }
  /* ＳＮＳ運用方針終わり */
  /* プライバシーポリシー */
  #policy section {
    width: 100%;
  }
  #policy .content {
    margin-top: 10vh;
    padding: 1%;
    font-size: 1rem;
    font-weight: 500;
    line-height: 2;
  }
  #policy .content h1 {
    width: 100%;
    padding: 1%;
    margin-bottom: 1vh;
    border-top: 5px solid #cc993a;
    border-bottom: 1px dashed #808080;
    text-align: center;
  }
  #policy .content h2 {
    font-size: 1.2rem;
    width: 100%;
    padding-left: 1%;
    margin: 2vh 0 1vh 0;
    border-left: 1vw solid #cc993a;
  }
  #policy .content h3 {
    width: 100%;
    padding: 1%;
    margin: 2vh 0 1vh 0;
    border-top: 1px dotted #cc993a;
    border-left: 3px solid #cc993a;
    color: #333333;
  }
  #policy .content h4 {
    width: 100%;
    padding: 1%;
    margin: 1vh 0 0.5vh 0;
    border-left: 5px solid #cc993a;
    color: #333333;
    background-color: #e6bb6d;
  }
  .policy_list {
    width: 90vw;
    padding: 1%;
    margin: 0 auto;
  }
  .policy_list ul {
    font-size: 0.8rem;
    width: 90vw;
    padding: 1%;

    /* margin-left: 0; */
  }
  .policy_list li {
    list-style-type: none;
    width: 90%;
    margin-left: 10vw;
  }
  .policy_list_list li {
    font-size: 0.8rem;
    list-style-type: circle;
    width: 80vw;
    margin-left: 10vw;
  }

  /* プライバシーポリシーおわり */
  /* アスベスト */
  #asbestos section {
    width: 100%;
  }
  #asbestos .content {
    margin-top: 10vh;
    padding: 1%;
    font-size: 1rem;
    font-weight: 500;
    line-height: 2;
  }
  #asbestos .content h1 {
    width: 100%;
    padding: 1%;
    margin-bottom: 1vh;
    border-top: 5px solid #cc993a;
    border-bottom: 1px dashed #808080;
    text-align: center;
  }
  #asbestos .content h2 {
    font-size: 1.2rem;
    width: 100%;
    padding-left: 1%;
    margin: 2vh 0 1vh 0;
    border-left: 1vw solid #cc993a;
  }
  #asbestos .content h3 {
    width: 100%;
    padding: 1%;
    margin: 2vh 0 1vh 0;
    border-top: 1px dotted #cc993a;
    border-left: 3px solid #cc993a;
    color: #333333;
  }
  #asbestos .content h4 {
    width: 100%;
    padding: 1%;
    margin: 1vh 0 0.5vh 0;
    border-left: 5px solid #cc993a;
    color: #333333;
    background-color: #e6bb6d;
  }
  .as_list {
    width: 90vw;
    padding: 1%;
    margin: 0 auto;
    padding-left: 0;
  }
  .as_list ul {
    font-size: 0.8rem;
    width: 90vw;
    padding: 0%;
  }
  .as_list li {
    list-style-type: disc;
    width: 90%;
    margin: 0 auto;
    padding-left: 0;
  }
  .as_list_list li {
    list-style-type: circle;
    margin: 0 auto;
  }
  .as_list a {
    color: #808080;
    border-bottom: 1px solid #808080;
  }
  address {
    padding: 2%;
    font-size: 1rem;
  }
  /* familyのページ */
  #family h3 {
    width: 100%;
  }
  .family-box img {
    width: 100%;
  }
  #family .btn {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding-left: 0;
    margin-left: 0;
    text-align: left;
    width: 100%;
  }
  #family .btn a {
    background-color: #333333;
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: 600;
    width: 100%;
    display: block;
    text-align: center;
    line-height: 5;
    border-radius: 5px;
    border: 1% solid #ffffff;
  }
  #family .btn a:hover {
    text-decoration: none;
    background-color: #ffffff;
    color: #333333;
    border: 3px solid #333333;
  }
  #family .btn a:empty {
    background-color: rgba(255, 255, 255, 0);
    border-color: rgba(255, 255, 255, 0);
    pointer-events: none;
  }
  #family .btn_white {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding-left: 0;
    margin-left: 0;
    text-align: center;
    width: 100%;
  }
  #family .btn_white a {
    background-color: #ffffff;
    color: #333333;
    font-size: 1.2rem;
    font-weight: 600;
    width: 100%;
    display: block;
    text-align: center;
    line-height: 5;
    border-radius: 5px;
    border: 1% solid #333333;
  }
  .family-box ul {
    margin: 0 auto;
    padding-left: 0;
  }
  .family_pf li {
    display: none;
  }
  .family_hidden {
    display: block;
  }
  .family_hidden li {
    text-align: center;
    margin: 0 auto;
  }


   
  
  
  

  /* familyおわり */
}
/* luminousのスマホ表示設定 */
@media screen and (max-width: 460px) {
  .lum-lightbox-inner img {
    max-width: 100vw !important; /* 軽くスワイプで左端から右端まで動かせる量 */
    max-height: 85vh !important; /* 上下に適度に余白 */
  }
}
