/*
Theme Name: d-style
Author: Kakihara
Description: オリジナルテーマ
*/

@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP|Noto+Serif+JP:300|Libre+Franklin');

/*--------------------------------------------------------------
All
--------------------------------------------------------------*/
body {
    width: 100%;
	font-family: "Noto Sans JP","Yu Gosic", "YuGosic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "sans-serif";
    overflow-x: hidden;
    margin: 0;
	background: #fff;
	letter-spacing: .5px;
	font-size: 14px;
	color: #2b2929;
}
.fontMin {
	font-family: "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
}
.fontChibi {
	font-family: tbchibirgothicplusk-pro, sans-serif;
}
.fontEn {
	font-family: "Arial Black", Gadget, "sans-serif";
}
a {
    text-decoration: none;
	color: #282828;
}
p {
    line-height: 1.8em;
    font-size: 14px;
    text-align: left;
}
.mb1 {
	margin-bottom: 1.5em;
}
.mb2 {
	margin-bottom: 2.5em;
}
.mb3 {
	margin-bottom: 3.5em;
}
.mt1 {
	margin-top: 1.5em;
}
.mt2 {
	margin-top: 2.5em;
}
.pb0 {
	padding-bottom: 0 !important;
}
.notes {
    font-size: .7em !important;
}
.txtCenter {
    text-align: center !important;
	display: block;
}
.txtRight {
	text-align: right !important;
	display: block;
}
.txtLeft {
	text-align: left !important;
	display: block;
}
.txtRed {
	color: #e60012;
}
.txtWh {
	color: #fff;
}
.txtLL {
    font-size: 1.6em;
    line-height: 1.4em;
}
.txtL {
	font-size: 1.5em;
	line-height: 1.8em;
}
.txtM {
	font-size: .9em;
}
.txtS {
	font-size: 10px;
}
.bold {
	font-weight: bold;
}
img {
    display: block;
	max-width: 100%;
    height: auto;
}
a img:hover {
	opacity: 0.9;
}
.pcNone {
	display: none !important;
}
.spNone {
	display: block!important;
}
#wrapper {
    position: static;
    overflow-x: hidden;
}
.wrap {
	width: 980px;
    padding: 3em 0;
    margin: 0 auto;
}
.linkBtn {
    text-align: center;
    margin: 3em auto 1em;
}
.linkBtn a {
    background: #395825;
    display: block;
    padding: 1em 0;
    margin: 0 auto;
    color: #fff;
    width: auto;
    max-width: 20em;
    box-shadow: 0 4px 0px #1f2b17;
    border-radius: 3px;
}
.linkBtn a:hover {
	background: #507d32;
}
.linkBtn#wh a {
    background: none;
	border: 1px solid;
    color: #fff;
	box-shadow: none;
}
.linkBtn#wh a {
    background: none;
	border: 1px solid;
    color: #fff;
	box-shadow: none;
}
.linkBtn#wh a:hover {
    opacity: 0.9;
}
.linkTxt {
    font-size: 12px;
    text-decoration: underline;
}
.linkTxt:hover {
    color: #395825;
}
.linkTxt::before {
    content: url(../d-style/images/arrow_sq.svg);
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 1em;
    height: 1em;
    line-height: 1em;
    margin-right: .5em;
    vertical-align: middle;
}
hr {
    border: .5px solid #e2e2e2;
    margin: 2em;
}

/*Header-----------------------------------------*/
header {
    background: #ef8201;
}
.headerInner {
    width: 980px;
    margin: 0 auto;
    display: table;
	clear: both;
	position: relative;
}
.headerInner .headerLogo {
    width: 180px;
    height: 100px;
    background: url(../d-style/images/logo.jpg) no-repeat center;
    background-size: cover;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	float: left;
}
.headerInner .headerLogo a {
    display: block;
    width: 180px;
    height: 100px;
}
.headerInner .headerCont {
    width: 76%;
    float: right;
    display: flex !important;
}
.headerInner .headerCont .tel {
    width: 90%;
    padding: .5em 0;
    margin: 0;
    font-size: 1.6em;
	font-weight: bold;
	line-height: 1.5em;
}
.headerInner .headerCont .tel span {
    font-size: 11px !important;
}
.headerInner .headerCont ul {
    width: 62%;
    display: flex;
    justify-content: space-around;
    list-style: none;
    font-size: 11px;
    line-height: 2em;
    padding: .8em 0;
    margin: .5em 0;
}
.headerInner .headerCont ul li {
    width: 49%;
    padding: 0;
}
.headerInner .headerCont ul li a {
    background: #073793;
    padding: 4% 3%;
	margin: 0 1%;
    display: block;
    text-align: center;
    color: #fff;
	border-radius: 30px;
}
.headerInner .headerCont ul li a:hover {
    opacity: 0.9;
}
.headerInner .headerCont ul li:last-child a {
    background: #506840;
}

/*globalNav--------------------------------------*/
.globalNav {
    width: 77%;
    margin: 0 auto;
    display: flex;
    float: right;
}
.globalNav ul.dropMenu {
	width: 80%;
	display: flex;
	justify-content: space-between;
	list-style: none;
}
.globalNav ul.dropMenu {
    width: 740px;
    display: flex;
    justify-content: space-between;
    list-style: none;
    position: absolute;
    bottom: 0;
    margin: 0;
    padding: 0;
}
.globalNav ul.dropMenu li {
	text-align: center;
	padding: 0;
}
.globalNav ul li a {
    display: block;
    padding: 1em 0;
    /* font-size: 11px; */
    font-size: 13px;
    font-weight: 600;
    color: white;
}
/*ドロップダウンメニュー*/
ul.menu__second-level {
	display: block;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}
.dropMenu > li a:hover {
	color: #5f524e;
    -webkit-transition: all .5s;
    transition: all .5s;
}
ul.menu__second-level li {
    width: 100%;
    border-top: 1px solid #65625e;
}
ul.menu__second-level li:first-child {
    border-top: none;
}
ul.menu__second-level li a:hover {
    background: #6b5e5a;
	color: #fff;
}
.dropMenu > li.menu__single {
    position: relative;
}
li.menu__single ul.menu__second-level {
    position: absolute;
    top: 30px;
    width: 15em;
	list-style: none;
    background: #2d2b29;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
li.menu__single:hover ul.menu__second-level {
    top: 40px;
    visibility: visible;
    opacity: 1;
}
li.menu__single ul.menu__second-level a {
    color: #fff;
	padding: 1em 0;
}
li.menu__single ul.menu__second-level a:hover {
	background: #5f524e;
}

/*Drawer menu--------------------------------------*/
.drawerMenu {
    position: fixed;
    right: 0;
    padding: 1.4em;
    z-index: 2;
}
.drawer-hamburger {
    margin: 0 auto;
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    padding: 0;
    z-index: 3;
    display: block;
    height: 100%;
}
.drawer-nav {
    background-color: #4c4338;
	z-index: 1;
	overflow: auto;
	overflow-x: hidden;
}
.drawer-menu {
    padding: 4em 0;
	position: relative;
}
.drawer-menu-item {
    font-size: 1em;
    color: #b5b1ad;
}
.drawer-menu-item:hover {
    color: #1d1916;
}
.drawer-dropdown-menu {
    background-color: #1d1916;
}
.drawer-dropdown-menu-item {
    line-height: 2.5rem;
    color: #b5b1ad;
}

/*Cover--------------------------------------*/
.bg-slider {
	width: 100vw;
	height: 74vh;
	background-position:center center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
}
.bg-slider span {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../d-style/images/img_mainover.png) no-repeat bottom;
	background-size: contain;
}
.cover {
    position: relative;
    border-top: 3px solid #5f534b;
    z-index: -1;
}
.cover .catchcopy{
	position: absolute;
	width: 480px;
	top: 33%;
	right: 5%;
}

/*Top Content-----------------------------------------*/
.boxInner {
	width: 680px;
	margin: 0 auto;
}
#subCopy.boxInner img {
    max-width: 100%;
    height: auto;
	max-height: 3em;
    margin: 0 auto 1em;
}
h2 {
	font-size: 1em;
	font-weight: normal;
}
.menuArea {
    background: url(../d-style/images/bg_darkwood.jpg);
}
.box {
	background: #fff;
	padding: 2%;
	margin: 0 0 1em;
}
.box.border {
	border: 1px solid #D7D7D7;
	border-radius: 10px;
}
.flex {
	display: flex;
	justify-content: space-between;
}
.flex.full .left {
	width: 58%;
}
.flex.full .right {
	width: 40%;
}
.flex .left {
	width: 30%;
}
.flex .right {
	width: 65%;
}
.flex .col2 {
    width: 48%;
}
.flex .col2.box {
    width: 45%;
}
.flex .col3 {
	width: 31%;
}
.flex .col3.box {
	width: 28%;
}
.flex img {
	width: 100%;
}
.full .menuTitle {
	font-size: .9em;
	text-align: center;
	margin: 1em auto;
}
.full .menuTitle strong {
	font-size: 2.8em;
	color: #8c1717;
}
.bg {
	background: #F5F3F1;
}
.menuTitle {
    font-size: 1.5em;
    text-align: center;
    margin: 0 auto .5em;
}
.menuList {
    background: #efe8e2;
    padding: 1em;
    min-height: 5em;
}
.menuList.or {
    background: #f7b03e;
    padding: 1em;
    min-height: 5em;
}
.menuList ul {
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    padding: 0;
}
.menuList ul li {
    list-style: none;
    font-size: .9em;
    width: auto;
    min-width: calc(50%);
    margin: .3em 0;
}
.menuList ul li a {
	color: #36472b;
	text-decoration: underline;
}
.menuList ul li a:hover {
	color: #161f10;
}
.recentNews ul.postList {
	display: flex;
	justify-content: space-between;
	list-style: none;
}
.recentNews ul.postList li {
	width: 31%;
}
.recentNews ul.postList li .thumbnail {
    height: 180px;
    overflow: hidden;
}
.recentNews ul.postList li .thumbnail img {
    height: auto !important;
    max-height: 300px;
    width: auto !important;
    max-width: 100%;
}
.recentNews ul.postList li a {
	color: #ec7700;
	text-decoration: underline;
}
.message {
	padding: 4em 0;
}
.parallax-window {
    min-height: 400px;
    background: transparent;
}
.newsArea h3::before {
    content: url(../d-style/images/title_newsevent.svg);
    display: block;
    width: 25em;
    height: 3.5em;
    margin: 0 auto;
}
#home .brandlist {
	background: url(../d-style/images/bg_border_be.png);
}
#home .brandlist h3::before {
    content: url(../d-style/images/title_brands.svg);
    display: block;
    width: 25em;
    height: 3.5em;
    margin: 0 auto;
}
#brands .brandlist h3::before {
    content: url(../d-style/images/title_brands_bk.svg);
    display: block;
    width: 25em;
    height: 3.5em;
    margin: 0 auto;
}
.newsArea .newslist {
 margin-right: 5%;
}
.styleslist h3::before {
    content: url(../d-style/images/title_styles.svg);
    display: block;
    width: 25em;
    height: 3.5em;
    margin: 0 auto;
}
.styleslist ul {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 2em auto !important;
}
.styleslist ul li {
	width: calc(15%);
	margin: 0 auto .8em;
}
.styleslist ul li a {
	display: block;
}
.styleslist ul li img {
    height: 100px;
    width: auto;
    margin: 0 auto;
}
.otherItem {
	background: #f5f3ed;
}
.otherItem p {
    line-height: 1.2em;
    margin: 1em auto 0;
}

/*Swiper----------------------------------------*/
.swiper-button-prev {
    background-image: url(../d-style/images/prev.svg);
    left: 15px;
    right: auto;
}
.swiper-button-next {
    background-image: url(../d-style/images/next.svg);
    right: 15px;
    left: auto;
}

/*Footer-----------------------------------------*/
.shopInfo {
    background: #332c2b;
    height: 400px;
}
.shopInfo .col2 {
	width: 50%;
	position: relative;
}
.shopInfo .col2:first-child {
	height: 400px;
	background: url(../d-style/images/dstyle1.jpg) no-repeat;
	background-size: cover;
}
.shopInfo .inner {
    padding: 0;
    text-align: center;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 15%;
    bottom: 0;
}
.shopInfo h4 {
    line-height: 2em;
    font-size: 1.8em;
    margin: 0 auto 1em;
}
.shopInfo h4 span {
	color: #ec7700;
}
.shopInfo p.tel {
    font-size: 1.6em;
    margin: 0;
}
.shopInfo p.tel a {
    color: #fff;
}
.footerNav ul {
	margin: 0 auto;
	list-style: none;
	display: flex;
	justify-content: space-around;
	font-size: .9em;
}
.footerBnr {
	margin: 2em auto 0;
}
.footerBnr img {
	max-width: 180px;
	margin: 0 auto;
}
.copyright {
	background: #666666;
	font-size: 10px;
	color: #cccccc;
	text-align: center;
	padding: .5em 0;
}
#pageTop {
    width: 100%;
    background: #1f1b1b;
    padding: .6em 0;
    text-align: center;
}
#pageTop a {
    display: block;
    color: #867f73;
    font-size: .9em;
}

/*Pages-----------------------------------------*/
.pageTitle {
	background: url(../d-style/images/img_main02.jpg) no-repeat;
	background-position: bottom 30% center;
	background-size: cover;
	border-top: 3px solid #5f534b;
	height: 30vh;
	text-align: center;
	position: relative;
}
.pageTitle span {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../d-style/images/img_mainover.png) no-repeat bottom;
	background-size: contain;
}
.pageTitle h2 {
    position: absolute;
    margin: 0 auto;
    top: 33%;
    left: 0;
    right: 0;
    color: #fff;
    font-size: 1.8em;
    text-shadow: 0 0 5px #000;
}
.sidebar .wrap {
	display: flex;
	justify-content: space-between;
}
.sidebar .mainArea {
	width: 74%
}
.sidebar .sideArea {
	width: 22%
}
.sideBlock {
	width: 100%;
	margin: 0 auto 2em;
}
.sideBlock b {
	display: block;
	text-align: center;
	background: #ececec;
	padding: .5em 0;
	margin: 0 auto .5em;
}
.sideBlock ul li {
    list-style: none;
    padding: .5em 0;
    border-bottom: 1px dashed #c3c3c3;
}
ul.itemList {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}
ul.itemList li {
    width: calc(25% - 3%);
    margin: 1.5%;
}
ul.itemList li .thumbnail {
    height: 150px;
    overflow: hidden;
    margin-bottom: .5em;
}
ul.itemList li .thumbnail img {
    height: 100%;
    width: auto;
    margin: 0 auto;
}
.archiveList li {
	margin: 0 auto 3em;
	list-style: none;
}
.archiveList li .postTitle {
    padding: 1em 0;
    border-bottom: 1px solid;
    border-top: 2px solid;
    font-size: 1.5em;
}
.archiveList li .postInfo {
	margin: 1em 0;
}
.newlabel {
	color: red;
	margin: 0 1em;
}
.postCategory a {
    display: inline-block;
    background: #506840;
    color: #fff;
    font-size: 10px;
    padding: 0 2px;
}
.postContent {
    font-size: 13px;
    line-height: 1.8em;
    margin: 1.5em auto;
}
.postContent img {
	max-width: 100%;
	margin: 1em 0;
}
.pager {
    width: 100%;
    text-align: center;
    margin: 1em auto 0;
}
table {
	width: 100%;
	border-spacing: 2px;
}
table th {
	background: url(../d-style/images/bg_border.png);
	padding: 1em;
}
table td {
	background: #f9f9f9;
	padding: 1em;
}
.price table p, .rental table p {
	text-align: center;
}
.price table td {
	width: 26%;
}
.price table th img {
	float: left;
	margin-right: .5em;
	vertical-align: middle;
}
.rental table td img {
	margin: 0 auto;
}
ul.disc {
	padding-left: 2em !important;
	list-style: disc;
}
a.under {
	text-decoration: underline;
}
table.company th {
	background: none;
	border-bottom: 1px dashed #d4d4d4;
	padding: 1em;
	width: 25%;
}
table.company td {
	background: none;
	border-bottom: 1px dashed #d4d4d4;
	padding: 1em;
	text-align: left;
}

/*Single-----------------------------------------*/
.breadcrumbs {
    width: 980px;
    margin: 0 auto;
    font-size: .8em;
}
.detail h3 {
    padding: 1em 0;
    border-bottom: 1px solid;
    border-top: 2px solid;
    font-size: 1.5em;
}
.postInfo {
	margin: .5em 0;
}
.postCategory {
    display: inline-block;
    background: #506840;
    color: #fff;
    font-size: 11px;
    padding: .2em .5em;
	margin-left: 8px;
}
.contentBody {
    font-size: 14px;
    line-height: 1.8em;
}
.contentBody img {
    max-width: 100%;
	margin-top: 1em;
	margin-bottom: 1em;
}
.aligncenter {
	margin: auto;
}
.pageLink {
    background: #ececec;
    padding: 5%;
    margin: 2em auto;
    display: inline-block;
    width: 90%;
}
.pageLink .next {
    text-align: right;
    display: block;
    float: right;
}
.related {
	border-top: 1px dashed;
	margin: 3em auto;
	padding: 1em 0;
}

/*Contact-----------------------------------------*/
.wpcf7-form input[type="text"],.wpcf7-form input[type="tel"],.wpcf7-form input[type="email"] {
    width: 90%;
    padding: .3em;
    height: 2em;
    border: 1px solid #aaa !important;
}
.wpcf7-form textarea {
    width: 90%;
}
.wpcf7-form input.submit {
    padding: 1.5em 5em;
    background: #eb7700;
    color: #fff;
    font-size: 1.2em;
    line-height: 0;
    border-radius: 30px;
}
.required {
    color: red;
}

/*--------------------------------------------------------------
Tablets, Ipads (portrait)
--------------------------------------------------------------*/
@media (min-width: 1024px) and (max-width: 1080px) {
.headerInner {
    width: 100%;
	max-width: 980px;
}
.headerInner {
    width: 100%;
	max-width: 980px;
}
.globalNav ul.dropMenu {
    display: none;
}
.headerInner .headerCont {
    width: 55%;
    float: right;
    display: block!important;
}
.headerInner .headerCont .tel {
    width: 90%;
    padding: .5em 0 0;
    margin: 0;
    font-size: 1.6em;
    font-weight: bold;
    line-height: 1.5em;
}
.headerInner .headerCont ul {
    width: 65%;
    display: flex;
    justify-content: space-around;
    list-style: none;
    font-size: 12px;
    line-height: 2em;
    padding: .3em 0 .8em;
}
.headerInner .headerCont ul li a {
    padding: 2%;
    margin: 0 1%;
}
.bg-slider {
    width: 100vw;
    height: 50vh;
	min-height: 500px;
}
.cover .catchcopy {
    position: absolute;
    width: 400px;
    top: 32%;
    right: auto;
    left: 5%;
}
.shopInfo .inner h4 + p {
	font-size: .8em;
}
.shopInfo .inner .linkBtn {
    margin: 1em auto;
}
}

/*--------------------------------------------------------------
Tablets, Ipads (landscape)
--------------------------------------------------------------*/
@media (min-width: 768px) and (max-width: 1023px) {
.wrap {
	max-width: 980px;
	width: 90%;
	margin: 0 auto;
}
.headerInner {
    width: 100%;
	max-width: 980px;
}
.globalNav ul.dropMenu {
    display: none;
}
.headerInner .headerCont {
    width: 65%;
    float: right;
    display: block!important;
}
.headerInner .headerCont .tel {
    width: 90%;
    padding: .5em 0 0;
    margin: 0;
    font-size: 1.6em;
    font-weight: bold;
    line-height: 1.5em;
}
.headerInner .headerCont .tel span {
    font-size: 10px !important;
}
.headerInner .headerCont ul {
    width: 65%;
    display: flex;
    justify-content: space-around;
    list-style: none;
    font-size: 12px;
    line-height: 2em;
    padding: .3em 0 .8em;
}
.headerInner .headerCont ul li a {
    padding: 2%;
    margin: 0 1%;
}
.bg-slider {
    width: 100vw;
    height: 50vh;
	min-height: 500px;
}
.cover .catchcopy {
    position: absolute;
    width: 400px;
    top: 32%;
    right: auto;
    left: 5%;
}
.parallax-window {
    min-height: 350px;
    background: transparent;
}
.shopInfo .inner h4 + p {
	font-size: .8em;
}
.shopInfo .inner .linkBtn {
    margin: 1em auto;
}
.shopInfo h4 {
    line-height: 1.6em;
    font-size: 1.6em;
    margin: 0 auto 1em;
}
.footerNav ul {
    display: flex;
    flex-wrap: wrap;
	padding: 0;
}
.footerNav ul li {
    padding: .5em 0;
    width: calc(25%);
    text-align: center;
}
.pageTitle {
    height: 20vh;
}
ul.itemList li {
    width: calc(33% - 3%);
    margin: 1.5%;
}
}

/*--------------------------------------------------------------
Low Resolution Tablets, Mobiles (Landscape)
--------------------------------------------------------------*/
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
.wrap {
	max-width: 980px;
	width: 90%;
	margin: 0 auto;
}
}

/*--------------------------------------------------------------
Most of the Smartphones Mobiles
--------------------------------------------------------------*/
@media (min-width: 320px) and (max-width: 767px) {
.pcNone {
	display: block !important;
}
.spNone {
	display: none !important;
}
p {
    line-height: 1.8em;
    font-size: .9em;
}
.headerInner {
    width: 100%;
}
.headerInner .headerLogo {
    width: 36%;
    height: 10vh;
}

.headerInner .headerCont ul li a {
    background: none;
    padding: 0 4%;
    height: 100%;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	float: left;
}
.headerInner .headerCont ul li:nth-child(1) a {
    background: url(../d-style/images/ico_info.svg) no-repeat center;
    background-size: auto 55%;
}
.headerInner .headerCont ul li:nth-child(2) a {
    background: url(../d-style/images/ico_tel.svg) no-repeat center;
    background-size: auto 55%;
}
.headerInner .headerCont ul li:nth-child(3) a {
    background: url(../d-style/images/ico_mail.svg) no-repeat center;
    background-size: auto 55%;
}
.headerInner .headerCont {
    width: 60%;
    height: 10vh;
}
.headerInner .headerCont ul li {
    width: 33.3333333%;
}
.headerInner .headerCont ul li a {
    width: 100%;
}
.bg-slider {
	height: 64vh;
}
.cover .catchcopy {
    width: 88%;
    top: 37%;
}
.wrap {
	max-width: 100%;
	width: 90%;
	margin: 0 auto;
}
.boxInner {
    width: 98%;
}
.menuList {
    min-height: auto;
}
#home > .wrap {
	padding-bottom: 0 !important;
}
.flex {
	display: block;
}
.flex.full .left {
	width: 100%;
}
.flex.full .right {
	width: 100%;
}
.flex .left {
	width: 100%;
}
.flex .right {
	width: 100%;
}
.flex .col2 {
    width: 100%;
}
.flex .col2.box {
    width: 92%;
}
.flex .col3 {
	width: 100%;
}
.flex .col3.box {
	width: 92%;
}
.box {
    padding: 4%;
}
.styleslist ul li {
    width: calc(40%);
}
.styleslist ul li img {
    height: 90px;
}
.styleslist ul li p {
    line-height: 1.3em;
}
.recentNews ul.postList {
    display: block;
}
.recentNews ul.postList li {
    width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.recentNews ul.postList li .thumbnail {
    width: calc(30%);
    margin-right: 5%;
    height: 94px;
}
.recentNews ul.postList li .postTitle {
	width: calc(65%);
}
.recentNews ul.postList li .thumbnail img {
    height: auto !important;
    max-height: 160px !important;
    width: 100% !important;
    max-width: 100%;
}
.newsArea .newslist {
 margin-right: 0;
 margin-bottom: 5%;
}
.message {
    padding: 1em 0;
}
.shopInfo {
    height: auto;
    display: block;
}
.shopInfo .col2:first-child {
    display: block;
    height: 240px;
}
.shopInfo .inner {
    padding: 8% 4%;
    position: static;
}
.shopInfo h4 {
    line-height: 1.6em;
    font-size: 1.6em;
}
.shopInfo .inner .linkBtn {
    margin: 1em auto;
}
.footerNav .wrap {
	padding-top: 0;
}
.footerNav ul {
    display: block;
}
.footerNav ul li {
    text-align: center;
    padding: 1em 0;
    border-bottom: 1px dotted #aaa;
}
.breadcrumbs {
    width: 98%;
}
ul.itemList li {
    width: calc(50% - 3%);
    margin: 1.5%;
}
.brandlist .flex img {
    width: 65%;
    margin: 0 auto;
}
.sidebar .wrap {
    display: block;
}
.sidebar .mainArea, .sidebar .sideArea {
    width: 100%;
}
.rental {
	width: 100%;
	overflow-x: scroll;
}
#contact table th, #contact table td {
    padding: 3%;
    width: 94%;
    display: block;
}
.wpcf7-form input[type="text"], .wpcf7-form input[type="tel"], .wpcf7-form input[type="email"] {
    width: 96%;
    padding: 1%;
}
.wpcf7-form textarea {
    width: 96%;
    padding: 1%;
	border: 1px solid #aaa !important;
}
}

/*--------------------------------------------------------------
Reset
--------------------------------------------------------------*/
ul {
    display: block;
    list-style-type: none;
    -webkit-margin-before: 0 !important;
    -webkit-margin-after: 0 !important;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 0 !important;
	padding-inline-start: 0;
	padding: 0;
	margin: 0;
}
ul li {
	padding: .3em 0;
}
h1 {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}
h2 {
    display: block;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}
h3 {
    display: block;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}
h4 {
    display: block;
    -webkit-margin-before: 0;
    -webkit-margin-after: .8em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}
h5 {
    display: block;
    -webkit-margin-before: 0;
    -webkit-margin-after: .8em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}
dd {
    display: block;
    -webkit-margin-start: 20px;
}
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}