@charset "UTF-8";

/*main
---------------------------------------------------------------------------*/
main {
	width: 100%;
	background: #fff;
	color: #000;
	}
.wrapper {
  display: block;
  margin: 0 auto;
  padding: 0
}

/*スクロールで色変更（invert）iro-scroll.js
---------------------------------------------------------------------------*/
/* インスタ */
.fa-header-insta.invert {
color: #000; 
}
/* drawer */
.drawer-hamburger-icon.invert {
  position: relative;
  display: block;
  margin-top: 10px;
}
.drawer-hamburger-icon.invert,
.drawer-hamburger-icon.invert:before,
.drawer-hamburger-icon.invert:after {
  width: 100%;
  height: 2px;
  -webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	background-color: #000;
}
.drawer-hamburger-icon.invert:before,
.drawer-hamburger-icon.invert:after {
  position: absolute;
  top: -10px;
  left: 0;
  content: ' ';
	background-color: #000;
}
.drawer-hamburger-icon.invert:after {
  top: 10px;
}

.drawer-open .drawer-hamburger-icon.invert {
  background-color: transparent;
}

.drawer-open .drawer-hamburger-icon.invert:before,
.drawer-open .drawer-hamburger-icon.invert:after {
  top: 0;
}

.drawer-open .drawer-hamburger-icon.invert:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.drawer-open .drawer-hamburger-icon.invert:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
	
/*youtube
---------------------------------------------------------------------------*/
.youtube {
 position: relative;
 padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
 height: 0;
 overflow: hidden;
}
.youtube iframe {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
}


/*hr
---------------------------------------------------------------------------*/
hr {
border-width: 1px 0 0 0; /* 太さ */
border-style: dotted; /* 線種 */
border-color: #cccccc; /* 線色 */
height: 1px; /* 高さ */
max-width: 100%;
clear:both;
margin: 15px 0;
}


/*header（ロゴが入ったサイト上部のブロック）
---------------------------------------------------------------------------*/
.logo{
margin: 0;
text-align: left;
position: absolute;
left: 6%;
top: 20px
}
h1 a {
background: url(../img/logo.svg) no-repeat;
background-size: 141px 70px;
display: block;
width: 141px;
height: 70px;
}
h1 a span {
display: none;
}

@media screen and (min-width: 992px) {
.logo{
top: 10%
}
h1 a {
background-size: 244px 121px;
width: 244px;
height: 121px;
}}


/*title
---------------------------------------------------------------------------*/
#title {
margin: 0;
width: 100%;
padding: 25% 0 15% 0;
text-align: center;
position: relative;
}
#title:before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .5);
  content: "";
}
#title h2 {
font-size: 1.8rem;
line-height: 2;
font-weight: normal;
display: inline-block;
position: relative;
}

.t_other {
background: url(../img/page/t_other.jpg) bottom / cover no-repeat;
}
.t_yama_cho {
background: url(../img/page/t_yama_cho.jpg) bottom / cover no-repeat;
}
.t_info {
background: url(../img/page/t_info.jpg) bottom / cover no-repeat;
}
.t_access {
background: url(../img/page/t_access.jpg) bottom / cover no-repeat;
}
.t_links {
background: url(../img/page/t_links.jpg) bottom / cover no-repeat;
}


@media screen and (min-width: 768px) {
#title {
padding: 120px 0;
}
#title h2 {
font-size: 2.5rem;
}
}


/*tex
---------------------------------------------------------------------------*/
.tex {
width: 100%;
text-align:justify;
text-justify:inter-ideograph;
overflow: hidden;
padding: 40px 0;
font-size:16px;
line-height: 1.8em;
}

.tex img {
border: 0;
max-width: 100%;
height: auto;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
}
.tex p{
margin: 0;
padding: 0;
}
.tex img a {
border: 0;
}
.tex a {
color: #000;
text-decoration: underline
}
.tex a:hover img,
.tex a:hover {
opacity: 0.5;
transition: 0.5s;
text-decoration: none;
}

@media screen and (min-width:768px) {
.tex {
padding: 60px 0;
font-size:1em;
line-height: 2em;
}
.tex_archive {
padding: 5% 0
}
}


/* ボックス*/
.box_nuri {
padding: 2.5em 3.5em;
margin: 2em 0;
background: #f5f5f5;/*背景色*/
}
.box_nuri p,
.box_waku p{
margin: 0; 
padding: 0;
}
.box_waku {
padding: 2em;
margin: 1.5em 0 0 0;
border: 1px solid #848484;
}
p.indent {
text-indent: -2em;
padding-left: 2em;
margin: 1em 0;
}
@media (max-width:767px){
.box_nuri {
padding: 1.5em 2em;
}
.box_waku{
padding: 1.5em;
}
}


/*見出し
---------------------------------------------------------------------------*/
.m01 h3 {
	margin: 3% 0;
	font-size: 150%;
	margin-bottom: 30px;
	letter-spacing: 0.2em;
	line-height: 1.5
}

.m01 h4{
	--stripe-color: #eee;/*ストライプの色*/
	color: #000;/*文字色*/
        background: linear-gradient(135deg, transparent 25%, var(--stripe-color) 26%, var(--stripe-color) 50%, transparent 51%, transparent 75%, var(--stripe-color) 76%, var(--stripe-color));
    background-size: 4px 4px;
		padding: 1.3rem;
		font-size: 130%;
		margin-bottom: 20px;
}

h3.midasi {
color: #ff9900;
font-weight: normal;
font-size: 1.4em;
margin-bottom: 20px;
}
h3.midasi:after{
content: "";
clear: both;
height: 0;
display: block;
visibility: hidden;
}
h4.midasi {
color: #000;
font-size: 1.2em;line-height: 1.2em;
margin-bottom: 20px;
padding: 0 0 0 .7em;
border-left: 3px solid #000;
}

@media screen and (min-width:768px) {
.m01 h3 {
font-size: 180%;
}
h3.midasi{font-size: 1.6em;
}
.m01 h4,
h4.midasi {
font-size: 1.4em;line-height: 1.6em;
}
}


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

　 table

--------------------------------------------------------------------------------------------- */
table {
width: 100%;
border-collapse: collapse;
margin: 10px 0;
border-style: solid;
border-width: 0;
text-align: left;
table-layout: fixed;
word-break: break-all;
word-wrap: break-all;
}
table th,
table td {
font-weight:normal;
padding: 1em;
vertical-align: middle;
}
table td img {
margin: 0 0 10px 0;
margin-bottom: 0;
}

/* オレンジベタ */
.table_design,
.table_design_access{
border-collapse: collapse;
width: 100%;
margin-top: 30px;
}
.table_design td {
border: 2px solid #fff;
background-color: #ffdaa3;
padding: 1em;
}
.table_design td:first-child {
background-color: #ff9900;
  color: #000;
  font-weight: bold;
  text-align: center;
  width: 30%;
  min-width: 4em;
}

/* アクセス */
.table_design_access{
font-size: 90%;
line-height: 1.5em
}
.table_design_access td{
padding: .1em 1em .1em 1em;
}
.table_design_access td:first-child {
color: #000;
  font-weight: bold;
  text-align: left;
  width: 20%;
  min-width: 4em;
  position: relative;
	padding: .1em 1em .1em 0;
}
.table_design_access td:first-child::after {
  content: '';
  background-color: #ff9900;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  width: 1px;
  height: 70%;
}
.table_design_access a {
text-decoration: underline;
text-decoration-style:solid;
text-decoration-color:#ff9900;
color: #ff9900;
}
@media screen and (max-width:980px) {
.table_design_access td:first-child {
width: 25%;
padding: .1em 0;
}
.table_design_access td{
padding: .1em 0 .1em 1em;
}
}




/*pagination
---------------------------------------------------------------------------*/
.pagination {
clear: both;
padding: 20px 0;
position: relative;
font-size: 12px;
line-height: 12px;
text-align: center;
margin-bottom:3%
}
.pagination-box {
display: inline-block;
}
.pagination span, .pagination a {
display: block;
float: left;
margin: 2px 2px 2px 0;
padding: 8px 10px 8px 10px;
text-decoration: none;
width: auto;
color: #fff;
background: #c5c5c5;
}
.pagination a:hover {
color: #fff;
background: #ff9900;
}
.pagination .current {
padding: 8px 10px 8px 10px;
background: #ff9900;
color: #fff;
}
.page_box {
float: left;
width: 100%;
margin-top:20px
}

@media screen and (min-width: 768px) {
.pagination {
font-size: 14px;
line-height: 14px;
}
.pagination span, .pagination a {
padding: 10px 15px 10px 15px;
}
.pagination .current {
padding: 10px 15px 10px 15px;
}}


/*ギャラリー
---------------------------------------------------------------------------*/
.gallery { /** ギャラリーを囲むボックス **/
width: 100%;
margin-bottom: 20px !important;
overflow: hidden;
display:-webkit-box;
display:-moz-box;
display:-ms-flexbox;
display:-webkit-flex;
display:-moz-flex;
display:flex;
-webkit-box-lines:multiple;
-moz-box-lines:multiple;
-webkit-flex-wrap:wrap;
-moz-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
}
.gallery br {display: none;} 
.gallery-item { /** 画像共通のスタイル **/
float: left;
margin-bottom: 0 !important;
}
.gallery-icon { /** 画像を囲む dt のスタイル **/
text-align: center;
}
.gallery-icon img {
width: 100%;
height: auto;
margin-bottom: 10px !important;
}
.gallery-caption,
.wp-caption-text { /** キャプション **/
color: #222;
font-size: 14px;
margin: 0 0 10px;
text-align: center;
}
.gallery-columns-1 .gallery-item { /** カラムなし **/
width: 100%;
margin-right: 0;
}
.gallery-columns-2 .gallery-item { /** 2カラム **/
width: 48%;
margin: 0 1%;
}
.gallery-columns-3 .gallery-item { /** 3カラム **/
width: 31.33333%;
margin: 0 1%;
}
.gallery-columns-4 .gallery-item { /** 4カラム **/
width: 23%;
margin: 0 1%;
}
.gallery-columns-5 .gallery-item { /** 5カラム **/
width: 18%;
margin: 0 1%;
}

@media (max-width:767px){
/* 640px以下用の記述 */
.gallery-columns-3 .gallery-item{
width: 48%;
margin: 0 1%;
}
.gallery-columns-5 .gallery-item {
width: 31.33333%;
margin: 0 1%;
}
}


/*キャプション
---------------------------------------------------------------------------*/
figure {
background-color: #fff;
padding: 5px;
display: table;
overflow: hidden;
}

figure img {
width:100%;
max-width: 100%;
height: auto;
}

figcaption {
display: table-caption;
caption-side: bottom;
background: #fff;
}
@media only screen and (max-width:60em) {
figure {
text-align:center;
clear:both;
overflow:hidden;
padding:0;
margin:0 auto
}
figure .alignright img,
figure .alignleft img{float:none;}
}

/* 次へ　戻る　前へ
---------------------------------------------------- */
.kiji_link{
display: flex;
align-items: flex-end;
height: 100px;
width: 100%;
margin: 0 auto
}
.kiji_link>div{
width: calc(100% / 3);
text-align: center;
vertical-align: middle;
}
.kiji_link a{
text-decoration: none;
color: #000;
font-size: 1em;
}
.kiji_link a:hover{
opacity: 0.6;
transition: 0.5s;
}
@media screen and (min-width: 768px) {
.kiji_link{
width: 600px;
}
}

/*btn_BOX
---------------------------------------------------------------------------*/
.btn_page a{
padding: 0;
display: block;
justify-content: center;
width: 100%;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
}

/* editボタン
---------------------------------------------------- */
.postmetadata{
margin: 10px 0;
width:100%;
clear:both;
}
.edit-link{
width:100%;
clear:both;
}
a.post-edit-link {
display: inline-block;
padding: 0 1.6em;
font-size: 0.8em;
color: #fff;
text-decoration: none;
user-select: none;
background: #999;
transition: 0.2s ease;
}
a.post-edit-link:hover {
opacity: .6;
color: #fff;
}
.edit-link:after{
content: "";
clear: both;
height: 0;
display: block;
visibility: hidden;
}

/*arvhive
/* ------------------------------------- */
.info_box1{
margin-top: 50px;
}
.i_date{
color: #3F3F3F;
margin: 0 10px 0 0;
font-size: 85%;
min-width: 100px;
}
.i_text{
margin: 0;
text-decoration: none;
font-weight: normal;
font-size: 100%;
line-height: 150%;
color: #000;
padding:5px 0;
width: 100%;
}

/* single */
.i_date2{
color: #3F3F3F;
margin: 0;
font-size: 85%;
}
.i_title{
font-size: 150%;
font-weight:400;
line-height: 150%;
margin: 0 0 30px 0;
padding: 0;
}
/* footer線 */
.i_text_box{
margin: 0 0 30px 0;
padding: 0 0 30px 0;
}


@media screen and (min-width:768px) {
.i_title{
font-size: 200%;
line-height: 200%;
}
.i_text_box_none{
width: 750px;
margin: 0 auto
}
}

/*	 info
/* ------------------------------------- */	
.info_box a p {
color: #000;
}
.info_box a h5 {
color: #000;
}

.info_box2{
width: 100%;
padding: 0;
}
.info_box2 a {
text-decoration: none;
color: #000;
}


/*ページメニュー
---------------------------------------------------------------------------*/
.page-menu,
.page-menu3,
.page-links,
.page-siryou{
flex-wrap: wrap;
display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
list-style:none;
max-width: 100%;
margin-bottom: 50px;
}
.page-menu li a,
.page-menu3 li a,
.page-links li a,
.page-siryou li a{
text-decoration: none;
}

.page-menu li{
width: calc((100% - 6px) / 2);
    height: auto;
    margin-right: 3px;
    margin-bottom: 3px;
    background-color: #000;
		text-align: center;
		font-size: 1.4em;
}
.page-menu li:hover,
.page-menu3 li:hover {
background-color: #333;
opacity: 0.8;
transition: 0.8s;
}
.page-menu li a{
color: #fff;
display: block;
padding: .9em 0;
}
.page-menu li a span{
font-size: 90%
}
.page-menu li:nth-child(2n) {
margin-right: 0;
}

/*ページメニュー3*/
.page-menu3 li{
width: calc((100% - 6px) / 3);
    height: auto;
    margin-right: 3px;
    margin-bottom: 3px;
    font-size: 1em;
    background-color: #000;
		text-align: center;
}
.page-menu3 li a{
color: #fff;
display: block;
padding: .9em 0;
}
.page-menu3 li:nth-child(3n) {
margin-right: 0;
}


/*ページリンク*/
.page-links li{
width: calc((100% - 6px) / 3);
    height: auto;
    margin-right: 3px;
    margin-bottom: 3px;
    font-size: 1em;
		text-align: center;border: solid 1px #000;
}
.page-links li a{
 color: #000;
display: block;
padding: .9em 0;
}
.page-links li:hover,
.page-links li a:hover{
color: #fff;
  background: #000;
opacity: 0.8;
transition: 0.8s;
}
.page-links li:after {
font: var(--fa-font-solid);
content: "\f08e";
position: absolute;
top: 50%;
right: 5%;
transform: translateY(-50%);
color: #ccc
}

/*ページ 資料ダウンロード*/
.page-siryou li{
width: 100%;
    height: auto;
    margin-bottom: 10px;
		font-size: 1em;
		line-height: 1.5;
		text-align: center;
		border: solid 1px #000;
}
.page-siryou li a{
 color: #000;
display: block;
padding: .9em;
}
.page-siryou li span{
font-size: .8rem;
display: block;
}
.page-siryou li:hover,
.page-siryou li a:hover{
color: #fff;
  background: #000;
opacity: 0.8;
transition: 0.8s;
}
.page-siryou li:after {
font: var(--fa-font-solid);
content: "\f15b";
position: absolute;
top: 50%;
right: 5%;
transform: translateY(-50%);
color: #ccc
}


@media screen and (max-width:768px) {
.page-menu li{
font-size: 1.1em
}
.page-menu3 li{
font-size: .8em
}
.page-links li{
width: calc((100% - 6px) / 2);
font-size: .8em;
}
.page-links li:nth-child(2n) {
margin-right: 0;
}
}
@media screen and (min-width: 767px) {
.page-links li{
width: calc((100% - 6px) / 3);
font-size: 1em;
}
.page-links li:nth-child(3n) {
margin-right: 0;
}
.page-siryou li{
width: calc((100% - 30px) / 2);
margin-right: 15px;
margin-bottom: 3px;
}
.page-siryou li:nth-child(2n) {
margin-right: 0;
}
}