@charset "utf-8";

/*====================================================================================================

トップ

====================================================================================================*/

/*----------------------------------------------------------------------------------------------------

Main visual

----------------------------------------------------------------------------------------------------*/

.mainVisual-wrap {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
  /*padding-left: 30px;
  padding-right: 30px;
  max-width: 1680px;
  border: calc(20/1920*100vw) solid var(--color-green04);
  box-sizing: border-box;*/
}

.mainVisual-wrap {
  margin-bottom: 120px;
}

.mainVisual-wrap::after {
  position: absolute;
  content: "";
  display: block;
  width: 50%;
  height: 660px;
  background-color: var(--color-white);
  background-repeat: repeat;
  background-image: radial-gradient(
    var(--color-gray02) 30%,
    rgba(255, 255, 255, 0) 30%
  );
  background-size: 10px 10px;
  right: 0;
  bottom: -60px;
  z-index: -1;
}

.mainVisual {
  width: 100%;
  max-width: 1660px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  height: 880px;
  border: calc(20 / 1920 * 100vw) solid var(--color-green04);
  box-sizing: border-box;
  overflow: hidden;
}

.mv-txt {
  position: absolute;
  z-index: 1;
  transition: 0.3s;
  color: var(--color-orange);
}

.mv-illust {
  position: absolute;
  background-image: url("../../image/mainvisual/yorisoi.png");
  background-repeat: no-repeat;
  z-index: 2;
  background-size: contain;
}

.mv-illust {
  width: 200px;
  height: 200px;
  bottom: 80px;
  right: calc(50% - 724px);
}

.mv-txt__item {
  font-weight: 700;
  z-index: 2;
}

.mv-txt__item p {
  position: relative;
  background-color: #fff;
  background-image: radial-gradient(#f7f6f3 30%, rgba(255, 255, 255, 0) 30%);
  background-size: 10px 10px;
  display: inline-block;
  line-height: 1.4;
  z-index: 0;
}

.mv-txt__item p::before {
  position: absolute;
  content: "";
  display: block;
  height: 30%;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: -1;
  background-color: var(--color-green04);
}

.mv-txt__item p {
  padding: 0 20px;
}

.mv-txt .mv-txt__item:not(:last-child) {
  margin-bottom: 15px;
}

.mv-photo {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 880px;
  left: 0;
  bottom: 0;
}

.mv-p__item {
  display: block;
  width: 100%;
  height: 880px;
  overflow: hidden;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}

.mv-photo .mv-p__item:nth-child(1) {
  background-image: url("../../image/mainvisual/01.jpg");
}

.mv-photo .mv-p__item:nth-child(2) {
  background-image: url("../../image/mainvisual/02.jpg");
}

.mv-photo .mv-p__item:nth-child(3) {
  background-image: url("../../image/mainvisual/03.jpg");
}

/*.mv-p__item img {
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
}*/

@media print, screen and (min-width: 901px) {
  .mv-txt {
    bottom: 80px;
    /*left: calc(50% - 724px);*/
    left: calc(90 / 1920 * 100vw);
  }

  .mv-illust {
    width: 200px;
    height: 200px;
    bottom: 80px;
    /*right: calc(50% - 724px);*/
    right: calc(90 / 1920 * 100vw);
  }
}

@media print, screen and (max-width: 900px) {
  .mv-txt {
    bottom: 80px;
    left: 0;
  }

  .mv-illust {
    width: 200px;
    height: 200px;
    bottom: 80px;
    right: 0;
  }
}

@media print, screen and (max-width: 750px) {
  .mv-illust {
    bottom: calc(180 / 750 * 100vw);
    right: 0;
  }
  .mv-txt__item p {
    padding: 0 5px;
  }

  .mainVisual {
    height: 700px;
  }

  .mv-photo {
    height: 700px;
  }

  .mv-p__item {
    height: 700px;
  }
}
@media print, screen and (max-width: 640px) {
  .mv-illust {
    bottom: calc(200 / 640 * 100vw);
    right: 0;
  }
  .mv-illust {
    width: 175px;
    height: 175px;
  }
  .mv-photo .mv-p__item:nth-child(1) {
    background-position: 40% bottom;
  }

  .mv-photo .mv-p__item:nth-child(2) {
    background-position: 60% bottom;
  }

  .mv-photo .mv-p__item:nth-child(3) {
    background-position: 40% bottom;
  }
}

@media print, screen and (max-width: 580px) {
  .mv-illust {
    width: 150px;
    height: 150px;
    bottom: calc(240 / 580 * 100vw);
    right: 0;
  }
}

@media print, screen and (max-width: 480px) {
  .mv-illust {
    width: 100px;
    height: 100px;
    bottom: calc(280 / 480 * 100vw);
    right: 0;
  }

  .mv-txt__item p {
    padding: 0 5px;
    font-size: 5rem;
  }
}

/*----------------------------------------------------------------------------------------------------

scrolldown

----------------------------------------------------------------------------------------------------*/

.scrolldown1 {
  /*描画位置*/
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  position: absolute;
  /*全体の高さ*/
  height: 50px;
}

/*Scrollテキストの描写*/

.scrolldown1 span {
  /*描画位置*/
  position: absolute;

  /*テキストの形状*/
  color: var(--color-green01);
  /*font-size: 1rem;*/
  letter-spacing: 0.05em;
  font-weight: 700;
  /*text-orientation: sideways;
  -webkit-text-orientation: sideways;
  writing-mode: vertical-rl;*/
  white-space: nowrap;
}

/* 線の描写 */
.scrolldown1::after {
  content: "";
  /*描画位置*/
  position: absolute;
  top: 0px;
  /*線の形状*/
  width: 2px;
  height: 50px;
  background: var(--color-green01);
  /*線の動き1.4秒かけて動く。永遠にループ*/
  animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove {
  0% {
    height: 0;
    top: 100px;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 160px;
    opacity: 0;
  }
}
@media print, screen and (min-width: 901px) {
  .scrolldown1 {
    left: 30px;
    bottom: 200px;
  }

  .scrolldown1 span {
    left: -6px;
    top: -10px;
    text-orientation: sideways;
    -webkit-text-orientation: sideways;
    writing-mode: vertical-rl;
  }
}
@media print, screen and (max-width: 900px) {
  .scrolldown1 {
    display: none;
  }
}

/*----------------------------------------------------------------------------------------------------

greeting

----------------------------------------------------------------------------------------------------*/

#greeting {
  position: relative;
}

#greeting::after {
  position: absolute;
  content: "";
  display: block;
  width: 50%;
  background-color: var(--color-white);
  background-repeat: repeat;
  background-image: radial-gradient(
    var(--color-gray02) 30%,
    rgba(255, 255, 255, 0) 30%
  );
  background-size: 10px 10px;
  left: 0;
  z-index: -1;
}

#greeting {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 100px;
}

/*#greeting .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}*/

#greeting .txt-box {
}

#greeting .txt-box p {
  margin-bottom: 30px;
}

#greeting .txt-box a {
  float: right;
}

#greeting .img-box {
  position: relative;
}
#greeting h2 {
  margin-left: 40px;
  display: inline-block;
}

#greeting .img-box {
  display: flex;
  align-items: center;
}

@media print, screen and (min-width: 901px) {
  #greeting .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  #greeting::after {
    bottom: 0px;
    height: 100%;
  }

  #greeting .img-box {
    width: calc(50% - 180px);
    margin-right: 120px;
  }

  #greeting .txt-box {
    width: 50%;
    max-width: 720px;
    padding-left: 40px;
  }
}

@media print, screen and (max-width: 900px) {
  #greeting .img-box {
    width: calc(100% - 120px);
    margin-right: 120px;
    margin-bottom: calc(60 / 900 * 100vw);
  }

  #greeting::after {
    top: 0px;
    height: 60%;
  }
}

/*----------------------------------------------------------------------------------------------------

最新情報

----------------------------------------------------------------------------------------------------*/

.tab_p_none.info {
  background-image: url("../../image/mt.iwaki_back.jpg");
  background-size: cover;
}

.js-parallax.tab_p_none.info {
  padding-top: 60px;
}

#info .inner {
  background-color: rgba(255, 255, 255, 0.8);
}
#info {
  margin-bottom: 60px;
}

#info .inner {
  display: grid;
}

#info .inner h2 {
  position: relative;
}

#info .txt-box {
  min-height: 342px;
}

#info .txt-box > a {
  float: right;
}

.info-list {
  list-style: none;
}

.info-list li a {
  text-decoration: none;
}

.info-list li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.info-list .date {
  color: var(--color-green02);
  font-weight: 500;
}

.info-list li:not(:last-child) {
  margin-bottom: 10px;
}

.info-list li p {
  font-weight: 500;
  color: var(--color-green01);
  border-bottom: 2px dotted var(--color-green03);
  width: calc(100% - 110px);
}

.info-list li p {
  padding: 10px;
}

.info-list .date .md {
  display: block;
}
@media print, screen and (min-width: 901px) {
  #info .inner {
    grid-template-columns: repeat(3, 1fr);
    padding: 30px 30px 0;
  }
  #info .inner h2 {
    grid-column-start: 1;
    grid-column-end: 2;
  }

  #info .txt-box {
    grid-column-start: 2;
    grid-column-end: 4;
    padding: 20px 40px;
  }

  #info .inner h2 > div {
    margin-left: 10%;
  }
  #info .inner h2 span.tate,
  #info .inner h2 span.en {
    left: 50%;
    transform: translateX(-50%);
    display: block;
  }

  #info .inner h2::after {
    position: absolute;
    content: "";
    display: block;
    background-color: var(--color-gray02);
    top: 50%;
    right: -1px;
    transform: translateY(-50%);
    width: 2px;
    height: 90%;
  }

  #info .inner h2 > div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  .info-list {
    margin-bottom: 20px;
  }
  .info-list .date {
    margin-right: 20px;
    width: 90px;
  }
}

@media print, screen and (max-width: 900px) {
  #info .inner {
    grid-template-columns: repeat(1, 1fr);
    padding: 30px 10px 0;
  }

  #info .inner h2 span.tate {
    writing-mode: horizontal-tb;
    letter-spacing: 0;
  }

  #info .inner h2 {
    text-align: center;
  }

  #info .txt-box {
    padding: 20px;
  }
  .info-list {
    margin-bottom: 30px;
  }

  .info-list .date {
    margin-right: 10px;
    width: 75px;
  }

  .info-list li p {
    width: calc(100% - 80px);
  }
}

/*----------------------------------------------------------------------------------------------------

point

----------------------------------------------------------------------------------------------------*/

#point {
  position: relative;
}

#point h2 {
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#point h2 {
  margin-bottom: 60px;
}
#point h2 .speech-balloon-hd:after {
  left: 50%;
  transform: translateX(-50%);
}

#point .line-hd {
  display: inline-block;
  margin-bottom: 5px;
}

#point::after {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100px;
  background-color: var(--color-white);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}

#point h2 {
  font-weight: 700;
}

.point-list {
  position: relative;
  list-style: none;
  counter-reset: number 0;
}

.point-list li h3 {
  color: var(--color-green02);
  font-weight: 700;
}

.point-list li h3 {
  padding-top: 20px;
  margin-bottom: 10px;
}

.point-list .img-box span {
  font-weight: 700;
  color: var(--color-green02);
}

.point-list .img-box span {
  position: absolute;
  top: -5px;
  left: 0px;
}

.point-list .img-box {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.point-list li {
  position: relative;
  border-bottom: 4px dotted var(--color-gray);
}

/*.point-list li::after{
	position: absolute;
	content: "";
	display: block;
	height: 4px;
	width: 100%;
	background-color: #fff;
  background-image:radial-gradient(#e5e5e5 30%, rgba(255,255,255,0) 30%);
  background-size: 10px 10px;
}*/

.point-list li {
  padding-bottom: 30px;
}

.point-list li:nth-child(1) .img-box {
  background-image: url("../../image/contents/top/point01.jpg");
}

.point-list li:nth-child(2) .img-box {
  background-image: url("../../image/contents/top/point02.jpg");
}

.point-list li:nth-child(3) .img-box {
  background-image: url("../../image/contents/top/point03.jpg");
}

.point-list li:nth-child(4) .img-box {
  background-image: url("../../image/contents/top/point04.jpg");
}

.point-list .img-box {
  height: 360px;
  width: calc(100% - 20px);
  margin-bottom: 20px;
}

.point-list .img-box .bg_dot {
  position: absolute;
  width: 120px;
  height: 60px;
  bottom: -20px;
  right: -20px;
}

.point-list .img-box .bg_dot::before {
  position: absolute;
  content: "";
  display: block;
  width: 120px;
  height: 90px;
  bottom: 10px;
  background-repeat: no-repeat;
  background-position: center;
}

.point-list li:nth-child(1) .img-box .bg_dot::before {
  background-image: url("../../image//contents/top/hot-spring.png");
}

.point-list li:nth-child(2) .img-box .bg_dot::before {
  background-image: url("../../image/contents/top/tableware.png");
}

.point-list li:nth-child(3) .img-box .bg_dot::before {
  background-image: url("../../image/contents/top/staff.png");
}

.point-list li:nth-child(4) .img-box .bg_dot::before {
  background-image: url("../../image//contents/top/heart.png");
}

.point-list li .img-box span,
.point-list li .img-box::before {
  font-size: 60px;
  font-size: calc(5.6rem + ((1vw - 0.64rem) * 0.3125));
  line-height: 1;
}

.point-list .img-box::before {
  position: absolute;
  top: 0px;
  left: 3px;
  color: var(--color-white);
  font-weight: 700;
  counter-increment: number;
  content: counter(number, decimal-leading-zero) "";
}

.point-list.col2_gr {
  grid-column-gap: 40px;
  grid-row-gap: 60px;
  margin-bottom: 60px;
}

@media print, screen and (max-width: 900px) {
  .point-list .img-box {
    height: 200px;
    margin-bottom: 10px;
  }
  .point-list .img-box .bg_dot::before {
    width: 100px;
    height: 75px;
    background-size: contain;
  }

  .point-list .img-box .bg_dot {
    position: absolute;
    width: 100px;
    height: 50px;
  }
}

/*----------------------------------------------------------------------------------------------------

バナー

----------------------------------------------------------------------------------------------------*/

#banner {
  background-color: var(--color-green04);
}

#banner {
  padding-top: 140px;
  padding-bottom: 100px;
}

.banner-list {
  list-style: none;
}

.banner-list {
  list-style: none;
}

/*.banner-list{
	display: flex;
}*/

.banner-list li {
  position: relative;
  border: 4px solid var(--color-green02);
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  background-size: cover;
  background-position: center;
}

.banner-list li:nth-child(1) {
  background-image: url("../../image/contents/top/banner01.jpg");
}
.banner-list li:nth-child(2) {
  background-image: url("../../image/contents/top/banner02.jpg");
}
.banner-list li:nth-child(3) {
  background-image: url("../../image/contents/top/banner03.jpg");
}

.banner-list li::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0);
  background-repeat: repeat;
  background-image: radial-gradient(
    rgba(229, 229, 229, 0.2) 30%,
    rgba(255, 255, 255, 0) 30%
  );
  background-size: 10px 10px;
}

.banner-list a {
  position: relative;
  display: block;
  z-index: 2;
  text-decoration: none;
  white-space: nowrap;
}

.banner-list a {
  height: 230px;
}

.banner-list a span {
  font-weight: 700;
  color: var(--color-orange);
  z-index: 1;
}

.banner-list a span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
@media print, screen and (min-width: 901px) {
  .banner-list li:nth-child(3) {
    grid-column-start: 1;
    grid-column-end: 3;
  }

  .banner-list.col2_gr {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }
}
@media print, screen and (max-width: 900px) {
  .banner-list.col2_gr {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 40px;
  }
}
@media print, screen and (max-width: 900px) {
  #banner {
    padding-bottom: 30px;
  }
}

/*----------------------------------------------------------------------------------------------------

foot-gallery-col

----------------------------------------------------------------------------------------------------*/

#foot-gallery-col {
  background: rgb(243, 248, 201);
  background: linear-gradient(
    0deg,
    rgba(243, 248, 201, 1) 0%,
    rgba(243, 248, 201, 0) 100%
  );
}

/*----------------------------------------------------------------------------------------------------

背景固定

----------------------------------------------------------------------------------------------------*/

.js-parallax {
  width: 100%;
  background-size: cover;
  background-attachment: fixed;
}

@media screen and (max-width: 750px) {
  .js-parallax {
    background-size: cover;
    background-attachment: scroll;
  }
}
