@charset "utf-8";
/*
Theme Name: theme_reveptSP
Description: theme_reveptSP
Version: 1.0
Tags: simple

*/

/*----------------------------------------------------------------

Common Set

----------------------------------------------------------------*/
* { padding: 0;	margin: 0;}

html {
font-family : verdana, sans-serif;
line-height : 1.75;
-webkit-text-size-adjust: 100%;
}

body {
color:#432f19;
font-size: 0.9em;
}

h1, h2, h3, h4, h5, h6 {font-size: 1.0em;	font-weight: normal;}
table {	border-collapse: collapse;}
img { border: none; vertical-align: bottom; max-width : 100%; max-height: 100%;}
ol, ul, li { list-style-type: none;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

a img { border: none;}

@-o-viewport {
width : 320px;
zoom:1.0;}


/* link
----------------------------------------------- */

a { color: #5F8FBF; text-decoration: underline; }

a:hover { color: #95b3cd; text-decoration: none; }

.link01 {
background: url(images/common/icon_arrow01.png) no-repeat left 4px;
background-size: 8px;
padding-left: 12px;
}
.link02 {
background: url(images/common/icon_arrow03.png) no-repeat left 4px;
background-size: 10px;
padding-left: 14px;
}
.link03 {
background: url(images/common/icon_arrow04.png) no-repeat left 3px;
background-size: 12px;
padding-left: 15px;
}

/* clearfix
----------------------------------------------- */

/* ---IE7.IE8 clearfix--- */
.clearfix:after { content: ".";display: block;clear: both;height: 0;visibility: hidden; }

.clearfix { display: inline-block; }
/* Hides from IE-mac \*/

* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

.clear { clear: both; }


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

/* form-style
----------------------------------------------- */
input,select {
margin-right: 3px;
font-size: 1em;
padding: 1px;
max-width: 90%;
}

input[type="text"],input[type="email"],input[type="tel"] {
border: 1px solid #ccc;
padding: 2px;
background: url(images/common/form_shadow.png) repeat-x left top;
}
textarea {
border: 1px solid #ccc;
background: url(images/common/form_shadow.png) repeat-x left top;
max-width: 90%;
}

input[type="submit"],input[type="reset"],input[type="button"]{
padding:3px 10px;
background: #878787;
background: -moz-linear-gradient(top, #878787 0%, #6f6f6f 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#878787), color-stop(100%,#6f6f6f));
background: -webkit-linear-gradient(top, #878787 0%,#6f6f6f 100%);
background: -o-linear-gradient(top, #878787 0%,#6f6f6f 100%);
background: linear-gradient(to bottom, #878787 0%,#6f6f6f 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#878787', endColorstr='#6f6f6f',GradientType=0 );
border:0;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
line-height:1.5;
font-size:120%;
color:#fff;
}

input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover{
background: #878787;
background: -moz-linear-gradient(top, #6f6f6f 0%, #878787 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6f6f6f), color-stop(100%,#878787));
background: -webkit-linear-gradient(top, #6f6f6f 0%,#878787 100%);
background: -o-linear-gradient(top, #6f6f6f 0%,#878787 100%);
background: linear-gradient(to bottom, #6f6f6f 0%,#878787 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f6f6f', endColorstr='#878787',GradientType=0 );
cursor:pointer;
}

*:first-child+html input[type="submit"]{padding:3px;}

form table span {}
form table span.required {font-size: 10px; color: #d00; margin-left: 5px;}

form table label {margin-right: 1em;}
form table .block label {display: block; line-height: 1.7;}

form .inline p{display: inline;}



/* switcher-style
----------------------------------------------- */
.pc-switcher {
clear: both;
margin: 1.2em auto;
text-align: center;
padding-bottom: 70px;
}
.pc-switcher a, .pc-switcher span {
color: #fff !important;
font-weight: bold;
padding: 0.4em 8%;
text-align: center;
text-decoration: none;
}
.pc-switcher a {
background-color: #999;
}
.pc-switcher a:hover {
background-color: #bababa;
}
.pc-switcher span.active {
background-color: #ccc;
}
.pc-switcher a:first-child, .pc-switcher span:first-child {
border-radius: 2.4em 0 0 2.4em;
}
.pc-switcher a:last-child, .pc-switcher span:last-child {
border-radius: 0 2.4em 2.4em 0;
}

/* img_switch
----------------------------------------------- */
.switch {
visibility: hidden;
}

/*----------------------------------------------------------------

Module Set

----------------------------------------------------------------*/

/* layout
----------------------------------------------- */
#header{
overflow:hidden;
margin-bottom: 10px;
}
#wrapper{
width: 100%;
}

#content{
width:94%;
margin: 0 auto;
}

#sidebar{
width:94%;
margin: 0 auto;
}

#footer{
clear:both;
} 


/* header
----------------------------------------------- */

#header h1{
padding:50px 0 0;
font-size:0.7em;
font-weight:normal;
text-align: center;
width: 96%;
margin: 0 auto;
overflow: auto;
white-space: nowrap;
}
#header h1 span{
display: inline-block;
}

#header h2{
clear:both;
text-align: center;
margin: 10px 0 2px;
}
#header h2 img{
max-height: 45px;
}

/* コンタクト
----------------------------------*/
#fixed_contact {
position: fixed;
bottom: 0;
width: 100%;
height: 62px;
text-align: center;
padding:5px 0 3px;
background: rgba(250, 248, 245, 0.9);
}
#fixed_contact p {
font-size: 11px;
}
#fixed_contact .tel{
font-size:1.5em;
color:#b7a167;
line-height:1.2;
}
#fixed_contact .tel span{
padding:0;
font-size:1.5em;
}
#fixed_contact .tel a{ color:#b7a167;}

#fixed_contact .telimg{
float: left;
width: 74%;
text-align: center;
height: 62px;
}
#fixed_contact .btn{
float: right;
width: 26%;
text-align: left;
height: 62px;
}

#fixed_contact .telimg.center{
float: none;
width: 100%;
}


/* mainNav
----------------------------------------------- */
nav#mainNav{
clear:both;
position: fixed;
top: 0;
z-index:1000;
width:100%;
background: rgba(199, 178, 127, 0.9);
color:#fff;
min-height: 40px;
}

nav#mainNav ul li{
position: relative;
text-align: center;
line-height: 1;
padding: 12px 0 16px;
}
nav#mainNav ul li li{
float: none;
}
nav#mainNav ul li#home{
float: left;
width: 25%;
z-index:200;
}
nav#mainNav ul li#reserve{
float: right;
width: 50%;
z-index:9999;
}
nav#mainNav ul li a{
color:#fff;
text-decoration: none;
padding: 10px 0;
font-size: 12px;
}
nav#mainNav ul li#home a{
background: url(images/common/nav_icon_home.png) no-repeat left center;
background-size: 16px;
padding-left: 20px;
}
nav#mainNav ul li#menu dt{
background: url(images/common/nav_icon_menu.png) no-repeat left center;
background-size: 16px;
padding-left: 20px;
}
nav#mainNav ul li#reserve a{
background: url(images/common/nav_icon_mail.png) no-repeat left center;
background-size: 16px;
padding-left: 20px;
}
#acMenu dt{
display: inline;
padding: 10px 0;
cursor: pointer;
font-size: 12px;
}
#acMenu dd{
width: 86%;
margin: 16px auto 0;
padding: 5px 4%;
background:#fff;
text-align:left;
display:none;
border-radius: 8px;
}
nav#mainNav ul #acMenu dd li{
text-align:left;
color:#666;
padding: 0;
border-bottom: 1px dotted #ccc;
}
nav#mainNav ul #acMenu dd li:last-child{
border-bottom: none;
}
nav#mainNav ul #acMenu dd li a{
display: block;
line-height: 1;
background: url(images/common/icon_arrow01.png) no-repeat left center;
background-size: 8px;
padding: 15px 0 15px 12px;
color:#666;
}
nav#mainNav ul #acMenu dd li ul{
margin-left: 10px;
border-top: 1px dotted #ccc;
}

/* breadcrumb
----------------------------------*/
#breadcrumb{
margin:5px auto 0;
width:98%;
color: #666;
overflow: auto;
white-space: nowrap;
}
#breadcrumb ul li{
font-size: 0.8em;
display: inline-block;
margin-right: 10px;
background: url(images/common/icon_arrow02.png) no-repeat left center;
background-size: 8px;
padding: 0 0 0 17px;
}
#breadcrumb ul li.home{
background: none;
padding-left: 0;
}

#breadcrumb ul li a{
color: #666;
display: block;
}
#breadcrumb ul li a:hover{
color: #999;
}


/* トップページ メイン画像
----------------------------------*/
#mainImg{
clear:both;
line-height:0;
text-align:center;
}
#mainImg img{
animation: fadeIn 2s ease 0s 1 normal;
-webkit-animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
0% {opacity: 0}
100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
0% {opacity: 0}
100% {opacity: 1}
}

.post{
margin:0 0 40px 0;
padding:20px 0 0;
background: #fff;
}

.toppage{
padding:30px 0 0;
}

/* アイキャッチ */
#eyecatch {
margin: 10px auto 0px;
text-align: center;
}
#eyecatch img{
margin: 0 auto 0;
height: auto;
}

.post{
margin:0 0 40px 0;
padding:20px 0 0;
background: #fff;
}

.toppage{
padding:20px 0 0;
}

/* ループ */
.post-list {
margin: 0 0 30px;
border-bottom: 1px dashed #ddd;
background-color: #fff;
}
.post-list a {
display: block;
text-decoration: none;
color: #57504c;
padding: 0 0 30px;
}
.post-list a:after {
display: block;
clear: both;
content: '';
}
.post-list a:hover {
background-color: #fbf9f6;
}
.post-list img {
float: left;
width: 40%;
max-height: 105px;
margin: 0 4% 15px 0;
object-fit: cover;
object-position: top;
font-family: 'object-fit: cover; object-position: top;'
}
.post-list .text {
width: auto;
}
.post-list h3 {
font-size: 1.1em;
padding: 0;
line-height: 1.5;
margin-top: 0;
margin-bottom: 5px;
background: none;
border: none;
clear: none;
}
.post-date {
font-size: .8em;
margin-bottom: 8px;
color: #666;
}
.cat-data {
font-size: .6em;
padding: 3px 5px;
text-align: center;
white-space: nowrap;
color: #fff;
border-radius: 3px;
background-color: #464646;
}
.post-list p {
font-size: .8em;
margin: 10px 0 0;
clear: both;
}

/* ページャー */
.pagination {
display: flex;
align-items: center;
justify-content: center;
margin: 40px 0;
position: relative;
font-size: 13px;
}

.pagination span, .pagination a {
display: block;
width: auto;
margin: 4px;
padding: 8px;
border: 1px solid #aaa;
background-color: #fff;
text-decoration: none;
text-align: center;
line-height: 16px;
color: #aaa;
}

.pagination .pager{
width: 32px;
}

.pagination a:hover,
.pagination .current  {
color: #fff;
border-color: #aaa;
background-color: #aaa;
}

.pagination a.prev {
margin-right: 16px;
}
.pagination a.next {
margin-left: 16px;
}
.pagination a.first {}
.pagination a.last {}
.pagination span.page_num {
display: none;
}

/* サイドバー ウィジェット
*****************************************************/
#sidebar section{
margin-bottom: 15px;
font-size:0.9em;
}

section.widget ul, .widget_search, #calendar_wrap, .textwidget{
margin:0 0 15px 0;
padding: 10px 2%;
text-align:left;
}

#sidebar p {margin-bottom: 15px;}

#sidebar .bnr{margin-bottom:20px;text-align: center;}

section.widget h3{
clear:both;
margin:0;
}

#sidebar img.alignleft {
float: left;
margin: 0 10px 5px 0;
display: inline-block;
}
#sidebar img.alignright {
float: right;
margin: 0 0 5px 5px;
display: inline-block;
}

section.widget li{
padding: 0;
border-bottom: 1px dotted #ccc;
}
section.widget li:last-child{
border-bottom: none;
}
section.widget li a{
text-decoration:none;
color:#444;
display: block;
line-height: 1;
background: url(images/common/icon_arrow02.png) no-repeat left center;
background-size: 8px;
padding: 15px 0 15px 15px;
}

section.widget li:last-child a{border:0;}

#searchform input[type="text"]{
line-height:1.7;
height:24px;
width:90px;
vertical-align:bottom;
}

/* カレンダー */
#calendar_wrap table{margin:0 auto;width:90%;}
#calendar_wrap table caption{padding:10px 0;text-align:center;font-weight:bold;}
#calendar_wrap table th, #calendar_wrap table td{padding:3px;text-align:center;}
#calendar_wrap table th:nth-child(6),#calendar_wrap table td:nth-child(6){color:#0034af;}
#calendar_wrap table th:nth-child(7),#calendar_wrap table td:nth-child(7){color:#950000;}
#calendar_wrap table td#prev{text-align:left;}
#calendar_wrap table td#next{text-align:right;}
#calendar_wrap a{font-weight:bold;}

/* コラム
-------------*/
section.widget .columntitle {
position: relative;
}
section.widget .columntitle p {
position: absolute;
top: 10px;
right: 10px;
}
section.widget .columntitle p a {
text-decoration: none;
color:#444;
background:url(images/common/icon_arrow02.png) no-repeat 0 5px;
padding-left: 12px;
background-size: 8px;
}

section.widget h4.widget_title {
  border-bottom: 1px dotted #ccc;
  padding: 10px 3px 3px;
  margin-bottom: 3px;
}

/* response
----------------------------------------------- */
#response {
clear: both;
text-align: center;
margin: 50px auto 1em;
}
#response p {
margin-bottom: 1em;
line-height: 1.5;
}
#response .logo img {
max-height: 60px;
}
#response .tel {
font-size:1.3em;
color:#b7a167;
line-height: 1.75;
font-family: serif;
margin-bottom: 10px;
}
#response .tel span {
padding:0;
font-size:1.8em;
}
#response .tel span a {
color: #b7a167;
}
#response .contact {
margin: 2em 0;
}

/* social
----------------------------------------------- */
section#social{
margin: 1em 0 2em;
}
ul.social{
text-align: center;
margin: 1em 0 1.5em;
}
ul.social li{
display: inline;
margin: 1em 5px;
}


/* フッター
*****************************************************/

/* Pagetop
----------------------------------*/
#fixpagetop {
position: fixed;
bottom: 70px;
right: 10px;
text-align: right;
padding:5px 0;
}
#fixpagetop a img {
vertical-align: bottom;
width: 50px;
}
.pagetop {clear: both; padding:10px 0; text-align: center;}
.pagetop a img {vertical-align: bottom; width: 150px;}


ul#foot_bnr{
text-align: center;
}
ul#foot_bnr li{
margin: 10px 0;
}

#footer {
border-top: 5px solid #dcdad6;
background:#fbf9f6;
font-size:12px;
}

#footer ul{
margin: 0 auto;
padding: 5px 4%;
text-align:left;
}
#footer li{
padding: 0;
border-bottom: 1px dotted #ccc;
}
#footer li:last-child{
border-bottom: none;
}
#footer li a{
text-decoration:none;
color:#57504c;
display: block;
line-height: 1;
background: url(images/common/icon_arrow02.png) no-repeat left center;
background-size: 8px;
padding: 15px 0 15px 15px;
}

#copyright{
clear:both;
padding:10px 0 20px;
text-align:center;
font-size:11px;
}

#copyright a{ color:#57504c; text-decoration: none;}
#copyright a:hover{ text-decoration: underline;}


/* page navigation
------------------------------------------------------------*/
.pagenav{
clear:both;
width: 100%;
height: 30px;
margin: 5px 0 20px;
}

.prev{float:left}

.next{float:right;}

#pageLinks{
clear:both;
color:#4f4d4d;
text-align:center;
}


/* タイポグラフィ
*****************************************************/
h2.title,.post h2{
clear:both;
margin:0;
padding:10px 5px 16px 5px;
font-size:1.3em;
background: url(images/common/headingbg_h2.png) no-repeat left bottom;
}
h2.first{
margin:0;
}

.dateLabel{
text-align:right;
font-weight:bold;
color:#858585;
}

.post p{margin-bottom:1em;}

.post ol{margin: 0 0 10px 30px;}

.post ol li{list-style:decimal;}

.post h1{
margin:20px 0;
padding:5px 0;
font-size:130%;
}

.post h2{
margin:30px 0 20px;
}

h3{
clear: both;
margin:30px 0 20px;
padding:6px 6px 8px 28px;
font-size:1.2em;
border-bottom:4px solid #e5d4b6;
background:#fff url(images/common/heading_h3.png) no-repeat 0 7px;
background-size: 23px;
line-height: 1.5;
}

.post h4{
clear: both;
margin:25px 0 20px;
padding: 5px 0 5px 12px;
font-size:113%;
font-weight: bold;
border-left:5px solid #c1ab93;
line-height: 1.5;
}

h2.imgtitle,h3.imgtitle,h4.imgtitle{
padding:0;
background:none;
border:none;
}

.post blockquote {
clear:both;
padding:10px 0 10px 15px;
margin:10px 0 15px 15px; 
border-left:5px solid #ccc;
}

.post blockquote p{padding:5px 0;}

/* image-style
----------------------------------------------------------- */

.post img{max-width:100%;height:auto;}

img.border {
border: 1px solid #ddd;
padding: 4px;
}
img.frame {
border: 5px solid #fff;
box-shadow: 0px 1px 4px #999;
-moz-box-shadow: 0px 1px 4px #999;
-webkit-box-shadow: 0px 1px 4px #999;
}
img.round {
border-radius: 50%;
}

img.aligncenter,img.center {
display: block; 
margin: auto;   
}
img.alignright,img.alignleft {
float: none;
margin: 0 auto 15px;
display: block;
}

/* box-style
----------------------------------------------- */
.box01 {
margin: 0 0px 20px;
padding: 1px ;
border: 1px solid #ccc;
}
.box01In{
padding: 15px 15px 5px;
background: #fff;
border: 1px solid #eee;
}
.box01 .p50{
padding: 50px 50px 45px;
}
.box02 {
background: #fff;
padding: 15px 15px 5px;
margin-bottom: 20px;
box-shadow: 0px 1px 3px #cccccc;
-moz-box-shadow: 0px 1px 3px #cccccc;
-webkit-box-shadow: 0px 1px 3px #cccccc;
}
.box03 {
margin: 0 0px 20px;
padding: 15px 15px 5px ;
border: 3px solid #d9d1c8;
}
.boxnote {
background: url(images/common/notebg.png) repeat 0 0;
padding: 20px 25px 5px;
margin-bottom: 20px;
box-shadow: 0px 1px 3px #cccccc;
-moz-box-shadow: 0px 1px 3px #cccccc;
-webkit-box-shadow: 0px 1px 3px #cccccc;
}

/* title-box-style
----------------------------------------------- */
.t-box01,.titlebox{
clear: both;
margin: 0 0px 20px;
}
.t-box01 .title,.titlebox .title{
margin:0;
padding:10px 5px 10px 14px;
font-size:113%;
font-weight:normal;
background: #fbf9f6;
border: 1px solid #dcdad6;
border-bottom: none;
border-radius: 4px 4px 0 0;
}
.t-box01 .t-box01In,.titlebox .titleboxIn{
padding: 15px 15px 5px;
border: 1px solid #dcdad6;
border-radius: 0px 0px 4px 4px;
}

/* color-box-style
----------------------------------------------- */
.box-red {
margin: 0 0px 30px;
padding: 15px 15px 5px;
background: #fff5f9;
border: 1px solid #f2a99d;
border-radius: 6px;
color: #bf0008;
}
.box-yellow {
margin: 0 0px 30px;
padding: 15px 15px 5px;
background: #ffffe0;
border: 1px solid #e0d0a1;
border-radius: 6px;
color: #726055;
}
.box-blue {
margin: 0 0px 30px;
padding: 15px 15px 5px;
background: #e5f4fc;
border: 1px solid #99c7de;
border-radius: 6px;
color: #023894;
}
.box-green {
margin: 0 0px 30px;
padding: 15px 15px 5px;
background: #ecfbeb;
border: 1px solid #82c682;
border-radius: 6px;
color: #007c36;
}
.box-gray {
margin: 0 0px 30px;
padding: 15px 15px 5px;
background: #f8f8f8;
border: 1px solid #ccc;
color: #333;
}
.box-red h4,.box-yellow h4,.box-blue h4,.box-green h4,.box-gray h4{
border: none;
padding: 0;
margin: 0 0 10px 0;
}

/* list-style
----------------------------------------------- */
.post .list01 {
margin: 15px 0 15px 5px;
}
.post .list01 li {
margin-bottom: 10px;
padding: 0 0 5px 28px;
background: url(images/common/icon_check.png) no-repeat left 0;
background-size: 24px;
}
.post .list02 {
margin: 15px 0 15px 5px;
}
.post .list02 li {
margin-bottom: 3px;
padding: 0 0 5px 15px;
background: url(images/common/icon_circle01.png) no-repeat left 8px;
background-size: 8px;
}
.post .link-list {
margin: 15px 0 15px 5px;
}
.post .link-list li {
margin-bottom: 7px;
}
.post .link-list li a {
background: url(images/common/icon_arrow01.png) no-repeat left 3px;
background-size: 8px;
padding-left: 12px;
}


/* dl-style
----------------------------------------------- */
.post .dl01 {
	margin-bottom: 20px;
}
.post .dl01 dt {
  margin:20px 0 10px;
  padding: 0 0 2px 16px;
  font-size:106%;
  font-weight: bold;
	background: url(images/common/icon_square01.png) no-repeat 0 7px;
  background-size: 10px;
	border-bottom: 1px dotted #bababa;
}
.post .dl01 dt span.block{
display: block;
}
.post .dl01 dd {
	margin: 0 0 25px;
	font-size: 93%;
}
.post .dl02 {
	margin-bottom: 20px;
}
.post .dl02 dt {
  margin:30px 0 0;
  padding: 12px 0 10px 28px;
  font-size:113%;
  font-weight: bold;
  background: url(images/common/icon_dl01.png) no-repeat 4px 14px  ;
  background-size: 22px;
	border: 1px solid #dcdad6;
  border-bottom: 2px solid #dcdad6;
}
.post .dl02 dd {
	margin: 0 0 20px;
	padding: 15px 10px 15px 15px;
	border: 1px solid #dcdad6;
}

.post .faq {
	margin-bottom: 40px;
}
.post .faq dt {
	margin: 20px 0 10px;
	padding: 0 0 8px 30px;
	background: url(images/common/icon_faq_q02.png) no-repeat 0px 2px;
  background-size: 24px;
	border-bottom: 1px dotted #bababa;
	font-size: 106%;
  font-weight: bold;
}
.post .faq dd {
	margin: 0 0 30px;
	padding: 0 0 4px 30px;
	background: url(images/common/icon_faq_a02.png) no-repeat 0 0;
  background-size: 24px;
}
.post .faq dd p:last-child {
	margin-bottom: 0px;
}



/* table-style
----------------------------------------------- */

.post table.table01 {
width: 100%;
margin: 0 0 30px;
border-collapse: separate;
}
.post table.table01 tr.bdnone th,.post table.table01 tr.bdnone td{
border: none;
}
.post table.table01 th, .post table.table01 td {
font-weight: normal;
padding: 12px 4% 10px;
text-align: left;
vertical-align: top;
display: block;
width: 92%;
}
.post table.table01 th {
background:#f2f2f2;
border-bottom: 1px dotted #ccc;
border-right: 1px dotted #ccc;
}
.post table.table01 td {
border-bottom: 1px dotted #ccc;
border-right: 1px dotted #ccc;
}

.post table.table01.center th,
.post table.table01.center td {
text-align: center;
vertical-align: middle;
}
.post table.table01.submit td {padding: 30px;}
.post table.table01.submit input,.post table.table01.submit button {font-size: 100%; cursor: pointer;}

.post table.table02 {
width: 100%;
margin: 0 0 20px;
border-collapse: separate;
line-height:1.5;
}
.post table.table02 tr.bdnone th,.post table.table01 tr.bdnone td{
border: none;
}
.post table.table02 th, .post table.table02 td {
font-weight: normal;
padding: 10px 2% 10px;
text-align: left;
vertical-align: top;
}
.post table.table02 th {
background:#f2f2f2;
border-bottom: 1px dotted #ccc;
border-right: 1px dotted #ccc;
}
.post table.table02 td {
border-bottom: 1px dotted #ccc;
border-right: 1px dotted #ccc;
}
.post table.table03 {
width: 100%;
margin: 0 0 20px;
border-collapse: separate;
}
.post table.table03 th, .post table.table03 td {
font-weight: normal;
padding: 6px 5px 6px;
text-align: left;
vertical-align: top;
}
.post table.table03 th {
background: url(images/common/icon_square01.png) no-repeat 0 14px;
padding-left: 15px;
border-bottom: 1px dotted #d5d5de;
width: 28%;
background-size: 10px;
}
.post table.table03 td {
border-bottom: 1px dotted #d5d5de;
}

.scroll{
margin-bottom: 20px;
overflow: auto;    /*tableをスクロールさせる*/
}
.scroll::-webkit-scrollbar{  /*tableにスクロールバーを追加*/
height: 5px;
}
.scroll::-webkit-scrollbar-track{  /*tableにスクロールバーを追加*/
background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {  /*tableにスクロールバーを追加*/
background: #BCBCBC;
}

.scroll02{
margin-bottom: 20px;
overflow: auto;    /*tableをスクロールさせる*/
white-space: nowrap;  /*tableのセル内にある文字の折り返しを禁止*/
}
.scroll::-webkit-scrollbar{  /*tableにスクロールバーを追加*/
height: 5px;
}
.scroll::-webkit-scrollbar-track{  /*tableにスクロールバーを追加*/
background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {  /*tableにスクロールバーを追加*/
background: #BCBCBC;
}
.post .scroll table,.post .scroll02 table{
width:640px;
}
/* text-style
----------------------------------------------- */
.txt-right {
text-align: right !important;
}
.txt-left {
text-align: left !important;
}
.center {
text-align: center !important;
}
.color-red {
color: #dd0000;
}
.font12 {
font-size: 12px;
}
.font10 {
font-size: 10px;
}


/* Emphasis
----------------------------------------------------------- */
.em1 {
	color: #b7a167;
}
.em1b {
	color: #bb1b22;
}
.em2 {
	font-size: large;
	color: #b7a167;
}
.em2x {
	font-size: x-large;
	color: #b7a167;
}
.em3 {
	font-weight: bold;
}
.em4 {
	font-weight: bold;
	font-size: 110%;
	line-height: 1.6;
}
.em5 {
	font-weight: bold;
	text-decoration: underline;
}
.em6{
  background: #FFF8CE;
  font-weight: bold;
	padding-left: 3px;
}
.em7{
	font-weight: bold;
	background: url(images/common/liner.png) repeat-x 0 80%;
	padding-left: 3px;
	background-size: 3px;
}

.em1 a,.em2 a,.em3 a,.em2x a{
	color: #b7a167;
}


/* layout-style
----------------------------------------------- */
.layout2{
margin: 0 0 20px;
overflow: hidden;
}
.layout2 .itemleft {
float: none;
}
.layout2 .itemright {
float: none;
}

.layout37{
margin: 0 0 20px;
overflow: hidden;
}
.layout37 .itemleft {
float: none;
}
.layout37 .itemright {
float: none;
}
.layout73{
margin: 0 0 20px;
overflow: hidden;
}
.layout73 .itemleft {
float: none;
}
.layout73 .itemright {
float: none;
}

.layout3{
margin: 0 0 20px;
overflow: hidden;
}
.layout3 li {
float: left;
width: 31%;
margin-right:2%;
margin-bottom: 10px;
}
.layout3 li.last {
margin: 0 0 10px 0;
}

/* btn-style
----------------------------------------------- */
.post .submit {
text-align: center !important;
margin: 30px 0;
}

/* btn-base */
.txt-btn {
display: inline-block;
max-width: 90%;
min-width: 280px;
text-align: center;
text-decoration: none;
outline: none;
padding: 1em 2em;
margin: 0 0.5em 1em;
}
.txt-btn::before,
.txt-btn::after {
position: absolute;
z-index: -1;
display: block;
content: '';
}
.txt-btn,
.txt-btn::before,
.txt-btn::after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all .3s;
transition: all .3s;
}
/* btn-style */
.txt-btn {
background-color: #c5b478;
border: 1px solid #c5b478;
color: #fff;
}
.txt-btn:hover {
background-color: #fff;
border-color: #c5b478;
color: #c5b478;
}


/* other-style
----------------------------------------------- */
.MT0 { margin-top: 0px !important; }
.MT10 { margin-top: 10px !important; }
.MT20 { margin-top: 20px !important; }
.MT30 { margin-top: 30px !important; }
.MB0 { margin-bottom: 0px !important; }
.MB5 { margin-bottom: 5px !important; }
.MB10 { margin-bottom: 10px !important; }
.MB20 { margin-bottom: 20px !important; }
.MB30 { margin-bottom: 30px !important; }

.MR0 { margin-right: 0 !important; }
.MR10 { margin-right: 10px !important; }
.MR20 { margin-right: 20px !important; }
.MR30 { margin-right: 30px !important; }

.ML0 { margin-left: 0 !important; }
.ML10 { margin-left: 10px !important; }
.ML20 { margin-left: 20px !important; }
.ML30 { margin-left: 30px !important; }
.ML100 { margin-left: 100px !important; }

.MRL-20 { margin-left: -20px !important;margin-right: -20px !important; }

.PT0 { padding-top: 0px !important; }
.PT10 { padding-top: 10px !important; }
.PT20 { padding-top: 20px !important; }
.PT30 { padding-top: 30px !important; }
.PB0 { padding-bottom: 0px !important; }
.PB10 { padding-bottom: 10px !important; }
.PB20 { padding-bottom: 20px !important; }
.PB30 { padding-bottom: 30px !important; }

.link-point {
	padding-top: 15px;
	margin-top: -15px;
}

.submit-btn {
text-align: center;
margin: 30px 0;
}
.post .bnr {text-align: center; margin: 30px 0;}

hr{
clear: both;
background: url("images/common/break.png") no-repeat center center;
border: medium none;
height: 15px;
margin: 40px 0;
background-size: 240px;
}
hr.hr01{
clear: both;
background: url("images/common/ornament.png") no-repeat center center;
border: medium none;
height: 15px;
margin: 30px 0;
background-size: 150px;
}

.fl-right{
  display: block;
  text-align: right;
  margin: 0 5px 0 0;}

.youtube-wrap {
position: relative;
width: 100%;
padding-top: 56.25%;
margin-bottom: 15px;
text-align: center;
}
.youtube-wrap iframe {
position: absolute;
top: 0;
right: 0;
width: 100% !important;
height: 100% !important;
}
.cal-wrap {
position: relative;
width: 100%;
padding-top: 100%;
margin-bottom: 15px;
text-align: center;
}
.cal-wrap iframe {
position: absolute;
top: 0;
right: 0;
width: 100% !important;
height: 100% !important;
}

.sp_none{display: none;}
.inlineb{display: inline-block;}

/* accordion
----------------------------------------------- */

.displayNone {
display: none;
}
.accordion li {
border-bottom: 1px solid #ccc;
padding: 10px;
}
.accordion a {
display: block;
}
.contentWrap {
margin: 10px;
}
.acswitch {
cursor:pointer;
font-weight: bold;
padding:10px 40px 10px 10px;
font-size: 14px;
background: #eee;
border-bottom: 1px solid #ccc;
position: relative;
}
.acswitch:after {
content: ">";
position: absolute;
right: 10px;
top: -100%;
bottom: -100%;
margin: auto;
font-size: 16px;
height: 16px;
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
font-family: sans-serif;
}
.acswitch.open:after {
content: "x";
}

/* page-style
----------------------------------------------- */
/* menu
----------------------------------------------- */
.menulist {
background: url(images/common/frame_bg_top.png) no-repeat 50% 0;
background-size: contain;
padding: 15px 0 0;
margin-bottom: 20px;
}
.menulistbody {
background: url(images/common/frame_bg_body.png) repeat-y 50% 0;
background-size: contain;
padding: 0;
}
.menulistfoot {
background: url(images/common/frame_bg_foot.png) no-repeat 50% 100%;
background-size: contain;
padding: 0 15px 15px;
}
.menulist .itemleft {
}
.menulist .itemright {
margin-bottom: 1.5em;
}

.menulist h4 {
clear: both;
border: none;
border-bottom: 2px solid #dcdad6;
padding: 0 0 5px 24px;
background: url(images/common/icon_dl01.png) no-repeat 0 2px;
background-size: 20px;
margin-bottom: 1em;
font-size: 1.1em;
}

ul.menulist01{
margin: 0 5px 20px 5px;
}
ul.menulist01 li {
border-bottom:1px #ccc dotted;
padding:0px 5px 3px 12px;
margin-bottom: 15px;
background: url(images/common/icon_circle01.png) no-repeat left 9px;
background-size: 6px;
}
ul.menulist01 li span {
margin-left: 1em;
}

.imglist{overflow: hidden;}
.imglist li{
float: left;
width: 48%;
margin: 0 1% 20px 1%;
}


/* access
----------------------------------------------- */
.accessbox {
padding-bottom: 15px;
margin-bottom: 15px;
background: url(images/common/u_arrow01.png) no-repeat 50% bottom;
}
.accessbox.last {  background: none;}
.accessbox p {margin-bottom: 10px;}
.accessbox p.img {text-align: center;}
.accessbox p img {}

#accessmap {
padding-bottom: 20px;
margin-bottom: 10px;
}
#accessmap .itemleft {
float: none;
}
#accessmap .itemright {
float: none;
}

/* flowbox
----------------------------------------------- */
.flowbox {
padding-bottom: 15px;
margin-bottom: 15px;
background: url(images/common/u_arrow01.png) no-repeat 50% bottom;
}
.flowbox.last {
background: none;
padding-bottom: 0;
}
.flowbox .itemleft {
text-align: center;
margin-bottom: 15px;
}
.flowbox .itemright {
}


/* BeforeAfter
----------------------------------------------- */
.babox {
  margin-bottom: 30px;
  border-bottom: 3px dotted #ccc;
}
.babox p.img {
  margin-bottom: 15px;
  text-align: center;
}
.babox .comment {
  padding: 20px 20px 5px;
  margin-bottom: 30px;
  background: url(images/common/notebg.png) repeat left top;
  box-shadow: 0px 1px 2px #cccccc;
  -moz-box-shadow: 0px 1px 2px #cccccc;
  -webkit-box-shadow: 0px 1px 2px #cccccc;
}
.babox table {
  margin-top: -5px;
  margin-bottom: 10px;
  width: 100%;
}
.babox table th {
  padding: 0 0 5px 0;
  width: 50%;
}
.babox table td {
  padding: 0 10px;
  vertical-align: top;
  text-align: center;
}
.babox table th:first-child,.babox table td:first-child {
border-right: 2px dotted #ccc;
}


/* testimonials
----------------------------------------------- */
.testimonial {
margin: 20px 0px;
padding: 15px 15px 5px;
border: 3px solid #dcdad6;
background: url(images/common/testimonial_bg.png) no-repeat 98% 10px #ffffff;
background-size: 94px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.testimonial .title {
padding: 0 0 10px 0;
border:none;
border-bottom: 2px dotted #ccc;
margin: 0 0 20px;
color: #b7a167;
background: none;
}
.testimonial .ph {
display: block;
margin: 0 auto 15px;
float: none;
max-width: 250px;
}
.testimonial .name {
font-size: 12px;
font-weight: bold;
}

