/* CSS Document */


@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap');
body {
	font-size:15px;
	line-height : 1.4em;
		font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif, 'ＭＳ Ｐゴシック';

}


a{
	color:#000;
}


/*
□□□□□□□□□□□□□□□□□□□□□□□□□□

                全ページ共通CSS

□□□□□□□□□□□□□□□□□□□□□□□□□□
*/

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆PC用◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
@media only screen and (min-width: 769px) {

/*タブレット用*/
body{
	min-width:1200px;
}
	
/*改行等表示・非表示*/	
.spv{
	display:none;
}



h1{
	font-size:1.4em;
	line-height:1.3em;
}
h2{
	font-size:1.2em;
	line-height:1.3em;
}
h3{
	font-size:1.1em;
	font-weight: bold;
	line-height:1.3em;
}
.txt{
	line-height:2.2em;
}




/*ナビボタン*/
nav{
	width:100%;
	height:180px;
	position: fixed;
    top: 0px;
    z-index: 100;
	margin-bottom:30px;
	background-image:url(lib/images/top_bg_a.png);
	background-repeat:repeat-x;
}
.menu_con{
	width:100%;
	height:120px;
	/*メニュー上余白*/
	margin-bottom:15px;
	min-width:1000px;
}
	
.menu{
	text-align:center;
	margin:0 auto;
	overflow:hidden;
}

.menu_l{
	float:left;
	padding:20px;
	box-sizing:border-box;
	width:250px;
}
.menu_l img{
	height:80px;
	width:auto;
}

.menu_c{
	position:absolute;
	top:25px;
	left:250px;
	right:250px;
	min-width:500px;
	text-align:center;
	font-size:2.0em;
	line-height:1.1em;
}
.menu_c span{
	font-family: 'Noto Serif JP',游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	font-size:0.55em;
	margin-bottom:4px;
}

.menu_r{
	float:right;
	text-align:right;
	box-sizing:border-box;
	width:250px;
}

.top_menu{
	text-align:center;
}
.top_menu a{
	text-decoration:none;
}
.top_menu a:hover{
	color:#003A05;
	text-decoration:none;
}


/*

メインコンテナ

*/

main{
	margin-top:180px;
	padding-top:60px;
}
.main_con{
	width:1200px;
	margin:0 auto;
	overflow:hidden;

}

.txt_con{
	width:800px;
	float:right;
	background-color:rgba( 255, 255, 255, 0.7 );
	border:2px solid #D97B7D;
	box-sizing:border-box;
	padding:30px 40px;
	margin-bottom:100px;
	line-height:1.8em;
	
}
.txt_con img{
	max-width:100%;
	height:auto;
}

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

各パーツのデザインなど

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

.page_title{
	border-bottom:2px solid #D78A8F;
	padding-bottom:5px;
	margin-bottom:15px;
}
/*下線無し*/
.page_title2{
	margin-bottom:15px;
}





footer{
	width:100%;
}

.foot_con{
	width:100%;
	margin:0 auto;
	background-color:rgb(88,120,68,0.95);
	text-align:center;
	padding:50px 0;
	color:#FFF;
	line-height:1.3em;
}

.foot_box{
	width:1200px;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
	margin:0 auto;
}

.foot_box_l{
	width:400px;
	box-sizing:border-box;
	padding-right:30px;
	text-align:left;
	line-height:1.8em;
}
.foot_box_l img{
	width:370px;
	height:auto;
}


.foot_box_r {
  position: relative;
  width: 800px;
}
.foot_box_r iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}













.footer_con1{
	margin:0 auto;
	background-color:rgb(88,120,68,0.95);
	text-align:center;
	padding:50px 0;
	color:#FFF;
	line-height:1.3em;
}

.footer_con1 .txt1{
	font-size:1.3em;
}


.footer_con2 {
  position: relative;
  width: 100%;
  padding-top: 25%;
}
.footer_con2 iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}




.footer_con3{
	margin:0 auto;
	padding:40px 0;
	text-align:center;
	color:#FFF;
}


/*ここにcss*/
/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆↓PC用◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
}
/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆↑PC用◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆スマホ用◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
@media only screen and (max-width: 768px) {
* {
    box-sizing: border-box;
}
/*改行等表示・非表示*/	
.pcv{
	display:none;
}	

/*全体文字サイズ*/
body {
	min-width:100%;
}
/*全体文字サイズ*/
body {
	width:100%;
	max-width:100%;
}

h1{
	font-size:1.4em;
	line-height:1.3em;
}
h2{
	font-size:1.2em;
	line-height:1.3em;
}
h3{
	font-size:1.1em;
	font-weight: bold;
	line-height:1.3em;
}
.txt{
	line-height:2.2em;
	/* シャギーを防ぐ指定 */
    transform: rotate(0.03deg);         
}


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

#sp_head{
	width:100%;
	position: fixed;
    top: 0px;
    z-index: 100;
	background-color:#FFF;
	height:60px;
	overflow:hidden;
}

.sp_head_title{
	float:left;
}
.sp_head_title img{
	margin:5px 0 0 5px;
	height:8vh;
	width:auto;
	max-height:45px;
}


*-------------------------------------------*/
/*menu*/

.drawer_menu{
	overflow:hidden;
}



.menu {
	height: 20px;
	position:fixed;
	right: 20px;
	top: 20px;
	width: 30px;
	z-index: 99;
}
.menu__line {
	background: #ffd8b8;
	display: block;
	height: 2px;
	position: absolute;
	transition: transform .3s;
	width: 100%;
}
.menu__line--center {
	top: 9px;
}
.menu__line--bottom {
	bottom: 0;
}
.menu__line--top.active {
	top: 8px;
	transform: rotate(45deg);
	background-color:#ffd8b8;
}
.menu__line--center.active {
	transform: scaleX(0);
	background-color:#ffd8b8;
}
.menu__line--bottom.active {
	bottom: 10px;
	transform: rotate(135deg);
	background-color:#ffd8b8;
}
/*gnav*/
.gnav {
	background: rgba(255,255,255,0.9);
	display: none;
	height: 100%;
	position: fixed;
	width: 100%;
	z-index: 98;
	color:#343434;
	font-size:1.8em;
}
.gnav__wrap {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: center;
	position: absolute;
	width: 100%;
}
.gnav__con{
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}
.gnav__box{
	width:90%;
	border-bottom:2px dotted #E2BEC9;
	padding-bottom:16px;
	margin:0 auto 16px;
}
.gnav__box a{
	text-decoration:none;
}





/*

メインコンテナ

*/

main{
	margin-top:60px;
	padding-top:60px;
}
.main_con{
	width:90%;
	margin:0 auto;
	overflow:hidden;

}

.txt_con{
	/*width:800px;
	float:right;*/
	background-color:rgba( 255, 255, 255, 0.7 );
	border:2px solid #D97B7D;
	box-sizing:border-box;
	padding:15px 20px;
	margin-bottom:100px;
	line-height:1.8em;
	
}

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

各パーツのデザインなど

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

.page_title{
	border-bottom:2px solid #D78A8F;
	padding-bottom:5px;
	margin-bottom:15px;
}
/*下線無し*/
.page_title2{
	margin-bottom:15px;
}






footer{
	width:100%;
}




.foot_con{
	margin:0 auto;
	background-color:rgb(88,120,68,0.95);
	text-align:center;
	padding:30px 0;
	color:#FFF;
	line-height:1.3em;
}

.foot_box{
	width:90%;
	margin:0 auto;
}

.foot_box_l{
	text-align:left;
	margin-bottom:20px;
}


.foot_box_r {
  position: relative;
  width: 100%;
  height:250px;
}
.foot_box_r iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}


















.footer_con1{
	margin:0 auto;
	background-color:rgb(88,120,68,0.95);
	text-align:center;
	padding:50px 5%;
	color:#FFF;
	line-height:1.3em;
}

.footer_con1 .txt1{
	font-size:1.3em;
}



.footer_con2 {
  position: relative;
  width: 100%;
  padding-top: 55%;
}
.footer_con2 iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}


.footer_con3{
	margin:0 auto;
	padding:40px  5%;
	text-align:center;
	color:#FFF;
}


	
/*ここにcss*/
/*◆◆◆◆◆◆◆↓スマホ用◆◆◆◆◆◆◆*/    
}
/*◆◆◆◆◆◆◆↑スマホ用◆◆◆◆◆◆◆*/