@charset "utf-8";

html {
  font-family: 'Catamaran','Noto Sans JP',sans-serif;
  scroll-behavior: smooth;
}
html * {
  box-sizing: border-box;
}
header{
  background:pink;
  position: fixed;
  border-radius: 10%;
  width: 15%;
  z-index: 1;
  text-align: center;
  left:2%;
  top: 2%;
}
.btn-menu{
  color: brown;
  padding: 8% 8%;
  font-weight: bold;
}
a:hover{
  font-weight: bold;
}
  .title img{
    width: 100%;
    height: 400px;
  }
  .title{
    position: relative;
  }
  .title p{
    position: absolute;
    color: rgba(255,255,255,0.8);
    font-size: 6em;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    margin: 0;
    padding: 0;
    text-align: center;
    animation: jojo
    7s linear
    infinite;
  }
  @keyframes jojo {
    from{
      width: 0%;
      opacity: 0;
    }
    to{
      width: 100%;
      opacity: 1;
  }
  }
  .title a{
    position: absolute;
    font-size: 150%;
    top:1%;
    left:65%;
    transform: translate(5%,20%);
    margin: 0;
    padding: 7px 1%;
    border: solid white 2px;
    color: white;
    text-decoration: none;
    width: 30%;
    text-align: center;
  }
  .title a:hover{
    background: rgba(255, 255, 255, 0.3);
  }
  main h1{
    font-size: 240%;
    font-weight: bold;
    text-align: center;
    color: #222222;
    padding-top: 100px;
    padding-bottom: 50px;
  }
  main h2{
    font-size: 150%;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 20px;
    font-weight: bold;
  }
  .wiki{
    font-size: 100%;
    padding-left: 20px;
    padding-top: 20px;
    padding-left: 20px;
    line-height: 2.0;
  }
  #Wikipedia{
    display: flex;
    justify-content: space-between;
  }
  .str{
    font-size: 130%;
  }
  #Wikipedia p{
    max-width: 60%;
    height: auto;
    margin: 0.5em;
    padding: 2% 2%;
    margin-bottom: 50px;
    background-color: #E4FF8D;
    border: solid 2px;
    border-color: #000033;
    border-radius: 10px;
    color: #000033;
    font-size: 90%;
  }
  .news{
    font-size: 110%;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 30px;
    padding-bottom: 50px;
  }
.button{
  display: inline-block;
  border-radius: 10%;
  text-align: center;
  font-size: 130%;
  margin: 0px 0px;
  margin-left: 0.5%;
  padding-top: 1%;
  padding-left: 0.5%;
  padding-bottom: 1%;
  width: 13%;
  background: #000033;
  color: #ffffff;
  line-height: 1em;
  transition: .3s;
  box-shadow: 6px 6px 3px #666666;
}
.main_news {
  background-color: white;
}
.sale {
  background-color: white;
}
.map {
  background-color: white;
}
#make{
background-color:#48D1CC;
padding-left: 1%;
}
.news_link{
  background-color: skyblue;
}
.access {
  background-color: white;
}
.access h2{
  font-weight: bold;
  text-align: justify;
  font-size: 120%;
}
.access p{
  font-weight: bold;
  text-align: center;
  font-size: 120%;
}
form {
  width: 100%;
  margin: 0 auto;
}
input[type="text"],
input[type="email"],
select,
textarea {
  border: 1px solid #cccccc;
  background-color: #ffffff;
  width: 98%;
  margin-top: 5px;
}
input[type="radio"],
input[type="checkbox"] {
  width: 5%;
  height: 10%;
  vertical-align: baseline;
  margin-right: 1%;
}
.selectRadio {
  text-align: left;
  margin-right: 0;
  margin-bottom: 3%;
}
.selectRadio label {
  margin: 0 2%;
  padding-left: 1%;
  padding-right: 1%;
  font-size: 110%;
}
select {
  background: #ffffff url(../images/arrow.png) no-repeat 98% 50%/17px 10px;
}
textarea {
  height: 50vh;
  margin-bottom: 30px;
}
form > p {
  line-height: 1.4;
  margin-bottom: 20px;
  font-size: 100%;
}
.submitBtn {
  text-align: center;
}
input[type="submit"] {
  background-color: #121212;
  color: #ffffff;
  padding: 18px 10%;
}
.result{
  float: right;
}
.sale_title{
  background-image: linear-gradient(135deg,#FF9872 40%,#43FF6B 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  color: transparent;
}
#money{
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 1%;
  padding-right: 1%;
  background-color: #efe8d9;
  width: 100%;
}
.map {
  margin-bottom: 1000px;
}
.map3 {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images2/1_tour/V4_2.jpg) no-repeat center/cover;
  z-index: -1;
}
.selectRadio{
  font-size: 125%;
  text-align: left;
  width: 70%;
  padding-left: 20%;
}
.free{
  font-size: 170%;
  margin-top: 0px;
  padding-top: 50px;
}
.submitBtn{
  padding-bottom: 50px;
  margin-bottom: 0px;
  font-size: 180%;
}
.map2{
  padding-bottom: 50px;
  padding-top: 50px;
}
.copylight{
  text-align: center;
  background-color: #B0C4DE;
  padding-bottom: 2%;
}
.footer{
  padding-top: 20px;
  text-align: center;
  padding-bottom: 20px;
  background-color: #B0C4DE;
  font-size: 120%;
}
.back{
  position: relative;
}
.back a{
  position: absolute;
  font-size: 140%;
  top:5%;
  left:70%;
  transform: translate(5%,80%);
  margin: 0;
  padding: 7px 20px;
  border: solid white 2px;
  color: white;
  text-decoration: none;
  width: 220px;
}
.pc{
  width: 95%;
}
a.java:hover{
  color:#4699ca;
}

/* 600px以下画面に適用 */
@media screen and (max-width: 599px) {
  html {
    font-family: 'Catamaran','Noto Sans JP',sans-serif;
    scroll-behavior: smooth;
  }
  .nav li a{
    display: block;
  }
  .title img{
    width: 100%;
    height: 400px;
  }
  .title{
    position: relative;
  }
  .title p{
    position: absolute;
    color: rgba(255,255,255,0.8);
    font-size: 500%;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    margin: 0;
    padding: 0;
    text-align: center;
    animation: jojo
    7s linear
    infinite;
  }
  @keyframes jojo {
    from{
      opacity: 0;
    }
    to{
      opacity: 1;
  }
  }
  .title a{
    position: absolute;
    font-size: 120%;
    top:0.5%;
    left:10%;
    transform: translate(5%,30%);
    margin: 0;
    padding: 2% 5%;
    border: solid white 2px;
    color: white;
    text-decoration: none;
    width: 70%;
    text-align: center;
  }
  header{
    background:pink;
    position: fixed;
    border-radius: 10%;
    width: 40%;
    z-index: 1;
    text-align: center;
    left: 5%;
    top: 60%;
  }
  .btn-menu{
    color: brown;
    padding: 8% 8%;
    font-weight: bold;
  }
  main h1{
    font-size: 200%;
    font-weight: bold;
    text-align: center;
    color: #222222;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  main h2{
    font-size: 160%;
    padding-left: 1%;
    margin-left: 1%;
    padding-top: 20px;
    font-weight: bold;
    padding-right: 1%;
    margin-right: 1%;
  }
  .wiki{
    font-size: 140%;
    padding-left: 20px;
    padding-top: 20px;
    padding-left: 20px;
    line-height: 2.0;
  }
  .str{
    font-size: 140%;
  }
  #Wikipedia p{
    max-width: 100%;
    height: auto;
    margin: 1em;
    padding: 30px 30px;
    margin-bottom: 50px;
    background-color: #E4FF8D;
    border: solid 2px;
    border-color: #000033;
    border-radius: 10px;
    color: #000033;
    font-size: 110%;
  }
  #Wikipedia{
    display: block;
  }
  .news{
    font-size: 120%;
    padding-top: 30px;
    padding-bottom: 50px;
    padding-right: 1%;
    padding-left: 1%;
    margin-right: 1%;
    margin-left: 1%;
  }
.pc{
  max-width: 100%;
  max-height: auto;
}
.button{
  display: block;
  border-radius: 0%;
  text-align: center;
  margin: 1px 1px;
  margin-left: 0px;
  padding-top: 15px;
  padding-left: 5px;
  padding-bottom: 15px;
  width: 100%;
  background: #000033;
  color: #ffffff;
  line-height: 1em;
  transition: .3s;
}
.main_news {
  background-color: white;
}
.sale {
  background-color: white;
}
.map {
  background-color: white;
}
#make{
background-color:#48D1CC;
}
.news_link{
  background-color: skyblue;
}
.access {
  background-color: white;
}
.access h2{
  font-weight: bold;
  text-align: center;
  font-size: 120%
}
.access p{
  font-weight: bold;
  text-align: center;
  font-size: 120%;
}
form {
  width: 95%;
  margin: 0 auto;
}
input[type="text"],
input[type="email"],
select,
textarea {
  border: 1px solid #cccccc;
  background-color: #ffffff;
  width: 100%;
  margin-top: 5px;
  padding: 4px 8px;
}
input[type="radio"],
input[type="checkbox"] {
  width: 100%;
  height: 16px;
  vertical-align: baseline;
  margin-right: 1%;
}
.selectRadio {
  text-align: center;
  margin-bottom: 40px;
}
.selectRadio label {
  margin: 0 0;
  font-size: 100%;
  text-align: left;
  font-weight: bold;
}
select {
  background: #ffffff url(../images/arrow.png) no-repeat 98% 50%/17px 10px;
}
textarea {
  max-height: 800vh;
  margin-bottom: 20px;
  width: 100%;
  text-align: left;
}
form > p {
  line-height: 1.4;
  margin-bottom: 20px;
  height: 200%;
}
.submitBtn {
  text-align: center;
}
input[type="submit"] {
  background-color: #121212;
  color: #ffffff;
  padding: 18px 10%;
}
.result{
  float: right;
}
.sale_title{
  background-image: linear-gradient(135deg,#FF9872 40%,#43FF6B 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  color: transparent;
}
#money{
  margin-top: 0px;
  background-color: #efe8d9;
  text-align: center;
  width: 100%;
}
.map {
  margin-bottom: 1000px;
}
.map::after {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: url(../images2/1_tour/yamasha1102068_TP_V4.jpg) no-repeat center/cover;
  z-index: -1;
}
.selectRadio{
  font-size: 130%;
  text-align: center;
  max-width: 100%;
}
p .l{
  display: inline-block;
  font-size: 100%;
  text-align: center;
  padding-left: 1%;
  padding-right: 1%;
}
.free{
  display: inline-block;
  font-size: 150%;
  text-align: center;
}
.submitBtn{
  padding-bottom: 50px;
  margin-bottom: 0px;
}
.map2{
  padding-bottom: 50px;
}
.m{
  max-width: 80%;
  max-height: auto;
}
.copylight{
  text-align: center;
  background-color: #B0C4DE;
}
.footer{
  padding-top: 5%;
  text-align: center;
  padding-bottom: 5%;
  background-color: #B0C4DE
}
.footer p{
  padding-top: 3%;
}
.back{
  position: relative;
}
.back a{
  position: absolute;
  font-size: 130%;
  top:0%;
  left:62%;
  transform: translate(0%,-40%);
  margin: 0;
  padding: 7px 10px;
  border: solid white 2px;
  color: white;
  text-decoration: none;
  width: 35%;
}
.reserve{
  display: block;
  font-size: 200%;
}
#info{
  display: block;
  font-size: 200%;
}
}
