﻿/*
Theme Name: CarpeDiem
Author: CarpeDiem
Template: virtue
*/

.yknote-wrapper p {
	line-height: 36px;
	background: url(http://yoshizawa-form.com/wp-content/uploads/bg-note01.png) bottom;
	margin: 0;
	padding: 0;
}
.yknote-wrapper {
	position: relative;
	border: 1px solid #dddddd;
	background-color: #efe2d4;
	margin: 0 0 30px;
	padding: 20px 40px 40px;
}

/* =Hide
----------------------------------------------------------------------------------------------------------------------------- */
.postcommentscount {
	display: none;
}
.footercredits {
	display: none;
}

.yk-page-desc {
	padding: 20px;
	background: rgba(136, 179, 221, 0.6);
	color: #333;
	text-shadow: 1px 1px 1px white;
	border-radius: 20px;
	border: 2px solid #ccc;
	margin: 30px auto;
}
.yk-page-desc p {
	line-height: 160%;
}
.mgnbt70 {
	overflow: hidden;
	margin-bottom: 40px;
}

/* =font
--------------------------------------------------------------------------------------------------------------------------- */
body,h1,h2,h3,h4,h5,h6,p,li,th,td,#nav-main ul.sf-menu a, #nav-second ul.sf-menu a {
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif !important;
}

/* =Title
----------------------------------------------------------------------------------------------------------------------------- */
.h2title {
	line-height: 30px;
	font-size: 24px;
	text-indent: 10px;
	border-left: 30px solid #88B3DD;
	clear: both;
}

/* =Header
----------------------------------------------------------------------------------------------------------------------------- */

/* =Menu
----------------------------------------------------------------------------------------------------------------------------- */
#nav-main ul.sf-menu a {
	text-shadow: 1px 1px 0 #333;
}
section#cat_nav {
	background: #88B3DD;
	border-bottom: 2px solid #888;
}
#nav-second ul.sf-menu a {
	line-height: 60px;
	background: #88B3DD;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.7);
}
#nav-second ul.sf-menu a:hover {
	color: #ccc;
}
#nav-second ul.sf-menu>li {
	border-right: 1px solid #ccc;
}
#nav-second ul.sf-menu>li:first-child {
	border-left: 1px solid #ccc;
}

/* =Home
----------------------------------------------------------------------------------------------------------------------------- */
.home-iconmenu a {
	background: rgba(111, 147, 182, 1);
}
.home-iconmenu a:hover {
	background: rgba(111, 147, 182, 0.8);
}

/* =Footer
----------------------------------------------------------------------------------------------------------------------------- */
footer#containerfooter {
	border-top: 1px solid #ccc;
}
footer h3 {
	font-size: 16px;
	color: #666;
	text-shadow: 1px 1px 0 white;
}
#containerfooter .menu li a {
	font-size: 14px;
	display: inline-block;
	float: left;
	background: none;
}
#containerfooter .menu li a:hover {
	background: none;
	color: #ccc;
}
footer .widget {
	margin-top: 0;
}

/* =TabelPress
----------------------------------------------------------------------------------------------------------------------------- */
.tablepress {
	width: 100%;
	margin: 0 auto;
	border: 1px dotted #333;
}
.tablepress tfoot th, .tablepress thead th {
	background: pink;
}
.column-1 {
	width: 30%;
}

/* =Structure
----------------------------------------------------------------------------------------------------------------------------- */
.contentclass {
	padding-top: 0;
}

/* =To Top
-------------------------------------------------------------------------------------------------------------------------- */
#topcontrol>div {
	background: rgba(136, 179, 221, 1) !important;
}
#topcontrol>div:hover {
	background: rgba(136, 179, 221, 0.8);
}

/* =sup,subのline-heightズレ防止
-------------------------------------------------------------------------------------------------------------------------- */
sup,sub {
    height: 0;
    line-height: 1;
    vertical-align: baseline;
    _vertical-align: bottom;
    position: relative;
}
sup {
    bottom: 1ex;
}
sub {
    top: .5ex;
}

/* =Media Queries
--------------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 767px) {
	.yk-page-desc p {
		text-align: left;
		text-indent: 1em;
	}
	p.wclear {
	    clear: both;
	}
}
@media screen and (min-width: 768px) and (max-width: 820px) {
	.yk-page-desc p {
		text-align: center;
		text-indent: 0;
		letter-spacing: -2px;
	}
	p.wclear {
	    clear: both;
	}
}
@media screen and (min-width: 821px) and (max-width: 991px) {
	.yk-page-desc p {
		text-align: center;
		text-indent: 0;
		letter-spacing: -1px;
	}
	p.wclear {
	    clear: both;
	}
}
@media screen and (min-width: 992px) {
	.yk-page-desc p {
		text-align: center;
		text-indent: 0;
		letter-spacing: 0;
	}
	p.wclear {
		clear: none;
	}
}

/* =予約カレンダー
----------------------------------------------------------------------------------------------------------------------------- */
.monthly-calendar {
	font-size: 2rem;
}
.monthly-calendar caption {
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 40px;
}
.monthly-calendar th {
	font-size: 2rem;
	line-height: 6rem;
	background: #fee;
}
.monthly-prev, .monthly-next {
	line-height: 4rem;
	background: #fee;
	margin: 20px 0;
	padding: 20px;
}
.calendar-mark {
	font-size: 3rem;
	margin: 15px 0;
}