﻿@charset "UTF-8";

@import url('//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;600;700;900&display=swap');
@import url('//fonts.googleapis.com/css?family=Quicksand:300,400,500,700');
@import url('//fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;700;900&display=swap');
@import url('//fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600&display=swap');


/*========================
フッター
========================*/
footer {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.copyright {
  position: relative;
  font-family: 'Noto Serif JP', serif;
  font-size: 0.75em;
  color: #999;
  text-align: center;
  white-space: nowrap;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

/*固定フッターリンクバナー*/
.footbanner {
  display: block;
  width: 100%;
  height: 84px;
  background: rgb(37,149,0);
  background: linear-gradient(0deg, rgba(37,149,0,1) 0%, rgba(48,191,0,1) 100%);
  text-align: center;
  position: fixed;
  bottom: 0;
  left: 0;
  margin: 0;
}
.footbanner a {
  text-decoration: none;
}
.footinner img {
  position: absolute;
  width: 100%;
  max-width: 100px;
  bottom: 0;
  left: 0;
}
.footinner {
  position: relative;
  max-width: 640px;
  padding: 0;
  margin: 0 auto;
  z-index: 2;
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 1.8em;
  line-height: 84px;
  letter-spacing: 0.04em;
  text-align: center;
  text-shadow: 2px 2px 3px rgba(0,0,0,0.3);
  padding: 0 0 0 42px;
}
.footinner:before {
  content: "";
  position: absolute;
  top: 42%;
  right: 15px;
  width: 20px;
  height: 3px;
  background: #FFF;
  transform: rotate(45deg);
}
.footinner:after {
  content: "";
  position: absolute;
  top: 56%;
  right: 15px;
  width: 20px;
  height: 3px;
  background: #FFF;
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
.copyright {
  bottom: 74px;
  }
.footbanner {
  height: 64px;
  }
.footinner img {
  max-width: 68px;
  margin: 0 0 0 6px;
  }
.footinner {
  position: relative;
  font-size: 1.3em;
  line-height: 64px;
  }
.footinner:before {
  top: 42%;
  width: 12px;
  height: 2px;
  }
.footinner:after {
  top: 54%;
  width: 12px;
  height: 2px;
  }
}


/*========================
汎用パーツ
========================*/
/*-------------------------
グレー背景
--------------------------*/
.graywrap {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background: #EEE;
}

/*-------------------------
ページ上部へジャンプ
--------------------------*/
#jumptop{
  position:fixed;
  right: 0;
  bottom:0;
}
.jumpbtn {
  width:84px;
  height:84px;
  cursor:pointer;
  background:#333;
  position: relative;
}
.jumpbtn:before {
  content: '';
  position: absolute;
  top: 45%;
  right: 1.7em;
  display: block;
  width: 1.5em;
  height: 1.5em;
  border-top: 2px solid #FFF; 
  border-right: 2px solid #FFF; 
  transform: rotate(-45deg); 
}
@media(max-width:840px){
.jumpbtn {
  display: none;
  }
}

/*-------------------------
ボタン
--------------------------*/
/* 矢印付きグリーン角丸ボタン */
.btn_green {
  display: block;
  position: relative;
background: rgb(37,149,0);
background: linear-gradient(0deg, rgba(37,149,0,1) 0%, rgba(48,191,0,1) 100%);
  border-radius: 9999px;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  width: 100%;
  max-width: 480px;
  padding: 10px 12px 12px;
  color: #FFF !important;
  text-align: center;
  text-decoration: none;
  font-size: 1.8em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  transition: all .3s;
  letter-spacing: 0.05em;
}
.btn_green:hover{
background: rgb(37,149,0);
background: linear-gradient(180deg, rgba(37,149,0,1) 0%, rgba(48,191,0,1) 100%);
}
.btn_green:before {
  content: "";
  position: absolute;
  top: 42%;
  right: 18px;
  width: 18px;
  height: 3px;
  background: #FFF;
  transform: rotate(45deg);
}
.btn_green:after {
  content: "";
  position: absolute;
  top: 56%;
  right: 18px;
  width: 18px;
  height: 3px;
  background: #FFF;
  transform: rotate(-45deg);
}
@media screen and (max-width: 480px) {
.btn_green {
  font-size: 1.4em;
  max-width: 100%;
  }
.btn_green:before {
  width: 12px;
  }
.btn_green:after {
  width: 12px;
  }
}

/* 矢印付きオレンジ角丸ボタン */
.btn_orange {
  display: block;
  position: relative;
  background: rgb(234,91,6);
  background: linear-gradient(0deg, rgba(234,91,6,1) 0%, rgba(254,134,24,1) 100%);
  border-radius: 9999px;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  width: 100%;
  max-width: 480px;
  padding: 10px 12px 12px;
  color: #FFF !important;
  text-align: center;
  text-decoration: none;
  font-size: 1.8em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  transition: all .3s;
  letter-spacing: 0.05em;
}
.btn_orange:hover{
  background: rgb(234,91,6);
  background: linear-gradient(180deg, rgba(234,91,6,1) 0%, rgba(254,134,24,1) 100%);
}
.btn_orange:before {
  content: "";
  position: absolute;
  top: 42%;
  right: 18px;
  width: 18px;
  height: 3px;
  background: #FFF;
  transform: rotate(45deg);
}
.btn_orange:after {
  content: "";
  position: absolute;
  top: 56%;
  right: 18px;
  width: 18px;
  height: 3px;
  background: #FFF;
  transform: rotate(-45deg);
}
@media screen and (max-width: 480px) {
.btn_orange {
  font-size: 1.4em;
  max-width: 100%;
  }
.btn_orange:before {
  width: 12px;
  }
.btn_orange:after {
  width: 12px;
  }
}

/*-------------------------
写真ギャラリー
--------------------------*/
/* 写真ギャラリー横並び2列(640px以下で縦列切替) */
.gallery2 {
  width:100%;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  align-items:flex-start;
  flex-wrap: wrap;
}
.gallery2 li {
  width: 50%;
  max-width:50%;
  width: calc(100% / 2);
  padding:0 12px 24px 12px;
  box-sizing: border-box;
}
.gallery2 img {
  width:100%;
}
@media screen and (max-width: 640px) {
.gallery2 li {
  flex-direction: column;
  display:block;
  width: 100%;
  max-width:100%;
  padding:0 0 25px 0;
  }
}

/* 写真ギャラリー横並び2列固定 */
.gallery2_fix {
  width:100%;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  align-items:flex-start;
  flex-wrap: wrap;
}
.gallery2_fix li {
  width: 50%;
  max-width:50%;
  width: calc(100% / 2);
  padding:0 12px 24px 12px;
  box-sizing: border-box;
}
.gallery2_fix img {
  width:100%;
}
@media screen and (max-width: 640px) {
.gallery2_fix li {
  padding:0 6px 15px 6px;
  }
}

/* 写真ギャラリー横並び3列(640px以下で縦列切替) */
.gallery3 {
  width:100%;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  align-items:flex-start;
  flex-wrap: wrap;
}
.gallery3 li {
  width: 33.33%;
  max-width:33.33%;
  width: calc(100% / 3);
  padding:0 10px 20px 10px;
  box-sizing: border-box;
}
.gallery3 img {
  width:100%;
}
@media screen and (max-width: 640px) {
.gallery3 li {
  flex-direction: column;
  display:block;
  width: 100%;
  max-width:100%;
  padding:0 0 15px 0;
  }
}

/* 写真ギャラリー横並び3列固定 */
.gallery3_fix {
  width:100%;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  align-items:flex-start;
  flex-wrap: wrap;
}
.gallery3_fix li {
  width: 33.33%;
  max-width:33.33%;
  width: calc(100% / 3);
  padding:0 10px 20px 10px;
  box-sizing: border-box;
}
.gallery3_fix img {
  width:100%;
}
@media screen and (max-width: 640px) {
.gallery3_fix li {
  padding:0 6px 12px 6px;
  }
}

/* 写真ギャラリーキャプション */
.caption {
  font-size: 0.9em;
  margin-top: 8px;
  line-height: 1.6;
  padding: 0 5px;
  margin-left:1em;
  text-indent:-1em;
}
.caption:before{
  content: "▲";
}

/*-------------------------
横並びflexbox
--------------------------*/
/* 幅可変横並び*/
.column {
  width:100%;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: center;
  align-items:flex-start;
}
.column li{
  margin:0 15px 0 0;
}
.column li:last-child{
  margin:0 0 0 0;
}

/* 画像320px ＋ テキスト*/
.column320 {
  width:100%;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: center;
  align-items:center;
}
.column320_img {
  max-width: 320px;
  margin: 0 30px 0 0;
}
.column320_text {
  flex: 1;
}
@media screen and (max-width: 1000px) {
.column320_img {
  max-width: 240px;
  margin: 0 20px 0 0;
  }
}
@media screen and (max-width: 767px) {
.column320 {
  flex-direction: column;
  display:block;
  }
.column320_img {
  max-width: 100%;
  margin: 0 0 15px 0;
  text-align: center;
  }
}

/* 均等2列(767px以下で縦列切り替え) */
.col2 {
  width:100%;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: center;
  align-items:center;
}
.col2 li{
  width:50%;
  margin:0 30px 0 0;
}
.col2 li:last-child{
  margin:0 0 0 0;
}
@media screen and (max-width: 1000px) {
.col2 li{
  margin:0 20px 0 0;
  }
}
@media screen and (max-width: 767px) {
.col2 {
  flex-direction: column;
  display:block;
  }
.col2 li {
  width:100%;
  margin:0 0 20px 0;
  }
.col2 li:last-child{
  margin:0 0 0 0;
  }
}

