@charset "utf-8";
/*
Theme Name: ★BizVektor子テーマサンプル★
Theme URI: http://bizvektor.com
Template: biz-vektor
Description: 
Author: ★あなた ｍ９っ・ｗ・）ｂ★
Tags: 
Version: 0.1.0
*/

/* 共通 */
/*　ピンク　#d37070*/
/*　ベージュ　#f1f0e8*/
/*　オレンジ　#ff6600*/
body {
	font-size: 100%;
}

a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
} 

.txt1-5em {
	font-size: 1.3em;
	line-height: 1.5em;
	font-weight: lighter;
}
.txt1-8em {
	font-size: 1.8em;
	font-weight: normal;
	line-height: 1.5em;
}
.txt2em {
	font-size: 2em;
	font-weight: normal;
	line-height: 1.5em;
}
.txt3em {
	font-size: 3em;
	font-weight: normal;
	line-height: 1.5em;
}
.txtred {
	color: #FF0000;
}

.clear {
	clear: both;
}
.line-through {
	text-decoration: line-through;
	color: #bbbbbb;
}
.content p {
	margin-bottom: 0;
}
form {
	margin: 2em 0 0;
}

.headMainMenu li a:hover {
	color: #d37070;
}

#main #container {
	padding-top: 0;
}

.content h2 {
  position: relative;
  padding: .3em .5em;
  background-color: #d37070;
  border-radius: 6px;
	color: #FFF;
	font-size: 1.2em;
}
.content h2::after {
  position: absolute;
  top: 100%;
  left: 30px;
  content: '';
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 15px solid #d37070;
}

.content h3:after {
    content: ".";
    border-bottom: 5px solid #d37070;
}
.content h4 {
    border-bottom: 0px dotted #666;
	margin: 2em 0 1em;
	font-size: 1em;
	color: #666;

	border-left: 5px solid #ff6600;
	padding: 0 0 0 .5em;
}
.content h4:nth-child(1) {
    margin-top: 2em;
}


.content-block {
	margin: 0;
	padding: 0;
}


/*　2コラム関連　*/
.content .mainFoot {
    display: none;
}
.content .childPageBox ul li {
    width: 50%;
}



/*　スライドショー　*/
#topMainBnr {
	background-color: #FFFFFF;
    border-top: 0px solid #e9e9e9;
}
#main {
	border-top: 0px solid #e9e9e9;
}
#mainimage {
	background: url(https://hairon-kawauchi.com/wpkt/wp-content/uploads/slider01.jpg);
	width: auto;
	max-width: 950px;
	height: 400px;
	margin: 0 0 2em;
	position: relative;
}
#mainimage div.slide00 {
	position: absolute;
	left: 80px;
	top: 100px;
	z-index: 99;
}
@media screen and (max-width:660px) { 
#mainimage div.slide00 {
/*	left: 0px;*/
	width: 50%;
}
}
#mainimage div.slide02 {
	position: absolute;
	right: 0px;
	top: 0px;
}
#mainimage div.slide03 {
	position: absolute;
	right: 0px;
	top: 144px;
}
#mainimage div.slide04 {
	position: absolute;
	right: 0px;
	top: 264px;
}




/*　枠　*/
.content blockquote, .content .sectionFrame {
	box-shadow: inset 0px 0px 0px 0px rgb(215, 215, 215);
	border: 1px solid #ff6600;
    margin-bottom: 40px;
	padding: .5em;
	line-height: 1.8em;
/*	background: #f5f5f5;*/
	font-size: .9em;
	font-weight: bold;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;

background-image: linear-gradient(
	-45deg,
	#FFFFFF 25%,
	#f5f5f5 25%,
	#f5f5f5 50%,
	#FFFFFF 50%,
	#FFFFFF 75%,
	#f5f5f5 75%,
	#f5f5f5
);
	background-size: 15px 15px;
	background-attachment: fixed;
}


/*　必須、チェック　*/
.check {
	background: #ff6600 url(https://hairon-kawauchi.com/wpkt/wp-content/uploads/chara_recomm.png) no-repeat center center;
	background-size: 90% auto;
	padding: 5px;
    margin: 0 5px 5px 0;
    width: 80px;
	height: 55px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	float: left;
} 
.recomm {
    background: #ff0000;
    color: #FFFFFF;
    padding: .2em .8em;
    margin: 0 5px 5px 0;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    display: inline-block;
    font-size: .8em;
}

.need {
    background: #ff0000;
    color: #FFFFFF;
    padding: 0 .8em;
    margin: 0 10px 0 0;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    display: inline-block;
    font-size: .8em;
}


.balloon1 {
 	position: relative;
	display: inline-block;
 	margin: .5em 0 1em;
	padding: .5em;
	min-width: 120px;
 	max-width: 100%;
 	color: #FFFFFF;
	font-size: 1.3em;
	font-weight: bold;
	background: #d37070;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px; 
}

.balloon1:before{
	content: "";
	position: absolute;
	top: 99%;
	left: 50%;
 	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #d37070;
}

.balloon1 p {
	margin: 0;
	padding: 0;
}


/*　table　*/
.content table {
    border-top: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    border-left: 1px solid #e9e9e9;
	margin: 0 0 5px;
	line-height: 2em;
}

.content table#yachin.mobile-block th {
	width: 19.5%;
	background: #f1f0e8;
	font-weight: bold;
	vertical-align: middle;
	text-align: left;
}
.content table.mobile-block th {
	width: 35%;
	background: #f1f0e8;
	font-weight: bold;
	vertical-align: middle;
	text-align: left;
}
#yachin.respo01 table th {
	vertical-align: middle;
	text-align: left;
}

.respo01 {
	width: 49.5%;
	height: auto;
	float: left;
	margin: 0 1% 0 0;
}
.respo01 table th {
	width: 40%;
	background: #f1f0e8;
	text-align: left;
	font-weight: bold;
	white-space: normal;
}
.respo02 {
	width: 49.5%;
	height: auto;
	float: left;
}
.respo02 table th {
	width: 40%;
	background: #f1f0e8;
	text-align: left;
	font-weight: bold;
	white-space: normal;
}

/*　空き部屋状況ボタン　*/

a.btn.btnL {
	color: #fff;
	font-weight: bold;
	background: #ff6600;
    padding: 10px 0;
    width: 99%;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px; 
	box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
}
a:hover.btn.btnL {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
a.btn {
    margin-top: 8px;
    padding: 8px 20px 6px;
}




/* アコーディオン　*/
.su-spoiler-title {
	padding: 15px 7px 15px 34px !important;
	border: 1px solid #e5e5e5;
	background-image: linear-gradient(
	-45deg,
	#FFFFFF 25%,
	#f5f5f5 25%,
	#f5f5f5 50%,
	#FFFFFF 50%,
	#FFFFFF 75%,
	#f5f5f5 75%,
	#f5f5f5
);
	background-size: 15px 15px;
	background-attachment: fixed;
}
.su-spoiler-style-default > .su-spoiler-title > .su-spoiler-icon {
    color: #ff6600;
	left: .3em !important;
}
.su-spoiler-icon {
    top: 15px !important;
    font-size: 18px !important;
}


/*　特徴　*/
.tokucho img {
	width: 9%;
	padding: 0 20px 20px 0;
	height: auto;
	float: left;
	display: inline-block;
}

/*　地図と周辺情報*/
/*　グーグルマップ　*/
.maps {
  margin: 0 auto;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.content div#nearbyinfo .shopping {
	margin: 10px 0;
}
.content div#nearbyinfo .shopping img{
	width: 25%;
	height: auto;
}
#nearbyinfo {
	margin: 3em 0 0;
}


/*　お問い合わせボタン　*/
.contactbtn02 {
	margin: 2em 0 0;
	text-align: center;
	display: inline-block;
}
.btn_yachinkeiyaku {
	display: inline-block;
}
.contactbtn02 img,
.btn_yachinkeiyaku img {
	margin: 5px;
}




/*　　　　　　　　　　固定ページ関連　　　　　　　　　*/

/*　Q&A　*/
#content .flowBox dl dt,
#content .flowBox dl dd {
    background: none;
    padding-left: 0px;
}
#content .flowBox dl dt {
	color: #000;
}

/*　ハイロン河内について　*/
.content .childPageBox h4 a {
    padding: 0 0 0 1em;
}

/*　プライバシーポリシー　*/
body.page-id-31 h2 {
	background: #777;
	border-top: none;
}
body.page-id-31 h2::after {
    border-top: 15px solid #777;
}

/*　生活家電等完備*/
.seikatsukaden div.pics,
.seikatsukagu div.pics {
	width: 30%;
	height: auto;
	float: left;
	margin: 0 10px 10px 0;
}




/*　footer　*/
#siteBottom {
	border-top: 0px solid #e5e5e5;
}

/*661px～PC　PC上では見えないようにする*/
@media screen and (min-width:661px){
	.footer_area{
		display: none;
}	
}

/*スマホ～660pxの幅サイズまで*/
@media screen and (max-width:660px){
.footer_area {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
	z-index: 10000;
}
.footer_area img {
	width: 100%;
	}
#siteBottomInner.innerBox {
    text-align: center;
    padding: 15px 0px 100px;
}
}





/*　レスポンシブ　*/
@media screen and (max-width:660px) { 
    /*　画面サイズが660pxからはここを読み込む　*/

.content table.mobile-block th,
.content table#yachin.mobile-block th {
	width: 100%;
}
.content table.mobile-block,
.respo01 table,
.respo02 table {
	margin: 0;		
	}
	
.respo01, 
.respo02 {
	width: 100%;
}
.respo01 table th,
.respo02 table th {
	width: 35%;
	background: #f1f0e8;
	text-align: left;
	font-weight: bold;
	white-space: nowrap;
}

	
/*　特徴　*/
.tokucho img {
	width: 18%;
/*    margin-right: 3%;*/
}
.content div#nearbyinfo .shopping img{
	width: 50%;
	height: auto;
}

/*　トップへ　*/
#back-top a {
	bottom: 100px;
}

/*　お問い合わせボタン　*/
.contactbtn02 {
		display: none;
}
} 