html {
  color: #000;
  background: #FFF;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, xmp {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-size: 100%;
}

legend {
  color: #000;
}

input, select, textarea, button {
  outline: none;
}

body {
  -webkit-text-size-adjust: 100%;
}

html {
  font-size: 12px;
  scroll-behavior: smooth;
}
* {
  box-sizing: border-box;
}
header {
  width: 100%;
  background-color: #EAFAFC;
}
.main_title {
  width: 100%;
  background-color: #00124D;
  color: #FFF;
  height: 80px;
  padding: 3px 0;
}
.wrapper_A {
  max-width: 1100px;
  margin: 0 auto;
}
.main_title_flex {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  height: 74px;
  padding: 5px 0;
}
.main_title_item_A {
  height: 100%;
}
.main_title_item_A img {
  height: 100%;
}
.main_title_item_B {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.main_title_item_B p {
  font-size: 1.2rem;
  text-align: right;
  font-family: fot-seurat-pron, sans-serif;
}
.top_line {
  width: 100%;
  height: 12px;
  background-color: #ad7bb9;
}
.top_menu {
  width: 100%;
  height: 77px;
  background-color: #E0F3A7;
}
.sp_br {
  display: none;
}
.pc_br2 {
  display: block;
}
.top_menu_flex {
  width: 100%;
  height: 77px;
  display: flex;
  padding: 8px 0;
  justify-content: space-between;
}
.top_menu_item {
  display: block;
  text-decoration: none;
  width: 265px;
  height: 60px;
}
.t_m_i_flex {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 8px 8px;
  border: 1px solid #CEC5B8;
  background-color: #FFF;
  justify-content: flex-start;
  align-items: center;
  transition: 0.5s;
}
.t_m_i_flex:hover {
  box-shadow: 2px 2px 2px #444;
  background-color: #fdfbe2;
  transition: 0.5s;
}
.menu_item {
  height: 100%;
  display: flex;
  align-items: center;
}
.menu_item img {
  height: 100%;
}
.menu_p {
  padding-left: 10px;
  font-size: 1.5rem;
  text-align: left;
  color: #000;
  font-family: nitalago-ruika, sans-serif;
}
.t_m_i_flex_op {
  display: flex;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 6px 10px;
  border: 1px solid #576956;
  background-color: #E36C04;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.t_m_i_flex_op:hover {
  box-shadow: 2px 2px 2px #444;
  background-color: #64831b;
  transition: 0.5s;
}
.menu_item_op {
  height: 100%;
  display: flex;
  align-items: center;
}
.menu_item_op img {
  height: 100%;
}
.menu_item_op p {
  text-decoration: none;
  padding-left: 10px;
  font-size: 1.5rem;
  text-align: left;
  color: #FFF;
  font-family: nitalago-ruika, sans-serif;
}
.main_visual {
  width: 100%;
  background-color: #a0a0a0;
  position: relative;
}
.main_visual_sp {
  display: none;
}
.topic_sp {
  display: none;
}
.slide-items {
  width: 100%;
  height: 500px;
  overflow:hidden
}
.slide-items li img {
  width: 100%;
 }
.topic {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  width: 900px;
  height: 35px;
  background-color: rgba(255, 255, 255, 0.65);
  margin: 0 auto;
  text-align: center;
  font-size: 1.2rem;
  padding: 3px 0 5px 0;
  font-family: fot-seurat-pron, sans-serif;
}
.top {
  display: block;
  width: 60px;
  height: 60px;
  position: fixed;
  z-index: 100;
  bottom: 100px;
  right: 50px;
  text-decoration: none;
  
}
.toplink {
  width: 100%;
  height: 100%;
  display: flex;
  background-color: #111;
  color: #fff;
  font-size: 1.5rem;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
  border: #888 1px solid;
  box-shadow: 2px 2px 2px #888;
}
.toplink:hover {
  background-color: #FF5B5B;
}
.insta {
  display: block;
  width: 60px;
  height: 60px;
  position: fixed;
  z-index: 100;
  bottom: 170px;
  right: 50px;
  text-decoration: none;
  
}
.instalink {
  width: 100%;
  height: 100%;
  padding: 10px;
  display: flex;
  background-color: purple;
  color: #fff;
  font-size: 1.5rem;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
  border: #888 1px solid;
  box-shadow: 2px 2px 2px #888;
}
.instalink img {
  width: 100%;
}
.instalink:hover {
  background-color: rgb(204, 0, 204);
}
.menu {
  position: fixed;
  z-index: 100;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 90px;
  background-color: #00124D;
  /* 1. メニューを画面下へ隠す */
  transform: translateY(100%);
  /* 2. 0.3秒かけて表示する */
  transition: .3s;
}
.active{
  /* 3. メニューを定位置へ戻す */
  transform: translate(0);
}
main {
  width: 100%;
  background-color: #EAFAFC;
  padding: 20px 0;
}
.waku {
  width: 100%;
  margin-bottom: 25px;
  border: 1px solid #707070;
}
.waku_title {
  width: 100%;
  height: 60px;
  background-color: #00124D;
  display: flex;
  padding: 15px 0;
  align-items: center;
  justify-content: center;
}
.w_t_item {
  height: 100%;
  display: flex;
  align-items: center;
}
.w_t_item img {
  height: 100%;
}
.w_t_item h2 {
  color: #FFF;
  font-size: 1.4rem;
  padding: 3px 0 0 10px;
  font-family: nitalago-ruika, sans-serif;
}
.waku_textbox {
  padding: 20px;
  background-color: #FFF;
}
.area1_p {
  padding: 25px;
  text-align: center;
  line-height: 2em;
  font-size: 1.4rem;
  font-family: vdl-logona, sans-serif;
}
.pc_br {
  display: block;
}
.pdf_btn {
  margin: 15px auto 30px;
  max-width: 600px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.pdf_item {
  width: 280px;
  display: block
}
.pdf_item img {
  width: 100%;
  filter:drop-shadow(2px 2px 1px #222);
}
.pdf_item img:hover {
  filter:opacity(0.7)
}
.wrapper_B {
  max-width: 800px;
  margin: 0 auto;
}
.guide_menu {
  width: 100%;
  padding: 20px 18px;
  background-color: #E3FFC8;
}
.guide_menu_flex {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.g_m_a {
  width: 240px;
  height: 68px;
  display: block;
  border-radius: 5px;
  background-color: #fff;
  margin-bottom: 22px;
  box-shadow: 2px 2px 1px #888;
  text-decoration: none;
  color: #222;
}
.g_m_a:hover {
  background-color: #FCFCC9;
}
.g_m_item {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 12px;
}
.g_m_i_img {
  width: 12%;
  height: 100%;
  display: flex;
  align-items: center;
}
.g_m_i_img img {
 width: 100%;
}
.g_m_i_p1 {
  display: flex;
  width: 88%;
  height: 100%;
  align-items: center;
  text-align: left;
  padding-left: 8px;
  font-family: fot-seurat-pron, sans-serif;
  font-size: 14px;
  line-height: 1.2em;
}
.g_m_i_p2 {
  display: flex;
  width: 85%;
  height: 100%;
  align-items: center;
  text-align: left;
  padding-left: 8px;
  font-family: fot-seurat-pron, sans-serif;
  font-size: 12px;
  line-height: 1.2em;
}
.btn {
  width: 100%;
  display: block;
  border-radius: 5px;
  background-color: #FF4A24;
  color: #fff;
  box-shadow: 2px 2px 1px #888;
  margin-bottom: 20px;
  text-decoration: none;
}
.btn:hover {
  background-color: #5DC0CF;
}
.btn_item {
  width: 100%;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_i_img {
  width: 26px;
  height: 100%;
  display: flex;
  align-items: center;
}
.btn_i_img img {
  width: 100%;
}
.btn_p {
  padding-left: 8px;
  font-size: 16px;
  font-family: fot-seurat-pron, sans-serif;
}
.toresen_map {
  width: 100%;
}
.toresen_map img {
  width: 100%;
}
.photo_area {
  margin-top: 25px;
  width: 100%;
  background-color: #FFF;
}
.photo_title {
  width: 100%;
  background-color: #185B04;
  padding: 7px 10px;
  font-size: 1.4rem;
  font-family: fot-seurat-pron, sans-serif;
  color: #FFF;
}

.hscroll {
	max-width:800px;
	position:relative;
}
.hscroll ul {
	padding:0;
	margin:0;
	width:100%;
	overflow:hidden;
	white-space:nowrap;
	scroll-snap-type:x mandatory;
	scroll-behavior:smooth;
}
.hscroll img {
	width:100%;
	object-fit:contain;
}
.hscroll li {
	list-style:none;
	display: inline-block;
	scroll-snap-align:center;
	width:100%;
	height:100%;
}
.arrow {
	top:0;
	position:absolute;
	width:8%;
	height:100%;
	background:rgba(255,255,255,0.3);
	cursor:pointer;
}
.arrow:before {
	content:'';
	position:absolute;
	width:10px;
	height:10px;
	border-left:4px solid gray;
	border-bottom:4px solid gray;
}
.left {
	left:0px;
}
.left:before {
	top:calc(50% - 10px);
	left:calc(50% - 4px);
	transform:rotate(45deg);
}
.right {
	right:0;
}
.right:before {
	top:calc(50% - 10px);
	right:calc(50% - 6px);
	transform:rotate(-135deg);
}

.photo_img {
  width: 100%;
}
.photo_img img {
  width: 100%;
}
.photo_p {
  text-align: left;
  padding: 5px 10px;
  font-size: 1.4rem;
  color: #222;
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: 600;
  line-height: 1.4em;
}
.photo_p a {
  color: palevioletred;
}
.cost_sp {
  display: none;
}
.cost_area {
  width: 100%;
  padding: 50px 0;
}
.cost_title {
  width: 100%;
  background-color: #FB5F3F;
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-family: nitalago-ruika, sans-serif;
  padding: 7px 0 5px;
}
.cost_img {
  padding-top: 30px;
  width: 100%;
}
.cost_img img {
  width: 100%;
}
.cost_img p {
  padding: 15px 0 0 10px;
  font-size: 1.4rem;
  line-height: 1.8em;
}
.info_area {
  width: 100%;
  padding-bottom: 20px;
}
.info_title {
  width: 100%;
  background-color: #D4DCFF;
  color: #444;
  text-align: left;
  padding: 5px 10px;
  font-size: 1.8rem;
  font-family: yu-mincho-pr6n, sans-serif;
  font-weight: bold;
}
.info_text {
  width: 100%;
  padding: 5px 10px 15px 10px;
  color: #444;
  font-family: yu-gothic-pr6n, sans-serif;
  font-weight: bold;
}
.info_p1 {
  font-size: 1.6rem;
}
.info_p2 {
  font-size: 2.4rem;
}
.table {
  margin-top: 20px;
  width: 100%;
  border-collapse:  collapse;
  font-family: yu-gothic-pr6n, sans-serif;
}
.t_th,.t_td {
  border: 1px solid #D6D6D6;
}
.t_th {
  width: 250px;
  padding: 15px;
  background-color: #2B828D;
  color: #FFF;
  text-align: center;
  vertical-align:middle;
  font-size: 1.4rem;
  font-weight: bold;
}
.t_td {
  padding: 15px;
  background-color: #F5F7FF;
  color: #606060;
  text-align: left;
  vertical-align:middle;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.6em;
}
.t_td span {
  font-size: 2rem;
}
.t_td ol {
  counter-reset: count 0;
}
.t_td li {
  padding-bottom: 5px;
  text-indent: -1em;
  padding-left: 1em;
}
.t_td li:before {
  content: counter(count) ". ";
  counter-increment: count 1;
}
.dwld_btn {
  display: block;
  margin: 30px auto 0;
  text-decoration: none;
  width: 280px;
  font-size: 1.5rem;
  color: #fff;
  border-radius: 5px;
  background-color: red; 
  box-shadow: 3px 3px 3px #888;
  font-family: nitalago-ruika, sans-serif;
  padding: 15px 0;
  text-align: center;
  transition: .3s;
}
.mg_b {
  margin-bottom: 25px;
}
.dwld_btn:hover {
  background-color: maroon;
  box-shadow: 0px 0px 0px #FFF;
  transition: .3s;
}
.access_are {
  width: 100%;
}
.access_area_flex {
  width: 100%;
  display: flex;
  align-items: center;
  padding-bottom: 30px;
}
.access_item1 {
  width: 60%;
}
.access_item2 {
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-left: 40px;
}
.access_item2 img {
  width: 60%;
}
.access_title {
  text-align: left;
  font-size: 1.8rem;
  font-family: yu-mincho-pr6n, sans-serif;
  padding-bottom: 5px;
}
.access_air {
  width: 100%;
  background-color: #EFEFEF;
  text-align: center;
  font-family: yu-gothic-pr6n, sans-serif;
  font-weight: bold;
  padding: 3px 0;
  margin-bottom: 5px;
  font-size: 1.5rem;
}
.access_text {
  width: 100%;
  font-family: yu-gothic-pr6n, sans-serif;
  font-size: 1.4rem;
  padding-bottom: 15px;
}
.map-wrap {
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 66%;
  height: 0;
  overflow: hidden;
  }
  .map-wrap iframe {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  }
.sponsor {
  display: block;
  width: 250px;
  margin: 40px auto;
}
.sponsor img {
  width: 100%;
}
.sponsor img:hover {
  box-shadow: 5px 5px 3px #FFF;
}
.select_company {
  width: 100%;
  text-align: center;
  margin: 20px 0;
}
.select_company h3 {
  padding-bottom: 10px;
  font-size: 1.5rem;
  font-weight: 600;
  color: #222;
  font-family: vdl-logona, sans-serif;
}
.company_link {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  align-items: center;
}
.link_item {
  width: 240px;
}
.company_link li:nth-child(2) {
  margin: 0 20px;
}
.link_a {
  width: 100%;
  display: block;
  background-color: #fff;
  box-shadow: 2px 2px 2px #888;
  margin-bottom: 5px;
}
.link_a img {
  width: 100%;
}
.link_a:hover {
  opacity: 0.7;
}
.link_item span {
  width: 100%;
  display: block;
  background-color: #444;
  color: #fff;
  font-size: 1rem;
  margin-bottom: 3px;
}
.policy_link {
  display: block;
  padding: 20px 0;
  font-size: 1.5rem;
  text-align: center;
}
footer {
  background-color: #00124D;
  padding-top: 20px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  padding-bottom: 90px;
}
.copybr {
  display: none;
}

.policy_title {
  font-size: 1.5rem;
  font-weight: 800;
  padding-bottom: 10px;
}
.policy_text {
  font-size: 1.2rem;
  line-height: 1.5em;
  padding-left: 20px;
  padding-bottom: 20px;
}
.list {
  padding-left: 20px;
  padding-bottom: 20px;
}
.list li {
  list-style: disc;
  font-size: 1.2rem;
  padding-bottom: 5px;
}

@media screen and (max-width: 1120px) {
  .wrapper_A {
    padding: 0 3%;
  }
  .top_menu_item {
    width: 23%;
    height: auto;
  }
  .topic {
  width: 80%;
  }
  .main_visual {
    height: auto;
  }
  .main_visual_img {
    height: auto;
}
.top {
  right: 20px;
}
.insta {
  right: 20px;
}
.access_item2 {
  justify-content: center;
  }
}

@media screen and (max-width: 880px) {
.g_m_a {
  width: 47%;
  height: auto;
}
.sponsor {
  width: 200px;
}
.t_m_i_flex {
  padding: 10px 13px;
}
.menu_p {
  padding-left: 7px;
  font-size: 1.3rem;
}
.menu_item_op p {
  padding-left: 7px;
  font-size: 1.3rem;
}
}
@media screen and (max-width: 800px) {
.t_m_i_flex {
  padding: 8px 10px;
}
.menu_p {
  padding-left: 5px;
  font-size: 1.1rem;
}
.menu_item_op p {
  padding-left: 5px;
  font-size: 1.1rem;
}
.topic {
  font-size: 1rem;
  height: 30px;
}
.hscroll ul {
  overflow-x:auto;
}
}

@media screen and (max-width: 730px) {
.main_title {
  height: 65px;
}
.main_title_flex {
  height: 58px;
}
.main_title_item_B p {
  font-size: 0.8rem;
}
.top_menu {
  height: 70px;
}
.menu {
  height: 70px;
}
.top_menu_flex {
  height: 70px;
}
.top {
  bottom: 90px;
}
.insta {
  bottom: 160px;
}
.waku_title {
  height: 45px;
  padding: 10px 0;
}
.w_t_item h2 {
  font-size: 1.2rem;
}
.waku_textbox {
  padding: 10px;
}
.area1_p {
  padding: 15px;
  line-height: 1.8em;
  font-size: 1.2rem;
}
.g_m_a {
  margin-bottom: 15px;
}
.btn_item {
  padding: 8px;
}
.photo_title {
  padding: 4px 10px;
  font-size: 1.2rem;
}
.photo_area {
  margin-top: 15px;
}
.photo_p {
  padding: 2px 7px;
  font-size: 1.2rem;
}
.cost_area {
  padding: 30px 0;
}
.cost_title {
  font-size: 1.8rem;
  padding: 5px 0 3px;
}
.cost_img {
  padding-top: 15px;
}
.info_area {
  padding-bottom: 15px;
}
.info_title {
  padding: 2px 10px;
  font-size: 1.6rem;
}
.info_text {
  padding: 5px 10px 10px 10px;
}
.info_p2 {
  font-size: 2rem;
}
.t_th {
  width: 25%;
}
.sponsor {
  width: 180px;
  padding: 30px 0;
}
footer {
  padding-top: 10px;
  font-size: 1.6rem;
  padding-bottom: 70px;
}
}

@media screen and (max-width: 660px) {
.pdf_btn {
  flex-direction: column;
  height: 100px
}
.pdf_item {
  width: 220px;
  padding-bottom: 15px;
}
}

@media screen and (max-width: 630px) {
.top_menu {
  display: none;
}
.top_line {
  background-color: #ad7bb9;
}
.main_visual {
  display: none;
}
.main_visual_sp {
  position: relative;
  display: block;
  width: 100%;
}
.main_visual_sp img {
  width: 100%;
}
.topic_sp {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  width: 80%;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  padding: 5px;
  font-size: 1rem;
  font-family: fot-seurat-pron, sans-serif;
}
.sp_br {
  display: block;
}
.menu_item img {
  display: none;
}
.menu_item_op img {
  display: none;
}
.t_m_i_flex {
  padding: 15px 18px;
  justify-content: center;
  align-items: center;
  background-color: #185B04;
}
.menu {
  background-color: rgba(234, 250, 252, 0.8);
}
.menu_p {
  text-align: center;
  color: #fff;
}
.cost_img p {
  font-size: 1rem;
}
}
@media screen and (max-width: 600px) {
.area1_p {
  padding: 25px;
  text-align: left;
}
.pc_br {
  display: none;
}
.company_link {
  flex-direction:column;
}
.link_item {
  width: 200px;
}
.company_link li:nth-child(2) {
  margin: 20px 0;
}
footer p {
  font-size: 1rem;
}
}
@media screen and (max-width: 550px) {
  .main_title_item_B {
    padding-left: 20px;
    line-height: 1.2em;
  }
  .area1_p {
    padding: 15px;
  }
  .g_m_a {
    width: 100%;
  }
  .pc_br2 {
    display: none;
  }
  .g_m_i_img {
    width: 8%;
  }
  .g_m_i_p1 , .g_m_i_p2 {
    font-size: 1.2rem;
}
.t_m_i_flex {
  padding: 2px 2px;
}
.menu_p {
  padding-left: 0px;
  font-size: 0.9rem;
}
.t_m_i_flex_op {
  padding: 2px 2px;
}
.menu_item_op p {
  padding-left: 0px;
  font-size: 0.9rem;
}
.info_title {
  padding: 0px 10px;
  font-size: 1.2rem;
}
.info_p1 {
  font-size: 1.2rem;
}
.info_p2 {
  font-size: 1.2rem;
}
.t_th {
  width: 22%;
  padding: 5px;
  font-size: 1.2rem;
}
.t_td {
  padding: 5px;
  font-size: 1.2rem;
  line-height: 1.6em;
}
.access_area_flex {
  justify-content: center;
  padding-bottom: 20px;
  flex-wrap: wrap;
}
.access_item1 {
  width: 100%;
}
.access_item2 {
  width: 100%;
  padding: 20px;
}
.access_title {
  font-size: 1.4rem;
}
.access_air {
  font-size: 1.4rem;
}
.access_text {
  font-size: 1.2rem;
  line-height: 1.2em;
}
.top {
  bottom: 80px;
}
.cost_pc {
  display: none;
}
.cost_sp {
  display: block;
}
}
@media screen and (max-width: 430px) {
  .t_th {
    width: 85px;
  }
}
@media screen and (max-width: 350px) {
  .main_title_item_B p {
    font-size: 0.6rem;
}
  .t_td span {
    font-size: 1.5rem;
}
  .access_air {
    font-size: 1.2rem;
}
.sponsor {
  width: 150px;
  padding: 15px 0;
}
.copybr {
  display: block;
}
.dwld_btn {
  width: 250px;
  font-size: 1.2rem;
}
}