.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden
}
.red {
	color: red
}

@media screen and (max-width: 750px) {
.sp_hidden {
	display: none
}
.pc_hidden {
	display: inline
}

body {
	-webkit-text-size-adjust: none;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#000;
	font-size:12pt;
	line-height:160%;
}
* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

header {
	width: 100%;
	z-index: 999999999;
}
	header{
		width: 100% !important;
	}
	
header .tel a{
    display: block;
    position: fixed;
    top: 10px;
    right: 60px;
    width: 40px;
    height: 40px;
    transition: all .5s;
    cursor: pointer;
    z-index: 3;
	line-height: 40px;
	padding: 5px;
	
			
	background-color: #9EDA50;
	overflow: hidden;
	color: rgba(255,255,255,0.00);
	border-radius: 5px;
}
header .tel a:before{
	content:url(../img/header/tel.png);
	display: block;
	float: left;
	margin-top: -15px;
	margin-left: 3px;
}

/*============
nav
=============*/
nav {
  display: block;
  position: fixed;
  top: 0;
  left: -300px;
  bottom: 0;
  width: 300px;
  background: #ffffff;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all .5s;
  z-index: 3;
  opacity: 0;
}
.open nav {
  left: 0;
  opacity: 1;
}
nav .inner {
  padding: 25px;
}
nav .inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav .inner ul li {
  position: relative;
  margin: 0;
  border-bottom: 1px solid #32B2FF;
  width: 100%;
	text-align: center;
	line-height: 25px;
}
nav .inner ul li a {
  display: block;
  color: #333;
  font-size: 14px;
  padding: 1em;
  text-decoration: none;
  transition-duration: 0.2s;
}
nav .inner ul li a:hover {
  background: #e4e4e4;
}
@media screen and (max-width: 767px) {
  nav {
    left: -220px;
    width: 220px;
  }
}
/*============
.toggle_btn
=============*/
.toggle_btn {
  display: block;
  position: fixed;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
  transition: all .5s;
  cursor: pointer;
  z-index: 3;
}
.toggle_btn span {
  display: block;
  position: absolute;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
  transition: all .5s;
}
.toggle_btn span:nth-child(1) {
  top: 4px;
}
.toggle_btn span:nth-child(2) {
  top: 14px;
}
.toggle_btn span:nth-child(3) {
  bottom: 4px;
}
.open .toggle_btn span {
  background-color: #fff;
}
.open .toggle_btn span:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(-315deg);
  transform: translateY(10px) rotate(-315deg);
}
.open .toggle_btn span:nth-child(2) {
  opacity: 0;
}
.open .toggle_btn span:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(315deg);
  transform: translateY(-10px) rotate(315deg);
}
/*============
#mask
=============*/
#mask {
  display: none;
  transition: all .5s;
}
.open #mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .8;
  z-index: 2;
  cursor: pointer;
}

/*フッター*------------------------------ */

.f-top-wrap{
height: auto;
}

.f-bd{border-bottom: solid 1px #FFFFFF;margin: 0 auto 30px;}

.f-left{
width: 100%;
float: none;
}

.f-left b{
margin-top: 5px;
}

.f-left a.f-mail{
margin-bottom: 50px;
}

.f-map{
width: 100%;
float: none;
}

.f-menu-wrap{
width: 100%;
text-align: center;
max-width: 750px;
margin: auto;
}

footer .copy{
float: none;
}


.main_logo{width: 33%;}


.slide01,
.slide02,
.slide03
{
background-position: center;
    width: 100%;
    height: 350px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.main_img_text div{
font-size: 18px;
}

.gallery ul.g-list li{
width: 50%;
}

.gallery .g-title{
background-color: #32B2B2;
color: #FFFFFF;
width: 100%;
margin: auto;
padding: 20px;
text-align: center;
font-weight: bold;
margin: 80px 0 0;
font-size: 25px;
}
.g-list_wrap{
background-size: auto;
}

.sec_main{
width: 90%;
margin: auto;
}

  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .sec_main table.com_table {
    width: 100%;
  }
.sec_main table.com_table th,
.sec_main table.com_table td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }
  
.sec_main table.com_table td {
	text-align: left;
	padding-left: 15px;
  }
  
.sec_main table.com_table th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border:0;
}

.sec_main ul.jirei_ce li{
width: 50%;
}

.sec_main .ag_text .ag_textR{
float: none;
margin:10px auto;
width: 90%;
display: block;

}

.sec_main .ag_text .ag_textL{
float: none;
margin:10px auto;
width: 90%;
display: block;
}

  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .sec_main table.rec_table {
    width: 100%;
  }
.sec_main table.rec_table th,
.sec_main table.rec_table td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }
  
.sec_main table.rec_table td {
	text-align: left;
	padding-left: 15px;
  }
  
.sec_main table.rec_table th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border:0;
}

}