#wrapper {
  overflow-x: hidden;
  width: 100%;
}


/* -------------------------- */
/* ヘッダー */
/* -------------------------- */


header{
  left: 0;
  position: relative;
  margin: 0 auto;
  text-align:left;
  display:block;
  background: url(../img/bg1.png);	
}


@media screen and (max-width: 1080px) {
header {
  top: 0;
  left: 0;
  width: 100%;
  max-width: 1080px;
  display:block;
  background: url(../img/bg1.png);
	} 
}

header .tel{
	display:block;
	margin-top:30px;
	float:right;
	padding-right:10px;
	height:50px;
}
@media screen and (max-width: 1080px) {
header .tel{
	display:none;
}
}



.l_header {
  width: 100%;
  height: auto;
  background: url(../img/bg1.png);
}


.l_header_inner {
  width: 1200px;
  min-height:  100px;
  background: url(../img/bg1.png);
  margin:0 auto;
}

@media screen and (max-width: 1080px) {
  .l_header_inner {
    width: 100%;  
  }
}

@media screen and (max-width: 768px) {
  .l_header_inner {
    width: 100%;  
  }
}

.l_header_logo {
  max-width: 179px;
  float:left;
  padding-top:15px;
  padding-left:20px;	
}

.l_header_logo img{
  max-width: 179px;
	
}

@media screen and (max-width: 1024px) {
  .l_header_logo {
  max-width: 100px; 
  /*margin-left:10px; */
}
}


.l_header_btn {
  width: 200px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #fff;
  cursor: pointer;
  display: block;
  float: right;
  margin:10px;

  /*ロールオーバー0.3秒で背景色を変える*/
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
  }

.l_header_btn:hover {
  background-color: #ff0;
  }


@media screen and (max-width: 768px) {
  .l_header_btn {
  display: none; 
}
}


.l_header_tel{
	font-size:25px;
  font-weight: bold;
  float:right;
  color: #000;
  margin:15px 10px;
}
@media screen and (max-width: 768px) {
  .l_header_tel{
  display:none;
}
}



/* -------------------------- */
/*  content */
/* -------------------------- */


.content{
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px 10px;
  }


@media screen and (max-width: 1024px) {
.content {
  width:90%;	
  display: block;
  height: auto;
  position: relative;
  padding: 10px 0/*10px*/;
}
}







/* -------------------------- */
/* section */
/* -------------------------- */

section  .imgright {
  width:170px;
  height:auto;
  float:right;
  margin: 0 0 20px 20px;
}



section  .imgright2 {
  float:right;
  margin: 0 0 20px 20px;
}

section  .imgright3 {
  float:right;
  width:40%;
  margin: 0 0 40px 40px;
}

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

section  .imgright3 {
  float:right;
  width:100%;
  margin: 0 0 40px 40px;
}
}


section  .imgleft {
  width:170px;
  height:auto;
  float:left;
  margin: 0 20px 20px 0 ;
}

@media screen and (max-width: 768px) {
section img {
	width:100%;
  margin: 0 auto;
	height:auto;

}

section .imgright {
  width:100%;
  margin: 0 auto;
  height:auto;
}

section .item{
 width:100%;
 height:100px;
 background:#666666;
 display:block;
 margin: 10px 0;
}

.item{
 width:100%;
 height:100px;
 background:#666666;
 display:block;
 margin: 10px 0;
}
}	

/* -------------------------- */
/* article*/
/* -------------------------- */




article {
  padding: 0 10px;
}

@media screen and (min-width: 1081px) {
  article{
    padding: 0;
  }
  
 article {
    float: left;
    width: 65.306%;
  }
}



/* -------------------------- */
/* aside*/
/* -------------------------- */


  aside {
    display: block;
    float: right;
    width: 100%;
    margin: 30px 0 0 0;
    font-size: 0.75em;
    min-height:100%;
    height:100%; 
  }
		
	
 aside .banner{
  width:100%;
  height:auto;
  display:block;
  margin-bottom:15px;
  text-align: center;
  }


	 aside h3 {
    margin: 20px 10px 10px 0;
    padding: 5px 5px 5px 10px;
    background: #e5e5e5;
    border-radius: 3px;
  }

  aside ul {
    margin: 10px;
    padding: 0;
  }

  aside ul li {
    margin-bottom: 15px;
    list-style-type: none;
    margin-left:10px;
  }

  aside p{
    margin-top: 0.5em;
  }


@media screen and (min-width: 1081px) {
aside {
    display: block;
    float: right;
    width: 30.61%;
    margin: 30px 0 0 0;
    font-size: 0.75em;
  }

  aside .banner{
	width:100%;
	height:auto;
	display:block;
  text-align: left;
  }

  aside h3 {
    margin: 20px 10px 10px 10px;
    padding: 5px 5px 5px 10px;
    background: #e5e5e5;
    border-radius: 3px;
  }

  aside ul {
    margin: 10px;
    padding: 0;
  }

  aside ul li {
    margin-bottom: 15px;
    list-style-type: none;
    margin-left:10px;
  }

  aside p{
    margin-top: 0.5em;
  }
  
  label{
    margin-left:10px;
  }
  
}


/* -------------------------- */
/* 見出し */
/* -------------------------- */

  h2 {
    padding:20px 0.8em ;
    font-family:"A1 Mincho";
    font-size: 1.6em;
    margin: 20px 0;
    text-align: center;
    font-weight: lighter;
    border-top:2px dotted #604c3f;
    border-bottom: 2px dotted #604c3f;
	      color: #4D3B30;
}

  h2 a {
    text-decoration: none!important;
	  color: #4D3B30;
}

  h2 a:hover {
    text-decoration: underline;
	  color: #4D3B30;
}

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

  h2 {
    font-size: 1.2em;
}
}

.hd_lv2 {
	padding:20px 0.8em ;
	font-family:"ヒラギノ角ゴ W6 JIS2004";
	font-size: 1.2em;
	margin: 20px 0;
	text-align: center;
	border-top:1px solid;
	border-bottom: 1px solid;
	color: #4D3B30;
}
/*
@media screen and (max-width: 768px) {
.hd_lv2 {
	font-size: 1.0em;
	text-align: left;
}

.hd_lv2  a {
	text-decoration: none!important;
	color: #4D3B30;
}

.hd_lv2  a:hover {
	text-decoration: underline;
	color: #4D3B30;
}
}
*/

 .midashi {
    font-family:"A1 Mincho";
    font-size: 2em;
    margin: 20px 0;
    text-align: left;
    color: #333;
}


@media screen and (max-width: 768px) {
.midashi {
    font-family:"A1 Mincho";
    font-size: 1.2em;
    margin: 20px 0;
    text-align: left;
    color: #333;
}
}


 .midashi_top {
    font-family:"A1 Mincho";
    font-size: 2em;
    margin: 20px 0;
    text-align: center;
    color: #333;
}


@media screen and (max-width: 768px) {
.midashi_top {
    font-family:"A1 Mincho";
    font-size: 1.2em;
    margin: 20px 0;
    text-align: left;
    color: #333;
}
}
strong{
font-weight: bold;
}

/* -------------------------- */
/* box*/
/* -------------------------- */
.box2{
	margin: 10px auto 0;
	width:100%;
	max-width: 300px;
	height: auto;
	max-height: 180px;
	display:block;
}

@media screen and (min-width: 820px) {
	.box2{
		box-sizing: border-box;
		width:47.3%;
		max-width:500px;
		height: auto;
		max-height: 150px;
		margin: 0 20px;
		display:block;
		float:left;
	}
}

.box2_sub{
	box-sizing: border-box;
	width:50%;
	height: auto;
	padding: 0 20px;
	display:block;
	float:left;
}
@media screen and (max-width: 768px) {
.box2_sub{
	box-sizing: border-box;
	width:100%;
	height: auto;
	padding: 0 20px;
}
}

.box2 .top_1 {
	width: 200px;
	margin: 0 atuo;
	position: relative;
	top: -50px;
	left:0x;
}

@media screen and (min-width: 820px) {
	.box2 .top_1 {
		width: 65%;
		max-width: 400px;
		position: relative;
		top: -60px;
		left:0px;
	}
}

.box3{
	box-sizing: border-box;
	width:33.3%;
	height: auto;
	padding: 20px 10px;
	display:block;
	float:left;
}


@media screen and (max-width: 768px) {
.box3{
	box-sizing: border-box; 
	width:100%;
	height: auto;
	padding:10px;
	display:block;
}
}


.box3_sub{
	box-sizing: border-box; 
	width:50%;
	height: auto;
	padding:20px 10px;
	display:block;
	float: left
}

@media screen and (min-width: 820px) {
	.box3_sub{
		box-sizing: border-box;
		width:33.3%;
		height: auto;
		padding: 10px 10px;
		display:block;
		float:left;
	}
}


.box4{
	box-sizing: border-box; 
	width:25%;
	height: auto;
	padding: 40px 10px;
	display:block;
	float:left;
}


@media screen and (max-width: 1080px) {
	.box4{
		box-sizing: border-box;
		width:50%;
		height: auto;
		padding: 20px 10px;
		display:block;
		float:left;
	}
}

@media screen and (max-width: 768px) {
	.box4{
		box-sizing: border-box;
		width:100%;
		height: auto;
		padding: 20px 10px;
		display:block;
		float:left;
	}
}



.box4_mini{
	box-sizing: border-box; 
	width:25%;
	height: auto;
	padding: 40px 10px;
}


@media screen and (max-width: 768px) {
	.box4_mini{
		box-sizing: border-box; 
		width:50%;
		height: auto;
		padding: 40px 10px;
		display:block;
		float:left;
	} 
}


.box4 .p_inner{
	position: relative;
	width:85%;
	top:-170px;
	left: 20px;
}

.box4_maru{
	box-sizing: border-box; 
	width:50%;
	height: auto;
	padding: 40px 10px;
	display:block;
	float:left;
	border-radius: 10px;        /* CSS3草案 */  
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 10px;   /* Firefox用 */  
}

@media screen and (min-width: 820px) {	
	.box4_maru{
		box-sizing: border-box;	
		width:22%;
		padding: 10px 5px;
		max-height:400px;
		margin:10px;	
		border-radius: 10px;        /* CSS3草案 */  
		-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
		-moz-border-radius: 10px;   /* Firefox用 */  
	}
}

.box4_maru .p_inner{
	position: relative;
	width:85%;
	top:-170px;
	left: 20px;
}

	
/* -------------------------- */
/* bg*/
/* -------------------------- */

 #titlebg{
  height:100px;
  margin:0 auto;
  display:block;
  background: url(../img/titlebg.png)no-repeat; 
  background-position: center;     
}

@media screen and (min-width: 1081px) {
#titlebg{
  height:140px;
  margin:0 auto;
  display:block;
  background: url(../img/titlebg.png)no-repeat; 
  background-position: center;     
}
}
/* -------------------------- */
/* フッター */
/* -------------------------- */

footer{

}
.l_footer {
	display:block;
	flex-basis:100%;
	height: 350px;
	text-align: left;
	background-color: #604c3f;

}

@media screen and (max-width: 768px) {
	.l_footer {
  height: 500px;
}
}

@media screen and (max-width: 500px) {
	.l_footer {
  height:  600px;
}
}

.l_footer_inner {
  flex-basis:100%;
  height: auto;
  display: flex;
  margin: 0 auto;
  padding-top:40px;	
}

@media screen and (max-width: 1024px) {
  .l_footer_inner{
  font-size:14px;
}
}

@media screen and (max-width: 768px) {
  .l_footer_inner{
  flex-basis:100%;
  display: block;
}
}

.l_footer_leftbox{
  display:flex;	
  flex-basis:30%;
 background-color: #604c3f;

}
	
@media screen and (max-width: 768px) {
  .l_footer_leftbox{
  flex-basis:100%;
}
}

.l_footer_rightbox {	
  display:flex;
  flex-wrap:wrap;
  flex-basis:70%;
	background-color: #604c3f;
  color:#fff;	
}

@media screen and (max-width: 768px) {
	.l_footer_rightbox{
		display:flex;
		flex-wrap:wrap;
		flex-basis:100%;
	background-color: #604c3f;
		color:#fff;
		margin-top:20px;
	}
}


.l_footer_rightbox a:link{	
font-family:"A1 Mincho";	
text-decoration:none;	
color:#fff;	
}


.l_footer_rightbox a:hover{	
color:#fff;	
}

.l_footer_rightbox a:visited{	
color:#fff;	
}

.l_footer_rightbox_inner_left{
  flex-basis:25%;
	display:flex;
    flex-flow: column;
	padding-left:30px;
	border-right:1px solid #fff;
}

@media screen and (max-width:768px) {
.l_footer_rightbox_inner_left{
  flex-basis:100%;
padding-left:30px;
}	
}

.l_footer_rightbox_inner_left ul li{
padding-bottom:20px;
}

.l_footer_rightbox_inner_right{
	font-family:"A1 Mincho";	
	max-width:600px;
    flex-basis:75%;
	color:#fff;	
	padding:0 30px;		
}
	
@media screen and (max-width:768px) {
.l_footer_rightbox_inner_right{
    flex-basis:100%;
	color:#fff;	
	padding:40px; 30px;		
}
}

.l_footer_logo {
}

.l_footer_logo  img{
  max-width: 150px;
 padding-left:20px;	
}

@media screen and (max-width: 768px) {
  .l_footer_logo  img {
  max-width: 200px;
}
}


/* -------------------------- */
/* スライダー */
/* -------------------------- */

.swiper-container {
    width: 100%;
}
.swiper-container{
    text-align: center;
}
.swiper-container .swiper-slide img{
    max-width: 100%;
    height: auto;
}


/* -------------------------- */
/* copy rights */
/* -------------------------- */
.copy {
	display:block;
	font-size:12px;
	text-align: center;
	background-color: #604c3f;
	color:#fff;
	height:20px;
}

/* -------------------------- */
/* youtube 100% */
/* -------------------------- */


.iframe-wrapper  {

    width: 100%;
    height: 100%;
}

