@charset "utf-8";

/* =カラー変更
------------------------------------------------------------------------------ */

#nav {
	background-color: #fff;
}
ul#primary li a {
	color: #333;
}
article h1.page,
section h1.page {
	border-top: 1px solid #ddd;
}

a.btn {

}
a.btn.order {
    background-color: #b55c5f;
}
a.btn.mail {

}
section.stripe {
	background-color: #f2f0eb;
}

section dl.paral dt .beta {
	background-color: #576771;
	color: #fff;
}


/* =看板スライド
------------------------------------------------------------------------------ */


.flexslider p {
	padding: 0;
	margin: 0;
}

.flexslider ol {
	padding: 0;
	margin: 0;
	list-style: none;
}
.flexslider ul li,
.flexslider ol li {
	padding: 0;
	margin: 0;
	list-style: none;
}

.flexslider {
	position: relative;
	width: 100%;
	margin: 0 auto;
}
.flexslider img {
	height: 1080px;
	width: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;'
}
.slides {
	padding: 0;
	margin: 0;
}
.slides > li {
	display: none;
	padding: 0;
	margin: 0;
	-webkit-backface-visibility: hidden;
}
.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .slides {
	display: block;
}
* html .slides {
	height: 1%;
}
.no-js .slides > li:first-child {
	display: block;
}
.flex-direction-nav,
.flex-direction-nav li {
	padding: 0;
	margin: 0;
}
.flex-direction-nav li a {
	width: 48px;
	height: 48px;
	line-height: 48px;
	background-color: rgba(0,0,0,0.75);
	display: block;
	cursor: pointer;
	z-index: 2;
	overflow: hidden;
	color: #fff;
	text-align: center;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
.flex-direction-nav li a:hover {
	text-decoration: none;
}
.flex-direction-nav li a.flex-next {
	right: 0;
}
.flex-direction-nav li a.flex-prev {
	left: 0;
}
.flex-direction-nav li a.flex-next:after,
.flex-direction-nav li a.flex-prev:after {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	vertical-align: middle;
}
.flex-direction-nav li a.flex-next:after {
	content: "\e315";
}
.flex-direction-nav li a.flex-prev:after {
	content: "\e314";
}

.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 2%;
	text-align: center;
	z-index: 100;
	padding: 0;
	margin: 0;
}
.flex-control-nav li {
	padding: 0;
	margin: 0;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.flex-control-nav li a {
	display: block;
	cursor: pointer;
	width: 12px;
	height: 12px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #ccc;
	margin: 0 16px;
	text-indent: -9999px;
	overflow: hidden;
}
.flex-control-nav li a.flex-active {
	cursor: default;
	background-color: #9d8c54;
}


/* =フォント
------------------------------------------------------------------------------ */


.bickham  {
	font-family: bickham-script-pro-3, sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0;
	line-height: 1;
}

.ja,
.en {
	display: block;
}
.ja::before,
.ja::after {
	display: inline-block;
	background-image: url(../img/horizon.png);
	background-position: center center;
	background-repeat: repeat-x;
	content: '　';
}

h2 .ja::before,
h2 .ja::after {
	background-image: url(../img/horizonB.png);
	padding: 0 1em;
	margin: 0 0.25em;
}
.en {
	font-size: 100%;
	color: #9d8c54;
}
ul.pickupLayer li a .en {
	color: #fff;
}

/* =トップページ
------------------------------------------------------------------------------ */
 
/* =コンセプト */

section#concept {
	background-image: url("../img/bgConcept.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	background-attachment: fixed;
	padding: 12em 0 4em;
	text-align: center;
	overflow: inherit;
}
section#concept .wrap {
 	background-color: rgba(255,255,255,0.7);
	max-width: 960px;
	padding: 8px;
}
section#concept .inner {
	border: 4px double #ccc;
	padding: 2em;
	margin: 8px;
	overflow: hidden;
}
section#concept h2 {
	padding: 0;
	margin: 0 auto 0.75em;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	letter-spacing: 0;
	font-weight: 500;
}
section#concept h2 .ja {
	font-size: 120%;
}
section#concept p {
	line-height: 2.4;
}
section#concept p b {
	font-size: 110%;
}
section#concept p.team {
    margin-top: 4em;
}
section#concept p.team .bickham {
    font-size: 320%;
}





/* =最新情報 */

section h2.tab {
	position: relative;
	text-align: left;
	margin-bottom: 16px;
}
section h2.tab ul {
	overflow: hidden;
	padding: 0;
	margin: 0;
	position: absolute;
	right: 0;
	bottom: 0;
}
section h2.tab ul li {
	float: left;
	padding: 0;
	margin: 0 10px 0 0;
}
section h2.tab ul li a {
	display: block;
	background-color: #fff;
	color: #333;
	text-decoration: none;
	padding: 1em 4em;
	line-height: 1;
	font-size: 1.4rem;
}
section h2.tab ul li a.selected,
section h2.tab ul li a:hover {
	background-color: #9d8c54;
	color: #fff;
}

.panel {
	padding: 2em 2em 1em;
	background-color: #fafafa;
	border: 1px solid #e5e3dc;
}
.panel section {
	padding: 0;
}
section .panel p.moreList {
	margin: 0 0 1em;
	text-align: right;
}
section .panel ul.latestLine {
	padding: 0 1em 0 0;
	margin: 0 0 1em;
	max-height: 450px;
}

/* =ピックアップレイヤー */

section.post#pickup {
	background-color: #000;
	padding: 0;
}

section ul.pickupLayer {
	list-style: none;
	padding: 0;
	margin: 0;
    overflow: hidden;
}
section ul.pickupLayer li {
	float: left;
	width: 33.3333%;
	padding: 0;
	margin: 0;
}
section ul.pickupLayer li a {
	display: block;
	position: relative;
}
section ul.pickupLayer li a:hover {
	text-decoration: none;
}
section ul.pickupLayer li a dl {
	margin: 0;
	padding: 0;
}
section ul.pickupLayer a dl dt {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}
section ul.pickupLayer a dl dt img {
	display: block;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
section ul.pickupLayer a:hover dl dt img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

section ul.pickupLayer a dl dd {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	padding: 0;
	display: table;
	height: 100%;
	width: 100%;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
section ul.pickupLayer a:hover dl dd {
	background-color: rgba(0,0,0,0.5);
	background-image: url("../img/dot.png");
	background-repeat: repeat;
}
section ul.pickupLayer a dl dd .name {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #fff;
	text-shadow: 0 0 4px #000;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	letter-spacing: 0;
	font-weight: 500;
	font-size: 150%;
}


/* =買う前に！
------------------------------------------------------------------------------ */

/* =ナンバリング */

section ul.numbering {

}
section ul.numbering li {

}
section ul.numbering li dl {
	padding: 0;
	margin: 0;  
}
section ul.numbering li dl dt {
	font-weight: 500;
	padding: 0;
	margin: 0;
}
section ul.numbering li dl dt b {
	display: inline-block;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	font-size: 12px;
	letter-spacing: 0;
	background-color: #576771;
	color: #fff;
	margin-right: 8px;
}
section ul.numbering li dl dd {
	padding: 0;
	margin: 0 0 1em 32px;
}

/* =背景イメージ */

section.bgImg {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% auto;
	text-shadow: 1px 1px 0px #fff;
	color: #000;
}
section.bgImg#buy {
	background-image: url("../img/bgImg_01.png");
	background-position: left bottom;
	background-color: #fef9eb;
    padding-top: 4em;
}
section.bgImg p {
	line-height: 2.4;
    margin-left: 38%;
}

/* =売る前に！
------------------------------------------------------------------------------ */

h3.square {
	display: table;
	margin: 0 auto 1em;
	height: 160px;
	width: 160px;
	position: relative;
	text-align: center;
}
h3.square span {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	background-color: #879299;
	color: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
h3.square:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: -20px;
	margin: auto;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px;
	border-color: transparent transparent transparent #879299;
}

section ul.MaruBatsu {
	border-left: 2px solid #ddd;
	padding: 1em;
	margin: 0 0 2em 1em;
}
section ul.MaruBatsu li {
	background-image: url("../img/maru.svg");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 24px auto;
	padding-left: 32px;
	margin: 0 0 0.5em;
}
section ul.MaruBatsu.sec li {
	background-image: url("../img/batsu.svg");
}

div.frame {
	border: 1px solid #ccc;
	padding: 1em;
	margin: 0 0 2em;
	min-height: 200px;
}
div.frame.adj {
	min-height: 320px;  
}
section div.frame h4 {
	background-color: #576771;
	padding: 0.5em;
	margin: 0 0 1em;
	line-height: 1;
	text-align: center;
	color: #fff;
}
section div.frame p {
	margin: 0 1em 1em;
}



/* =物件一覧
------------------------------------------------------------------------------ */

/* =ピックアップイメージ */

section ul.pickupImg {
	list-style: none;
	padding: 0;
	margin: 0 0 2em;
}
section ul.pickupImg li {
	float: left;
	width: 50%;
	padding: 0;
	margin: 0;
}
section ul.pickupImg li a {
	display: block;
	color: #333;
}
section ul.pickupImg li a:hover {
	text-decoration: none;
}
section ul.pickupImg li a dl {
	margin: 2%;
	padding: 0;
	display: table;
	table-layout: fixed;
	border: 1px solid #ddd;
	width: 96%;
	background-color: #fff;
	background-image: url("../img/patA.png");
	background-repeat: repeat;
}
section ul.pickupImg li a dl dt {
	display: table-cell;
	vertical-align: middle;
}
section ul.pickupImg li a dl dt img {
	display: inline-block;
	width: 100%;
	height: auto;
}
section ul.pickupImg li a dl dd {
	display: table-cell;
	vertical-align: middle;
	padding: 1em;
}
section ul.pickupImg li a dl dd .name {
	display: inline-block;
	font-weight: 500;
	line-height: 1.6;
	padding-left: 1.5em;
	position: relative;
}
section ul.pickupImg li a dl dd .name:before {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	content: "\eb15";
	color: #9d8c54;
	position: absolute;
	top: 6px;
	left: 0;
}

/* =並び替え */

form.searchSelect ul {
	display: table;
	table-layout: fixed;
	padding: 2em;
	margin: 0 auto 2em;
	background-color: #f2f0eb;
	border: 1px solid #ddd;
	width: 100%;
}
form.searchSelect li {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	padding: 0 2em;
    font-size: 110%;
}
form.searchSelect li select {
	padding: 0.25em 0.5em;
	font-family: 'Noto Sans Japanese', 'Noto Sans JP',sans-serif;
	letter-spacing: 1px;
    font-size: 100%;
}

form.searchSelect li:before {
    display: inline-block;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	vertical-align: middle;
	margin-right: 0.25em;
    color: #333
}
form.searchSelect li.type:before {
	content: "\e903";
}
form.searchSelect li.sort:before {
	content: "\ea49";
}

/* =一覧 */

section ul.itemList {
	padding: 0;
	margin: 0;
	list-style: none;
}
section ul.itemList li {
	padding: 0;
	margin: 0;
	width: 33.3333%;
	float: left;
	text-align: center;
}
section ul.itemList li:nth-of-type(3n+1) {
	clear: both;
	float: left;
}
section ul.itemList li a {
	display: block;
	margin: 1em;
	color: #333;
	text-decoration: none;
}
section ul.itemList li a .image {
	display: inline-block;
	margin: 0 auto 1em;
}
section ul.itemList li a .title {
    clear: both;
	display: block;
	margin: 0 auto;
	font-size: 100%;
	font-weight: 500;
}
section ul.itemList li a .title .type,
section ul.itemList li a .title .state {
	display: block;
	font-size: 70%;
	font-weight: normal;
}
section ul.itemList li a .title .type::before {
	display: inline-block;
	content: '種別：';
}
section ul.itemList li a .title .state::before {
	display: inline-block;
	content: '状態：';
}

section ul.itemList li a .desc {
    display: inline-block;
	text-align: left;
	font-size: 90%;
	line-height: 1.4;
}
section ul.itemList li a .desc p {
    margin-bottom: 0;
}
section ul.itemList li a .price {

}
section ul.itemList li a .price b {
    display: inline-block;
	font-size: 200%;
    margin-right: 2px;
}

/* =物件詳細
------------------------------------------------------------------------------ */

section table.itemDetail th {
	padding: 0.5em;
    width: 24%;
}
section table.itemDetail td {
	padding: 0.5em;
}
section table.itemDetail td .price b {
    display: inline-block;
	font-size: 200%;
    margin-right: 2px;
}
section table.itemDetail p {
    margin-bottom: 0;
}

/* =会社案内
------------------------------------------------------------------------------ */

article h1.page#company {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	font-weight: 600;
}
section.halfImg {
	padding: 0;
	width: 100%;
	display: table;
	table-layout: fixed;
	background-color: #e5e3dc;
	overflow: hidden;
	text-align: center;
}
section.halfImg .wrap {
	max-width: inherit;
	padding: 0;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 50%;
}

section.halfImg::after,
section.halfImg.sec::before {
	display: table-cell;
	width: 50%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	content: '';
	height: 400px;
}

section.halfImg::after {
	background-image: url(../img/bgHalf_01.jpg);
	background-position: center top;
}
section.halfImg.sec {
	background-color: #f2f0eb;
}
section.halfImg.sec::after {
	display: none;
	width: inherit;
	background-image: none;
}
section.halfImg.sec::before {
	background-image: url(../img/bgHalf_02.jpg);
}

section.halfImg h2 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	letter-spacing: 0;
	font-weight: 500;
    margin-bottom: 0.75em;
}
section.halfImg p {
	font-size: 120%;
}
section.halfImg ul {
	font-size: 120%;
}
section.halfImg ul li {
	margin: 0 0 0.5em;
}
section.halfImg ul li:last-child {
	margin-top: 1em;
	margin-bottom: 0;
}


/* =共通
------------------------------------------------------------------------------ */

/* =段落 */

.em {
	font-size: 125%;
}
.ul {
	text-decoration: underline;
}

/* =境界線 */

hr {
	clear: both;
	margin: 2em auto;
}
hr.dot {
	border-top: 1px dashed #ccc;

}

/* =空白 */

.spL05 {
	padding-left: 0.5em;
}
.spLR1 {
	padding-left: 1em;
	padding-right: 1em;
}
.spLR05 {
	padding-left: 0.5em;
	padding-right: 0.5em;
}


/* =吹出し */

.balloon {
	display: inline-block;
	padding: 8px 24px;
	margin:  0 auto 0.5em;
	border-bottom: none;
	background-color: #dea089;
	color: #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius:3px;
	position: relative;
}
.balloon:after {
	content: "";
	position: absolute;
	bottom: -8px;
	left: 0;
	right: 0;
	margin: auto;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 8px 0 8px;
	border-color: #dea089 transparent transparent transparent;
}

/* =コラム */

div.centerBox {
	clear: both;
	text-align: center;
	margin-bottom: 2em;
}
div.centerBox div {
	display: inline-block;
	margin: 0 auto;
	text-align: left;
}
div.centerBox div.half {
	display: block;
	margin: 0;
}

/* =コラム */

div.indt {
	margin-right: 1em;
	margin-left: 1em;
}

/* =テーブル */

section table.color {
}
section table.color th {
	background-color: #f2f0eb;
}
section table.color td {
	background-color: #fff;
}
section table.color tr:nth-last-of-type()
section table.color tr:nth-child(odd),
section table.color tr:nth-child(even) {
	background-color: transparent;
}
section table.color table th {
	background-color: transparent;
}

/* =テーブル調整 */

section table td dl {
	margin: 0;
}
section table td dl dt {
	font-weight: 500;
}
section table td dl dd {
	padding-left: 1.25em;
	position: relative;
	margin-bottom: 0.5em;
}
section table td dl dd:last-child {
	margin-bottom: 0;
}
section table td dl dd::before {
	position: absolute;
	top: 0.5em;
	left: 0;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	vertical-align: middle;
	content: "\ea3d";
	margin-right: 0.25em;
}
section table th.w16 {
	width: 16%;
}
section table th.w24 {
	width: 24%;
}
section table th .sub {
	font-size: 80%;
}





















/* =
------------------------------------------------------------------------------ */
/* =
------------------------------------------------------------------------------ */
/* =
------------------------------------------------------------------------------ */


/* =レスポンシブ
------------------------------------------------------------------------------ */

@media only screen and (max-width: 1120px){

 

}

@media only screen and (max-width: 960px){


/* =看板スライド */

.flexslider img {
	height: 480px;
}


/* =コンセプト */

section#concept {
	background-attachment: inherit;
	padding: 2em 0;
}
section#concept .wrap {
 	background-color: rgba(255,255,255,0.5);
	margin: 0 8px;
}

section#concept h2 .ja::before,
section#concept h2 .ja::after {
	background-image: none;
	padding: 0;
	margin: 0;
}

/* =背景イメージ */

section.bgImg {
	background-position: right bottom;
	background-size: contain;
}
section.bgImg#buy {
	padding-bottom: 50%;
}



/* =ピックアップレイヤー */

section ul.pickupLayer li {
	width: 50%;
}
section ul.pickupLayer li:nth-of-type(odd) {
	clear: both;
	float: left;
}
section ul.pickupLayer li:nth-of-type(even) {
	float: right;
}

/* =最新情報 */

section h2.tab {
	position: inherit;
	padding: 0;
	margin: 0;
	border-bottom: none;
	text-align: center;
}
section h2.tab ul {
	position: inherit;
	padding: 0;
	margin: 0.5em auto 0;
	width: 100%;
}
section h2.tab ul li {
	width: 49%;
	margin: 0 0 2%;
}
section h2.tab ul li:nth-of-type(odd) {
	clear: both;
	float: left;
}
section h2.tab ul li:nth-of-type(even) {
	float: right;
}
section h2.tab ul li a {
	border-bottom-color: #ccc;
}

/* =会社案内 */

section.halfImg {
	display: block;
	position: relative;
}
section.bgImg#buy {
    padding-top: 2em;
}
section.halfImg .wrap {
	display: block;
	width: 100%;
	padding: 0 2% 400px 2%;
}

section.halfImg::after,
section.halfImg.sec::before {
	display: block;
	width: 100%;
	position: absolute;
	bottom: 0;
	height: 400px;
}
section.bgImg p {
    margin-left: 0;
}



}


@media only screen and (max-width: 768px){

/* =売る前に！ */

h3.square {
	height: 120px;
	width: 120px;
}

h3.square:after {
	top: inherit;
	bottom: -20px;
	right: 0;
	left: 0;
	border-color: #879299 transparent transparent transparent;
}
div.frame,
div.frame.adj {
	min-height: inherit;
}

/* =一覧 */

section ul.itemList li {
	width: 50%;
}
section ul.itemList li:nth-of-type(3n+1) {
	clear: none;
	float: none;
}
section ul.itemList li:nth-of-type(odd) {
	clear: both;
	float: left;
}
section ul.itemList li:nth-of-type(even) {
	float: right;
}

/* =並び替え */

form.searchSelect ul {
	display: block;
	padding: 2em 1em;
}
form.searchSelect ul li {
	display: block;
    padding: 0 1em;
}
form.searchSelect ul li:first-child {
    margin-bottom: 1em;
}
form.searchSelect li select {
	width: 80%;
}


/* =会社案内 */

section.halfImg .wrap {
	padding-bottom: 240px;
}
section.halfImg::after,
section.halfImg.sec::before {
	height: 240px;
}


}


@media only screen and (max-width: 640px){



/* =ピックアップイメージ */

section ul.pickupImg li {
	width: 100%;
}



}



@media only screen and (max-width: 568px){

/* =看板スライド*/

.flexslider img {
	height: 240px;
}

 
.flex-direction-nav li a {
	width: 32px;
	height: 32px;
	line-height: 32px;
}
.flex-control-nav li a {
	width: 8px;
	height: 8px;
}

/* =ピックアップレイヤー */
section ul.pickupLayer a dl dd {
	background-color: rgba(0,0,0,0.5);
}
section ul.pickupLayer a:hover dl dd {
	background-color: rgba(0,0,0,0.25);
}

section ul.pickupLayer a dl dd .name {
	font-size: 100%;
}

/* =テーブル */

section table th.w16,
section table th.w24,
section table.itemDetail th {
	width: auto;
}



}

@media only screen and (max-width: 480px){


/* =最新情報 */

section h2.tab ul li a {
	padding: 0.75em 1em;
	font-size: 1.2rem;
}
.panel {
	padding: 1em;
}
section .panel ul.latestLine {
	max-height: 240px;
}

/* =コンセプト */

section#concept h2 .ja {
	font-size: 100%;
}
section#concept p {
	line-height: 2.0;
	font-size: 90%;
}
section#concept p.team .bickham {
    font-size: 240%;
}


/* =背景イメージ */

section.bgImg p {
	line-height: 2.0;
}

/* =ピックアップイメージ */

section ul.pickupImg li a dl dd .name {
	font-size: 1.2rem;
	line-height: 1.4;
	padding-left: 1.25em;
}
section ul.pickupImg li a dl dd .name:before {
	font-size: 1.2rem;
	top: 4px;
}
/* =一覧 */

section ul.itemList li a {
	margin: 0.5em;
}
section ul.itemList li a .title {
	font-size: 100%;
}
section ul.itemList li a .desc {
	font-size: 80%;
}
section ul.itemList li a .price b {
	font-size: 125%;
}

/* =会社案内 */

section.halfImg .wrap {
	padding-bottom: 160px;
}
section.halfImg::after,
section.halfImg.sec::before {
	height: 160px;
}

/* =段落 */

.em {
	font-size: 100%;
}

section .dotLine p {
    margin-bottom: 0;
}
/* =吹出し */

.balloon {
	padding: 8px 16px;
}

/* =コラム */

div.centerBox div {
	width: auto;
}





}

/* =320px以下
------------------------------------------------------------------------------ */

@media only screen and (max-width: 320px){





}


