@charset "utf-8";
/*
Theme Name: ロータス鳥取有限会社
Version: 1.0
Theme URI: http://office-kuranosuke.com
Author: くらのすけ
Author URI: http://office-kuranosuke.com
Description: ロータス鳥取有限会社専用テーマ
*/


/*--------------------------------------------------------
  共通レイアウトパーツ設定
--------------------------------------------------------*/
/* ヘッダー内パーツ */
#hpb-headerMain{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
}

#hpb-headerLogo{
    width: 900px;
	height: 285px;
    float: left;
}

#hpb-headerLogo a{
	display: block;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	text-indent: -9999px;
	overflow: hidden;
	height: 285px;
	background-image : url(images/header.png);
	background-position: center left;
	background-repeat: no-repeat;
}

#hpb-headerExtra1{
    width: 330px;
    margin-top: -10px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    float: right;
}

#hpb-headerExtra1 p.tel{
    /* 電話番号の文字設定 */
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 10px;
    padding-bottom: 0;
    padding-left: 0;
    font-size: 1.6em;
    line-height: 21px;
    text-align: right;
    font-weight: bold;
}

#hpb-headerExtra1 p.tel span{
    /* 電話番号の「TEL」文字設定 */
    display: block;
    font-weight: normal;
    font-size: 0.6em;
}

#hpb-headerExtra1 p.address{
    /* 住所文字設定 */
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 10px;
    padding-bottom: 0;
    padding-left: 0;
    line-height: 18px;
    text-align: right;
    font-size: 1.1em;
}

#hpb-headerExtra2
{
}

/* フッター内パーツ */
#hpb-footerMain{
	margin-left: auto;
	margin-right: auto;
	background-color: #000000;
	padding-top: 10px;
	padding-bottom: 20px;
}

#hpb-footernavMain{
	margin-left: auto;
	margin-right: auto;
	background-color: #ff0000;
	padding-top: 10px;
	padding-bottom: 20px;
}

#hpb-footerMain p{
	/* コピーライト文字設定 */
	margin-top: 0px;
	margin-bottom: 0;
	padding-top: 10px;
	padding-bottom: 3px;
	font-size: 0.9em;
	text-align: center;
	color: #ffffff;
}

#hpb-footernavMain p{
	/* コピーライト文字設定 */
	margin-top: 0px;
	margin-bottom: 0;
	padding-top: 10px;
	padding-bottom: 3px;
	font-size: 1.2em;
	text-align: center;
	color: #ffffff;
}
#hpb-footernavMain a:link{
	text-decoration: none;
	/*display: block;*/
	font-size: 15px;
	line-height: 20px;
	padding-top: 15px;
	padding-right: 15px;
	color: #FFFFFF;
	padding-left: 45px;
}
#hpb-footernavMain a:visited{
    text-decoration: none;
	/*display: block;*/
	font-size: 15px;
	line-height: 20px;
	padding-top: 15px;
	padding-right: 15px;
	color: #FFFFFF;
}
#hpb-footernavMain a:hover{
    text-decoration: none;
	/*display: block;*/
	font-size: 15px;
	line-height: 20px;
	padding-top: 15px;
	padding-right: 15px;
	color: #FFFFFF;
}
#hpb-footernavMain a:active{
    text-decoration: none;
	/*display: block;*/
	font-size: 15px;
	line-height: 20px;
	padding-top: 15px;
	padding-right: 15px;
	color: #FFFFFF;
}
#hpb-footerLogo
{
}

#hpb-footerExtra1
{
}

#hpb-footerExtra2
{
}

/* サイドブロック内パーツ */

/* バナー */
#banner{
    width: 205px;
    margin-top: -10px;
    margin-left: auto;
    margin-right: auto;
}

#banner ul{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    list-style-type: none;
}

#banner li{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
}

#banner li a{
    display: block;
    height: 73px;
    text-indent: -9999px;
    overflow: hidden;
}

#banner a#banner-access{
    /* アクセスバナー */
    background-image : url(images/banner_10Bc_01.png);
    background-position: center center;
    background-repeat: no-repeat;
}


/* 店舗情報 */
#shopinfo{
    width: 205px;
    margin-right: auto;
    margin-left: auto;
}

#shopinfo h3{
    margin-top: 0;
    margin-bottom: 3px;
    text-align: left;
    color: #81CE4D;
}

#shopinfo h3 span.en{
    text-transform: uppercase;
    font-size: 1.5em;
}

#shopinfo h4{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    font-size: 1.3em;
    padding-top: 0;
    color: #666666;
}

#shopinfo p{
    margin-top: 0.1em;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.5;
}

/*--------------------------------------------------------
  ナビゲーションデザイン設定
--------------------------------------------------------*/

#hpb-nav li a{
    /* ナビゲーション文字設定 */
    color: #666666;
}


/*--------------------------------------------------------
  基本パーツデザイン設定
--------------------------------------------------------*/

/* リンク文字色 */
a:link{
    color: #4E8826;
    text-decoration: underline;
}
a:visited{
    color: #4E8826;
    text-decoration: underline;
}
a:hover{
    color: #81CE4D;
    text-decoration: none;
}
a:active{
    color: #81CE4D;
    text-decoration: none;
}

#hpb-skip{
    /* ヘッダースキップの非表示 */
    height: 1px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-indent: -9999px;
}

p{
	margin-top: 0.5em;
	margin-bottom: 1.5em;
	padding-right: 0.1em;
	padding-left: 0.1em;
	line-height: 1.4;
	text-align: left;
	font-size: 1.3em;

}

p.large{
    margin-bottom: -0.5em;
}
p.indent{
    padding-left: 15px;
}

.left{
    float: left;
}
.right{
    float: right;
}

hr{
    width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    clear: both;
    border-top-width: 1px;
    border-top-style: none;
    border-right-width: 1px;
    border-right-style: none;
    border-left-width: 1px;
    border-left-style: none;
    color: #ffffff;
    border-bottom-width: 1px;
    border-bottom-style: none;
}

.hpb-layoutset-02 h2{
	/*background-color: #81CE4D;*/
	background-image : url(images/titleBg_10Bc.png);
	background-position: top center;
	background-repeat: no-repeat;
	margin-top: 20px;
	margin-bottom: 0;
	text-align: left;
	overflow: hidden;
	height: 60px;
	line-height: 54px;
}

.hpb-layoutset-02 h2 span.ja{
	font-size: 1.5em;
	color: #000000;
	padding-top: 10px;
	padding-left: 50px;
	padding-right: 15px;
}

.hpb-layoutset-02 h2 span.en{
    color: #666666;
    font-size: 0.9em;
    text-transform: uppercase;
}

#hpb-wrapper h3{
	color: #000000;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 40px;
	padding-top: 10px;
	padding-bottom: 3px;
	padding-left: 15px;
	text-align: left;
	background-color: #F2F2F2;
	font-size: 1.8em;
	line-height: 44px;
	font-weight: normal;
	text-align: left;
	/*border-left-width: 8px;
	border-left-style: solid;*/
	width: 810px;
	/* [disabled]border-left-color: #81CE4D; */
}

#hpb-wrapper h3 span.en{
    text-transform: uppercase;
    padding-right: 15px;
}

h3.hpb-c-index{
    height: 1px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-indent: -9999px;
    background: none;	
}

#flexbox li{
	display: flex;
	align-items:center; 
}

h4{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 0;
    padding-left: 2px;
    text-align: center;
    font-size: 1.5em;
    line-height: 1.2;
    font-weight: bold;
    color: #000000;
}

h5{
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 5px;
    text-align: left;
    font-size: 1.6em;
    line-height: 1.5;
    font-weight: bold;
}

table{
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    border-collapse: collapse;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #D1D1D2;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #D1D1D2;
}

table th{
    padding-top: 5px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-left: 15px;
    text-align: left;
    background-color: #EEEFEF;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #D1D1D2;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #D1D1D2;
    color: #000000;
}

table td{
    padding-top: 5px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-left: 15px;
    text-align: left;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #D1D1D2;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #D1D1D2;
}

/* フォームパーツ設定 */
input.button{
    margin-top: 10px;
    margin-bottom: 15px;
}

textarea{
    width: 380px;
    height: 200px;
}

input.l{
    width: 380px;
}
input.m{
    width: 250px;
}
input.s{
    width: 50px;
}


/* メインコンテンツ内基本パーツ */

#hpb-main ul{
    margin-top: 5px;
    margin-right: 0;
    margin-bottom: 20px;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    list-style-type: none;
}

#hpb-main ul li{
    text-align: left;
    line-height: 1.4;
    padding-top: 5px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-left: 30px;
    /*background-image : url(images/point_10Bc.png);*/
    background-position: 3px 6px;
    background-repeat: no-repeat;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #81CE4D;
}

#hpb-main dl{
    margin-top: 5px;
    margin-right: 0;
    margin-bottom: 20px;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}

#hpb-main dt{
    float: left;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    text-align: left;
    line-height: 19px;
    min-height: 19px;
    font-weight: normal;
    width: 170px !important;
    padding-top: 5px;
    padding-right: 0;
    padding-bottom: 5px;
    padding-left: 30px;
    color: #000000;
    /*background-image : url(images/point_10Bc.png);*/
    background-position: 3px 6px;
    background-repeat: no-repeat;
}

#hpb-main dd{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 5px;
    padding-right: 0;
    padding-bottom: 5px;
    text-align: left;
    line-height: 19px;
    min-height: 19px;
    padding-left: 200px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #81CE4D;
}

*:first-child + html #hpb-main dd{
    /* for IE7 */
    padding-left: 10px;
    min-height: 20px;
}

* html #hpb-main dd{
    /* for IE6 */
    height: 20px;
    padding-left: 0px;
}

#hpb-main dl::after{
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#hpb-main img{
    margin-top: 5px;
    margin-bottom: 10px;
}

#hpb-main img.left{
    margin-top: 5px;
    margin-right: 20px;
    margin-bottom: 10px;
    float: left;
}

#hpb-main img.right{
    margin-top: 5px;
    margin-bottom: 10px;
    margin-left: 20px;
    float: right;
}

#pagetop{
    margin-top: 20px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    text-align: right;
    padding-left: 0;
    padding-right: 50;
}

#pagetop a{
    /* ページの先頭へのリンク設定 */
    display: block;
    width: 117px;
    height: 22px;
    background-image : url(images/returnTop_10Bc.png);
    background-position: center left;
    background-repeat: no-repeat;
    text-indent: -9999px;
    overflow: hidden;
    margin-left: auto;
    text-align: left;
}


/* トップページ デザイン定義 */

/* メニューページ デザイン定義 */


/* =======================================================
  レスポンシブル設定
======================================================= */
@media screen and (max-width: 568px) {

	/*--------------------------------------------------------
	  共通レイアウトパーツ設定
	--------------------------------------------------------*/
	/* ヘッダー内パーツ */

	#hpb-headerMain h1{
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    line-height: 1.4;
	}
	
	#hpb-headerLogo{
    width: 98%;
    float: none;
		margin-top: 10px;
		margin-right: auto;
		margin-bottom: 10px;
		margin-left: auto;
	}
	
	#hpb-headerLogo a{
    background-position: top center;
    background-size: contain;
	}
	
	#hpb-headerExtra1{
    width: 98%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    float: none;
	}

	#hpb-headerExtra1 p.tel{
    /* 電話番号の文字設定 */
    padding-right: 0px;
    line-height: 1.4;
	}

	#hpb-headerExtra1 p.address{
		/* 住所文字設定 */
    padding-right: 0px;
    line-height: 1.4;
	}

	/* フッター内パーツ */
	#hpb-footerMain p{
		/* コピーライト文字設定 */
    padding-top: 0px;
		padding-right: 5px;
    padding-bottom: 0px;
		padding-left: 5px;
		word-break: break-all;
	}
	
	/* サイドブロック内パーツ */
	
	/* バナー */
	#banner{
		margin-top: 0px;
		max-width: 100%;
	}

	#banner a#banner-access{
    /* アクセスバナー */
    background-position: top center;
    background-size: contain;
	}
	
	/* 店舗情報 */
	#shopinfo{
		max-width: 100%;
	}

	/*--------------------------------------------------------
	  ナビゲーションデザイン設定
	--------------------------------------------------------*/
	#hpb-nav h3.hpb-c-index{
		width: 27px;
		height: 20px;
		background-image : url(images/btn_menu.png);
		background-position: top left;
		background-repeat: no-repeat;
		margin-left: 10px;
		margin-top: 10px;
		margin-bottom: 10px;
		overflow: hidden;
		text-indent: -9999px;
		cursor: pointer;
	}

	/*--------------------------------------------------------
	  基本パーツデザイン設定
	--------------------------------------------------------*/
	p{
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.hpb-layoutset-02 h2{
	background-image: none;
	height: auto;
	line-height: 1.4;
	background-color: #7D7D7D;
	border-top-color: #FFFFFF;
	border-top-style: solid;
	border-top-width: 1px;
	padding-top: 10px;
	padding-bottom: 10px;
	word-break: break-all;
	color: #ffffff;
	}
	.hpb-layoutset-02 h2 span.ja{
		padding-left: 15px;
    padding-right: 0px;
		display: inline-block;
	}
	.hpb-layoutset-02 h2 span.en{
		padding-left: 15px;
		display: inline-block;
	}

	#hpb-wrapper h3{
		padding-bottom: 5px;
    line-height: 1.4;
	}

	h4{
    padding-right: 2px;
	}
	
	h5{
		padding-right: 5px;
	}

	table{
		width: 96%;
		margin-left: auto;
		margin-right: auto;
		box-sizing: border-box;
	}
	
	/* フォームパーツ設定 */
	textarea{
    width: 96%;
	}

	input.l{
		width: 96%;
	}
	input.m{
		width: 60%;
	}
	input.s{
		width: 30%;
	}

	/* メインコンテンツ内基本パーツ */
	#hpb-main ul li{
		padding-right: 0px;
	}

	#hpb-main dt{
    float: none;
		padding-bottom: 0px;
		padding-left: 20px;
		background-position: left 8px;
		max-width: 100%;
		box-sizing: border-box;
	}
	#hpb-main dd{
    padding-left: 20px;
	}

	#hpb-main img.left{
		margin-right: 0px;
		float: none;
	}
	#hpb-main img.right{
		margin-left: 0px;
		float: none;
	}
	
	/* 入所のご案内 デザイン定義 */
	#hpb-wrapper #entrance{
		text-align: center;
	}
	
	/* 会社案内 デザイン定義 */
	#hpb-wrapper #company{
		text-align: center;
	}

}


/* 要素リセット */
body{
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 75%;
    font-family: 'メイリオ' ,Meiryo, 'ヒラギノ角ゴ Pro W3' , 'Hiragino Kaku Gothic Pro' , 'ＭＳ Ｐゴシック' , 'Osaka' ,sans-serif;
    color: #000000; /* 標準文字色 */
    background-color: #ECEDEC;
    background-image : url(images/bg_10Bc.png);
    background-position: top center;
    background-repeat: repeat-y;
    background-attachment: fixed;
}
/* Safari用ハック 文字サイズ調整 */
/*\*/
html:first-child body{
    font-size: 70%;
}
/* end */

img{
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
}

/*--------------------------------------------------------
  レイアウト設定
--------------------------------------------------------*/
#hpb-container{
	margin-top: -1px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
	background-position: top left;
	background-repeat: repeat-x;
	min-width: 900px;
	zoom: 1;
}

/*.hpb-layoutset-01 #hpb-container{
    background-image : url(images/headerBg_10Bc_02_01.png);
}

.hpb-layoutset-02 #hpb-container{
    background-image : url(images/headerBg_10Bc_01.png);
}*/

#hpb-container::after{
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#hpb-header{
	width: 900px;
	height: 285px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

#hpb-inner{
    width: 900px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    padding-bottom: 20px;
    zoom: 1;
}

.hpb-layoutset-01 #hpb-inner{
    padding-top: 1px;
}

.hpb-layoutset-02 #hpb-inner{
	padding-top: 90px;
}

* html .hpb-layoutset-01 #hpb-inner{
    /* for IE6 レイアウト崩れに対応するために背景にメインイメージを配置 */
    background-image : url(images/mainimg_10Bc.png);
    background-position: 10px 10px;
    background-repeat: no-repeat;
}

#hpb-inner::after{
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#hpb-wrapper{
    width: 900px;
    margin-left: 0;
    margin-right: 0;
    float: left;
}

* html .hpb-layoutset-01 #hpb-wrapper{
    padding-top: 290px; /* for IE6 */
}

#hpb-title{
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
}

.hpb-layoutset-01 #hpb-title{
    width: 918px;
    margin-left: -9px;
    margin-right: -279px;
    padding-top: 9px;
    padding-bottom: 8px;
    background-image : url(images/bg_10Bc.png);
    background-position: top center;
    background-repeat: repeat-y;
}

* html .hpb-layoutset-01 #hpb-title{
    /* for IE6 */
    display: none;
}

.hpb-layoutset-02 #hpb-title{
	width: 900px;
	margin-left: auto;
	margin-right: 0;
	padding-top: 20px;
}

#hpb-main{
    padding-bottom: 0px;
}

.hpb-layoutset-01 #hpb-main{
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 90px;
}

.hpb-layoutset-02 #hpb-main{
    width: 900px;
    margin-right: 0;
    margin-left: auto;
    margin-top: 0;
}

#hpb-aside{
    width: 235px;
    float: right;
}

.hpb-layoutset-01 #hpb-aside{
    margin-top: 370px;
}

.hpb-layoutset-02 #hpb-aside{
    margin-top: 10px;
}

#hpb-footer{
    clear: both;
    width: 901px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 25px;
}

#hpb-nav{
    position: absolute;
    left: 0px;
    height: 69px;
    width: 900px;
    overflow: hidden;
}

.hpb-layoutset-01 #hpb-nav{
    top: 285px;
}

.hpb-layoutset-02 #hpb-nav{
	top: 20px;
}

/*--------------------------------------------------------
  デザイン設定
--------------------------------------------------------*/
/* 背景設定 */

/* コンテンツ配置領域 */
/* トップページメインイメージ */
.hpb-layoutset-01 #hpb-title h2{
    width: 880px;
    margin-right: auto;
    margin-left: auto;
    height: 263px;
    background-image : url(images/mainimg_10Bc.png);
    text-align: left;
    text-indent: -9999px;
    overflow: hidden;
    margin-bottom: 0;
    margin-top: 0;
}


/* ナビゲーション */

#hpb-nav ul{
    display: block;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    list-style-type: none;
    overflow: hidden;
}

#hpb-nav ul::after{
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#hpb-nav li{
    display: block;
    width: 180px;
    margin-left: 0;
    margin-right: 0;
    float: left;
    overflow: hidden;
}

#hpb-nav li a{
    display: block;
    height: 68px;
    overflow: hidden;
    background-image : url(images/navBg_10Bc.png);
    background-position: top left;
    background-repeat: no-repeat;
    color: #666666;
    padding-left: 20px;
    padding-right: 10px;
}

#hpb-nav li#nav-toppage a{
	background-position: 10px 0px;
	margin-right: 10px;
}
/* トップページは白線を削除 */

/*#hpb-nav li span.en{
    display: block;
    line-height: 10px;
    font-size: 10px;
    text-transform: uppercase;
}*/

#hpb-nav li span.ja{
	display: block;
	font-size: 15px;
	line-height: 20px;
	padding-top: 15px;
	padding-right: 15px;
	color: #FFFFFF;
}

#hpb-nav a:link{
    text-decoration: none;
}
#hpb-nav a:visited{
    text-decoration: none;
}
#hpb-nav a:hover{
    text-decoration: none;
    background-color: #ffffff;
}
#hpb-nav a:active{
	text-decoration: none;
	background-color: #ffffff;
	margin-right: 10px;
}

/*--------------------------------------------------------
  共通パーツデザイン設定
--------------------------------------------------------*/
#shopinfo
{
}

#banner{
    margin-right: auto;
}


/* =======================================================
  レスポンシブル設定
======================================================= */
@media screen and (max-width: 568px) {

	body{
		background-image: none;
		background-color: #FFFFFF;
		min-width: 100%;
	}

	/*--------------------------------------------------------
	  レイアウト設定
	--------------------------------------------------------*/
	#hpb-container{
    min-width: 100%;
	}
	.hpb-layoutset-01 #hpb-container{
    background-image : none;
	}
	
	.hpb-layoutset-02 #hpb-container{
    background-image : none;
	}
	
	#hpb-header{
    width: 100%;
    height: auto;
		padding-bottom: 10px;
	}
	
	#hpb-inner{
    width: 100%;
    padding-bottom: 0px;
	}
	.hpb-layoutset-01 #hpb-inner{
    padding-top: 0px;
	}
	.hpb-layoutset-02 #hpb-inner{
    padding-top: 0px;
	}
	
	#hpb-wrapper{
    width: 100%;
    float: none;
	}
	
	.hpb-layoutset-01 #hpb-title{
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-image : none;
	}
	.hpb-layoutset-02 #hpb-title{
		width: 100%;
    padding-top: 0px;
	}
	
	#hpb-main{
		padding-bottom: 20px;
		text-align: left;
	}
	
	.hpb-layoutset-01 #hpb-main{
    width: 96%;
		padding-top: 0px;
	}
	
	.hpb-layoutset-02 #hpb-main{
    width: 96%;
		margin-right: auto;
	}

	#hpb-aside{
		width: 96%;
		float: none;
		padding-bottom: 20px;
		margin-left: auto;
		margin-right: auto;
	}
	.hpb-layoutset-01 #hpb-aside{
		margin-top: 0px;
	}
	.hpb-layoutset-02 #hpb-aside{
		margin-top: 0px;
	}
	
	#hpb-footer{
    width: 100%;
    padding-top: 0px;
	}
	
	#hpb-nav{
	position: relative;
	height: auto;
	width: 100%;
	background-color: #000000;
	}
	.hpb-layoutset-01 #hpb-nav{
    top: 0px;
	}
	.hpb-layoutset-02 #hpb-nav{
    top: 0px;
	}

	/*--------------------------------------------------------
	  デザイン設定
	--------------------------------------------------------*/
	/* 背景設定 */

	/* コンテンツ配置領域 */
	/* トップページメインイメージ */
	.hpb-layoutset-01 #hpb-title h2{
    width: 100%;
    height: 170px;
		background-repeat: no-repeat;
		background-size: contain;
	}

	/* ナビゲーション */
	#hpb-nav ul{
		display: none;
	}
	#hpb-nav ul.toggled-on{
		display: block;
	}
	#hpb-nav li{
    width: 100%;
    float: none;
		border-top-color: #FFFFFF;
		border-top-style: solid;
		border-top-width: 1px;
		text-align: left;
	}
	#hpb-nav li a{
    height: auto;
    background-image: none;
    padding-left: 10px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	#hpb-nav li#nav-toppage a{
    background-position: left center;
	}
	
	#hpb-nav li span.en{
    line-height: 1.4;
	}
	#hpb-nav li span.ja{
	line-height: 1.4;
	padding-top: 0px;
	color: #ffffff;
	}

}


/******************************
 * float clear
 ******************************/
.hpb-clear {
	clear: both;
	height: auto;
}

.hpb-clearfix:after {
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
.hpb-clearfix {
    zoom: 1; /* for IE6 */
}

/******************************
 * レイアウト コンテナ (div)
 ******************************/

/* 飾りなし 幅自動 */
.hpb-parts-cnt-01 {
    margin: 0px;
    padding: 0px;
    border: none;
    width: auto;
    float: none;
    clear: both;
}

/* 飾りなし 幅60px */
.hpb-parts-cnt-01-060 {
    margin: 0px;
    padding: 0px;
    border: none;
    width: 60px;
    float: left;
}

/* 飾りなし 幅120px */
.hpb-parts-cnt-01-120 {
    margin: 0px;
    padding: 0px;
    border: none;
    width: 120px;
    float: left;
}

/* 飾りなし 幅180px */
.hpb-parts-cnt-01-180 {
    margin: 0px;
    padding: 0px;
    border: none;
    width: 180px;
    float: left;
}

/* 飾りなし 幅240px */
.hpb-parts-cnt-01-240 {
    margin: 0px;
    padding: 0px;
    border: none;
    width: 240px;
    float: left;
}

/* 飾りなし 幅360px */
.hpb-parts-cnt-01-360 {
    margin: 0px;
    padding: 0px;
    border: none;
    width: 360px;
    float: left;
}

/* 線囲み 幅自動 */
.hpb-parts-cnt-02 {
    margin: 0px;
    padding: 0px;
    border-width: 1px;
    border-style: solid;
    width: auto;
    float: none;
    clear: both;
}

/* 線囲み 幅60px */
.hpb-parts-cnt-02-060 {
    margin: 0px;
    padding: 0px;
    border-width: 1px;
    border-style: solid;
    width: 60px;
    float: left;
}

/* 線囲み 幅120px */
.hpb-parts-cnt-02-120 {
    margin: 0px;
    padding: 0px;
    border-width: 1px;
    border-style: solid;
    width: 120px;
    float: left;
}

/* 線囲み 幅180px */
.hpb-parts-cnt-02-180 {
    margin: 0px;
    padding: 0px;
    border-width: 1px;
    border-style: solid;
    width: 180px;
    float: left;
}

/* 線囲み 幅240px */
.hpb-parts-cnt-02-240 {
    margin: 0px;
    padding: 0px;
    border-width: 1px;
    border-style: solid;
    width: 240px;
    float: left;
}

/* 線囲み 幅360px */
.hpb-parts-cnt-02-360 {
    margin: 0px;
    padding: 0px;
    border-width: 1px;
    border-style: solid;
    width: 360px;
    float: left;
}

/******************************
 * 見出し (h1-h6)
 ******************************/

/* 飾りなし */
.hpb-parts-hl-01 {
    margin: 0px;
    padding: 0px 0.2em;
    border: none !important;
    line-height: 1.2em;
}

/* 下線 1 */
.hpb-parts-hl-02 {
    margin: 0px;
    padding: 0px 0.2em;
    border-bottom-width: 1px !important;
    border-bottom-style: solid !important;
    border-top-style: none !important;
    border-right-style: none !important;
    border-left-style: none !important;
    line-height: 1.2em;
}

/* 下線 2 (2重線) */
.hpb-parts-hl-03 {
    margin: 0px;
    padding: 0px 0.2em;
    border-bottom-width: 3px !important;
    border-bottom-style: double !important;
    border-top-style: none !important;
    border-right-style: none !important;
    border-left-style: none !important;
    line-height: 1.2em;
}

/* 線囲み 1 */
.hpb-parts-hl-04 {
    margin: 0px;
    padding: 0px 0.2em;
    border-width: 1px !important;
    border-style: solid !important;
    line-height: 1.2em;
}

/* 線囲み 2 (2重線) */
.hpb-parts-hl-05 {
    margin: 0px;
    padding: 0px 0.2em;
    border-width: 3px !important;
    border-style: double !important;
    line-height: 1.2em;
}

/* 飾りつき 1 (左■付き) */
.hpb-parts-hl-06 {
    margin: 0px;
    padding: 0px 0px 0px 0.2em;
    border-left-width: 1.2em !important;
    border-left-style: solid !important;
    border-top-style: none !important;
    border-right-style: none !important;
    border-bottom-style: none !important;
    line-height: 1.2em;
}

/* 飾りつき 2 (左■付き＆下線) */
.hpb-parts-hl-07 {
    margin: 0px;
    padding: 0px 0px 0px 0.2em;
    border-left-width: 1.2em !important;
    border-left-style: solid !important;
    border-bottom-width: 2px !important;
    border-bottom-style: solid !important;
    border-top-style: none !important;
    border-right-style: none !important;
    line-height: 1.2em;
}

/* 飾りつき 3 (左■付き＆線囲み) */
.hpb-parts-hl-08 {
    margin: 0px;
    padding: 0px 0px 0px 0.2em;
    border-style: solid !important;
    border-width: 2px 2px 2px 1.2em !important;
    line-height: 1.2em;
}

/******************************
 * 文章枠 (div)
 ******************************/

/* 装飾なし */
.hpb-parts-cbox-01 {
	margin-top: 10px;
	margin-right: 45px;
	margin-left: 45px;
	margin-bottom: 45px;
	padding: 5px;
	border: none;
}

/* 線囲み 1 (実線) */
.hpb-parts-cbox-02 {
    margin: 0px;
    padding: 4px;
    border-width: 1px;
    border-style: solid;
}

/* 線囲み 2 (点線) */
.hpb-parts-cbox-03 {
    margin: 0px;
    padding: 4px;
    border-width: 1px;
    border-style: dotted;
}

/* 線囲み 3 (2重線) */
.hpb-parts-cbox-04 {
    margin: 0px;
    padding: 2px;
    border-width: 3px;
    border-style: double;
}

/******************************
 * 写真/画像 (img)
 ******************************/

/* 余白なし */
.hpb-parts-img-01 {
    margin: 0px;
    padding: 0px;
    border: none;
    float: left;
}

/* 余白あり */
.hpb-parts-img-02 {
    margin: 0px;
    padding: 5px;
    border: none;
    float: left;
}

/* 写真ボックス 左寄せ配置用 */
.hpb-parts-img-03 {
    margin: 0px 5px 0px 0px !important;
    padding: 5px;
    border: none;
    float: left;
}

/* 写真ボックス 右寄せ配置用 */
.hpb-parts-img-04 {
    margin: 0px 0px 0px 5px !important;
    padding: 5px;
    border: none;
    float: right;
}

/* 複数写真ボックス 左端用 */
.hpb-parts-img-05 {
    margin: 0px;
    padding: 5px;
    border: none;
    float: left;
    clear: both;
}

/* 複数写真ボックス 2列目用 */
.hpb-parts-img-06 {
    margin: 0px;
    padding: 5px 5px 5px 0px;
    border: none;
    float: left;
}

/* 複数写真ボックス 左端・2行目用 */
.hpb-parts-img-07 {
    margin: 0px;
    padding: 0px 5px 5px 5px;
    border: none;
    float: left;
    clear: both;
}

/* 複数写真ボックス 2行目用 */
.hpb-parts-img-08 {
    margin: 0px;
    padding: 0px 5px 5px 0px;
    border: none;
    float: left;
}

/******************************
 * 水平線 (hr)
 ******************************/

/* 水平線 1 (実線・細) */
.hpb-parts-hr-01 {
    margin: 0.5em 0px;
    border-width: 1px 0px 0px 0px !important;
    border-top-style: solid !important;
}

/* 水平線 2 (実線・太) */
.hpb-parts-hr-02 {
    margin: 0.5em 0px;
    border-width: 2px 0px 0px 0px;
    border-top-style: solid;
}

/* 水平線 3 (点線・細) */
.hpb-parts-hr-03 {
    margin: 0.5em 0px;
    border-width: 1px 0px 0px 0px;
    border-top-style: dotted;
    height: 0px;
}

/* 水平線 4 (点線・太) */
.hpb-parts-hr-04 {
    margin: 0.5em 0px;
    border-width: 2px 0px 0px 0px;
    border-top-style: dotted;
    height: 0px;
}

/* 水平線 5 (破線・細) */
.hpb-parts-hr-05 {
    margin: 0.5em 0px;
    border-width: 1px 0px 0px 0px;
    border-top-style: dashed;
}

/* 水平線 6 (破線・太) */
.hpb-parts-hr-06 {
    margin: 0.5em 0px;
    border-width: 2px 0px 0px 0px;
    border-top-style: dashed;
}

/* 水平線 7 (2重線) */
.hpb-parts-hr-07 {
    margin: 0.5em 0px;
    border-width: 3px 0px 0px 0px;
    border-top-style: double;
}

/******************************
 * 写真ボックス (div)
 ******************************/

/* 飾りなし */
.hpb-parts-pbox-01 {
    margin: 5px;
    padding: 0px;
    border: none;
    text-align: left;
    width: auto;
    float: none;
    clear: both;
}

/* 飾りなし 画像幅60px */
.hpb-parts-pbox-01-060 {
    margin: 5px;
    padding: 0px 0px 5px 0px;
    border: none;
    text-align: left;
    width: 70px;
    float: left;
}

/* 飾りなし 画像幅120px */
.hpb-parts-pbox-01-120 {
    margin: 5px;
    padding: 0px 0px 5px 0px;
    border: none;
    text-align: left;
    width: 130px;
    float: left;
}

/* 飾りなし 画像幅180px */
.hpb-parts-pbox-01-180 {
    margin: 5px;
    padding: 0px 0px 5px 0px;
    border: none;
    text-align: left;
    width: 190px;
    float: left;
}

/* 飾りなし 画像幅240px */
.hpb-parts-pbox-01-240 {
    margin: 5px;
    padding: 0px 0px 5px 0px;
    border: none;
    text-align: left;
    width: 250px;
    float: left;
}

/* 線囲み */
.hpb-parts-pbox-02 {
    margin: 4px;
    padding: 0px;
    border-width: 1px;
    border-style: solid;
    text-align: left;
    width: auto;
    float: none;
}

/* 線囲み 画像幅60px */
.hpb-parts-pbox-02-060 {
    margin: 4px;
    padding: 0px 0px 5px 0px;
    border-width: 1px;
    border-style: solid;
    text-align: left;
    width: 70px;
    float: left;
}

/* 線囲み 画像幅120px */
.hpb-parts-pbox-02-120 {
    margin: 4px;
    padding: 0px 0px 5px 0px;
    border-width: 1px;
    border-style: solid;
    text-align: left;
    width: 130px;
    float: left;
}

/* 線囲み 画像幅180px */
.hpb-parts-pbox-02-180 {
    margin: 4px;
    padding: 0px 0px 5px 0px;
    border-width: 1px;
    border-style: solid;
    text-align: left;
    width: 190px;
    float: left;
}

/* 線囲み 画像幅240px */
.hpb-parts-pbox-02-240 {
    margin: 4px;
    padding: 0px 0px 5px 0px;
    border-width: 1px;
    border-style: solid;
    text-align: left;
    width: 250px;
    float: left;
}

/* 写真ボックス用 文章領域 */
.hpb-parts-pbox-desc {
    margin: 0px;
    padding: 5px 5px 0px 5px;
    border: none;
}

/******************************
 * 複数写真ボックス (div)
 ******************************/

/* 飾りなし 画像幅60px 横2x縦1 */
.hpb-parts-mpbox-01-2060 {
    margin: 5px;
    padding: 0px 0px 5px 0px;
    border: none;
    text-align: left;
    width: 135px;
    float: left;
}

/* 飾りなし 画像幅60px 横3x縦1 */
.hpb-parts-mpbox-01-3060 {
    margin: 5px;
    padding: 0px 0px 5px 0px;
    border: none;
    text-align: left;
    width: 200px;
    float: left;
}

/* 飾りなし 画像幅60px 横4x縦1 */
.hpb-parts-mpbox-01-4060 {
    margin: 5px;
    padding: 0px 0px 5px 0px;
    border: none;
    text-align: left;
    width: 265px;
    float: left;
}

/* 飾りなし 画像幅120px 横2x縦1 */
.hpb-parts-mpbox-01-2120 {
    margin: 5px;
    padding: 0px 0px 5px 0px;
    border: none;
    text-align: left;
    width: 255px;
    float: left;
}

/* 飾りなし 画像幅120px 横3x縦1 */
.hpb-parts-mpbox-01-3120 {
    margin: 5px;
    padding: 0px 0px 5px 0px;
    border: none;
    text-align: left;
    width: 380px;
    float: left;
}

/* 飾りなし 画像幅120px 横4x縦1 */
.hpb-parts-mpbox-01-4120 {
    margin: 5px;
    padding: 0px 0px 5px 0px;
    border: none;
    text-align: left;
    width: 505px;
    float: left;
}

/* 飾りなし 画像幅180px 横2x縦1 */
.hpb-parts-mpbox-01-2180 {
    margin: 5px;
    padding: 0px 0px 5px 0px;
    border: none;
    text-align: left;
    width: 375px;
    float: left;
}

/* 飾りなし 画像幅180px 横3x縦1 */
.hpb-parts-mpbox-01-3180 {
    margin: 5px;
    padding: 0px 0px 5px 0px;
    border: none;
    text-align: left;
    width: 560px;
    float: left;
}

/* 飾りなし 画像幅180px 横4x縦1 */
.hpb-parts-mpbox-01-4180 {
    margin: 5px;
    padding: 0px 0px 5px 0px;
    border: none;
    text-align: left;
    width: 745px;
    float: left;
}

/* 飾りなし 画像幅240px 横2x縦1 */
.hpb-parts-mpbox-01-2240 {
    margin: 5px;
    padding: 0px 0px 5px 0px;
    border: none;
    text-align: left;
    width: 495px;
    float: left;
}

/* 飾りなし 画像幅240px 横3x縦1 */
.hpb-parts-mpbox-01-3240 {
    margin: 5px;
    padding: 0px 0px 5px 0px;
    border: none;
    text-align: left;
    width: 740px;
    float: left;
}

/* 飾りなし 画像幅240px 横4x縦1 */
.hpb-parts-mpbox-01-4240 {
    margin: 5px;
    padding: 0px 0px 5px 0px;
    border: none;
    text-align: left;
    width: 985px;
    float: left;
}

/* 線囲み 画像幅60px 横2x縦1 */
.hpb-parts-mpbox-02-2060 {
    margin: 4px;
    padding: 0px 0px 5px 0px;
    border-width: 1px;
    border-style: solid;
    text-align: left;
    width: 135px;
    float: left;
}

/* 線囲み 画像幅60px 横3x縦1 */
.hpb-parts-mpbox-02-3060 {
    margin: 4px;
    padding: 0px 0px 5px 0px;
    border-width: 1px;
    border-style: solid;
    text-align: left;
    width: 200px;
    float: left;
}

/* 線囲み 画像幅60px 横4x縦1 */
.hpb-parts-mpbox-02-4060 {
    margin: 4px;
    padding: 0px 0px 5px 0px;
    border-width: 1px;
    border-style: solid;
    text-align: left;
    width: 265px;
    float: left;
}

/* 線囲み 画像幅120px 横2x縦1 */
.hpb-parts-mpbox-02-2120 {
    margin: 4px;
    padding: 0px 0px 5px 0px;
    border-width: 1px;
    border-style: solid;
    text-align: left;
    width: 255px;
    float: left;
}

/* 線囲み 画像幅120px 横3x縦1 */
.hpb-parts-mpbox-02-3120 {
    margin: 4px;
    padding: 0px 0px 5px 0px;
    border-width: 1px;
    border-style: solid;
    text-align: left;
    width: 380px;
    float: left;
}

/* 線囲み 画像幅120px 横4x縦1 */
.hpb-parts-mpbox-02-4120 {
    margin: 4px;
    padding: 0px 0px 5px 0px;
    border-width: 1px;
    border-style: solid;
    text-align: left;
    width: 505px;
    float: left;
}

/* 線囲み 画像幅180px 横2x縦1 */
.hpb-parts-mpbox-02-2180 {
    margin: 4px;
    padding: 0px 0px 5px 0px;
    border-width: 1px;
    border-style: solid;
    text-align: left;
    width: 375px;
    float: left;
}

/* 線囲み 画像幅180px 横3x縦1 */
.hpb-parts-mpbox-02-3180 {
    margin: 4px;
    padding: 0px 0px 5px 0px;
    border-width: 1px;
    border-style: solid;
    text-align: left;
    width: 560px;
    float: left;
}

/* 線囲み 画像幅180px 横4x縦1 */
.hpb-parts-mpbox-02-4180 {
    margin: 4px;
    padding: 0px 0px 5px 0px;
    border-width: 1px;
    border-style: solid;
    text-align: left;
    width: 745px;
    float: left;
}

/* 線囲み 画像幅240px 横2x縦1 */
.hpb-parts-mpbox-02-2240 {
    margin: 4px;
    padding: 0px 0px 5px 0px;
    border-width: 1px;
    border-style: solid;
    text-align: left;
    width: 495px;
    float: left;
}

/* 線囲み 画像幅240px 横3x縦1 */
.hpb-parts-mpbox-02-3240 {
    margin: 4px;
    padding: 0px 0px 5px 0px;
    border-width: 1px;
    border-style: solid;
    text-align: left;
    width: 740px;
    float: left;
}

/* 線囲み 画像幅240px 横4x縦1 */
.hpb-parts-mpbox-02-4240 {
    margin: 4px;
    padding: 0px 0px 5px 0px;
    border-width: 1px;
    border-style: solid;
    text-align: left;
    width: 985px;
    float: left;
}

/******************************
 * バナーリスト
 ******************************/

/* 文字型 1 */
.hpb-parts-blist-01 {
    margin: 0px;
    padding: 0px;
}
.hpb-parts-blist-01 ul {
    margin: 0px;
    padding: 5px 0px 0px 0px;
    list-style-type: none;
    text-align: center;
}
.hpb-parts-blist-01 li {
    padding: 0px 5px 5px 5px;
}
.hpb-parts-blist-01 li a {
    display: block;
    margin: 0px;
    padding: 5px;
    text-decoration: none;
    border-style: none;
}

/* 文字型 2 */
.hpb-parts-blist-02 {
    margin: 0px;
    padding: 0px;
}
.hpb-parts-blist-02 ul {
    margin: 0px;
    padding: 5px 0px 0px 0px;
    list-style-type: none;
    text-align: center;
}
.hpb-parts-blist-02 li {
    padding: 0px 5px 5px 5px;
}
.hpb-parts-blist-02 li a {
    display: block;
    margin: 0px;
    padding: 5px;
    text-decoration: none;
    border-width: 1px;
    border-style: solid;
}

/* 文字型 3 */
.hpb-parts-blist-03 {
    margin: 0px;
    padding: 0px;
}
.hpb-parts-blist-03 ul {
    margin: 0px;
    padding: 5px 0px 0px 0px;
    list-style-type: none;
    text-align: center;
}
.hpb-parts-blist-03 li {
    padding: 0px 5px 5px 5px;
}
.hpb-parts-blist-03 li a {
    display: block;
    margin: 0px auto;
    padding: 5px;
    text-decoration: none;
    border-left-width: 2em;
    border-left-style: solid;
    border-right-width: 2em;
    border-right-style: solid;
    border-top-width: 1px;
    border-top-style: solid;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

/* 画像付き 1 */
.hpb-parts-blist-04 {
    margin: 0px;
    padding: 0px;
}
.hpb-parts-blist-04 ul {
    margin: 0px;
    padding: 5px 0px 0px 0px;
    list-style-type: none;
    text-align: left;
}
.hpb-parts-blist-04 li {
    padding: 0px 5px 5px 5px;
}
.hpb-parts-blist-04 li a {
    display: block;
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    border-style: none;
    height: 30px;
}
.hpb-parts-blist-04 li a img {
    margin: 0px;
    padding: 0px 5px 0px 0px;
    border: none;
    vertical-align: middle;
}

/* 画像付き 2 */
.hpb-parts-blist-05 {
    margin: 0px;
    padding: 0px;
}
.hpb-parts-blist-05 ul {
    margin: 0px;
    padding: 5px 0px 0px 0px;
    list-style-type: none;
    text-align: left;
}
.hpb-parts-blist-05 li {
    padding: 0px 5px 5px 5px;
}
.hpb-parts-blist-05 li a {
    display: block;
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    border-width: 1px;
    border-style: solid;
    height: 30px;
}
.hpb-parts-blist-05 li a img {
    margin: 0px;
    padding: 0px 5px 0px 0px;
    border: none;
    vertical-align: middle;
}

/******************************
 * デフォルトスタイル設定
 ******************************/

.hpb-parts-cnt-style {
    text-align: left;
}

.hpb-parts-hl-style {
    border-color: #cccccc;
}

.hpb-parts-cbox-style {
    text-align: left;
}

.hpb-parts-hr-style {
    clear: both;
}

.hpb-parts-pbox-style {
    border-color: #cccccc;
}

/*--------------------------------------------------------
  フルCSSテンプレート部品レスポンシブル設定
--------------------------------------------------------*/
@media screen and (max-width: 568px) {

	/******************************
	 * Yahoo!ロコ-地図, Googleマップ
	 ******************************/
	div[name="HPBMAP"] {
		max-width: 100% !important;
	}

	#hpb-main div[name="HPBMAP"] img {
		max-width: none;
	}

	/******************************
	 * フォトモーション
	 ******************************/
	.hpb-photomotion {
		max-width: 100% !important;
		height: auto !important;
	}
	.hpb-photomotion:after {
		display:table;
		clear:both;
		content:"";
	}

	/* 画像設定 */
	#hpb-main img {
		max-width: 100%;
		height: auto;
	}

	/******************************
	 * レイアウト コンテナ (div)
	 ******************************/
	/* 飾りなし 幅60px */
	.hpb-parts-cnt-01-060,
	/* 飾りなし 幅120px */
	.hpb-parts-cnt-01-120,
	/* 飾りなし 幅180px */
	.hpb-parts-cnt-01-180,
	/* 飾りなし 幅240px */
	.hpb-parts-cnt-01-240,
	/* 飾りなし 幅360px */
	.hpb-parts-cnt-01-360 {
		max-width:100%;
		margin-left: auto;
		margin-right: auto;
	}

	/******************************
	 * 写真ボックス (div)
	 ******************************/
	/* 飾りなし 画像幅60px */
	.hpb-parts-pbox-01-060,
	/* 飾りなし 画像幅120px */
	.hpb-parts-pbox-01-120,
	/* 飾りなし 画像幅180px */
	.hpb-parts-pbox-01-180,
	/* 飾りなし 画像幅240px */
	.hpb-parts-pbox-01-240,
	/* 線囲み */
	.hpb-parts-pbox-02,
	/* 線囲み 画像幅60px */
	.hpb-parts-pbox-02-060,
	/* 線囲み 画像幅120px */
	.hpb-parts-pbox-02-120,
	/* 線囲み 画像幅180px */
	.hpb-parts-pbox-02-180,
	/* 線囲み 画像幅240px */
	.hpb-parts-pbox-02-240 {
		max-width:100%;
		margin-left: auto;
		margin-right: auto;
	}

	/******************************
	 * 複数写真ボックス (div)
	 ******************************/
	/* 飾りなし 画像幅60px 横2x縦1 */
	.hpb-parts-mpbox-01-2060,
	/* 飾りなし 画像幅60px 横3x縦1 */
	.hpb-parts-mpbox-01-3060,
	/* 飾りなし 画像幅60px 横4x縦1 */
	.hpb-parts-mpbox-01-4060,
	/* 飾りなし 画像幅120px 横2x縦1 */
	.hpb-parts-mpbox-01-2120,
	/* 飾りなし 画像幅120px 横3x縦1 */
	.hpb-parts-mpbox-01-3120,
	/* 飾りなし 画像幅120px 横4x縦1 */
	.hpb-parts-mpbox-01-4120,
	/* 飾りなし 画像幅180px 横2x縦1 */
	.hpb-parts-mpbox-01-2180,
	/* 飾りなし 画像幅180px 横3x縦1 */
	.hpb-parts-mpbox-01-3180,
	/* 飾りなし 画像幅180px 横4x縦1 */
	.hpb-parts-mpbox-01-4180,
	/* 飾りなし 画像幅240px 横2x縦1 */
	.hpb-parts-mpbox-01-2240,
	/* 飾りなし 画像幅240px 横3x縦1 */
	.hpb-parts-mpbox-01-3240,
	/* 飾りなし 画像幅240px 横4x縦1 */
	.hpb-parts-mpbox-01-4240,
	/* 線囲み 画像幅60px 横2x縦1 */
	.hpb-parts-mpbox-02-2060,
	/* 線囲み 画像幅60px 横3x縦1 */
	.hpb-parts-mpbox-02-3060,
	/* 線囲み 画像幅60px 横4x縦1 */
	.hpb-parts-mpbox-02-4060,
	/* 線囲み 画像幅120px 横2x縦1 */
	.hpb-parts-mpbox-02-2120,
	/* 線囲み 画像幅120px 横3x縦1 */
	.hpb-parts-mpbox-02-3120,
	/* 線囲み 画像幅120px 横4x縦1 */
	.hpb-parts-mpbox-02-4120,
	/* 線囲み 画像幅180px 横2x縦1 */
	.hpb-parts-mpbox-02-2180,
	/* 線囲み 画像幅180px 横3x縦1 */
	.hpb-parts-mpbox-02-3180,
	/* 線囲み 画像幅180px 横4x縦1 */
	.hpb-parts-mpbox-02-4180,
	/* 線囲み 画像幅240px 横2x縦1 */
	.hpb-parts-mpbox-02-2240,
	/* 線囲み 画像幅240px 横3x縦1 */
	.hpb-parts-mpbox-02-3240,
	/* 線囲み 画像幅240px 横4x縦1 */
	.hpb-parts-mpbox-02-4240 {
		max-width:100%;
		margin-left: auto;
		margin-right: auto;
	}



}


/*--------------------------------------------------------
  フルCSSプロフェッショナルテンプレート部品設定
--------------------------------------------------------*/

.hpb-parts-cnt-style {
    border-color: #eeefef;
    text-align: left !important;
}

.hpb-parts-hl-style {
    margin-top: 15px !important;
    padding: 5px 0.2em !important;
    background-image: none !important;
    background-color: #ffffff !important;
    border-color: #81CE4D;
}

.hpb-parts-cbox-style {
    border-color: #eeefef;
}

.hpb-parts-img-01 {
    margin: 0px !important;
}

.hpb-parts-img-02 {
    margin: 0px !important;
}

.hpb-parts-hr-style {
    border-color: #eeefef;
}

.hpb-parts-pbox-style {
    border-color: #eeefef;
}
.hpb-parts-pbox-style h4 {
    padding: 0px;
}
.hpb-parts-pbox-style img {
    margin: 0px !important;
}

.hpb-parts-blist-style {
    border-color: #81CE4D;
}
a.hpb-parts-blist-style:link {
    color: #666666;
}
a.hpb-parts-blist-style:visited {
    color: #666666;
}
a.hpb-parts-blist-style:hover {
    color: #81CE4D;
}
a.hpb-parts-blist-style:active {
    color: #81CE4D;
}

/*--------------------------------------------------------
  ユーザー設定スタイル
--------------------------------------------------------*/
.video{
  position:relative;
  width:100%;
  margin-top: 20px;
  padding-top:56.25%;
}
.video iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}

.gmap {
height: 0;
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
}
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}
