@charset "Utf-8";

/*-----------------------------------------------------------------------------------*/
/*	リセット paddingリセット
/*-----------------------------------------------------------------------------------*/

*{
	font-family:'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "Microsoft YaHei", "微?雅黑",'SimSun', sans-serif,メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	padding:0;
	margin:0;
}

*, *:before, *:after { /** paddingにboderを含める **/
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, th,{
	margin:0px;
	padding:0px;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
}

html{font-size: 62.5%;}


body {
	font-size: 1.6em;
	font-size: 16px;
	color: #12182e;
}

a{outline: none;}
a:link {}
a:visited {}
a:hover {}
a:active {}

.rich_font{font-family: Garamond , "Times New Roman" ,"ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif , SimSun ;}


/*-----------------------------------------------------------------------------------*/
/*	リンク画像透過共通指定　hr装飾
/*-----------------------------------------------------------------------------------*/

.link_img:hover {
    opacity: 0.75;
    filter: alpha(opacity=75);
}

.contents a img {
    -webkit-transition: 0.2s ease-in-out;
       -moz-transition: 0.2s ease-in-out;
         -o-transition: 0.2s ease-in-out;
            transition: 0.2s ease-in-out;
	-moz-box-shadow: 0px 1px 2px #656565;
	-webkit-box-shadow: 0px 1px 2px #656565;
	box-shadow: 0px 1px 2px #656565;
}
.content a img:hover {
    opacity: 0.75;
    filter: alpha(opacity=75);
}


hr{
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	margin-top: 5px;
	margin-bottom: 5px;
}

/*********** youtube 地図 ***********/

.youtube_wrapp{
	max-width: 480px;
	margin-left: auto;
	margin-right: auto;
}

.youtube_wrapp_l{
	max-width: 660px;
	margin-left: auto;
	margin-right: auto;
}


.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  max-width: 100%;
  max-height: 100%;
}

.map{
	width: 95%;
	padding: 10px;
	border: 1px solid #999999;
}

#map_custom{
	height: 480px;
	width: 100%;
}


/*********** 解除・調整・その他 ***********/

.clear{clear: both;}

/* clearfix */
.cf:after{
	content: "";
	clear: both;
	display: block;
}

.radius_5{  /*** boder角丸 ****/
	border-radius: 5px/5px;/*丸*/
	-webkit-border-radius: 5px;/*丸*/
	-moz-border-radius: 5px;/*丸*/
}

.pa_b30 {padding-bottom: 30px;}
.pd_t20{padding-top: 20px;}
.pd_t_b_30{
	padding-top: 30px;
	padding-bottom: 30px;
}

.mg_b10 {margin-bottom: 10px;}
.mg_b20 {margin-bottom: 20px;}
.mg_b30 {margin-bottom: 30px;}
.mg_b40 {margin-bottom: 40px;}
.mg_b50 {margin-bottom: 50px;}
.mg_b60 {margin-bottom: 60px;}
.mg_b70 {margin-bottom: 70px;}

.font_10 {font-size: 1rem;}
.font_11 {font-size: 1.1rem;}
.font_12 {font-size: 1.2rem;}
.font_13 {font-size: 1.3rem;}
.font_14 {font-size: 1.4rem;}
.font_15 {font-size: 1.5rem;}
.font_16 {font-size: 1.6rem;}
.font_17 {font-size: 1.7rem;}
.font_18 {font-size: 1.8rem;}
.font_19 {font-size: 1.9rem;}
.font_20 {font-size: 2.0rem;}
.font_21 {font-size: 2.1rem;}
.font_22 {font-size: 2.2rem;}
.font_23 {font-size: 2.3rem;}
.font_24 {font-size: 2.4rem;}
.font_25 {font-size: 2.5rem;}

.font_red{color: #C7243A;}
.font_blue{color: #3261AB;}
.font_green{color: #009250;}
.font_purple{color: #744199;}
.font_orange{color: #DA5019;}

.marker_yellow{
	background: linear-gradient(transparent 50%, #fff799 50%);
	font-weight: bold;
	border-radius:6px;
}
.marker_blue{
	background: linear-gradient(transparent 50%, #DDEEFF 50%);
	font-weight: bold;
	border-radius:6px;
}


.align_center{ text-align: center;}
.align_right{ text-align: right;}
.align_left{ text-align: left;}

.align_center_pc{
	text-align: center;
}

.img_max {max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.only_pc {}
.only_mobile {display: none !important;}

/** Flex 指定 ********************/

.flex{
    display: -webkit-flex; /* Safari */
    display: flex;
}

.flex_r{
	-webkit-flex-direction: row-reverse; /* Safari */
	flex-direction:         row-reverse;
}

.flex_wrap{
	display: -webkit-flex; /* Safari */
	display: flex;
	flex-wrap: wrap;
}

/* 端詰め等間隔 */
.space_between{
	-webkit-justify-content: space-between; /* Safari */
	justify-content:         space-between;
}
/* 等間隔 */
.space_around{
	-webkit-justify-content: space-around; /* Safari */
	justify-content:         space-around;
}

/* センター寄せ */
.justify_center {
	-webkit-justify-content: center; /* Safari */
	justify-content:         center;
}

/* 等間隔 */
.flex_space_around{
	display: flex;
	flex-wrap: wrap;
	justify-content:space-around;
}

/* 右から左へ */
.flex_rev{
	flex-direction : row-reverse
}


/* PC時Flex モバイル時Flexしない */
.flex_nonflex{
	display: -webkit-flex; /* Safari */
    display: flex;
	flex-wrap: wrap;
}

.flex_nonflex_between{
	display: -webkit-flex; /* Safari */
    display: flex;
	flex-wrap: wrap;
	justify-content:         space-between;
}
.flex_nonflex_around{
	display: flex;
	flex-wrap: wrap;
	justify-content:space-around;
}
/* PC時Flexbetween モバイル時Flexaround */

.flex_switch{
	display: flex;
flex-wrap: wrap;
justify-content:         space-between;
}

/**▼メニュー**/
.menu_mobile_sub{
	display: none !important;
}
/**▲メニュー**/
/** 基本デザインレイアウト **************************************/
.container{
	padding-top: 80px;
}

.section{
	padding-top: 15px;
	padding-bottom: 35px;
}

.padding_tb50{
	padding-top: 50px;
	padding-bottom: 50px;
}

.vertical_center{
	position: absolute;
	width: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%); /* Safari用 */
	transform: translateY(-50%);
}

.inner{
	width: 1000px;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
}

.inner_nopadding{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.contents p{
	line-height: 200%;
}

.bg_bluegreen{
	background-color: #2D7489;
	color: white;
}

.bg_blue{
	background-color: #487cb8;
	color: white;
}

.bg_green{
	background-color: #689e15;
	color: white;
}

.bg_yellow{
	background-color: #e1b200;
	color: white;
}

.bg_brown{
	background-color: #b07720;
	color: white;
}

.bg_purple{
	background-color: #5D639E;
	color: white;
}

.bg_blue a, .bg_bluegreen a, .bg_green a, .bg_purple a{
	color: white;
	text-decoration: underline;
}


.button_area{
	display: block;
}
.button_area_center{
	display: block;
	text-align: center;
}

a.a_button{
	background-color: #2D7489;
	display: inline-block;
	font-size: 2.0rem;
	padding: 10px 40px;
	text-decoration: none;
	color: white;
	border: 3px solid #2D7489;
	border-radius: 5px;
	transition: 0.3s;
}

a.a_button:hover{
	background-color: #fff;
	color: #2D7489;
	transition: 0.3s;
}


.circle_headlines{
	position: relative;
	text-align: center;
}

.cicle_headlines img{
}

.img_trim_circle {
	background-color: #eef6dd;
	max-width: 100%;
	margin: 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.h1_pagedes{
	text-align: center;
	font-size: 2.5rem;
	font-weight: 400;
	padding-top: 50px;
	padding-bottom: 50px;
}


.h4_point{
	color: #DA5019;
	width: 230px;
	position: absolute;
	top: 180px;
	text-align: center;
	font-size: 1.9rem;
	text-shadow: 2px 2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff;
}

/** フッターデザイン **************************************************/
.footer{
	background-color: #75c143;
}

.footer_contents{
	padding-top: 30px;
	padding-bottom: 20px;
	text-align: center;
	color: white;
}

.footer_contents a{
	color: white;
}


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

.top_slider_area{
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}

.slider{
	position: absolute;
	width: 100%;
	height: 100%;
}

.flexslider{
	height: 100%;
}

.slides{
	height: 100%;
}

.slides li{
	height: 100%;
}

.slides li img{
	object-fit: cover;
	width: 100%;
	height: 100%;
	top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	margin: auto;
}



/** TOPデザイン ***************************************************/

.slider_banner{
    background: #FEF7D5;
    box-shadow: 0px 0px 0px 5px #FEF7D5;
    border: dashed 1px #EDA184;
    padding: 0.2em 0.5em;
    color: #454545;
    margin-bottom: 15px;
	position: absolute;
	top: 120px;
	right: 50px;
}

.span_banner_up{
	font-size: 2.0rem;
}

.span_banner_down{
	font-size: 1.4rem;
}

.span_phone{
	display: block;
	font-weight: 800;
	font-size: 2.5rem;
	color: #009250;
}

.span_phone a{
	color: #DA5019;
}


.h1_title{
	font-size: 2.2rem;
	font-weight: 400;
	line-height: 200%;
}

.h2_title{
	font-size: 2.5rem;
	font-weight: 400;
	line-height: 200%;
}

.h3_title{
	font-size: 2.0rem;
	font-weight: 800;
	line-height: 200%;
}

.h4_title{
	font-size: 2.0rem;
	font-weight: 400;
	line-height: 200%;
}

.parallax-window {
    min-height: 400px;
	position: relative;
}

.parallax-mirror{
	margin-top: 10px;
}

.bg_area{
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: rgba(255,255,255,0.7);
}

.float_l_m{
	display: block;
	overflow: auto;
}

.figure_wrap{
	width: 230px;
}

.figure_wrap_center{
	width: 230px;
	margin-left: auto;
	margin-right: auto;
}

.rireki{
	overflow-x: hidden;
	overflow-y: auto;
	height: 200px;
}

.list_disc, .list_disc_flex{
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 30px;
}

.list_disc li, .list_disc_flex li{
	line-height: 200%;
}

.img_half_eyecatch{
	width: 480px;
}


/** ▼BLOGフィード▼ *********************/

#feed{
	padding-top: 30px;
	padding-bottom: 30px;
}

#feed ul{
	list-style-type: none;
	display: -webkit-flex; /* Safari */
   	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: space-between; /* Safari */
	justify-content:         space-between;
}

#feed ul li{
	width: 31%;
	margin-bottom: 30px;
	background-color: #FCF4FB;
	padding: 10px 10px 20px 10px;
	border: 1px solid #E7A5C9;
	border-radius: 5px/5px;/*丸*/
	-webkit-border-radius: 5px;/*丸*/
	-moz-border-radius: 5px;/*丸*/
}

#feed ul li a{
	display: inline-block;
	width: 100%;
	vertical-align: bottom;
	overflow: hidden;
	-moz-box-shadow: 0px 1px 2px #656565;
	-webkit-box-shadow: 0px 1px 2px #656565;
	box-shadow: 0px 1px 2px #656565;
}

#feed ul li a img{
	width: 100%;
	height: 192px;
	vertical-align: bottom;
	object-fit: cover;
}

.feed_eyecatch{
	width: 100%;
    -moz-transition: -moz-transform 3.5s linear !important;
    -webkit-transition: -webkit-transform 3.5s linear !important;
    -o-transition: -o-transform 3.5s linear !important;
    -ms-transition: -ms-transform 3.5s linear !important;
    transition: transform 3.5s linear !important;
}

.feed_eyecatch:hover{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0.75;
    filter: alpha(opacity=75);
}

.feednew{
	color: #ff0000;
	-webkit-animation:blink 1.5s ease-in-out infinite alternate;
    -moz-animation:blink 1.5s ease-in-out infinite alternate;
    animation:blink 1.5s ease-in-out infinite alternate;
}

@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}


.feeddate{
	display: block;
	font-size: 1.6rem;
	font-weight: 800;
	color: #666666;
	text-align: right;
}

#feed ul li h4{
	font-size: 1.8rem;
	color: #CE579B;
}

.feedentry{
}

/** ▲BLOGフィード▲ *********************/

.list_rireki{
	list-style-type: none;
	background-color: #E6FFE9;
}

.list_rireki li{
	padding: 5px;
	border-bottom: 1px dotted #999999;
}

/** ページコンテンツ **************************************/

.page_header_area{
	position: relative;
	width: 100%;
	height: 450px;
}

.page_header_area img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.page_title_bg{
	position: absolute;
	width: 100%;
	bottom: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: rgba( 0, 0, 0, 0.4 );
	text-align: center;
}

.h1_page_title{
	width: 1000px;
	text-align: left;
	font-size: 5.0rem;
	margin-left: auto;
	margin-right: auto;
	color: white;
	font-weight: 400;
}

.page_title{
	padding-top: 80px;
}

.page_title_h1{
	font-size: 4.0rem;
	font-weight: 800;
	line-height: 200%;
}

.title_disc{
	text-align: left;
	font-size: 1.8rem;
	line-height: 200%;
}

.rooms_charge{
	text-align: right;
	line-height: 200%;
	padding-right: 20px;
	font-size: 1.8rem;
}

.icon_area{
	padding-top: 15px;
	padding-bottom: 15px;
}

.icon_facility{
	width: 40px;
	height: 40px;
	margin-left: 10px;
	margin-bottom: 10px;
	border: 3px solid #333333;
	border-radius: 5px/5px;/*丸*/
	-webkit-border-radius: 5px;/*丸*/
	-moz-border-radius: 5px;/*丸*/
}

.list_disc{
	padding-top: 15px;
	padding-bottom: 25px;
	margin-left: 25px;
}

.list_disc li{
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 1.8rem;
}

.table_hikaku{
	width: 90%;
	margin: 0 auto;
	border: 1px solid #ccc;
	border-collapse: collapse;
	table-layout: fixed;
}
.table_hikaku tr th{
	font-size: 1.8rem;
	font-weight: bold;
	background: #fffad7;
	margin: 0;
	padding: 15px 0px;
	text-align: center;
	border: 1px solid #ccc;
}

.table_hikaku tr td{
	font-family: Arial, Helvetica, sans-serif !important;
	margin: 0;
	padding: 15px 0px;
	text-align: center;
	border: 1px solid #ccc;
}

.table_hikaku tr.kusa td{
	font-family: Arial, Helvetica, sans-serif !important;
	color: #e5006e;
	font-weight: bold;
	font-size: 2.2rem;
	background: #ffeaef;
	margin: 0;
	padding: 15px 0px;
	text-align: center;
	border: 1px solid #ccc;
}

.h3_center_green{
	text-align: center;
	font-size: 2.5rem;
	color: #006600;
	padding-top: 15px;
	padding-bottom: 15px;
}

.page_section{
	padding-bottom: 50px;
}

.banner_480{
	width: 480px;
	height: 180px;
}
.kusanashi_kigou {
	font-size: 6rem;
	line-height: 50%;
	vertical-align: bottom;
}

/** グリッド *******************************************/

.one_half{
	width: 490px;
	margin-bottom: 30px;
}
.one_half_ratio{
	width: 46%;
	margin-bottom: 30px;
}

.one_third{
	width: 32%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.one_third_dummy{
	width: 32%;
	height: 0;
	margin-left: auto;
	margin-right: auto;
}

.two_third{
	width: 670px;
}

.one_half img{
	vertical-align: bottom;
}

.one_forth_square{
	width: 230px;
	margin-bottom: 20px;
}

.one_forth{
	width: 23%;
}

.half_img_area{
	width: 100%;
	display: -webkit-flex; /* Safari */
	display: flex;
	flex-wrap: wrap;
}


.half_img_area .one_two{
	width: 50%;
}

.half_img_area .one_two .comment_area{
	float: right;
	width: 500px;
	text-align: left;
	padding-top: 80px;
	padding-right: 10px;
	padding-bottom: 50px;
}

.half_img_area .one_two .comment_area_r{
	float: left;
	width: 500px;
	text-align: left;
	padding-top: 80px;
	padding-left: 10px;
	padding-bottom: 50px;
}


.half_img_area .one_two .img_area{
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.img_area img{
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
	height: auto;
	width: 100%;
	min-height: 100%;
	min-width: 100%;
}

iframe{
	vertical-align: bottom;
}
/**V汎用V**/
.img_banner{
	max-width: 100%;
	height: auto;
	margin-top: 15px;
	margin-bottom: 15px;
}
/**Λ汎用Λ**/

/** 画像Gallery *******************************/

.kusa_zirei{
	margin-bottom: 40px;
}
.kusa_zirei a img{
	width: 100%;
	height: auto;
}

.img_gallery{
  display: flex;
	flex-wrap: wrap;
	justify-content:space-around;
	padding-top: 10px;
}

.img_gallery a{
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 5px;
}

.img_gallery a img{
	padding: 5px;
	border: 1px solid #999999;
	vertical-align: bottom;
}

.gallery_dammy{
	width: 145px;
	height: 0;
	margin-left: 5px;
	margin-right: 5px;
}

.img_gallery_small{
	display: -webkit-flex; /* Safari */
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: space-around; /* Safari */
	justify-content:         space-around;
	padding-top: 10px;
	list-style-type: none;
}

.img_gallery_small li{
	margin-bottom: 20px;
}

.img_gallery_small li a img{
	width: 230px;
	height: 172px;
	object-fit: cover;
	padding: 5px;
	border: 1px solid #999999;
	vertical-align: bottom;
}
.gallery_small_dammy{
	width: 230px;
	height: 0;
}
.img_voicepaper{
  display: flex;
	flex-wrap: wrap;
	justify-content:space-around;
	padding-top: 10px;
	list-style: none;
}
.img_voicepaper li{
	width: 480px;
	padding: 5px;
	border: 1px solid #999999;
	margin-bottom: 20px;
}
.img_voicepaper li a{
	display: inline-block;
	transition: 0.3s;
}
.img_voicepaper li a:hover{
	opacity: 0.8;
	transition: 0.3s;
}
.img_voicepaper li a img{
	vertical-align: bottom;
	width: 100%;
	height: auto;
}


/**V建築実績galleryV**/
.build_gallery{
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
}
.build_gallery li{
	width: 31%;
	margin-bottom: 20px;
}
.build_gallery li a{
	display: inline-block;
	vertical-align: bottom;
}
.build_gallery li a img{
	width: 100%;
	height: auto;
	aspect-ratio: 4/3;
	object-fit: cover;
}
.build_gallery_fix{
	width: 31%;
	height: 0;
}
/**Λ建築実績galleryΛ**/


/** 問い合わせフォーム *******************************************/

.table_form{
	width: 100%;
	font-size: 1.6rem;
}

.table_form tr th{
	padding: 10px 20px;
	border-bottom: 2px solid #2962AD;
	width: 280px;
}

.table_form tr td{
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #2962AD;
}

.table_form tr td ul{
	list-style-type: none;
}

.table_form tr td ul li{
	margin-top: 5px;
	margin-bottom: 5px;
}

.table_form tr td select{
	margin-top: 5px;
	margin-bottom: 5px;
}

.table_form tr td input, .table_form tr td textarea, .table_form tr td select{
	background-color: #C8EFD3;
	font-size: 1.8rem;
}

.totalprice{
	display: none;
}

.width_300px{
	width: 300px !important;
}
.area_textarea{
	width: 500px !important;
	height: 200px !important;
}


.req{
	color: #E58611;
}

.hint{
	display: block;
	padding: 10px;
	margin-top: 5px;
	border: 1px dotted #E58611;
}

.button{
	padding-top: 30px;
	padding-bottom: 50px;
}

.mfp_buttons button, .button button{
	background-color: #2D7489;
	display: inline-block;
	height: 50px;
	line-height: 50px;
	padding: 0px 74px;
	font-weight: bold;
	text-decoration: none;
	margin-left: 10px;
	margin-right: 10px;
}

.mfp_buttons button:hover, .button button:hover{
	background-color: #43A4C1;
	text-decoration: none;
}

/** プライバシーポリシー ****************************************/
.policy h3{
	padding-top: 10px;
	line-height: 200%;
	font-weight: 800;
	padding-left: 20px;
}
/**▼会社概要**/
.flex_kyoryoku{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items:center;
}
.kyoryoku_kigyo_box{
	border: 2px solid #007FB1;
	border-radius: 5px;
	padding: 10px;
	margin-bottom: 20px;
	text-align: center;
}
.h3_kyoryoku_name{
	padding-bottom: 10px;
}
.img_kyoryoku_logo{
	max-width: 90%;
	height: 100px;
	object-fit: contain;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
.kyoryoku_des{
	text-align: left;
	padding-bottom: 0px;
	line-height: 160%;
}
.kyoryoku_link{
	text-align: center;
	padding-top: 10px;
}
.a_kyoryoku_link{
	display: inline-block;
	text-align: center;
	text-decoration: none;
	font-size: 1.4rem;
	line-height: 250%;
	color: #FFFFFF;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #2D7489;
	transition: 0.3s;
	border-radius: 5px;
}
.a_kyoryoku_link:hover{
	background-color: #43A4C1;
	transition: 0.3s;
}
.img_qr_aboutus{
	width: 200px;
	height: auto;
}
/**▲会社概要**/
/** V草なしくんV **/
.border_reason_green,.kusanashi_kouka_box{
	padding: 15px;
	border: 7px solid #57eeae;
	border-radius: 15px;
}
.bg_kusanashi_green{
	background-color: #30c788;
}
.img_kusanashi_shikumi{
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
.border_kusanashi_black{
	padding: 30px;
	margin-bottom: 30px;
	border: 7px solid #333333;
	border-radius: 15px;
	background-color: #ffffff;
}
.h3_kusanashi{
	font-size: 3.5rem;
	color: #dd4b39;
	text-align: center;
	margin-bottom: 20px;
}
.p_kusanashi_shikumi{
	padding-left: 30px;
	padding-right: 30px;
}
.kusanashi_shikumi_1{
	display: inline-block;
	font-weight: 900;
	font-size: 3.5rem;
	text-decoration: underline;
	color: #30c788;
	line-height: 180%;
	padding-bottom: 15px;
}
.kusanashi_shikumi_2{
	display: inline-block;
	font-weight: 900;
	font-size: 4.3rem;
	text-decoration: underline;
	color:#E58611;
	margin-bottom: 30px;
}
.p_kusanashi_shikumi_contents{
	font-size: 1.8rem;
	line-height: 220% !important;
}
.kusanashi_kouka_icon{
	width: 30%;
}
.img_icon_kusanashi_kouka{
	width: 100%;
	height: auto;
	
}
.kusanashi_kouka_cont{
	width: 70%;
	padding-left: 15px;
}
.h4_kusanashi_kouka{
	color: #009250;
	font-size: 1.9rem;
	margin-bottom: 10px;
}
.p_kusanashi_kouka{
	text-align: left;
}
/*V簡易見積もりV*/
.border_red{
	width: 700px;
	max-width: 95%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	border: 4px solid #2D7489;
	border-radius: 20px;
}
.button_mitsumori{
	font-size: 23px;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 200%;
	background-color: #006600;
	color: #fff;
	font-weight: 900;
	border-radius: 5px;
}
.button_mitsumori:hover{
	background-color: #1dcd00;
}
.input_area{
	text-align: center;
	font-size: 25px;
	background-color: #fff799;
}
.kekka{
	text-align: center;
	width: 55%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding-right: 15px;
	font-size: 120%;
	border-bottom: 4px solid #DA5019;
}
#kingaku{
	font-size: 30px;
	padding-right: 7px;
	font-weight: 900;
	color: red;
}
.err_messe{
	color: red;
	font-weight: 900;
	font-size: 25px;
}
.label_radio{
	font-size: 16px;
	padding-left: 10px;
}

/*Λ簡易見積もりΛ*/
/** Λ草なしくんΛ **/
/** スタイリッシュ画像リンク ************************************************/
.link_img_stylish {
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  min-width: 230px;
  max-width: 315px;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  background-color: #000000;
}
.link_img_stylish *,
.link_img_stylish *:before,
.link_img_stylish *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.55s ease;
  transition: all 0.55s ease;
}
.link_img_stylish img {
  max-width: 100%;
  backface-visibility: hidden;
  vertical-align: top;
}
.link_img_stylish figcaption {
  position: absolute;
  bottom: 25px;
  right: 25px;
  padding: 5px 10px 10px;
}
.link_img_stylish figcaption:before,
.link_img_stylish figcaption:after {
  height: 2px;
  width: 400px;
  position: absolute;
  content: '';
  background-color: #ffffff;
}
.link_img_stylish figcaption:before {
  top: 0;
  left: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.link_img_stylish figcaption:after {
  bottom: 0;
  right: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.link_img_stylish figcaption div:before,
.link_img_stylish figcaption div:after {
  width: 2px;
  height: 300px;
  position: absolute;
  content: '';
  background-color: #ffffff;
}
.link_img_stylish figcaption div:before {
  top: 0;
  left: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.link_img_stylish figcaption div:after {
  bottom: 0;
  right: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.link_img_stylish h2,
.link_img_stylish h4 {
  margin: 0;
  text-transform: uppercase;
}
.link_img_stylish h2 {
  font-weight: 400;
}
.link_img_stylish h4 {
  display: block;
  font-weight: 700;
  background-color: #ffffff;
  padding: 5px 10px;
  color: #000000;
}
.link_img_stylish a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.link_img_stylish:hover img,
.link_img_stylish.hover img {
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  opacity: 0.5;
}
.link_img_stylish:hover figcaption:before,
.link_img_stylish.hover figcaption:before,
.link_img_stylish:hover figcaption:after,
.link_img_stylish.hover figcaption:after,
.link_img_stylish:hover figcaption div:before,
.link_img_stylish.hover figcaption div:before,
.link_img_stylish:hover figcaption div:after,
.link_img_stylish.hover figcaption div:after {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.link_img_stylish:hover figcaption:before,
.link_img_stylish.hover figcaption:before,
.link_img_stylish:hover figcaption:after,
.link_img_stylish.hover figcaption:after {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}


/**SNSシェアボタン********************/

@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon.eot?ookgoz');
	src:url('fonts/icomoon.eot?ookgoz#iefix') format('embedded-opentype'),
		url('fonts/icomoon.ttf?ookgoz') format('truetype'),
		url('fonts/icomoon.woff?ookgoz') format('woff'),
		url('fonts/icomoon.svg?ookgoz#icomoon') format('svg');
		font-weight: normal;
		font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: inherit;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-line:before        {content: "\e90a";}
.icon-feedly:before      {content: "\e900";}
.icon-pocket:before      {content: "\e902";}
.icon-instagram:before   {content: "\ea92";}
.icon-twitter:before     {content: "\ea96";}
.icon-youtube:before     {content: "\ea9d";}
.icon-google:before      {content: "\ea88";}
.icon-google2:before     {content: "\ea89";}
.icon-google-plus:before {content: "\ea8b";}
.icon-google-plus2:before{content: "\ea8c";}
.icon-facebook:before    {content: "\ea90";}
.icon-facebook2:before   {content: "\ea91";}
.icon-linkedin:before    {content: "\eaca";}
.icon-linkedin2:before   {content: "\eac9";}
.icon-pinterest:before   {content: "\ead2";}
.icon-pinterest2:before  {content: "\ead1";}
.icon-hatebu:before      {content: "\e903";}
.icon-hatebu2:before     {content: "\e901";}
.icon-rss:before         {content: "\ea9b";}
.icon-rss2:before        {content: "\ea9c";}


.shareList {
	list-style:none;
	display: flex;
	flex-wrap:wrap;
	justify-content: flex-end;
	width:100%;
	margin-top: -30px;
	margin-bottom: 10px;
	padding:0;
}
.shareList__item {
	height:30px;
	line-height:30px;
	width:30px;
	margin:5px 0 0 5px;
	text-align:center;
}
.shareList__link {
	display:block;
	color:#ffffff;
	text-decoration: none;
	border-radius: 5px;
}
.shareList__link::before{
	font-size:16px;
	display:block;
	transition: ease-in-out .2s;
	border-radius: 5px;
}
.shareList__link:hover::before{
	background:#ffffff;
	transform: scale(1.2);
	box-shadow:1px 1px 4px 0px rgba(0,0,0,0.15);
}

.shareList__link.icon-twitter{background:#55acee;}
.shareList__link.icon-twitter:hover::before{color:#55acee;}

.shareList__link.icon-facebook{background:#3B5998;}
.shareList__link.icon-facebook:hover::before{color:#3B5998;}

.shareList__link.icon-google-plus{background:#dd4b39;}
.shareList__link.icon-google-plus:hover::before{color:#dd4b39;}

.shareList__link.icon-hatebu{background:#008FDE;}
.shareList__link.icon-hatebu:hover::before{color:#008FDE;}

.shareList__link.icon-pocket{background:#EB4654;}
.shareList__link.icon-pocket:hover::before{color:#EB4654;}

.shareList__link.icon-rss{background:#ff9900;}
.shareList__link.icon-rss:hover::before{color:#ff9900;}

.shareList__link.icon-feedly{background:#6cc655;}
.shareList__link.icon-feedly:hover::before{color:#6cc655;}

.shareList__link.icon-pinterest{background:#cb2027;}
.shareList__link.icon-pinterest:hover::before{color:#cb2027;}

.shareList__link.icon-linkedin{background:#0e76a8;}
.shareList__link.icon-linkedin:hover::before{color:#0e76a8;}

.shareList__link.icon-line{background:#1dcd00;}
.shareList__link.icon-line:hover::before{color:#1dcd00;}

.a_sns_icon{
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
}
.a_sns_icon img{
	height: 60px;
	width: auto;
	border: 2px solid green;
	transition: 0.3s;
}
.a_sns_icon img:hover{
	opacity: 0.5;
	transition: 0.3s;
}
