@charset "UTF-8";

/* reset */
html, body, h1, h2, h3, h4, h5, h6, dl, dt, dd, ol, ul, li,p{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
img{
	height: auto;
	font-size: 0;
	line-height: 0;
	border:0;
}
ol,ul{
	list-style: none;
}

/* common */
body{
	font-family: 'メイリオ', Meiryo,'ヒラギノ角ゴシック','ＭＳ Ｐゴシック','MS PGothic',YuGothic,'Yu Gothic';
	font-size: 15px;
	color:rgba(100,100,100,1);
	line-height: 1.5;
	text-align: left;
	letter-spacing: 0.1em;
	background:rgb(255,255,255);
}
a{
	text-decoration: underline;
	display: inline-block;
	color:rgba(100,100,100,1);
	transition:0.5s;
}
a:hover{
	opacity:0.6;
}
img{
    max-width: 100%;
    height: auto;
	border-style:none;
	vertical-align:middle;
}
a img{
    text-decoration: none;
}

.tel a{
	pointer-events: none;
	text-decoration: none;
}
.indent{
	padding-left:1.2em;
	text-indent:-1.2em;
}
.white_box{
	background: url("images/flag.jpg") repeat-x top left;
}
.color_box{
	background: rgba(80,160,40,0.3);
}
.color_box_2{
	background: rgba(80,160,40,0.1);
}
.inner_box{
	width: 1000px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 50px 0;
}
.white_box .inner_box{
	padding: 80px 0 50px 0;
}

.page_title{
	width: 100%;
	border-top: 1px solid rgba(80,160,40,1);
	border-bottom: 1px solid rgba(80,160,40,1);
	padding: 10px 20px;
	color: rgb(80,160,40);
	font-size: 14px;
	box-sizing: border-box;
}
.page_title p{
	width: 1000px;
	margin: 0 auto;
}

.section_title{
	width: 100%;
	background: rgb(80,160,40);
	padding: 10px 20px;
	margin: 0 auto 30px auto;
	color: #fff;
	border-radius: 10px;
	font-size: 17px;
	box-sizing: border-box;
}


.pc { display: block !important; }
.sp { display: none !important; }


/* container */
#container{
	width:100%;
	min-width: 1100px;
	background: url("images/flag.jpg") repeat-x top left;
}

/* top_img */
.top_img{
	background: url("images/top_img.png") no-repeat left top / 100%;
	width: 100%;
	height: 40vw;
	min-height: 440px;
	margin: 0 auto -1.5% auto;
	position: relative;
	z-index: 2;
}

/* logo */
#logo{
	width: 1000px;
	margin: 0 auto;
	padding: 40px 0 20px 0;
}
#logo a{
	width: 40%;
}

/* header */
#menu ul{
	display: flex;
	justify-content: flex-start;
	width: 1000px;
	margin: 0 auto 30px auto;
	text-align: center;
}
#menu li{
	box-sizing: border-box;	
	padding: 0 22px;
	border-left: 1px solid rgba(100,100,100,1);
}
#menu li:last-child{
	border-right: 1px solid rgba(100,100,100,1);
}
#menu li a{
	text-decoration: none;
}


/* topic */
#topics{
	width: 100%;
	position: relative;
	z-index: 1;
}
#topics iframe{
	width: 100%;
	height: 500px;
	box-sizing: border-box;
}

/* en_link */
#en_link .inner_box{
	display: flex;
	justify-content: space-between;
}

.en_link_box{
	width: 48%;
	position: relative;
	transition: 0.5s;
}
.en_link_box img{
	width: 100%;
	border-radius: 10px 10px 0 0;
}
.en_link_box ul{
	background: #fff;
	padding: 20px;
	box-sizing: border-box;
	border-radius:  0 0 10px 10px;
	font-size: 14px;
}
.en_link_box li:first-child{
	font-size: 17px;
	border-bottom: 1px solid rgb(80,160,40);
	opacity: 0 0 10px 0;
	margin: 0 auto 10px auto;
}
.en_link_box:hover{
	opacity: 0.6;
}
.en_link_box a{
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left: 0;
	z-index: 5;
}
.en_link_box .tel a{
	position: relative;
	width: auto;
	height: auto;
}

#bnr ul{
	display: flex;
	justify-content: center;
}
#bnr li{
	width: 28%;
	margin: 0 1%;
}
#bnr li a img{
	border-radius: 30px;
}

#mokuhyo li{
	background: url("images/line_dot.png") repeat-x left bottom,url("images/leaf.png") no-repeat left 20px top 2px / 20px;
	padding: 0 0 10px 50px;
	margin: 0 auto 20px auto;
	font-size: 18px;
}
#hashira ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;	
	text-align: center;
}
#hashira li{
	background: rgba(80,160,40,0.1) url("images/hashira_01.png") no-repeat right bottom;
	width: 230px;
	height: 230px;
	margin: 0 0 20px 0;
	padding: 20px;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
}
#hashira li:nth-child(2){
	background: url("images/hashira_02.png") no-repeat left top;
	border: 1px solid rgba(80,160,40,0.5);
}
#hashira li:nth-child(3){
	background: rgba(80,160,40,0.1) url("images/hashira_03.png") no-repeat right bottom;
}
#hashira li:nth-child(4){
	background: url("images/hashira_04.png") no-repeat left top;
	border: 1px solid rgba(80,160,40,0.5);
}
#hashira li:nth-child(5){
	background: url("images/hashira_05.png") no-repeat left top;
	border: 1px solid rgba(80,160,40,0.5);
}
#hashira li:nth-child(6){
	background: rgba(80,160,40,0.1) url("images/hashira_06.png") no-repeat right bottom;
}
#hashira li:nth-child(7){
	background: url("images/hashira_07.png") no-repeat left top;
	border: 1px solid rgba(80,160,40,0.5);
}
#hashira li:nth-child(8){
	background: rgba(80,160,40,0.1) url("images/hashira_08.png") no-repeat right bottom;
}

.enkaku_txt{
	text-align: center;
	margin: 0 auto 20px auto;
}
#enkaku table{
	border-collapse: collapse;
	width: 100%;
	margin: 0 auto 30px auto;
	border: 1px solid rgba(80,160,40,0.5);
}
#enkaku th{
	background: rgba(80,160,40,0.3);
	padding: 10px 20px;
	font-weight: normal;
}
#enkaku td{
	background: #fff;
	padding: 10px 20px;
}
.enkaku_btn{
	text-align-last: center;
	margin: 0 auto;
}
.enkaku_btn a{
	text-decoration: none;
	padding: 10px 30px;
	border-radius: 20px;
	border: 1px solid rgba(80,160,40,0.5);
	background: #fff;
}

/* footer */
#footer{
	background: url("images/flag.jpg") repeat-x top left;
}
.copy{
	text-align: center;
	width: 80%;
	padding: 80px 0  50px 0;
	font-size: 15px;
	margin: 0 auto;
}


/* pagetop */
.pagetop{
    position: fixed;
    bottom: 0;
    right: 0;
	z-index: 5;
	width: 40px;
	height: 40px;
}


@media screen and (max-width:768px){

	
.pc { display: none !important; }
.sp { display: block !important; }
	
.white_box{
	background: url("images/flag_2.jpg") repeat-x top left;
}
.inner_box{
	width: 85%;
	margin: 0 auto;
	padding: 7% 0;
}
.white_box .inner_box{
	padding: 12% 0 7% 0;
}
.page_title p{
	width: 90%;
}
.section_title{
	margin: 0 auto 20px auto;
}
	

/* container */
#container{
	min-width: 1px;
	background: url("images/flag_2.jpg") repeat-x top left;
}
	
/* logo */
#logo{
	width: 80%;
	padding: 40px 0 20px 0;
}
#logo a{
	width: 100%;
	margin: 0 auto;
}

/* top_img */
.top_img{
	background: url("images/top_img_02.png") no-repeat left top / 100%;
	width: 100%;
	height: 75vw;
	min-height: 1px;
	margin: 0 auto -2% auto;
}
	
/* menu */
body.stop{
	overflow: hidden;
}	
.toggle{
	position: fixed;
	right: 0;
	top: 0;
	z-index: 8;
	width: 40px;
	height: 40px;
	background: url("images/menu_btn.jpg") no-repeat right top / 100%;
	transition: 0.3s;
}
.toggle.close{
	background: url("images/menu_btn_02.jpg") no-repeat right top / 100%;
	
}
.toggle:hover{
	cursor: pointer;
}

	
/* header */
#header{
	background: none;
	padding: 0;
}
#menu{
	margin: 0 auto;
	background: rgba(255,255,255,0.9);
	width: 100%;
	height:100vh;
	position: fixed;
	top:0;
	left:0;
	z-index: 7;
	padding: 15% 0 30% 0;
	box-sizing: border-box;
	overflow-y: scroll;
	 -webkit-overflow-scrolling: touch;
	display: none;
}
#menu ul{
	justify-content: space-between;
	flex-wrap: wrap;
	width: 90%;
}
#menu li{
	width: 100%;
	margin: 0 0 1% 0;
	height: auto;
	border: none;
	padding: 0;
}
#menu li a{
	width: 100%;
	padding: 3%;
	border-radius: 10px;
	border: 1px solid rgba(100,100,100,1);
	box-sizing: border-box;
}
#menu li:last-child{
	border-right: none;
}

	
#bnr ul{
	flex-wrap: wrap;
}
#bnr li{
	width: 45%;
	margin: 1%;
}

#hashira li{
	width: 48%;
	height: 35vw;
}
#hashira li:nth-child(2){
	background: url("images/hashira_02.png") no-repeat left top;
	border: 1px solid rgba(80,160,40,0.5);
}
#hashira li:nth-child(3){
	background: url("images/hashira_03.png") no-repeat left top;
	border: 1px solid rgba(80,160,40,0.5);
}
#hashira li:nth-child(4){
	background: rgba(80,160,40,0.1) url("images/hashira_04.png") no-repeat right bottom;
	border: none;
}
#hashira li:nth-child(5){
	background: rgba(80,160,40,0.1) url("images/hashira_05.png") no-repeat right bottom;
	border: none;
}
#hashira li:nth-child(6){
	background: url("images/hashira_06.png") no-repeat left top;
	border: 1px solid rgba(80,160,40,0.5);
}
#hashira li:nth-child(7){
	background: url("images/hashira_07.png") no-repeat left top;
	border: 1px solid rgba(80,160,40,0.5);
}
#hashira li:nth-child(8){
	background: rgba(80,160,40,0.1) url("images/hashira_08.png") no-repeat right bottom;
}
	
/* footer */
#footer{
	background: url("images/flag_2.jpg") repeat-x top left;
}
.copy{
	padding: 15% 0 7% 0;
	font-size: 14px;
}

	
}
	
@media screen and (max-width:480px){

.tel a{
	pointer-events: auto;
	
}
	
/* en_link */
#en_link .inner_box{
	display: block;
}

.en_link_box{
	width: 100%;
	margin: 0 auto 20px auto;
}
.en_link_box:last-of-type{
	margin: 0 auto;
}

#bnr li{
	width: 80%;
	margin: 0 0 15px 0;
}
#bnr li:last-child{
	width: 80%;
	margin: 0;
}
	
#hashira ul{
	text-align: left;
}
#hashira li br{
	display: none;
}
#hashira li{
	width: 100%;
	height: auto;
	padding: 20px 20px 20px 60px;
	display: block;
	margin: 0 auto 10px auto;
}
#hashira li:nth-child(1){
	background: rgba(80,160,40,0.1) url("images/hashira_01.png") no-repeat left 10px center / 40px;
}
#hashira li:nth-child(2){
	background: url("images/hashira_02.png") no-repeat left 10px center / 40px;
}
#hashira li:nth-child(3){
	background: rgba(80,160,40,0.1) url("images/hashira_03.png") no-repeat left 10px center / 40px;
	border: none;
}
#hashira li:nth-child(4){
	background: url("images/hashira_04.png") no-repeat left 10px center / 40px;
	border: 1px solid rgba(80,160,40,0.5);
}
#hashira li:nth-child(5){
	background: rgba(80,160,40,0.1) url("images/hashira_05.png") no-repeat left 10px center / 40px;
}
#hashira li:nth-child(6){
	background: url("images/hashira_06.png") no-repeat left 10px center / 40px;
}
#hashira li:nth-child(7){
	background: rgba(80,160,40,0.1) url("images/hashira_07.png") no-repeat left 10px center / 40px;
	border: none;
}
#hashira li:nth-child(8){
	background: url("images/hashira_08.png") no-repeat left 10px center / 40px;
	border: 1px solid rgba(80,160,40,0.5);
}
	
#enkaku th,#enkaku td{
	display: block;
	width: 100%;
	box-sizing: border-box;
}
.enkaku_btn{
	text-align: left;
}
.enkaku_btn a{
	width: 100%;
	box-sizing: border-box;
}
	
}

