@charset "utf-8";
/*------------------------------
Base
*/
* {
 margin: 0;
 padding: 0;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
 margin: 0;
 padding: 0;
 border: 0;
}
.none {
 display: none;
}
.clear {
 clear: both;
}
img {
 vertical-align: bottom;
 max-width: 100%;
 height: auto;
}
.txr {
 text-align: right;
}
.txl {
 text-align: left;
}
.txc {
 text-align: center;
}
.bold {
 font-weight: bold;
}
.fs11 {
 font-size: 1.1em;
}
.fs12 {
 font-size: 1.2em;
}
.fs13 {
 font-size: 1.3em;
}
.fs14 {
 font-size: 1.4em;
}
.fs15 {
 font-size: 1.5em;
}
body {
 font-size: 17px;
 line-height: 1.5em;
 font-family: "游明朝", "Yu Mincho", "Yu Gothic", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "MS PMincho", serif;
 font-family: "メイリオ", Meiryo, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
 color: #000;
 font-weight: 400;
 background: #dbd6d6;
}
.flex {
 display: flex;
 gap: 0;
}
#cover {
 margin: 0 auto;
 position: relative;
 overflow: hidden;
}
/*------------------------------
Side
*/
#side {
 width: 18.75%;
 box-sizing: border-box;
 background-color: #dddd98;
 border-right: 7px solid #8cc63f;
 position: relative;
 padding: 13vh 0.5vh 1vh 0.5vh;
 z-index: 100;
 font-size: 1.6vh;
}
#side #logo {
 position: absolute;
 z-index: 5;
 left: 0;
 top: 0;
 width: 31vh;
}
#side #logo img {
 width: 100%;
 margin-left: 10px;
}
#side .message img {
 max-width: 120%;
 width: 118%;
 position: relative;
 z-index: 1;
}
.ex_text {
 padding: 0.5vh 0.7vh;
 line-height: 1.8em;
}
.ex_text span.img {
 margin: 0 6px;
 position: relative;
 top: -3px;
}
hr.dot {
 background-image: url(../img/dot.svg);
 height: 6px;
 width: 98%;
 background-position: center;
 border: none;
 margin: 1.5vh auto;
 background-repeat: repeat-x;
}
img.gunmane_link {
 max-width: 55%;
 margin-top: 1vh;
}
/*------------------------------
PopUP
*/
.pop_contents {
 border: 5px solid #000;
 padding: 2vh 3vh;
 box-sizing: border-box;
 border-radius: 15px;
 max-width: 1000px;
 margin: 0 auto;
 width: 77%;
 z-index: 10;
 background-color: #fff;
 max-height: 100%;
 overflow: auto;
 font-size: 2vh;
}
.pop_contents .flex.cimg2 img {
 width: 31vh;
}
.pop_contents .flex.cimg1 img {
 width: 40vh;
}
.pop_contents h2 {
 color: #ff0000;
 line-height: 1.6em;
 font-size: 1.8em;
}
.pop_contents h2:before {
 content: "";
 width: 4vh;
 display: inline-block;
 height: 4vh;
 background-image: url(../img/mark1.svg);
 background-position: center;
 background-repeat: no-repeat;
 background-size: 100% auto;
 margin-right: 14px;
 position: relative;
 top: 0.5vh;
}
.pop_contents h3 {
 color: #0071bc;
 font-size: 1.8em;
 line-height: 1.6em;
}
.pop_contents .mt10 {
 margin-top: 0.8vh !important;
}
.pop_contents .mb10 {
 margin-bottom: 0.8vh !important;
}
.pop_contents p {
 line-height: 1.3em;
}
.none.pop_contents {
 margin: 30px auto;
}
img.down_icon {
 width: 5vh;
}
.flex.column2 {
 gap: 20px;
 justify-content: center;
 margin: 1.2vh 0;
 position: relative;
}
.flex.column2.step2, .flex.column2.step1 {
 gap: 50px;
 margin-bottom: 50px;
}
.flex.column2.step2 {
 margin-bottom: 0;
}
.flex.column2.step1.v2 {
 margin-bottom: 60px;
}
.flex.column2.step1.v2 div:last-child:before {
 content: "";
 position: absolute;
 right: calc(50% - 25px);
 width: 50px;
 height: 50px;
 background-image: url(../img/down.svg);
 background-position: center;
 background-repeat: no-repeat;
 background-size: 70% auto;
 bottom: -55px;
 transform: rotate(0deg);
}
.flex.column2.v2.step2 div:first-child:before {
 transform: rotate(90deg);
}
.flex.column2.v2.step1:before {
 display: none;
}
.flex.column2.step1 div, .flex.column2.step2 div {
 position: relative;
}
.flex.column2.step2 div:first-child:before, .flex.column2.step1 div:first-child:before {
 content: "";
 position: absolute;
 right: -50px;
 width: 50px;
 height: 50px;
 background-image: url(../img/down.svg);
 background-position: center;
 background-repeat: no-repeat;
 background-size: 70% auto;
 top: calc(50% - 25px);
 transform: rotate(-90deg);
}
.flex.column2.step1:before {
 content: "";
 position: absolute;
 left: calc(50% - 25px);
 width: 50px;
 height: 50px;
 background-image: url(../img/down.svg);
 background-position: center;
 background-repeat: no-repeat;
 background-size: 70% auto;
 top: calc(100% + 15px);
 transform: rotate(45deg);
}
.flex.column4 {
 justify-content: center;
 gap: 10px;
 margin: 20px 0;
}
#popup {
 position: absolute;
 top: 0;
 left: 0;
 background-color: #ffffffe0;
 width: 100%;
 height: 100%;
 z-index: 50;
 opacity: 0;
 transition: 0.3s ease-in-out;
}
#popup.active {
 opacity: 1;
}
#popup .in {
 position: absolute;
 left: 0;
 top: 0;
 width: 100%;
 height: 100%;
 z-index: 1;
}
#popup .close {
 position: absolute;
 right: 2vh;
 top: 2vh;
 width: 7vh;
 height: 7vh;
 z-index: 11;
 background-image: url(../img/close.svg);
 background-position: center;
 background-size: 100% auto;
 background-repeat: no-repeat;
 cursor: pointer;
}
#pop_cover {
 display: flex;
 height: 100%;
 align-items: center;
 max-height: 100vh;
 width: 100%;
 padding: 50px 0 10px 0;
 box-sizing: border-box;
}
.pop_contents {
 .gun1, .gun2, .gun3 {
  text-align: center;
  color: initial;
 }
 .gun1 {
  font-size: 2em;
  line-height: 1.2em;
  font-weight: 500;
 }
 .gun2 {
  font-size: 3em;
  line-height: 1.2em;
 }
 .gun2:before {
  display: none;
 }
 .gun3 {
  font-size: 1.2em;
  font-weight: 500;
  margin-bottom: 1vh;
 }
 .gun_link a {
  display: block;
  color: #0896ff;
  font-weight: 500;
  line-height: 1em;
  font-size: 1.3em;
  margin-bottom: 2vh;
 }
 .gun_img img {
  width: 33%;
 }
}
/*------------------------------
Main
*/
#main {
 width: 81.25%;
 position: relative;
 z-index: 1;
}
.mapcover {
 position: relative;
 margin: 0 auto;
}
.pick_mark {
 position: absolute;
 z-index: 2;
 border: 0.4vh solid #ff0000;
 width: auto;
 box-sizing: border-box;
 text-align: center;
 font-size: 2.5vh;
 font-weight: bold;
 line-height: 1em;
 padding: 1vh 6vh 0.5vh 6vh;
 border-radius: 14px;
 letter-spacing: 1px;
 text-indent: 5px;
 background-color: #fff;
 cursor: pointer;
 transition: 0.3s ease-in-out;
}
.mark {
 position: absolute;
 z-index: 1;
 border: 0.2vh solid #666666;
 width: auto;
 box-sizing: border-box;
 text-align: center;
 font-size: 1.8vh;
 font-weight: bold;
 line-height: 1em;
 padding: 1vh 1vh 0.7vh 1vh;
 border-radius: 14px;
 letter-spacing: 1px;
 text-indent: 5px;
 background-color: #fff;
}
.pick_mark:hover {
 background-color: #ffe4a6;
}
.pick_mark:after {
 content: "";
 position: absolute;
 z-index: 1;
 width: 4vh;
 height: 4vh;
 display: block;
 top: -2vh;
 left: 1vh;
 background-image: url(../img/mark1.svg);
 background-position: center;
 background-size: 100% auto;
 background-repeat: no-repeat;
}
/*------------------------------
Mobile
*/
@media only screen and (max-width: 1800px) {
 #pop_cover {
  font-size: 16px;
 }
 /*1800*/
}
@media only screen and (max-width: 800px) {
 #pop_cover {
  font-size: 1.7vw;
 }
 .pop_contents h2:before {
  width: 3vw;
  height: 3vw;
  top: 0.4vw;
 }
 #popup .close {
  width: 35px;
  height: 35px;
 }
 /*800px*/
}
/*------------------------------
Margin / Padding
*/
.mt0 {
 margin-top: 0px !important;
}
.mt10 {
 margin-top: 10px !important;
}
.mt20 {
 margin-top: 20px !important;
}
.mt30 {
 margin-top: 30px !important;
}
.mt40 {
 margin-top: 40px !important;
}
.mt50 {
 margin-top: 50px !important;
}
.mt60 {
 margin-top: 60px !important;
}
.mt70 {
 margin-top: 70px !important;
}
.mt80 {
 margin-top: 80px !important;
}
.mt90 {
 margin-top: 90px !important;
}
.mt100 {
 margin-top: 100px !important;
}
.mt110 {
 margin-top: 110px !important;
}
.mt120 {
 margin-top: 120px !important;
}
.mt130 {
 margin-top: 130px !important;
}
.mt140 {
 margin-top: 140px !important;
}
.mt150 {
 margin-top: 150px !important;
}
.mt160 {
 margin-top: 160px !important;
}
.mt170 {
 margin-top: 170px !important;
}
.mt180 {
 margin-top: 180px !important;
}
.mt190 {
 margin-top: 190px !important;
}
.mt200 {
 margin-top: 200px !important;
}
.mb10 {
 margin-bottom: 10px !important;
}
.mb20 {
 margin-bottom: 20px !important;
}
.mb30 {
 margin-bottom: 30px !important;
}
.mb40 {
 margin-bottom: 40px !important;
}
.mb50 {
 margin-bottom: 50px !important;
}
.mb60 {
 margin-bottom: 60px !important;
}
.mb70 {
 margin-bottom: 70px !important;
}
.mb80 {
 margin-bottom: 80px !important;
}
.mb90 {
 margin-bottom: 90px !important;
}
.mb100 {
 margin-bottom: 100px !important;
}
.mb110 {
 margin-bottom: 110px !important;
}
.mb120 {
 margin-bottom: 120px !important;
}
.mb130 {
 margin-bottom: 130px !important;
}
.mb140 {
 margin-bottom: 140px !important;
}
.mb150 {
 margin-bottom: 150px !important;
}
.mb160 {
 margin-bottom: 160px !important;
}
.mb170 {
 margin-bottom: 170px !important;
}
.mb180 {
 margin-bottom: 180px !important;
}
.mb190 {
 margin-bottom: 190px !important;
}
.mb200 {
 margin-bottom: 200px !important;
}
.pt10 {
 padding-top: 10px !important;
}
.pt20 {
 padding-top: 20px !important;
}
.pt30 {
 padding-top: 30px !important;
}
.pt40 {
 padding-top: 40px !important;
}
.pt50 {
 padding-top: 50px !important;
}
.pt60 {
 padding-top: 60px !important;
}
.pt70 {
 padding-top: 70px !important;
}
.pt80 {
 padding-top: 80px !important;
}
.pt90 {
 padding-top: 90px !important;
}
.pt100 {
 padding-top: 100px !important;
}
.pt110 {
 padding-top: 110px !important;
}
.pt120 {
 padding-top: 120px !important;
}
.pt130 {
 padding-top: 130px !important;
}
.pt140 {
 padding-top: 140px !important;
}
.pt150 {
 padding-top: 150px !important;
}
.pt160 {
 padding-top: 160px !important;
}
.pt170 {
 padding-top: 170px !important;
}
.pt180 {
 padding-top: 180px !important;
}
.pt190 {
 padding-top: 190px !important;
}
.pt200 {
 padding-top: 200px !important;
}
.pb10 {
 padding-bottom: 10px !important;
}
.pb20 {
 padding-bottom: 20px !important;
}
.pb30 {
 padding-bottom: 30px !important;
}
.pb40 {
 padding-bottom: 40px !important;
}
.pb50 {
 padding-bottom: 50px !important;
}
.pb60 {
 padding-bottom: 60px !important;
}
.pb70 {
 padding-bottom: 70px !important;
}
.pb80 {
 padding-bottom: 80px !important;
}
.pb90 {
 padding-bottom: 90px !important;
}
.pb100 {
 padding-bottom: 100px !important;
}
.pb110 {
 padding-bottom: 110px !important;
}
.pb120 {
 padding-bottom: 120px !important;
}
.pb130 {
 padding-bottom: 130px !important;
}
.pb140 {
 padding-bottom: 140px !important;
}
.pb150 {
 padding-bottom: 150px !important;
}
.pb160 {
 padding-bottom: 160px !important;
}
.pb170 {
 padding-bottom: 170px !important;
}
.pb180 {
 padding-bottom: 180px !important;
}
.pb190 {
 padding-bottom: 190px !important;
}
.pb200 {
 padding-bottom: 200px !important;
}