﻿@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');


/*========================
INFORMATION
========================*/
.information div{
  line-height: 1.6;
  padding: 10px 0;
}
.information img {
  width: 100%;
  max-width: 840px;
  margin: 15px 0;
}
.infodate {
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #F7941C;
  margin-right: 12px;
  white-space: nowrap;
}
.infotitle {
  font-family: 'Noto Serif JP', serif;
}
.infotitle a {
  font-weight: 700;
  text-decoration:none;
  color: #222;
}
.infotitle a:hover {
  text-decoration:underline;
}
@media screen and (max-width: 767px) {
.information div{
  padding: 6px 0;
  }
.infodate {
  display: block;
  margin: 0 0 3px;
  }
.infotitle {
  display: block;
  padding: 0 12px;
  }
}

/*トップページタイトル*/
.information h5 {
  color:#F7941C;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1.8em;
  line-height: 100%;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}

/*一覧ページタイトル*/
.infopagetitle {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.4em;
  line-height: 100%;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
  color:#F7941C;
}

/*詳細ページタイトル*/
.information h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 1.6em;
  line-height: 1.5;
  margin: 0 0 30px;
}
@media screen and (max-width: 640px) {
.information h2 {
  font-size: 1.4em;
  margin: 0 0 25px;
  }
}

/*前ページへ戻るボタン*/
.prevbtn {
  display: block;
  position: relative;
  background: #FFF;
  width: 100%;
  max-width: 240px;
  padding: 8px 12px 10px 24px;
  color: #FFF !important;
  text-align: center;
  text-decoration: none;
  font-size: 1.05em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  transition: all .3s;
  background-color: #F7931B;
  margin: 40px 0 0;
}
.prevbtn:before {
  content: "";
  position: absolute;
  top: 42%;
  left: 15px;
  width: 10px;
  height: 2px;
  background: #FFF;
  transform: rotate(135deg);
}
.prevbtn:after {
  content: "";
  position: absolute;
  top: 56%;
  left: 15px;
  width: 10px;
  height: 2px;
  background: #FFF;
  transform: rotate(-135deg);
}

/*これまでのお知らせボタン*/
.archivebtn {
  display: block;
  position: relative;
  background: #FFF;
  width: 100%;
  max-width: 240px;
  padding: 8px 12px 10px 24px;
  color: #F7931B !important;
  text-align: center;
  text-decoration: none;
  font-size: 0.95em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  transition: all .3s;
  background-color: #FFF;
  border: 2px solid #F7931B;
  margin: 15px 0 0;
}
.archivebtn:before {
  content: "";
  position: absolute;
  top: 42%;
  right: 12px;
  width: 10px;
  height: 2px;
  background: #F7931B;
  transform: rotate(-135deg);
}
.archivebtn:after {
  content: "";
  position: absolute;
  top: 56%;
  right: 12px;
  width: 10px;
  height: 2px;
  background: #F7931B;
  transform: rotate(135deg);
}






/*========================
フッター
========================*/
footer {
  width: 100%;
  margin: 0 auto;
  padding: 0 30px 20px;
  text-align: center;
  font-size: 0.95em;
}
.copyright {
  font-family: 'Noto Serif JP', serif;
  font-size: 0.75em;
  color: #999;
  margin-top: 20px;
}


/*========================
汎用パーツ
========================*/
/*-------------------------
所在地・電話・FAX・メール
--------------------------*/
.addtext {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.9em;
  line-height: 1.6;
  margin-bottom: 3px;
}
.teltext {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-bottom: 3px;
}
.teltext a{
  color: #333;
  text-decoration: none;
  font-weight: 500;
}
.mailtext {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.02em;
  margin-bottom: 3px;
  font-size: 0.9em;
}
.mailtext a{
  color: #333;
  text-decoration: none;
  font-weight: 500;
}

/*-------------------------
SNSアイコン
--------------------------*/
.SNSicon {
  width: 100%;
  max-width: 164px;
  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;
}
.SNSicon span{
  margin:0 12px 0 0;
}
.SNSicon span:last-child{
  margin:0 0 0 0;
}
.SNSicon img {
  width: 100%;
  max-width: 42px;
}

/*-------------------------
ページ上部へジャンプ
--------------------------*/
#jumptop{
  position:fixed;
  right: 0;
  bottom:0;
}
.jumpbtn {
  width:5em;
  height:5em;
  cursor:pointer;
  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:1000px){
.jumpbtn {
  width: 3.5em;
  height: 3.5em;
  }
.jumpbtn:before {
  top: 42%;
  right: 1.2em;
  width: 1em;
  height: 1em;
  }
}
@media(max-width:840px){
.jumpbtn {
  display: none;
  }
}

/*-------------------------
ボタン
--------------------------*/
/* 矢印付きオレンジ角丸ボタン */
.btn_orange {
  display: block;
  position: relative;
  background: #F15929;
  border-radius: 9999px;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  width: 100%;
  max-width: 360px;
  padding: 10px 12px 12px;
  color: #FFF !important;
  text-align: center;
  text-decoration: none;
  font-size: 1.3em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  transition: all .3s;
}
.btn_orange:hover{
  background: #C25710;
}
.btn_orange:before {
  content: "";
  position: absolute;
  top: 42%;
  right: 15px;
  width: 12px;
  height: 2px;
  background: #FFF;
  transform: rotate(45deg);
}
.btn_orange:after {
  content: "";
  position: absolute;
  top: 56%;
  right: 15px;
  width: 12px;
  height: 2px;
  background: #FFF;
  transform: rotate(-45deg);
}
@media screen and (max-width: 640px) {
.btn_orange {
  font-size: 1.2em;
  max-width: 300px;
  }
.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;
  }
}

