@charset "utf-8";
/*@gray: rgba(150,150,150, 1);*/
/*@red: rgba(229,1,18,1);*/
/*@sizeMsp: 3.5vw;//プラン*/
.sans {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.serif {
  font-family: '游明朝体', '游明朝', 'YuMincho', 'Roboto Slab', Garamond, 'Times New Roman', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HiraMinProN-W3', 'HGS明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'serif';
}
.marugo {
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
}
.mochiy {
  font-family: "Mochiy Pop One", sans-serif;
}
@font-face {
  font-family: 'Noto Sans JP Bold';
  src: url('../font/NotoSansJP-ExtraBold.ttf') format('truetype');
  font-display: swap;
}
.noto-sans-jp-bold {
  font-family: "Noto Sans JP Bold";
  font-style: normal;
}
@font-face {
  font-family: 'Noto Sans JP';
  src: url('../font/NotoSansJP-Regular.ttf') format('truetype');
  font-display: swap;
}
.noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
}
@font-face {
  font-family: 'Cinzel';
  src: url('../font/Cinzel-VariableFont_wght.ttf') format('truetype');
  font-display: swap;
}
.cinzel {
  font-family: "Cinzel";
  font-style: normal;
}
@font-face {
  font-family: 'ZenKakuGothic';
  src: url('../font/ZenKakuGothicNew-Regular.ttf') format('truetype');
  font-display: swap;
}
.zenkaku {
  font-family: "ZenKakuGothic";
  font-style: normal;
}
@font-face {
  font-family: 'ZenKakuGothic_b';
  src: url('../font/ZenKakuGothicNew-Bold.ttf') format('truetype');
  font-display: swap;
}
.zenkaku_b {
  font-family: "ZenKakuGothic_b";
  font-style: bold;
}
@font-face {
  font-family: 'Zen Old';
  src: url('../font/ZenOldMincho-Medium.ttf') format('truetype');
  font-display: swap;
}
.zen {
  font-family: "Zen Old";
  font-style: normal;
}
@font-face {
  font-family: 'KaiseiDecol';
  src: url('../font/KaiseiDecol-Regular.ttf') format('truetype');
  font-display: swap;
}
.kaisei {
  font-family: "KaiseiDecol";
  font-style: normal;
}
*,
*:before,
*:after {
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #4a4a4a;
  font-size: 1rem;
  font-weight: normal;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 160%;
}
@media screen and (max-width: 1140px) {
  *,
  *:before,
  *:after {
    font-size: 1rem;
  }
}
@media screen and (max-width: 600px) {
  *,
  *:before,
  *:after {
    font-size: 4vw;
  }
}
* *,
*:before *,
*:after * {
  font-size: inherit;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
}
table,
caption,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  border-collapse: collapse;
  border-spacing: 0px;
  empty-cells: show;
  text-align: left;
  font-weight: normal;
  vertical-align: top;
}
table {
  width: 100%;
}
img {
  pointer-events: none;
  max-width: 100%;
}
a {
  color: blue;
  font-size: inherit;
  cursor: pointer;
  display: inline-block;
  word-break: break-all;
}
a:hover,
a.active {
  cursor: pointer;
}
a * {
  color: inherit;
}
a img:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1140px) {
  a img:hover {
    opacity: 1;
  }
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
a img,
iframe {
  border: none;
}
iframe {
  display: block;
}
li {
  margin-left: 1rem;
}
input,
textarea,
select,
button {
  font-size: 100%;
  font-family: inherit;
}
select {
  margin: inherit;
}
span,
s,
strike,
strong,
em,
u {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: initial;
}
strong {
  font-weight: bold;
}
strong * {
  font-weight: inherit;
}
.scroll {
  overflow-y: scroll;
}
.scroll::-webkit-scrollbar {
  width: 15px;
  height: 10px;
}
.scroll::-webkit-scrollbar-track {
  background: #ffffff;
  border: solid 1px #4a4a4a;
}
.scroll::-webkit-scrollbar-thumb {
  background: #4a4a4a;
}
.pc {
  display: initial;
}
@media screen and (max-width: 600px) {
  .pc {
    display: none;
  }
}
.sp {
  display: none;
}
@media screen and (max-width: 600px) {
  .sp {
    display: initial;
  }
}
.pad {
  display: none;
}
@media screen and (max-width: 1140px) {
  .pad {
    display: initial;
  }
}
@media screen and (min-width: 1140px) and (orientation: portrait) {
  .pad {
    display: initial;
  }
}
.order.o01 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.order.o02 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.order.o03 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.order.o04 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.order.o05 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
.order.o06 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}
.order.o07 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}
.order.o08 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}
.order.o09 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}
.order.o10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}
.order.o11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}
.order.o12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}
.order.o13 {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}
.order.o14 {
  -webkit-box-ordinal-group: 15;
      -ms-flex-order: 14;
          order: 14;
}
.order.o15 {
  -webkit-box-ordinal-group: 16;
      -ms-flex-order: 15;
          order: 15;
}
@media screen and (max-width: 600px) {
  .order.o01pad {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order.o02pad {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order.o03pad {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order.o04pad {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order.o05pad {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order.o06pad {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order.o07pad {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order.o08pad {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order.o09pad {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order.o10pad {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order.o11pad {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order.o12pad {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .order.o13pad {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order.o14pad {
    -webkit-box-ordinal-group: 15;
        -ms-flex-order: 14;
            order: 14;
  }
  .order.o15pad {
    -webkit-box-ordinal-group: 16;
        -ms-flex-order: 15;
            order: 15;
  }
}
@media screen and (max-width: 600px) {
  .order.o01sp {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order.o02sp {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order.o03sp {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order.o04sp {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order.o05sp {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order.o06sp {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order.o07sp {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order.o08sp {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order.o09sp {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order.o10sp {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order.o11sp {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order.o12sp {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .order.o13sp {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order.o14sp {
    -webkit-box-ordinal-group: 15;
        -ms-flex-order: 14;
            order: 14;
  }
  .order.o15sp {
    -webkit-box-ordinal-group: 16;
        -ms-flex-order: 15;
            order: 15;
  }
}
.loading {
  position: absolute;
  margin: auto;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  -webkit-box-shadow: 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf;
          box-shadow: 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf;
  -webkit-animation: cssload-spin ease infinite 4.6s;
          animation: cssload-spin ease infinite 4.6s;
}
@-webkit-keyframes cssload-spin {
  0%,
  100% {
    -webkit-box-shadow: 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf;
            box-shadow: 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf;
  }
  25% {
    -webkit-box-shadow: -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf, 15px 15px #4f4d49;
            box-shadow: -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf, 15px 15px #4f4d49;
  }
  50% {
    -webkit-box-shadow: -15px -15px #4f4d49, 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf;
            box-shadow: -15px -15px #4f4d49, 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf;
  }
  75% {
    -webkit-box-shadow: 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49;
            box-shadow: 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49;
  }
}
@keyframes cssload-spin {
  0%,
  100% {
    -webkit-box-shadow: 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf;
            box-shadow: 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf;
  }
  25% {
    -webkit-box-shadow: -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf, 15px 15px #4f4d49;
            box-shadow: -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf, 15px 15px #4f4d49;
  }
  50% {
    -webkit-box-shadow: -15px -15px #4f4d49, 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf;
            box-shadow: -15px -15px #4f4d49, 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf;
  }
  75% {
    -webkit-box-shadow: 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49;
            box-shadow: 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49;
  }
}
.mhover {
  -webkit-animation: mhover linear 1.5s forwards;
          animation: mhover linear 1.5s forwards;
}
@-webkit-keyframes mhover {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0.7;
  }
}
@keyframes mhover {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0.7;
  }
}
.zoom {
  -webkit-animation: zoom linear 0.1s forwards;
          animation: zoom linear 0.1s forwards;
}
@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@keyframes zoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.fadein {
  -webkit-animation: fadein ease 3s;
          animation: fadein ease 3s;
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.fadeout {
  -webkit-animation: fadeout ease 3s;
          animation: fadeout ease 3s;
}
@-webkit-keyframes fadeout {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.mixin-btn {
  cursor: pointer;
  background-color: #ec6c00;
  border-radius: 5px;
  color: #ffffff;
  font-size: 1rem;
  font-weight: normal;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 160%;
  padding: 5px 40px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 1140px) {
  .mixin-btn {
    font-size: 1rem;
  }
}
@media screen and (max-width: 600px) {
  .mixin-btn {
    font-size: 4vw;
  }
}
@media screen and (max-width: 1140px) {
  .mixin-btn {
    padding: 5px 40px;
  }
}
@media screen and (max-width: 600px) {
  .mixin-btn {
    padding: 5px 20px;
  }
}
.mixin-btn:hover {
  background-color: #a62b40;
}
.mixin-editor-reset table,
.mixin-editor-reset caption,
.mixin-editor-reset th,
.mixin-editor-reset td {
  padding: 5px 10px;
  border: solid 1px;
}
.mixin-editor-reset th {
  text-align: center;
}
.mixin-head {
  position: relative;
  height: 180px;
  background: url(../img/cycling_crouse/hiroshima/main.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
}
@media all and (max-width: 1140px) {
  .mixin-head {
    background-position: bottom left;
  }
}
.mixin-head h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: bold;
  font-family: "Noto Sans JP Bold";
  line-height: 160%;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
}
@media screen and (max-width: 1140px) {
  .mixin-head h1 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 600px) {
  .mixin-head h1 {
    font-size: 1.1rem;
  }
}
/** ベース設計 **/
html {
  scroll-padding-top: 110px;
  /*@media all and (max-width: @layout-pad-width) {
		scroll-padding-top: 190px;
	}

	@media all and (max-width: @layout-sp-width) {
		scroll-padding-top: 165px;
	}*/
  scroll-behavior: smooth;
}
html body {
  position: relative;
  width: 100%;
  margin: initial;
  -webkit-text-size-adjust: 100%;
  min-height: 101vh;
}
.soon {
  position: relative;
}
.soon:after {
  content: "comming soon";
  display: block;
  text-align: center;
  white-space: nowrap;
  z-index: 2;
  width: 100%;
  opacity: 0.5;
}
.soon a {
  pointer-events: none;
  opacity: 0.5;
}
footer .soon:after {
  font-size: 75%;
  color: white;
}
header {
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.7);
}
header > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 1140px;
  max-width: 100%;
  margin: auto;
  padding: 20px;
}
@media screen and (max-width: 1140px) {
  header > div {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  header > div {
    width: 100%;
  }
}
@media screen and (max-width: 1140px) {
  header > div {
    padding: 20px;
  }
}
@media screen and (max-width: 600px) {
  header > div {
    padding: 15px 10px;
  }
}
header > div > div img {
  display: block;
}
header > div > div .title {
  width: 237px;
  max-width: 100%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 1140px) {
  header > div > div .title {
    width: 237px;
  }
}
@media screen and (max-width: 600px) {
  header > div > div .title {
    width: 200px;
  }
}
header > div nav.gnavi {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  position: relative;
}
header > div nav.gnavi .navbtn {
  display: inline-block;
  position: fixed;
  top: 10px;
  right: 15px;
  bottom: initial;
  left: initial;
  z-index: 5;
  -webkit-transform: initial;
          transform: initial;
  width: 45px;
  aspect-ratio: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media all and (min-width: 1141px) {
  header > div nav.gnavi .navbtn {
    display: none;
  }
}
header > div nav.gnavi .navbtn span {
  background-color: #6ec8e2;
  display: block;
  height: 5px;
  width: 100%;
}
header > div nav.gnavi .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
header > div nav.gnavi .menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
  /*order: 2;*/
}
@media all and (max-width: 1140px) {
  header > div nav.gnavi .menu ul {
    gap: 0;
  }
}
header > div nav.gnavi .menu ul li {
  list-style: none;
  /*.mixin-width(125px, 100%, 100%, 125px);*/
  margin: initial;
  /*border-left: solid 1px @dark_navy;*/
  padding: 0;
}
@media screen and (max-width: 1140px) {
  header > div nav.gnavi .menu ul li {
    padding: 20px;
  }
}
@media screen and (max-width: 600px) {
  header > div nav.gnavi .menu ul li {
    padding: 20px;
  }
}
@media screen and (max-width: 1140px) {
  header > div nav.gnavi .menu ul li {
    -webkit-transform: translate(20%, 0);
            transform: translate(20%, 0);
    opacity: 0;
    width: 100%;
  }
}
header > div nav.gnavi .menu ul li:last-of-type {
  /*border-right: solid 1px*/
  /*@dark_navy;*/
}
header > div nav.gnavi .menu ul li a {
  text-decoration: none;
  display: block;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  color: #4a4a4a !important;
}
header > div nav.gnavi .menu ul li a span {
  display: block;
  text-align: center;
  /*.mixin-font(@sizeM*0.9, @sizeLsp, normal, @dark_navy, @sizeM*0.9);*/
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  line-height: 1.2rem;
}
@media screen and (max-width: 1140px) {
  header > div nav.gnavi .menu ul li a span {
    font-weight: bold;
  }
}
header > div nav.gnavi .menu ul li.sub_navi {
  position: relative;
}
@media all and (max-width: 1140px) {
  header > div nav.gnavi .menu ul li.sub_navi {
    padding: initial;
  }
}
header > div nav.gnavi .menu ul li.sub_navi span {
  display: block;
  text-align: center;
  cursor: pointer;
}
@media all and (max-width: 1140px) {
  header > div nav.gnavi .menu ul li.sub_navi span {
    display: none;
  }
}
header > div nav.gnavi .menu ul li.sub_navi span:after {
  content: "▼";
  color: #0a9fbd;
  font-size: 0.9rem;
  font-weight: initial;
  line-height: 160%;
}
@media screen and (max-width: 1140px) {
  header > div nav.gnavi .menu ul li.sub_navi span:after {
    font-size: 1rem;
  }
}
@media screen and (max-width: 600px) {
  header > div nav.gnavi .menu ul li.sub_navi span:after {
    font-size: 3vw;
  }
}
@media all and (max-width: 1140px) {
  header > div nav.gnavi .menu ul li.sub_navi span {
    display: none;
  }
}
header > div nav.gnavi .menu ul li.sub_navi ul {
  display: none;
}
@media all and (max-width: 1140px) {
  header > div nav.gnavi .menu ul li.sub_navi ul {
    display: block;
  }
}
header > div nav.gnavi .menu ul li.sub_navi.open_sub ul {
  display: block;
  position: absolute;
  left: 46px;
  z-index: 3;
  width: 222px;
  padding: 10px;
  text-align: left;
  background: #ffffff;
  border: solid #0a9fbd 1px;
  -webkit-animation: fadeInTop 0.7s ease 0s 1 normal;
          animation: fadeInTop 0.7s ease 0s 1 normal;
}
@media all and (max-width: 1140px) {
  header > div nav.gnavi .menu ul li.sub_navi.open_sub ul {
    position: initial;
    text-align: center;
    width: 100%;
    background: initial;
    border: initial;
    padding: initial;
  }
}
@-webkit-keyframes fadeInTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    opacity: 1;
  }
}
header > div nav.gnavi .menu ul li.sub_navi.open_sub ul li {
  padding: 5px 0;
  white-space: nowrap;
}
@media all and (max-width: 1140px) {
  header > div nav.gnavi .menu ul li.sub_navi.open_sub ul li {
    padding: 10px;
  }
}
header > div nav.gnavi .menu ul li.sub_navi.open_sub ul li:nth-of-type(1) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
header > div nav.gnavi .menu ul li.sub_navi.open_sub ul li:nth-of-type(2) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
header > div nav.gnavi .menu ul li.sub_navi.open_sub ul li:nth-of-type(3) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
header > div nav.gnavi .menu ul li.sub_navi.open_sub ul li a {
  -webkit-box-pack: left !important;
      -ms-flex-pack: left !important;
          justify-content: left !important;
}
@media all and (max-width: 1140px) {
  header > div nav.gnavi .menu ul li.sub_navi.open_sub ul li a {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}
header > div nav.gnavi .menu ul li.marine {
  display: none;
}
@media all and (max-width: 1140px) {
  header > div nav.gnavi .menu ul li.marine {
    display: block;
  }
}
header > div nav.gnavi .menu ul li.lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  display: none;
}
header > div nav.gnavi .menu ul li.lang a {
  color: #0a9fbd !important;
}
@media all and (max-width: 1140px) {
  header > div nav.gnavi .menu {
    height: 100vh;
    height: 100dvh;
  }
  header > div nav.gnavi .menu ul li {
    border: none;
  }
  header > div nav.gnavi .menu ul li:last-of-type {
    border: none;
  }
  header > div nav.gnavi .menu ul li a:before {
    /*content: "▲";
									.mixin-font(@sizeS, @sizeSsp, normal, @black, @sizeM);
									transform: translateX(-100%) rotate(90deg);*/
  }
}
header > div nav.gnavi .menu .contact {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 40px;
  margin: 0 0 10px;
}
@media screen and (max-width: 1140px) {
  header > div nav.gnavi .menu .contact {
    margin: 0;
  }
}
@media screen and (max-width: 600px) {
  header > div nav.gnavi .menu .contact {
    margin: 0;
  }
}
header > div nav.gnavi .menu .contact a {
  /*.mixin-padding(5px 20px, 5px 20px, 5px 20px);*/
}
@media screen and (max-width: 1140px) {
  header > div nav.gnavi .menu .contact a {
    -webkit-transform: translate(20%, 0);
            transform: translate(20%, 0);
    opacity: 0;
  }
}
header > div nav.gnavi .menu .contact a:first-of-type {
  width: 200px;
  max-width: 200px;
}
@media screen and (max-width: 1140px) {
  header > div nav.gnavi .menu .contact a:first-of-type {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  header > div nav.gnavi .menu .contact a:first-of-type {
    width: 100%;
  }
}
header > div nav.gnavi .menu .contact a:last-of-type {
  width: 140px;
  max-width: 140px;
  padding: 10px 20px;
  background-color: #ffffff;
  border-radius: 20px;
}
@media screen and (max-width: 1140px) {
  header > div nav.gnavi .menu .contact a:last-of-type {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  header > div nav.gnavi .menu .contact a:last-of-type {
    width: 100%;
  }
}
@media screen and (max-width: 1140px) {
  header > div nav.gnavi .menu .contact a:last-of-type {
    padding: 0;
  }
}
@media screen and (max-width: 600px) {
  header > div nav.gnavi .menu .contact a:last-of-type {
    padding: 0;
  }
}
@media all and (max-width: 1140px) {
  header > div nav.gnavi .menu .contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  header > div nav.gnavi .menu .contact a {
    margin: 30px 0;
  }
}
@media all and (max-width: 1140px) and screen and (max-width: 1140px) {
  header > div nav.gnavi .menu .contact a {
    margin: 0;
  }
}
@media all and (max-width: 1140px) and screen and (max-width: 600px) {
  header > div nav.gnavi .menu .contact a {
    margin: 0;
  }
}
header > div nav.gnavi.open .navbtn span {
  -webkit-transition: width 0s, opacity 0.3s, -webkit-transform 0.3s;
  transition: width 0s, opacity 0.3s, -webkit-transform 0.3s;
  transition: width 0s, transform 0.3s, opacity 0.3s;
  transition: width 0s, transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}
header > div nav.gnavi.open .navbtn span:nth-of-type(1) {
  width: 100%;
  position: absolute;
  top: 50%;
  right: initial;
  bottom: initial;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%) rotate(225deg);
          transform: translate(-50%, -50%) rotate(225deg);
  opacity: 1;
}
header > div nav.gnavi.open .navbtn span:nth-of-type(2) {
  position: absolute;
  top: 50%;
  right: initial;
  bottom: initial;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%) rotate(360deg);
          transform: translate(-50%, -50%) rotate(360deg);
  opacity: 0;
}
header > div nav.gnavi.open .navbtn span:nth-of-type(3) {
  width: 100%;
  position: absolute;
  top: 50%;
  right: initial;
  bottom: initial;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%) rotate(-225deg);
          transform: translate(-50%, -50%) rotate(-225deg);
  opacity: 1;
}
@media all and (max-width: 1140px) {
  header > div nav.gnavi.open .menu {
    /*background: url("../img/common/bg1sp.png") no-repeat bottom center @yellow;
							background-size: 100%;*/
    padding: 50px 20px;
    display: block;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    position: fixed;
    top: 0;
    right: 0;
    bottom: initial;
    left: initial;
    z-index: 2;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
    width: 100%;
    background-color: rgba(202, 223, 240, 0.9);
    height: 100vh;
    height: 100dvh;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  header > div nav.gnavi.open .menu::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  header > div nav.gnavi.open .menu::-webkit-scrollbar-track {
    background: inherit;
  }
  header > div nav.gnavi.open .menu::-webkit-scrollbar-thumb {
    background: #4a4a4a;
  }
  header > div nav.gnavi.open .menu ul li {
    -webkit-transition: opacity 1s,
								-webkit-transform 1s;
    transition: opacity 1s,
								-webkit-transform 1s;
    transition: transform 1s,
								opacity 1s;
    transition: transform 1s,
								opacity 1s,
								-webkit-transform 1s;
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    /*&.cruise {
									&.open {
										display: block;
									}
								}*/
  }
  header > div nav.gnavi.open .menu ul li:nth-of-type(1) {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  header > div nav.gnavi.open .menu ul li:nth-of-type(2) {
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
  header > div nav.gnavi.open .menu ul li:nth-of-type(3) {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  header > div nav.gnavi.open .menu ul li:nth-of-type(4) {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  header > div nav.gnavi.open .menu ul li:nth-of-type(5) {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  header > div nav.gnavi.open .menu ul li:nth-of-type(6) {
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
  header > div nav.gnavi.open .menu ul li:nth-of-type(7) {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
}
@media all and (max-width: 1140px) and screen and (max-width: 1140px) {
  header > div nav.gnavi.open .menu {
    padding: 50px 20px;
  }
}
@media all and (max-width: 1140px) and screen and (max-width: 600px) {
  header > div nav.gnavi.open .menu {
    padding: 50px 20px;
  }
}
header > div nav.gnavi.open .menu .sns_box {
  display: none;
}
@media all and (max-width: 1140px) {
  header > div nav.gnavi.open .menu .sns_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 35px;
    padding-bottom: 30px;
    padding: 30px 0;
  }
}
header > div nav.gnavi.open .menu .sns_box a {
  display: block;
  width: 40px;
}
header > div nav.gnavi.open .menu .sns_box a img {
  display: block;
  width: 100%;
}
header > div nav.gnavi.open .menu .contact {
  gap: 0;
}
header > div nav.gnavi.open .menu .contact a {
  -webkit-transition: opacity 1s,
							-webkit-transform 1s;
  transition: opacity 1s,
							-webkit-transform 1s;
  transition: transform 1s,
							opacity 1s;
  transition: transform 1s,
							opacity 1s,
							-webkit-transform 1s;
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
header > div nav.gnavi.open .menu .contact a:nth-of-type(1) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
  width: 188px;
  max-width: 188px;
}
@media screen and (max-width: 1140px) {
  header > div nav.gnavi.open .menu .contact a:nth-of-type(1) {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  header > div nav.gnavi.open .menu .contact a:nth-of-type(1) {
    width: 100%;
  }
}
header > div nav.gnavi.open .menu .contact a:nth-of-type(2) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
  width: 140px;
  max-width: 140px;
  padding: 5px 20px;
}
@media screen and (max-width: 1140px) {
  header > div nav.gnavi.open .menu .contact a:nth-of-type(2) {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  header > div nav.gnavi.open .menu .contact a:nth-of-type(2) {
    width: 100%;
  }
}
header > div nav.gnavi.close .navbtn span {
  -webkit-transition: width 0s, opacity 0.3s, -webkit-transform 0.3s;
  transition: width 0s, opacity 0.3s, -webkit-transform 0.3s;
  transition: width 0s, transform 0.3s, opacity 0.3s;
  transition: width 0s, transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}
header > div nav.gnavi.close .navbtn span:nth-of-type(1) {
  width: 80%;
  position: absolute;
  top: 50%;
  right: initial;
  bottom: initial;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -20px);
          transform: translate(-50%, -20px);
}
header > div nav.gnavi.close .navbtn span:nth-of-type(2) {
  width: 80%;
  position: absolute;
  top: 50%;
  right: initial;
  bottom: initial;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
header > div nav.gnavi.close .navbtn span:nth-of-type(3) {
  width: 80%;
  position: absolute;
  top: 50%;
  right: initial;
  bottom: initial;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, 15px);
          transform: translate(-50%, 15px);
}
@media all and (max-width: 1140px) {
  header > div nav.gnavi.close .menu {
    padding: 50px 20px;
    display: block;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
    opacity: 0;
    position: fixed;
    top: 0;
    right: 0;
    bottom: initial;
    left: initial;
    z-index: 1;
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
    width: 100%;
    background-color: rgba(255, 182, 0, 0.8);
  }
}
@media all and (max-width: 1140px) and screen and (max-width: 1140px) {
  header > div nav.gnavi.close .menu {
    padding: 50px 20px;
  }
}
@media all and (max-width: 1140px) and screen and (max-width: 600px) {
  header > div nav.gnavi.close .menu {
    padding: 50px 20px;
  }
}
header > div nav.gnavi.close .menu .sns_box {
  display: none;
}
@media all and (max-width: 1140px) {
  header > div nav.gnavi.closed .menu {
    -webkit-transition: opacity 0s, -webkit-transform 0s;
    transition: opacity 0s, -webkit-transform 0s;
    transition: transform 0s, opacity 0s;
    transition: transform 0s, opacity 0s, -webkit-transform 0s;
  }
}
main .w_title {
  text-align: center;
  margin: auto;
  padding-bottom: 50px;
}
main .w_title > span {
  display: inline-block;
  color: #0a9fbd;
  font-size: 1.1rem;
  font-weight: normal;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 160%;
}
@media screen and (max-width: 1140px) {
  main .w_title > span {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 600px) {
  main .w_title > span {
    font-size: 1rem;
  }
}
main .w_title > span:before {
  content: "";
  display: block;
  width: 112px;
  height: 30px;
  background-image: url('../img/common/weave.png');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto 10px auto;
}
main .w_title > span:before {
  background-image: url('../img/common/weave.png') !important;
}
main .main {
  position: relative;
  height: 180px;
  background: url(../img/cycling_crouse/hiroshima/main.png);
  background: url(../img/common/main.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
}
@media all and (max-width: 1140px) {
  main .main {
    background-position: bottom left;
  }
}
main .main h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: bold;
  font-family: "Noto Sans JP Bold";
  line-height: 160%;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
}
@media screen and (max-width: 1140px) {
  main .main h1 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 600px) {
  main .main h1 {
    font-size: 1.1rem;
  }
}
main .summary > div {
  width: 1140px;
  max-width: 100%;
  margin: auto;
  padding: 100px 0;
  text-align: center;
}
@media screen and (max-width: 1140px) {
  main .summary > div {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  main .summary > div {
    width: 100%;
  }
}
@media screen and (max-width: 1140px) {
  main .summary > div {
    padding: 100px 0;
  }
}
@media screen and (max-width: 600px) {
  main .summary > div {
    padding: 100px 0;
  }
}
main .summary > div > span {
  display: block;
  margin-bottom: 25px;
  color: #0a9fbd;
  font-size: 1.3rem;
  font-weight: normal;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 160%;
}
@media screen and (max-width: 1140px) {
  main .summary > div > span {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 600px) {
  main .summary > div > span {
    font-size: 1.1rem;
  }
}
main .summary > div > span.ja {
  color: #0a9fbd;
  font-size: 1.3rem;
  font-weight: normal;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 160%;
}
@media screen and (max-width: 1140px) {
  main .summary > div > span.ja {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 600px) {
  main .summary > div > span.ja {
    font-size: 1.1rem;
  }
}
main .summary > div p {
  width: 675px;
  max-width: 675px;
  margin: auto;
  padding-bottom: 55px;
  text-align: left;
  line-height: 2rem;
}
@media screen and (max-width: 1140px) {
  main .summary > div p {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  main .summary > div p {
    width: 100%;
  }
}
@media screen and (max-width: 1140px) {
  main .summary > div p {
    padding: 0 10px 55px 10px;
  }
}
main .summary > div p > span {
  display: inline-block;
}
main .summary > div .img_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 600px) {
  main .summary > div .img_box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
main .summary > div .img_box > img {
  display: block;
  width: calc(100% / 2);
  max-width: 600px;
}
@media screen and (max-width: 600px) {
  main .summary > div .img_box > img {
    width: 600px;
    max-width: 100%;
  }
}
footer {
  padding: 50px 10px 10px 10px;
  background: #0a9fbd;
}
footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  width: 1140px;
  max-width: 1140px;
  margin: auto;
  position: relative;
  z-index: 2;
  padding: 20px 10px;
  width: 100%;
}
@media screen and (max-width: 1140px) {
  footer ul {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  footer ul {
    width: 100%;
  }
}
@media screen and (max-width: 1140px) {
  footer ul {
    padding: 20px 10px;
  }
}
@media screen and (max-width: 600px) {
  footer ul {
    padding: 20px 10px;
  }
}
@media all and (max-width: 1140px) {
  footer ul {
    width: 100%;
    max-width: 100%;
    display: none;
  }
}
footer ul li {
  list-style-type: none;
  margin-left: 0 !important;
}
footer ul li > a {
  display: block;
  /*.mixin-width(370px, 100%, 100%, 370px);*/
  color: #ffffff;
  font-size: 0.7rem;
  font-weight: normal;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 160%;
  text-decoration: none;
}
@media screen and (max-width: 1140px) {
  footer ul li > a {
    font-size: 0.7rem;
  }
}
@media screen and (max-width: 600px) {
  footer ul li > a {
    font-size: 0.9rem;
  }
}
@media all and (max-width: 600px) {
  footer ul li > a {
    padding-bottom: 10px;
  }
}
footer ul li > a img {
  display: block;
}
@media all and (max-width: 600px) {
  footer ul li > a img {
    max-width: 200px;
  }
}
footer ul li.lang {
  display: none;
}
footer .sns_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 25px;
  padding-bottom: 30px;
}
@media all and (max-width: 1140px) {
  footer .sns_box {
    display: none;
  }
}
footer .sns_box a {
  display: block;
  width: 40px;
}
footer .sns_box a img {
  display: block;
  width: 100%;
}
footer > img {
  display: block;
  width: 268px;
  max-width: 268px;
  margin: auto;
  padding-bottom: 20px;
}
@media screen and (max-width: 1140px) {
  footer > img {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  footer > img {
    width: 100%;
  }
}
footer > span {
  display: block;
  padding-bottom: 40px;
  color: #ffffff;
  text-align: center;
}
footer > span > span {
  display: inline-block;
}
footer > span > span a {
  color: #ffffff;
  text-decoration: none;
}
footer .copyright {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
  text-align: center;
  width: 100%;
}
footer .copyright small {
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: normal;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 160%;
}
@media screen and (max-width: 1140px) {
  footer .copyright small {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 600px) {
  footer .copyright small {
    font-size: 3vw;
  }
}
footer .copyright small .c {
  display: inline-block;
  padding: 0 5px;
  -webkit-transform: translateY(5%) scale(180%);
          transform: translateY(5%) scale(180%);
}
footer .totop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  top: initial;
  right: 0;
  bottom: 0;
  left: initial;
  z-index: 5;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  bottom: -20px;
  margin: auto;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #6ec8e2;
  border: solid #ffffff 2px;
}
@media screen and (max-width: 600px) {
  footer .totop {
    position: fixed;
    top: initial;
    right: 0;
    bottom: 0;
    left: initial;
    z-index: 100;
    -webkit-transform: translate(-10px, -50%);
            transform: translate(-10px, -50%);
  }
}
footer .totop:after {
  display: block;
  -webkit-transform: translateY(20%) rotate(315deg);
          transform: translateY(20%) rotate(315deg);
  content: "";
  width: 12px;
  height: 12px;
  margin: auto;
  border: 0;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
}
body#short_crouse main section .summary > div > span {
  color: #0a9fbd;
}
body#short_crouse main section .summary > div > span.ja {
  color: #0a9fbd;
  font-size: 1.3rem;
  font-weight: normal;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 160%;
}
@media screen and (max-width: 1140px) {
  body#short_crouse main section .summary > div > span.ja {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 600px) {
  body#short_crouse main section .summary > div > span.ja {
    font-size: 1.1rem;
  }
}
body#short_crouse main section > section > div {
  width: 817px;
  max-width: 817px;
  margin: auto;
  padding: 0 0 100px 0;
}
@media screen and (max-width: 1140px) {
  body#short_crouse main section > section > div {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  body#short_crouse main section > section > div {
    width: 100%;
  }
}
@media screen and (max-width: 1140px) {
  body#short_crouse main section > section > div {
    padding: 0 10px 100px 10px;
  }
}
@media screen and (max-width: 600px) {
  body#short_crouse main section > section > div {
    padding: 0 10px 100px 10px;
  }
}
body#short_crouse main section > section.area > div {
  padding: 100px 0;
}
@media screen and (max-width: 1140px) {
  body#short_crouse main section > section.area > div {
    padding: 100px 0;
  }
}
@media screen and (max-width: 600px) {
  body#short_crouse main section > section.area > div {
    padding: 100px 0;
  }
}
@media all and (max-width: 1140px) {
  body#short_crouse main section > section.area > div .map_box {
    padding: 0 10px;
  }
}
body#short_crouse main section > section.area > div .map_box > img {
  display: block;
  width: 812px;
  max-width: 812px;
  margin: auto;
  padding-bottom: 20px;
}
@media screen and (max-width: 1140px) {
  body#short_crouse main section > section.area > div .map_box > img {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  body#short_crouse main section > section.area > div .map_box > img {
    width: 100%;
  }
}
body#short_crouse main section > section.area > div .map_box .link_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
}
@media all and (max-width: 1140px) {
  body#short_crouse main section > section.area > div .map_box .link_box {
    gap: 20px;
  }
}
body#short_crouse main section > section.area > div .map_box .link_box li {
  position: relative;
  background: #0a9fbd;
  list-style-type: none;
  width: 90px;
  aspect-ratio: 1;
  border-radius: 50%;
  margin-left: 0;
}
body#short_crouse main section > section.area > div .map_box .link_box li a {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  text-align: center;
  text-decoration: none;
}
body#short_crouse main section > section.area > div .map_box .link_box li a > span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: normal;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 160%;
  line-height: 1;
}
@media screen and (max-width: 1140px) {
  body#short_crouse main section > section.area > div .map_box .link_box li a > span {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 600px) {
  body#short_crouse main section > section.area > div .map_box .link_box li a > span {
    font-size: 0.6rem;
  }
}
body#short_crouse main section > section.area > div .map_box .link_box li:nth-of-type(1) {
  background: #6ec7b5;
}
body#short_crouse main section > section.area > div .map_box .link_box li:nth-of-type(2) {
  background: #61c6f2;
}
body#short_crouse main section > section.area > div .map_box .link_box li:nth-of-type(3) {
  background: #5e81c1;
}
body#short_crouse main section > section.area > div .map_box .link_box li:nth-of-type(4) {
  background: #4aabd8;
}
body.area .main_sc {
  position: relative;
  height: 370px;
  background: url(../img/short_crouse/hiroshima/main.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
}
@media all and (max-width: 1140px) {
  body.area .main_sc {
    background-position: bottom left;
  }
}
body.area .main_sc h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
body.area .main_sc h1 span {
  display: block;
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: bold;
  font-family: "Noto Sans JP Bold";
  font-style: normal;
  line-height: 160%;
  text-shadow: 0 0 7px rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 1140px) {
  body.area .main_sc h1 span {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 600px) {
  body.area .main_sc h1 span {
    font-size: 1.1rem;
  }
}
body.area .main_sc h1 span.big {
  color: #ffffff;
  font-size: 3.3rem;
  font-weight: normal;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 160%;
}
@media screen and (max-width: 1140px) {
  body.area .main_sc h1 span.big {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 600px) {
  body.area .main_sc h1 span.big {
    font-size: 1.1rem;
  }
}
body.area .summary > div {
  padding: 100px 0;
  text-align: center;
}
@media screen and (max-width: 1140px) {
  body.area .summary > div {
    padding: 100px 0;
  }
}
@media screen and (max-width: 600px) {
  body.area .summary > div {
    padding: 100px 0;
  }
}
body.area .summary > div p {
  width: 675px;
  max-width: 675px;
  margin: auto;
  text-align: left;
  line-height: 2rem;
}
@media screen and (max-width: 1140px) {
  body.area .summary > div p {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  body.area .summary > div p {
    width: 100%;
  }
}
@media screen and (max-width: 1140px) {
  body.area .summary > div p {
    padding: 0 10px 55px 10px;
  }
}
body.area .summary > div p > span {
  display: inline-block;
}
body.area .btn_box {
  position: sticky;
  top: 82px;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 10px 0;
  margin-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
}
@media screen and (max-width: 1140px) {
  body.area .btn_box {
    padding: 10px 0;
  }
}
@media screen and (max-width: 600px) {
  body.area .btn_box {
    padding: 10px 0;
  }
}
@media screen and (max-width: 1140px) {
  body.area .btn_box {
    position: initial;
  }
}
@media screen and (max-width: 1140px) {
  body.area .btn_box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
    position: initial;
  }
}
body.area .btn_box a {
  width: 340px;
  max-width: 340px;
  background: #6ec8e2;
  color: #ffffff;
  background-color: #6ec7b5;
  text-decoration: none;
  padding: 10px 30px;
  text-align: center;
  border-radius: 7px;
}
@media screen and (max-width: 1140px) {
  body.area .btn_box a {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  body.area .btn_box a {
    width: 100%;
  }
}
body.area .btn_box a > span {
  display: inline-block;
}
body.area section .map_box {
  padding: initial;
}
@media screen and (max-width: 1140px) {
  body.area section .map_box {
    padding: 0 10px;
  }
}
@media screen and (max-width: 600px) {
  body.area section .map_box {
    padding: 0 10px;
  }
}
body.area section .map_box h2 {
  width: 154px;
  max-width: 154px;
  margin: auto;
  margin-top: -40px;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}
@media screen and (max-width: 1140px) {
  body.area section .map_box h2 {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  body.area section .map_box h2 {
    width: 100%;
  }
}
body.area section .map_box > img {
  display: block;
  width: 814px;
  max-width: 814px;
  margin: auto;
}
@media screen and (max-width: 1140px) {
  body.area section .map_box > img {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  body.area section .map_box > img {
    width: 100%;
  }
}
body.area section .route > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  width: 900px;
  max-width: 900px;
  margin: auto;
  padding: 50px 0;
}
@media screen and (max-width: 1140px) {
  body.area section .route > div {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  body.area section .route > div {
    width: 100%;
  }
}
@media screen and (max-width: 1140px) {
  body.area section .route > div {
    padding: 50px 10px;
  }
}
@media screen and (max-width: 600px) {
  body.area section .route > div {
    padding: 50px 10px;
  }
}
@media screen and (max-width: 864px) {
  body.area section .route > div {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    gap: 30px;
  }
}
body.area section .route > div dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 400px;
  max-width: 100%;
}
@media all and (max-width: 864px) {
  body.area section .route > div dl {
    display: contents;
  }
}
@media all and (max-width: 600px) {
  body.area section .route > div dl {
    max-width: 600px;
    display: contents;
    width: 100%;
  }
}
body.area section .route > div dl:last-of-type:after {
  content: '';
  display: inline-block;
  width: 400px;
  -webkit-box-ordinal-group: 15;
      -ms-flex-order: 14;
          order: 14;
}
@media all and (max-width: 864px) {
  body.area section .route > div dl:last-of-type:after {
    display: none;
  }
}
body.area section .route > div dl div {
  width: 400px;
  max-width: 100%;
  margin: 0 0 30px 0;
}
@media all and (max-width: 864px) {
  body.area section .route > div dl div {
    margin: 0;
  }
}
@media all and (max-width: 600px) {
  body.area section .route > div dl div {
    max-width: 600px;
    width: 100%;
    padding: 0 10px;
    margin: 0;
  }
}
body.area section .route > div dl div dt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 10px 30px 10px 10px;
  color: #6ec7b5;
  border: solid #6ec7b5 1px;
  border-radius: 10px;
}
body.area section .route > div dl div dt .num {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 1.3;
  background: #6ec7b5;
  border-radius: 50%;
  aspect-ratio: 1;
  text-align: center;
  padding: 5px;
}
body.area section .route > div dl div dt .num > span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: normal;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 160%;
}
@media screen and (max-width: 1140px) {
  body.area section .route > div dl div dt .num > span {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 600px) {
  body.area section .route > div dl div dt .num > span {
    font-size: 1.1rem;
  }
}
body.area section .route > div dl div dt:after {
  position: absolute;
  right: 0;
  content: "▼";
  color: #6ec7b5;
  font-size: 0.9rem;
  font-weight: initial;
  line-height: 160%;
  -webkit-transform: translateX(-12px);
          transform: translateX(-12px);
}
@media screen and (max-width: 1140px) {
  body.area section .route > div dl div dt:after {
    font-size: 1rem;
  }
}
@media screen and (max-width: 600px) {
  body.area section .route > div dl div dt:after {
    font-size: 3vw;
  }
}
body.area section .route > div dl div dt.op {
  color: #ffffff;
  background: #6ec7b5;
  border-radius: 10px 10px 0 0;
}
@media all and (max-width: 600px) {
  body.area section .route > div dl div dt.op {
    padding: 10px 30px 10px 10px;
  }
}
body.area section .route > div dl div dt.op .num {
  background: #ffffff;
}
body.area section .route > div dl div dt.op .num > span {
  color: #6ec7b5;
}
body.area section .route > div dl div dd {
  border: solid #6ec7b5 2px;
}
body.area section .route > div dl div dd table {
  max-width: 100%;
  border: solid #6ec7b5 1px;
  border-collapse: collapse;
}
body.area section .route > div dl div dd table tr {
  border-bottom: solid lightseagreen 1px;
}
body.area section .route > div dl div dd table tr th {
  color: lightseagreen;
  border-right: solid lightseagreen 1px;
  background: #dbf8f7;
  width: 85px;
}
@media screen and (max-width: 600px) {
  body.area section .route > div dl div dd table tr th {
    min-width: 100px;
  }
}
body.area section .route > div dl div dd table tr th > span {
  display: inline-block;
}
body.area section .route > div dl div dd table tr th,
body.area section .route > div dl div dd table tr td {
  padding: 10px;
  word-break: break-all;
}
body.area section .route > div dl div dd table tr td {
  display: block;
  max-width: 100% !important;
  overflow-x: hidden;
}
body.area section .route > div dl div dd table tr.img {
  width: 100%;
  text-align: center;
}
body.area section .route > div dl div dd table tr.img th {
  background: initial !important;
}
body.area section .route > div dl div dd table tr.img th img {
  display: block;
  width: 100%;
}
body.area section .route > div dl div.num1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
body.area section .route > div dl div.num2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
body.area section .route > div dl div.num3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
body.area section .route > div dl div.num4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
body.area section .route > div dl div.num5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
body.area section .route > div dl div.num6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}
body.area section .route > div dl div.num7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}
body.area section .route > div dl div.num8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}
body.area section .route > div dl div.num9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}
body.area section .route > div dl div.num10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}
body.area section .route > div dl div.num11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}
body.area section .route > div dl div.num12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}
body.area section .route > div dl div.num13 {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}
body.area section .route > div dl div.num14 {
  -webkit-box-ordinal-group: 15;
      -ms-flex-order: 14;
          order: 14;
}
body.area section .route > div dl div.num15 {
  -webkit-box-ordinal-group: 16;
      -ms-flex-order: 15;
          order: 15;
}
body.area section .route > div dl div.num16 {
  -webkit-box-ordinal-group: 17;
      -ms-flex-order: 16;
          order: 16;
}
body.area section .route > div dl div.num17 {
  -webkit-box-ordinal-group: 18;
      -ms-flex-order: 17;
          order: 17;
}
body#sc_hiroshima .main_sc {
  position: relative;
  height: 370px;
  background: url(../img/short_crouse/hiroshima/main.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
}
@media all and (max-width: 1140px) {
  body#sc_hiroshima .main_sc {
    background-position: bottom left;
  }
}
body#sc_hiroshima .main_sc h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
body#sc_hiroshima .main_sc h1 span {
  display: block;
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: bold;
  font-family: "Noto Sans JP Bold";
  font-style: normal;
  line-height: 160%;
  text-shadow: 0 0 7px rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 1140px) {
  body#sc_hiroshima .main_sc h1 span {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 600px) {
  body#sc_hiroshima .main_sc h1 span {
    font-size: 1.1rem;
  }
}
body#sc_hiroshima .main_sc h1 span.big {
  color: #ffffff;
  font-size: 3.3rem;
  font-weight: normal;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 160%;
}
@media screen and (max-width: 1140px) {
  body#sc_hiroshima .main_sc h1 span.big {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 600px) {
  body#sc_hiroshima .main_sc h1 span.big {
    font-size: 1.1rem;
  }
}
body#sc_hiroshima .btn_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
  position: sticky;
  top: 82px;
  z-index: 10;
  margin-bottom: 80px;
  padding: 10px 0;
  background-color: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 1140px) {
  body#sc_hiroshima .btn_box {
    padding: 10px 0;
  }
}
@media screen and (max-width: 600px) {
  body#sc_hiroshima .btn_box {
    padding: 10px 0;
  }
}
@media screen and (max-width: 1140px) {
  body#sc_hiroshima .btn_box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
    position: initial;
  }
}
body#sc_hiroshima .btn_box a {
  width: 340px;
  max-width: 340px;
  background: #6ec8e2;
  color: #ffffff;
  background-color: #6ec7b5;
  text-decoration: none;
  padding: 10px 30px;
  text-align: center;
  border-radius: 7px;
}
@media screen and (max-width: 1140px) {
  body#sc_hiroshima .btn_box a {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  body#sc_hiroshima .btn_box a {
    width: 100%;
  }
}
body#sc_hiroshima .btn_box a > span {
  display: inline-block;
}
@media all and (max-width: 864px) {
  body#sc_hiroshima .shimanami .route .num14:after {
    display: none;
  }
}
body#sc_shimane_tottori .main_sc {
  position: relative;
  height: 370px;
  background: url(../img/short_crouse/sanin/main.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
}
@media all and (max-width: 1140px) {
  body#sc_shimane_tottori .main_sc {
    background-position: bottom left;
  }
}
body#sc_shimane_tottori .main_sc h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
body#sc_shimane_tottori .main_sc h1 span {
  display: block;
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: bold;
  font-family: "Noto Sans JP Bold";
  font-style: normal;
  line-height: 160%;
  text-shadow: 0 0 7px rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 1140px) {
  body#sc_shimane_tottori .main_sc h1 span {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 600px) {
  body#sc_shimane_tottori .main_sc h1 span {
    font-size: 1.1rem;
  }
}
body#sc_shimane_tottori .main_sc h1 span.big {
  color: #ffffff;
  font-size: 3.3rem;
  font-weight: normal;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 160%;
}
@media screen and (max-width: 1140px) {
  body#sc_shimane_tottori .main_sc h1 span.big {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 600px) {
  body#sc_shimane_tottori .main_sc h1 span.big {
    font-size: 1.1rem;
  }
}
body#sc_yamaguchi .main_sc {
  position: relative;
  height: 370px;
  background: url(../img/short_crouse/yamaguchi/main.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
}
@media all and (max-width: 1140px) {
  body#sc_yamaguchi .main_sc {
    background-position: bottom left;
  }
}
body#sc_yamaguchi .main_sc h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
body#sc_yamaguchi .main_sc h1 span {
  display: block;
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: bold;
  font-family: "Noto Sans JP Bold";
  font-style: normal;
  line-height: 160%;
  text-shadow: 0 0 7px rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 1140px) {
  body#sc_yamaguchi .main_sc h1 span {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 600px) {
  body#sc_yamaguchi .main_sc h1 span {
    font-size: 1.1rem;
  }
}
body#sc_yamaguchi .main_sc h1 span.big {
  color: #ffffff;
  font-size: 3.3rem;
  font-weight: normal;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 160%;
}
@media screen and (max-width: 1140px) {
  body#sc_yamaguchi .main_sc h1 span.big {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 600px) {
  body#sc_yamaguchi .main_sc h1 span.big {
    font-size: 1.1rem;
  }
}
body#sc_okayama .main_sc {
  position: relative;
  height: 370px;
  background: url(../img/short_crouse/okayama/main.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
}
@media all and (max-width: 1140px) {
  body#sc_okayama .main_sc {
    background-position: bottom left;
  }
}
body#sc_okayama .main_sc h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
body#sc_okayama .main_sc h1 span {
  display: block;
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: bold;
  font-family: "Noto Sans JP Bold";
  font-style: normal;
  line-height: 160%;
  text-shadow: 0 0 7px rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 1140px) {
  body#sc_okayama .main_sc h1 span {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 600px) {
  body#sc_okayama .main_sc h1 span {
    font-size: 1.1rem;
  }
}
body#sc_okayama .main_sc h1 span.big {
  color: #ffffff;
  font-size: 3.3rem;
  font-weight: normal;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 160%;
}
@media screen and (max-width: 1140px) {
  body#sc_okayama .main_sc h1 span.big {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 600px) {
  body#sc_okayama .main_sc h1 span.big {
    font-size: 1.1rem;
  }
}
