/* =01 default style reset
------------------------*/

* {
	margin: 0px;
	padding: 0px;
	zoom: 1;
}
html{
	background: #fafafa;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS Pゴシック", "MS PGothic", sans-serif;
	background: #ffffff /*url(../img/share/bg.jpg) repeat-x center top*/;
	color: #333;
	font-size: 14px;
	line-height: 1;
}
li {
	list-style-type: none;
	zoom: normal;
}
img {
	vertical-align: text-bottom;
	border-style: none;
}
table{
	width: 100%;
	background: #666666;
	border-collapse: separate;
	border-spacing: 1px;
	margin: 0 0 16px;
}
table th{
	padding: 8px;
	background: #e5e5e5;
    line-height: 1.5;
}
table td{
	padding: 8px;
	background: #ffffff;
    line-height: 1.5;
}
caption,th{
    	text-align:left;
}
a{
	color:#2286b0;
	outline:none;
	text-decoration:underline;	
}
a:hover{
	text-decoration:none;
}
textarea{
	width:98%;
	font-size:12px;
	margin:5px 0;
}
iframe{
	border: none;
	max-width: 100%;
}
.inner-content {
	width: 1040px;
	margin-right: auto;
	margin-left: auto;
}
.center{
	text-align: center;
}
.right{
	text-align: right;
}

/* =02 clearfix
------------------------*/

.clearfix{
	/zoom:1;
	clear: both;
}
.clearfix:after{
	content: " ";  
	display: block; 
	visibility: hidden; 
	clear: both; 
	height: 0.1px; 
	font-size: 0.1em; 
	line-height: 0; 
}

/* =04 layout
------------------------*/
#contents{
}

/* =05 module head
------------------------*/

#top-bar-area{
	background: #0051a4;
	padding: 8px 0;
	font-size: 13px;
	line-height: 1.4;
}
#top-bar-area #discription{
	width: 55%;
	color: #ffffff;
	float: left;
}
#top-bar-area #head_btn{
	width: 40%;
	float: right;
}
#top-bar-area #head_btn li{
	float: right;
	margin-right: 16px;
}
#top-bar-area #head_btn li:first-child{
	margin-right: 0;
}
#top-bar-area #head_btn li a {
	display: block;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	padding: 0 0 0 18px;
}
#top-bar-area #head_btn li a:hover {
	color: #ed6d00;
}
#top-bar-area #head_btn li.contact a {
	background: url(../images/contact.gif) no-repeat center left;
}
#top-bar-area #head_btn li.contact a:hover {
	background: url(../images/contact_ovr.gif) no-repeat center left;
}
#top-bar-area #head_btn li.company a {
	background: url(../images/company.gif) no-repeat center left;
}
#top-bar-area #head_btn li.company a:hover {
	background: url(../images/company_ovr.gif) no-repeat center left;
}
#top-bar-area #head_btn li.store a {
	background: url(../images/store.gif) no-repeat center left;
}
#top-bar-area #head_btn li.store a:hover {
	background: url(../images/store_ovr.gif) no-repeat center left;
}

#header{
    width: 100%;
    height: 120px;
    clear: both;
    background: #2ebdfe url(../images/bg.gif) repeat-x top center;
}
#header h1{
	width: 326px;
	height: 81px;
	margin: 23px 0 0;
	clear: both;
	float: left;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	overflow: hidden;
}
#header h1 a{
	width: 302px;
	height: 57px;
	display: block;
	padding: 12px;
	text-indent: -9999px;
	background: #ffffff url(../images/logo.png) no-repeat center center;
}
#header .tel{
	width: 436px;
	height: 72px;
	/*height: 92px;*/
	float: right;
	display: block;
	padding: 8px 12px;
	margin: 15px 0 0;
	background: #ffffff;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	overflow: hidden;
}
#header .tel address{
    width: 436px;
    height: 72px;
    text-indent: -9999px;
    background: url(../images/headers/tel.png) no-repeat center center;
    background-size: 100% auto;
}

/*
#header .icon{
	width: 48px;
	height: 57px;
	background: #ffffff;
	padding: 12px;
	margin: 23px 0 0;
	float: left;
	-moz-border-radius: 0px 8px 8px 0px;
	-webkit-border-radius: 0px 8px 8px 0px;
	border-radius: 0px 8px 8px 0px;
	overflow: hidden;
}
*/

/* =06 module foot
------------------------*/
#footer{
	border-top: solid 1px #cccccc;
	padding: 40px 0;
	text-align: center;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #fafafa), color-stop(0.00, #e5e5e5));
	background: -webkit-linear-gradient(#e5e5e5, #fafafa);
	background: -moz-linear-gradient(#e5e5e5, #fafafa);
	background: -o-linear-gradient(#e5e5e5, #fafafa);
	background: -ms-linear-gradient(#e5e5e5, #fafafa);
	background: linear-gradient(#e5e5e5, #fafafa);
}
#f_nav{
	text-align: center;
	margin: 0 0 16px;
}
#f_nav li{
	font-size: 14px;
	display: inline;
	padding: 0 8px;
	border-left: solid 1px #999999;
}
#f_nav li:first-child{
	border-left: none;
}

#copyright{
    color: #ffffff;
    font-size: 12px;
    font-size: .75rem;
    padding: 1em 0;
    font-family: Arial, Helvetica, sans-serif;
    display: block;
    text-align: center;
    background: #0051a4;
}


/*______ ・ｽE・ｽy・ｽE・ｽ[・ｽE・ｽW・ｽE・ｽg・ｽE・ｽb・ｽE・ｽv ______*/

#page_top{
    width: 1040px;
    display: block;
    margin: 24px auto 0;
    padding-top: 81px;
    background: url(https://ouchisample.re-ws.jp/wp-content/uploads/sites/185/2020/11/footbg.gif) no-repeat center bottom;
    background-size: auto 81px;
}
#page_top a{
	width: 120px;
	height: 25px;
	display: block;
	float: right;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/pagetop.gif) no-repeat left top;
}
#page_top a:hover{
	background-position:0 -25px;
}


/* =07 module navi
------------------------*/

#nav{
	clear: both;
	/*	background: #c1d1dd;*/
	background: #07a84b url(../images/nav_bg.gif) repeat top center;
	margin: 16px 0 0;
	padding: 12px 0;
}
#nav ul.left_nav{
}
#nav ul.left_nav li{
	width: 160px;
	float: left;
	margin: 0 0 0 16px;
	overflow: hidden;
	background: #ffffff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	/*
	border-left: solid 1px #7dcef3;
	border-right: solid 1px #1d93c9;
	*/
}
#nav ul.left_nav li:first-child{
	margin-left: 0;
}
#nav ul.left_nav li a{
	height: 41px;
	text-indent: -9999px;
	padding: 10px 0 4px;
	display: block;
}
#nav ul.left_nav li.home a{
	background: url(../images/nav01.png) no-repeat center center;
/*	border-bottom: solid 4px #0051a4;*/
}
#nav ul.left_nav li.navi01 a{
	background: url(../images/nav02.png) no-repeat center center; 
/*	border-bottom: solid 4px #ed6d00;*/
}
#nav ul.left_nav li.navi02 a{
	background: url(../images/nav03.png) no-repeat center center;
/*	border-bottom: solid 4px #3a9c39;*/
}
#nav ul.left_nav li.navi03 a{
	background: url(../images/nav04.png) no-repeat center center;
/*	border-bottom: solid 4px #f5cd5b;*/
}
#nav ul.left_nav li.navi04 a{
	background: url(../images/nav05.png) no-repeat center center;
/*	border-bottom: solid 4px #bc0501; */
}
#nav ul.left_nav li.navi05 a{
	background: url(../images/nav06.png) no-repeat center center;
/*	border-bottom: solid 4px #eb75c3; */
}
#nav ul.left_nav li.navi06 a{
	background: url(../images/nav07.png) no-repeat center center;
/*	border-bottom: solid 4px #eb75c3; */
}
#nav ul.left_nav li a:hover{
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

/* post content */
article{
	padding: 0;
	background-color: #f8f9fb;
	border: solid 1px #efefef;
	margin: 0 0 30px;
}
header .entry-meta{
	padding: 10px 10px 5px;
	font-size: 13px;
	font-weight: bold;
}
header .entry-meta span, footer .entry-meta span{
	padding-right: 7px;
}
header.entry-header .entry-title a {
  position: relative;
  background: #0051a4;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #0051a4), color-stop(0.00, #0076c1));
  background: -webkit-linear-gradient(#0076c1, #0051a4);
  background: -moz-linear-gradient(#0076c1, #0051a4);
  background: -o-linear-gradient(#0076c1, #0051a4);
  background: -ms-linear-gradient(#0076c1, #0051a4);
  background: linear-gradient(#0076c1, #0051a4);
  margin: 0 -10px 15px -10px;
  padding: 15px 20px;
  display: block;
}
header.entry-header .entry-title a:after, header.entry-header .entry-title a:before {
  content: "";
  position: absolute;
  top: 100%;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-top: 5px solid #00378a;
}
header.entry-header .entry-title a:after {
  left: 0;
  border-right: 5px solid #00378a;
}
header.entry-header .entry-title a:before {
  right: 0;
  border-left: 5px solid #00378a;
}
header.entry-header .entry-title, header.entry-header .entry-title a{
	font-size: 20px;
	color: #FFFFFF;
	text-decoration: none;
	text-shadow: 1px 1px 3px #00378a;
}
header.entry-header .entry-title a:hover{
	color: #FFFFFF !important;
}
.entry-post{
	padding: 0 40px;
}
.entry-content p, .entry-summary p{
	font-size: 15px;
	line-height: 1.7;
	margin: 0 0 2em;
}
.entry-content .entry-thumbnail{
	background: #FFFFFF;
	padding: 5px;
	margin: 0 15px 15px 0;
	-moz-box-shadow: 0px 0px 3px #999999;
	-webkit-box-shadow: 0px 0px 3px #999999;
	box-shadow: 0px 0px 3px #999999;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	float: left;
}
.entry-content img, .entry-content span{
	display: block;
	max-width: 100%;
	height: auto;
	clear: both;
	margin: 0 0 2em;
}
.entry-content h3.secTitle,
.entry-summary h3.secTitle{
    color: #ffffff;
    font-size: 18px;
    line-height: 1.5;
    padding: 0.4em 0.8em;
    margin-bottom: 1em;
    background: #259acf;
    border-radius: 1px;
}
.entry-content h4.subTitle,
.entry-summary h4.subTitle{
    color: #0051a4;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 0.5em;
}

.more-link{
	display: block;
	color: #ffffff;
	width: 200px;
	padding: 12px 0;
	margin: 0 auto 16px;
	text-align: center;
	text-decoration: none;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #0051a4), color-stop(0.00, #0076c1));
	background: -webkit-linear-gradient(#0076c1, #0051a4);
	background: -moz-linear-gradient(#0076c1, #0051a4);
	background: -o-linear-gradient(#0076c1, #0051a4);
	background: -ms-linear-gradient(#0076c1, #0051a4);
	background: linear-gradient(#0076c1, #0051a4);
}

footer.entry-meta{
	font-size: 13px;
	text-align: right;
	padding: 12px 0;
	margin: 0 -15px;
	border-top: dashed 1px #CCCCCC;
}

/*  pagenavi  */
.post-navigation{
	margin: 0 auto 16px !important;
}
.nav-links .next{ 
	width: 40%;
	float: right;
}
.nav-links .prev{
	width: 40%;
	float: left;
}
.nav-links a{
	display: block;
	text-align: center;
	text-decoration: none;
	border: 1px solid #BFBFBF;
	padding: 7px 5px;
	margin: 2px;
}
.nav-links a:hover {
	border-color: #0051a4;
}



/*  category , archive  */
.archive-title {
  position: relative;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #2d980a), color-stop(0.00, #74b74d));
  background: -webkit-linear-gradient(#74b74d, #2d980a);
  background: -moz-linear-gradient(#74b74d, #2d980a);
  background: -o-linear-gradient(#74b74d, #2d980a);
  background: -ms-linear-gradient(#74b74d, #2d980a);
  background: linear-gradient(#74b74d, #2d980a);
  font-size: 20px;
  line-height: 1;
  text-shadow: 1px 1px 1px #085b00;
  border :1px solid #777;
  margin: 0 0 20px -10px;
  padding: 15px 5px 12px 10px;
  border-radius: 3px;
}
.archive-title:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 30px;
  height: 0;
  width: 0;
  border: 10px solid transparent;
  border-top: 10px solid #2d980a;
}

/*  sidebar  */
#sidebar{
	width: 240px;
	float: left;
}
#sidebar aside { margin-bottom: 15px;}
#sidebar #blogparts aside {	margin-bottom: 25px;}
#sidebar h3 { display: none;}
#sidebar #blogparts h3 {
	display: block;
	background: #259acf;
	padding: 7px 10px;
	margin-bottom: 10px;
	color: #FFFFFF;
}
#sidebar #blogparts ul li {
	margin: 0 0 3px;
	line-height: 1.4;
	font-size: 14px;
	padding: 8px 0 8px 15px;
	border-bottom:1px solid #f2f2f2;	
	background-image: url(../images/triangle.gif);
	background-repeat: no-repeat;
	background-position: 3px 12px;
}
#sidebar #blogparts ul li a {
	color: #333333;
	text-decoration: none;
	display: block;
}

#sidebar #blogparts ul li:last-child {
	border-bottom:none;	
}
#useful h3,
#useful h4{
    font-size: 17px;
    font-weight: bold;
    line-height: 1;
    color: #0051a4;
    margin: 0 0 0.75em;
    padding: 0.4em 0 0.4em 0.6em;
    border-left: 8px solid #0051a4;
}
#useful ul {
    margin: 0 0 24px;
    padding: 0;
}
#useful ul li{
	margin: 16px 0 0;
}
#useful ul li:first-child{
	margin-top: 0;
}
#useful ul li .thumb{
	width: 60px;
	height: 60px;
	margin: 0 8px 0 0;
	float: left;
	border: solid 1px #cccccc;
}
#useful ul li .thumb img{
	width: 60px;
	height: 60px;
}
#useful ul li .thumb:hover{
	border: solid 1px #ff9933;
}
#useful ul li .textarea{
	width: 170px;
	float: left;
}
#useful ul li a{
	color: #333333;
	text-decoration: none;
	display: block;
}
#useful ul li .textarea h4{
	padding: 4px 0;
	margin: 0;
	border: none;
}
#useful ul li .textarea h4 a:hover{
	color: #ff9933 !important;
}
#useful ul li .textarea h4 a{
	font-size: 14px;
	color: #0063b5;
	margin: 0 0 4px;
}
#useful ul li .textarea p{
    font-size: 13px;
    line-height: 1.4;
    margin: 0;
}


/*  breadcrumbs  */
#breadcrumb {
	font-size: 12px;
	width: 940px;
	margin: 10px auto;
}
#breadcrumb li{
	float: left;
	margin: 0 3px;
}


/*  contents  */
#main_contents {
    width: 776px;
    float: right;
}

/* ----- postArchiveList -----*/

#postArchiveList{
	background: #ffffff;
	border: solid 1px #cccccc;
	border-top: none;
}
#postArchiveList li{
	border-top: solid 1px #cccccc;
}
#postArchiveList li a{
	display: block;
	padding: 3%;
	color: #333333;
	text-decoration: none;
	position: relative;
}
#postArchiveList li a:hover{
	background: #c8e7f4;
}
#postArchiveList li .entry-thumbnail{
	width: 200px;
	float: left;
	margin-right: 24px;
}
#postArchiveList li .entry-thumbnail img{
	width: auto;
	height: 100%;
}
#postArchiveList li h1{
	color: #0051a4;
	font-size: 18px;
	line-height: 1.5;
	margin: 0 0 8px;
}
#postArchiveList li p{
	font-size: 14px;
	line-height: 1.5;
}
#postArchiveList li span.date{
	display: block;
	color: #999999;
	font-size: 13px;
	position: absolute;
	right: 8px;
	bottom: 12px;
}
#sameCategoryPost h4 {
	display: block;
	color: #ffffff;
	background: #259acf;
	padding: 2% 3%;
	margin-bottom: 2%;
}

.postFootLink{
	margin: 24px auto;
}
.postFootLink a{
	display: block;
	margin: 0 0 8px;
}
.postFootLink a img{
	width: 100%;
	height: auto;
}
.postFootLink p{
	font-size: 14px;
	line-height: 1.4;
}

/* ------- mainBnr ------ */
.mainBnr {
}
.mainBnr ul#mainBnrBig li {
	margin:0 0 16px;	
}
.mainBnr ul#mainBnrSmall li {
	float:left;
	width:383px;
	margin:0 0 16px 10px;	
}

.mainBnr ul#mainBnrSmall li:nth-child(2n+1) {
	margin-left: 0;	
}


/* ------- clearfix ------ */
#top-bar-area .inner-content:after, #header:after, #head_btn:after, #header .inner-content:after, #nav:after,
#contents:after, #breadcrumbs:after, #page_top:after, #storeinfo dl:after,
.photo ul:after, .option:after, .rightbtn:after, .item_info .access .map:after, .item_info .access .address dl:after,
#home-mainimg #selectbtn:after, #special_select ul:after, #chukai ul:after, #must ul:after, #cat_search ul:after, #contact_area:after, .theme ul:after, #useful ul:after, #allseason ul ul:after, #category_area ul:after,
#tokushu #gaiyou:after, #tokushu #attention:after, .page_navi:after, #feed1 li:after{
	content: " ";  
	display: block; 
	visibility: hidden; 
	clear: both; 
	height: 0.1px; 
	font-size: 0.1em; 
	line-height: 0; 
}



#shamaison{
    background: #ffffe1 url(../img/top/shamaison/header.jpg) no-repeat center top;
    padding: 156px 16px 8px;
}
#shamaison ul li{
	width: 177px;
	margin: 0 0 12px 12px;
	float: left;
	background: #ffffff;
}
#shamaison ul li:nth-child(4n+1){
	margin-left: 0;
}
#shamaison ul li a img{
	width: 177px;
	height: auto;
}

/* ・ｽ・ｽ・ｽ・ｽ・ｽ・ｽ・ｽﾟ包ｿｽ・ｽ・ｽ */

.banner li{
	margin: 16px 0 0;
}
.banner li:first-child{
	margin-top: 0;
}
.banner ul,
#banner_small{
    margin: 0 0 16px;
    padding: 0;
}
#banner_small li{
    width: 49%;
    float: left;
    margin: 0 0 16px 2%;
}
#banner_small li:nth-child(2n+1){
    clear: both;
    margin-left: 0;
}
.banner li a,
#banner_small li a{
	display: block;
}
#family {
    margin: 16px 0;
    background: #f4a61e;
    border: 5px solid #f4a61e;
}
#family .titleImg{
    width: 56.5%;
    float: left;
}
#family ul {
	width: calc(100% - 56.5%);
    clear: none;
    float: right;
    font-size: 0;
    text-align: center;
    padding: 3% 20px 0;    
    box-sizing: border-box;
}
#family ul li {
    margin: 12px 0 0;
    background-color: #f4a61e;
}
#family ul li:first-child {
    margin-top: 0;
}
#family ul li:hover img{
    opacity: 0.5;
}

/* ----- nav ----- */

.main-header-bar-navigation{
    background: #07a84b;
    margin-bottom: 32px;
}
.main-header-bar-navigation nav{

}
.main-header-bar-navigation nav ul{
    font-size: 0;
    list-style: none;
    margin: 0;
    text-align: center;
}
.main-header-bar-navigation nav ul li{
    position: relative;
    display: inline-block;
}
.main-header-bar-navigation nav .main-navigation ul li a{
    display: block;
    height: 50px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 50px;
    transition: 0.3s all;
    text-decoration: none;
    padding: 0 1em;
    cursor: pointer;
}
ul.sub-menu{
    display: none !important;

    width: 240px;
    background: #fff;
    left: 0;
    position: absolute !important;
    top: 100%;
    z-index: 99999;
    line-height: 1.45;
    box-shadow: 1px 1px 2px 0px rgb(0 0 0 / 25%);
}
.main-header-bar-navigation nav ul li:hover ul.sub-menu{
    display: block !important;
}
.es-menu-toggle {
    display: none;
    background: 0 0;
    color: inherit;
    border-style: dotted;
    border-color: transparent;
}
.screen-reader-text {
    clip: rect(1px,1px,1px,1px);
    position: absolute!important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
ul.sub-menu li{
    display: block;
    width: 100%;
}
ul.sub-menu li a{
    color: #0051a4 !important;
    font-size: 15px !important;
    font-weight: normal !important;
    padding: .9em 1em !important;
    display: block !important;
    text-align: left;
    height: auto !important;
    line-height: 1.4 !important;
}

/* ---- footer ---- */

#storeinfo{
    max-width: 1000px;
    background: #efefef;
    border: solid 1px #cccccc;
    padding: 28px 16px;
    margin: 0 auto;
    border-radius: 8px;
}
#storeinfo h1{
    font-size: 24px;
    font-weight: normal;
    line-height: 1.2;
    text-align: center;
    margin: 0 0 12px;
}
#storeinfo h1 span{
    font-size: 16px;
    margin-left: 16px;
}
#storeinfo dl{
    width: 642px;
    font-size: 13px;
    margin: 0 auto;
    line-height: 1.7;
}
#storeinfo dl dt,
#storeinfo dl dd{
    float: left;
    margin: 0;
}
#storeinfo dl dt{
    width: 76px;
    font-weight: bold;
    text-align: left;
}
#storeinfo dl dd{
}
#storeinfo dl dd.address{
    width: 270px;
    text-align: left;
}
#storeinfo dl dd.tel{
    width: 148px;
    text-align: left;
}
#storeinfo dl dd.fax{
    width: 148px;
    text-align: left;
}
#storeinfo dl dd.time{
    width: 124px;
    text-align: right;
}
#storeinfo dl+p{
    font-size: 13px;
    margin-top: 8px;
}


.wp-pagenavi{
    text-align: center;
    margin: 40px 0;
}