@charset "Utf-8";

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

*{
	font-family:'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, 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.4em;
	font-size: 14px;
	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{
	background-color: white;
}

.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: 98%;
	margin-left: auto;
	margin-right: auto;
}
.youtube_wrapp_l{
	max-width: 98%;
	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;/*丸*/
}

.pd_t20{padding-top: 20px;}

.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_m{
	text-align: center;
}

.img_max {max-width: 100%;}

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

/** 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;
}
/* 等間隔 */
.flex_space_around{
	display: flex;
	flex-wrap: wrap;
	justify-content:space-around;
}

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


/* PC時Flex モバイル時Flexしない */
.flex_nonflex{}
.flex_nonflex_between{}
.flex_nonflex_around{
	text-align: center;
}
/* PC時Flexbetween モバイル時Flexaround */

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

/**▼メニュー**/
.menu_mobile_sub{
	background-color: #f8f8f8;
	padding-left: 10px;
}
/**▲メニュー**/

/** 基本デザインレイアウト **************************************/

.contents img{
	max-width: 100%;
}

.contents a img{
	max-width: 100%;
}

.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: 100%;
	padding: 30px 10px;
}

.inner_nopadding{
	width: 100%;
	padding: 0 10px;
}

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

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

.bg_blue{
	background-color: #3A678C;
	color: white;
}

.bg_green{
	background-color: #2B4C1E;
	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;
	text-align: center;
}

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

a.a_button{
	background-color: #2D7489;
	display: inline-block;
	padding: 5px 40px;
	text-decoration: none;
	color: white;
	border: 1px solid #ffffff;
}

a.a_button:hover{
	background-color: #43A4C1;
}

/** ヘッダーメニュー ***********************************/
.logo a img{
	height: 60px;
}
.cd-secondary-nav{
	display: none !important;
}
/** フッターデザイン **************************************************/
.footer{
	background-color: #3A678C;
}

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

.footer_contents a{
	color: white;
}

.img_footer_logo{
	width: 180px;
}


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

.slider{
	margin-top: 60px;
	position: relative;
}

.ss-paginate-wrap{
	display: none !important;
}

.img_slider_cover{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 100px;
}

/** 共通デザイン ***************************************************/

.section{
	padding-bottom: 35px;
}

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



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

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

.h2_title{
	font-size: 1.7rem;
	font-weight: 400;
	line-height: 200%;
	padding-bottom: 10px;
}

.h3_title{
	font-size: 1.9rem;
	font-weight: 400;
	line-height: 200%;
}

.h4_title{
	font-size: 1.8rem;
	font-weight: 800;
	line-height: 200%;
}

.parallax-window {
    min-height: 300px;
    background: transparent;
}

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

.float_l_m{
	float: left;
}

.center_item{
	margin-left: auto;
	margin-right: auto;
}

.figure_wrap{
	width: 160px;
	margin-right: 10px;
}

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

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

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

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

.list_disc_flex{
	list-style-type: disc;
	list-style-position: outside;
	display: -webkit-flex; /* Safari */
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.list_disc_flex li{
	display: inline-block;
	padding-left: 25px;
	padding-right: 25px;
	line-height: 200%;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #999999;
}



/** RSSフィード(画像あり) **************************************/

#feed{
	width: 100%;
}

#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{
	display: block;
	margin-bottom: 20px;
}

#feed ul li:after{
	content: "";
	clear: both;
	display: block;
}

#feed ul li a{
	display: inline-block;
	float: left;
	background-color: #AAC3E4;
	padding: 10px;
	margin-right: 20px;
}

#feed ul li a img{
	height: 90px;
	width: 120px;
	vertical-align: bottom;
}

.feeddate{
	display: inline-block;
	font-weight: 800;
	color: #666666;
	margin-bottom: 10px;
}

.feednew{
	font-weight: 800;
	color: #C7243A;
	margin-left: 20px;
	margin-bottom: 10px;
}

#feed ul li h4{
	font-family: Garamond , "Times New Roman" ,"ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-weight: 400;
	font-size: 130%;
	margin-bottom: 10px;
}

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

.page_header_area{
	position: relative;
	width: 100%;
}

.page_header_area img{
	width: 100%;
	height: 400px;
	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.7 );
	text-align: center;
}

.h1_page_title{
	width: 100%;
	text-align: left;
	font-size: 2.4rem;
	padding-left: 10px;
	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;
}

.parallax-window{
	position: relative;
	background-size: cover;
	background-position: center center;
}

.top_bg_1{
	background-image: url(img/top_bg_1.jpg);
}

.top_bg_2{
	background-image: url(img/top_bg_2.jpg);
}

.hostel_bg_1{
	background-image: url(img/hostel_bg_1.jpg);
}

.booking_bg_1{
	background-image: url(img/booking_bg_1.jpg);
}

.cafe_bg_1{
	background-image: url(img/cafe_bg_1.jpg);
}

.cafe_bg_2{
	background-image: url(img/cafe_bg_2.jpg);
}

.info_bg_1{
	background-image: url(img/info_bg_1.jpg);
}

.contact_bg_1{
	  background-image: url(img/contact_bg_1.jpg);
}


.icon_area{
	padding-bottom: 10px;
}

.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;/*丸*/
}

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

.one_half,.one_half_ratio{
	display: block;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 25px;
	text-align: center;
}

.one_third{
	display: block;
	width: 100%;
	margin-bottom: 30px;
}

.two_third{
	display: block;
	width: 100%;
}

.one_half img{
	vertical-align: bottom;
}

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


.half_img_area{}

.half_img_area .one_two{
	display: block;
	width: 100%;
}

.half_img_area .one_two .comment_area, .half_img_area .one_two .comment_area_r{
	width: 100%;
	text-align: left;
	padding: 20px 10px 20px 10px;
}

.half_img_area .one_two .img_area{
	text-align: center;
	width: 100%;
}

.img_area img{
	max-height: 350px;
	width: auto;
	overflow-x: hidden;
	vertical-align: bottom;
}

iframe{
	vertical-align: bottom;
	width: 100%;
}

/** ページコンテンツ ********/
.banner_480{
	display: block;
	width: 480px;
	max-width: 95%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

.img_banner{
	margin-top: 15px;
	margin-bottom: 15px;
}

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

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

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

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

.gallery_dammy{
	width: 100px;
	height: 0;
	margin-left: 1px;
	margin-right: 1px;
}


.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: 133px;
	height: 100px;
	object-fit: cover;
	padding: 5px;
	border: 1px solid #999999;
	vertical-align: bottom;
}

.gallery_small_dammy{
	width: 133px;
	height: 0;
}
.img_voicepaper{
  display: flex;
	flex-wrap: wrap;
	justify-content:space-around;
	padding-top: 10px;
	list-style: none;
}
.img_voicepaper li{
	width: 98%;
	max-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-around;
}
.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%;
	border-collapse: 0px;
	table-layout: fixed;
}
.table_form tr:first-child th{
	border-top: 2px solid #2962AD;
}

.table_form tr th{
	display: block;
	width: 100%;
	background-color: #EFFAF8;
	text-align: left;
	font-size: 1.5rem;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #2962AD;
}

.table_form tr td{
	display: block;
	font-size: 1.5rem;
	width: 100%;
	padding: 10px;
	border-bottom: 2px 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: 120%;
	max-width: 96%;
	margin-left: 2%;
}

.totalprice{
	display: none;
}

.width_300px{
	min-width: 300px !important;
	max-width: 90%!important;
}

.area_textarea{
	min-width: 300px !important;
	max-width: 90%!important;
	height: 200px !important;
}
.req{
	color: #C7243A;
}

.att{
	color: #E58611;
}

.hint{
	display: block;
	width: 96%;
	padding: 10px;
	margin-top: 5px;
	margin-left: 2%;
	margin-right: auto;
	border: 1px dotted #E58611;
}

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

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

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

/**▼会社概要**/
.flex_kyoryoku{
	text-align: center;
}
.kyoryoku_kigyo_box{
	width: 90%;
	border: 2px solid #007FB1;
	border-radius: 5px;
	padding: 15px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	text-align: center;
}
.h3_kyoryoku_name{
	padding-bottom: 10px;
}
.img_kyoryoku_logo{
	width: 90%;
	max-width: 380px!important;
	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{
	padding: 5px;
	border: 4px solid #57eeae;
	border-radius: 15px;
	margin-bottom: 20px;
}
.border_reason_green p{
	font-size: 1.3rem;
}

.bg_kusanashi_green{
	background-color: #30c788;
}
.img_kusanashi_shikumi{
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
.border_kusanashi_black{
	padding: 10px;
	margin-bottom: 30px;
	border: 4px 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{
	text-align: center;
}
.kusanashi_shikumi_1{
	display: inline-block;
	font-weight: 900;
	font-size: 2.5rem;
	text-decoration: underline;
	color: #30c788;
	line-height: 180%;
}
.kusanashi_shikumi_2{
	display: inline-block;
	font-weight: 900;
	font-size: 2.7rem;
	text-decoration: underline;
	color:#E58611;
	margin-bottom: 30px;
}
.p_kusanashi_shikumi_contents{
	font-size: 1.8rem;
	line-height: 220% !important;
}

.kusanashi_kouka_box{
	padding-bottom: 20px;
	border-bottom: 2px solid #333333;
}
.last_box{
	border-bottom: none;
}

.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{}

.table_hikaku{
	width: 95%;
	margin: 0 auto;
	border: 1px solid #ccc;
	border-collapse: collapse;
}
.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;
}
.kusanashi_kigou {
	font-size: 3rem;
	line-height: 50%;
	vertical-align: bottom;
}
/*V簡易見積もりV*/
.border_red{
	width: 700px;
	max-width: 98%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
	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: 95%;
	margin-left: auto;
	margin-right: auto;
	padding-right: 15px;
	font-size: 120%;
	border-bottom: 4px solid #DA5019;
}
#kingaku{
	font-size: 33px;
	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;
  width: 160px;
  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 {
	font-size: 1.4rem;
  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;
	max-width: 95%;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid green;
	transition: 0.3s;
}
.a_sns_icon img:hover{
	opacity: 0.5;
	transition: 0.3s;
}
