@charset "UTF-8";
/* CSS Document */

html{
	font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, sans-serif;
	font-size: 62.5%; }
	
body {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 24px;
	line-height: 2.4rem;
	margin:0px;
       } /* =14px */

a,a:active,a:visited{
	text-decoration:none;
	color:#000000;}
a:hover{
	text-decoration:underline;}
	
.font_s2 {
    font-size: 12x;
    line-height: 1em;
    padding-top: 3px !important;
    padding-bottom: 15px !important;
    position: relative;
    top: 5px;
}

.reserve {
  display: block;
  width: 250px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #4e8bcf;
	border-radius: 100px;
}
.reserve a {
  display: block;
  width: 250px;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #4e8bcf;
  position: relative;
	border-radius: 100px;
}
.reserve a::before {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  bottom: 0;
  content: "";
  height: 7px;
  width: 7px;
 margin: auto;
  position: absolute;
  right: 30px;
  top: 0;
  transform: rotate(45deg);
  transition: right .3s;
}
.reserve a:hover::before {
  right: 25px;
}

.reserve a:hover {
	text-decoration:none !important;
}

iframe{
	max-width:100%;
}

.line{
	display:inline-block;
	font-size:30%;
}

.center{
	text-align:center;}

.txt12{
	font-size: 12px;
	line-height: 16px;
	}
.txt20{
	font-size:20px;}

.txt_red{
	color:#B60000;
	font-weight:bold;
	font-size:18px;}

.txt_red2{
	color:#B60000;
	font-weight:bold;}

.txt_red3{
	color:#B60000;
}

.txt30{
	font-size:30px;}

.right{
	text-align:right;}
.teal{
color:#008080;
}
/* カラム */

.column3{
	width:31.8%;
	float:left;
	margin-right:20px;}
	
.column3:nth-child(3){
	margin-right:0px;}
	
.column2{
	width:48.7%;
	float:left;
	margin-right:20px;}
	
.column2:nth-child(2){
	margin-right:0px;}
	
.column_main{
	width:67%;
	float:left;
	margin-right:20px;}
.column_sub{
	width:30%;
	float:right;}
.orangetitile{
	padding: 5px 10px 5px;
	color:#fff;
	font-weight:bold;
	background-color:#FF8000;
	margin-bottom:15px;
	}

/* 画像リンクロールオーバー */
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
}

/* ボタン */
.button {
	display: inline-block;
	width: 200px;
	height: 54px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
	background-color: #fff;
	border: 1px solid #777777;
	color:000;
	margin-left:auto;
	margin-right:auto;
}
.button:hover {
  background-color: #ccc;
  text-decoration:none;
}
.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

/* clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}
	   
/* リンク */
a,a:active,a:visited{
	text-decoration:none;}
	
a:hover{
	text-decoration:underline;}
	
/* 大枠 */
#wrapper{
	width:100%;
	margin:0px auto 0px;
	position: relative;}


a.pdfbutton {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	margin: 20px 20px;
	padding: 0.7rem 4rem;
	font-weight: bold;
	border: 2px solid #27acd9;
	color: #27acd9;
	border-radius: 100vh;
	transition: 0.5s;
}
a.pdfbutton:hover {
	color: #fff;
	background: #27acd9;
}

/* 背景に画像フィット */
#header_img {
	width: 100%;
	height: 500px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../img/headimg.jpg);
	background-size: cover;
}
	
	
#header{
	width:1080px;
	margin:10px auto 10px;
	position: relative;
	display:flex;}

.menu li{
	padding:10px;}
	
.menu li a{
	padding:10px;
	display:block;
	text-decoration:none;
	color:#fff;}

.menu li a:hover{
	background-color: #6C0001;
	}
	
	
#contents{
	width:960px;
	margin:0px auto 0px;
	position: relative;}
	
	
#footer{
	width: 100%;
	margin: 0px auto 0px;
	position: relative;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #B60000;
}
#footer_inner{
	width:960px;
	color:#fff;
	margin:0px auto 0px;
	position:relative;
	font-size:13px;
	text-align:center;
	vertical-align:middle;
}
#footer_inner a{
	color:#fff;}

/* 写真回り込み */

.float_right {
	float: right;
	padding-left: 15px;
	padding-bottom: 15px;
}
.txtalign-right {
	text-align: right;
}

.float_left {
	float: left;
	padding-right: 15px;
	padding-bottom: 15px;
}

.voice_icon{
	width:140px;
	padding-left:20px;
}
.beginer_icon {
    width: 130px;
    padding-top: 16px;
    padding-left: 20px;
	text-align:right;
	font-size:12px;
	font-weight:bold;
}

/* 写スマホ用メニュー */
.dropmenu {
    display: none;
    position: absolute;
    width: -webkit-fill-available;
    top: 65px;
}
	
	

/* 文章回り込ませない */
p {
    overflow: hidden;
	margin:0px;
	padding:0px;
	}

.margin-top50{
	margin-top:50px;}
.margin-top30{
	margin-top:30px;}
.margin-top20{
	margin-top:20px;}
.margin-bottom20{
	margin-bottom:20px;}
.margin-bottom30{
	margin-bottom:30px;}
.r_margin0 {
	margin-right: 0px;
}
.r_margin20 {
	margin-right: 20px;
}

.img_bottom_margin20 img {
	margin-bottom: 20px;
}

/* 吹き出し */
.balloon {
  position: relative;
  background-color: #6C0001;
  text-align: center;
}
.balloon:before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-top: 10px solid #6C0001;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

.overflow{
	overflow:hidden;}
.font_s {
	font-size: 12px;
}


/* スマホ */

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

#wrapper{
	width:100%;}

/* 背景に画像フィット */

#header{
	width:100%;
	margin:10px auto 10px;
	position: relative;
	display:block;}

.company,.adress,.eigyo,.tel{
	width:100%;
	float:none;
	padding-left:10px;}

.eigyo{
	width:100%;
	float:none;
	padding-left:0px;}
	
#header_img {
	width: 100%;
	height: 200px;
	background-repeat: no-repeat;
	background-position: top center;
	background-image: url(../img/headimg.jpg);
	background-size: 100%;
}

#contents{
	width:100%;
	margin:0px auto 0px;
	padding:0px 10px 0px;
	position: relative;}

.img100 {
	width: 100%;
	height: auto;
}

.float_right {
	float: none;
	padding-left: 0px;
	padding-bottom: 15px;
	width:100%;
	height:auto;
}
.contents{
	width:100%;
	margin:0px auto 0px;
	padding:10px 10px 10px;
	position: relative;}
.float_left {
	float: none;
	padding-right: 0px;
	padding-bottom: 15px;
}


/* トグルメニュー */
.btn{
	display:table;
    width: 35px;
    height: 35px;
    position: absolute;
    right :20px;
    top: 0px;
	z-index: 0;
}
.btn:before,
.btn:after,
.btn span{
    display: block;
    width: 80%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
.btn span{
    height: 3px;
    background-color: #000;
    top: calc(50% - 1.5px);
}

.btn:before{
    content: "";
    top: calc(25% - 3px);
    border-top: 3px solid #000;
}
.btn:after{
    content: "";
    bottom: calc(25% - 3px);
    border-bottom: 3px solid #000;
}
.btn.on span{
    display: none;
}

.btn.on:before{
    top: calc(50% - 1.5px);
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
}
.btn.on:after{
    bottom: calc(50% - 1.5px);
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
}
.openmenu{
	display:block;
	z-index:5;}

.dropmenu ul{
	padding:0;
	margin-bottom:0px;
	border-top: 1px solid #dfdfdf;
	}
.dropmenu li{
	background-color: #fff;
	color: #000;
	font-weight: bold;
	padding: 10px 10px 10px 40px;
	background-image: url(../img/arrow1.png);
	background-repeat: no-repeat;
	border-bottom: 1px solid #dfdfdf;
	background-position: 10px 10px;
	  }
.smart_none{
	display:none;}
	
#footer_inner{
	width:100%;
	color:#fff;
	margin:0px auto 0px;
	position:relative;
	font-size:13px;
	text-align:center;
	vertical-align:middle;
}

/* カラム */

.column3{
	width:100%;
	float:none;
	margin-right:0px;
	background-color:#fff;}
	
.column3:nth-child(3){
	margin-right:0px;}
	
.column2{
	width:100%;
	float:none;
	margin-right:0px;}

	
.orangetitile{
	padding: 5px 10px 5px;
	color:#fff;
	font-weight:bold;
	background-color:#FF8000;
	margin-bottom:15px;
	}
.column_main{
	width:100%;
	float:none;
	margin-right:0px;}

.column_main img{
	width:70%;
	display:block;
	margin-top:10px;
	margin-right:auto;
	margin-left:auto;}
	
.column_sub{
	width:100%;
	float:none;}
.column_sub img{
	width:70%;
	display:block;
	margin-top:10px;
	margin-right:auto;
	margin-left:auto;}
.orangetitile{
	padding: 5px 10px 5px;
	color:#fff;
	font-weight:bold;
	background-color:#FF8000;
	margin-bottom:15px;
	}
.font_s {
	font-size: 14px;
}

.line {
    margin-top:10px;
        display: inline;
}

.tel > img:first-of-type {
    width:90px;
}
.line img {
    max-width:100px;
	height:auto;
}

.line-text {
    display:none;
}

.beginer_icon img{
    width: 160px;
    padding-top: 10px;
    padding-left: 20px;
}

.beginer_icon{
	width: 110px;
	padding-top: 0px;
	padding-left:20px;
	position: absolute;
	top: 30px;
	right: 20px;
	font-size:8px;
	line-height:14px;
	
}

.reserve {
  display: block;
  width: 190px;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #4e8bcf;
	border-radius: 100px;
	font-size:90%;
}
.reserve a {
  display: block;
  width: 190px;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #4e8bcf;
  position: relative;
	border-radius: 100px;
}
}
