/*
Theme Name: RikaLadiesClinic
Author: Mayu Morimoto
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Description:
Tested up to: 5.5.3
Requires PHP: 7.4
Text Domain: n-clinic.net
Tags: two-columns, right-sidebar, custom-colors, custom-header, custom-menu, editor-style, featured-images, sticky-post, threaded-comments
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: "游ゴシック","YuGothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","ＭＳ ゴシック",sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
	font-size: 62.7%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	width: 100%;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #330000;
	font-size: 15px;
	font-size: 150%;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin: 0;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 1.5em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
	box-sizing: border-box;
}
th,td {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 14px;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
	width: 90%;
	font-size: 110%;
}

textarea {
	padding-left: 3px;
	width: 100%;
	font-size: 110%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #330000;
}

a:visited {
	color: #330000;
}

a:hover,
a:focus,
a:active {
	color: #ffcccc;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	/*display: none;*/
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
	width: 100%;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {
	width: 100%;

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

/* .main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
} */

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

/*@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: none;
	}
}*/

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #ffcccc;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}
.widget select {
	max-width: 100%;
}
.widget_search .search-submit {
	display: none;
}
.widget-area .widget ul li {
	margin-bottom: 20px;
}

/*ブログ一覧の日付*/
.widget-area .widget.widget_recent_entries ul {
	margin-left: 5px;
}

.widget-area .widget.widget_recent_entries ul li {
	list-style: none !important;
	margin-bottom: 20px;
	position: relative;
	padding-top: 15px;
	padding-left: 20px;
}

.widget-area .widget.widget_recent_entries ul li::before {
	content: "■";
	position: absolute;
	top: 0;
	left: 0;
	font-size: 80%;
}

/*ブログ一覧の日付*/
.widget-area .widget.widget_recent_entries .post-date {
	display: block;
	font-size: 80%;
	color: #987777;
	position: absolute;
	top: 0;
}



/*休診のお知らせのアコーディオン設定*/

/* 休診のお知らせを閉じている設定 */
.widget.closedlist_btn_relative .toggle {
	height: 0;
	opacity: 0;
	transition: all .3s ease-out;
}

/* 休診のお知らせを閉じている設定 */
.widget.closedlist_btn_relative .toggle ul {
	display: none;
}

/* 休診のお知らせを開いた設定 */
.widget.slide-down .toggle {
	/* display: none; */
	height: 410px;
	opacity: 1;
	transition: all .3s ease-out;
}

/* 休診のお知らせを開いた設定 */
.widget.slide-down .toggle ul {
	display: block;
}

/* 休診のお知らせを閉じる設定 */
.widget.slide-up .toggle {
	height: 0;
	opacity: 0;
	transition: all .3s ease-out;
}

/* 休診のお知らせを閉じる設定 */
.widget.slide-up .toggle ul {
	display: none;
}

/* 休診のお知らせの注意書き設定 */
.widget .toggle p {
	padding-top: 15px;
}

.widget #closedlist_btn:hover {
	color: #ffcccc;
}

/* ボタンの場所の設定 */
.widget.closedlist_btn_relative {
	position: relative;
}

/* ボタンの場所の設定 */
.widget .more-btn {
	position: absolute;
	bottom: 15px;
	left: 70px;
}

/* ボタンのアウトラインを消す設定 */
.widget .more-btn:focus {
	outline: none;
}

/* ボタンの余白を消す設定 */
.widget .more-btn p {
	margin: 0;
}

.widget .more-btn p:hover {
	cursor: pointer;
	opacity: 0.5;;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 100px;
	padding-bottom: 50px;
	border-bottom: #f5b3b5 1px dashed;
}
.post,.news {
	background: #FFF;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.1);
	padding: 30px;
	border-bottom: none;
}
.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content {
	padding-bottom: 50px;
	border-bottom: #f5b3b5 1px dashed;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.entry-footer {
	padding: 20px 0;
}
.post .entry-footer,.news .entry-footer {
	text-align: right;
}
/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}
#comments {
	background: rgb(255, 253, 254);
	padding: 25px 30px;
	border-radius: 10px;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.1);
}
#comments label {
	display: block;
}
#comments input[type="text"],
#comments input[type="email"],
#comments input[type="url"] {
	width: 70%;
}
.comments-link a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #330000;
	padding: 8px 20px;
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#ffe5e6 50%,
		#ffe0e1 50%,
		#fcc5c7 65%,
		#ffe0e1);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#ffffff),
		color-stop(0.50, #ffe5e6),
		color-stop(0.50, #ffe0e1),
		color-stop(0.65, #fcc5c7),
		to(#ffe0e1));
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #f5b3b5;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.1),
		inset 0px 0px 5px rgba(245,179,181,0.6);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.1),
		inset 0px 0px 5px rgba(245,179,181,0.6);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.1),
		inset 0px 0px 5px rgba(245,179,181,0.6);
	text-shadow:
		0px -1px 3px rgba(255,255,255,0.8),
		0px 1px 0px rgba(255,255,255,0.3);
}
.comments-link a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #623c3c;
	padding: 8px 20px;
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#fcc5c7 50%,
		#fcc5c7 50%,
		#fcc5c7 65%,
		#fcc5c7);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#ffffff),
		color-stop(0.50, #fcc5c7),
		color-stop(0.50, #fcc5c7),
		color-stop(0.65, #fcc5c7),
		to(#fcc5c7));
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #f5b3b5;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.1),
		inset 0px 0px 5px rgba(245,179,181,0.6);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.1),
		inset 0px 0px 5px rgba(245,179,181,0.6);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.1),
		inset 0px 0px 5px rgba(245,179,181,0.6);
	text-shadow:
		0px -1px 3px rgba(255,255,255,0.8),
		0px 1px 0px rgba(255,255,255,0.3);
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}
/*--------------------------------------------------------------
## Original-common
--------------------------------------------------------------*/
a.opLink:hover img {
    opacity: 0.5;
    transition-duration: 0.4s;
    transition-property: all;
}
.bold {
	font-weight: bold;
}
.center {
	text-align: center;
	vertical-align: middle;
	display: block;
}
.text-pink {
	color: #e50053;
	text-align: center;
	display: block;
}
.widget .text-pink {
	text-align: left;
	font-size: 13px;
	font-size: 1.3rem;
}
.half {
	width: 50%;
}
.half-content {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 20px;
}
.half-content li {
	width: 50%;
	float: left;
}
.board-pink {
	background: url(images/common/board-pink.png) repeat;
	border-radius: 10px;
	width: 90%;
	margin: 0 auto 50px;
	padding: 15px 30px;
}
.board-yellow {
	background: url(images/common/board-yellow.png) repeat;
	border-radius: 10px;
	width: 90%;
	margin: 0 auto 50px;
	padding: 15px 30px;
	word-wrap: break-word;
}
.button-gray {
	background: url(images/common/button-gray-off.png) no-repeat;
	width: 180px;
	height: 35px;
	display: inline-block;
}
.button-gray:hover {
	background: url(images/common/button-gray-on.png) no-repeat;
}
.button-gray a {
	display: block;
	line-height: 2.3;
	text-align: center;
}
.button-pink a {
	text-decoration: none;
	font-size: 90%;
	color: #330000;
	padding: 5px 20px;
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#e88e91 50%,
		#f5b3b5);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#ffffff),
		color-stop(0.50, #e88e91),
		to(#f5b3b5));
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #ffffff;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.2),
		inset 0px 0px 2px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.2),
		inset 0px 0px 2px rgba(255,255,255,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.2),
		inset 0px 0px 2px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,0.4);
}
.button-pink a:hover {
	background: -moz-linear-gradient(
		top,
		#f5b3b5 0%,
		#e88e91 50%,
		#f5b3b5);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#f5b3b5),
		color-stop(0.50, #e88e91),
		to(#f5b3b5));
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.2),
		inset 0px 0px 4px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.2),
		inset 0px 0px 4px rgba(255,255,255,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.2),
		inset 0px 0px 4px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(255,255,255,0.2),
		0px 1px 0px rgba(0,0,0,0.4);
}
table {
	width: 90%;
	margin: 0 auto;
	line-height: 2;
}
table th {
	background: #f5b3b5;
	color: #330000;
	border: 1px solid #f4f4f4;
	vertical-align: middle;
	text-align: center;
}
table td {
	color: #330000;
	background: #fff;
	border: 1px solid #f4f4f4;
	vertical-align: middle;
	padding: 10px;
}
table tr:nth-child(2n) td {
	color: #330000;
	background: rgb(255, 251, 251);
	border: 1px solid #f4f4f4;
	vertical-align: middle;
	padding: 10px;
}
table.normal-t {
	margin-bottom: 0;
}
table.normal-t th,
table.normal-t td,
table.normal-t tr:nth-child(2n) td{
	background: none;
	border: none;
}
/*clearfix*/
.clearfix:after {content: ".";display: block;clear: both;height: 0;visibility: hidden;}
.clearfix {min-height: 1px;}
* html .clearfix {height: 1px;
    /*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}
.both{clear:both;}
.inline_block {display: inline-block;*display: inline;*zoom: 1;}

/*box-sizing*/
* {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;-o-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box;}
/*--------------------------------------------------------------
## Original-page
--------------------------------------------------------------*/
header.site-header {
	width: 100%;
	height: 185px;
	margin-bottom: 30px;
	background: url(images/header/header-bg.png) repeat-x;
}
ul#header-block {
	margin: 0;
}
ul#header-block p {
	margin: 0;
	margin-bottom: 5px;
}
ul#header-block p span.booking {
	background: #e50053;
	color: #fff;
	padding: 3px 5px;
	font-weight: bold;
}
ul#header-block li {
	margin: 40px 0 0;
	width: 50%;
	height: 140px;
	float: left;
}
ul#header-block li:last-child {
	text-align: center;
	padding-top: 10px;
}
div.site-branding {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	top: 0;
}
h1.site-title {
	background: none;
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
}
div.site-branding h2.site-description {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	font-size: 90%;
	background: none;
	padding: 0;
}

/*nav*/
nav.main-navigation {
	margin-bottom: 30px;
	font-size: 110%;
}
nav.main-navigation ul.nav-menu {
	width: 1000px;
	margin: 0 auto;
}
nav.main-navigation ul.nav-menu li a:hover {
	color: #fff;
}
nav.main-navigation ul.nav-menu li {
	width: 20%;
	height: 60px;
	line-height: 3.8;
	text-align: center;
	background: url("images/common/nav-bg.png") repeat-x;
	box-sizing: border-box;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.1);
}
nav.main-navigation ul.nav-menu li:not(:last-child) {
	border-right: 1px solid #fff;
}
nav.main-navigation ul.nav-menu li:not(:last-child) a {
	border-right: 1px solid #ccc;
	height: 100%;
}
nav.main-navigation ul.nav-menu li:hover,
nav.main-navigation ul.nav-menu li.current_page_item {
	color: #fff;
	background: url("images/common/nav-bg-on.png") repeat-x;
}
/* nav.main-navigation ul.nav-menu li:nth-child(3) {
	width: 175px;
} */
nav.main-navigation ul.nav-menu li:first-child {
	border-radius: 5px 0 0 5px;
}
nav.main-navigation ul.nav-menu li:last-child {
	border-radius: 0 5px 5px 0;
}
/* nav.main-navigation ul.nav-menu ul {
	top: 60px;
	border-radius: 0 0 5px 5px;
}
nav.main-navigation ul.nav-menu ul.sub-menu li {
	width: 100%;
	border-radius: 0;
	border-right: none;
}

nav.main-navigation ul.nav-menu ul.sub-menu li a {
	border-right: none;
	padding: 0 5px;
}
nav.main-navigation ul.nav-menu ul.sub-menu li:last-child {
	border-radius: 0 0 10px 10px;
}
nav.main-navigation ul.nav-menu li a {
	display: block;
	width: 100%;
}

nav.main-navigation ul.nav-menu li:hover {
	left: auto;
} */


/* Submenu */

nav.main-navigation ul.nav-menu li ul{
	border-radius: 0 0 5px 5px;
	position: absolute;
	top: 60px;
	left: 0;
}
nav.main-navigation ul.nav-menu li ul li{
	display: block;
	width: 100%;
	border-radius: 0;
	border-right: none;
}
nav.main-navigation ul.nav-menu li ul li a {
	display: block;
	width: 100%;
	border-right: none;
	padding: 0 5px;
}
nav.main-navigation ul.nav-menu ul.sub-menu li:last-child {
	border-radius: 0 0 10px 10px;
}
nav.main-navigation ul.nav-menu li ul.sub-menu li a {
	border-right: none;
}
nav.main-navigation ul.nav-menu li ul{
	display: none;
}
nav.main-navigation ul.nav-menu li:hover ul{
	display: block;
}



div#content {
	width: 1000px;
	margin: 0 auto;
}
div#primary {
	width: 657px;
	float: right;
}
div#primary div#mainvisu {
	margin-bottom: 50px;
}
/* sidebar */
div#secondary {
	width: 313px;
	float: left;
}
div#secondary aside.widget {
	background: url(images/sidebar/sidebar-bg.png);
	border-radius: 10px;
	padding: 20px 20px 20px;
}
div#secondary aside.widget h1.widget-title {
	background: url(images/sidebar/sidebar-h1-bg.png) no-repeat bottom center;
	width: 267px;
	height: 70px;
	font-size: 120%;
	padding-left: 25px;
	font-family:"游明朝","YuMincho","Hiragino Mincho ProN","Hiragino Mincho Pro","ＭＳ 明朝",serif;
	font-weight: normal;
}
div#secondary aside.widget ul li {
	list-style: square;
}

h2 {
	background: url(images/sidebar/sidebar-h2-point.png) no-repeat left;
	height: 25px;
	font-size: 120%;
	padding-left: 35px;
	margin-bottom: 20px;
	line-height: 1.5;
}
h3 {
	font-weight: bold;
	border-bottom: 3px double #f5b3b5;
	margin-bottom: 20px;
}
div#secondary aside.widget .widget-board {
	width: 250px;
	line-height: 1.8;
	margin: 0 auto 20px;
	background: #fff;
	padding: 15px;
	border-radius: 10px;
}
table.calendar  {
	width: 100%;
	line-height: 4;
}
table.calendar tr th,
table.calendar tr td {
	text-align: center;
	padding: 0 5px;
}
table.calendar tr:first-child th {
	background: #f5b3b5;
	color: #fff;
}
table.calendar tr th:first-child,
table.calendar tr td:first-child {
	border-radius: 5px 0 0 5px;
}
table.calendar tr th:last-child,
table.calendar tr td:last-child {
	border-radius: 0 5px 5px 0;
}
table.calendar tr td {
	background: rgb(255, 251, 251);
	color: #f5b3b5;
}
table.calendar tr:nth-child(3) td {
	background: #fceeee;
}
table.calendar tr td:first-child,
table.calendar tr td:nth-child(2) {
	color: #330000;
	width: 120px;
}
table.calendar tr td:nth-child(2) {
	text-align: right;
}
table.calendar tr:first-child th {
	background: #f5b3b5;
}
/* page-content */
.page-content {
	margin-bottom: 100px;
	line-height: 2.5;
}
.post h1,.news h1 {
	background: url(images/common/entry-title-h1_post.png) no-repeat bottom left;
	width: 595px;
	height: 70px;
	font-size: 120%;
	padding-left: 25px;
	font-family:"游明朝","YuMincho","Hiragino Mincho ProN","Hiragino Mincho Pro","ＭＳ 明朝",serif;
	font-weight: normal;
	line-height: 1.5;
}
h1 {
	background: url(images/common/entry-title-h1.png) no-repeat bottom left;
	width: 657px;
	height: 70px;
	font-size: 120%;
	padding-left: 25px;
	font-family:"游明朝","YuMincho","Hiragino Mincho ProN","Hiragino Mincho Pro","ＭＳ 明朝",serif;
	font-weight: normal;
	line-height: 1.5;
}
.page-content .entry-content {
	margin: 0;
}
dl.news-block {
	width: 100%;
	line-height: 3;
	margin-top: -20px;
}
dl.news-block dt {
	margin: 0;
	color: #e50053;
	width: 150px;
	float: left;
	border-bottom: 1px dashed #ccc;
}
dl.news-block dd {
	margin: 0;
	float: left;
	width: 500px;
	border-bottom: 1px dashed #ccc;
}
#map-canvas{
	width: 267px;
	margin: 0 auto 20px;
    height: 300px;
	border-radius: 10px;
	overflow: hidden;
}
.page-content .entry-content #map-canvas {
	width: 550px;
	margin: 0 auto;
    height: 450px;
	border-radius: 10px;
	overflow: hidden;
}
#contact-form {
	width: 600px;
	margin: 0 auto;
	line-height: 2;
}
#contact-form th {
	background: #f5b3b5;
	width: 180px;
	color: #330000;
	text-align: right;
	border: 1px solid #f4f4f4;
	vertical-align: middle;
}
#contact-form th span.text-pink {
	display: inline;
	font-size: 60%;
}
#contact-form td {
	color: #330000;
	background: #fff;
	width: 420px;
	text-align: left;
	border: 1px solid #f4f4f4;
	padding: 10px;

}
#contact-form td input[type="text"] {
	width: 100%;
	font-size: 100%;
}
#contact-form td span.mwform-tel-field input[type="text"] {
	width: 30%;
}
.mw_wp_form input[type="submit"] {
	font-size: 16px;
}
/*footer*/
div.site-info {
	width: 100%;
	height: 220px;
	background: url(images/footer/footer-bg.png) repeat-x bottom;
	position: relative;
}
div.site-info div.footer-menu {
	width: 100%;
	height: 50px;
	background: #f5b3b5;
}
div.site-info div.footer-menu ul.footer-nav {
	margin: 0;
	width: 1000px;
	margin: 0 auto;
}
div.site-info div.footer-menu ul.footer-nav li {
	width: 820px;
	margin: 0;
	float: left;
}
div.site-info div.footer-menu ul.footer-nav li.page-top {
	width: 180px;
	padding: 8px 0 7px;
}
div.site-info div.footer-menu ul#menu-footer {
	margin: 0;
	list-style: none;
}
div.site-info div.footer-menu ul#menu-footer li {
	margin: 0;
	list-style: none;
	width: 20%;
	float: left;
	line-height: 3.5;
	text-align: center;
}
div.site-info div.footer-menu ul#menu-footer li:nth-child(2) {
	/* width: 24%; */
}
div.site-info div.footer-menu ul#menu-footer li a {
	display: block;
	color: #fff;
}
div.site-info div.footer-menu ul#menu-footer li a:hover {
	color: #330000;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}
div.site-info ul.footer-common {
	margin: 0;
	width: 1000px;
	margin: 30px auto 0;
	overflow: hidden;
}
div.site-info ul.footer-common li {
	margin: 0;
	width: 300px;
	float: left;
	font-size: 80%;
}
div.site-info ul.footer-common li:nth-child(2) {
	width: 700px;
	padding-top: 15px;
}
div.site-info .ssl-img {
	width: 1000px;
	margin: 0 auto;
	padding-top: 15px;
}
div.site-info .ssl-txt {
	width: 1000px;
	margin: 0 auto;
	font-size: 12px;
}
div.site-info div.copyright {
	width: 1000px;
	margin: 0 auto;
	text-align: right;
	padding-bottom: 10px;
	/* position: absolute;
	bottom: 0; */
}
article.news div.entry-content,
article.post div.entry-content {
	padding: 10px;
	line-height: 2.5;
}
dl.toppage-news {
	width: 90%;
	margin: 0 auto
}
dl.toppage-news dt {
	width: 30%;
	float: left;
	margin: 0;
}
dl.toppage-news dd {
	width: 70%;
	float: left;
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
span.newicon {
	padding: 2px 5px;
	border-radius: 3px;
	background: #e50053;
	color: #fff;
	font-size: 90%;
}
/*pager*/
.nav-links {
	overflow: hidden;
	margin-bottom: 50px;
}
.nav-links a {
	text-decoration: underline;
}
#sns_area {
	/* width: 650px; */
	margin: 0;
	padding: 0;
	/* list-style: none; */
	margin-top: 10px;
}

#sns_area iframe {
}

#fb-root {
	margin-top: 50px;
}

.twitter-timeline {
	width: 100%;
}

.twitter-timeline-rendered {
	width: 100%;
}

#sns_area li {
	/* width: 300px; */
}
#sns_area li:first-child {
	/* margin-right: 30px; */
}

.fb-page {
  width: 100%
}

._2p3a {
	width: 800px;
}

@media screen and (max-width : 767px) {
	.front_bnr img {
		display: block;
		width: 100%;
	}
}
