@charset "utf-8";
/*
Theme Name: alphabase_child
Template: alphabase
Author: innovesta
Author URI: http://www.innovesta.net
*/

/*========================*/

/*1.WRAP
============*/
/*2.HEADER
============*/
/*3.SLIDER
============*/
/*4.BLOG
============*/
/*5.BLOG_ARCHIVE
============*/
/*6.BLOG_SINGLE
============*/
/*7.GALLERY
============*/
/*8.GALLERY_ARCHIVE
============*/
/*9.GALLERY_SINGLE
============*/
/*10.CONSUL
============*/
/*11.CONSUL_SINGLE
============*/
/*12.USER
============*/
/*13.USER_ARCHIVE
============*/
/*14.USER_SINGLE
============*/
/*15.COMPANY
============*/
/*16.MASSAGE
============*/
/*17.CONCEPT
============*/
/*18.<strong>HOUSE</strong>
============*/
/*19.FLOW
============*/
/*20.CREATE
============*/


/*========================*/

main {
	overflow: hidden;
}

.em {font-size:1.2em;}

/*fade
***************/
/* 画面外にいる状態 */
.fadein {
    opacity : 0;
    transform : translate(0, 150px);
    transition : all 1500ms;
}
 
/* 画面内に入った状態 */
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}


/*========================
HEADER
========================*/
header {
	border-top: 2px solid #f6cf18;  
}

.head_item {
	width: 54%;
	max-width: 550px;
	float: left;
}

.head_item2 {
	width: 44%;
	max-width: 450px;
	float: right;
}

.head_item2_1,.head_item2_2 {
	width: 50%;
	max-width: 200px;
}

/*
nav
******************/
nav.main_nav {
	background: #F6DA55;
	padding: 1% 0; 
}

nav.main_nav ul {
	width: 100%;
	display: table;
	border-collapse: separate;
}

nav.main_nav ul li {
	color: #000;
	font-size: 14px;
	width: 15%;
	display: table-cell;
	vertical-align: middle;
	font-weight: bold;
	text-align: center;
	border-left: 1px solid #000;
}

nav.main_nav ul li:last-child {
	border-right: 1px solid #000;
}

nav.main_nav ul li a { padding: 1% 0; }

nav.main_nav ul li a.active {
	color:#ccc;
	background:#5A413A;
}

nav.main_nav ul li a:hover { color: #ccc; }


/*
toggle
**************/
.fixed {
    position: fixed;
    box-sizing: border-box;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
    transition: 0.5s;
    background: #fff; 
}

#toggle_menu {
	display: none;
}


/*========================
SLIDER
========================*/
/* 画像レイアウト
========================*/

.wideslider{   
    margin:0px;
	display: block; 
	height: 550px;
}

.bx-wrapper {
    position: relative;
}

.bx-wrapper img {
    width:100%;
    min-height: 180px;
    object-fit: cover;
	max-height: 501px;
}

.bx-viewport {
    max-height: 654px;
}
.main_area {width: 1600px; min-width: 1600px; left: 50%; margin-left: -800px; position: relative;}
.main_area a:hover img {
	filter: alpha(opacity=100);
	opacity: 1;
}

/* ページャー
========================*/

.bx-pager {
    text-align: center;
    bottom: 15px !important;
    position: absolute;
    width: 100%;
}

.bx-pager-item,
.bx-controls-auto-item {
    display: inline-block;

}

.bx-default-pager a {
    background: #c8ecff;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    border-radius: 5px;
}

.bx-default-pager a:hover,
.bx-default-pager a.active {
    background: #00aeff;
}
 
 
/*========================
    ClearFixElements
========================*/
.wideslider ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
 
.wideslider ul {
    display: inline-block;
    overflow: hidden;
}


/*========================
BLOG
========================*/
#top_blog {
	background: #f5f5eb; 
}

.top_blog_title {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #000;
}

.top_blog_arcive_link {
	width: 125px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	padding: 5px;
	border: 2px solid #000;
	background: #4ac456;
	box-sizing: border-box;
}

.top_blog_archive_box {
	border: 2px solid #dddddd;
	background: #fff;
	width: 48%;
	max-width: 480px;
	box-sizing: border-box;
}

.top_blog_archive_box .top_blog_txt_item {
	padding-bottom: 6px;
}

.top_blog_archive_box .top_blog_item {
	border-top: none;
	border-bottom: 1px solid #ccc; 
	transition: all 0.3s;
}

.top_blog_archive_box .top_blog_item:last-child {
	margin-bottom: 0 !important;
}

/*========================
BLOG_ARCIVE
========================*/
.blog_archive_box {
	border: 2px solid #000;
	background: #f5f5eb;
}

.blog_archive_box #blog_list {
	background: #fafaf5;
}

.blog_archive_box .blog_item {
	border-top: none;
	border-bottom: 1px solid #ccc; 
	transition: all 0.3s;
}


/*
blog_item
*******************/


/*========================
BLOG_SINGLE
========================*/
.single_blog {
	border: 2px solid #000;
	background: #f5f5eb;
}

.single_blog img {
	margin: 10px 0;
}

h2.page_title_child {
	border-bottom: 2px solid #f6cf18;
}

.entry {
	background: #fafaf5; 
	padding: 20px;
}


/*========================
RIYU
========================*/
#top_riyu {
	background: url(img/top_riyu_bg.jpg) center center no-repeat;
	background-size: cover;
}

.top_riyu {
	position: relative;
}

.top_riyu_title {
	width: 150px;
    position: relative;
	left: 100%;
    transform: translateX(-100%);
}

.top_riyu_cap {
	width: 65%;
	max-width: 650px;
	background: rgba(255,255,255,0.7);
	margin-bottom: 3em;
	position: absolute;
	bottom: 0;
	left: 0;
	border: 1px solid #9e9c98;
	box-sizing: border-box;
}

.top_riyu_link {
	width: 72%;
	max-width: 460px;
	box-sizing: border-box;
}


/*========================
TOP_POINT
========================*/
#top_point {
	background: url(img/top_point_bg.jpg) center center no-repeat;
	background-size: cover;
}

.top_point_title {
	width: 94%;
	max-width: 940px;
}

.top_point_item {
	width: 31%;
	max-width: 315px;
	background: #fff;
	padding: 5px;
	box-sizing: border-box;
}

.top_point_link {
	width: 100%;
	max-width: 305px;
	line-height: 44px;
	background: url(img/top_point_link_bg.jpg) left top no-repeat;
	background-size: cover;
	padding-left: 1em;
	box-sizing: border-box;
}

.top_point_link:hover {
	opacity: 0.5;
}


/*========================
TOP_GALLERY
========================*/
#top_gallery {
	background-image: url(img/gallery_top_bg_l.png),
						url(img/gallery_top_bg_r.png),
						url(img/gallery_top_bg.gif);
	background-repeat: no-repeat,
						no-repeat,
						repeat;
	background-position: left center,
							right center,
							left top;
	background-size: contain,
						contain,
						auto;
}

.gallery_top_cap {
	width: 17%;
	max-width: 175px;
}

.gallery_top_title {
	width: 27%;
	max-width: 272px;
}

.gallery_top_archive_link {
	width: 22%;
	max-width: 220px;
}

/*
gallery_item
*******************/
#gallery_list:after{
  content:"";
  display: block;
  width:30%;
}

.gallery_item {
	width: 23.5%;
}

.gallery_img img {
	height: 200px;
	object-fit: cover;
}

.gallery_no {
	min-width: 38px;
	margin-right: 2%;
}

.gallery_item:nth-child(1) .gallery_no {
	background: url(img/gallery_no.png) center top no-repeat;
	background-size: contain;
}

.gallery_item:nth-child(2) .gallery_no {
	background: url(img/gallery_no02.png) center top no-repeat;
	background-size: contain;
}

.gallery_item:nth-child(3) .gallery_no {
	background: url(img/gallery_no03.png) center top no-repeat;
	background-size: contain;
}

.gallery_item:nth-child(4) .gallery_no {
	background: url(img/gallery_no04.png) center top no-repeat;
	background-size: contain;
}

.gallery_item:nth-child(5) .gallery_no {
	background: url(img/gallery_no05.png) center top no-repeat;
	background-size: contain;
}

.gallery_item:nth-child(6) .gallery_no {
	background: url(img/gallery_no06.png) center top no-repeat;
	background-size: contain;
}

.gallery_item:nth-child(7) .gallery_no {
	background: url(img/gallery_no07.png) center top no-repeat;
	background-size: contain;
}

.gallery_item:nth-child(8) .gallery_no {
	background: url(img/gallery_no08.png) center top no-repeat;
	background-size: contain;
}

.gallery_txt p {
	font-size: 14px;
}

/*========================
GALLERY_ARCIVE
========================*/
/*
gallery_item
*******************/
#gallery_arcive_list:after{
  content:"";
  display: block;
  width:49%;
}

.gallery_arcive_item {
	width: 49%;
	max-width: 390px;
	box-sizing: border-box;
	padding: 10px;
	background: #f5f5eb;
	border: 2px solid #000; 
}

.gallery_arcive_img img {
	height: 200px;
	object-fit: cover;
	box-sizing: border-box;
}

.gallery_arcive_link {
	color: #fff;
	background-color: #4ac456;
	background-image: url(img/gallery_arcive_link.gif);
	background-repeat: no-repeat;
    background-position: right center;
	width: 80%;
	text-align: center;
	padding: 2% 0;
	border: 2px solid #000;
	box-sizing: border-box;
	transition: all 0.5s;
}


/*========================
GALLERY_SINGLE
========================*/
.single_gallery {
	background: #f5f5eb;
}

.gallery_page_img {
	border-top: 2px solid #000;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	padding: 20px;
	box-sizing: border-box;
}

.single_gallery_list {
	border-top: 2px solid #000;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	padding: 20px;
	box-sizing: border-box;
}

.single_gallery_item:after{
  content:"";
  display: block;
  width:30%;
}

.single_gallery_title {
	border-bottom: 2px solid #f6ce18;
}

.single_gallery_img {
	width: 200px;
	height: 130px;
	box-sizing: border-box;
	overflow: hidden;
}

.single_gallery_img img {
	height: 130px;
	object-fit: cover;
	object-position: center;
}

.gallery_txt_box {
	border: 2px solid #000;
	padding: 20px;
	box-sizing: border-box;
}


/*========================
CONSUL
========================*/
#top_consul {
	background: url(img/consul_top_bg.jpg) left top no-repeat;
	background-size: cover;
}

.consul_top_title { position: relative; }

.consul_top_title:before {
	content: "";
    position: absolute;
    background: url(img/consul_top_title_cap.png) center no-repeat;
    padding: 19px 139px;
    background-size: contain;
    top: 0;
    left: -15px;
    z-index: 1;
}

.top_consul_item {
	width: 31%;
	max-width: 315px;
	box-sizing: border-box;
}


/*========================
CONSUL_SINGLE
========================*/
/*box01*/
.consul_box01 { position: relative; }

.consul_box01_item {
	position: absolute;
	top: 20px;
	left: 0;
	right: 0;
}

.consul_box01_item01,.consul_box01_item02,.consul_box01_item03 {
	max-width: 192px;
}

.consul_box01_title {
	max-width: 590px;
	position: absolute;
	top: 150px;
	left: 0;
	right: 0;
}

.consul_box01_item04 {
	max-width: 666px;
	position: absolute;
	top: 270px;
	left: 0;
	right: 0;
}

.consul_box01_item05 {
	background: rgba(246,207,24,0.8);
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	position: absolute;
	bottom: 0;
}

/*box02*/
.consul_box02 {
	background: #6b2727;
	position: relative;
}

.consul_box02:before {
	content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -55px;
    width: 0;
	height: 0;
	border-left: 360px solid transparent;
	border-right: 360px solid transparent;
    border-top: 55px solid #6b2727;
    z-index: 1;
}

.consul_box02_item01 {
	background: #fff;
	background-image: url(img/consul_box02_item01_bg);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: contain;
	border: 4px solid #fddc3e;
	position: relative;
}

.consul_box02_item01:after {
	content: "";
    position: absolute;
    background: url(img/consul_box02_item01_cap.png) center no-repeat;
    padding: 32px 75px;
    background-size: contain;
    top: -55px;
    left: -10px;
    z-index: 1;
}

.consul_box02_item01 ul li {
	background: url(img/consul_box02_item_list_bg.jpg) left center no-repeat;
	text-align: left;
	text-indent: 30px;
	line-height: 25px;
	font-size: 14px;
	font-weight: bold;
}

.consul_box02_item02 {
	max-width: 511px;
}

/*box03*/
.consul_box03 { background: #6b2727; }

/*box04*/
.consul_box { background: #6b2727; }

.consul_box04,.consul_box05,.consul_box06 { background: #efebe2; }

.consul_box04_cap { max-width: 503px; }

.consul_box04_item {
	background: #fff;
	border-left: 1px solid #f6cf18;
	border-right: 1px solid #f6cf18;
	border-bottom: 1px solid #f6cf18;
}

.consul_box04_item03_cap { max-width: 480px; }

.consul_box04_item04 { max-width: 600px; }

/*box05*/
.consul_box05_cap { max-width: 629px; }

.consul_box05_item03_cap { max-width: 461px; }

/*box06*/
.consul_box06_cap { max-width: 573px; }

.consul_box06_item03_cap { max-width: 439px; }

/*box07*/
.consul_box07 {
	background: url(img/consul_box07_bg.gif) left top repeat;
	position: relative;
}

.consul_box07_title { max-width: 644px; }

.consul_box07_item01_title { max-width: 624px; }

.consul_box07_item01 {
	background: #fff;
	border: 4px solid #ccc;
}

.consul_box07_item01 ul li {
	background: url(img/consul_box02_item_list_bg.jpg) left center no-repeat;
	text-align: left;
	text-indent: 30px;
	line-height: 25px;
	font-size: 14px;
	font-weight: bold;
}

.consul_box07_item02 {
	max-width: 680px;
	position: relative;
	left: 0;
	right: 0;
	bottom: 60px;
}

.consul_box07_item03 {
	position: relative;
	left: 0;
	right: 0;
	bottom: 20px;
}


/*========================
USER
========================*/
#top_user {
	background: url(img/user_top_title_bg.png),
				url(img/gallery_top_bg.gif);
	background-repeat: no-repeat,
						repeat;
	background-position: right top,
							left top;
}

.user_top_title {
	width: 71%;
	max-width: 713px;
}

.user_top_archive_link {
	width: 46%;
	max-width: 460px;
}


/*
slide
****************/
.userslider {
    overflow:hidden;
    position:relative;
    width:100%;
}

.userslider #sliderInner {
    position:relative;
    width:800px;
    max-width: 800px;
    margin: auto; 
}
.userslider #sliderInner li {
	background: #fff;
	padding: 20px; 
    border: 4px solid #888;
    box-sizing: border-box; 
}

.userslider li:nth-child(1):before,.userslider li:nth-child(4):before,.userslider li:nth-child(7):before {
	content: "";
    position: absolute;
    background: url(img/user_top_list_no02.png) center no-repeat;
    padding: 28px 163px;
    background-size: contain;
    bottom: 50px;
    left: 15px;
    z-index: 1;
}

.userslider li:nth-child(2):before,.userslider li:nth-child(5):before,.userslider li:nth-child(8):before {
	content: "";
    position: absolute;
    background: url(img/user_top_list_no03.png) center no-repeat;
    padding: 28px 163px;
    background-size: contain;
    bottom: 50px;
    left: 15px;
    z-index: 1;
}

.userslider li:nth-child(3):before,.userslider li:nth-child(6):before,.userslider li:nth-child(9):before {
	content: "";
    position: absolute;
    background: url(img/user_top_list_no.png) center no-repeat;
    padding: 28px 163px;
    background-size: contain;
    bottom: 50px;
    left: 15px;
    z-index: 1;
}

.userslider #slideFilterL, .userslider #slideFilterR {
    position:absolute;
    top:0;
    width:1000px;
    height:250px;
    opacity:0.8;
    filter:alpha(opacity=80);
    -ms-filter:"alpha( opacity=80 )";
    background:rgba(0,0,0,0);
}
.userslider #slideFilterL {
    left:0;
}
.userslider #slideFilterR {
    right:0;
}

.userslider .bx-wrapper {
    margin:0 auto;
    position:relative;
    background: rgba(0,0,0,0);
}

.userslider .bx-wrapper .bx-viewport {overflow: visible !important;}

.userslider .bx-wrapper .bx-pager {
    margin:0 auto;
    width:1000px;
    background:#fff;
}

/* コントローラー */
.userslider .bx-wrapper .bx-prev {
    left:-2%;
    background:url(img/user_top_slide_prev.png) center center no-repeat;
}

.userslider .bx-wrapper .bx-next {
    right:-2%;
    background:url(img/user_top_slide_next.png) center center no-repeat;
}

.userslider .bx-wrapper .bx-controls-direction a {
    position:absolute;
    display: none;
    top:45%;
    outline:0;
    width:59px;
    height:60px;
    text-indent:-9999px;
    z-index:9999;
}

.userslider .bx-wrapper:hover .bx-controls-direction a {
	display: block;
}


/* ページャー */
.userslider .bx-wrapper .bx-pager {
    padding-top:20px;
    text-align:center;
    font-size:.85em;
    font-family:Arial;
    font-weight:bold;
    color:#666;
}

.userslider .bx-wrapper .bx-pager .bx-pager-item,
.userslider .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display:inline-block;
    *zoom:1;
    *display:inline;
}

.userslider .bx-wrapper .bx-pager.bx-default-pager a {
    display:block;
    width:10px;
    height:10px;
    margin:0 5px;
    outline:0;
    text-indent:-9999px;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    border-radius:50%;;
    background:#666;
}

.userslider .bx-wrapper .bx-pager.bx-default-pager a:hover,
.userslider .bx-wrapper .bx-pager.bx-default-pager a.active {
    background:#000;
}


/*========================
USER_RCHIVE
========================*/
.thanks_arcive_item {
	background: #f5f5eb;
	border: 2px solid #000;
	box-sizing: border-box;
}

.thanks_arcive_img {
	border: 2px solid #b5b5b5;
	box-sizing: border-box;
}

.thanks_arcive_link {
	max-width: 301px;
}

/*========================
USER_SINGLE
========================*/


/*========================
COMPANY
========================*/
#top_company {
	background: url(img/company_top_bg.gif) left top repeat;
}

.company_top_item {
	width: 48%;
	max-width: 480px;
}


/*========================
MASSAGE
========================*/
#top_message {
	background: url(img/massage_bg.jpg) center center no-repeat;
	background-size: cover;
}

.top_massage_title {
	width: 42%;
	max-width: 424px;
}


/*========================
CONCEPT_SINGLE
========================*/
.box_border { border: 1px solid #6b2727; }
.concept_box_arrow { width: 174px; }

/*box01*/
.concept_box01 {
	background: url(img/concept_box01_bg.jpg) center top no-repeat;
	background-size: cover;
	padding: 50px 0;
}

.concept_box01_title { width:646px; }
.concept_box01_cap01 { width:588px; }
.concept_box01_cap02 { width:554px; }
.concept_box01_cap03 { width:675px; }
.concept_box01_cap04 {
	width:354px;
	position: relative;
	top: -50px;
}

/*box02*/
.concept_box02 {
	background: url(img/concept_box02_bg.jpg) center top no-repeat;
	background-size: cover;
	padding-top: 69%;
	position: relative;
}

.concept_box02_cap01 {
	width:376px;
	position: absolute;
	top: 20px;
	right: 20px;
}

.concept_box02_cap02 {
	width:240px;
	position: absolute;
	top: 20px;
	left: 20px;
}

/*box03*/
.concept_box03 {
	background: url(img/concept_box03_bg.jpg) center top no-repeat;
	background-size: cover;
	padding-top: 69%;
	position: relative;
}

.concept_box03_cap01 {
	width:376px;
	position: absolute;
	top: 20px;
	left: 20px;
}

.concept_box03_cap02 {
	width:240px;
	position: absolute;
	top: 20px;
	right: 20px;
}

/*box04*/
.concept_box04 {
	background: url(img/concept_box04_bg.jpg) center top no-repeat;
	background-size: cover;
	padding-top: 69%;
	position: relative;
}

/*box05*/
.concept_box05 {
	background: url(img/concept_box05_bg.jpg) center top no-repeat;
	background-size: cover;
}

.concept_box05_cap01 {
	background: url(img/concept_cap_bg.gif) left top repeat;
}

.concept_box05_2 {
	background: url(img/concept_box05_2_bg.jpg) left top no-repeat;
	background-size: cover; 
}

.concept_box05_cap02 {
	width: 57%;
	max-width: 577px;
}

.concept_box_item {
	width: 30%;
	max-width: 200px;
}

/*box06*/
.concept_box_title {
	background: #f6cf18;
}

.box_item_img {
	width: 39%;
	max-width: 260px;
}

.box_item_img2 {
	width: 39%;
	max-width: 260px;
	height: 200px;
	border: 1px solid #000000;
	overflow: hidden;
}

.box_item_img3 {
	width: 39%;
	max-width: 260px;
	height: 200px;
}

.box_item_img5 {
	width: 39%;
	max-width: 260px;
    box-sizing: border-box;
	border: 1.5px solid #3cb371;
}

.box_item_cap {
	text-align: left;
	width: 59%;
	font-size: 14px;
}

.box_item_click {
	background: url(img/box_item_click_bg.gif) left top repeat; 
}

.box_item_click01 {width: 500px;}
.box_item_click02 {width: 540px;}
.box_item_click03 {width: 600px;}


/*========================
HOUSE
========================*/
/*box01*/
.house_box01 {
	position: relative;
}

.house_box01_item01 {
	max-width: 300px;
	position: absolute;
	left: 20px;
	bottom: 20px;
}

/*box02*/
.house_box02 {
	background: url(img/gallery_top_bg.gif) left top repeat;
}

.model_accsess {background-color: #efebe2; margin: 20px 0;}
.model_accsess iframe {width: 680px; height: 245px; margin: 20px auto; box-sizing: border-box; border: 3px solid #6B2728;}


.house_box02_title { max-width: 550px; }

/*box03*/
.house_box03 {
	background: url(img/house_box03_bg.jpg) left top no-repeat;
	position: relative;
}

.house_box03_title {
	max-width: 538px;
}

.house_box_item {
	background: #fff;
	position: relative;
}

.house_box03_item01_title,.house_box03_item02_title { position: relative; }

.house_box03_item01_title:before {
	content: "";
    position: absolute;
    background: url(img/house_box03_item01_title_cap.png) center no-repeat;
    padding: 39px 95px;
    background-size: contain;
    bottom: 40px;
    left: -20px;
    z-index: 1;
}

.house_box03_item02_title:before {
	content: "";
    position: absolute;
    background: url(img/house_box03_item02_title_cap.png) center no-repeat;
    padding: 39px 95px;
    background-size: contain;
    bottom: 40px;
    left: -20px;
    z-index: 1;
}

/*box03*/
.house_box04 {
	background: url(img/house_box04_bg.jpg) left top no-repeat;
	position: relative;
}

.house_box04_title {
	max-width: 630px;
}

.house_box04_item01_title,.house_box04_item02_title { position: relative; }

.house_box04_item01_title:before {
	content: "";
    position: absolute;
    background: url(img/house_box04_item01_title_cap.png) center no-repeat;
    padding: 39px 95px;
    background-size: contain;
    bottom: 40px;
    left: -20px;
    z-index: 1;
}

.house_box04_item02_title:before {
	content: "";
    position: absolute;
    background: url(img/house_box04_item02_title_cap.png) center no-repeat;
    padding: 39px 95px;
    background-size: contain;
    bottom: 40px;
    left: -20px;
    z-index: 1;
}


/*========================
FLOW
========================*/
.flow_wrap { background: url(img/flow_box_bg.jpg) left top repeat; }

.flow_step_title {
	border-top: 3px solid #6b2727;
	border-left: 3px solid #6b2727;
	border-right: 3px solid #6b2727;
}

.flow_box_item {
	background: url(img/flow_box_item_bg.png) left top no-repeat;
	background-size: cover;
	border: 3px solid #6b2727;
	box-sizing: border-box;
}

/*box02*/
.flow_box02_item01_title {
	max-width: 429px;
}

.flow_box_item02 {
	background: #a86a48;
}

/*contact_banner*/
.flow_box_contact { position: relative; }

.flow_box_contact_child {
	position: absolute;
	max-width: 434px;
	bottom: 18px;
	right: 20px;
}


/*box03*/
.flow_box03_item01_title {
	max-width: 490px;
}

/*box04*/
.flow_box04_item01_title {
	max-width: 495px;
}

/*box05*/
.flow_box05_item01_title {
	max-width: 410px;
}

/*box06*/
.flow_box06_item01_title {
	max-width: 320px;
}

/*box07*/
.flow_box07_item01_title {
	max-width: 475px;
}


/*========================
ABOUT
========================*/
/*box01*/
#about_table {
	border: 2px solid #643c3c;
	border-collapse: collapse;
	width: 100%;
	font-size: 14px;
}

#about_table th { background: #eee; font-weight: bold; padding: 15px; border-bottom: 1px solid #643c3c; vertical-align: middle;}
#about_table td {background: #fff; padding: 15px; border-bottom: 1px solid #643c3c;	vertical-align: middle;}

#about_table th:last-childe,#about_table td:last-childe {
	border-bottom: none;	
}

/*box03*/
.about_box_item {
	background: #f0f0e1;
}

.about_box03_item03_title {
	max-width: 549px;
}

/*box06*/
.about_box06_wrap {
	border: 1px solid #ccc;
}

.about_box06_item {
	max-width: 49%;
	margin-bottom: 10px;
}

.privacy p {text-align: left; font-size: 14px; line-height: 1.5;}
.privacy .txt01 {font-size: 16px;}
.privacy .txt01,.privacy .txt02,.privacy .txt03 {margin-bottom: 20px;}


/*========================
CREATE
========================*/
/*box01*/
.create_box01 { position: relative; }

.create_box01_cap {
	max-width: 392px;
	position: absolute;
	left: 20px;
	bottom: 20px;
}

/*box02*/
.create_box02 { position: relative; }

.create_box02_title {
	max-width: 395px;
	position: absolute;
	top: 20px;
	left: 0;
	right: 0;
}

.create_box02_item01,.create_box02_item02,.create_box02_item03 {
	max-width: 261px;
}

.box02_item {
	position: absolute;
	top: 155px;
	left: 0;
	right: 0;
}

.create_box02_item03 {
	position: absolute;
	top: 340px;
	left: 0;
	right: 0;
}

.create_box02_cap {
	max-width: 558px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
}

/*box03*/
.create_box { background: #f0f0e1; }

/*box04*/
.create_box04 {
	background: #fff;
	border-left: 1px solid #4ac456;
	border-right: 1px solid #4ac456;
	border-bottom: 1px solid #4ac456;
}

.create_box04_item04 {
	max-width: 600px;
}

/*box06*/
.create_box06_title {
	position: relative;
	top: 42px;
}

.create_box06_item {
	border: 1px solid #4ac456;
	border-radius: 10px;
	box-sizing: border-box;
	background: linear-gradient(#e9f8ea, #b3e6b8);
}

.create_box06_item01_title {
	max-width: 351px;
}

.create_box06_item02_title {
	max-width:  417px;
}

/*box08*/
.create_box08 {
	background: #fff;
	border-left: 1px solid #f6cf18;
	border-right: 1px solid #f6cf18;
	border-bottom: 1px solid #f6cf18;
}
.create_add_box01 {margin-bottom: 40px;}
.create_add_box01 .add_title01 {margin-bottom: 20px;}
.create_add_box01 .add_inner {display: flex; align-items: center; justify-content: space-between; font-size: 14px; line-height: 1.6;}
.create_add_box01 .add_inner img {margin-left: 20px;}
.create_add_box01 .add_title02 {margin: 30px auto 20px;}
.create_add_box01 .add_list {width: auto; margin: 0 auto;}


/*========================
CONTACT
========================*/
.contact_box {
	background: #f0f0e1; 
}

/*box02*/
.contact_box02_item02 {
	background: #fff;
	border: 4px solid #ccc;
}

.contact_box02_item02 ul li {
	background: url(img/consul_box02_item_list_bg.jpg) left center no-repeat;
	text-align: left;
	text-indent: 30px;
	line-height: 25px;
	font-size: 14px;
	font-weight: bold;
}

.contact_box02_item03 {
	max-width: 565px;
}

.contact_box02_item03_cap {
	max-width: 652px;
}

#contact_table {
	border: 2px solid #643c3c;
	border-collapse: collapse;
	width: 100%;
	font-size: 14px;
}

#contact_table th {
	background: #eee;
	font-weight: bold;
	padding: 10px;
	border-bottom: 1px solid #643c3c;
}

#contact_table td {
	background: #fff;
	padding: 10px;
	line-height: 2em;
	border-bottom: 1px solid #643c3c;
}

#contact_table th:last-childe,#contact_table td:last-childe {
	border-bottom: none;	
}


/*========================
MAP
========================*/
.map {
	background: linear-gradient(180deg,#fff 50%,rgba(0,0,0,0) 75% ) , url(img/map_bg.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
}

/*========================
		googleMAP
========================*/
.ggmap {
position: relative;
padding-bottom: 70%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


/*========================
CONTACT
========================*/


/*========================
CONTACT_SINGLE
========================*/


/*
フォーム
**********************/

/*確認画面へ進むボタン用*/
input[name="submitConfirm"] {
background:url(img/contact_btn_kakunin.jpg) no-repeat;
width: 599px;
max-width:599px;
height:87px;
text-indent:-9999px;
overflow:hidden;
border:none;
cursor:pointer;
}

/*戻るボタン用*/
.back {
background:url(img/back_btn.jpg) no-repeat;
width: 30%;
max-width:222px;
height:55px;
text-indent:-9999px;
overflow:hidden;
border:none;
cursor:pointer;
user-select: text;
}


/*送信ボタン用*/
input[name="soushin"] {
background:url(img/contact_btn_soushin.jpg) no-repeat;
width: 599px;
max-width:599px;
height:87px;
text-indent:-9999px;
overflow:hidden;
border:none;
cursor:pointer;
}


/*========================
MESSAGE
========================*/


/*========================
ページ設定
========================*/
.page_title {
	background: #F6DA55;
	border-left: 4px solid #643c3c;
	text-align: left;
	padding-left: 1em;
}

.child_title {
	background: url(img/child_title_bg.gif) left top repeat;
	border-bottom: 2px solid #f6cf18;
	font-weight: bold;
	padding: 10px;
	text-align: left;
}

h3.child_title {
	font-weight: bold;
	background: #d2f0d5;
	border-left: 4px solid #4ac456;
	border-bottom: none;
	padding: 10px;
	text-align: left;
}

.single_page {
	width: 72%;
	max-width: 720px;
}
.single_page_sp {
	width: 72%;
	max-width: 720px;
}
@media screen and (max-width:768px) {
	.single_page_sp {
	width: 100%;
	max-width: 100%;
}
	
}
.page_thumb img {
	height: 237px;
	object-fit: cover;
}

.archive_cap {
	font-size: 14px;
	color: #888;
}

/*
記事詳細ページ
***************/

.previous-entries,.next-entries {
	color: #000;
    width: 80px;
    background: #ddd;
    padding: 6px 0;
    border: 2px solid #000; 
    box-sizing: border-box;
}

.gallery_entry {
	display: inline-block;
	vertical-align: middle;
	width: 12px;
	height: 20px;
	margin: 0 10% 3px;
}

.nav_archive_btn {
	color: #fff;
	width: 150px;
	background: #4ac456;
	padding: 6px 0;
	border: 2px solid #000; 
    box-sizing: border-box;
}


/*ページネーション
*******************/
.paging {
	clear: both;
	padding: 20px 0;
	position: relative;
	font-size: 14px;
	line-height: 14px;
    text-align: center;
}
.paging-box {
	display: inline-block;
}
.paging span, .paging a {
	display: block;
	float: left;
	margin: 2px 2px 2px 0;
	padding: 10px 15px 10px 15px;
	text-decoration: none;
	width: auto;
	color: #fff; /* 文字色 */
	background: #000; /* 背景色 */
}
.page-of {display: none !important;}
.paging a:hover{
	color: #fff; /* マウスホバー時の文字色 */
	background: #ccc; /* マウスホバー時の背景色 */
}
.paging .current{
	padding: 10px 15px 10px 15px;
	color: #fff; /* 文字色 */
	background: #ccc; /* 背景色 */
}
@media only screen and (max-width: 413px) {
.paging {
	font-size: 12px;
	line-height: 12px;
}
.paging span, .paging a {
	padding: 8px 10px 8px 10px;
}
.paging .current{
	padding: 8px 10px 8px 10px;
}
}


/*========================
FOOTER
========================*/
.site_map {
	background: #f2f2e3;
}

.site_map a:hover {opacity: 0.5;}

.site_map_box dl {
	margin-bottom: 1em;
}

.site_map_box dt,.site_map_box dd {
	margin-bottom: 1em;
}

.site_map_list02 {
	width: auto;
}

.copy {
	background: #F6DA55;
}


/*========================
SIDEBAR
========================*/
.sidebar {
	width: 20%;
	max-width: 230px;
}

#side_list01,#side_list02,#side_list04 {
	padding: 4%;
	box-sizing: border-box;
}

#side_list03 ul {
	padding-left: 4%;
	padding-right: 4%;
	padding-bottom: 4%;
}

#side_list01 {
	background: url(img/side_list01_bg.jpg) left top repeat;
	border: 3px solid #6b2727;
}
.side_list01 {
	border: 3px solid #6b2727;
}

#side_list02 {
	background: #fff;
	border: 3px solid #6b2727;
}

#side_list04 {
	background: url(img/gallery_top_bg.gif) left top repeat;
	border: 1px solid #6b2727;
}

.side_about {
	background: url(img/side_about.jpg) top left no-repeat;
	background-size: cover;
	padding: 106% 3% 10%;
}

.side_btn {
	width: 49%;
	max-width: 89px;
}


/*========================
PAGETOP
========================*/
/*#page-top {
	background: #fff;
    bottom: 70px;
    right: 20px;
    line-height: 70px;
    z-index: 20;
}*/

/*========================
POP BANNER
========================*/
#pop_banner {
	background: url(https://shiawase-house.com/blog/wp/wp-content/uploads/2018/02/bfe9ba0e9f6c8fd4449f4f9757fcb822.jpg) left top no-repeat;
	position: fixed;
	max-width: 900px;
	bottom: 10px;
	left: 0;
	right: 0;
	margin: auto;
	padding: 7px;
	z-index: 100;
}

.pop_banner_item {
	margin-left: 5px;
}

/*========================
POP_BANNER_CONTACT
========================*/
#pop_banner_contact {
	background: #fff; 
    position: fixed;
    top: 100px;
    right: 0;
    z-index: 20;
}

.ilb {
	font-size: 8px;
	color: #fff;
	display: inline-block;
}


.sitemap_wrap ul a {
	list-style: none;
	color: #000000;
}

.sitemap_wrap ul {
	list-style: none;
}

.halfleft {
	float: left;
	text-align: left;
}

.halfright {
	float: right;
	text-align: left;
}

.sitemap_wrap {
	width: 100%;
	height: auto;
	line-height: 180%;
	font-size: 25px;
	letter-spacing: 1.2px;
	overflow: hidden;
	clear: both;
	text-align: left;
}

.sitemap_wrap li {
	border-left: 3px solid #F6DA55;
	padding: 2px 0px 2px 20px;
	margin-bottom: 30px;
}

.sitemap_wrap li.under {
	padding-left: 28px;
	margin-left: 15px;
	border: none;
}

.wd24_5 {
	width: 24.5%;
}
.wd95 {
	width: 95%!important;
	margin: 0 auto;
}
.nairantitle {
	background-color: #F0F1E0;
	text-align: left;
	padding: 20px;
	margin-top: -3%;
	font-weight: bold;
	color: #333333;
}
.nairantitle1 {
	width: 95%;
	margin: 0 auto;
}

.nairannone .nairantitle {
	display: none;
}
.nairannone .nairantitle1 {
	display: none;
}
.nairanall {
	background-color: #EFF2DF;
    padding: 20px 0;
    border: 2px solid #69393A;
}
.ft21 {
	font-size: 21px;
}
.nairannone .nairanall {
	border: none;
	padding: 0;
	background: none;
}
.nairannone .wd95 {
	width: 100%!important;
}

/*sp*/
#nav-drawer { position: absolute; top: 15px; right: 10px; }
#nav-drawer .header_logo {
	width: 14%;
	min-width: 140px;
	margin: auto;
}
/*チェックボックス非表示*/
.nav-none { display:none; }

/*アイコンスペース*/
#nav-open {
    display: inline-block;
    width: 15px;
    height: 15px;
    vertical-align: middle;
    margin: auto 0;
    position: absolute;
    top: -6px;
    right: 5px;
	border: 2px solid #f6cf18;
	padding: 5px 7px 8px 7px;
}

/*openアイコン*/
#nav-open span,
#nav-open span:before,
#nav-open span:after {
	content: '';
    height: 3px;
    width: 15px;
    border-radius: 3px;
    background: #f6cf18;
    display: block;
    cursor: pointer;
    position: absolute;
}
#nav-open span:before { bottom: -8px; }
#nav-open span:after { bottom: -16px; }

/*closeアイコン*/
#nav-close {
    display: inline-block;
    width: 25px;
    height: 25px;
    vertical-align: middle;
    margin: auto 0;
    position: absolute;
    top: 25px;
    bottom: 0;
    right: 10px;
}
#nav-close span {
	content: '';
    display: none;
    opacity: 0;
    transition: .3s ease-in-out;
    display: block;
    cursor: pointer;
    position: absolute;
    z-index: 9999;
}
#nav-close span:after,
#nav-close span:before {
	content: '';
    display: none;    
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background: #000;
    opacity: 0;
    transition: 1s ease-in-out;
    cursor: pointer;
    position: absolute;
    z-index: 9999;
}
#nav-close span:after {
	transform: rotate(45deg);
	bottom: -8px;
}
#nav-close span:before {
	transform: rotate(-45deg);
	bottom: -8px;
}

/*content*/
#sp_nav {
    overflow: auto;
    width: 100%;
    height: 100%;
    background: #F6CF18;
    transition: 0.3s ease-in-out;
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 8888;
}

/*チェックで表示*/
#nav-input:checked ~ #nav-close,
#nav-input:checked ~ #nav-close span,
#nav-input:checked ~ #nav-close span:after,
#nav-input:checked ~ #nav-close span:before {
	display: block;
	opacity: 1;
}
#nav-input:checked ~ #sp_nav {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

#nav-drawer #sp_nav ul {
	width: 100%;
	margin: 20% 0 0;
}
#nav-drawer #sp_nav ul li {
	color: #000;
	font-size: 14px;
	width: 80%;
	border-bottom: 1px solid #000; 
	margin: 0 auto 1em;
	padding-bottom: 1em;
	text-align: center;
	font-weight: bold;
}
#nav-drawer #sp_nav ul li.header_logo {
	background: url(img/header/logo.png) top center no-repeat;
	background-size: contain;
	max-width: 195px;
	margin: 0 auto 2em;
	padding-bottom: 0; 
	border-bottom: none; 
}
#nav-drawer #sp_nav ul li.header_logo a {
	opacity: 0;
	padding-bottom: 70px;
}
.none { display: none; }
.sp-none { display: block; }
#head_logo:after {
	content: "";
	display: block;
	clear: both;
}
@media screen and (max-width: 768px) {
	.none { display: block; }
.sp-none { display: none; -webkit-appearance:none;}
	.bx-wrapper .bx-pager {display: none;}
	.sppdg-t-65 {padding-top: 65px;}
	header {position: relative; padding-top: 10px; }
	#sp-headlogo {
		width: 80%;
		margin-left: 10px;
	} 
	#sp-headlogo:after {content: ""; display: block; clear: both;}
	#sp-head {position: fixed; top: 0; background-color: #fff; padding: 10px 0; width: 100%; z-index: 8000;}
	.top_blog_archive_box {
		width: 100%; margin: 0 auto;
	}
	.sp_blog_btn {width: 100%; margin: 0 auto;}
	.sp-mgn-t30 {margin-top: 30px;}
	.sp-pdg-t5 {padding-top: 5px!important;}
	.inbox2 {width: 100%; padding: 0 16px;}
	.riyu {position: relative;}
	.riyu_btn {position: absolute;
	bottom: 10px;
	width: 90%; 
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;}
	#top_user {background: none;}
	.sp-pdg-t0 {padding-top: 0!important;}
	.sp-pdg-t20 {padding-top: 20px!important;}
	.sp-pdg-t30 {padding-top: 30px!important;}
	.sp-pdg-t40 {padding-top: 40px!important;}
	.sp-pdg-b20 {padding-bottom: 20px!important;}
	.sp-pdg-b30 {padding-bottom: 30px!important;}
	.sp-mgn-b15 {margin-bottom: 15px!important;}
	.sp-mgn-b20 {margin-bottom: 20px!important;}
	.sp-mgn-t20 {margin-top: 20px!important;}
	.sp-mgn-b0 {margin-bottom: 0!important;}
	.spstyle {justify-content: normal; display: block;}
	.company_top_item {width: 100%;}
	/*========================
POP BANNER background:
========================*/
#sppop_banner {
	background-color: #f6cf18;
	width: auto;
	margin: auto;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 10px 5px;
	z-index: 100;
	color: #000;font-weight: bold;
}
	#sppop_banner:after {content: ""; display: block; clear: both;}
#sppop_banner .left {
	float: left;
	width: 49%;
	border-right: 2px solid;
}
	#sppop_banner .right {float: right; text-align: center; width: 49%;}
	#contact_table th {display: block; width: auto;}
	#contact_table td {display: block; width: auto;}
	#contact_table {table-layout: fixed;}
	#contact_table input {max-width: 98%;}
	#contact_table textarea {max-width: 98%;}
	input[name="submitConfirm"] {
		width: 100%;
		background-size: contain;
		max-width: 100%;
	}
	input[name="soushin"] {
		width: 100%;
		background-size: contain;
		max-width: 100%;
	}
	.sp-pdg-lr0 {
	padding-left: 0!important;
		padding-right: 0!important;
	}
	.sp-pdg-0 {padding: 0!important;}
	.contact_box02_item02 ul li {
		    background: url(img/consul_box02_item_list_bg.jpg) left top no-repeat;
	}
	.page_top_img {margin-top: 35px;}
	.sp-pdg-tb0 {padding-bottom: 0!important; padding-top: 0!important;}
	#top_gallery {
	background-image: url(img/gallery_top_bg.gif);
	background-repeat: repeat;
	background-position: left top;
	background-size: auto;
		padding: 20px 16px;
}
	#top_blog {margin-top: -35px;}
	.entry {font-size: 14px; line-height: 1.5em;}
	.single_blog {padding :0!important;}
	.blog_archive_box {padding: 0px!important;}
	h2.page_title_child {line-height: 1.2;}
	#contact_table td {font-size: 16px;}
	.nairantitle p {font-size: 14px;}
	.nairanall {padding: 10px 0;}
	.sp-vis {visibility:hidden;}
	#pop_banner {
		background: none;
	position: fixed;
	max-width: 900px;
	bottom: 10px;
	left: 0;
	right: 0;
	margin: auto;
	padding: 7px;
	z-index: -10;
	}
    .create_add_box01 {margin-bottom: 30px;}
    .create_add_box01 .add_inner {display: block; text-align: justify;}
    .create_add_box01 .add_inner img {margin: 16px auto 0;}
    .create_add_box01 .add_list {width: 100%;}
    
    
}
	@media only screen and (min-width: 481px){
	#contact_table br {
		display: none;
	}
	}