@charset "utf-8";

/* 全体 */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  margin: 0px;
  padding: 0px;
  border: 0px;
  font-size: 1.6rem;
  line-height: 1.5;
  word-wrap: break-word;
  word-break: break-all;
}

.looding {
  opacity: 0;
}

.looding.show {
  opacity: 1;
}

#container {
  width: auto;
  height: auto;
  margin: 0px;
  padding: 0px;
  min-width: 1200px;
  overflow: hidden;
}

/* ヘッダ */
#header {
  width: auto;
  height: auto;
  margin: 0px;
  padding: 0px;
}

#content_header {
  display: block;
  margin-bottom: 10px;
  text-align: right;
  font-size: 1.2rem;
}

/* フッタ */
#footer {
  clear: both;
  width: auto;
  height: auto;
  margin: 0px;
  padding: 0px;
}

/* メイン */
#mymainback.lower {
  width: 1100px;
  background-color: #FFF;
  margin: 0 auto;
  border-radius: 10px;
}

/* レスポンシブアコーディオン用 */
.acc_title+input {
  display: none;
}

.acc_icon {
  display: none;
}

/* 隠す */
.hide {
  display: block;
  width: 0px;
  height: 0px;
  margin: 0px;
  padding: 0px;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}

hr.hide {
  border: none;
}

/* Googlemap */
.gglmap {
  position: relative;
  padding-top: 30px;
  padding-bottom: 56.25%;
  height: 0px;
  overflow: hidden;
}

.gglmap iframe,
.gglmap object,
.gglmap embed {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

/* iOSでのボタンデザインをリセット */
input[type="button"],
input[type="submit"],
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  cursor: pointer;
}

/* telリンク無効 */
.open_page_id a[href^="tel:"],
.f_number a[href^="tel:"] {
  text-decoration: none !important;
  color: currentColor !important;
  pointer-events: none !important;
}

/* 承認枠 */
#approval_table {
  font-size: 1.4rem;
}


/* フォント */
body,
button,
input[type="button"],
input[type="submit"],
input[type="text"],
textarea,
select {
  font-family: YuGothic, "游ゴシック体 Pr6N M", "Yu Gothic Pr6N M", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #512e02;
}

/* em {
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Osaka, 'MS PGothic', sans-serif;
} */

/* 外部リンク */
.external_link_text {
  display: none;
}

/* 基本タグ */
p {
  margin: 1em 0px;
  word-wrap: break-word;
  word-break: normal;
}

hr {
  clear: both;
}

/* 検索 */

/********** 4 パンくず **********/

/* パンくず */
#pankuzu_wrap {
  padding: 18px 0px 8px;
}

#pankuzu_wrap>div {
  width: 1080px;
  margin: 0px auto 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.5rem;
}

.pankuzu {
  position: relative;
  padding-left: 5rem;
}

.pankuzu .icon_current {
  display: none;
}

.pankuzu:first-child .icon_current {
  display: block;
  width: 4rem;
  height: 2rem;
  background: #333;
  border-radius: 5px;
  color: #fff;
  font-size: 1rem;
  line-height: 1.2rem;
  padding: 0.4rem 0px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 1px;
  left: 0px;
}


/* 印刷 */
#print_mode_link,
#print_mode_link_large {
  display: inline-block;
  background: url(/img/common/icon_print.png) no-repeat left center;
  padding-left: 20px;
}

/* 見出し */
#main_header {
  margin-bottom: 20px;
}

#main_header h1 {
  font-size: 3rem;
}

#main_body h2 {
  font-size: 2.2rem;
}

#main_body h3 {
  font-size: 2rem;
}

#main_body h4 {
  font-size: 1.8rem;
}

#main_body h5 {
  font-size: 1.7rem;
}

#main_body h6 {
  font-size: 1.6rem;
}

/* テーブル */
#main_body table {
  border-color: #1f5134;
  border-collapse: collapse;
  border-style: solid;
  margin: 0px 0px 20px;
  max-width: 100%;
}

#main_body th {
  background-color: #3e7647;
  border-color: #1f5134;
  border-collapse: collapse;
  border-style: solid;
  border-width: 1px;
  padding: 0.5em;
  color: #FFF;
}

#main_body td {
  border-color: #1f5134;
  border-collapse: collapse;
  border-style: solid;
  border-width: 1px;
  padding: 0.5em;
}

#main_body table caption {
  font-weight: bold;
  padding: 1em 0;
  color: #184d2e;
}



/* テーブル内のpタグのマージンを0にする */
#main_body table p {
  margin: 0px 0px 1em;
}

#main_body table p:last-child {
  margin: 0px;
}

/* テーブル（borderを「0」に設定した場合は罫線を表示させない） */
/*
#main_body table[border="0"],
#main_body table[border="0"] th,
#main_body table[border="0"] td {
	border-width: 0px;
}
*/

#main_body div.detail_table_center {
  clear: both;
  width: 100%;
  margin: 0px 0px 20px;
  padding: 0px;
}

#main_body div.detail_writing {
  clear: both;
  width: 100%;
  margin: 0px 0px 20px;
  padding: 0px;
}

#main_body div.detail_map {
  clear: both;
  width: 100%;
  margin: 20px 0px 10px;
  padding: 0px;
}

#main_body div.detail_movie {
  clear: both;
  width: 100%;
  margin: 20px 0px 30px;
  padding: 0px;
}

#main_body div.detail_free {
  clear: both;
  width: 100%;
  margin: 0px 0px 20px;
  padding: 0px;
}

#main_body div.detail_image_normal {
  clear: both;
  width: 100%;
  margin: 0px 0px 20px;
  padding: 0px;
}

#main_body div.detail_image_left {
  text-align: left;
  margin: 0px 0px 20px;
  padding: 0px;
}

#main_body div.detail_image_center {
  text-align: center;
  margin: 0px 0px 20px;
  padding: 0px;
}

#main_body div.detail_image_right {
  text-align: right;
  margin: 0px 0px 20px;
  padding: 0px;
}

#main_body div.detail_h2 {
  clear: both;
  width: 100%;
}

#main_body div.detail_h3 {
  clear: both;
  width: 100%;
}

hr.hr_1 {
  clear: both;
  height: 1px;
  border-top: 2px dotted #999999;
  border-right: none;
  border-bottom: none;
  border-left: none;
  margin: 15px 0px;
}

hr.hr_2 {
  clear: both;
  height: 1px;
  border-top: 1px solid #333333;
  border-right: none;
  border-bottom: none;
  border-left: none;
  margin: 15px 0px;
}

hr.hr_3 {
  clear: both;
  height: 1px;
  border-top: 1px solid #ff0000;
  border-right: none;
  border-bottom: none;
  border-left: none;
  margin: 15px 0px;
}


/* リンク */
.detail_link {
  margin: 1em 0px;
}

.link_l {
  margin: 1em 0px;
}

.detail_free .external_link_text,
.link_l .external_link_text {
  display: inline;
}

/* 画像 */
.detail_img_left {
  text-align: left;
}

.detail_img_center {
  text-align: center;
}

.detail_img_right {
  text-align: right;
}

/* 添付ファイル */
.detail_file {
  margin: 1em 0px;
}

div[class^="detail_"] a[href^="/uploaded/attachment/"]::before,
div[class^="file_"] a[href^="/uploaded/attachment/"]::before,
div[class^="detail_"] a[href^="/uploaded/life/"]::before,
div[class^="file_"] a[href^="/uploaded/life/"]::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background: url(/img/common/file/icon_etc.png) no-repeat center center;
  background-size: contain;
  margin-right: 10px;
}

div[class^="detail_"] a[href$=".pdf"]::before,
div[class^="detail_"] a[href$=".PDF"]::before,
div[class^="file_"] a[href$=".pdf"]::before,
div[class^="file_"] a[href$=".PDF"]::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background: url(/img/common/file/icon_pdf.png) no-repeat center center;
  background-size: contain;
  margin-right: 10px;
}

div[class^="detail_"] a[href$=".xls"]::before,
div[class^="detail_"] a[href$=".XLS"]::before,
div[class^="file_"] a[href$=".xls"]::before,
div[class^="file_"] a[href$=".XLS"]::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background: url(/img/common/file/icon_xls.png) no-repeat center center;
  background-size: contain;
  margin-right: 10px;
}

div[class^="detail_"] a[href$=".xlsx"]::before,
div[class^="detail_"] a[href$=".XLSX"]::before,
div[class^="file_"] a[href$=".xlsx"]::before,
div[class^="file_"] a[href$=".XLSX"]::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background: url(/img/common/file/icon_xlsx.png) no-repeat center center;
  background-size: contain;
  margin-right: 10px;
}

div[class^="detail_"] a[href$=".doc"]::before,
div[class^="detail_"] a[href$=".DOC"]::before,
div[class^="file_"] a[href$=".doc"]::before,
div[class^="file_"] a[href$=".DOC"]::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background: url(/img/common/file/icon_doc.png) no-repeat center center;
  background-size: contain;
  margin-right: 10px;
}

div[class^="detail_"] a[href$=".docx"]::before,
div[class^="detail_"] a[href$=".DOCX"]::before,
div[class^="file_"] a[href$=".docx"]::before,
div[class^="file_"] a[href$=".DOCX"]::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background: url(/img/common/file/icon_docx.png) no-repeat center center;
  background-size: contain;
  margin-right: 10px;
}

/* preタグ */
div[class^="detail_"] pre {
  white-space: pre-wrap;
  word-break: break-word;
  font-family: monospace, sans-serif;
}

/* アンカーリンク */
div[class^="detail_"] a:not([href]) {
  display: inline-block;
  text-decoration: none !important;
  max-width: 100%;
}

div[class^="detail_"] a:not([href]):empty {
  display: block;
}

div[class^="detail_"] a:not([href]):hover {
  color: inherit;
}

/* ワープロライクのフロート対応 */
div[class^="detail_"]::before,
div[class^="detail_"]::after {
  content: "";
  display: table;
}

div[class^="detail_"]::after {
  clear: both;
}

div[class^="detail_"] {
  zoom: 1;
}

#main_body hr.cf {
  border: none;
  margin: 20px 0px 0px;
}

#main_body hr.cf+h2,
#main_body hr.cf+h3,
#main_body hr.cf+h4,
#main_body hr.cf+h5,
#main_body hr.cf+h6 {
  margin-top: 0px;
}

/* プレビュー編集モード調整用 */
.preview_body .detail_free ul,
.preview_body .detail_free ol {
  margin: 1em 0px !important;
  padding-left: 40px;
}

.status_bar div {
  font-size: 2rem !important;
}

.sticky #keep_page,
.sticky #osusume_banner {
  display: none;
}

/* 評価エリア */
#hyouka_area_box {
  clear: both;
  background: #f6f6f6;
  margin: 30px 0px 0px;
  padding: 20px 30px;
}

#hyouka_area_box h2,
#main_body #hyouka_area_box h2 {
  margin: 0px 0px 10px;
  padding: 0px;
  background: none;
  border: none;
  font-size: 1.6rem;
}

#main_body #hyouka_area_box hr.cf {
  margin: 0px;
}

.hyouka_box_detail {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 1.4rem;
}

.hyouka_box_detail:last-child {
  border-bottom: none;
  margin-bottom: 0px;
}

.hyouka_box_detail fieldset {
  border: none;
  margin: 0px;
  padding: 0px;
}

.hyouka_box_detail fieldset legend {
  margin: 0px 0px 5px;
  padding: 0px;
  width: 100%;
}

.hyouka_box_detail span {
  display: inline-block;
  vertical-align: top;
  margin: 0px 4em 0px 0px;
}

.hyouka_box_detail span input {
  margin: 3px 4px 5px 5px;
  vertical-align: middle;
}

#hyouka_area_submit {
  margin-top: 10px;
  text-align: center;
}

#hyouka_area_submit input {
  display: inline-block;
  border: none;
  background: #fff;
  margin: 0px;
  padding: 5px 0px;
  font-size: 1.4rem;
  text-align: center;
  width: 260px;
  max-width: 90%;
}

/* お問い合わせ先 */
#section_footer {
  clear: both;
  background: #f6f6f6;
  margin: 30px 0px 0px;
  padding: 20px 30px;
}

#section_footer h2,
#main_body #section_footer h2 {
  margin: 0px 0px 10px;
  padding: 0px;
  background: none;
  border: none;
  font-size: 1.6rem;
}

#main_body #section_footer hr.cf {
  margin: 0px;
}

#section_footer_detail span {
  display: inline-block;
  vertical-align: top;
  margin-right: 1em;
}

#section_footer_detail span.sf_name2::before {
  content: '（';
}

#section_footer_detail span.sf_name2::after {
  content: '）';
}

#section_footer_detail div.sf_email {
  margin-top: 10px;
}

/* PDF・WMPリンク */
.pdf_download,
.wmplayer_download {
  clear: both;
  margin: 30px 0px 0px;
  width: 100%;
  display: table;
}

.pdf_download .pdf_img,
.wmplayer_download .wmplayer_img {
  display: table-cell;
  vertical-align: top;
  width: 158px;
  margin: 0px;
  padding: 0px;
}

.pdf_download .pdf_img img,
.wmplayer_download .wmplayer_img img {
  width: 100%;
  height: auto;
}

.tenpu_txt {
  display: table-cell;
  vertical-align: top;
  margin: 0px;
  padding: 3px 0px 0px 10px;
  font-size: 1.3rem;
  line-height: 1.4;
}

/* SNSボタン */
.sns_button_wrap {
  margin-top: 30px;
}

.sns_button_wrap>div {
  display: inline-block;
  vertical-align: top;
}


/* サブサイト共通フッタ */
#site_footer {
  clear: both;
  float: none;
  width: 1080px;
  background: #f6f6f6;
  margin: 0px auto 50px;
}

#site_footer_box {
  padding: 20px;
}

#site_footer_box p {
  margin: 0px 0px 1em;
}

#site_footer_box p:last-child {
  margin-bottom: 0px;
}

/* parts-site.css */
/* 自由編集項目 */
.free_box p {
  margin: 0px 0px 10px;
}

.free_box p:last-child {
  margin-bottom: 0px;
}

.free_box img {
  max-width: 100%;
  height: auto !important;
}

/* サイドメニュー */
.subsite_menu {
  background: #FFF;
  margin: 0px 0px 10px;
}

.subsite_menu:last-child {
  margin-bottom: 0px;
}

.subsite_menu_ttl {
  background: #fee364;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  margin: 0px;
  padding: 14px 20px;
}

.subsite_menu_list ul {
  margin: 0px;
  padding: 20px 20px 20px 40px;
}

.subsite_menu_list ul li {
  margin-bottom: 10px;
}

.subsite_menu_list ul li:last-child {
  margin-bottom: 0px;
}

.subsite_menu_list div.link_ichiran {
  margin: 0px;
  padding: 0px 20px 20px;
  text-align: center;
}

.subsite_menu_list div.link_ichiran a {
  display: block;
  background: #fff;
  padding: 8px 10px;
}


/* Slick Slider */
.sloop {
  display: none;
}

.sloop.slick-initialized {
  display: block;
}

/* スライドショー */

/* スライド表示調整 */

/* スライドナビゲーションボタン */
ul.slick-dots {
  display: inline-block;
  vertical-align: middle;
  margin: 0px;
  padding: 0px;
  list-style: none;
  position: absolute;
  bottom: -40px;
}

ul.slick-dots li {
  display: inline-block;
  vertical-align: middle;
  margin: 0px 3px;
  padding: 2px;
}

ul.slick-dots li button {
  display: block;
  margin: 0px;
  padding: 0px;
  width: 20px;
  height: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 100%;
  text-indent: -9999em;
  text-align: left;
  overflow: hidden;
  border: 2px solid #512e02;
  background: #FFF;
  color: #333;
  pointer-events: all;
  cursor: pointer;
}

ul.slick-dots li.slick-active button {
  background: #512e02;
  color: #fff;
}

.slick-dots li button::before {
  display: none;
}


/* ページトップ */
#top_scroll {
  position: relative;
  z-index: 100;
  margin: 0;
  padding: 0;
}

#page-top1 {
  display: block;
  position: fixed;
  z-index: 9999;
  bottom: -250px;
  right: 10px;
  width: 64px;
  height: 64px;
  padding: 0;
  color: #512e02;
  text-align: center;
  text-decoration: none;
  transition: 1s;
  -webkit-transition: 1s;
}

#page-top1 img {
  width: 100%;
  height: auto !important;
}



/* 追記2023年2月6日 */
.w1200 {
  width: 1200px;
}

.w80pa {
  width: 80%;
}

/* ヘッダー */

.headAcc {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  column-gap: 20px;
  padding-top: 4px;
}

.acc_item {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
}

.acc_item>span {
  margin-right: 10px;
}

.fontSize_box.acc_item {
  list-style: none;
  column-gap: 5px;
}

.btnA a {
  display: flex;
  padding: 12px 8px;
  background-color: #c2cd40;
  text-decoration: none;
  color: #512e02;
  border-radius: 100px;
}

.btnA a#moji_large {
  background-color: #000;
  color: #FFF;
  font-weight: bold;
}


/* 検索 */
.search_box {
  border: solid 1px black;
  height: 40px;
  display: flex;
  align-items: center;
  width: 300px;
  border-radius: 100px;
}

.search_box #cse-search-box {
  display: flex;
  padding: 0 2px;
}

.search_box #cse-search-box #tmp_query {
  border: solid 1px #FFF !important;
  padding: 0 0.5em !important;
  width: 100%;
  border-radius: 100px 0 0 100px;
}

.search_box #cse-search-box #submit {
  background-color: #205134;
  border: none;
  height: 36px;
  color: #FFF;
  border-radius: 100px;
  padding: 0 1em;
}


/* トップヘッド */
.topTitle h1 {
  margin: 0;
  z-index: 9;
}

.topTitle h1 img {
  width: 420px;
  height: auto;
}

.topTitle {
	display: flex;
	flex-direction: column;
	align-items: center;
	row-gap: 50px;
	height: 100vh;
	justify-content: center;
	position: relative;
	overflow: hidden;
}

span.t_photo {
	z-index: -1;
	opacity: 0;
}

span.t_photo_1 {
	content: "";
	width: 700px;
	height: 700px;
	background: url(/img/pr/t_photo_1.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	position: absolute;
	top: -140px;
	left: -90px;
	animation: photo_anime 1s forwards 6s;
  transition: all 0.3s ease-in-out;
}

span.t_photo_2 {
	content: "";
	width: 380px;
	height: 380px;
	background: url(/img/pr/t_photo_2.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	position: absolute;
	bottom: -110px;
	left: -50px;
	animation: photo_anime 1s forwards 6.5s;
  transition: all 0.3s ease-in-out;
}

span.t_photo_3 {
	content: "";
	width: 280px;
	height: 280px;
	background: url(/img/pr/t_photo_3.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	position: absolute;
	bottom: 80px;
	left: 360px;
	animation: photo_anime 1s forwards 7s;
  transition: all 0.3s ease-in-out;
}

span.t_photo_4 {
	content: "";
	width: 560px;
	height: 498px;
	background: url(/img/pr/t_photo_4.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	position: absolute;
	bottom: -150px;
	right: -50px;
	animation: photo_anime 1s forwards 7.5s;
  transition: all 0.3s ease-in-out;
}

span.t_photo_5 {
	content: "";
	width: 195px;
	height: 195px;
	background: url(/img/pr/t_photo_5.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	position: absolute;
	bottom: 390px;
	right: 310px;
	animation: photo_anime 1s forwards 8s;
  transition: all 0.3s ease-in-out;
}

span.t_photo_6 {
	content: "";
	width: 181px;
	height: 181px;
	background: url(/img/pr/t_photo_6.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	position: absolute;
	top: 170px;
	right: 490px;
	animation: photo_anime 1s forwards 8.5s;
  transition: all 0.3s ease-in-out;
}

span.t_photo_7 {
	content: "";
	width: 420px;
	height: 420px;
	background: url(/img/pr/t_photo_7.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	position: absolute;
	top: -110px;
	right: -40px;
	animation: photo_anime 1s forwards 9s;
  transition: all 0.3s ease-in-out;
}

span.t_photo_1.is-active,
span.t_photo_2.is-active,
span.t_photo_3.is-active,
span.t_photo_4.is-active,
span.t_photo_5.is-active,
span.t_photo_6.is-active,
span.t_photo_7.is-active {
  opacity: 1;
  animation: none;
  transition: unset;
}

@keyframes photo_anime {
	0% {
		opacity: 1;
		transform: scale(0);
	}
	60% {
		opacity: 1;
		transform: scale(1.1);
	}
	70% {
		opacity: 1;
		transform: scale(1);
	}
	80% {
		opacity: 1;
		transform: scale(1.05);
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
}

span.t_item {
	z-index: -2;
  transform: translateY(30px);
	opacity: 0;
	animation: item_anime 2s forwards 9.5s;
}

@keyframes item_anime {
	100% {
		opacity: 1;
    transform: translateY(0);
	}
}

span.t_item_1 {
	content: "";
	width: 122px;
	height: 221px;
	background: url(/img/pr/t_item_1.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	position: absolute;
	top: 270px;
	left: 550px;
  transition: all 0.3s ease-in-out;
}

span.t_item_2 {
	content: "";
	width: 200px;
	height: 200px;
	background: url(/img/pr/t_item_2.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	position: absolute;
	bottom: 100px;
	left: 500px;
  transition: all 0.3s ease-in-out;
}

span.t_item_3 {
	content: "";
	width: 39px;
	height: 50px;
	background: url(/img/pr/t_item_3.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	position: absolute;
	bottom: -20px;
	left: 390px;
  transition: all 0.3s ease-in-out;
}

span.t_item_4 {
	content: "";
	width: 100px;
	height: 116px;
	background: url(/img/pr/t_item_4.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	position: absolute;
	bottom: 140px;
	right: 530px;
  transition: all 0.3s ease-in-out;
}

span.t_item_5 {
	content: "";
	width: 70px;
	height: 70px;
	background: url(/img/pr/t_item_5.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	position: absolute;
	top: 360px;
	right: 200px;
  transition: all 0.3s ease-in-out;
}

span.t_item.is-active,
span.t_item_1.is-active,
span.t_item_2.is-active,
span.t_item_3.is-active,
span.t_item_4.is-active,
span.t_item_5.is-active {
  opacity: 1;
  animation: none;
  transition: unset;
}

span.t_move {
  width: 100%;
	opacity: 0;
  transform: translateY(30px);
	animation: move_anime 2s forwards 9.5s;
}

@keyframes move_anime {
	100% {
		opacity: 1;
    transform: translateY(0);
	}
}

span.t_move.is-active {
  opacity: 1;
  animation: none;
  transform: none;
}

span.t_move_1 {
	content: "";
	width: 80px;
	height: 128px;
	background: url(/img/pr/t_move_1.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	position: absolute;
	top: 40px;
	left: 660px;
	z-index: 0;
  transition: all 0.3s ease-in-out;
}

span.t_move_2 {
	content: "";
	width: 90px;
	height: 58px;
	background: url(/img/pr/t_move_2.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	position: absolute;
	top: 40px;
	right: 450px;
	z-index: 0;
  transition: all 0.3s ease-in-out;
}



/* span.t_move_1 {
	animation: anim0 ease-in-out 5s infinite forwards 4s;
}

span.t_move_2 {
	animation: anim1 ease-in-out 5s infinite forwards 4s;
}

@keyframes anim0 {
	0% {
		transform: translate(0);
	}
	33% {
		transform: translate(1rem);
	}
	66% {
		transform: translate(-1rem);
	}
	100% {
		transform: translate(0);
	}
}

@keyframes anim1 {
	0% {
		opacity: 1;
		transform: translate(0);
	}
	33% {
		opacity: 1;
		transform: translate(-1rem);
	}
	66% {
		opacity: 1;
		transform: translate(1rem);
	}
	100% {
		opacity: 1;
		transform: translate(0);
	}
} */

.topTitle .linkBtn {
  display: none;
}

.menuList {
  /* width: calc(100% - 100px); */
  margin-top: 20px;
  display: flex;
  justify-content: center;
  z-index: 9;
}

.menuList ul {
  padding: 0;
  margin: 0;
  display: flex;
  column-gap: 15px;
}

.menuList ul li {
  list-style: none;
  display: flex;
  border: solid 2px #b2dded;
  height: 100px;
  width: 100px;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  background-color: rgb(255, 255, 255, 0.7);
  transition: 0.5s;
}

.menuList ul li:hover {
  background-color: #b2dded;
  transition: 0.5s;
}

.menuList ul li a {
  display: flex;
  align-items: center;
  column-gap: 10px;
  text-decoration: none;
  color: #512e02;
  flex-direction: column;
  font-weight: 600;
  width: 100%;
  height: 100%;
  justify-content: center;
}

.menuList ul li.btn01 a::before,
.menuList ul li.btn02 a::before,
.menuList ul li.btn03 a::before,
.menuList ul li.btn04 a::before,
.menuList ul li.btn05 a::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 5px;
}

.menuList ul li.btn01 a::before {
  background-image: url(/img/pr/icon001.png);
}

.menuList ul li.btn02 a::before {
  background-image: url(/img/pr/icon002.png);
}

.menuList ul li.btn03 a::before {
  background-image: url(/img/pr/icon003.png);
}

.menuList ul li.btn04 a::before {
  background-image: url(/img/pr/icon004.png);
}

.menuList ul li.btn05 a::before {
  background-image: url(/img/pr/icon007.png);
}


/* トップヘッド下 */

.syokaiWrap.w1200 {
  margin: 30px auto;
  display: flex;
  justify-content: space-between;
}

.syokai {
  width: 55%;
  padding-right: 30px;
  box-sizing: border-box;
  background-image: url(/img/pr/bg_sankaku3.png);
  background-repeat: no-repeat;
  background-position: right 15px top 43px;
  background-size: 165px;
}

.catch001 {
  margin: 0 0 40px;
}

.catch001::first-letter {
  font-size: 3rem;
  font-weight: bold;
}

.syokaiH201 {
  display: flex;
  column-gap: 15px;
  align-items: center;
}

.syokaiH201::before {
  content: "";
  display: block;
  width: 50px;
  height: 26px;
  background-image: url(/img/pr/i_graph.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.syokaiH201::after {
  content: "";
  display: block;
  width: 16px;
  height: 26px;
  background-image: url(/img/pr/i_slash.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.syokaiH202 {
  display: flex;
  column-gap: 15px;
  align-items: center;
}

.syokaiH202::before {
  content: "";
  display: block;
  width: 50px;
  height: 26px;
  background-image: url(/img/pr/i_car.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.syokaiH202::after {
  content: "";
  display: block;
  width: 16px;
  height: 26px;
  background-image: url(/img/pr/i_slash.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.yamanamiR {
  width: 45%;
  background-image: url(/img/pr/ph_zenkei.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}

.col2row2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 14px;
  margin-bottom: 50px;
}

.col2row2 p {
  width: 48%;
  border: solid 1px #512f02;
  border-radius: 6px;
  margin: 0;
  display: flex;
  overflow: hidden;
  background-color: #FFF;
}

.col2row2 p strong {
  display: flex;
  background-color: #512f02;
  width: 40%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-weight: normal;
  line-height: 1.3;
}

.col2row2 p strong span {
  font-size: 2.4rem;
}

.col2row2>p>span {
  display: flex;
  padding: 10px;
  width: 100%;
  align-items: center;
  box-sizing: border-box;
  font-size: 1.3rem;
}

.accessInfo {
  display: flex;
}

.accessInfo .acMap {
  width: 40%;
}

.accessInfo .acMap img {
  width: 100%;
}


.acHouhou {
  padding-left: 15px;
}

.acHouhou ul {
  margin: 0 0 18px;
  padding: 0;
}

.acHouhou ul li {
  list-style: none;
  font-size: 1.3rem;
  display: table;
  border-bottom: solid 1px gray;
  width: 100%;
  margin-top: 1rem;
}

.acHouhou ul li>span {
  display: table-cell;
  vertical-align: top;
}

.acHouhou>ul>li>span:nth-child(1) {
  width: 7rem;
  font-weight: bold;
}




/* 無限ループ */
.sloop {
  padding-bottom: 28px;
  background-image: url(/img/pr/bg_slide.png);
  background-repeat: repeat-x;
  background-size: 1440px auto;
  background-position: bottom center;
}

.sloop .slick-track {
  column-gap: 10px;
  display: flex;
}

.sloop .slick-track .slick-slide {
  border-radius: 22px;
  overflow: hidden;
}

.sloop .slick-track .slick-slide img {
  width: 100%;
}


/* 公式YouTube　スライド */
.playMovie h2 {
  margin: 0 0 30px;
}

.playMovie h2 img {
  width: 580px;
  height: auto;
}

.movieBox {
  display: flex;
  justify-items: center;
  justify-content: space-between;
  margin: 0 auto;
  margin-bottom: 140px;
}

.movie_in {
  padding: 50px 70px;
  background-color: #FFF;
  box-sizing: border-box;
  background-image: url(/img/pr/kagi01.png), url(/img/pr/kagi02.png), url(/img/pr/kagi04.png), url(/img/pr/kagi03.png);
  background-repeat: no-repeat;
  background-position: left 10px top 10px, right 10px top 10px, right 10px bottom 10px, left 10px bottom 10px;
  background-size: 50px auto;
  box-shadow: 0px 5px 11px 0px rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  display: flex;
  align-items: center;
}

.movie {
  width: 750px;
  height: 422px;
}

.youtube {
  display: block;

}

.youtube iframe {
  width: 100% !important;
}

.thumb_slider {
  overflow: hidden;
  background-color: #FFF;
  padding: 20px 30px;
  box-shadow: 0px 5px 11px 0px rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  text-align: center;
}

.thumb_slider strong {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  padding-bottom: 10px;
  background-image: url(/img/pr/line.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 133px auto;
}

.thumb_slider strong img {
  width: 100px;
  height: auto;
}

#thumbnail_slider {
  padding: 0;
  margin: 0;
  width: 200px;
  overflow: hidden;
}

.thumb_slider .slick-list {
  height: 490px !important;
}

.slick-list,
.draggable {
  padding: 0 !important;
}

.thumb_slider img {
  width: 100%;
}

li.thumbnail-item img {
  border-radius: 12px;
}

.thumbnail-item {
  margin: 5px 0;
  cursor: pointer;
}

.detail_movie.solo {
  text-align: center;
  margin: 60px auto 40px;
  width: 95%;
  box-sizing: border-box;
}


/* 公式YouTube */
.dougaBook {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-image: url(/img/pr/bg_txt.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 114px 0 100px;
}

.douga {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.dougaWrap {
  width: 640px;
  aspect-ratio: 16/9;
  padding: 50px;
  background-color: #FFF;
  box-sizing: border-box;
  background-image: url(/img/pr/kagi01.png), url(/img/pr/kagi02.png), url(/img/pr/kagi04.png), url(/img/pr/kagi03.png);
  background-repeat: no-repeat;
  background-position: left 10px top 10px, right 10px top 10px, right 10px bottom 10px, left 10px bottom 10px;
  background-size: 50px auto;
  margin-bottom: 140px;
  box-shadow: 0px 5px 11px 0px rgba(0, 0, 0, 0.2);
}

.dougaWrap iframe {
  width: 100%;
  height: 100%;
}


.dBook {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bookList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 60px;
}

.bookList::after {
  display: block;
  width: 31%;
  content: "";
}

.bookList p {
  flex: 0 0 31%;
  margin: 0;
  box-shadow: 0px 5px 11px 0px rgba(0, 0, 0, 0.2);
}

.bookList p img {
  width: 100% !important;
  height: auto !important;
  transition: all 0.3s ease-in-out;
}

.bookList p a {
  vertical-align: middle;
}

.bookList p a:hover img {
  transform: scale(1.1);
}

.douga h2 {
  margin: 0 0 60px;
}

.douga h2 img {
  width: 244px;
  height: auto;
}

.dBook h2 {
  margin: 0 0 60px;
}

.dBook h2 img {
  width: 372px;
  height: auto;
}


/* バナー広告 */
#footer_banner {
  display: flex;
  justify-content: center;
  padding: 100px 0;
}

ul.banner_list {
  padding: 0;
  margin: 0;
  display: flex;
  width: 60%;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 40px;
}

ul.banner_list::after {
  content: "";
  display: block;
  width: 30%;
}

ul.banner_list li {
  list-style: none;
  flex: 0 0 30%;
  box-shadow: 0px 5px 11px 0px rgba(0, 0, 0, 0.2);
}

ul.banner_list li a {
  display: block;
  transition: all 0.3s ease-in-out;
}

ul.banner_list li a:hover {
  opacity: 0.6;
}

ul.banner_list li img {
  width: 100%;
  height: auto;
}


/* フッター */
#footer {
  display: flex;
  justify-content: space-around;
  padding: 70px 0;
}

.footLogo img {
  width: 400px;
  height: auto;
}

.footAdd {
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
}

.footAdd strong {
  letter-spacing: 2px;
  font-size: 1.8rem;
}

.footAdd p {
  margin: 0;
}

.denwaWrap {
  display: flex;
  align-items: center;
  column-gap: 20px;
}

.denwa {
  display: inline-block;
  background-color: #FFF;
  padding: 0.4rem 0.8rem;
  border: solid 1px gray;
}

p.denwaWrap span em {
  font-style: normal;
}

.cRight {
  text-align: right;
  font-size: 1.4rem;
}

/* 食べる　文化 */
.waku2sen {
  display: flex;
  justify-content: center;
  column-gap: 80px;
  margin: 0px auto 130px;
  box-sizing: border-box;
  outline: solid 1px #5a3d13;
  outline-offset: -12px;
  background-color: #FFF;
  padding: 65px 120px;
  border-radius: 32px;
  box-shadow: 0px 5px 11px 0px rgba(0, 0, 0, 0.2);
}

.wakuHonbun h2 {
  margin: 0 0 36px;
}

.imagePh img {
  width: 480px;
  height: 320px;
  object-fit: cover;
  border-radius: 20px;
}

.taberuT img {
  width: 204px;
  height: auto;
}

.bunkaT img {
  width: 167px;
  height: auto;
}

.linkBtn {
  display: flex;
  justify-content: flex-end;
}

.linkBtn a {
  display: block;
  background-color: #ffc91a;
  text-decoration: none;
  padding: 17px 67px 16px;
  border-radius: 18px;
  background-image: url(/img/pr/arrow.png);
  background-repeat: no-repeat;
  background-position: right 18px center;
  background-size: 29px auto;
  font-size: 1.8rem;
  font-weight: bold;
  color: #522f04;
  border: dashed 2px #522f04;
}

/* 国見のミリョク一覧 */
.parallax-bg {
  width: 100%;
  height: 300px;
  background-image: url(/img/pr/ph003.jpg);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 140px;
}

.miryokuList {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #f0f8fb;
  padding: 52px 0 85px;
  background-image: url(/img/pr/bg_miryoku01.gif), url(/img/pr/bg_miryoku02.gif);
  background-repeat: no-repeat;
  background-position: left top, right top;
  background-size: 470px auto, 482px auto;
}

.miryokuList h2 {
  margin: 0 0 65px;
}

.miryokuList h2 img {
  width: 300px;
}

.miryokuList ul {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  column-gap: 1%;
}

.miryokuList ul li {
  list-style: none;
  flex: 0 0 15%;
}

.miryokuList ul li a {
  display: block;
  box-shadow: 0px 5px 11px 0px rgba(0, 0, 0, 0.2);
  border-radius: 18px;
  overflow: hidden;
}

.miryokuList ul li img {
  width: 100%;
  height: auto;
}

/* 新着情報とSNS */
.oshiraseWrap {
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
  padding-top: 100px;
  padding-bottom: 130px;
}

.oshirase {
  width: 550px;
  display: none;
}

.snsWrap {
  /* width: 570px; */
  width: 100%;
}

.oshirase h2 img {
  width: 183px;
  height: auto;
}

.instaWrap h2 img {
  width: 256px;
  height: auto;
}

.lineFbTw h2 img {
  width: 119px;
  height: auto;
}

.oshiraseInfo {
  background-color: #FFF;
  border: solid 1px #512e02;
  padding: 50px 36px 36px;
  border-radius: 20px;
  background-image: url(/img/pr/bg_news.png);
  background-repeat: repeat-x;
  background-position: left top;
}

.oshiraseInfo ul {
  padding: 0;
  margin: 0;
}

.oshiraseInfo ul li {
  list-style: none;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  padding-bottom: 18px;
  border-bottom: dashed 1px gray;
}

.lineFbTw ul {
  padding: 17px 0 8px;
  margin: 0;
  border: solid 1px #512e02;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  justify-content: space-evenly;
}

.lineFbTw ul li {
  list-style: none;
}

.lineFbTw ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #512e02;
  row-gap: 8px;
}

.lineFbTw ul li img {
  width: 72px;
  height: auto;
}

.insta {
  border: solid 1px #512e02;
  border-radius: 20px;
  overflow: hidden;
  padding: 0 20px;
  box-sizing: border-box;
}

.insta.scroll_up {
  opacity: 0;
  transform: translateY(30px);
  transition: 2s ease-in-out;
}

.insta.scroll_up.on {
  opacity: 1;
  transform: translateY(0);
}

.eapps-instagram-feed-header-small .eapps-instagram-feed-header-inner {
  flex-direction: row !important;
  align-items: center;
  justify-content: space-between;
}

.article_title {
  font-weight: bold;
  line-height: 1.6;
}

.icon_new {
  vertical-align: middle;
  margin-left: 14px;
}

.link_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.link_rss a {
  display: flex;
  background-color: #522f03;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
}

.link_rss a img {
  width: 24px;
  height: 24px;
}


/* こんなまち */
.konnaMachi {
  display: flex;
  justify-content: center;
  background-image: url(/img/pr/bg_konnamachi.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  height: 675px;
  background-size: contain;
  align-items: center;
  column-gap: 50px;
}

.konnaMachi .textHonbun {
  width: 650px;
  line-height: 2;
}

.konnaMachi .textHonbun h2 {
  margin-bottom: 50px;
}

.konnaMachi .textHonbun h2 img {
  width: 415px;
}

.konnaMachi .photoImg img {
  width: 480px;
}

.konnaMachi.scroll_up h2, 
.konnaMachi.scroll_up p, 
.konnaMachi.scroll_up .photoImg {
  opacity: 0;
  transform: translateY(30px);
}

.konnaMachi.scroll_up.on h2 {
  animation: konna_anime 1.4s forwards 1s;
}

.konnaMachi.scroll_up.on p {
  animation: konna_anime 1.4s forwards 1.5s;
}

.konnaMachi.scroll_up.on .photoImg {
  animation: konna_anime 1.4s forwards 2s;
}

@keyframes konna_anime {
  0% {
    transform: translateY(30px);
  }
   100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* こんなまち下段 */
.mp000 {
  background-image: url(/img/pr/bg_004.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  margin-bottom: 50px;
  margin-top: -130px;
}

.machiPr {
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
}

.col001,
.col002 {
  width: 48%;
}

.machiPr.w1200.mp002,
.machiPr.w1200.mp001 {
  flex-direction: row-reverse;
}

.machiPr.w1200.mp003 {
  justify-content: flex-end;
  margin-top: -129px;
}

/* 1こんなまち */
.mp001 .col001 .prMidasi {
  position: relative;
  height: 320px;
}

.mp001 .col001 .prMidasi img.photoM {
  width: 365px;
  position: absolute;
  right: 0;
}

.mp001 .col001 .prMidasi h2 {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0;
  z-index: 1;
}

.mp001 .col001 .prMidasi h2 img {
  width: 370px;
}

/* 2こんなまち */
.mp001 .col002 .prMidasi {
  position: relative;
  height: 365px;
  margin-top: 222px;
}

.mp001 .col002 .prMidasi img.photoM {
  width: 422px;
  position: absolute;
}

.mp001 .col002 .prMidasi h2 {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
  z-index: 1;
}

.mp001 .col002 .prMidasi h2 img {
  width: 368px;
}

/* 3こんなまち */
.machiPr.w1200.mp002 {
  margin-top: -83px;
}

.mp002 .col001 .prMidasi {
  position: relative;
  height: 405px;
}

.mp002 .col001 .prMidasi img.photoM {
  width: 468px;
  position: absolute;
  right: 0;
}

.mp002 .col001 .prMidasi h2 {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0;
  z-index: 1;
}

.mp002 .col001 .prMidasi h2 img {
  width: 370px;
}

/* 4こんなまち */
.mp002 .col002 .prMidasi {
  position: relative;
  height: 424px;
  margin-top: 275px;
}

.mp002 .col002 .prMidasi img.photoM {
  width: 475px;
  position: absolute;
}

.mp002 .col002 .prMidasi h2 {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
  z-index: 1;
}

.mp002 .col002 .prMidasi h2 img {
  width: 370px;
}

/* 5こんなまち */
.mp003 .col001 .prMidasi {
  position: relative;
  height: 385px;
}

.mp003 .col001 .prMidasi img.photoM {
  width: 445px;
  position: absolute;
  right: 0;
}

.mp003 .col001 .prMidasi h2 {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0;
  z-index: 1;
}

.mp003 .col001 .prMidasi h2 img {
  width: 370px;
}

.miryokuPr {
  background-color: #fffdf2;
  background-image: url(/img/pr/bg_005.png);
  background-repeat: repeat-y;
  background-size: contain;
  margin-bottom: 100px;
  padding-bottom: 50px;
}

.machiPr.scroll_up .col001, 
.machiPr.scroll_up .col002 {
  opacity: 0;
  transform: translateY(30px);
}

.machiPr.scroll_up.on .col001 {
  animation: konna_anime 1.4s forwards 1s;
}

.machiPr.scroll_up.on .col002 {
  animation: konna_anime 1.4s forwards 1.5s;
}

@keyframes konna_anime {
  0% {
    transform: translateY(30px);
  }
   100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* まちの魅力 */
.machiMiryoku {
  background-image: url(/img/pr/bg_05obi.png);
  background-repeat: repeat-x;
  background-size: auto 400px;
  background-position: center top;
  background-color: #fffdf2;
}

.machiMiryoku .kakomi {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-image: url(/img/pr/bg_05left.png), url(/img/pr/bg_05right.png);
  background-repeat: no-repeat;
  background-position: left 10px top 20px, right 10px top 20px;
  background-size: 420px auto;
}

.mmWrap {
  width: 410px;
  display: flex;
  flex-direction: column;
  background-color: #FFF;
  padding: 25px 40px;
  margin-top: 80px;
  box-shadow: 0px 5px 11px 0px rgba(0, 0, 0, 0.2);
}

.mmWrap h2 {
  margin: 0;
}

.mmWrap h2 img {
  width: 409px;
}

.machiMiryoku .kakomi ul {
  margin: 20px 0 50px;
  padding: 0px;
  display: flex;
  column-gap: 11px;
}

.machiMiryoku .kakomi ul li {
  list-style: none;
}

.machiMiryoku .kakomi ul li a {
  display: block;
  background-color: #fff;
  padding: 6px 23px;
  text-decoration: none;
  border: solid 5px #b0deed;
  border-radius: 40px;
  color: #022632;
  box-shadow: 3px 3px 0px rgba(176, 222, 237);
  transition: all 0.3s ease-in-out;
}

.machiMiryoku .kakomi ul li a:hover {
  box-shadow: none;
  transform: translate(3px, 3px);
}

/*  */
.fukidashiTxt h2 {
  margin: 0;
}

.fukidashiTxt p strong {
  display: block;
  margin-bottom: 9px;
}

.photoF img {
  width: 100%;
}


.machiPr.w1200.mrp001 {
  align-items: center;
  margin-bottom: 15rem;
}

.kunimiryoku_box4 {
  display: flex;
  flex-direction: column;
  gap: 10rem;
  align-items: center;
}

/* 自然の魅力（左） */
.mrp001 .col001 h2 {
  display: flex;
  justify-content: center;
}

.mrp001 .col001 h2 img {
  width: 405px;
  display: block;
}

.mrp001 .col001 .prMidasi {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
}

.col001 .prMidasi {
  justify-content: center;
}

.mrp001 .col001 .prMidasi .photoF {
  flex: 0 2 40%;
  margin-left: 2rem;
}

.mrp001 .col001 .prMidasi .fukidashiTxt {
  flex: 0 1 60%;
}

.mrp001 .col001 .prMidasi h2 img {
  width: 100%;
}

/* 自然の魅力（右） */
.mrp001 .col002 img {
  width: 100%;
}


.machiPr.w1200.mrp002 {
  align-items: center;
  /*border-top: dashed 3px #ffecaf;*/
  margin-top: 30px;
  padding-top: 20px;
  margin-bottom: 15rem;
}

/* 食の魅力（左） */
.mrp002 .col001 h2 {
  display: flex;
  justify-content: center;
}

.mrp002 .col001 h2 img {
  width: 366px;
  display: block;
}

.mrp002 .col001 .prMidasi {
  display: flex;
  align-items: center;
  position: relative;
}

/*
.mrp002 .col001 .prMidasi::after {
	content: "";
	background-image: url(/img/pr/f05_02_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 258px;
	height: 209px;
	position: absolute;
	top: -86px;
	right: -100px;
}
*/


.mrp002 .col001 .prMidasi .photoF {
  flex: 0 2 40%;
}

.mrp002 .col001 .prMidasi .fukidashiTxt {
  flex: 0 1 60%;
  z-index: 1;
}

.mrp002 .col001 .prMidasi h3 img {
  width: 100%;
}

/* 食の魅力（右） */
.mrp002 .col001 {
  order: 2;
}

.mrp002 .col002 {
  order: 1;
}

.mrp002 .col002 img {
  width: 100%;
}


.machiPr.w1200.mrp003 {
  align-items: center;
  /*border-top: dashed 3px #ffecaf;*/
  margin-top: 30px;
  padding-top: 20px;
}

/* 学び遊びの魅力（左） */
.mrp003 .col001 h2 {
  display: flex;
  justify-content: center;
}

.mrp003 .col001 h2 img {
  width: 346px;
  height: 160px;
  display: block;
}

.mrp003 .col001 .prMidasi {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

.mrp003 .col001 .prMidasi .photoF {
  flex: 0 2 40%;
}

.mrp003 .col001 .prMidasi .fukidashiTxt {
  flex: 0 1 60%;
}

.mrp003 .col001 .prMidasi h3 img {
  width: 100%;
}

/* 学び遊びの魅力（右） */
.mrp003 .col002 img {
  width: 100%;
}


.machiPr.w1200.mrp004 {
  align-items: center;
  margin-bottom: 15rem;
}

/* 学び遊びの魅力（左2） */
.mrp004 .col001 h2 {
  display: flex;
  justify-content: center;
}

.mrp004 .col001 h2 img {
  width: 346px;
  height: 160px;
  display: block;
}

.mrp004 .col001 .prMidasi {
  display: flex;
  align-items: center;
}

.mrp004 .col001 .prMidasi .photoF {
  flex: 0 2 40%;
}

.mrp004 .col001 .prMidasi .fukidashiTxt {
  flex: 0 1 60%;
}

.mrp004 .col001 .prMidasi h3 img {
  width: 100%;
}

/* 学び遊び食の魅力（右2） */
.mrp004 .col001 {
  order: 2;
}

.mrp004 .col002 {
  order: 1;
}

.mrp004 .col002 img {
  width: 100%;
}


.machiPr.w1200.mrp005 {
  align-items: center;
  /*border-top: dashed 3px #ffecaf;*/
  margin-top: 30px;
  padding-top: 20px;
}

/* 歴史の魅力（左） */
.mrp005 .col001 h2 {
  display: flex;
  justify-content: center;
}

.mrp005 .col001 h2 img {
  width: 356px;
  display: block;
}

.mrp005 .col001 .prMidasi {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

.mrp005 .col001 .prMidasi .photoF {
  flex: 0 2 40%;
}

.mrp005 .col001 .prMidasi .fukidashiTxt {
  flex: 0 1 60%;
}

.mrp005 .col001 .prMidasi h3 img {
  width: 100%;
}

/* 歴史の魅力（右） */
.mrp005 .col002 img {
  width: 100%;
}


.machiPr.w1200.mrp006 {
  align-items: center;
  margin-bottom: 15rem;
}

/* 歴史の魅力（左2） */
.mrp006 .col001 h2 {
  display: flex;
  justify-content: center;
}

.mrp006 .col001 h2 img {
  width: 356px;
  display: block;
}

.mrp006 .col001 .prMidasi {
  display: flex;
  align-items: center;
}

.mrp006 .col001 .prMidasi .photoF {
  flex: 0 2 40%;
}

.mrp006 .col001 .prMidasi .fukidashiTxt {
  flex: 0 1 60%;
}

.mrp006 .col001 .prMidasi h3 img {
  width: 100%;
}

/* 歴史の魅力（右2） */
.mrp006 .col001 {
  order: 2;
}

.mrp006 .col002 {
  order: 1;
}

.mrp006 .col002 img {
  width: 100%;
}


.machiPr.w1200.mrp007 {
  align-items: center;
  /*border-top: dashed 3px #ffecaf;*/
  margin-top: 30px;
  padding-top: 20px;
}

/* 産業の魅力（左） */
.mrp007 .col001 h2 {
  display: flex;
  justify-content: center;
}

.mrp007 .col001 h2 img {
  width: 356px;
  display: block;
}

.mrp007 .col001 .prMidasi {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  position: relative;
}

.mrp007 .col001 .prMidasi::after {
  content: "";
  background-image: url(/img/pr/logo_mikurino.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 93px;
  height: 93px;
  position: absolute;
  top: -40px;
  left: -25px;
}

.mrp007 .col001 .prMidasi .photoF {
  flex: 0 2 40%;
}

.mrp007 .col001 .prMidasi .fukidashiTxt {
  flex: 0 1 60%;
}

.mrp007 .col001 .prMidasi h3 img {
  width: 100%;
}

/* 産業の魅力（右） */
.mrp007 .col002 img {
  width: 100%;
}


.machiPr.w1200.mrp008 {
  align-items: center;
  margin-bottom: 15rem;
}

/* 産業の魅力（左2） */
.mrp008 .col001 h2 {
  display: flex;
  justify-content: center;
}

.mrp008 .col001 h2 img {
  width: 366px;
  display: block;
}

.mrp008 .col001 .prMidasi {
  display: flex;
  align-items: center;
}

.mrp008 .col001 .prMidasi .photoF {
  flex: 0 2 40%;
}

.mrp008 .col001 .prMidasi .fukidashiTxt {
  flex: 0 1 60%;
}

.mrp008 .col001 .prMidasi h3 img {
  width: 100%;
}

/* 産業の魅力（右2） */
.mrp008 .col001 {
  order: 2;
}

.mrp008 .col002 {
  order: 1;
}

.mrp008 .col002 img {
  width: 100%;
}

/* 下層-machiPrの動き */


/* 下層-見出しの動き */
.kunimiryoku_box4.scroll_up.on > img {
  animation: poyoyon 6s ease-in-out infinite forwards;
}

@keyframes poyoyon {
  0%  {
    transform: scale(1.0, 1.0) translate(0, 0);
  }
  5%  {
    transform: scale(0.98, 0.9) translate(0, 5px);
  }
  10% {
    transform: scale(1.02, 1.0) translate(0, 8px);
  }
  14% {
    transform: scale(0.98, 1.05) translate(0, -8px);
  }
  18% {
    transform: scale(1.0, 0.9) translate(0, 5px);
  }
  20% {
    transform: scale(1.0, 1.0) translate(0, 0);
  }
  100% {
    transform: scale(1.0, 1.0) translate(0, 0);
  }
}


/* 国見町とは */
.kunimitoha {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 90px 0 106px;
}

.kunimitoha .wakuHonbun {
  width: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.kunimitoha .wakuHonbun h2 img {
  width: 200px;
  height: auto;
}

.imagePh001 img {
  width: 700px;
  height: auto;
}


/* スマホ用 */
/* #sp_page_index_link_wrap {
	display: none;
}

#spm_wrap {
	display: none;
}

.sp_button {
	display: none;
} */
/* スマホ */
@media (max-width:640px) {

  /* テーブル切り替え */
  #main_body .sp_table_wrap {
    overflow: auto;
  }

  #main_body div.sp_large_table {
    width: 1000px;
    overflow: visible;
  }

  .sp_button {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    background: -moz-linear-gradient(center top, #f9f9f9 5%, #e9e9e9 100%);
    background: -ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
    background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #f9f9f9), color-stop(100%, #e9e9e9));
    background-color: #f9f9f9;
    color: #000000;
    text-shadow: 1px 1px 0px #ffffff;
    -webkit-box-shadow: inset 1px 1px 0px 0px #ffffff;
    box-shadow: inset 1px 1px 0px 0px #ffffff;
    text-decoration: none;
    text-align: center;
  }

  .sp_button:hover {
    background: -moz-linear-gradient(center top, #e9e9e9 5%, #f9f9f9 100%);
    background: -ms-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');
    background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #e9e9e9), color-stop(100%, #f9f9f9));
    background-color: #e9e9e9;
  }

  .sp_button:active {
    position: relative;
    top: 1px;
  }

  .gsc-result .gs-title {
    height: auto !important;
  }

  /* ページ内目次 */
  #sp_page_index_link_wrap {
    display: block;
    width: auto;
    margin: 10px 0px;
  }

  #sp_page_index_link_toggle {
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 10px;
    border: 1px solid #333;
    background: url(/img/sp/acc_open.png) no-repeat right 10px top 50% #eeeeee;
    background-size: 15px 15px;
    border-radius: 5px;
    text-align: center;
  }

  #sp_page_index_link_toggle.open {
    background-image: url(/img/sp/acc_close.png);
  }

  #sp_page_index_link_toggle:focus {
    outline: none;
  }

  ul#sp_page_index_link {
    padding: 0px;
    list-style: none;
    background-color: #FFF;
    border-radius: 8px;
  }

  ul#sp_page_index_link li {
    border-bottom: 1px solid #ccc;
  }

  ul#sp_page_index_link li:last-child {
    border: none;
  }

  ul#sp_page_index_link li a {
    display: block;
    background: url(/img/sp/arrow_r.png) no-repeat right 5px center;
    background-size: 8px auto;
    padding: 10px 10px 10px 3px;
    text-decoration: none;
  }

  ul#sp_page_index_link li a.sp_headtype_h2 {
    padding-left: 10px;
    line-height: 1.2;
    font-weight: bold;
  }

  ul#sp_page_index_link li a.sp_headtype_h3 {
    padding-left: 20px;
    line-height: 1.2;
    background-color: ghostwhite;
  }

  ul#sp_page_index_link li a.sp_headtype_h4 {
    padding-left: 30px;
    line-height: 1.2;
  }

  ul#sp_page_index_link li a.sp_headtype_h5 {
    padding-left: 40px;
    line-height: 1.2;
    background-color: ghostwhite;
  }

  ul#sp_page_index_link li a.sp_headtype_h6 {
    padding-left: 50px;
    line-height: 1.2;
  }

  /* サイドメニュー */

  /* レスポンシブアコーディオン用 */
  .acc_title_wrap {
    position: relative;
  }

  .acc_title {
    position: relative;
  }

  .acc_title>label {
    display: block;
    cursor: pointer;
    padding: 0px;
    width: 100%;
  }

  h2.section_information_ttl.acc_title>label {
    padding: 20px 10px 20px 0px;
  }

  .acc_title+input[id*="acc_ttl_label"]+* {
    display: none;
  }

  .acc_title+input[id*="acc_ttl_label"]:checked+* {
    display: block;
  }

  label[for*="acc_ttl_label"] {
    background: url(/img/pr/acc_open.png) no-repeat right top 50% transparent;
    /* background-size: 18px auto; */
    background-size: contain;
  }

  .acc_open label[for*="acc_ttl_label"] {
    background-image: url(/img/pr/acc_close.png);
  }

  .no_acc_title label[for*="acc_ttl_label"] {
    background: none;
  }

  /* 追記2022年11月16日 */

  /* グロナビ */

  /* 下層ページ */
  #pankuzu_wrap {
    padding: 8px 0px 2px;
  }

  #pankuzu_wrap>div {
    width: calc(100% - 20px);
    font-size: 1.2rem;
  }


  #main_body img {
    max-width: 100%;
    height: auto;
  }

  /* iframeの最大サイズ */
  #main_body iframe {
    max-width: 100%;
  }

  /* iframeレスポンシブ対応 */
  #main_body div.detail_movie {
    position: relative;
    padding-top: 30px;
    padding-bottom: 56.25%;
    height: 0px;
    overflow: hidden;
  }

  #main_body div.detail_movie iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
  }



  /* 追記2023年3月17日 */
  #container {
    min-width: 320px;
  }

  .w1200 {
    width: 100%;
  }

  .linkBtn a {
    padding: 8px 50px 6px;
    border-radius: 100px;
    background-position: right 14px center;
    background-size: 20px auto;
    font-size: 1.4rem;
  }

  .syokaiWrap.w1200 {
    margin: 5px auto 20px;
  }

  /* YouTubeスライド */

  .movieBox {
    width: calc(100vw - 30px);
    margin: 0 auto;
    flex-direction: column;
  }

  .movie_in {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    background-image: none;
  }

  .movie {
    width: 100%;
    height: auto;
  }

  .youtube {
    position: relative !important;
    display: block !important;
    padding-top: 9.5% !important;
  }

  .youtube iframe {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
  }

  .thumb_slider {
    display: none;
  }

  .thumb_slider .slick-list {
    height: auto !important;
  }

  .thumb_slider img {
    width: 100%;
  }

  .slick-dotted.slick-slider {
    margin: 0 0 44px !important;
  }

  .thumbnail-item {
    margin: 0 5px;
  }

  .detail_movie {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }

  .detail_movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }

  .detail_movie.solo {
    margin: 30px auto 0px;
  }

  .topTitle {
    background-image: url(/img/pr/ph_zenkei002.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    row-gap: 10px;
    z-index: 0;
  }

  .topTitle h1 img {
    width: 175px;
  }

  .menuList ul {
    flex-wrap: wrap;
    column-gap: 5px;
    width: calc(100vw - 30px);
  }

  .menuList ul li {
    column-gap: 5px;
    flex: 1 0 auto;
    width: auto;
    height: auto;
    overflow: hidden;
  }

  .menuList ul li:last-child::after,
  .menuList ul li::before {
    border-left: none;
    content: none;
  }

  .menuList ul li a {
    width: 100%;
    justify-content: center;
    font-size: 1.3rem;
    background-color: #FFF;
    border-radius: 0px;
    padding: 4px 0px;
    flex-direction: column;
    row-gap: 5px;
  }

  /* 町の紹介 */
  .yamanamiR {
    display: none;
  }

  .syokai {
    width: calc(100% - 30px);
    margin: 0 auto;
    padding-right: 0;
    background-image: none;
  }

  #main_body h2.syokaiH201,
  #main_body h2.syokaiH202 {
    font-size: 1.9rem;
  }

  .col2row2 p {
    width: 100%;
  }

  .col2row2 p strong {
    padding: 7px 0;
  }

  .accessInfo {
    display: flex;
    flex-direction: column;
  }

  .accessInfo .acMap {
    width: 100%;
    margin-bottom: 14px;
  }

  .acHouhou {
    padding-left: 0;
  }

  /* こんなまち */
  .konnaMachi {
    flex-direction: column;
    height: auto;
  }

  .konnaMachi .textHonbun {
    width: calc(100% - 30px);
    line-height: 1.6;
  }

  .konnaMachi .photoImg img {
    width: 295px;
  }

  .konnaMachi .textHonbun h2 {
    margin-bottom: 27px;
    text-align: center;
    margin-top: 51px;
  }

  .konnaMachi .textHonbun h2 img {
    width: 280px;
  }

  .mp000 {
    background-repeat: repeat-y;
    background-size: contain;
    margin-top: 25px;
    margin-bottom: 0;
    padding-bottom: 40px;
  }

  .machiPr.w1200.mp002,
  .machiPr.w1200.mp001 {
    flex-direction: column;
    width: calc(100% - 30px);
  }

  .col001,
  .col002 {
    width: 100%;
  }

  .mp001 .col001 .prMidasi {
    height: 217px;
  }

  .mp001 .col001 .prMidasi h2 img {
    width: 280px;
  }

  .mp001 .col001 .prMidasi img.photoM {
    width: 205px;
  }

  .mp001 .col002 .prMidasi {
    height: 251px;
    margin-top: 25px;
  }

  .mp001 .col002 .prMidasi img.photoM {
    width: 220px;
  }

  .mp001 .col002 .prMidasi h2 img {
    width: 280px;
  }

  .mp002 .col001 .prMidasi {
    height: 245px;
  }

  .machiPr.w1200.mp002 {
    margin-top: 25px;
  }

  .mp002 .col001 .prMidasi h2 img {
    width: 280px;
  }

  .mp002 .col001 .prMidasi img.photoM {
    width: 215px;
  }

  .mp002 .col002 .prMidasi {
    height: 254px;
    margin-top: 25px;
  }

  .mp002 .col002 .prMidasi img.photoM {
    width: 230px;
  }

  .mp002 .col002 .prMidasi h2 img {
    width: 280px;
  }

  .machiPr.w1200.mp003 {
    margin-top: 25px;
    width: calc(100% - 30px);
  }

  .mp003 .col001 .prMidasi {
    height: 257px;
  }

  .mp003 .col001 .prMidasi h2 img {
    width: 280px;
  }

  .mp003 .col001 .prMidasi img.photoM {
    width: 226px;
  }

  /* まちの魅力 */
  .mmWrap {
    width: calc(100% - 30px);
    box-sizing: border-box;
    padding: 14px 18px;
  }

  .machiMiryoku .kakomi ul {
    flex-wrap: wrap;
    width: calc(100% - 30px);
  }

  .machiMiryoku .kakomi ul li {
    flex: 1 0 auto;
  }

  .machiMiryoku .kakomi ul li a {
    padding: 6px 2px;
    border: solid 2px #b0deed;
    text-align: center;
    column-gap: 6px;
  }

  /* 自然の魅力 */
  .machiPr.w1200.mrp001 {
    flex-direction: column;
    width: calc(100% - 30px);
  }

  .mrp001 .col001 h2 img {
    width: 290px;
  }

  .mrp001 .col001 .prMidasi {
    flex-direction: column-reverse;
  }

  .mrp001 .col001 .prMidasi h3 img {
    width: 220px;
  }

  .mrp001 .col001 .prMidasi .photoF {
    width: 160px;
    margin: 0 0 0 40%;
  }

  .machiPr.w1200.mrp002 {
    flex-direction: column;
    width: calc(100% - 30px);
  }

  .mrp002 .col001 {
    order: 1;
  }

  .mrp002 .col001 h2 img {
    width: 290px;
  }

  .mrp002 .col001 .prMidasi {
    flex-direction: column-reverse;
  }

  .mrp002 .col001 .prMidasi h3 img {
    width: 220px;
  }

  .mrp002 .col001 .prMidasi .photoF {
    width: 160px;
    margin: 0 0 0 10%;
  }

  .mrp002 .col001 .prMidasi::after {
    width: 152px;
    height: 123px;
    top: -55px;
    right: -26px;
  }

  .mrp002 .col001 .prMidasi .fukidashiTxt h3 {
    text-align: right;
  }

  .machiPr.w1200.mrp003 {
    width: calc(100% - 30px);
    flex-direction: column;
  }

  .mrp003 .col001 h2 img {
    width: 290px;
  }

  .mrp003 .col001 .prMidasi {
    flex-direction: column-reverse;
  }

  .mrp003 .col001 .prMidasi h3 img {
    width: 220px;
  }

  .mrp003 .col001 .prMidasi .photoF {
    width: 160px;
    margin: 0 0 0 40%;
  }

  .machiPr.w1200.mrp004 {
    width: calc(100% - 30px);
    flex-direction: column;
  }

  .mrp004 .col002 {
    order: 2;
  }

  .mrp004 .col001 .prMidasi {
    flex-direction: column-reverse;
  }

  .mrp004 .col001 .prMidasi h3 img {
    width: 220px;
  }

  .mrp004 .col001 .prMidasi .photoF {
    width: 160px;
    margin: 0 0 0 10%;
  }

  .mrp004 .col001 .prMidasi .fukidashiTxt h3 {
    text-align: right;
  }

  .machiPr.w1200.mrp005 {
    width: calc(100% - 30px);
    flex-direction: column;
  }

  .mrp005 .col001 h2 img {
    width: 290px;
  }

  .mrp005 .col001 .prMidasi {
    flex-direction: column-reverse;
  }

  .mrp005 .col001 .prMidasi h3 img {
    width: 220px;
  }

  .mrp005 .col001 .prMidasi .photoF {
    width: 160px;
    margin: 0 0 0 40%;
  }

  .machiPr.w1200.mrp006 {
    width: calc(100% - 30px);
    flex-direction: column;
  }

  .mrp006 .col001 .prMidasi {
    flex-direction: column-reverse;
  }

  .mrp006 .col001 .prMidasi h3 img {
    width: 220px;
  }

  .mrp006 .col001 .prMidasi .photoF {
    width: 160px;
    margin: 0 0 0 10%;
  }

  .mrp006 .col002 {
    order: 2;
  }

  .mrp006 .col001 .prMidasi .fukidashiTxt h3 {
    text-align: right;
  }

  .machiPr.w1200.mrp007 {
    width: calc(100% - 30px);
    flex-direction: column;
  }

  .mrp007 .col001 h2 img {
    width: 290px;
  }

  .mrp007 .col001 .prMidasi {
    flex-direction: column-reverse;
  }

  .mrp007 .col001 .prMidasi h3 img {
    width: 220px;
  }

  .mrp007 .col001 .prMidasi .photoF {
    width: 160px;
    margin: 0 0 0 40%;
  }

  .mrp007 .col001 .prMidasi::after {
    width: 100px;
    height: 100px;
    top: -50px;
    left: unset;
    right: 0;
  }

  .machiPr.w1200.mrp008 {
    width: calc(100% - 30px);
    flex-direction: column;
  }

  .mrp008 .col001 .prMidasi {
    flex-direction: column-reverse;
  }

  .mrp008 .col001 .prMidasi h3 img {
    width: 220px;
  }

  .mrp008 .col001 .prMidasi .photoF {
    width: 160px;
    margin: 0 0 0 10%;
  }

  .mrp008 .col002 {
    order: 2;
  }

  .mrp008 .col001 .prMidasi .fukidashiTxt h3 {
    text-align: right;
  }

  .prMidasi .fukidashiTxt p {
    background-color: #FFF;
    font-size: 1.3rem;
    padding: 10px;
    border-radius: 8px;
    border: solid 1px bisque;
  }

  .miryokuPr {
    margin-bottom: 20px;
  }

  /* お知らせ */
  .oshiraseWrap {
    flex-direction: column;
    width: calc(100% - 30px) !important;
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .oshirase {
    width: 100%;
  }

  .oshirase h2 {
    text-align: center;
    padding-left: 28px;
  }

  .oshirase h2 img {
    width: 138px;
  }

  .oshiraseInfo {
    padding: 38px 15px 15px;
  }

  .oshiraseInfo ul li {
    margin-bottom: 12px;
    padding-bottom: 10px;
    font-size: 1.4rem;
  }

  .snsWrap {
    width: 100%;
  }

  .instaWrap h2 {
    text-align: center;
    padding-left: 28px;
  }

  .instaWrap h2 img {
    width: 192px;
  }

  .lineFbTw h2 {
    text-align: center;
    padding-left: 28px;
  }

  .lineFbTw h2 img {
    width: 85px;
  }

  .eapps-instagram-feed-header-small .eapps-instagram-feed-header-inner {
    flex-direction: column !important;
  }

  .eapps-instagram-feed-header {
    padding: 20px 0 !important;
  }

  /* 動画と刊行物 */
  .dougaBook {
    padding: 50px 0 30px;
    background-size: contain;
    background-repeat: repeat-y;
  }

  .playMovie h2 {
    margin: 0 0 20px;
    text-align: center;
  }

  .playMovie h2 img {
    width: 258px;
  }

  .dBook {
    margin-top: 50px;
  }

  .dBook h2 {
    margin: 0 0 41px;
  }

  .dBook h2 img {
    width: 211px;
  }

  .bookList {
    row-gap: 17px;
    width: calc(100% - 30px);
  }

  .bookList p {
    flex: 0 0 100%;
  }

  /* バナー */
  #footer_banner {
    padding: 50px 0;
  }

  ul.banner_list {
    width: calc(100% - 30px);
    row-gap: 15px;
  }

  ul.banner_list li {
    flex: 0 0 48%;
  }

  /* フッター */
  #footer {
    width: calc(100% - 30px);
    margin: 0 auto;
    flex-wrap: wrap;
    padding: 50px 0 40px;
  }

  .footLogo img {
    width: 280px;
  }

  .footAdd strong {
    font-size: 1.4rem;
  }

  .footAdd {
    row-gap: 10px;
    margin-top: 30px;
    font-size: 1.3rem;
    align-items: center;
  }

  .footAdd p span {
    display: block;
  }

  .denwaWrap {
    column-gap: 10px;
    justify-content: center;
  }

  .denwaWrap>span em {
    display: block;
  }

  .cRight {
    text-align: left;
    font-size: 1.3rem;
    margin-top: 18px !important;
  }

  /* ページトップ */
  #page-top1 {
    right: 5px;
    width: 32px;
    height: 32px;
  }

}

@media (max-width:330px) {
  .topTitle h1 img {
    width: 140px;
  }
}

@media screen and (min-width: 1450px) {
  .machiMiryoku .kakomi {
    background-position: left 2% top 20px, right 2% top 20px;
  }
}

@media screen and (min-width: 1650px) {
  .machiMiryoku .kakomi {
    background-position: left 11% top 20px, right 11% top 20px;
  }
}

@media screen and (min-width: 1850px) {
  .machiMiryoku .kakomi {
    background-position: left 15% top 20px, right 15% top 20px;
  }
}



/* 20231108本田追加分 */
/*共通*/
#subsiteDetail #main_box {
  position: relative;
  z-index: 0;
  background-image: url(/img/pr/kunimiryoku_bg.png);
  background-size: cover;
  background-repeat: repeat-y
}

.machiMiryoku {
  padding: 6rem 0;
}

.lineFbTw {
  margin-top: 6rem;
}

/*ヘッダー*/
.header_wrap_pr {
  display: flex;
  justify-content: center;
  border-bottom: 18px solid #B0DEED;
  position: relative;
  background-color: #FFF;
  z-index: 2;
}

.header_wrap_pr::before {
  content: "";
  width: 365px;
  height: 128px;
  background-image: url(/img/pr/header_left_img.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: -30px;
  bottom: 0;
  z-index: -1;
}

.header_wrap_pr::after {
  content: "";
  width: 360px;
  height: 112px;
  background-image: url(/img/pr/header_right_img.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.header_wrap_pr .header_inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 3rem 0;
}

.header_wrap_pr .menuList {
  margin: 0;
}

.header_wrap_pr .menuList ul {
  column-gap: 0;
}

.header_wrap_pr .menuList ul li {
  height: auto;
  width: auto;
  border-radius: 0;
  border: none;
  align-items: unset;
  column-gap: 3rem;
}

.header_wrap_pr .menuList ul li::before {
  border-left: solid 3px #b2dded;
  content: "";
}

.header_wrap_pr .menuList ul li:last-child::after {
  border-left: solid 3px #b2dded;
  content: "";
}

.header_wrap_pr .menuList ul li a {
  flex-direction: row;
  padding-right: 3rem;
}

.header_wrap_pr .menuList ul li:last-child a {
  padding-right: 0;
}

/*H1*/
.grid_system_flex {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  position: relative;
}

.page_title_area.special h1 {
  width: 1040px;
  height: 700px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  right: -110px;
  margin: 0;
  z-index: 1;
}

/*それぞれ変えるところはじめ*/
.shizen2.page_title_area.special h1 {
  background-image: url(/img/pr/h1_shizen_bg.png);
}

.shoku2.page_title_area.special h1 {
  background-image: url(/img/pr/h1_syoku_bg.png);
}

.manabiasobi2.page_title_area.special h1 {
  background-image: url(/img/pr/h1_manabi-asobi_bg.png);
}

.rekishi.page_title_area.special h1 {
  background-image: url(/img/pr/h1_rekishi_bg.png);
}

.sangyo2.page_title_area.special h1 {
  background-image: url(/img/pr/h1_sangyo_bg.png);
}

/*それぞれ変えるところおわり*/
.page_title_area.special h1 span {
  font-size: 1rem;
  text-indent: -9999px;
  display: none;
}

/* .page_title_area.special h1::after {
	content: "";
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	right: 190px;
	top: 60px;
} */
/*それぞれ変えるところはじめ*/
/* .shizen2.page_title_area.special h1::after {
	width: 382px;
	height: 389px;
	background-image: url(/img/pr/h1_shizen.png);
}
.shoku2.page_title_area.special h1::after {
	width: 378px;
	height: 365px;
	background-image: url(/img/pr/h1_syoku.png);
	top: 150px;
	right: 270px;
}
.manabiasobi2.page_title_area.special h1::after {
	width: 379px;
	height: 332px;
	background-image: url(/img/pr/h1_manabi-asobi.png);
	top: 140px;
	right: 330px;
}
.rekishi.page_title_area.special h1::after {
	width: 379px;
	height: 400px;
	background-image: url(/img/pr/h1_rekishi.png);
	top: 170px;
	right: 190px;
}
.sangyo2.page_title_area.special h1::after {
	width: 378px;
	height: 385px;
	background-image: url(/img/pr/h1_sangyo.png);
	top: 370px;
	right: 280px;
} */
/*それぞれ変えるところおわり*/

/*国見ってこんなまち*/
.kunimiryoku_box1 {
  padding: 7rem 2rem;
  display: flex;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.kunimiryoku_innner {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.kunimiryoku_innner .about_ttl {
  font-size: 4rem;
  font-weight: 600;
}

.kunimiryoku_innner .about_paragraph {
  max-width: 570px;
  width: 100%;
}

/*なみなみの大きい画像*/
.kunimiryoku_box2 {
  width: 100%;
  height: 0;
  padding-top: 58%;
  background-position: center;
  position: relative;
  background-repeat: no-repeat;
  top: -210px;
  margin-bottom: -210px;
  background-size: contain;
}

/*それぞれ変えるところはじめ*/
.kunimiryoku_box2.shizen {
  background-image: url(/img/pr/shizen_center_img.png);
}

.kunimiryoku_box2.syoku {
  background-image: url(/img/pr/syoku_center_img.png);
}

.kunimiryoku_box2.manabi-asobi {
  background-image: url(/img/pr/manabi-asobi_center_img.png);
}

.kunimiryoku_box2.rekishi {
  background-image: url(/img/pr/rekishi_center_img.png);
}

.kunimiryoku_box2.sangyo {
  background-image: url(/img/pr/sangyo_center_img.png);
}

/*それぞれ変えるところおわり*/

.kunimiryoku_box3 {
  display: flex;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  top: -480px;
  margin-bottom: -480px;
  justify-content: center;
}

.kunimiryoku_box3_inner {
  position: relative;
}

.kunimiryoku_box3_inner>div:first-child {
  text-align: right;
  position: relative;
  right: -320px;
  margin-bottom: 8rem;
}

.fukidashiTxt div img {
  width: 100%;
}

.kunimiryoku_box4 {
  display: flex;
  flex-direction: column;
  gap: 10rem;
  align-items: center;
  max-width: 1240px;
  width: 100%;
  margin: 0 auto 17rem;
}

.spot_box {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
  justify-content: center;
}

.spot_box .spot_item {
  width: 600px;
  height: 394px;
  background-position: center;
  position: relative;
  background-image: url(/img/pr/shizen_spot1.png);
  background-repeat: no-repeat;
  border-radius: 30px;
}

.spot_box a.spot_item:hover {
  opacity: 0.7;
  transition: 0.5s;
}

.spot_box .spot_item:nth-child(2) {
  background-image: url(/img/pr/shizen_spot2.png);
}

.spot_box .spot_item:nth-child(3) {
  background-image: url(/img/pr/shizen_spot3.png);
}

.spot_box .spot_item:nth-child(4) {
  background-image: url(/img/pr/shizen_spot4.png);
}

.kunimiryoku_box4 img.map_ttl {
  width: 533px;
  height: 142px;
}

.map_box {
  width: 100%;
}

#main_body .map_box iframe {
  width: 100%;
  height: 600px;
  border-radius: 30px;
  border: none;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
}


/*「食」 はじめ*/
.syoku_box::after {
  content: "";
  width: 600px;
  height: 394px;
}

.syoku_box .spot_item:nth-child(1) {
  background-image: url(/img/pr/syoku_spot1.png);
}

.syoku_box .spot_item:nth-child(2) {
  background-image: url(/img/pr/syoku_spot2.png);
}

.syoku_box .spot_item:nth-child(3) {
  background-image: url(/img/pr/syoku_spot3.png);
}

.syoku_box .spot_item:nth-child(4) {
  background-image: url(/img/pr/syoku_spot4.png);
}

.syoku_box .spot_item:nth-child(5) {
  background-image: url(/img/pr/syoku_spot5.png);
}

.syoku_box .spot_item:nth-child(7) {
  background-image: url(/img/pr/syoku_spot6.png);
}

.syoku_box .spot_item:nth-child(9) {
  background-image: url(/img/pr/syoku_spot7.png);
}

/*「食」 おわり*/
/*「学び・遊び」 はじめ*/
.manabi-asobi_box::after {
  content: "";
  width: 600px;
  height: 394px;
}

.manabi-asobi_box .spot_item:nth-child(1) {
  background-image: url(/img/pr/manabi-asobi_spot1.png);
}

.manabi-asobi_box .spot_item:nth-child(3) {
  background-image: url(/img/pr/manabi-asobi_spot2.png);
}

.manabi-asobi_box .spot_item:nth-child(4) {
  background-image: url(/img/pr/manabi-asobi_spot3.png);
}

.manabi-asobi_box .spot_item:nth-child(6) {
  background-image: url(/img/pr/manabi-asobi_spot4.png);
}

.manabi-asobi_box .spot_item:nth-child(7) {
  background-image: url(/img/pr/manabi-asobi_spot5.png);
}

/*「学び・遊び」 おわり*/
/*「歴史」 はじめ*/
.rekishi_box::after {
  content: "";
  width: 600px;
  height: 394px;
}

.rekishi_box .spot_item:nth-child(1) {
  background-image: url(/img/pr/rekishi_spot1.png);
}

.rekishi_box .spot_item:nth-child(2) {
  background-image: url(/img/pr/rekishi_spot2.png);
}

.rekishi_box .spot_item:nth-child(3) {
  background-image: url(/img/pr/rekishi_spot3.png);
}

.rekishi_box .spot_item:nth-child(4) {
  background-image: url(/img/pr/rekishi_spot4.png);
}

.rekishi_box .spot_item:nth-child(5) {
  background-image: url(/img/pr/rekishi_spot5.png);
}

.rekishi_box .spot_item:nth-child(6) {
  background-image: url(/img/pr/rekishi_spot6.png);
}

.rekishi_box .spot_item:nth-child(7) {
  background-image: url(/img/pr/rekishi_spot7.png);
}

/*「歴史」 おわり*/
/*「産業」 はじめ*/
.sangyo_box::after {
  content: "";
  width: 600px;
  height: 394px;
}

.sangyo_box .spot_item:nth-child(1) {
  background-image: url(/img/pr/sangyo_spot1.png);
}

.sangyo_box .spot_item:nth-child(2) {
  background-image: url(/img/pr/sangyo_spot2.png);
}

.sangyo_box .spot_item:nth-child(3) {
  background-image: url(/img/pr/sangyo_spot3.png);
}

.sangyo_box .spot_item:nth-child(5) {
  background-image: url(/img/pr/sangyo_spot4.png);
}

.sogyoshien_item {
  width: 100%;
  height: 116px;
  background: #fff;
  border: solid 2px #512e02;
  border-radius: 10px;
  text-decoration: none !important;
}

.sogyoshien_bg {
  width: 100%;
  height: 100%;
  position: relative;
}

.sogyoshien_bg span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-weight: 700;
  font-size: 2.8rem;
  color: #512e02;
}

.sogyoshien_bg::after {
  content: "";
  width: 32px;
  height: 32px;
  background-image: url(/img/pr/arrow_right_brown.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 4rem;
  bottom: 4rem;
  transition: 0.3s;
}

.sogyoshien_item:hover {
  opacity: 0.7;
}

.sogyoshien_item:hover .sogyoshien_bg::after {
  right: 2rem;
  transition: 0.3s;
}

/*「産業」 おわり*/
.spot_item_under_bg {
  position: absolute;
  bottom: -5px;
  z-index: 1;
}

a .spot_item_under_bg::after {
  content: "";
  width: 32px;
  height: 32px;
  background-image: url(/img/pr/arrow_right_brown.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 4rem;
  bottom: 2.5rem;
  transition: 0.3s;
}

.spot_item:hover .spot_item_under_bg::after {
  right: 2rem;
  transition: 0.3s;
}

/* .spot_box .spot_item:nth-child(1) .spot_item_under_bg::after {
	content: none;
} */
.spot_item span {
  position: absolute;
  bottom: 1.5rem;
  z-index: 2;
  margin-left: 4rem;
  font-weight: 700;
  font-size: 2.8rem;
  color: #512e02;
  line-height: 1.2;
}

p.denwaWrap span em {
  font-family: YuGothic, "游ゴシック体 Pr6N M", "Yu Gothic Pr6N M", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

#main_body .fukidashiTxt h2 {
  background: none;
  border: none;
  display: block;
}

#main_body .fukidashiTxt h2::after {
  content: none;
}

.sloop.slick-initialized {
  margin-top: 2rem;
}

/*ハンバーガーメニュー*/
.menu-btn {
  position: fixed;
  top: 20px;
  right: 10px;
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  z-index: 10001;
  background-color: #B0DEED;
  border-radius: 10px;
  border: 2px solid #FFF;
}

.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
  content: '';
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background-color: #000;
  position: absolute;
}

.menu-btn span:before {
  bottom: 8px;
}

.menu-btn span:after {
  top: 8px;
}

#menu-btn-check:checked~.menu-btn span {
  background-color: rgba(255, 255, 255, 0);
  /*メニューオープン時は真ん中の線を透明にする*/
}

#menu-btn-check:checked~.menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg);
}

#menu-btn-check:checked~.menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
}

#menu-btn-check {
  display: none;
}

.menu-content {
  width: 100%;
  height: auto;
  position: fixed;
  top: -2000px;
  left: 0;
  z-index: 10000;
  background-color: #ECE8E3;
  transition: all 1s;
}

.menu-content .main_logo {
  display: block;
  text-align: center;
  padding: 1.5rem 0;
}

.menu-content .main_logo img {
  width: 150px;
}

.menu-content ul {
  padding: 0;
  text-align: center;
  margin: 0;
}

.menu-content ul li {
  border-bottom: solid 2px #512e02;
  list-style: none;
}

.menu-content ul li:first-child {
  border-top: solid 2px #512e02;
}

.menu-content ul li a {
  display: block;
  width: 100%;
  font-size: 2rem;
  box-sizing: border-box;
  color: #512e02;
  text-decoration: none;
  padding: 1.8rem 1rem;
  position: relative;
  font-weight: 700;
}

.menu-content ul li a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 3px #512e02;
  border-right: solid 3px #512e02;
  transform: rotate(45deg);
  position: absolute;
  right: 31px;
  top: 28px;
}

#menu-btn-check:checked~.menu-content {
  top: 0;
  /*メニューを画面内へ*/
}

ul.slick-dots {
  width: 100%;
  text-align: center;
}

/*レスポンシブ対応*/
@media screen and (max-width:1740px) {
  .page_title_area.special h1 {
    width: 800px;
    height: 534px;
  }

  /* .shoku2.page_title_area.special h1 {
		width: 625px;
		height: 555px;
	}
	.manabiasobi2.page_title_area.special h1 {
		width: 800px;
		height: 569px;
	}
	.rekishi.page_title_area.special h1 {
		width: 710px;
		height: 575px;
	}
	.sangyo2.page_title_area.special h1 {
		width: 620px;
		height: 569px;
	} */
  /* .shizen2.page_title_area.special h1::after {
    	width: 262px;
	}
	.page_title_area.special h1::after {
    	right: 170px;
    	top: 100px;
	}
	.shoku2.page_title_area.special h1::after {
		right: 130px;
		top: 60px;
	}
	.manabiasobi2.page_title_area.special h1::after {
		width: 290px;
		height: 257px;
		right: 320px;
		top: 100px;
	}
	.rekishi.page_title_area.special h1::after {
		width: 300px;
		height: 322px;
		right: 80px;
		top: 140px;
	}
	.sangyo2.page_title_area.special h1::after {
		width: 260px;
		height: 270px;
		right: 190px;
		top: 200px;
	} */
}

/* 奇数時のafterを消す */
@media screen and (max-width:1256px) {
  .rekishi_box::after {
    content: none;
  }

  .manabi-asobi_box::after {
    content: none;
  }

  .syoku_box::after {
    content: none;
  }

  .sangyo_box::after {
    content: none;
  }

  .sogyoshien_item {
    width: 600px;
  }
}

@media screen and (max-width:1401px) {
  .topTitle {
    height: 100%;
  }

  span.t_photo_1 {
		width: 560px;
		height: 560px;
		top: -100px;
		left: -70px;
	}
	
	span.t_photo_2 {
		width: 304px;
		height: 304px;
		bottom: -80px;
		left: -30px;
	}
	
	span.t_photo_3 {
		width: 224px;
		height: 224px;
		bottom: 50px;
		left: 310px;
	}
	
	span.t_photo_4 {
		width: 448px;
		height: 398px;
		bottom: -110px;
		right: -40px;
	}
	
	span.t_photo_5 {
		width: 156px;
		height: 156px;
		bottom: 300px;
		right: 250px;
	}
	
	span.t_photo_6 {
		width: 145px;
		height: 145px;
		top: 100px;
		right: 360px;
	}
	
	span.t_photo_7 {
		width: 336px;
		height: 336px;
		top: -90px;
		right: -30px;
	}
	
	span.t_item_1 {
		width: 98px;
		height: 177px;
		top: 210px;
		left: 450px;
	}
	
	span.t_item_2 {
		width: 160px;
		height: 160px;
		bottom: 50px;
		left: 430px;
	}
	
	span.t_item_3 {
		width: 31px;
		height: 40px;
		bottom: 0px;
		left: 300px;
	}
	
	span.t_item_4 {
		width: 80px;
		height: 93px;
		bottom: 110px;
		right: 420px;
	}
	
	span.t_item_5 {
		width: 56px;
		height: 56px;
		top: 270px;
		right: 170px;
	}
	
	span.t_move_1 {
		width: 64px;
		height: 102px;
		top: 20px;
		left: 550px;
	}
	
	span.t_move_2 {
		width: 72px;
		height: 46px;
		top: 30px;
		right: 380px;
	}

  .spot_box .spot_item {
    width: 480px;
    height: 315px;
    background-size: contain;
  }

  .spot_item_under_bg img {
    width: 480px;
  }

  .syoku_box::after {
    content: "";
    width: 480px;
    height: 315px;
  }
  
  .map_box {
    width: 90%;
  }
}

@media screen and (min-width:1001px) {

  #header2Kunimi,
  .topGmenu,
  .hamburger-menu {
    display: none;
  }
}

@media screen and (max-width:1000px) {
  .menu-container {
    display: none;
  }

  .header_wrap_pr::before,
  .header_wrap_pr::after {
    content: none;
  }

  .header_wrap_pr {
    border-bottom: none;
  }

  .header_wrap_pr .header_inner {
    padding: 1.5rem 0;
    justify-content: center;
  }

  .header_wrap_pr .header_inner img {
    width: 150px;
  }

  #container {
    min-width: 320px;
  }

  .machiPr.w1200.mrp001,
  .machiPr.w1200.mrp003,
  .machiPr.w1200.mrp005,
  .machiPr.w1200.mrp007 {
    flex-direction: column;
    width: calc(100% - 30px);
    max-width: 600px;
  }

  .machiPr.w1200.mrp002,
  .machiPr.w1200.mrp004,
  .machiPr.w1200.mrp006,
  .machiPr.w1200.mrp008 {
    flex-direction: column-reverse;
    width: calc(100% - 30px);
    max-width: 600px;
  }

  .col001,
  .col002 {
    width: 100%;
  }

  .shizen2.page_title_area.special h1,
  .shoku2.page_title_area.special h1,
  .manabiasobi2.page_title_area.special h1,
  .rekishi.page_title_area.special h1,
  .sangyo2.page_title_area.special h1 {
    position: relative;
    right: auto;
  }

  .grid_system_flex {
    justify-content: center;
  }

  .kunimiryoku_box1 {
    padding: 4rem 0;
    justify-content: center;
  }

  .kunimiryoku_innner {
    align-items: center;
    padding: 0 2rem;
  }

  .kunimiryoku_box2,
  .kunimiryoku_box3 {
    top: 0;
    margin-bottom: 0;
  }

  .kunimiryoku_box3_inner>div:first-child {
    right: -25px;
    width: 120%;
    margin: 7rem 0;
  }

  .mrp001 .col001 .prMidasi h2 img {
    width: 250px;
  }

  span.t_photo_1 {
		width: 420px;
		height: 420px;
		top: -130px;
		left: -50px;
	}
	
	span.t_photo_2 {
		width: 228px;
		height: 228px;
		bottom: 200px;
		left: -30px;
	}
	
	span.t_photo_3 {
		width: 168px;
		height: 168px;
		bottom: 290px;
		left: 220px;
	}
	
	span.t_photo_4 {
		width: 336px;
		height: 299px;
		bottom: 100px;
		right: -40px;
	}
	
	span.t_photo_5 {
		width: 117px;
		height: 117px;
		bottom: 380px;
		right: 210px;
	}
	
	span.t_photo_6 {
		width: 109px;
		height: 109px;
		top: 90px;
		right: 290px;
	}
	
	span.t_photo_7 {
		width: 252px;
		height: 252px;
		top: -60px;
		right: -20px;
	}

	span.t_item_1 {
		width: 73px;
		height: 133px;
		top: 110px;
		left: 340px;
	}
	
	span.t_item_2 {
		width: 120px;
		height: 120px;
		bottom: 280px;
		left: 310px;
	}
	
	span.t_item_3 {
		width: 23px;
		height: 30px;
		bottom: 230px;
		left: 220px;
	}
	
	span.t_item_4 {
		width: 60px;
		height: 70px;
		bottom: 260px;
		right: 300px;
	}
	
	span.t_item_5 {
		width: 42px;
		height: 42px;
		top: 230px;
		right: 140px;
	}
	
	span.t_move_1 {
		width: 48px;
		height: 77px;
		top: 20px;
		left: 410px;
	}
	
	span.t_move_2 {
		width: 54px;
		height: 35px;
		top: 30px;
		right: 260px;
	}
}

@media screen and (max-width:670px) {
  .kunimiryoku_box3_inner .machiPr .col001 h2 img {
    width: 250px;
  }
}

@media screen and (max-width:640px) {
  .syoku_box::after {
    content: none;
  }

  .topTitle {
    height: 100vh;
    height: 100dvh;
  }

  a .spot_item_under_bg::after {
    width: 25px;
    height: 25px;
    bottom: 0.6rem;
  }

  .spot_box .spot_item {
    width: 300px;
    height: 197px;
    background-size: contain;
  }

  .spot_item span {
    font-size: 1.6rem;
    bottom: 0.4rem;
    margin-left: 2rem;
  }

  .kunimiryoku_innner>div img {
    width: 300px;
  }

  .spot_item_under_bg::after {
    width: 20px;
    right: 2rem;
    bottom: 0;
  }

  .kunimiryoku_box4 {
    margin: 0 auto 8rem;
    gap: 5rem;
  }

  .kunimiryoku_box4 img {
    width: 300px;
  }

  .col002 {
    text-align: center;
  }

  .machiPr.w1200.mrp001 {
    margin-bottom: 8rem;
  }

  .page_title_area.special h1 {
    width: 500px;
    height: 337px;
  }

  .kunimiryoku_box4 img.map_ttl {
    width: 320px;
  }

  #main_body .map_box iframe {
    height: 400px;
  }

  /* .shizen2.page_title_area.special h1::after {
    width: 182px;
    right: 70px;
    top: 60px;
	} */
  /* .shoku2.page_title_area.special h1 {
		width: 470px;
		height: 417px;
	} */
  /* .shoku2.page_title_area.special h1::after {
		width: 230px;
		height: 220px;
	} */
  /* .manabiasobi2.page_title_area.special h1 {
		width: 540px;
		height: 368px;
	} */
  /* .manabiasobi2.page_title_area.special h1::after {
		width: 190px;
		height: 168px;
		right: 220px;
		top: 70px
	} */
  /* .rekishi.page_title_area.special h1 {
		width: 540px;
		height: 437px;
	} */
  /* .rekishi.page_title_area.special h1::after {
		width: 200px;
		height: 215px;
	} */
  /* .sangyo2.page_title_area.special h1 {
		width: 420px;
		height: 386px;
	} */
  /* .sangyo2.page_title_area.special h1::after {
		width: 170px;
		height: 177px;
		right: 140px;
		top: 130px;
	} */
  .sogyoshien_item {
    width: 300px;
    height: 60px;
  }

  .sogyoshien_item span {
    font-size: 1.6rem;
  }

  .sogyoshien_bg::after {
    width: 25px;
    height: 25px;
    bottom: 1.75rem;
  }

  .mrp001 .col001 .prMidasi .photoF {
    margin: 0% 0 0 50%;
  }

  .kunimiryoku_box3_inner>div:first-child {
    margin: 2rem 0 0;
  }

  .kunimiryoku_innner .about_ttl {
    font-size: 2.5rem;
  }

  .machiMiryoku {
    padding: 3rem 0;
  }

  .snsWrap {
    padding: 3rem 0 0;
  }

  .lineFbTw {
    margin-top: 3rem;
  }

  span.t_photo_1 {
		width: 280px;
		height: 280px;
		top: 10px;
		left: -30px;
	}
	
	span.t_photo_2 {
		width: 152px;
		height: 152px;
		bottom: unset;
    top: 310px;
		left: -10px;
	}
	
	span.t_photo_3 {
		width: 112px;
		height: 112px;
		bottom: unset;
    top: 290px;
		left: 160px;
	}
	
	span.t_photo_4 {
		width: 224px;
		height: 199px;
		bottom: unset;
    top: 290px;
		right: -40px;
	}
	
	span.t_photo_5 {
		width: 78px;
		height: 78px;
		bottom: unset;
    top: 190px;
		right: 130px;
	}
	
	span.t_photo_6 {
		width: 72px;
		height: 72px;
		top: 110px;
		right: 190px;
	}
	
	span.t_photo_7 {
		width: 168px;
		height: 168px;
		top: -40px;
		right: -10px;
	}

	span.t_item_1 {
		width: 49px;
		height: 88px;
		top: 170px;
		left: 230px;
	}
	
	span.t_item_2 {
		width: 80px;
		height: 80px;
		bottom: unset;
    top: 310px;
		left: 230px;
	}
	
	span.t_item_3 {
		width: 16px;
		height: 20px;
		bottom: unset;
    top: 420px;
		left: 160px;
	}
	
	span.t_item_4 {
		width: 40px;
		height: 45px;
		bottom: unset;
    top: 370px;
		right: 190px;
	}
	
	span.t_item_5 {
		width: 28px;
		height: 28px;
		top: 190px;
		right: 70px;
	}
	
	span.t_move_1 {
		width: 32px;
		height: 51px;
		top: 50px;
		left: 250px;
	}
	
	span.t_move_2 {
		width: 36px;
		height: 23px;
		top: 30px;
		right: 180px;
	}
}

@media screen and (max-width:550px) {
  span.t_photo_1 {
		width: 210px;
		height: 210px;
		top: 10px;
		left: -30px;
	}
	
	span.t_photo_2 {
		width: 114px;
		height: 114px;
		bottom: unset;
    top: 320px;
		left: -10px;
	}
	
	span.t_photo_3 {
		width: 98px;
		height: 98px;
		bottom: unset;
    top: 250px;
		left: 100px;
	}
	
	span.t_photo_4 {
		width: 168px;
		height: 119px;
		bottom: unset;
    top: 300px;
		right: -40px;
	}
	
	span.t_photo_5 {
		width: 78px;
		height: 78px;
		bottom: unset;
    top: 230px;
		right: 50px;
	}
	
	span.t_photo_6 {
		width: 72px;
		height: 72px;
		top: 170px;
		right: 120px;
	}
	
	span.t_photo_7 {
		width: 168px;
		height: 168px;
		top: -40px;
		right: -10px;
	}

	span.t_item_1 {
		width: 49px;
		height: 88px;
		top: 120px;
		left: 170px;
	}
	
	span.t_item_2 {
		width: 80px;
		height: 80px;
		bottom: unset;
    top: 300px;
		left: 150px;
	}
	
	span.t_item_3 {
		width: 16px;
		height: 20px;
		bottom: unset;
    top: 420px;
		left: 130px;
	}
	
	span.t_item_4 {
		width: 40px;
		height: 45px;
		bottom: unset;
    top: 390px;
		right: 120px;
	}
	
	span.t_item_5 {
		width: 28px;
		height: 28px;
		top: 180px;
		right: 50px;
	}
	
	span.t_move_1 {
		width: 32px;
		height: 51px;
		top: 240px;
		left: 250px;
	}
	
	span.t_move_2 {
		width: 36px;
		height: 23px;
		top: 80px;
		right: 190px;
	}
}

@media screen and (max-width:430px) {
  span.t_photo_1 {
		width: 170px;
		height: 170px;
		top: 10px;
		left: -30px;
	}
	
	span.t_photo_2 {
		width: 104px;
		height: 104px;
		bottom: unset;
    top: 340px;
		left: -10px;
	}
	
	span.t_photo_3 {
		width: 88px;
		height: 88px;
		bottom: unset;
    top: 250px;
		left: 50px;
	}
	
	span.t_photo_4 {
		width: 168px;
		height: 119px;
		bottom: unset;
    top: 310px;
		right: -50px;
	}
	
	span.t_photo_5 {
		width: 68px;
		height: 68px;
		bottom: unset;
    top: 240px;
		right: 30px;
	}
	
	span.t_photo_6 {
		width: 62px;
		height: 62px;
		top: 180px;
		right: 70px;
	}
	
	span.t_photo_7 {
		width: 168px;
		height: 168px;
		top: -40px;
		right: -10px;
	}

	span.t_item_1 {
		width: 49px;
		height: 88px;
		top: 90px;
		left: 125px;
	}
	
	span.t_item_2 {
		width: 70px;
		height: 70px;
		bottom: unset;
    top: 300px;
		left: 90px;
	}
	
	span.t_item_3 {
		width: 16px;
		height: 20px;
		bottom: unset;
    top: 420px;
		left: 110px;
	}
	
	span.t_item_4 {
		width: 40px;
		height: 45px;
		bottom: unset;
    top: 390px;
		right: 100px;
	}
	
	span.t_item_5 {
		width: 28px;
		height: 28px;
		top: 180px;
		right: 10px;
	}
	
	span.t_move_1 {
		width: 32px;
		height: 51px;
		top: 240px;
		left: 170px;
	}
	
	span.t_move_2 {
		width: 36px;
		height: 23px;
		top: 80px;
		right: 160px;
	}

  #main_body .map_box iframe {
    height: 340px;
  }
}




/* オープニング（ローディング）画面　ここから */
.op {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: fadeOut 6s 2.5s forwards;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
.op img {
  width: 30%;
  height: auto;
  opacity: 0;
  animation: opAnime 5s ease-in-out 1s;
}
@keyframes opAnime {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.op.is-active {
  opacity: 0;
  visibility: hidden;
}
/* オープニング（ローディング）画面　ここまで */