@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=BIZ+UDGothic&family=BIZ+UDMincho&family=BIZ+UDPMincho&family=M+PLUS+1p&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Rampart+One&family=Sawarabi+Gothic&family=Shippori+Mincho&family=Shippori+Mincho+B1&family=WDXL+Lubrifont+JP+N&family=Zen+Antique+Soft&family=Zen+Kaku+Gothic+New&family=Zen+Maru+Gothic&display=swap');
@import url('https://fonts.googleapis.com/css2?family=BIZ+UDPGothic&family=BIZ+UDPMincho&family=Kiwi+Maru&family=M+PLUS+1:wght@100..900&family=M+PLUS+1p&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Sawarabi+Gothic&family=Shippori+Mincho&family=WDXL+Lubrifont+JP+N&family=Zen+Kaku+Gothic+New&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=M+PLUS+1:wght@100..900&family=Momo+Trust+Display&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Zen+Kaku+Gothic+New&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Jost:ital,wght@0,100..900;1,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=M+PLUS+1:wght@100..900&family=Momo+Trust+Display&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Zen+Kaku+Gothic+New&display=swap');


/* ここから下にCSSを書く！ */
.body {
    text-align: center;
    height: 956px;
    padding: 0;
    margin: 0;
    background-color: #fff;
}
ul {
    list-style: none;
}



/* ここから下がハンバーガーメニューに関するCSS */


.header {
  display: flex;
  justify-content: left;
  align-items: left;
  position: fixed;
  margin: auto ;
  margin-top: 0px;
  top: 0px;
  height: 70px;
  z-index: 100;
  width: 100vw;
  
}

.header {
    background-color: #ffffff;
    width: 100vw;
    
   
}


/* チェックボックスを非表示にする */
.drawer_hidden {
  display: none;
}

/* ハンバーガーアイコンの設置スペース */
.drawer_open {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 35px;
  top: 33px;
  z-index: 100;/* 重なり順を一番上にする */
  cursor: pointer;
}


/* ハンバーガーメニューのアイコン */
.drawer_open span,
.drawer_open span:before,
.drawer_open span:after {
  content: '';
  display: block;
  height: 1px;
  width: 30px;
  background: #da1b5f;
  transition: 0.5s;
  position: absolute;
}

/* 三本線の一番上の棒の位置調整 */
.drawer_open span:before {
  bottom: 8px;
}

/* 三本線の一番下の棒の位置調整 */
.drawer_open span:after {
  top: 8px;
}

/* アイコンがクリックされたら真ん中の線を透明にする */
#drawer_input:checked ~ .drawer_open span {
  background: rgba(255, 255, 255, 0);
}

/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
#drawer_input:checked ~ .drawer_open span::before {
  bottom: 0;
  transform: rotate(45deg);
  background: #db9c09;
}

#drawer_input:checked ~ .drawer_open span::after {
  top: 0;
  transform: rotate(-45deg);
  background: #db9c09;
}
  
/* メニューのデザイン*/
.nav_content {
     font-family: ads-strong, sans-serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
  width: 100%;
  height: 100%;
  position: fixed;
  bottom: 100%;
  left: 0%; /* メニューを画面の外に飛ばす */
  z-index: 99;
  background: linear-gradient(rgb(255, 255, 255,0.9), rgb(255, 255, 255,0.7));
  transition: .5s;
  text-align: left;
  padding-top: 40px;
  padding-left: 60px;
  font-size: 20px;
  line-height: 1.4;
}

/* メニュー黒ポチを消す */
.nav_list li {
  margin-top: 20px;
  margin-bottom: 0px;
}

.nav_item a {
  color: #db9c09;
  text-decoration: none;
  font-weight: 500;
  
}

.nav_explain {
  color: #fff;
  font-weight: 400;
  font-size: 8px;
  position: absolute;
  right: 20px;
  bottom: 20px;
}

/* アイコンがクリックされたらメニューを表示 */
#drawer_input:checked ~ .nav_content {
  bottom: 0;/* メニューを画面に入れる */
  
}



.title {
    margin-top: 16px;
    margin-left: -50px;
}
.titlemoji h6 {
   position: relative;
    top: -37px;
    left: 182px;
    color: #292929;
     font-family: ads-strong, sans-serif;
  font-size:13px;
  font-weight: 100;
  font-style: normal;
}


.kaisou {
    margin-top: 48px;
    background-color: #F7F7F7;
    padding: 1em;
    color: #222426;
}

.gazo {
  position: relative;
  z-index: 0;
  }

.gazo h1 {
  position: absolute;
  color: white;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  text-shadow: rgba(0,0,0,0.5) 1px 0 10px;
  margin:0;
  padding:0;
  text-align: center;
 white-space: nowrap;
 line-height: 1;
  /*文字の装飾は省略*/
  font-weight: 530;
  font-size: 25px;
  }

.gazo span {
    font-size: 16px;
    font-weight: 530;
}


.gazo img {
  width: 100%;
  position: relative;
  z-index: 0;
  }


  h1 {
    font-size: 20px;
    font-weight: 700;
}

a.btn_03 {
	display: block;
	text-align: center;
	text-decoration: none;
    white-space: nowrap;
	width: 135px;
	margin-left: auto;
    margin-right: 20px;
	padding: 0.7em;
	font-weight: bold;
	border: 1px solid #0068B7;
	color: #0068B7;
	border-radius: 100vh;
	transition: 0.5s;
    font-weight: 500;
    font-size: 14px;
    padding-right: 20px;
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20class%3D%22feather%20feather-external-link%22%3E%3Cpath%20d%3D%22M18%2013v6a2%202%200%200%201-2%202H5a2%202%200%200%201-2-2V8a2%202%200%200%201%202-2h6%22%3E%3C%2Fpath%3E%3Cpolyline%20points%3D%2215%203%2021%203%2021%209%22%3E%3C%2Fpolyline%3E%3Cline%20x1%3D%2210%22%20y1%3D%2214%22%20x2%3D%2221%22%20y2%3D%223%22%3E%3C%2Fline%3E%3C%2Fsvg%3E');
	background-size: 16px;
	background-repeat: no-repeat;
	background-position: 100px;
    
}
a.btn_03:hover {
	color: #fff;
	background: #0068B7;
}

/*ハンバーガー終わり？*/



.accesstop h1 {
  position: relative;
  top: 120px;
  font-family: ads-strong, sans-serif;
  font-size:24px;
  font-weight: 100;
  font-style: normal;
  color: #ed3b3b;
  padding-left: 24px;
}

.kyogei h2 {
  position: relative;
  top: 180px;
  font-family: "Noto Sans JP", sans-serif;
  font-size:24px;
  font-weight: 600;
  font-style: normal;
  color: #db9c09;
  padding-left: 24px;
}

.kyogei h6 {
  position: relative;
  top: 200px;
  font-family: "Noto Sans JP", sans-serif;
  font-size:18px;
  font-weight: 300;
  font-style: normal;
  color: #4aaca9;
  padding-left: 24px;
}

.kyogei h6 span {
  position: relative;
  top: 0px;
  font-family: "Noto Sans JP", sans-serif;
  font-size:13px;
  font-weight: 400;
  font-style: normal;
  color: #4aaca9;
  
}


.kyogeimap {
  position: relative;
  top:230px;
  text-align: center;
}












.kyogoku h2 {
  position: relative;
  top: 330px;
  font-family: "Noto Sans JP", sans-serif;
  font-size:24px;
  font-weight: 600;
  font-style: normal;
  color: #db9c09;
  padding-left: 24px;
    padding-right: 24px;
  line-height: 0.9;
}

.kyogoku h2 span {
  font-size: 15px;

}

.kyogoku h6 {
  position: relative;
  top: 350px;
  font-family: "Noto Sans JP", sans-serif;
  font-size:18px;
  font-weight: 300;
  font-style: normal;
  color: #4aaca9;
  padding-left: 24px;
}

.kyogoku h6 span {
  position: relative;
  top: 0px;
  font-family: "Noto Sans JP", sans-serif;
  font-size:13px;
  font-weight: 400;
  font-style: normal;
  color: #4aaca9;
  
}

.gokuaccess {
  text-align: center;
  position: relative;
  top: 370px;
}



.gokumap {
  position: relative;
  top: 400px;
  text-align: center;
}











.shimotoba h2 {
  position: relative;
  top: 480px;
  font-family: "Noto Sans JP", sans-serif;
  font-size:24px;
  font-weight: 500;
  font-style: normal;
  color: #db9c09;
  padding-left: 24px;
}

.shimotoba h6 {
  position: relative;
  top: 500px;
  font-family: "Noto Sans JP", sans-serif;
  font-size:18px;
  font-weight: 300;
  font-style: normal;
  color: #4aaca9;
  padding-left: 24px;
}

.shimotoba h6 span {
  position: relative;
  top: 0px;
  font-family: "Noto Sans JP", sans-serif;
  font-size:13px;
  font-weight: 400;
  font-style: normal;
  color: #4aaca9;
  
}



.tobamap {
  position: relative;
  top:530px;
  text-align: center;
}





.kugabashi h2 {
  position: relative;
  top: 630px;
  font-family: "Noto Sans JP", sans-serif;
  font-size:24px;
  font-weight: 500;
  font-style: normal;
  color: #db9c09;
  padding-left: 24px;
}

.kugabashi h6 {
  position: relative;
  top: 650px;
  font-family: "Noto Sans JP", sans-serif;
  font-size:18px;
  font-weight: 300;
  font-style: normal;
  color: #4aaca9;
  padding-left: 24px;
}

.kugabashi h6 span {
  position: relative;
  top: 0px;
  font-family: "Noto Sans JP", sans-serif;
  font-size:13px;
  font-weight: 400;
  font-style: normal;
  color: #4aaca9;
  
}

.kugamap {
  position: relative;
  top:680px;
  text-align: center;
}




















.yohaku h6 {
    position: relative;
    height: 800px;
}





.netabare  {
  background: #db9c09;
  height: 500px;
}

.nav_list h4 a {
    color: #ffffff;
  font-size: 20px;
   font-family: ads-strong, sans-serif;
  font-weight: 100;
  line-height: 0.3;
  margin-left: 25px;
  position: relative;
  top: 0px;
}


.netabare h6 {
    font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  color: #ffffff;
  text-align: right;
  margin-right: 20px;
  position: relative;
  top: 100px;
}














/*下メニューバー*/

.bottom-hr {
    border: 0.2px solid #e7d19e;
    width: 100vw;
    position: relative;
    margin: auto;
    top: 0px;
    z-index: 5;
}

.bottom-menu {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 60px;
  background: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255));
  color: white;
  z-index: 1000; /* コンテンツの上に表示 */
}
.bottom-menu ul {
  display: flex;
  justify-content: space-around;
  margin: 0;
  padding: 10px 0;
  list-style: none;
}
.bottom-menu a {
  text-decoration: none;
  color: #db9c09;
  position: relative;
  top: -10px;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
/*下メニューバー終わり*/






