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

 smart phone setting

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

body {
  -webkit-text-size-adjust:100%; margin:0; padding:0;
  font-family:"Century Gothic",Arial,sans-serif;
  width:100%; position:relative;
  color:#333; background:#fff;
}

/* layout */
#contents { width:96%; margin: 0 auto 20px; }
#mainColumn {
	margin-bottom: 25px;
}
#sideColumn {
	padding-top: 25px;
	border-top: dotted 1px #333;
}

#bread_crumb { margin-top: 20px; }
#bread_crumb li.home a:before { top:-1px;}

/* headline */
.headline1 { margin:0; padding:0 15px; height:36px; line-height:36px; border:1px solid #ccc; border-left:5px solid #adb8bf; font-size:15px; background:url(images/headline1.gif) repeat-x left bottom; }
.archive_headline { margin:0 0 20px 0; padding:0 15px; height:36px; line-height:36px; background:#aaa; color:#fff; font-size:14px; }
.headline2 { margin:0; padding:0 15px; height:36px; line-height:36px; border:1px solid #ccc; font-size:15px; background:url(images/headline1.gif) repeat-x left bottom; }

/* mobile banner */
#mobile_banner_top { padding:15px; text-align:center; background:#fff; }
#mobile_banner_top img { display:block; height:auto; max-width:100%; width:auto; margin:0 auto; }
#mobile_banner_bottom { padding:0 0 15px; text-align:center; }
#mobile_banner_bottom img { display:block; height:auto; max-width:100%; width:auto; margin:0 auto; }


/* admin bar
html #wpadminbar{
	margin-top: -46px;
}
*/

/* ----------------------------------------------------------------------
 index
---------------------------------------------------------------------- */
#slider-wrapper{ margin: 0; width:100%; height:auto; padding: 5px 0 30px;}
.flexslider .slides img{ width: 100%;}
.flexslider-controls { display:none; }

/* center banner */
#index-banner{
	width: 100%;
}
#index-banner img{
	width: 100%;
	height: auto;
}

/* maincopy */
#maincopy {
	text-align: center;
	margin: 0 auto 30px;
}
#maincopy h2 {
	font-size: 19px;
	color: #000;
	margin: 0 auto 10px;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3", "メイリオ", meiryo, serif;
}
#maincopy p {
	font-size: 0.8rem;
	text-align: left;
}

#index-menu {
	width: 100%;
	margin: 0 auto;
	border-bottom: dotted 1px #333;
}
#index-menu-ul {
}
.index-meun-li {
	width: 100%;
	margin-bottom: 18px;
}
.index-meun-li-last {
}
.index-menu-thumb {
	margin: 0;
}
.index-menu-thumb img{
	width: 100%;
	height: auto;
}
.index-menu-title {
	margin: 0 0 5px;
	font-size: 18px;
	color:#8dd0d9 !important;
}
.index-menu-desc {
	margin: 0;
	font-size: 0.8rem;
	line-height: 200%;
}
.index-menu-title a{
	text-decoration: none;
	color:#8dd0d9 !important;
}

.index-menu-title a:visited{
	text-decoration: none;
	color:#8dd0d9 !important;
}

.index-menu-desc a {
	text-decoration: none;
}

/* news */
#index-news {
	width: 100%;
	border-bottom: solid 1px #ddd;
	margin: 0;
}
#index-news-headline {
	font-size: 0.9rem;
	float: left;
	margin: 0;
	line-height: 0.9rem;
}
#index-news-archivelink {
	font-size: 0.9rem;
	float: right;
}
#index-news-archivelink a {
	text-decoration: none;
	display: inline-block;
	padding-left: 10px;
	background-image: url(images/arrow_01.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#index-news-ul {
	margin: 0 0 30px;
}
#index-news-ul li {
	border-bottom: dotted 1px #999;
	margin: 10px 0 0;
	padding-bottom: 10px;
	font-size: 0.9rem;
        font-weight:bold;
}
#index-news-ul li a {
	text-decoration: none;
}
.index-news-date {
	display: inline-block;
	width: 90px;
	margin-right: 10px;
	font-weight: bold;
}

/* recommend */
#index-redommend-headline-wrapper {
	margin: 40px 0 10px;
	padding-bottom: 5px;
	border-bottom: solid 1px #ddd;
}
#index-recommend-headline-left {
	font-size: 20px;
	float: left;
	margin: 0;
	min-height: 32px;
}
#index-recommend-archivelink {
	font-size: 1rem;
	float: right;
}
#index-recommend-archivelink a {
	text-decoration: none;
	display: inline-block;
	padding-left: 10px;
	background-image: url(images/arrow_01.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#index-recommend-headline {
	margin: 40px 0 10px;
	padding-bottom: 5px;
	border-bottom: solid 1px #ddd;
	font-size: 20px;
}

#index-recommend {
	width: 100%;
}
.index-recommend-box {
	display: block;
	width: 46%;
	float: left;
	height: 210px;
	overflow: hidden;
	background: #F2F2F2;
	padding: 0;
	margin: 0 2% 10px;
}
.index-recommend-box-thumb {
	margin: 0;
}
.index-recommend-box-thumb img {
	width: 100%;
	height: auto;
}
.index-recommend-box-title {
	font-size: 14px;
	font-weight: normal;
	color: #000;
	margin: 0 15px;
}
.index-recommend-box-desc {
	display:none;
}
.index-recommend-box-title a, .index-recommend-box-desc a {
	text-decoration: none;
}

.index-recommend-box .meta{
	font-size: 12px;
	font-weight: normal;
	color: #333;
	margin: 5px 15px;
}
.index-recommend-box .meta li{
	display: inline;
	width: auto;
	float: left;
	border-right: solid 1px #333;
	margin: 0 10px 0 0;
	padding: 0 10px 0 0;
	line-height: 100%;
}
.index-recommend-box .meta li:last-child{
	border: none;
}
.index-recommend-box .meta li a{
	text-decoration: none;
}


/* ----------------------------------------------------------------------
 header
---------------------------------------------------------------------- */
#header_wrap { width:100%; }
#header { background:#fff; width:100%; border-top:4px solid #222; min-height:32px; padding:20px 0; position:relative; box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
background-color:#003274;
}

#description { display:none; }
#header_menu { display:none; }
.search_area { display:none; }

/* logo */
#logo { margin:5px 0 5px 15px; line-height:120%; float:left; font-size:18px; font-weight:normal; width:40%; overflow:hidden; }
#logo_text a, #logo a { color:#333; text-decoration:none; display:block; }
#logo_text a:hover, #logo a:hover { text-decoration:underline; }
#logo img { max-width:100%; height:auto; }


/* global menu */
#header a.menu_button {
   position:absolute; right:15px; margin:3px 0 0 0; display:inline-block; font-size:0.9rem; color:#fff !important; height:20px; padding:5px 10px; line-height:20px; text-decoration:none !important;
   -moz-border-radius:4px; -khtml-border-radius:4px; -webkit-border-radius:4px; border-radius:4px;
   border:2px solid #fff;background-color:#003274;font-weight:bold;
}
#header a.active { color:#000; background:#aaa; box-shadow:1px 1px 2px rgba(0,0,0,0.2) inset; }

#global_menu { display:none; clear:both; width:100%; margin:0; top:0px; position:relative; box-shadow: 1px 2px 1.5px rgba(0, 0, 0, 0.1); -moz-box-shadow: 1px 2px 1.5px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 1px 2px 1.5px rgba(0, 0, 0, 0.1); }
#global_menu ul { margin:0; }
#global_menu a { display:block; border:1px solid #ccc; margin:0 0 -1px 0; padding:5px 10px 5px 32px; line-height:40px; text-decoration:none; background:#fff url(images/arrow4.png) no-repeat 20px;color: #003274 !important; }
#global_menu a:hover { background-color:#eee !important; color:#333; }
#global_menu .sub-menu a{
	padding-left: 42px;
	background:#fff url(images/arrow4.png) no-repeat 30px !important;
}
#global_menu .sub-menu a:hover { background-color:#eee !important; color:#333; }


/* banner */
#header_banner { display:none; }




/* ----------------------------------------------------------------------
 single post page
---------------------------------------------------------------------- */

.post_date{
	width: 80px;
	height: auto;
	min-height: 80px;
	background: #000;
	float: left;
	margin: 0 15px 15px 0;
}
.post_date_year{
	display: block;
	width: 80px;
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background: #444;
	text-align: center;
	margin: 0;
	padding: 0;
}
.post_date_month{
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	margin: 0;
	padding: 0;
}
.post_date_month span{
	display: block;
	font-size:26px;
	margin: 0 0 -0.3em;
	padding: 0;
	height: 38px;
	line-height: 38px;
}
.post .meta, .archive .meta{
	font-size: 12px;
	font-weight: bold;
	color: #333;
	margin: 0 0 10px;
}
.post .meta li, .archive .meta li{
	display: inline;
	width: auto;
	float: left;
	border-right: solid 1px #333;
	border-bottom: none;
	margin: 0 10px 0 0;
	padding: 0 10px 0 0;
	line-height: 100%;
}
.post .meta li:last-child, .archive .meta li:last-child{
	border: none;
}
.post .meta li a, .archive .meta li a{
	text-decoration: none;
}

#single_title { border:1px solid #ccc; overflow:hidden; margin:0 0 10px 0; }
#single_title h1 { margin:0; font-size:16px; background:#ccc; color:#fff; padding:10px 15px; line-height:180%; }
#single_meta { margin:0; padding:3px 15px; font-size:10px; overflow:hidden; background:#f9f9f9; }
#single_meta li { float:left; padding:8px 0; margin:0 15px 0 0; line-height:100%; }
#single_meta li.post_category { background:url(images/icon_category.png) no-repeat left 7px; padding-left:16px; }
#single_meta li.post_tag { background:url(images/icon_tag.png) no-repeat left 7px;  padding-left:16px; }
#single_meta li.post_comment { background:url(images/icon_comment.png) no-repeat left 7px;  padding-left:18px; }
#single_meta li.post_author { background:url(images/icon_author.png) no-repeat left 7px;  padding-left:18px; }

#news_title { border:1px solid #ccc; overflow:hidden; }
#news_title h1 { margin:0; font-size:16px; background:#ccc; color:#fff; padding:10px 15px; line-height:180%; }
#news_title p { margin:0 15px; font-size:12px; overflow:hidden; }

.post { padding:15px 0 10px; }
.post_thumb{ margin:10px 0; }
.post_image { text-align:center; margin:0 0 15px 0; }

/* next page */
#post_pagination { margin:0 0 30px 0; }
#post_pagination h5 { margin:0 10px 0 0; float:left; line-height:30px; font-size:12px; }
#post_pagination a, #post_pagination p { float:left; display:inline-block; background:#eee; margin:0 5px 0 0; width:30px; height:30px; line-height:30px; text-align:center; text-decoration:none; color:#333; -moz-border-radius:3px; -khtml-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; font-size:12px; }
#post_pagination p { background:#999; color:#fff; }
#post_pagination a:hover { background:#333; color:#fff; }

/* bookmark */
.post .bookmark2 { clear:both; float:right; margin:5px 0 0 0; padding:0; list-style-type:none; }
.post .bookmark2 li { background:none; padding:0; float:left; margin:0 0 0 10px; }

/* banner */
#single_banner1 { text-align:center; margin:-5px 0 15px 0; }
#single_banner2 { clear:both; text-align:center; padding:10px 0 10px 0; }

/* author information */
#single_author { margin:0 0 20px; border:1px solid #ccc; padding:15px 15px 2px; -moz-border-radius:4px; -khtml-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; background:#f9f9f9; position:relative; }
#single_author_avatar {  }
#single_author_avatar img { width:70px; height:70px; display:block; border:none; padding:0 0 15px 0; margin:0 auto; float:none; }
#single_author_meta { width:100%; text-align:center; }
#single_author_name { margin:0 0 10px 0; font-size:14px; line-height:160%; }
#single_author_name2 { margin:0; font-size:10px; display:block; }
#single_author_link { color:#333; text-decoration:none; font-size:12px; background:#e8e8e8; padding:5px 25px; -moz-border-radius:20px; -khtml-border-radius:20px; -webkit-border-radius:20px; border-radius:20px; margin:0 auto 15px; display:inline-block; }
#single_author_link:hover { color:#fff; }
#single_author_desc { padding:15px 0 0 0; margin:0; font-size:12px; border-top:1px dotted #ccc; text-align:left; }
#single_author_desc p { margin:0 0 10px 0; }

/* author post */
#single_author_post { margin:0 0 20px 0; }
#single_author_post ul { margin:0; padding:0; background:#f9f9f9; }
#single_author_post li { border:1px solid #ccc; border-top:none; padding:15px; }
#single_author_post ul li li { border:none; padding:0; margin:0 0 7px 0; float:left; font-size:11px; line-height:110%; }
#single_author_post ul li li.date { display:block; margin:0 10px 0 0; padding:0 10px 0 0; border-right:1px solid #ccc; }
#single_author_post .image { float:left; width:30%; margin:0 5% 0 0; }
#single_author_post .image img { width:100%; height:auto; display:block; }
#single_author_post .image:hover img { opacity:0.5; }
#single_author_post .info { float:left; width:65%; margin:0; }
#single_author_post .title { margin:0; padding:0; font-size:13px; line-height:160%; }
#single_author_post .title a { text-decoration:none; display:block; }
#single_author_post .title a:hover { text-decoration:underline; }


/* related post */
#related_post { margin:0 0 20px 0; }
#related_post ul { margin:0; padding:0; background:#f9f9f9; }
#related_post li { border:1px solid #ccc; border-top:none; padding:15px; }
#related_post .image { float:left; width:30%; margin:0 5% 0 0; }
#related_post .image img { width:100%; height:auto; display:block; }
#related_post .image:hover img { opacity:0.5; }
#related_post .title { float:left; width:65%; margin:0; font-size:13px; line-height:160%; }
#related_post .title a { text-decoration:none; display:block; }
#related_post .title a:hover { text-decoration:underline; }

/* next prev post link */
#previous_next_post { margin:0 0 20px; padding:0; }
#previous_next_post p { margin:0 0 2px 0; }
#previous_next_post a { color:#fff; text-decoration:none; line-height:140%; font-size:11px; padding:12px 0; display:block; }
#previous_post a { margin:0; padding-left:7%; padding-right:5%; background:#003274 url(http://www.xn--pckhtyr3f0e1k.jp/wp-content/uploads/2017/03/0173-Left-e1490956540516.png) no-repeat 1% 11px; }
#next_post a { margin:0; text-align:right; padding-left:5%; padding-right:7%; background:#003274 url(http://www.xn--pckhtyr3f0e1k.jp/wp-content/uploads/2017/03/0173-e1490955985179.png) no-repeat right 1% top 11px; }
#previous_next_post a:hover { color:#fff !important; }
#previous_next_post a:visited{ color:#fff !important; }

/* comment box-sizing: content-box;　*/
#comment_header_right { float:none; position:relative; margin:0; }
#comment_header_right li { float:none; }
#comment_header_right li a, #comment_header_right li p { width:50%; margin:0 -2px -1px 0; float:right; }
.comment-meta { margin:0 0 10px 0; }
.comment-meta-left { float:left; width:auto; min-width:150px; }
.comment-content { padding:0; margin:0; }
#submit_comment { width:100%; }
#trackback_url_area input { padding:5px 2%; width:96%; border:none; background:#eee; }

/* bookmark */
.post .bookmark {
	clear: both;
	display: block;
	list-style-type: none;
	margin: 0 0 10px;
	padding-top: 10px;
}
.post .bookmark li {
	float: left;
	margin: 0 5px 0 0;
}
.post .bookmark li.twitter{
	width: 90px;
}



/* ----------------------------------------------------------------------
 archive
---------------------------------------------------------------------- */
.post_list{
	font-size: 12px;
}
.post_list a{
	text-decoration: none;
}
.post_list ol {
	margin: 0;
	padding: 15px 0 0;
}
.post_list ol li{
	border-bottom: dotted 1px #888;
	margin-bottom: 30px;
	padding-bottom: 10px;
}
.post_list ol li:last-child{
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 10px;
}
.post_title{
	font-size: 14px;
	font-weight: bold;
	margin: 20px 0 0;
	float: left;
	width:100%;
	padding-bottom:10px;
}
.post_thumb{
	clear: both;
}
.post_thumb img{
	width: 100%;
	height: auto;
}
.post_content{
	clear: both;
}


/*
#post_list { background:#fff; border:1px solid #ccc; overflow:hidden; margin:0; }
#post_list li { border-bottom:1px dotted #ccc; padding:15px; margin-bottom:-1px; }
#post_list ul { overflow:hidden; margin:0 0 5px 0; }
#post_list ul li { border:none; padding:0; margin:0 0 7px 0; float:left; font-size:11px; line-height:110%; }
#post_list ul li.post_date { display:block; margin:0 10px 0 0; padding:0 10px 0 0; border-right:1px solid #ccc; }

#post_list .info { }
#post_list .title { font-size:16px; margin:0 0 10px 0; }
#post_list .title a { display:block; }
#post_list .excerpt { font-size:13px; line-height:170%; margin:0 0 18px 0; }
#post_list .link { font-size:12px; display:block; background:url(images/arrow1.gif) no-repeat left top; padding:0 0 0 30px; height:13px; line-height:13px; margin:0 0 20px 0; }

#post_list .image img { display:block; margin:0 auto 15px; height:auto; max-width:100%; width:auto; }

#post_list .bookmark { margin:0 0 -10px 0; }
#post_list .bookmark li { border:none; padding:0; margin:0 5px 0 0; height:30px; }
#post_list .bookmark li.social1 { width:140px; }
*/
/* Author page */
#author_post_list #post_list { border-top:none; }
#author_profile_area { border:1px solid #ccc; margin:20px 0; padding:15px 15px 0; -moz-border-radius:4px; -khtml-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; background:#f9f9f9; }
#author_avatar { float:left; width:15%; margin:0 5% 20px 0; }
#author_avatar img { width:100%; height:100%; display:block; border:none; padding:0; }
#author_meta { }
#author_name { float:left; position:relative; width:75%; margin:0; font-size:18px; line-height:160%; }
#author_name2 { margin:0 0 0 15px; font-size:12px; }
#author_desc { clear:both; border-top:1px dotted #aaa; padding:10px 0 0 0; font-size:12px; }

/* Author list page */
#profile_author_list { margin:0; padding:0; }
#profile_author_list li { border:1px solid #ccc; margin:20px 0; padding:15px 15px 0; -moz-border-radius:4px; -khtml-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; background:#f9f9f9; }
.profile_author_avatar { float:left; width:15%; margin:0 5% 20px 0; }
.profile_author_avatar img { width:100%; height:auto; display:block; border:none; padding:0; }
.profile_author_meta_top { float:left; position:relative; width:75%; margin:-2px 0 15px 0; }
.profile_author_name { margin:0 0 6px 0; font-size:16px; line-height:130%; }
.profile_author_name2 { margin:0; font-size:10px; display:block; }
.profile_author_link { color:#333; text-decoration:none; font-size:11px; background:#e8e8e8 url(images/arrow_right.png) no-repeat 16px 9px; padding:5px 20px 5px 30px; -moz-border-radius:20px; -khtml-border-radius:20px; -webkit-border-radius:20px; border-radius:20px; }
.profile_author_link:hover { color:#fff; }
.profile_author_desc { clear:both; border-top:1px dotted #aaa; padding:5px 0 0 0; font-size:12px; }
.profile_author_desc p { margin:0 0 10px 0; }

/* page nav */
.page_navi { margin:20px 0; }
.page_navi h4 { font-size:10px; font-weight:normal; margin:0 0 10px 0; color:#888; }
.page_navi ul { margin:0; }
.page_navi li { float:left; }
.page_navi a, .page_navi a:hover, .page_navi span
 { text-decoration:none; color:#fff; font-size:11px; padding:13px 15px; line-height:100%; margin:0 4px 4px 0; background:#999; display:block; -moz-border-radius:3px; -khtml-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; }
.page_navi a:hover { color:#fff; background:#3F7985; text-decoration:none; }
.page_navi span.dots { background:none; }
.page_navi span.current { color:#fff; background:#333; }
.page_navi p.back { margin:0; }
.page_navi p.back a, .page_navi p.back a:hover { display:inline-block; padding: 10px 15px; }

/* 404 not found */
#not_found .search_area { margin:0 0 20px 0; }
#not_found #search_input { float:left; margin:0 5px 0 0; border:1px solid #ccc; background:#f2f2f2; width:260px; height:33px; position:relative; padding:0 10px; box-shadow:2px 2px 3px 0px #ddd inset; }
#not_found .back { margin:0; line-height:100%; }
#not_found .back a { background:url(images/arrow1.gif) no-repeat left; padding:0 0 0 28px; }



/* ----------------------------------------------------------------------
 side
---------------------------------------------------------------------- */

/* common */
.side_headline{
	font-size: 14px;
}

/* side banner */
#side-banner{
	text-align: center;
	margin-bottom: 20px;
}

/* search */
.widget_search #search-box, .widget_search #s { width:80%; margin:0 0px 5px 0; }
.widget_search #search-btn input, .widget_search #searchsubmit { width:14%; }

/* google search */
.google_search #search_input, .widget_search #s { width:80%; margin:0 0px 5px 0; }
.google_search input#search_button, .widget_search #searchsubmit { width:14%; }

/* styled post1 */
.styled_post_list1_widget .side_headline{
	min-height: auto;
	border-bottom: dotted 1px #888;
}

.screen-reader-text{
	display: none;
}


/* ----------------------------------------------------------------------
 footer
---------------------------------------------------------------------- */
#footer{
	padding-bottom: 45px;
}

/* carousel */
.slick-slider{}
#footer-slider-wrapper{
	width: 100%;
	padding-top: 20px;
	border-top: solid 1px #ddd;
}
#footer-slider-wrapper-inner{
	width: 94%;
	margin: 0 auto;
}

/* common */
#footer-inner{
	padding: 20px 10px;
	border-top: solid 1px #ddd;
	background: #003274;
}

/* footer logo */
#footer_logo { display:none; }
#footer_logo_text { display:none; }
#footer_description { display:none; }

/* footer banner */
#footer-banner{
	display:none;
}


/* widget area */
.footer_widget { margin:0 0 30px 0; font-size:15px; }
.footer_widget:last-child { margin:0; }
.footer_headline { font-size:14px; border-bottom:1px dotted #888; padding:0 0 7px 0; margin:0 0 12px 0; color:#fff;}
.footer_widget ul { margin:0; }
.footer_widget li ul { margin:10px 0 0 0; }
.footer_widget li { line-height:170%; margin:0 0 10px 0; padding:0 0 0 9px; background:url(images/arrow4.png) no-repeat left 6px; }
.footer_widget a { }
.footer_widget img { height:auto; max-width:100%; width:auto; }

/* copyright */
#footer_copr{
	height: 61px;
	
}

#copyright { width:94%; color:#ccc; font-size:11px; background:#003274; margin:0; line-height:100%; padding:10px 3%; }
#copyright a { text-decoration:none; color:#ccc; }
#copyright a:hover { text-decoration:underline; }



/* footer_sociallink */
#footer_social_link {
	width:94%;
	height:35px;
	padding-left: 3%;
	margin:0;
	position:absolute;
	bottom:90px;
}
.social_link {
	margin:0;
}
.social_link li:first-child {
	float:left;
	margin:5px 0 0 0;
}
.social_link li {
	float:left;
	margin:5px 0 0 7px;
}
.social_link li a {
	display:block;
	width:35px;
	height:30px;
	text-decoration:none;
	text-indent:-9999px;
}
.social_link li.rss a {
	background:url(images/rss.png) no-repeat left top;
}
.social_link li.twitter a {
	background:url(images/tw.png) no-repeat left top;
}
.social_link li.facebook a {
	background:url(images/fb.png) no-repeat left top;
}
.social_link li a:hover {
	background-position:left bottom;
}

.toriko{
	width: 100%;
	text-align:center;
	overflow:hidden;
}

.toriko iframe{
  	height:800px;
  	width: 100%;
}



.page-id-55784 {
background-color:#FFFFFF !important;
background-image: none !important;
color:  #454343 !important;  
font-family: sans-serif;
a-color:  #5e5d2f !important;
}
.post_info, .news_info {
  float: none;
}
@media screen and (min-width:801px){
#global_menu {
 border-bottom: none !important;
}
#header {
    width: 100%;
    height: 187px;
    margin: 0px;
    background-color: #003274;
    position: fixed !important;
    top: 0;
    z-index: 100000;
}
/*店名部分*/
.shop-name-head {
    position: fixed;
    left: 0px;
    top: 155px;
    background: #fff;
    width: 100%;
    height: 130px;
    z-index: 9;
    text-align: center;
}
.shop-name-head{
    margin-right: 1em;
    font-size: 1.2rem;
    line-height: 1.5em;
    font-weight: bold;
}

.announce {
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #2c2c2f;
    background: #ff0000;/*背景色*/
}
.announce p {
    margin: 0; 
    padding: 0;
}
/*店舗画像スライダー*/
.slideshow1{
       margin-bottom: 0;
}
.slideshow1-sp{
	display:none;
	}
/*店舗紹介文*/
.top-text-sp{
       display:none;
	}

h1 {
    font-size: 150% !important;
    font-weight: bold !important;
    color: #333333 !important;
    border: none;
    padding: 1rem 2rem;
    position: unset !important;
    margin-top: 50px;
}
.post_content h1::after {
       display:none;
	}
/*アクセス*/
/* 山田追記 2022/02/01 */
 .map{
       display: flex;
       flex-direction: row;
       align-content: flex-start;
       justify-content:center;
	}
.lmap, .raccess{
     width: 45%;
     height:450px;
     justify-content:center;
 }
/* ここまで */
.pc-address{
  vertical-align: baseline;;
}
.th{
   font-weight: bold;
}

h2 {
    font-size: 150% !important;
    font-weight: bold !important;
    color: #333333 !important;
    border: none;
    padding: 1rem 2rem;
    border-top: 3px solid #333333;
    border-bottom: 3px solid #333333;
    position: unset !important;
    margin-top: 50px;
}

/*お知らせ*/
.news-sp{
       display:none;
	}
.news-button-sp{
       display:none;
	}
/*料金表*/
.price-sp{
       display:none;
	}



.table{
  border-collapse: collapse;
  margin: 0 auto;
}
.table-img{
  vertical-align: top;
  width: 300px;
 border: none !important;
 text-align: left !important;
}
 
.table-img{
  background: #ffffff;
}
.table-img > img{
  width: 100%;
  margin: 0px auto !important;
}

table {
  color: #454343
  }
.nowrap{
  border: 1px solid #ccc;
  }
.txt{
  border: 1px solid #ccc !important;
  }
.post td{
  border: none ;
 }




/*店内写真*/
.seat-menu-wrapper{
 display: flex;
 flex-wrap: wrap;
}

.seat-menu-title{
 color: #454343;	
	
}
.seat {
  padding: 0px 0 0px;
  color: #454343;
}

.seat-menu {
 width: 33%;
	height: 450px;
 margin-bottom: 50px;
}

.seat-menu-inner {
	height: 450px;
  padding: 25px 30px 0;
  background-color: #ccdee8;
	text-align: center;
  margin: 0 20px;
}

.seat-img {
  max-width: 300px;
  max-height: 200px;
	  margin-bottom: 5px;
  border-radius: 5px;
}
 
.seat-menu-title {
 margin-bottom: 8px;
	text-align: center;
}

.menu-text {
 font-size: 14px;
	text-align: left;
}

a, a:visited {
    outline: none;
    color: #333333 !important;
}
/*トップバナーメニュー*/
.top-banner{
        margin-top:150px;
	display: flex;
	flex-wrap:wrap;
      justify-content: center;
}

	.top-banner li {
	width: calc(90%/4);/*←画像を横に4つ並べる場合*/
	padding:0 5px;/*←画像の左右に5pxの余白を入れる場合*/
	box-sizing:border-box;
}
.top-banner li img {
	max-width:100%; /*画像のはみだしを防ぐ*/
	height: auto; /*画像の縦横比を維持 */
	border:solid 1px #ccc; /*←画像を1pxのグレーの枠線で囲む指定の場合*/
}
#nav {
  list-style: none;
  display: flex;
}
 
#nav li {
  width: 100%;
  text-align: center;
  background-color: #003274;
  height: 50px;
  line-height: 50px;
  margin-right: 2px;
}
 
#nav li a {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  padding: 20px;
}

.cashless {
    margin: 0 0 2em 0;
    background: #ffffff;
    border: solid 1px #cccccc;
    width: 90%;
}
.cashless-title {
    font-size: 14px;
    background: #cccccc;
    padding: 4px;
    text-align: center;
    color: #333333;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.cashless p {
    padding: 5px 5px;
    margin: 0;
}
.cashless-list {
    display: flex;
    flex-direction: row;
    margin-right: auto;
    margin-left: auto;
    justify-content: center;
    flex-wrap: wrap;
    align-content: space-between;
    height: auto;
}
.cashless-list img{
   height:auto;
   margin: 4px 4px 4px
}
.container{
  display: flex;
 flex-direction: row;
 justify-content: center;
 flex-wrap: wrap;
 align-content: space-between;
 height: auto;
 border: solid 1px #cccccc;
}
.item{
background: #FFFFFF;
padding: 5px 5px;
margin: 0;
}
.pc-cashless{
  vertical-align: baseline;;
}
.seat-sp{
       display:none;
	}

}


.seat-sp{
      font-size: 10px;
       width: 90%;
	}
.service-sp {
    margin: 0 0 2em 0;
    background: #ffffff;
    border: solid 1px #cccccc;
    width: 90%;
}
.service-title {
    font-size: 14px;
    background: #cccccc;
    padding: 4px;
    text-align: center;
    color: #333333;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.service-container{
  display: flex;
flex-direction: row;
justify-content: center;
flex-wrap: wrap;
align-content: space-between;
height: auto;
}
.service-item{
background: #FFFFFF;
padding: 5px 5px;
margin: 0;
}

.service-sp1{
    display: flex;
   flex-wrap: wrap;
  justify-content: flex-start; 
    padding: 0 0 0 10px;
    margin: 5px !important;
    list-style: none !important;
   text-align: center;
}
.service-sp1 ul li{
    margin: 5px !important;
}

.service-sp1 li p{
   font-size: 10px !important;
  text-align: center;
  padding: 3px;
  line-height: normal;
  }
.service-sp1 li{
  width: 19%;
}

a, a:visited {
  outline: none;
  color: #454343 !important;
}

@media screen and (max-width:800px){

#header {
    width: 100%;
    height: 60px;
    margin: 0px;
    background-color: #003274;
    position: fixed !important;
   box-shadow: none;
    top: 0;
    z-index: 100000;
}

.shop-name-head {
    position: fixed;
    left: 0px;
    top: 100px;
    background: #fff;
    width: 100%;
    height: 50px;
    z-index: 9;
    text-align: center;
    padding: 6px 0 6px 0
}
.shop-name-head{
    margin-right: 1em;
    font-size: 14px;
    line-height: 1.5px;
    font-weight: bold;
}

.post {
    padding: 10px 0 10px;
}
.top-menu{
   display:none;
   }
/* 山田追記 2022/02/01 */
.map{
    display: flex;
    flex-direction: column;
 }
.lmap, .raccess{
    width:95%;
    justify-content:center;
    margin:15px auto;
}
/* ここまで */

.slideshow1{
   display:none;
   }
.slideshow1-sp{
       margin-bottom: 0;
       width: 100%;
}

.top-text{
       display:none;
	}
.news-pc{
       display:none;
	}
h1 {
    text-align: center;
    font-size: 16px !important;
    font-weight: bold !important;
    color: #333333 !important;
    border: none;
    padding: 1rem 2rem !important;
    position: unset !important;
    border-bottom: none !important;
    margin: 10px 0 40px;
   font-family: sans-serif;
}

h2 {
    font-size: 150% !important;
    font-weight: bold !important;
    color: #333333 !important;
    border: none;
    padding: 5px 2rem;
    border-top: 3px solid #333333;
    border-bottom: 3px solid #333333;
    position: unset !important;
    margin-top: 20px;
   font-family: sans-serif;
}
#bread_crumb{
 margin-top: 0;
}

hr {
    border: 1px solid #ccc;
    margin: 20px 0;
}
.top-text-sp{
   margin: 0 0;
}

.post th {
    background: #FFFFFF !important;
     font-weight: bold !important;
    border: 1px solid #ccc;
    padding: 10px 15px 7px;
    line-height: 1.5px;
    font-size: 14px;
   
}
.post td{
    border: 1px solid #ccc;
    padding: 10px 15px 7px;
    line-height: 1.5;
   font-size: 14px;
}
table {
    border-collapse: collapse;
    width: 90%;
    border: 0;
}

.news-button a {
  display: flex;
  justify-content: space-between;
  align-items: center;
 text-decoration:none;
  margin: 0 auto;
  padding: 10px 30px;
  width: 80%;
  color: #333333 !important;
  font-size: 16px;
  font-weight: 700;
  background-color: #cccccc;
  border-radius: 50vh;
}

.news-button a::after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #333333;
  border-right: 3px solid #333333;
 color: #333333 !important;
  hover-color: #333333 !important;
 text-decoration:none;
  transform: rotate(45deg);
}

.news-button a:hover {
  text-decoration: none;
  background-color: #bbbbbb !important;
  color: #333333 !important;
}

a:visited {
    outline: none;
    color: #333333 !important;
}
#shitagaki h1:before,#tsukekara h1:after{
	content: none !important;
}
.news-sp{
    width: 80%;
	}
.price-pc{
       display:none;
	}
a.anchor {
    display: block;
    position: relative;
    top: -166px;
    visibility: hidden;
}

.post p {
    margin: 0 0 0 0;
}
.cashless {
    margin: 0 0 2em 0;
    background: #ffffff;
    border: solid 1px #cccccc;
    width: 90%;
}
.cashless .cashless-title {
    font-size: 14px;
    background: #cccccc;
    padding: 4px;
    text-align: center;
    color: #333333;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.cashless p {
    padding: 5px 5px;
    margin: 0;
}
.cashless-list {
    display: flex;
    flex-direction: row;
    margin-right: auto;
    margin-left: auto;
    justify-content: center;
    flex-wrap: wrap;
    align-content: space-between;
    height: auto;
}
.cashless-list img{
   height:auto;
   margin: 4px 4px 4px
}
.container{
  display: flex;
flex-direction: row;
justify-content: center;
flex-wrap: wrap;
align-content: space-between;
height: auto;
}
.item{
background: #FFFFFF;
padding: 5px 5px;
margin: 0;
}
.seat{
       display:none;
	}

.seat-sp{
      font-size: 10px;
       width: 90%;
	}
.service-sp {
    margin: 0 0 2em 0;
    background: #ffffff;
    border: solid 1px #cccccc;
    width: 90%;
}
.service-title {
    font-size: 14px;
    background: #cccccc;
    padding: 4px;
    text-align: center;
    color: #333333;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.service-container{
  display: flex;
flex-direction: row;
justify-content: center;
flex-wrap: wrap;
align-content: space-between;
height: auto;
}
.service-item{
background: #FFFFFF;
padding: 5px 5px;
margin: 0;
}

.service-sp1{
    display: flex;
   flex-wrap: wrap;
  justify-content: flex-start; 
    padding: 0 0 0 10px;
    margin: 5px !important;
    list-style: none !important;
   text-align: center;
}
.service-sp1 ul li{
    margin: 5px !important;
}
.service-pc{
  display:none;
	}
.service-sp1 li p{
   font-size: 10px !important;
  text-align: center;
  padding: 3px;
  line-height: normal;
  }
.service-sp1 li{
  width: 19%;
}
.wpsisac-image-slide img{
height: 100% !important;
width: 90% !important;
object-fit: cover;
object-position: top center;
}
a, a:visited {
  outline: none;
  color: #454343 !important;
}
