@charset "utf-8";
@import url('https://www.nta.co.jp/akafu/east/common/css/common.css');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;400;500&family=Noto+Serif+JP:wght@400;700&display=swap');
@import url('https://use.fontawesome.com/releases/v5.6.3/css/all.css');

/* CSS Document */
html {
  scroll-behavior: smooth;
}

#wrapper {
  width: 100%;
  /*max-width:950px;*/
  margin: 0 auto 10px;
  padding: 0;
  font-size: 14px;
  line-height: 1.6;
  font-family: 'Noto Serif JP', serif;
  overflow: hidden;
}

#wrapper * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

#wrapper a {
  word-break: break-all;
}

#wrapper img {
  vertical-align: bottom;
}

#wrapper h2,
#wrapper h3,
#wrapper h4 {
  font-weight: bold;
}

@media screen and (min-width: 760px) {
  .pc_none {
    display: none;
  }
}

@media screen and (max-width: 759.9px) {
  .sp_none {
    display: none;
  }
}

.disnon {
  display: none;
}

.text_red {
  color: #B20202;
  border-bottom: 1px solid #B20202;
}

.text_yellow {
  color: #ffe600;
  border-bottom: 1px solid #ffe600;
}

.marker {
  background: linear-gradient(transparent 80%, #ffd22c 80%);
  font-weight: bold;
}

.attention {
  text-indent: -1em;
  margin-left: 1em;
  margin-bottom: 5px;
}

.deco {
  font-weight: normal;
  padding: 0 25px;
  background: url("../images/slash_left.svg") no-repeat center left, url("../images/slash_right.svg") no-repeat center right;
  background-size: 15px;
  display: inline-block;
}

@media screen and (max-width: 759.9px) {
  .deco {
    padding: 0 20px;
    background: url("../images/slash_left.svg") no-repeat center left, url("../images/slash_right.svg") no-repeat center right;
    background-size: 10px;
  }
}

a.godetail {
  width: 80%;
  max-width: 350px;
  margin: 10px 2%;
  min-height: 65px;
  text-align: center;
  text-decoration: none;
  /*background: url("../images/button.png") no-repeat center bottom;
	background-size:100% ;*/
  background: linear-gradient(180deg, rgba(0, 74, 160, 0.98) 0%, #00AADF 100%);
  color: #FFFFFF;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 100%;
}

a.godetail:hover {
  color: #FFFFFF !important;
  text-decoration: none !important;
  opacity: 0.8;
}

/*a.godetail.chubu{
	background: url("../images/button_chubu.png") no-repeat center bottom;
	background-size:100% ;
}*/
a.godetail.gray {
  background: url("../images/button_gray.png") no-repeat center bottom;
  background-size: 100%;
  pointer-events: none;
}

@media screen and (max-width: 759.9px) {
  a.godetail {
    width: 45%;
    min-height: 55px;
    padding: 5px 0 10px;
  }
}

/*--------.page_roof-------------*/
.page_roof {
  width: 100%;
  position: relative;
}

.page_roof .inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 10;
}

.page_roof .inner h2 {
  width: 100%;
  height: 100%;
  max-width: 950px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page_roof .inner h2 img {
  width: 100%;
  height: auto;
}

/*-------------ナビ--------------*/
#pageNav {
  width: 100%;
  z-index: 20;
  padding: 0;
}

#pageNav ul a,
#pageNav ul a:hover {
  color: #FFFFFF !important;
  text-decoration: none !important;
}

#pageNav ul {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

#pageNav ul a {
  width: 20%;
  height: 70px;
  background: #74E2FB;
  border-right: 1px solid #FFFFFF;
}

#pageNav ul a li {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding-left: 3em;
  background-position: center left 1em;
  background-repeat: no-repeat;
  background-size: 2.5em auto;
}

#pageNav ul a li span {
  font-size: 14px;
}

#pageNav ul a li {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  text-align: center;
  padding-left: 3em;
  background-position: center left 1em;
  background-repeat: no-repeat;
  background-size: 2.5em auto;
}

#pageNav ul a:hover,
#hokkaido_panel #pageNav ul a:first-child,
#tohoku_panel #pageNav ul a:nth-child(2),
#niigata_panel #pageNav ul a:nth-child(3),
#nagano_panel #pageNav ul a:nth-child(4),
#kitakanto_panel #pageNav ul a:nth-child(5) {
  background: #00CFFD;
}

#pageNav ul a:first-child li {
  background-image: url("../images/yuki1a.svg");
}

#pageNav ul a:nth-child(2) li {
  background-image: url("../images/yuki2a.svg");
}

#pageNav ul a:nth-child(3) li {
  background-image: url("../images/yuki3a.svg");
}

#pageNav ul a:nth-child(4) li {
  background-image: url("../images/yuki4a.svg");
}

#pageNav ul a:nth-child(5) li {
  background-image: url("../images/yuki5a.svg");
}

@media screen and (max-width: 759.9px) {
  #pageNav ul a {
    height: 50px;
  }

  #pageNav ul a li {
    font-size: 12px;
    padding-left: 0;
    background-position: center left 0.5em;
    background-repeat: no-repeat;
    background-size: 1.5em auto;
  }

  #pageNav ul a li span {
    font-size: 10px;
  }
}


.area_map {
  width: 100%;
  background-repeat: no-repeat, no-repeat;
  background-position: top 50% center, center center;
  background-size: 90% auto, cover;
  padding: 20px 0;
}

#hokkaido_panel .area_map {
  background-image: url("../images/hokkaido/bg_hokkaido_logo.png"), url("../images/hokkaido/bg_hokkaido.jpg");
}

#kitakanto_panel .area_map {
  background-image: url("../images/kitakanto/bg_gunma_logo.png"), url("../images/kitakanto/bg_kitakanto.jpg");
  /* background-color: aliceblue; */
}

#niigata_panel .area_map {
  background-image: url("../images/niigata/bg_niigata_logo.png"), url("../images/niigata/bg_jyoetsu.jpg");
}

#tohoku_panel .area_map {
  background-image: url("../images/tohoku/bg_tohoku_logo.png"), url("../images/tohoku/bg_tohoku.jpg");
}

#nagano_panel .area_map {
  background-image: url("../images/nagano/bg_nagano_logo.png"), url("../images/nagano/bg_shinsyu.jpg");
}

.area_map {
  width: 100%;
  margin-bottom: 30px;
}

.area_map .map {
  width: 100%;
  max-width: 950px;
  height: 500px;
  margin: 0 auto 30px;
  text-align: center;
}

@media screen and (max-width: 759.9px) {
  .area_map {
    background-position: top 25% center, center center;
  }

  .area_map .map {
    height: 45vh;
  }
}

.area_map .map svg {
  width: 97%;
  height: 100%;
  margin: 0 auto;
}

.area_map .map svg a {
  cursor: pointer;
}

.area_map .map svg a:hover {
  opacity: 0.8;
}

.area_map h2 {
  width: 100%;
  max-width: 950px;
  margin: 20px auto 5px;
  font-size: 300%;
  text-align: center;
  line-height: 1.4;
  color: #FFFFFF;
  text-shadow: 0 0 5px #0081CC, 0 0 5px #0081CC, 0 0 5px #0081CC, 0 0 5px #0081CC, 0 0 5px #0081CC, 0 0 5px #0081CC, 0 0 5px #0081CC, 0 0 5px #0081CC, 0 0 5px #0081CC, 0 0 5px #0081CC, 0 0 5px #0081CC, 0 0 5px #0081CC, 0 0 5px #0081CC, 0 0 5px #0081CC, 0 0 5px #0081CC, 0 0 5px #0081CC;
}

.area_map p {
  width: 70%;
  max-width: 800px;
  margin: 0 auto;
  font-size: 120%;
  text-align: right;
  line-height: 1.4;
  color: #FFFFFF;
  text-shadow: 0 0 5px #0081CC, 0 0 5px #0081CC, 0 0 5px #0081CC, 0 0 5px #0081CC, 0 0 5px #0081CC, 0 0 5px #0081CC, 0 0 5px #0081CC, 0 0 5px #0081CC, 0 0 5px #0081CC, 0 0 5px #0081CC, 0 0 5px #0081CC, 0 0 5px #0081CC, 0 0 5px #0081CC, 0 0 5px #0081CC, 0 0 5px #0081CC, 0 0 5px #0081CC;
}

@media screen and (max-width: 759.9px) {
  .area_map h2 {
    width: 100%;
    margin: 20px auto 5px;
    font-size: 7vw;
    text-align: center;
    line-height: 1.4;
    color: #FFFFFF;
    font-weight: bold;
    text-shadow: 0 0 5px #0081CC, 0 0 5px #0081CC, 0 0 5px #0081CC, 0 0 5px #0081CC, 0 0 5px #0081CC, 0 0 5px #0081CC, 0 0 5px #0081CC, 0 0 5px #0081CC, 0 0 5px #0081CC, 0 0 5px #0081CC, 0 0 5px #0081CC, 0 0 5px #0081CC, 0 0 5px #0081CC, 0 0 5px #0081CC, 0 0 5px #0081CC, 0 0 5px #0081CC;
  }

  .area_map p {
    width: 90%;
    font-size: 90%;
    text-align: center;
  }
}

.tab_wrap {
  width: 100%;
  overflow: hidden;
}

@media screen and (max-width: 759.9px) {
  .area_map h2 {
    margin: 20px auto;
    font-size: 5vw;
    text-align: center;
    line-height: 1.4;
  }
}

/*-------region_content-----------*/
.region_content {
  width: 100%;
  margin: 0 auto 20px;
  padding: 0 0 30px;
}

.region_name {
  width: 100%;
}

.region_name h2 {
  position: relative;
  text-align: center;
  font-size: 5vw;
  line-height: 1.5;
  color: #00AADF;
  white-space: nowrap;
  background: linear-gradient(180deg, #004AA0 0%, #00AADF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 30px;
}

.region_name .h2_deco {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  white-space: nowrap;
  color: #00AEE4;
  margin-bottom: 2em;
}

.region_name .slim {
  transform: scaleX(0.8);
}

.region_name .slim2 {
  transform: scaleX(0.7);
}

@media screen and (max-width: 759.9px) {
  .region_name h2 {
    font-size: 9vw;
    transform: scaleX(0.9);
    transform-origin: center;
    margin-bottom: 20px;
  }

  .region_name .slim {
    transform: scaleX(0.8);
    transform-origin: center;
  }

  .region_name .slim2 {
    transform: scaleX(0.7);
    transform-origin: center;
  }

  .region_name .h2_deco {
    font-size: 14px;
  }
}

@media screen and (min-width: 760px) {
  .kinrin {
    width: 95%;
    max-width: 950px;
    margin: 60px auto 20px;
    background: url("../images/kinrin_yuki2.png") no-repeat bottom 10px right 10px, url("../images/kinrin_frame.png") no-repeat bottom right;
    background-size: auto, auto 100%;
    padding: 10px 70px 10px 30px;
    position: relative;
    border-radius: 20px;
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.3);
  }

  .kinrin:after {
    content: "";
    position: absolute;
    top: -15px;
    left: -5px;
    background: url("../images/kinrin_yuki1.png") no-repeat top left;
    background-size: contain;
    width: 80px;
    height: 80px;
  }

  .kinrin .fukidashi {
    position: absolute;
    font-size: 120%;
    top: -35px;
    left: 100px;
    background: url("../images/kinrin_fukidashi.png")no-repeat center center;
    background-size: contain;
    padding: 20px 25px;
    color: #1D50A2;
    text-shadow: 0 0 5px #FFFFFF, 0 0 5px #FFFFFF, 0 0 5px #FFFFFF, 0 0 5px #FFFFFF, 0 0 5px #FFFFFF, 0 0 5px #FFFFFF;
  }

  .kinrin .fukidashi span {
    transform: rotate(-5deg);
    display: inline-block;
  }

  .kinrin h3 {
    color: #FFFFFF;
    font-size: 150%;
    text-align: center;
    text-shadow: 0 0 5px #1D50A2, 0 0 5px #1D50A2, 0 0 5px #1D50A2, 0 0 5px #1D50A2, 0 0 5px #1D50A2, 0 0 5px #1D50A2, 0 0 5px #1D50A2, 0 0 5px #1D50A2, 0 0 5px #1D50A2, 0 0 5px #1D50A2, 0 0 5px #1D50A2;
    background: url("../images/bg_title_kinrin.png") no-repeat center center;
    background-size: auto 80%;
    margin-bottom: 20px;
  }

  .kinrin p {
    width: 70%;
    margin: 20px auto 10px;
  }

  .kinrin .info_content {
    width: 100%;
    margin: 0 auto;
    background: #1D50A2;
    padding: 10px 20px 3px 20px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 759.9px) {
  .kinrin {
    width: 90%;
    margin: 60px auto 20px;
    background: url("../images/kinrin_frame_sp.png") no-repeat bottom left;
    background-size: 100% auto;
    padding: 15px 20px 35px 20px;
    position: relative;
    border-radius: 20px;
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.3);
  }

  .kinrin:after {
    content: "";
    position: absolute;
    top: -15px;
    right: -5px;
    background: url("../images/kinrin_yuki1.png") no-repeat top left;
    background-size: contain;
    width: 80px;
    height: 80px;
    transform: rotate(45deg);
  }

  .kinrin:before {
    content: "";
    position: absolute;
    bottom: 8px;
    left: 5px;
    background: url("../images/kinrin_yuki2.png") no-repeat bottom left;
    background-size: contain;
    width: 60px;
    height: 60px;
    transform: scale(-1, 1);
  }

  .kinrin .fukidashi {
    position: absolute;
    font-size: 110%;
    top: -35px;
    left: -5px;
    background: url("../images/kinrin_fukidashi.png")no-repeat center center;
    background-size: contain;
    padding: 15px 20px;
    color: #1D50A2;
    text-shadow: 0 0 5px #FFFFFF, 0 0 5px #FFFFFF, 0 0 5px #FFFFFF, 0 0 5px #FFFFFF, 0 0 5px #FFFFFF, 0 0 5px #FFFFFF;
  }

  .kinrin .fukidashi span {
    transform: rotate(-5deg);
    display: inline-block;
  }

  .kinrin h3 {
    color: #FFFFFF;
    font-size: 150%;
    text-align: center;
    text-shadow: 0 0 5px #1D50A2, 0 0 5px #1D50A2, 0 0 5px #1D50A2, 0 0 5px #1D50A2, 0 0 5px #1D50A2, 0 0 5px #1D50A2, 0 0 5px #1D50A2, 0 0 5px #1D50A2, 0 0 5px #1D50A2, 0 0 5px #1D50A2, 0 0 5px #1D50A2;
    background: url("../images/bg_title_kinrin.png") no-repeat center center;
    background-size: auto 80%;
    margin-bottom: 20px;
  }

  .kinrin p {
    width: 90%;
    margin: 20px auto 10px;
  }

  .kinrin .info_content {
    width: 100%;
    margin: 0 auto;
    background: #1D50A2;
    padding: 10px 20px 3px 20px;
    margin-bottom: 10px;
  }
}

/*-------feature-----------*/
.feature {
  width: 95%;
  max-width: 950px;
  position: relative;
  padding: 30px 10px;
  margin: 0 auto 40px;
}

.feature::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 40px;
  margin: 0 auto;
  background: url("../images/snowline1.png") no-repeat top center;
  background-size: auto 100%;
}

.feature::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 40px;
  margin: 0 auto;
  background: url("../images/snowline2.png") no-repeat bottom center;
  background-size: auto 100%;
}

.feature .inner {
  background: rgba(255, 255, 255, 0.5);
  padding: 30px;
  /* display: flex; */
  justify-content: center;
}

.feature .inner ul {
  /* width: 100%;*/
}

.feature .inner ul li {
  width: 100%;
  background: url("../images/maru.svg") no-repeat top 4px left;
  background-size: 10px;
  padding-left: 15px;
  margin-bottom: 5px;
}

.feature .attention {
  margin-bottom: 5px;
}

@media screen and (min-width: 760px) {
  .photo_unit {
    width: 95%;
    max-width: 950px;
    margin: 10px auto 20px;
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
  }

  .photo_unit .photo {
    width: 58%;
  }

  .photo_unit .photo img {
    width: 100%;
  }

  .photo_unit .map {
    width: 38%;
    position: relative;
    text-align: center;
  }

  .photo_area .map .caption,
  .photo_unit .map .caption {
    font-size: 90%;
    line-height: 1.8;
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    background: #FFFFFF;
    padding: 0 10px;
    border-radius: 15px;
    width: 12em;
    margin: 0 auto;
    border: 1px solid #CCCCCC;
  }

  .photo_unit .map img {
    width: 100%;
    border: 1px solid #CCCCCC;
  }
}

@media screen and (max-width: 759.9px) {
  .feature {
    padding: 20px 10px;
    margin: 0 auto 40px;
  }

  .feature::before {
    width: 90%;
    height: 30px;
    background-size: 100% 100%;
  }

  .feature::after {
    width: 90%;
    height: 30px;
    background-size: 100% 100%;
  }

  .feature .inner {
    padding: 25px 10px;
  }

  .photo_unit {
    width: 90%;
    margin: 0 auto 20px;
    text-align: center;
  }

  .photo {
    margin-bottom: 20px;
  }

  .photo img {
    width: 100%;
  }

  .photo_unit .map img {
    width: 60%;
    border: 1px solid #CCCCCC;
  }

  .photo_unit .map {
    position: relative;
  }

  .photo_area .map .caption,
  .photo_unit .map .caption {
    font-size: 90%;
    line-height: 1.6;
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    background: #FFFFFF;
    padding: 0 10px;
    border-radius: 15px;
    margin: 0 auto;
    border: 1px solid #CCCCCC;
    width: 12em;
  }
}

.photo_area {
  width: 95%;
  max-width: 950px;
  margin: 10px auto 30px;
}

.photo_area .photo {
  width: 80%;
  margin: 0 auto;
}

.photo_area .map {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.photo_area div img {
  width: 100%;
  border: 1px solid #CCCCCC;
}

.information {
  width: 95%;
  max-width: 950px;
  margin: 0 auto;
}

.information h2 {
  color: #FFE100;
  font-size: 160%;
  text-align: center;
  text-shadow: 0 0 5px #1D50A2, 0 0 5px #1D50A2, 0 0 5px #1D50A2, 0 0 5px #1D50A2, 0 0 5px #1D50A2, 0 0 5px #1D50A2, 0 0 5px #1D50A2, 0 0 5px #1D50A2, 0 0 5px #1D50A2, 0 0 5px #1D50A2, 0 0 5px #1D50A2;
  margin: 20px;
}

.info_content {
  width: 100%;
  margin: 0 auto;
  background: #1D50A2;
  padding: 15px 20px 8px 20px;
  margin: 30px 0 20px;
}

.info_content h3 {
  color: #FFE100;
  font-size: 140%;
  margin: -5px 0 5px;
}

.info_content a {
  color: inherit;
  word-break: break-all;
}

.info_content .dl_unit {
  display: flex;
  flex-wrap: wrap;
}

.info_content dl {
  display: flex;
  margin: 0 10px 10px 0;
  border-bottom: 1px solid #FFF;
  padding-right: 10px;
}

.info_content dl dt {
  background: url("../images/bg_info_dt.png") no-repeat center right;
  background-size: cover;
  color: #1D2088;
  padding: 2px 10px 0 5px;
  font-size: 80%;
  margin-right: 5px;
  white-space: nowrap;
}

@media screen and (max-width: 759.9px) {
  .info_content {
    width: 95%;
    margin: 0 auto;
    padding: 15px 10px 8px 20px;
  }

  .info_content dl dt {
    background: url("../images/bg_info_dt.png") no-repeat top right;
    background-size: auto 24px;
    color: #1D2088;
    padding: 2px 10px 0 5px;
    font-size: 80%;
    margin-right: 5px;
    line-height: 22px;
  }
}

.info_content dl dd {
  color: #FFFFFF;
  padding-bottom: 2px;
  font-size: 90%;
}

/*-------温泉-------------*/
.bannerbox {
  width: 80%;
  max-width: 750px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 20px auto;
  border-radius: 20px;
  padding: 20px 20px;
}

.onsen.bannerbox {
  background: rgba(244, 180, 87, 1.00);
}

.pamph.bannerbox {
  background: rgba(241, 236, 181, 1.00);
}

.pamph.bannerbox dd {
  width: 100%;
  text-align: center;
}

.pamph.bannerbox img {
  width: 20%;
  margin: 10px;
}

.bannerbox dt {
  width: 100%;
  text-align: center;
}

.bannerbox h2 {
  font-size: 130%;
}

.onsen.bannerbox h2 {
  display: inline;
  background: url("../images/icon_onsen.png")no-repeat bottom 8px right;
  background-size: 20px;
  padding-right: 25px;
}

.bannerbox p {
  font-size: 120%;
  color: #F74C13;
}

@media screen and (max-width: 759.9px) {
  .bannerbox {
    justify-content: center;
  }

  .bannerbox h2 {
    font-size: 110%;
    margin-bottom: 10px;
  }

  .onsen.bannerbox h2 {
    background: url("../images/icon_onsen.png")no-repeat bottom 3px right;
    background-size: 20px;
    padding-right: 25px;
  }

  .bannerbox p {
    font-size: 110%;
    margin-bottom: 10px;
  }

  .pamph.bannerbox dd {
    width: 100%;
  }

  .pamph.bannerbox dd img {
    width: 40%;
    margin: 5px;
  }
}

/*----------------*/
.region_content>.inner {
  padding: 40px 0 30px;
}

.region_content>.yoyaku_inner {
  width: 95%;
  max-width: 950px;
  margin: 0 auto;
  padding: 20px 0 30px;
  text-align: center;
}

.yoyaku_inner .setplan {
  font-size: 120%;
  margin-bottom: 20px;
  line-height: 2.5;
}

.yoyaku_inner h2 {
  font-size: 110%;
}

.yoyaku_inner .setplan span {
  padding: 3px 10px 2px;
  margin: 0 5px;
}

.yoyaku_inner .setplan .air {
  background: #ccccff;
}

.yoyaku_inner .setplan .stay {
  background: #ffcddc;
}

.yoyaku_inner .setplan .chitose {
  background: #bee395;
}

.yoyaku_inner .setplan .lift {
  background: #ffe699;
}

.region_content .yoyaku {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 10px auto 20px;
}

@media screen and (max-width: 759.9px) {
  .yoyaku_inner .setplan {
    font-size: 110%;
    line-height: 2.2;
    margin: 0 5px 20px;
  }

  .yoyaku_inner .setplan span {
    padding: 5px 8px 4px;
    margin: 0 2px;
  }
}

/*-------カムイ123プラン--------*/
.kamui_123plan {
  /*width: 95%;*/
  max-width: 950px;
  margin: 0 auto;
  padding: 20px 0 30px;
}

.kamui_123plan img {
  width: 100%;
  margin-bottom: 5px;
}

.kamui_123plan_point {
  text-align: left;
  font-weight: bold;
  color: #1D50A2;
}

/*-------動画--------*/
.movie {
  margin: 30px auto;
  width: 100%;
  text-align: center;
}

.movie p {
  margin-top: 10px;
}

.movie iframe {
  width: 560px;
  height: 315px;
}

@media screen and (max-width: 759.9px) {
  .movie iframe {
    width: 90vw;
    height: 55vw;
  }
}

.sliderarea {
  width: 90%;
  max-width: 700px;
  margin: 20px auto 30px;
}

/*-----スライドswiper カスタマイズ--------------------*/
.swiper-container.top {
  width: 100%;
  margin: 0 auto;
  height: 500px;
}

.swiper-container.top .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-container.top .swiper-slide p {
  z-index: 10;
  position: absolute;
  width: 95%;
  max-width: 950px;
  margin: 0 auto 10px;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: right;
  font-size: 100%;
  color: #FFFFFF;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 759.9px) {
  .swiper-container.top {
    height: 35vh;
  }

  .swiper-container.top .swiper-slide p {
    top: 5px;
    bottom: auto;
    right: 10px;
    left: 0;
    text-align: right;
    font-size: 12px;
    color: #FFFFFF;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  }
}

/*-----inboxswiper--------------------*/
.swiper-container.inbox .swiper-slide img {
  width: 100%;
}

/* ドットインジケーターの色*/
.swiper-pagination.inbox .swiper-pagination-bullet {
  opacity: 0.6;
}

.swiper-pagination.inbox .swiper-pagination-bullet-active {
  background: #FFFFFF;
}

/* prev&next 矢印の色とサイズ*/
.swiper-button-prev.inbox::after,
.swiper-button-next.inbox::after {
  font-size: 20px;
  color: #FFF;
  font-weight: bold;
}

@media screen and (max-width: 759.9px) {

  .swiper-button-prev.inbox::after,
  .swiper-button-next.inbox::after {
    font-size: 15px;
  }
}

/*-----長野ロゴエリア--------------------*/

.logo_box {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 150px;
  margin: 4vw 10vw 6vw;
}

.logo1 {
  width: 40%;
  margin: 4vw 2vw 4vw 12vw;
}

.logo2 {
  width: 28%;
  margin: 1vw 5vw 0.5vw;
}

.logo_arukuma {
  width: 100%;
  text-align: center;
  font-family: 'Hiragino Maru Gothic ProN W4', 'Yu Gothic UI';
  font-size: 80%;
}


@media screen and (max-width: 759.9px) {
  .logo_box {
    display: block;
    height: 300px;
    padding-bottom: 6vw;
    margin: 1vw 0auto;
  }

  .logo1 {
    width: 100%;
    padding: 0 auto 20px;
    margin: 10px auto;
  }

  .logo_arukuma {
    height: 100%;
  }

  .logo2 {
    height: 50%;
    width: auto;
    padding: auto 20px;
    margin: 10px auto;
  }