@charset "UTF-8";
@import url("grid.css");

img {
	max-width:100%;
	height: auto;/*高さ自動*/
}
a {
    display:block;
    color: #333;
    text-decoration-line: none;
}
a:hover {
    color: #BCC256;
}
a img:hover {
	opacity: 0.8;
}
.blueback {
    background-color: #4A3627;
    color: #CBE48A;
    padding-top: 1rem;
    padding-right: 1rem;
    padding-left: 1rem;
    padding-bottom: 1rem;
    width: 100%;
    line-height: 300%;
    text-align: left;
    font-size: 120%;
    text-indent: 0px;
    text-decoration: none;
    opacity: 1;
}
.underline {
	border-bottom: 3px solid #003399;
	padding-bottom: 0.5rem;
}
.center {
	text-align: center;
}

/*ヘッダー
-------------------------------------*/
.header {
    background-image: url(../img/web-mokume-01-2.jpg);
    background-repeat: repeat;
}

.head {
	display: flex;
    flex-direction: row;
    padding: 1rem 0 0 0;
	
}

.head2 {

}

.head2 a {
    display: inline;
}

.head h1 { 
    padding: 1rem 0;
}
.telbox {
	margin-left: auto;
	font-size: 2.0rem;
	padding: 1rem 0 0 0;
	color: #FFFFFF;
	line-height: 80%;
	text-align: right;
}

.telbox a {
	margin-left: auto;
	font-size: 3.0rem;
	padding: 1rem 0 0 0;
	color: #FFFFFF;
	    text-decoration: none;
}

.telbox a:hover {
	margin-left: auto;
	font-size: 3.0rem;
	padding: 1rem 0 0 0;
	color: #FFFFFF;
	    text-decoration: none;
}




@media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}


.menu {
    background-image: url(../img/web-mokume-01-2.jpg);
    border-left-width: 0.4em;
    background-repeat: repeat;
}
nav ul {
	display: flex;
    flex-direction: row;
    justify-content: space-around;
    list-style: none;
	margin-bottom: 0;
}
nav li {
    flex: 1 0 auto;
	margin-bottom: 0;
}
nav li a {
    text-decoration: none;
    text-align: center;
	color: #fff;
}
nav a:hover {
	
	color: #d2b48c
	
}
nav a {
	padding-top: 3rem;
	padding-right: 1rem;
	padding-left: 1rem;
	padding-bottom: 2rem;
	display: block;
}

@media screen and (min-width: 768px){
/* PC時はMENUボタンを非表示 */
#open,#close {
    display: none !important;
}

#navi {
	display: block !important;
	line-height: 120%;
}
}

@media screen and (max-width: 768px){
.head {
	flex-direction: column;
    text-align: left;
    margin-bottom: 20px;
}
.telbox {
	margin-left: 0;
	text-align: center;
	color: #FFFFFF;
}
.head #open,#close  {
    position: absolute;
    top: 20px;
    right: 12px;
    }
nav ul {
	flex-direction: column;
}

nav li {
	padding-top: 0;
	border-bottom: 1px solid #ccc;
	margin-bottom: 0;
}
/* スマホ時はMENUボタンを表示 */
#open,#close  {
    display: block;
    width: 50px;
    border: none;
    position: absolute;
    top: 20px;
    right: 12px;
}
/* スマホ時はメニューを非表示 */
#navi {
    display: none;
}


}

/*メイン画像
-------------------------------------*/
.mainimg img {
	width: 100vw;
	    margin: 0 0 -1rem 0;
}

/*メインコンテンツ
-------------------------------------*/
main {
	margin-top: 12rem;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 5rem;
}

/*新着情報
-------------------------------------*/
.news h2 {
    background-color: #003399;
	color: #fff;
	padding: 1rem;
}
.news li {
    list-style-type: none;
	border-bottom: 1px solid #ccc;
	padding: 0.5rem 0;
}

/*フッター
-------------------------------------*/
footer {
    padding: 5rem 0;
    color: #fff;
    background-image: url(../img/web-mokume-01-2.jpg);
    background-repeat: repeat;
}
footer h5 {
    border-bottom: 2px solid #fff;
}



footer a {
	color: #FFFFFF;
	text-decoration: none;
}

footer a:hover {
	color: #d2b48c;
	text-decoration: none;
}


/*コピーライト
-------------------------------------*/
.copyright {
	text-align: center;
	padding: 1rem 0;
	background-color: #fff;
	color: #5C3D0F;
	font-size: small;
}
.copyright a {
    color: #000;
    text-decoration: none;
	display: inline-block;
}

/*ページトップへ戻るボタン
-------------------------------------*/
#pagetop {
    position: fixed;
    bottom: 15px;
    right: 15px;
}
#pagetop a {
    display: block;
    background: #80a13f;
    color: #fff;
    width: 50px;
    padding: 10px 5px;
    text-align: center;
}
#pagetop a:hover {
    background: #80a13f;
}
/*パンくずリスト
-----------------------------------*/
.breadcrumb {
    margin: 0 0 1em 0;
    padding: 0;	
}
.breadcrumb li {
    list-style-type: none;
}
.breadcrumb li a {
    display: inline-block;
    color: #959fa5;
}




/*文字色
-----------------------------------*/
.moji-class001 {
	color: #C23232;
}

.moji-class001 a {
    display: initial;
    color: #C23232;
    text-decoration: none;
    font-size: 1.5em;
}
figcaption .moji-class001 .moji-class001 {
    display: initial;
}

.moji-class001green {
	color: #537634;
	font-weight: bold;
}

.moji-class002 {
	font-size: 1.3em;
	
}

.moji-class003 {
	font-size: 1.3em;
	color: #FFFFFF;
	text-decoration: none;
}

.moji-class003 a {
	color: #FFFFFF;
	text-decoration: none;
}


.moji-class003-2 {
    font-size: 2em;
    color: #BCC256;
    text-decoration: none;
    font-weight: bold;
}

.moji-class003-2 a {
	color: #BCC256;
	text-decoration: none;
}

.moji-class004 {
	font-size: 0.7em;
}

.moji-class005 {
	font-size: 0.85em;
	line-height: 75%;
}

.moji-class006 {
	font-size: 0.85em;
	line-height: 75%;
}
