@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
body {
	color: #000;
	background: #fff;
	font-size: 14px;
	line-height: 160%;
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック";
	text-align: center;
	margin: 0 auto;
}
a {
	color: #f6b;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
h1,h2,h3,p,ol,ul,li,dl,dt,dd,table {
	margin: 0;
	padding: 0;
	font-size: 100%;
	list-style-type: none;
}
table {
	line-height: 150%;
	border: 0;
}
td {
	vertical-align: top;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}
p {
	margin: 0;
}
p.spacer {
	margin-bottom: 10px;
}
p.spacer2 {
	margin-bottom: 20px;
}
p.spacer3 {
	margin-bottom: 30px;
}
.center {
	text-align: center;
}
.side {
	text-align: center;
	margin-bottom: 10px;
}
.right {
	text-align: right;
}
.bold {
	font-weight: bold;
}
.gray {
	color: #aaa;
}
.yellow {
	color: #FC0;
}
.orange {
	color: #F90;
}
.pink {
	color: #F36;
}
.red {
	color: #F00;
}
.blue {
	color: #06F;
}
.block {
	display: block;
	text-indent: -10000px;
	overflow: hidden;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}
*html .clearfix {
    height: 0em;
}
/******************** sp ********************/
div.sp {
	background: #b0ce00;
	color: #fff;
	font-size: 140%;
	font-weight: bold;
	line-height: 240%;
}
div.sp a {
	color: #fff;
}

.site-body .pc{
	display:block;
}
.site-body .sp{
	display:none!important;
}
#global_footer{
	display:none!important;
}

@media screen and (max-width: 719px) {
	.pc{
		display:none;		
	}
	.sp{
		display:block;
	}
}
#breadcrumb{
	display:none!important;
}
.page-header{
	display:none!important;
}
#vk-mobile-nav{
	display:none!important;
}
.site-footer{
	display:none!important;
}
address {
    clear: both;
    width: 100%;
    background: url(/wp-content/uploads/2025/08/foot.gif) top repeat-x!important;
    text-align: center;
    color: #FFF;
    padding: 18px 0 20px;
    font-weight: bold;
    font-style: normal;
}
/******************** header ********************/
div#head {
	background:  url("/wp-content/uploads/2025/08/head.gif") top repeat-x;
	height: 35px;
}
h1 {
	color: #680;
	font-size: 100%;
	margin: 5px 0 12px 1.5%;
	float: left;
}
*html h1 {
	margin: 5px 0 12px 1%;
}
ul#head-link {
	float: right;
	text-align: right;
	margin: 5px 1% 12px 10px;
}
* html ul#head-link {
	margin: 5px 1px 10px 10px;
}
ul#head-link li {
	display: inline;
	padding: 2px 0 2px 20px;
	margin-right: 12px;
}
ul#head-link li a:link, ul#head-link li a:visited,
p.info a:link, p.info a:visited {
	color: #680;
	text-decoration: underline;
}
ul#head-link li a:hover,
p.info a:hover {
	text-decoration: none;
}
ul#head-link li#commonlink {
	background:  url("/wp-content/uploads/2025/08/icon-commonlink.gif") left no-repeat;
}
ul#head-link li#sitemap {
	background:  url("/wp-content/uploads/2025/08/icon-sitemap.gif") left no-repeat;
}
ul#head-link li#email {
	background:  url("/wp-content/uploads/2025/08/icon-email.gif") left no-repeat;
}
ul#head-link li#point {
	background:  url("/wp-content/uploads/2025/08/icon-point.gif") left no-repeat;
}
ul#head-link li#link {
	background:  url("/wp-content/uploads/2025/08/icon-link.gif") left no-repeat;
}
ul#head-link li#diary {
	background:  url("/wp-content/uploads/2025/08/icon-diary.gif") left no-repeat;
}
ul#head-link li#home {
	background:  url("/wp-content/uploads/2025/08/icon-home.png") left no-repeat;
}
/******************** nav_tenpo ********************/
p#takuhai_logo {
	padding: 10px 0;
	text-align: center;
	background: #fff;
}
nav {
	margin: 0 0 -5px;
}
nav ul {
	clear: both;
	display: table;
	overflow: hidden;
	width: 100%;
	margin: 0;
}
nav li {
	display: table-cell;
	vertical-align: middle;
	width: 33.333%;
	text-align: center;
	float: left;
	font-size: 140%;
	font-weight: bold;
}
nav li a {
	display: block;
	color: #fff;
	line-height: 50px;
	padding-top: 10px;
	text-decoration: none;
}
nav li.one {
	background: #ff7ec4 url(/wp-content/uploads/2025/08/nav_one_bg.png) repeat-x center top;
	text-shadow: 1px 1px 5px #f09;
}
nav li.oka {
	background: #6eccff url(/wp-content/uploads/2025/08/nav_oka_bg.png) repeat-x center top;
	text-shadow: 1px 1px 5px #09f;
}
nav li.oba {
	background: #b976ff url(/wp-content/uploads/2025/08/nav_oba_bg.png) repeat-x center top;
	text-shadow: 1px 1px 5px #90f;
}
nav li.esthe {
	background: #ff9032 url(/wp-content/uploads/2025/08/nav_esthe_bg.png) repeat-x center top;
	text-shadow: 1px 1px 5px #f50;
}
nav li a:hover {
	color: #000;
}


#vk-mobile-nav-menu-btn{
	display:none;
}

/******************** menu ********************/
#common ul#nav_area, #one_pink ul#nav_area,
#oka_blue ul#nav_area, #oba_purple ul#nav_area, #esthe_orange ul#nav_area {
	clear: both;
	background: #b8dc4b;
	padding: 18px 0 5px;
	border-bottom: 1px solid #9c0;
}
#common ul#nav_area {
	margin-bottom: 20px;
}
#one_pink ul#nav_area {
	background: #ff7ec4;
	border-bottom: 1px solid #f08;
}
#oka_blue ul#nav_area {
	background: #6fccff;
	border-bottom: 1px solid #08f;
}
#oba_purple ul#nav_area {
	background: #b976ff;
	border-bottom: 1px solid #80f;
}
#esthe_orange ul#nav_area {
	background: #ff9032;
	border-bottom: 1px solid #f25b00;
}
ul#nav_area li {
	display: inline-table;
	text-align: center;
	font-weight: bold;
	margin: 0 2px 5px 0;
}
ul#nav_area li a {
	color: #fff;
	line-height: 40px;
	text-decoration: none;
	display: block;
	width: 80px;
	overflow: hidden;
	color: #fff;
	text-decoration: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
ul#nav_area li.blog_menu a{
	width:200px!important;
}


#common ul#nav_area li a {
	width: 120px;
	line-height: 20px;
	padding: 10px 0;
}
/********************/
#common ul#nav_area li a {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ddeea4), color-stop(0.95, #b9dc4e), color-stop(0.04, #d6eb98), color-stop(0.00, #ddeea4));
	background: -webkit-linear-gradient(top, #ddeea4 0%, #d6eb98 4%, #b9dc4e 95%, #ddeea4 100%);
	background: -moz-linear-gradient(top, #ddeea4 0%, #d6eb98 4%, #b9dc4e 95%, #ddeea4 100%);
	background: -o-linear-gradient(top, #ddeea4 0%, #d6eb98 4%, #b9dc4e 95%, #ddeea4 100%);
	background: -ms-linear-gradient(top, #ddeea4 0%, #d6eb98 4%, #b9dc4e 95%, #ddeea4 100%);
	background: linear-gradient(top, #ddeea4 0%, #d6eb98 4%, #b9dc4e 95%, #ddeea4 100%);
	border: 1px solid #99c610;
}
#common ul#nav_area li a:hover {
	background: #a9d22d;
}
/********************/
#one_pink ul#nav_area li a {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ffc3dd), color-stop(0.95, #ff80c5), color-stop(0.04, #ffb4dd), color-stop(0.00, #ffc3dd));
	background: -webkit-linear-gradient(top, #ffc3dd 0%, #ffb4dd 4%, #ff80c5 95%, #ffc3dd 100%);
	background: -moz-linear-gradient(top, #ffc3dd 0%, #ffb4dd 4%, #ff80c5 95%, #ffc3dd 100%);
	background: -o-linear-gradient(top, #ffc3dd 0%, #ffb4dd 4%, #ff80c5 95%, #ffc3dd 100%);
	background: -ms-linear-gradient(top, #ffc3dd 0%, #ffb4dd 4%, #ff80c5 95%, #ffc3dd 100%);
	background: linear-gradient(top, #ffc3dd 0%, #ffb4dd 4%, #ff80c5 95%, #ffc3dd 100%);
	border: 1px solid #ff3eaa;
}
#one_pink ul#nav_area li a:hover {
	background: #ff5eb5;
}
/********************/
#oka_blue ul#nav_area li a {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #bbe7f9), color-stop(0.95, #71ccff), color-stop(0.04, #ace1ff), color-stop(0.00, #bbe7f9));
	background: -webkit-linear-gradient(top, #bbe7f9 0%, #ace1ff 4%, #71ccff 95%, #bbe7f9 100%);
	background: -moz-linear-gradient(top, #bbe7f9 0%, #ace1ff 4%, #71ccff 95%, #bbe7f9 100%);
	background: -o-linear-gradient(top, #bbe7f9 0%, #ace1ff 4%, #71ccff 95%, #bbe7f9 100%);
	background: -ms-linear-gradient(top, #bbe7f9 0%, #ace1ff 4%, #71ccff 95%, #bbe7f9 100%);
	background: linear-gradient(top, #bbe7f9 0%, #ace1ff 4%, #71ccff 95%, #bbe7f9 100%);
	border: 1px solid #30b5ff;
}
#oka_blue ul#nav_area li a:hover {
	background: #34b7ff;
}
/********************/
#oba_purple ul#nav_area li a {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #d5acf7), color-stop(0.95, #ba78ff), color-stop(0.04, #d7b1ff), color-stop(0.00, #debef9));
	background: -webkit-linear-gradient(top, #debef9 0%, #d7b1ff 4%, #ba78ff 95%, #d5acf7 100%);
	background: -moz-linear-gradient(top, #debef9 0%, #d7b1ff 4%, #ba78ff 95%, #d5acf7 100%);
	background: -o-linear-gradient(top, #debef9 0%, #d7b1ff 4%, #ba78ff 95%, #d5acf7 100%);
	background: -ms-linear-gradient(top, #debef9 0%, #d7b1ff 4%, #ba78ff 95%, #d5acf7 100%);
	background: linear-gradient(top, #debef9 0%, #d7b1ff 4%, #ba78ff 95%, #d5acf7 100%);
	border: 1px solid #9937ff;
}
#oba_purple ul#nav_area li a:hover {
	background: #a146ff;
}
/********************/
#esthe_orange ul#nav_area li a {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ffa16b), color-stop(0.95, #ff8742), color-stop(0.04, #ffb270), color-stop(0.00, #ffc899));
	background: -webkit-linear-gradient(top, #ffc899 0%, #ffb270 4%, #ff8742 95%, #ffa16b 100%);
	background: -moz-linear-gradient(top, #ffc899 0%, #ffb270 4%, #ff8742 95%, #ffa16b 100%);
	background: -o-linear-gradient(top, #ffc899 0%, #ffb270 4%, #ff8742 95%, #ffa16b 100%);
	background: -ms-linear-gradient(top, #ffc899 0%, #ffb270 4%, #ff8742 95%, #ffa16b 100%);
	background: linear-gradient(top, #ffc899 0%, #ffb270 4%, #ff8742 95%, #ffa16b 100%);
	border: 1px solid #fe6001;
}
#esthe_orange ul#nav_area li a:hover {
	background: #ff7a2a;
}
/******************** tel ********************/
div.tel {
	color: #444;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #f0f0f0), color-stop(0.00, #ffffff));
	background: -webkit-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
	background: -moz-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
	background: linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
	text-align: center;
	padding: 15px 0 10px;
	line-height: 160%;
	border-top: 2px solid #eee;
	border-bottom: 2px solid #eee;
}
div.tel img {
	vertical-align: baseline;
	margin-right: 5px;
}
div.tel span {
	font-size: 200%;
	font-weight: bold;
}
div.tel p.small {
	margin-top: 5px;
}
/******************** box ********************/
div#box {
	width: 790px;
	text-align: left;
	margin: 20px auto 0;
}
div#box:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}
*html div#box {
    height: 0em;
}
/******************** contents ********************/
div#sub_wrap {
	margin: 40px -30px 10px 0;
}
div#sub_wrap:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}
*html div#sub_wrap {
    height: 0em;
}
div#sub_wrap dl {
	width: 380px;
	height: 300px;
	float: left;
	margin-right: 30px;
}
div#sub_wrap dt {
	background: url(/wp-content/uploads/2025/08/icon_arrow4.gif) no-repeat 0px 2px;
	font-size: 120%;
	padding: 0 0 0 22px;
	color: #8FBF00;
	font-weight: bold;
}
div#sub_wrap dt a {
	color: #8FBF00;
}
div#sub_wrap dd {
	padding: 0;
}
div#sub_wrap dd img {
	width: 380px;
	height: auto;
	margin: 10px auto;
}
/******************** hotel ********************/
ul#hotel {
	margin: 0 -30px 30px 0;
}
ul#hotel:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}
*html ul#hotel {
    height: 0em;
}
ul#hotel li {
	width: 380px;
	margin: 0 30px 10px 0;
	float: left;
}
ul#hotel li a {
	display: block;
	line-height: 40px;
	text-align: left;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.03, #ffffff), color-stop(0.97, #eeeeee), color-stop(0.00, #ffffff));
	background: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 97%, #ffffff 103%);
	background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 97%, #ffffff 103%);
	background: -o-linear-gradient(top, #ffffff 0%, #eeeeee 97%, #ffffff 103%);
	background: -ms-linear-gradient(top, #ffffff 0%, #eeeeee 97%, #ffffff 103%);
	background: linear-gradient(top, #ffffff 0%, #eeeeee 97%, #ffffff 103%);
	line-height: 30px;
	border: 1px solid #cfcfcf;
	color: #333;
	font-weight: bold;
	text-decoration: none;
}
ul#hotel li a:hover {
	background: #eee;
}
ul#hotel li img {
	position: relative;
	top: 3px;
	left: 10px;
	margin-right: 15px;
}
/******************** contents ********************/
div.left {
	float: left;
}
div.right {
	float: right;
	padding-left: 10px;
	text-align: left;
}
div.pink, div.pink-c, div.pink-wide, div.pink-wide-c,
div.blue, div.blue-c, div.blue-wide, div.blue-wide-c,
div.purple, div.purple-c, div.purple-wide, div.purple-wide-c,
div.green, div.green-wide, div.green-wide-c {
	width: 385px;
	margin: 0 0 15px;
	padding: 30px 0 0;
	clear: both;
}
div.green {
	margin: 0 0 10px;
}
div.pink, div.pink-c, div.pink-wide, div.pink-wide-c {
	background:   url("/wp-content/uploads/2025/08/bg-pink.gif") repeat-x top left;
}
div.blue, div.blue-c, div.blue-wide, div.blue-wide-c {
	background:  url("/wp-content/uploads/2025/08/bg-blue.gif") repeat-x top left;
}
div.purple, div.purple-c, div.purple-wide, div.purple-wide-c {
	background:  url("/wp-content/uploads/2025/08/bg-purple.gif") repeat-x top left;
}
div.green, div.green-wide, div.green-wide-c {
	background:  url("/wp-content/uploads/2025/08/bg-green.gif") repeat-x top left;
}
div.pink-c, div.pink-wide-c,
div.blue-c, div.blue-wide-c,
div.purple-c, div.purple-wide-c,
div.green-wide-c {
	text-align: center;
}
div.pink-wide, div.pink-wide-c,
div.blue-wide, div.blue-wide-c,
div.purple-wide, div.purple-wide-c,
div.green-wide, div.green-wide-c {
	width: 790px;
}
/******************** contents-round ********************/
div.round-green {
	width: 385px;
	background:  url("/wp-content/uploads/2025/08/round-green.gif") top no-repeat;
	padding: 15px 0;
}
p.right {
	text-align: right;
	margin-right: 5px;
}
/******************** h ********************/
h2,h3  {
	padding: 10px 3px 0;
	margin: 0 0 4px;
	font-size: 125%;
	clear: both;
}
#common h2, #one_pink h2, #oka_blue h2, #oba_purple h2, #esthe_orange h2 {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	line-height: 30px;
	margin: 20px 0 10px;
	padding: 3px 15px 0;
}
#common h2 {
	background: #b8dc4b;
}
#one_pink h2 {
	background: #ff7ec4;
}
#oka_blue h2 {
	background: #6eccff;
}
#oba_purple h2 {
	background: #b976ff;
}
#esthe_orange h2 {
	background: #ff9032;
}
h3 {
	color: #8FBF00;
}
div.event {
	margin-bottom: 15px;
}
div.event:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}
*html div.event {
    height: 0em;
}
.accordion dt:hover {
	cursor: pointer;
	position: relative;
	top: 1px;
}
.pc{
	display:block;
}
.sp{
	display:none;
}
/******************** note ********************/
div.note {
	background: url(/wp-content/uploads/2025/08/note_bg.gif) no-repeat center center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #ddd;
	-webkit-box-shadow: 0px 0px 4px 1px #eee;
	-moz-box-shadow: 0px 0px 4px 1px #eee;
	box-shadow: 0px 0px 4px 1px #eee;
	padding: 20px;
}

div.note-green {
	background:  url("/wp-content/uploads/2025/08/stripe-green.gif") repeat;
	border: 1px solid #CE0;
}
/******************** bottom_links ********************/
p.bottom_links {
	text-align: center;
	margin: 50px auto -30px;
	font-size: 80%;
}
p.bottom_links a {
	margin: 0 4px;
	color: #888;
	text-decoration: none;
}
/******************** text link ********************/
p#textlink {
	clear: both;
	text-align: center;
	margin: 0 0 20px;
	padding: 60px 0 0;
	color: #aaa;
}
p#textlink a {
	font-size: 90%;
	color: #000;
}
/******************** footer ********************/
address {
	clear: both;
	width: 100%;
	background:  url("/wp-content/uploads/2025/08/foot.gif") top repeat-x;
	text-align: center;
	color: #FFF;
	padding: 18px 0 20px;
	font-weight: bold;
	font-style: normal;
}
* html address {
	height: 45px;
	padding-top: 18px;
}
address a {
	color: #fff;
}
/******************** banner ********************/
img.banner {
	margin: 10px 0 0 0;
}
img.left {
	float: left;
}
img.right {
	float: right;
}
div#frame {
	margin-bottom: 15px;
}
iframe.news {
	width: 790px;
	height: 250px;
	float: left;
	border: 1px solid #ccc;
}
.twitter-timeline {
	float: right;
}
.gekimabu {
	margin: 10px auto 15px;
}
/******************** update ********************/
div.update {
	clear: both;
	text-align: left;
	line-height: 130%;
	margin: 10px -1px;
	overflow: auto;
	background: #f9f9f9;
}
div.update div {
	height: 100px;
	overflow: auto;
	padding: 8px 10px 6px;
}
*html div.update div {
	height: 120px;
}
div.update dl {
	float: left;
	width: 25%;
	overflow: hidden;
}
div.update dt {
	font-weight: bold;
}
div.update dd {
	margin: 0 20px 7px 0;
	width: 100%;
	overflow: hidden;
}
/******************** week ********************/
div.close {
	margin: 0 auto;
	padding: 0;
	display: none;
	position: relative;
}

div#highslide-container3 {
	min-height: 500px;
}
/******************** kuchikomi ********************/
#kuchikomi_link {
	background: url("/wp-content/uploads/2025/08/0109_kuchikomi.jpg") no-repeat top;
	height: 300px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	box-sizing: border-box;
	padding: 152px 100px 16px 33px;
}
#kuchikomi_link li {
	margin: 0 10px;
}
#kuchikomi_link li a {
	display: block;
	text-align: center;
	width: 250px;
	line-height: 30px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 0.08em;
	background: rgb(254,223,56); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(254,223,56,1) 0%, rgba(239,154,31,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(254,223,56,1) 0%,rgba(239,154,31,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(254,223,56,1) 0%,rgba(239,154,31,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fedf38', endColorstr='#ef9a1f',GradientType=0 ); /* IE6-9 */
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	border: 2px solid #fedf38;
	-webkit-box-shadow: 1px 1px 3px #999;
	-moz-box-shadow: 1px 1px 3px #999;
	box-shadow: 1px 1px 3px #999;
}
#kuchikomi_link li a:hover {
	color: #fedf38;
}
/******************** morning ********************/
div.count {
	margin-top: 10px;
	height: 180px;
	background: url(/wp-content/uploads/2025/08/0322_morning.gif) no-repeat;
}
div.count form {
	padding: 125px 0 20px;
}
div.count input {
	width: 790px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 300%;
	color: #fff;
	font-weight: bold;
	text-align: right;
	border: none;
	background: none;
}
/******************** morning3 ********************/
div.count3 {
	margin-top: 10px;
	height: 180px;
	background: url(/wp-content/uploads/2025/08/0322_morning3.gif) no-repeat;
}
div.count3 form {
	padding: 140px 0 20px;
}
div.count3 input {
	width: 790px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #fff;
	font-weight: bold;
	text-align: right;
	border: none;
	background: none;
}
/******************** afternoon ********************/
div.afternoon {
	margin-top: 10px;
	height: 180px;
	background: url(/wp-content/uploads/2025/08/0512_afternoon.gif) no-repeat;
}
div.afternoon form {
	padding: 125px 0 20px;
}
div.afternoon input {
	width: 790px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 300%;
	color: #fff;
	font-weight: bold;
	text-align: right;
	border: none;
	background: none;
}
/******************** afternoon2 ********************/
div.afternoon2 {
	margin-top: 10px;
	height: 180px;
	background: url(/wp-content/uploads/2025/08/0512_afternoon2.gif) no-repeat;
}
div.afternoon2 form {
	padding: 140px 0 20px;
}
div.afternoon2 input {
	width: 790px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #fff;
	font-weight: bold;
	text-align: right;
	border: none;
	background: none;
}
iframe.banner_1127 {
	margin-top: 10px;
	width: 790px;
	height: 300px;
}
iframe.banner_h300 {
	margin-top: 10px;
	width: 790px;
	height: 300px;
}
iframe.banner_0521 {
	margin-top: 10px;
	width: 790px;
	height: 220px;
}
iframe {
	border: 0;
}

/******************** side login ********************/
.question {
	float: right;
	position: relative;
	top: 6px;
	right: 15px;
}
#side_login {
    position: absolute;
    top: 0;
    right: 0;
    width: 130px;
    height: 130px;
    background: url(/wp-content/uploads/2025/08/side_login.png) no-repeat top left;
	float: right;
	margin-top: 340px;
	text-align: left;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
	-webkit-box-shadow: 1px 1px 3px #999;
	-moz-box-shadow: 1px 1px 3px #999;
	box-shadow: 1px 1px 3px #999;
}
*html #side_login {
    height: 135px;
}
#side_login div {
	padding: 30px 10px 0;
	line-height: 120%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 11px;
}
#side_login input.text {
	margin: -1px 0 2px;
	width: 100px;
}

/* よく使いそうなCSS3
----------------------------------------------------*/
#selectors {
/* 角丸 */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

/* 角丸個別 */
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	border-top-right-radius: 15px;

/* ボックスに影 */
	-webkit-box-shadow: 1px 1px 3px #999;
	-moz-box-shadow: 1px 1px 3px #999;
	box-shadow: 1px 1px 3px #999;

/* テキストに影 */
	text-shadow: 1px 1px 0px #999;

/* グラデーション */
    background: -moz-linear-gradient(top, #f5f5f5, #fff);　/* Firefox用 */  
    background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#066));　/* Safari,Google Chrome用 */  
}


@media screen and (min-width: 320px) and (max-width: 650px){
}

section#topics{
	max-height:300px;
	overflow-y:scroll;
	margin-top:20px;
	margin-bottom:20px;
	border:solid 1px #000;
}
.update{
	border:solid 1px #000;
}

.realtime{
	margin-right:10px;
	padding:10px;
/*
	height:800px;
	max-height:800px;
*/
	width:100%;
	margin-bottom:30px;
}
.realtime dl{
/*
	border:solid 1px #000;
*/

	height:800px;
	max-height:800px;
/*
	overflow-y:scroll;
*/
}

.realtime a{
	text-align:center;
	margin:0 auto;
}
.realtime dt{
	float:left;
	margin-top:40px;
}
.realtime dt .pic{
	margin:10px;
}
.realtime dd{
	margin-bottom:20px;
	text-align:left;
/*
	border-bottom:solid 1px #000;
*/
	padding-bottom:10px;
}
.realtime dd .date{
	display:block;
	padding:5px;
/*
	position: relative;
        left: -80px;
*/
	text-align:right;
}
.realtime dd .title{
	display:block;
	padding:5px;
	text-align:left;
	background:  url("/wp-content/uploads/2025/08/head.gif") top repeat-x;
	height: 35px;
/*
	color: #680!important;
*/
        width: 100%;

/*
	margin-bottom:20px;
	background-color:#f00;
	padding:10px;
	padding-bottom:5px;
*/
}
.realtime dd .title .title_body{
	margin-left:-110px;
}

.realtime dd .comment{
/*
	margin-top:10px;
*/
	margin-top:0px;
	padding:10px;
	overflow-x: hidden;
}

/********************
* html  IE6
*:first-child+html  IE7
head~/* */body  IE8/*
html>body  Firefox
body:last-child  Opera
html:not([lang*=""])  Firefox
html:not(:only-child:only-child)  Safari
********************/
.shame{
	padding:10px;
/*
	border:solid 1px #000;
	height:500px;
	max-height:500px;
*/
	width:95%;
}
.shame h2{
        background: url(/wp-content/uploads/2025/08/h2_bg.png) repeat-x!important;
        color: #fff;
        font-size: 120%;
        font-weight: bold;
        line-height: 27px;
	padding-top:0px;
	padding-bottom:10px;
        padding-left: 10px;
        text-shadow: 1px 1px 2px #890;
        margin: 15px 0 0!important;
}


.shame div#shame_body{
	border:solid 1px #000;
	height:480px;
	max-height:480px;
	overflow-y:hidden;
/*
	overflow-y:scroll;
*/
}
.shame div#shame_body ul{
	width:100%;
	display:block;
}

.shame div#shame_body li{
	width:22%;
/*
	height:230px;
*/
	color:#000;
	border:solid 1px #ccc;
	padding:5px;
	display:inline-table;
	vertical-align: top;
}
.shame div#shame_body li:nth-child(n+16){
	display:none!important;
}


.shame div#shame_body li a{
	color:#000;
	font-size:11px;
}
.shame div#shame_body img{
	max-width:100%;
	height:auto;
	min-height:60px;
	max-height:80px;
	display:block;
	text-align:center;
	margin:0 auto;

	object-fit: cover;
        vertical-align: bottom;
}
.shame div#shame_body .title{
	text-align:left;
	font-size:10px;
	display:grid;
	background-color:#333;
	color:#fff;
	padding:5px;
	height:30px;
	overflow:hidden;
}
.shame div#shame_body .name{
/*
	display:block;
*/
	font-size:9px;
	text-align:left;

}

.shame div#shame_body .date{
/*
	display:block;
*/
	font-size:9px;
	text-align:left;
	color: #666;
}


/******************** schedule ********************/
ul#schedule_date {
	display: flex;
	justify-content: center;
	margin: 0px auto 5px;
	width: 100%;
	text-align: center;
	_zoom: 1;
	overflow: hidden;
	list-style-type: none;
	position: relative;
}
ul#schedule_date li {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fd0;
	text-align: center;
	font-weight: bold;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #000), color-stop(0.00, #333));
	background: -webkit-linear-gradient(top, #444 0%, #000 100%);
	background: -moz-linear-gradient(top, #444 0%, #000 100%);
	background: -o-linear-gradient(top, #444 0%, #000 100%);
	background: -ms-linear-gradient(top, #444 0%, #000 100%);
	background: linear-gradient(top, #444 0%, #000 100%);
	display: inline-block;
	width: 110px;
	line-height: 30px;
	margin-right: 8px;
	_zoom: 1;
	overflow: hidden;
	border: 1px solid #fff;
}
ul#schedule_date li.current {
	padding-left: 5px;
}
ul#schedule_date li a {
	color: #fff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #000), color-stop(0.00, #333));
	background: -webkit-linear-gradient(top, #444 0%, #000 100%);
	background: -moz-linear-gradient(top, #444 0%, #000 100%);
	background: -o-linear-gradient(top, #444 0%, #000 100%);
	background: -ms-linear-gradient(top, #444 0%, #000 100%);
	background: linear-gradient(top, #444 0%, #000 100%);
	display: block;
	width: 110px;
	line-height: 30px;
	padding-left: 5px;
}
ul#schedule_date li a:hover {
	color: #fd0;
	background: #000;
}
/********************/
#schedule_wrap {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin: 15px auto 40px;
}
ul.schedule, ul.schedule.new, ul.schedule_newface {
	padding: 10px;
/*
	margin: 10px 9px;
*/
	width:120px!important;
	margin: 5px 4px;
	border-left: 3px solid #fff;
	line-height: 120%;
	border: 1px solid #000;
	background: url("/wp-content/uploads/2025/06/today_bg.png") no-repeat right bottom;
	text-align: left;
	height: 290px;

}
ul.schedule_newface {
	border: 1px solid #f00;
	background: #370000 url("/wp-content/uploads/2025/06/icon_new.png") no-repeat right bottom;
}
ul.schedule.new {
	background: url("/wp-content/uploads/2025/06/icon_new.png") no-repeat right bottom;
}
ul.schedule img, ul.schedule.new img, ul.schedule_newface img {
	margin-bottom: 8px;
/*
	width: 160px;
	height: 240px;
*/
	width: 120px;
	height: 180px;
	object-fit: cover;
}

li.name a {
	font-weight: bold;
	color: #000;
}
li.name a:hover {
	color: #000;
}
img.covid {
        width: 40px !important;
        height: auto !important;
        border: none !important;
        position: relative !important;
        top: -108px !important;
        right: 97px !important;
	margin: 0 -25px -100px !important;
}
/******************** schedule newface ********************/
h3.newface {
	font-size: 20px;
	letter-spacing: 0.1em;
}

.schedule_newface{
	color:#fff;
}
.schedule_newface li{
	color:#fff;
}
.typeicon {
	min-height: 40px;
	vertical-align: top;
	padding: 0 0 0 2px;
	float: right;
}
.typeicon img{
	width:auto!important;
	height:15px!important;
	margin-bottom:1px!important;
}