@charset "utf-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img{
  max-width: 100%;
}
/*--------------------------*/
#menu {
  width: 960px;
  margin: 0 auto;
  background: #200807;
  position: relative;
  z-index: 10;
  text-align: center;
}

#back {
  width: 960px;
  margin: 10px auto 0 auto;
  padding-bottom: 0;
  text-align: center;
}

/*--------------------------*/
#to_top {
  clear: both;
  padding: 20px 50px 20px 50px;
  text-align: right;
}

.LyFoot {
  margin-top: 0 !important;
}

.backtotop a {
  background-color: transparent !important;
  padding: 0 !important;
}

body {
  font-family: "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, Sans-Serif;
}
ul {
  list-style: none;
}
li{
  list-style:none;
}
/*========= 現在地表示のためのCSS ===============*/

#nav{
  position: fixed;/*header固定*/
  height: auto;/*Headerの高さ設定*/
  max-width: 1200px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color:#fff;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
  top: 50%; 
left: 50%; 
transform: translateY(-50%) translateX(-50%); 
-webkit-transform: translateY(-50%) translateX(-50%);
z-index:0;
}

/*========= レイアウトのためのCSS ===============*/

h1{
  font-size:1.2rem;
}

h2{
  font-size:1.2rem;
  text-align: center;
  margin: 0 0 30px 0;
}

div#wrapper {
  background: url(../img/warp.png) no-repeat center center;
  width: 100%;
  background-size: cover;
  height: auto;
  position: relative;
  padding: 0px 0 0px 0;
  background-attachment: fixed;
}
.backimg {
  background: url(../img/back_pc.png) no-repeat center center;
  width: 100%;
  background-size: cover;
  height: auto;
  position: relative;
  padding: 0px 0 20px 0;
}
/* .scroll-point{
  padding-top: 120px;
  margin-top: -120px;
} */
main {
  max-width: 375px;
  width: 100%;
  margin: 0 auto;
  border-left: solid 1px #a9a9a9;
  border-right: solid 1px #a9a9a9;
  position: relative;
  z-index: 99;
}
.content {
  position: relative;
  z-index: 1;
}
.content .c-inner {
  position: relative;
  z-index: 2;
}
nav ul{
  list-style: none;
  display: flex;
  justify-content: center;
}
.mgt_30{
  margin-top: 30px;
}
nav ul li a{
  display: block;
  text-decoration: none;
  color: #666;
  padding:10px;
  transition:all 0.3s;
}

nav ul li.current a,
nav ul li a:hover{
  color:#fff; 
}
nav ul {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
}
nav ul li a{
  display: block;
  text-decoration: none;
  color: #666;
  padding:10px;
  transition:all 0.3s;
}

nav ul li.current a,
nav ul li a:hover{
  color:#fff; 
}

a.js-curnav-switch.is-current {
  color: red;
}
a.js-curnav-switch.is-current {
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
}

.subNav {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 0 10px;

}

.subNav li{
  width: 24%;
}
h1.contentTit {
  color: #3B89C3;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
  font-size: 17px;
}
.contentBox {
  background: #fff;
}

p.superNote {
  margin-top: 10px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}

.noteBox {
  background: #fff;
  padding: 30px 15px;
}

.note ul li {
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  line-height: 1.2;
}
.note ul li::after {
  position: absolute;
  content: "※";
  top: 0px; 
  left: 0px;
}
.note ul li+li {
  margin-top: 5px;
}

h1.mvTit {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  padding: 20px;
}
.sectionback {
  background: #69A8DC;
}
.mgt_20{
  margin-top: 20px;
}
.mgt_10{
  margin-top: 15px;
}

.movie {
  aspect-ratio: 16 / 9; 
  max-width: 600px;
}
.movie iframe {
  width: 100%; 
  height: 100%; 
}
.topImg {
  background: #fff;
}
.eve{
  margin-top: 3px;
}
.over:hover {
  opacity: 0.7;
}
.contents footer {
  position: relative;
  z-index: 1;
}
.LyFoot {
  padding: 0;
  background: transparent;
  border: 0;
  margin: 0;
}
.contents .footer-container {
  background-color: #fff;
  margin: 0 auto;
}
.LyFoot .MdCMN01ListTxtBox {
  overflow: hidden;
}
.MdCMN01ListTxtBox li:nth-child(-n+2) {
  border-top: 1px solid #e1e1e1;
}
.MdCMN01ListTxtBox li:nth-child(odd) {
  border-right: 1px solid #e1e1e1;
}
.MdCMN01ListTxtBox li {
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  border-bottom: 1px solid #e1e1e1;
}
.MdCMN01ListTxtBox li span {
  display: table-cell;
  height: 37px;
  font-size: 10px;
  text-align: center;
  vertical-align: middle;
}
.LyFoot .lyFootCopyright {
  float: left;
}
.LyFoot .lyFootTree {
  background-image: url(../img/hf/sprite.png?20161207193104);
  height: 15px;
  -webkit-background-size: 195px 165.5px;
  background-size: 195px 165.5px;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
}
.LyFoot .lyFootCopy {
  margin-top: 10px;
  font-size: 8px;
  color: #bdbdbd;
  line-height: 1;
  padding: 15px;
  overflow: hidden;
}
.LyFoot .lyFootCopyright .lyFootLogo, .LyFoot .lyFootTree {
  background-image: url(../img/hf/sprite.png?20161207193104);
  height: 15px;
  -webkit-background-size: 195px 165.5px;
  background-size: 195px 165.5px;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
}
.MdCMN01ListTxtBox li a {
  display: table;
  width: 100%;
  color: #333;
}
footer.footer.LyFoot {
  background: #fff;
}
/* プルダウン */
.img_box {
  display: none;
  padding-bottom: 20px;
}
.pulldown ul {
  list-style-type: none;
  padding-left: 0;
  width: 85%;
  margin: 0 auto;
}
.title_btn {
  text-align: center;
  font-size: 1.3rem;
  line-height: 1;
  color: #696969;
  letter-spacing: 0.5rem;
  position: relative;
  font-weight: 500;
  padding: 1rem 0;
}
.title_btn.green {
  color: #3CB371;
  font-size: 1.2rem;
  line-height: 0;
  width: 90%;
  margin: 0 auto;
}
.title_btn::after {
  border-right: solid 2px #fff;
  border-top: solid 2px #fff;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  right: 30px;
  top: 36%;
  transform: rotate(135deg);
  transition: transform .5s ease-in-out, top .5s ease-in-out;
  width: 8px;
  z-index: 1;
}
.title_btn.radius::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #3CB371;
  right: 25px;
  border-radius:50%;
  z-index: 0;
  top: 50%;  
transform: translateY(-50%) translateX(-0%); 
-webkit-transform: translateY(-50%) translateX(-0%);
}
.title_btn.green::after {
  border-right: solid 2px #3CB371;
  border-top: solid 2px #3CB371;
  right: 90px;
  top: 25%;
}
.title_btn.open::after {
  top: 45%;
  transform: rotate(-45deg);
}
.img_box img {
  display: block;
}
.green{
  border: solid 1px #3CB371;
}
.bikeCt {
  padding: 10px 0;
}
.navSub{
  display: none;
}
@keyframes rotate3d {
  to {
    transform: rotate(-45deg);
  }
}

@media screen and (orientation: portrait) {
  /* 縦向きの場合のスタイル */

  nav ul li {
    width: 95%;
}
#nav {
  padding: 0px;
}
}
@media screen and (orientation: landscape) {
  /* 横向きの場合のスタイル */
  nav ul li {
    width: 100%;
}
}