@charset "UTF-8";
/*----------------------------------------------------
  layout
----------------------------------------------------*/

.wrap {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}

a:hover {
  text-decoration: none;
}

.hv:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

header{
  background: #04345a;
  color: #fff;
}

header .text{
  font-size   :11px;
  line-height:1.5;
}


header ul{
  padding: 10px 0px;
	display: flex;
	justify-content: space-between;
}

header ul li:nth-child(2n) img{
  padding-top:14px;
  margin-left: 14px;
  margin-right: 20px;
}

header ul li:nth-child(3n){
  text-align:center;
}

header ul li:nth-child(3n) .tel{
  font-family: 'Roboto Condensed', sans-serif;
  font-size:2.4rem;
  padding: 2px 0 2px;
}

header ul li:nth-child(3n) .date{
    font-size: 0.7rem;
    line-height: 1.4;
}

#mv{
  border-top:3px solid #c3941b;
  border-bottom:3px solid #c3941b;
}

#mv #mv_in{
  margin: 0 auto;
  position: relative;
  width: 1000px;
  height: 388px;
}


.bl01{
  padding: 60px 0 70px;
}

.bl02{
  background:url(../img/bg_repeat.png);
  padding: 70px 0 45px;
}

.bl03 .title{
  text-align:center;
  z-index: 66;
  position: relative;
}

.bl03 .box{
  margin:16px 0;
}

.bl03 .wrap .in{
  position: relative;
  bottom: 32px;
}

.bl03 .text{
  position: relative;
  font-size: 22px;
  line-height: 1.3;
  height:0;
}

.bl03 .wrap .in .box:nth-child(1) .text{
  bottom: 190px;
  left: 280px;
}


.bl03 .wrap .in  .box:nth-child(2) .text{
  bottom: 218px;
  left: 280px;
}

.bl03 .wrap .in  .box:nth-child(3) .text{
  bottom: 148px;
  left: 280px;
}

.bl03 .text p{
  padding:4px 0;
}

.bl03 .text span{
	color:#c20000;
	font-weight: bold;
}


.bl04{
  background:url(../img/bg_repeat.png);
  padding: 62px 0 45px;
}

.bl04 > div > p:nth-child(2){
  padding-top:32px;
}

.bl05{
  padding: 58px 0 66px;
}

.bl05 > div > p:nth-child(2){
  padding-top:64px;
}

.bl06{
  background:url(../img/bg_repeat.png);
  padding: 0 0 45px;
}




.bl06 .title{
  text-align:center;
  position: relative;
  top: 40px;
  left: 12px;
}

.bl06 .box{
  margin:16px 0;
}

.bl06 .text{
  position: relative;

  font-size: 22px;
  line-height: 1.3;
  height:0;
}

.bl06 .wrap .box:nth-child(2) .text{
  bottom: 190px;
  left: 280px;
}


.bl06 .wrap .box:nth-child(3) .text{
  bottom:  182px;
  left: 280px;
}

.bl06 .wrap .box:nth-child(4) .text{
  bottom: 112px;
  left: 280px;
}

.bl06 .text p{
  padding:4px 0;
}

.bl06 .text span{
  color:#c20000;
  font-weight: bold;
}


.bl07{
  padding: 58px 0 66px;
}

.bl08{
  background:url(../img/bg_repeat.png);
  color:#04345a;
  padding: 68px 0;
  font-size:15px;
  line-height:1.5;
}

.bl08 .textbox{
  padding: 24px 0 0;
}

.bl09{
  padding: 74px 0 62px;
}

.blct{
  background: #04345a;
  color:#fff;
  text-align:center;
  padding: 0 0 16px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}

.blct ul{
	padding: 10px 0px;
	display: flex;
	justify-content: space-between;
}

.blct ul .textbox p{
  padding-top:14px;
  font-size: 17px;
}

.blct ul li .tel{
  font-size: 60px;
  padding: 14px 0 8px;
}


.blct ul li .tel:before{
  color: #fff;
  font-family: FontAwesome;
  font-weight: normal;
  content: '\f095';
  font-size: 36px;
  padding: 0 12px 0 0;
  position: relative;
  bottom: 4px;
}

.blct ul li .date{
  font-size: 16px;
}

footer{
  background: #a2802f;
  color:#fff;
  height: 265px;
}


footer ul{
	display: flex;
	justify-content: space-between;
}


footer ul .textbox p{
  padding: 34px 0 30px
}

footer ul .textbox .address{
  font-size:15px;
  line-height:1.6;
}

footer ul .textbox .tel{
  margin-top:20px;
  font-size:29px;
  font-weight:bold;
  display:table;
}

footer ul .textbox .tel span{
  font-size:18px;
  display:table-cell;
  vertical-align: middle;
}

footer ul .textbox .site{
  font-size:18px;
  font-weight:bold;
  padding: 12px 0;
}