﻿@charset "utf-8";

html {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
	min-width: 964px;
    font: inherit;
    vertical-align: baseline;
}

body, p, div, table, tbody, tr, td, span, blockquote, a, abbr, address, cite, code, img, ul, ol, li, dl, dd, dt, form, label, fieldset, caption, input, textarea, button {
    border: 0;
    outline: 0;
    font-family: "hiragino kaku gothic pro",meiryo,"ms pgothic","lucida grande",tahoma,verdana,arial,sans-serif;
    vertical-align: baseline;
    list-style: none;
    text-decoration: none;
    line-height: 1.5em;
    margin: 0;
    padding: 0;
}

body {
    background: #f7f4ef;
    font-size: 8pt;
	min-width: 964px;
}

img {
    border: 0;
    vertical-align: bottom;
}

.wrap {
	width: 964px;
    position: relative;
    margin: 0 auto!important;
	padding:0;
}

#header {
    height: 40px;
    padding: 30px 0 20px;
    position: relative;
	width: 964px;
}

h1 {
	float:left;
}

#description {
	float:left;
	font-size:12px;
	margin: 5px 0px 0px 20px;
}

#hNav {
	float: right;
}

#hNav .nav li {
	float: left;
	font-size: 110%;
}

#hNav .nav li a {
	color:#333
}

#hNav .nav li a:hover {
    color: #3ea8f2;
    text-decoration: underline;
}

#hNav .nav li:first-child {
	margin-right: 20px;
}

#hNav .select li {
	float: right;
	margin-top:2px;
}
#hNav .select a {
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    color: #727272;
    display: block;
    font-size: 11px;
    line-height: 1;
    margin-top: 8px;
    padding: 7px 24px;
    text-align: center;
    text-decoration: none;
}
#hNav .select a:hover {
	background: #b3b3b3;
}
#hNav .select .first {
	border-radius: 5px 0 0 5px;
}
#hNav .select .last {
	border-radius: 0 5px 5px 0;
	border-right: 1px solid #CCC;
}

#srchBox {
/*    width: 200px; */
/*    height: 25px; */
    width: 232px;
/*    height: 21px; */
    height: 29px;
}
/* Google 検索バーの対応 ここから*/
input.gsc-input {
  font-size: 1.1em !important;
}
.cse .gsc-control-cse, .gsc-control-cse  {
    padding: 0 !important;
}
form.gsc-search-box {
    margin-bottom: 0 !important;
}
table.gsc-search-box {
    margin-bottom: 0 !important;
}
.gsc-control-cse {
    border-color: #f7f4ef !important;
    background-color: #f7f4ef !important;
}

.cse .gsc-control-cse, .gsc-control-cse {
    background-color: #f7f4ef !important;
    border: 1px solid #f7f4ef !important;
}

/* Google 検索バーの対応 ここまで*/
#srchInput {
    width: 190px;
/*    width: 167px\9; */
/*ie8*/
    float: left;
    height: 17px;
    background-color: #fff !important;
}

#srchBox input {
    zoom: 1;
    margin: 0px;
    vertical-align: middle;
    border: 1px solid #a5acb2;
}

#srchForm button, #srchForm button img {
    border: none;
    background: none;
    width: 26px;
    height: 21px;
    margin: 0px !important;
    padding: 0px !important;
    cursor: pointer;
}

#srchForm button :hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
    cursor: pointer;
}

#srchBox #srchInput {
    float: left;
    padding: 1px 1px 2px 1px;
    border: 1px solid #a5acb2;
    background: #fff url(https://i.yimg.jp/images/search/customsearch/yjlogo/yjlogo_type4.gif) center center no-repeat;
}

#srchBox #srchInput.nomark {
    background: #fff;
}

#srchBox #srchLogo {
    display: none;
}

div#sidebar {
    width: 232px;
    height: 100%;
    float: right;
    margin-top: -10px;
    padding-bottom: 20px;
}

.topimg {
	clear:both;
}

.topimgL {
	float: left;
}

.topimgR {
	float:right;
	margin-top:13px;
}

a#logo {
    text-align: center;
    display: block;
    border-bottom: 1px solid #353535;
    width: 100%;
    position: relative;
    z-index: 999;
    opacity: 1;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
    padding: 15px 0 9px 0;
}

.col1 {
    border: solid 1px #E5E5E5;
    float: left;
    position: relative;
    background-color: #fff;
}

#sns {
    clear: both;
    background-image: url(../img/snsMenu.png);
    background-repeat: no-repeat;
    width: 204px;
/*    margin-bottom: 20px;*/
}

#sns ul {
    list-style: none;
/*    width: 235px; */
    margin: 0px;
    padding: 0px;
}

#sns ul li {
    list-style: none;
    height: 45px;
    width: 30px;
    float: left;
    text-indent: -9999px;
    overflow: hidden;
}

#sns a {
    display: block;
/*    background-image: url(../img/snsMenu.png);*/
    background-repeat: no-repeat;
    height: 45px;
    width: 30px;
    overflow: hidden;
    text-indent: -9999px;
}

a.facebook {
    background-position: 0px 0px;
    width: 30px;
}

a:hover.facebook {
    background: url(../img/snsMenu.png) no-repeat -204px 0px  !important;
}

a.twitter {
    background-position: -30px 0px;
    width: 30px;
}

a:hover.twitter {
    background: url(../img/snsMenu.png) no-repeat -234px 0px  !important;
}

a.googleplus {
    background-position: -60px 0px;
    width: 30px;
}

a:hover.googleplus {
    background: url(../img/snsMenu.png) no-repeat -264px 0px  !important;
}

a.blogger {
    background-position: -90px 0px;
    width: 30px;
}

a:hover.blogger {
    background: url(../img/snsMenu.png) no-repeat -294px 0px  !important;
}

a.mail {
    background-position: -120px 0px;
    width: 30px;
}

a:hover.mail {
    background: url(../img/snsMenu.png) no-repeat -324px 0px  !important;
}

.timeline-Header-title {
	font-size:12px;
}

/*#twitterText {
	clear: both;
	font-size: 8pt;
	background: #FFF;
}

#twitterText p {
    text-align: left;
}

#twitterText p.tw_text a {
    display: inline !important;
    background-image: none !important;
}

#twitterText p.tw_day {
    text-align: right;
}
*/
#titleArea #leftArea a {
    background: url(../img/leftArea.png) no-repeat;
    text-indent: -9999px;
    height: 32px;
    width: 204px;
    display: block;
}

#titleArea #leftArea a:hover {
    background: url(../img/leftArea.png) no-repeat -204px 0;
}


#titleArea #mypage {
/*   background: url(../img/mypage.png) no-repeat; */
    padding-top: 10px;
    padding-bottom: 10px;
/*    height: 32px; */
    width: 204px;
    display: block;
    border-style: solid;
    border-bottom-width: 1.1px;
    border-top-width: 1.1px;
    border-color: #989898;

}

#cateArea #leftCategory {
    background: url(../img/leftCategory.png) no-repeat;
    text-indent: -9999px;
    height: 32px;
    width: 204px;
    display: block;
}

#cateArea #leftCategory:hover {
    background: url(../img/leftCategory.png) no-repeat -204px 0;
}

#cateArea #leftKeyword a {
    background: url(../img/leftKeyword.png) no-repeat;
    text-indent: -9999px;
    height: 32px;
    width: 204px;
    display: block;
    margin-top: -1px;
}

#cateArea #leftKeyword a:hover {
    background: url(../img/leftKeyword.png) no-repeat -204px 0;
}

#cateArea #leftExample a {
    background: url(../img/leftExample.png) no-repeat;
    text-indent: -9999px;
    height: 32px;
    width: 204px;
    display: block;
    margin-bottom: 12px;
}

#cateArea #leftExample a:hover {
    background: url(../img/leftExample.png) no-repeat -204px 0;
}

.open {
    cursor: pointer;
}

#slideBox {
    display: none;
}

div#container {
    float: left;
    position: relative;
    padding: 0 0 30px 0px;
}

div.page {
    margin-bottom: 5px solid #dbdbdb;
    margin-bottom: 0;
}

div.page_content {
    padding: 0 0 10px 0;
}

img.no_border {
    border: none!important;
}

div.footer {
    clear: both;
    text-align: center;
    font-size: 12px;
    margin-top: 40px;
    padding: 15px 0;
    background-color: #d4e7ee;
}

h1, h2 {
    margin: 0px;
    padding: 0px;
}

.one {
    width: 92.5%;
}

.one_half {
    float: left;
    width: 43%;
}

.box li {
	float: left;
	width: 140px;
	position: relative;
	margin: 0px 25px 40px 0px;
}
.box .title {
	padding: 5px 0px;
	font-size: 9.5pt;
	/*color: #000;*/
	color: #3EA8F2;
	overflow: hidden;
	height: 18px;
}
.box .text {
	font-size: 9pt;
	height: 38px;
	line-height: 1.4;
	overflow: hidden;
}
.box .del {
	left: 65px;
    position: relative;
}
.box .del a {
	border-radius: 5px;
	border: 1px solid #CCC;
	text-align: center;
	display: block;
	color: #727272;
	text-decoration: none;
	line-height: 1;
	width: 50px;
	padding: 5px 10px;
}
.box .del a:hover {
	background: #b3b3b3;
}

.box_L {
    border: solid 1px #E5E5E5;
    float: left;
    position: relative;
    background-color: #fff;
    padding: 10px 8px;
    margin: 4px 8px 4px 0px;
    width: 214px;
}

.box_R {
    border: solid 1px #E5E5E5;
    float: left;
    position: relative;
    background-color: #fff;
    padding: 10px 8px;
    margin: 4px 0px;
    width: 214px;
}

.box2 {
    border: solid 1px #E5E5E5;
    float: left;
    position: relative;
    background-color: #fff;
    padding: 15px;
    margin: 4px 0px;
    width: 680px;
}

.one_half.box_R.heightLine-1.mr0 h4 {
	text-align: right;
	margin-top: 0px;
	padding-top: 0px;
}

.Rbox {
    border: solid 1px #E5E5E5;
    float: left;
    position: relative;
    background-color: #fff;
    padding: 10px 8px;
/*    margin: 4px 0; */
    width: 214px;
}


#Right {
    float: left;
    width: 232px;
    margin-right: 8px;
}

#Right .Rbox.Rbox_half a {
    margin-top: 7px;
    display: block;
    line-height: 1.2;
}

#Right .Rbox.Rbox_half #recommend a {
    margin-top: 0px;
}

#Right .Rbox.Rbox_half #recommend{
	clear:both;
}

.one_half img.slant,
.Rbox_half img.slant {
    position: absolute;
    right: -1px;
    top: -1px !important;
}

.one .slant {
    position: absolute;
    right: -1px;
    top: -1px !important;
}

#C_Left {
	width:712px;
}

#C_Left h2 {
    float: left;
    margin: 0px 0px 4px;
    padding: 0px;
    line-height: 0;
}
#C_Left .one_half h3 {
	margin: 8px 0px;
}
#C_Left .one.clear.photoList.box2 dl dt h3 {
	margin: 8px 0px 0px;
	padding: 0px;
}

.subtitle {
    border-bottom: 1px solid #999999;
    /*border-top: 2px solid #999999;*/
    box-sizing: border-box;
    clear: both;
    height: 29px;
    margin: 18px 0;
    width: 100%;
}

.subtitle h2 {
	margin-top:5px !important;
}

.subtitle .read {
	margin-top:8px !important;
}

#Right h2 {
    float: left;
    margin: 0px 0px 6px;
    padding: 0px;
    line-height: 0;

}

#C_Left .eventTitle {
    /*font-size: 9pt;*/
    font-size: 9.5pt;
    margin-top: 3px;
}

#C_Left .read {
    float: right;
    position: relative;
    top: -2px;
}

#C_Left .read2 {
    text-align: right;
    font-size: 9pt;
    /*font-size: 9.5pt; */
	margin-bottom: 5px;
}

#C_Left .read a,#C_Left .read2 a {
    /* font-size: 8pt; */
    font-size: 9pt;
}

#C_Left .one_half.box.heightLine-1 h3 {
    font-size: 10pt;
    margin: 6px 0px 8px;
    padding: 0px;
}

#C_Left .one_half.box.heightLine-1 h3.mt6 {
    font-size: 10pt;
    margin: 6px 0px 8px;
    padding: 0px;
}

#C_Left .one_half.box.heightLine-1 h4 {
    margin: 6px 0 8px;
    padding: 0px;
    text-align: right;
}

/*leftMenu*/


#leftMenu {
    list-style: none;
    width: 204px;
    margin: 5px 0px;
    padding: 0px;
    height: 126px;
}

#leftMenu ul li {
    list-style: none;
    height: 21px;
    width: 204px;
    text-indent: -9999px;
    overflow: hidden;
}

#leftMenu a {
    display: block;
    height: 21px;
    width: 204px;
    overflow: hidden;
    text-indent: -9999px;
}

#sec #sort_area {
    border-bottom: 1px solid #B9B9B8;
    /*border-top: 2px solid #B9B9B8;*/
    height: 13px;
    padding: 5px 0px 10px 10px;
    position: relative;
    margin-bottom: 20px;
}

#sec #sort_area ul {
    background-image: url("../img/sort_title.gif");
    background-repeat: no-repeat;
    float: right;
    height: 13px;
    list-style: none outside none;
    overflow: hidden;
    width: 176px;
    margin: 3px 0px 0px;
    padding: 0px;
}

.cafe {
    background: url(../img/leftMenu.png) no-repeat;
}

a:hover.cafe {
    background: url(../img/leftMenu.png) no-repeat -204px 0;
}

.foods {
    background: url(../img/leftMenu.png) no-repeat 0 -21px;
}

a:hover.foods {
    background: url(../img/leftMenu.png) no-repeat -204px -21px;
}

.goods {
    background: url(../img/leftMenu.png) no-repeat 0 -42px;
}

a:hover.goods {
    background: url(../img/leftMenu.png) no-repeat -204px -42px;
}

.galleries {
    background: url(../img/leftMenu.png) no-repeat 0 -63px;
}

a:hover.galleries {
    background: url(../img/leftMenu.png) no-repeat -204px -63px;
}

.groups {
    background: url(../img/leftMenu.png) no-repeat 0 -84px;
}

a:hover.groups {
    background: url(../img/leftMenu.png) no-repeat -204px -84px;
}

.houses {
    background: url(../img/leftMenu.png) no-repeat 0 -105px;
}

a:hover.houses {
    background: url(../img/leftMenu.png) no-repeat -204px -105px;
}

.adLink {
	padding:25px 0 0;
	width:712px;
}

.adLink02 {
	padding:25px 0 0;
	width:712px;
	flex-flow: wrap;
}

.adLink img {
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.adLink a:nth-child(n + 2) {
	margin-left:10px;
}

.adLink02 a {
	margin-left:10px;
}

.adLink02 a:nth-child(3n+1) {
	margin-left:0;
}

.shopBox .wrap {
    height: 280px;
    margin: 0 25px 40px 0;
    position: relative;
    width: 310px;
}
.shopBox .shopContents {
    float: left;
    padding-left: 10px;
    width: 250px;
}
.shopBox .title {
    color: #3ea8f2;
    float: left;
/*    font-size: 9pt; */
    font-size: 9.5pt;
    width: 100%;
}
.shopBox .cat {
    color: #000;
    float: right;
    font-size: 12px;
    padding-right: 10px;
}
.shopBox .text {
    clear: both;
    font-size: 90%;
    height: 3em;
    line-height: 1.4;
}
.shopBox img {
    margin-bottom: 10px;
}
.shopBox .wrap ul li {
    clear: both;
}

#page_endline {
    clear: both;
    float: none;
    height: 21px;
    margin: 10px 0;
    width: 100%;
}

#page_endline ul {
    background: none repeat scroll 0 0 #F7F5F2;
    font-size: 100%;
    list-style: none outside none;
    vertical-align: middle;
    margin: 0px;
    padding: 0px;
    float: right;
}

#page_endline ul li {
    float: left;
    height: 21px;
    line-height: 21px;
    margin-left: 10px;
    vertical-align: middle;
}

/*mapList*/


#mapArea {
    position: relative;
    height: 107px;
    margin: 0px;
    padding: 0px;
}

#mapList {
    list-style: none;
    width: 47px;
    height: 30px;
    margin: 0px;
    padding: 0px;
    position: absolute;
    right: 15px;
    bottom: 4px;
}

#mapList ul li {
    list-style: none;
    height: 15px;
    width: 47px;
    text-indent: -9999px;
    overflow: hidden;
}

#mapList a {
    display: block;
    background-image: url(../img/maplist.png);
    background-repeat: no-repeat;
    height: 15px;
    width: 47px;
    overflow: hidden;
    text-indent: -9999px;
}

a.japan {
    background-position: -53px 0;
}

a:hover.japan {
    background-position: 0 0;
}

a.area {
    background-position: -53px -15px;
}

a:hover.area {
    background-position: 0px -15px;
}

#Leftbana ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#Leftbana ul li {
/*    margin: 8px auto; */
    margin: 10px auto;
    text-align: center;
}

#Leftbana ul li img {
    max-width: 100%;
}

#Rightbana {
    display: none;
}

.map {
    float: left;
    width: 104px;
    margin: 0px 10px;

    padding: 0px;
}

.map_chiiki {
    float: left;
    width: 104px;
    padding: 0px;
}
/*newshop,newevent*/

.photoList {
    clear: both;
}

.photoList dl {
	float: left;
	width: 140px;
	padding-right: 8px;
	margin-bottom: 5px;
}


.photoList dl:nth-child(3n+2) {
    border-right: #e5e5e5 solid 1px;
}

.photoList dl:nth-child(3n+3) {
    border-right: #e5e5e5 solid 1px;
    padding-left: 8px;
}

.photoList dl:nth-child(3n+5) {
	clear: both;
}

.photoList dl:nth-child(3n+4) {
    padding: 0px 0px 0px 8px !important;
}

.photoList dl:last-child,.photoList dl:nth-last-child(2),.photoList dl:nth-last-child(3) {
	margin-bottom: 0 !important;
}

.photoList dl dt, .photoList dl dd {
    margin: 0px;
    font-size: 9pt;
}

.photoList ul {
    clear: both;
    list-style: none;
    margin: 0px;
    padding: 0px;
    height: 142px;
}

.photoList li {
    float: left;
    padding-right: 11px;
    width: 144px;
}

.photoList li:nth-child(3) {
    padding-right: 0px !important;
}

.photoList .text {
    color: #000 !important;
    font-size: 8pt;
}


/*COLUMN*/

.columnList {
    clear: both;
}

.columnList ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.columnList li {
    float: left;
    width: 223px;
    margin-right: 8px;
}

.columnList li:nth-child(2) {
    margin-right: 0px !important;
}

.one_third {
    float: left;
    width: 33.33%;
}

.one_fourth {
    float: left;
    width: 25%;
}

.column_content {
    margin-top: 20px;
}

.column_content p {
    margin-left: 68px;
}

.column_content h4 {
    font-family: 'OstrichSansBlack';
    color: #0d4667;
    text-shadow: 1px 1px 0px #84bbdb;
    font-size: 28px;
}

.clear {
    clear: both;
}

div.page img {
    max-width: 100%;
}

a#logo:hover, /*a.facebook:hover, a.twitter:hover,*/ a.linkedin:hover, a.dribbble:hover, div.image_gallery img:hover {
    opacity: .5;
}

fieldset#contact_form button, .right {
    float: right;
}
/*回り込み解除*/
.clearfix {
    zoom: 100%;
}

.clearfix:after {
    content: " ";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

.clear {
    clear: both !important;
}


.align_l{
	text-align:left;
}
.align_c{
	text-align:center;
}
.align_r{
	text-align:right;
}

/*フッター*/

#footer {
    color: #666;
    margin: 0px auto;
    /*width: 936px;*/
	width: 964px;
    height: 430px;
    line-height: 80px;
    vertical-align: middle;
	padding: 40px 0 0;
}
.footerDescription {
	font-size: 120%;
}

#footer #fb01{
	float:right;
	width:250px;
	margin-top: 30px;
}

#footer #fb02{
	float:right;
	margin-right:20px;
	width:250px;
	margin-top: 30px;
}

#footer #foot_menu {
    margin-top: 32px;
    width: 190px;
    list-style: none;
	margin-top:30px;
	font-size: 110%;
	float:left;
}

#footer #foot_menu03 {
    width: 190px;
	float:left;
	margin-top: 30px;
	font-size: 110%;
	list-style: none;
}

#footer .sub_menu {
	margin:10px 0 0 1em;
}

#foot {
    clear: both;
    background-color: #d4e7ee;
    width: 100%;
    _text-align: center;
}

#footer #foot_menu li,#footer #foot_menu03 li {
    margin-bottom: 10px;
}

#footer a:link {
    color: #333;
}

#footer a:visited {
    text-decoration: none;
    color: #333;
}

#footer a:hover {
    color: #3ea8f2;
    text-decoration: underline;
}

#footer hr {
	margin-top:20px;
	background: #afb7b8 url(none);
	clear:both;
	padding-top: 0;
}



#foot_menu02 {
    float: left;
    height: 10px;
    list-style: none;
    margin-top: 10px;
}

#foot_menu02 li {
    /*border-right: 1px solid #6a6a6a;*/
    float: left;
    padding: 0 10px;
}

#foot_menu02 li:first-child {
	padding-left:0;
}

#foot_menu02 li:last-child {
    border-right: none;
}



#footer address {
    float: right;
    font-size: 80%;
    font-style: normal;
    margin-top: 10px;
    vertical-align: middle;
}

/* 2017/8/4 追加 */

.newbook img {
    margin-bottom: 5px;
}

.bookset dt {
    font-size: 12px;
}

.newShopBox {
    margin-top: 10px;
}

.box_chiiki2 .fSize8 {
    font-size: 9pt;
}

@media screen and (max-width: 1024px) {
/* TAB用 */

html,body {
	min-width: 1033px;
}

}
