/*
Theme Name: audouxdelice
Theme URI: http://MitubaStudio.net/
Author: MitubaStudio
Author URI: https://MitubaStudio.net/
Description: audouxdelice theme
Version: 1.1
*/
@import url("./css/audouxdelice.css");
@import url('https://fonts.googleapis.com/css2?family=Lusitana:wght@400;700&family=Shippori+Mincho+B1&display=swap');

html {
	font-size: 57.5%;
}

body {
	font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;	/* ゴシック系 */
	background-image: url(./images/bg.jpg);
	color: #59493f;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Shippori Mincho B1", serif;
	color: #c52f38;
	text-align: center;
}
/*
h3,
h4,
h5,
h6
{
	text-align: left;
}
*/


table tr {
	display: block;
}

table th, table td {
	width: auto;
	display: block;
}

table th {
	border-bottom-width: 0px;
	color: #7e6b5a;
	font-size: 16px;
	font-size: 1.6rem;
}

	
table td {
	padding-bottom: 2em;
}



label {
	display: block;
}


ul, ol {
	margin-bottom: 0;
}


button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #c52f38;
	color: #fff;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	background-color: #e9708f;
}


hr {
	border: none;
	background: url(images/dotline.gif) repeat-x;
	height: 5px;
	clear: both;
}

hr.double {
	background: url(images/doubleline.gif) repeat-x;
	height: 10px;
	margin-top: 28px;
	margin-bottom: 28px;
}


p,
address,
pre,
ul,
ol,
dl,
dd,
table {
	margin-bottom: 0em;
}



.page .entry-content img,
.single .entry-content img,
.archive .page-content img {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}

.page .entry-content a img,
.single .entry-content a img,
.archive .page-content a img {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}


img.alignleft,
img.alignright {
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


.aligncenter {
	text-align: center !important;
}

.bold {
	font-weight: bold;
}


.caution {
	color:  #F00;
}

.text_size12 {
	font-size: 12px;
	font-size: 1.2rem;
}

.wp-caption-text {
	color: #999;
	text-align: center;
}





.logo {
	display: block;
	margin: 0 auto;
}
.logo1 {
	width: 70px;
}
.logo2 {
	width: 120px;
}


.site-title {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: normal;
	text-align: left;
	width: 90%;
}



.home .site-main {
	padding-top: 0;
}

.topvisual {
	background-image: url(images/bg_top2.gif);
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 100% auto;
	float: none;
	width: 100%;
	height: 100%;
	margin-bottom: 1em;
	overflow: hidden;
}

.lesson-info {
	color: #FFF;
	padding: 65% 2% 5% 2%;
}

.lesson-info .lesson_tag {
	background-color: #FFF;
	color: #c52f38;
	width: 9em;
}

.lesson-info .lesson_title,
.lesson-info .lesson_title a {
	font-family: "Shippori Mincho B1", serif;
	color: #FFF !important;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1em;
	padding-bottom: 0.3em;
	letter-spacing: -0.07em;
}

.lesson-info .lesson_title {
	display: block;
	padding-top: 0.5em;
}
.lesson-info .description {
	color: #FFF;
	display: none;
	margin-top: 0;
	line-height: 1.4em;
}

.lesson-info .more {
	text-align: right;
	color: #FFF;
}




.lesson-info .photo {
	width: 30%;
	float: left;
	margin: 0 1em 0 0;
}

.lesson-info .photo img {
	padding: 3px;
}




/* ページ構成関連 */
.site-header {
	padding: 3.8461%;
}


.hentry,
.page-header,
.page-content {
	margin: 3%;
}

.page .hentry,
.single .hentry,
.archive .hentry {
    border-radius: 20px;       		/* CSS3草案 */  
    -webkit-border-radius: 20px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 20px;   	/* Firefox用 */
}

.page .entry-header,
.single .entry-header,
.archive .page-header {
	background: url(./images/title_pink.jpg) repeat-x bottom center;
	padding-bottom: 2em;
	margin: 1.5231em;
	padding-left: 3%;
	padding-right: 3%;
	padding-top: 0;
	text-align: center;
	color: #59493f;
	box-shadow: none;
	border: none;
}

.entry-title {
	color: #7e6b5a;
	letter-spacing: 0;
}

.page .entry-content,
.single .entry-content,
.archive .page-content {
	background: url(./images/bottom_pink.jpg) repeat-x bottom center;
	margin: 0 1.5231em 0 1.5231em;
	padding: 0 3% 5em 3%;
	box-shadow: none;
}

.entry-footer {
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 0;
}

.hentry,
.page-header,
.page-content {
/*	margin: 5.3423% 5.3423% 0 5.3423%; */
	overflow: hidden;
}




/* ナビゲーション関連 */
.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a {
	font-weight: normal;
	color: #c52f38;
}


.pagination {
	clear: both;
}

.post-navigation {
	margin-top: 2%;
	margin-bottom: 2%;
    border-radius: 20px;       		/* CSS3草案 */  
    -webkit-border-radius: 20px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 20px;   	/* Firefox用 */
}

.post-navigation a {
	display: block;
	padding: 2% 5%;
}

.post-navigation .meta-nav {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-size: 12px;
	font-size: 1.2rem;
}

.post-navigation .post-title {
	font-family: "Shippori Mincho B1", serif;
	color: #59493f;
	font-size: 16px;
	font-size: 1.6rem;
}


.social-navigation {
	position: relative;
}

.social-navigation ul {
	padding-left: 0;
}
.social-navigation li {
	margin-right: 0.6em;
}


/* フッター関連 */
.site-info {
	padding: 1%;
}

.menu-footernav-container .menu {
	list-style: none;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	margin: 0;
	padding: 1% 0 0 0;
}
.menu-footernav-container .menu li {
	display: inline;
	margin: 0;
	padding: 0 5px;
	border-right: 1px solid #999;
}
.menu-footernav-container .menu li:last-child {
	border-right: none;
}





/* レッスン開講予定関連 */
.mwform-tel-field input {
	max-width: auto;
	width: 25%;
}


h2.lesson_title {
	margin: 0.5em auto 1em auto;
	letter-spacing: -0.07em
}

.mark_month {
	font-family: "Shippori Mincho B1", serif;
	background-color: #F99;
	display: block;
	font-weight: normal;
	color: #FFF;
	border-radius: 4em;
	width: 8em;
	height: 8em;
	margin: 0 auto;
	float: none;
	text-align: center;
	font-size: 16px;
	font-size: 1.6rem;
}

.menu-fr {
	font-family: "Lusitana","Shippori Mincho B1", serif;
	font-size: 16px;
	font-size: 1.6rem;
	color: #c52f38;
	text-align: center;
	margin-top: -1.5em;
	margin-bottom: 1em;
}

.mark_month .marksub_lesson {
	display: block;
	padding-top: 0.8em;
	padding-bottom: 0.4em;
}

.mark_month .marksub_month,
.mark_month .marksub_month2 {
	font-family: "Lusitana", "Shippori Mincho B1", serif;
	font-size: 77px;
	font-size: 7.7rem;
	line-height: 0.8em;
/*	letter-spacing: -0.08em; */
}

.mark_month .marksub_month2 {
	font-family: "Lusitana","Shippori Mincho B1", serif;
	font-size: 35px;
	size: 3.5rem;
	margin-left: -0.08em;
}



.photo img,
.fancybox img {
	background-color: #FFF;
	border: 1px solid #dfd4c2;
	padding: 8px;
	margin-bottom: 1.5em;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.15),
				0 0 10px rgba(250, 205, 137, 0.35) inset;
}



.description {
	margin-top: 1em;
	margin-bottom: 1em;
}

.strikeout {
	text-decoration: line-through;
}

.lesson_close {
	margin-left: 0.8em;
	font-size: 14px;
	font-size: 1.4rem;
	color: #F33;
}

.lesson_reserve {
	text-align: center;
	padding-top: 2em;
	padding-bottom: 1.5em;
}

.lesson_tag {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	background-color: #F99;
	color: #FFF;
/*	padding: 0 0.5em;
	margin-right: 0.5em;*/
	padding: 2px 5px;
	margin-right: 1.5em;
	line-height: 20px;
	height: 1.8em;
	width: 8em;
	text-align: center;
}

.page .lesson_tag {
	display: block;
}

.archive_top {
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
}

.archive {
	text-align: left;
}

.archive_top .lesson_title {
	font-family: "Shippori Mincho B1", serif;
	text-align: center;
	font-size: 26px;
	font-size: 2.6rem;
	color: #c52f38;
	letter-spacing: -0.1em;
}

.archive_top .menu-fr {
	margin-top: -0.5em;
	text-align: center;
}


.archive_top .photo {
	width: 80%;
	float: none;
	margin: 0 auto;
}

.archive_top .photo img {
	padding: 5px;
}

.archive_top .description {
	text-align: left;
	font-size: 16px;
	font-size: 1.6rem;
	width: 100%;
	text-align: left;
}


ul.archive {
	padding-left: 0;
	margin-left: 0;
}

ul.archive li {
	padding-left: 0;
	margin-bottom: 1em;
	list-style: none;
}



/* アルバム一覧関連 */
.album-box {
	position:relative;
	display:block;
	background-color: #FFF !important;
	width: 100%;
	margin: 0 1% 5% 1%;
	padding: 2%;
	overflow: hidden;
/*	display: block; */
	border: 1px solid #dfd4c2;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.15),
				0 0 15px rgba(250, 205, 137, 0.5) inset;
	background: no-repeat left top;
}

.album-box img{
	width: 100%;
}


.home .album-box {
	width: 98%;
}

.trimming {
	height: 8em;
	overflow: hidden;
}

.trimming img {
	z-index: 100;
	margin-top: -1em;
}


.home .trimming {
	height: 8em;
	overflow: hidden;
}

.home .trimming img {
	z-index: 100;
	margin-top: -2em;
}





.album-box .entry-title {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	z-index: 200;
	line-height: 1.6em;
	height: 3.8em;
	overflow: hidden;
	padding-top: 0.5em;
	padding-bottom: 0.6em;
/*	margin: 0; */
	margin: 0 0 0 4.5em;
}

.album-box .entry-title a {
	color: #7e6b5a;
}

.album-box .entry-title.no-margin {
	margin: 0;
}

.album-date {
	font-family: "Shippori Mincho B1", serif;
	background-color: #c52f38;
	float: left;
	color: #fff;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: normal;
	width: 5em;
	height: 5em;
/*	margin: 0 0.5em 0 0; */
	margin: 0 -5em 0 0;
	padding-top: 0.3em;
}

.album-date .year, .album-date .month, .album-date .day {
	text-align: center;
	display: block;
}

.album-date .day {
	font-family: "Shippori Mincho B1", serif;
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 0.8em;
}

h2 .album-date {
	margin: 0 1em 0 0;
}

h2 .album-date .day {
	line-height: 1em;
}


/*
.secondary-toggle {
	background-color: #FFF;
	width: 80px;
}

.secondary-toggle:before {
	content: "\f419  MENU";
	width: 78px;
	font-size: 14px;
	font-size: 1.4rem;
}
*/




/* 色バリエーション */
.social-navigation a[href*="facebook.com"]:before {
	color: #3b5998;
}

.social-navigation a[href*="twitter.com"]:before {
	color: #00acee;
}

.social-navigation a[href*="plus.google.com"]:before {
	color: #db4a39;
}

.social-navigation a[href$="/feed/"]:before {
	color: #F63;
}


/*お菓子レッスンご紹介*/
/*
.page-id-87 .entry-header {
	background-image: url(./images/title_orange.jpg);
}

.page-id-87 .entry-content {
	background-image: url(./images/bottom_orange.jpg);
}
*/


/* タイトル部分　イラスト */
.page-id-78 .hentry {
	background: #fff url(images/img_contect.gif) right 1.5em no-repeat;
}

.archive .hentry,
.single-post .hentry {
/*	background: #fff url(images/bg_header.png) repeat-x 0 0; */
	background: #fff url(images/img_album.gif) 95% 1.5em no-repeat;
}

.page-id-42 .hentry {
	background: #fff url(images/img_profile.gif) 95% 1.5em no-repeat;
}

.page-id-87 .hentry {
	background: #fff url(images/img_lesson.gif) 95% 1.5em no-repeat;
}

.page-id-55 .hentry,
.single-lesson .hentry {
	background: #fff url(images/img_schedule.gif) 95% 2em no-repeat;
}



.post-87 h3  {
	margin-top: 1.3333em;
}


/* 月色分け */
.month1 {
	background-color: rgb(129, 192, 227); /* #81c0e3; */
}

.month2 {
	background-color: rgb(153, 194, 222); /* #99c2de; */
}

.month3 {
	background-color: rgb(147, 210, 199); /* #93d2c7 */;
}

.month4 {
	background-color: rgb(177, 217, 180); /* #b1d9b4 */
}

.month5 {
	background-color: rgb(196, 221, 82); /* #c4dd52 */;
}

.month6 {
	background-color: rgb(253, 197, 136); /* #fdc588 */;
}

.month7 {
	background-color: rgb(255, 175, 138); /* #ffaf8a */;
}

.month8 {
	background-color: rgb(237, 154, 150); /* #ed9a96 */;
}

.month9 {
	background-color: rgb(234, 213, 68); /* #ead544 */;
}

.month10 {
	background-color: rgb(226, 199, 114); /* #e2c790 */;
}

.month11 {
	background-color: rgb(190, 195, 219); /* #bec3db */;
}

.month12 {
	background-color: rgb(117, 217, 243); /* #7ad8f4 */;
}


th.month1 {
	background-color: rgba(129, 192, 227, 0.4); /* #81c0e3; */
}
th.month2 {
	background-color: rgba(153, 194, 222, 0.4); /* #99c2de; */
}
th.month3 {
	background-color: rgba(147, 210, 199, 0.4); /* #93d2c7 */;
}
th.month4 {
	background-color: rgba(177, 217, 180, 0.4); /* #b1d9b4 */
}
th.month5 {
	background-color: rgba(196, 221, 82, 0.4); /* #c4dd52 */;
}
th.month6 {
	background-color: rgba(253, 197, 136, 0.4); /* #fdc588 */;
}
th.month7 {
	background-color: rgba(255, 175, 138, 0.4); /* #ffaf8a */;
}
th.month8 {
	background-color: rgba(237, 154, 150, 0.4); /* #ed9a96 */;
}
th.month9 {
	background-color: rgba(234, 213, 68, 0.4); /* #e9d3ac */;
}
th.month10 {
	background-color: rgba(226, 199, 114, 0.4); /* #e2c790 */;
}
th.month11 {
	background-color: rgba(190, 195, 219, 0.4); /* #bec3db */;
}
th.month12 {
	background-color: rgba(117, 217, 243, 0.4); /* #7ad8f4 */;
}

th.month1,
th.month2,
th.month3,
th.month4,
th.month5,
th.month6,
th.month7,
th.month8,
th.month10,
th.month11,
th.month12 {
	border-color: #FFF;
}



@media screen and (min-width: 38.75em) {


	/* main-menu */
	.site-header {
		border-bottom: none;
		padding: 1.5%;
	}

	.site-branding,
	.site-title {
		text-align: center;
		width: 100%;
		padding: 0;
	}

	.main-navigation {
		margin-bottom: 0;
	}

	.main-navigation ul {
		margin: 0;
		padding: 0;
		overflow: hidden;
		border: none;
	}

	.main-navigation li {
		border-top: none;
		border-right: 1px solid #eee;
		float: left;
		padding:0 1.2em;
	}

	.secondary {
		display: block;
		maring: 0;
		padding: 0 2%;
		box-shadow: none;
		border-bottom: 1px solid rgba(51, 51, 51, 0.1);
	}

	.secondary-toggle {
		display: none;
	}

	.secondary.toggled-on {
		display: none;
	}
	
	.social-navigation {
		position: absolute;
		right: 0;
		top: 1em;
	}



	.lesson-info .description {
		display: block;
	}

	.lesson-info .photo {
		width: 25%;
		float: left;
		margin: 0 1em 0 0;
	}

	.lesson-info .photo img {
		padding: 5px;
	}

	.lesson-info .lesson_title {
		font-size: 32px;
		font-size: 3.2rem;
	}

	.hentry,
	.page-header,
	.page-content,
	.entry-content {
		margin: 0 7.6923% 0 7.6923%;
	}
	
	table tr {
		display: table-row;
	}
	
	table th, table td {
		display: table-cell;
	}
	
	table th {
		width: 25%;
		border-bottom-width: 1px;
	}

	table td {
		padding-bottom: 0;
	}


	.menu-fr {
		font-size: 20px;
		font-size: 2.0rem;
		margin-top: -1.5em;
	}


	/* アルバム一覧関連 */
	.album-box,
	.home .album-box {
		background-color: #FFF;
		width: 47%;
		margin: 0 1.5% 3% 1.5%;
		padding: 1%;
		float: left;
	}
	h2 .album-date {
		margin-top: -1em;
	}

	.archive_top .lesson_title {
		text-align: left;
	}
	.archive_top .menu-fr {
		text-align: left;
	}
	.archive_top .photo {
		width: 30%;
		float: left;
		margin: 0 1em 0 0;
	}

	.page .lesson_tag {
		display: inline-block;
	}


}


@media screen and (min-width: 46.25em) {

	img.alignleft {
		float: left;
		display: inline;
		margin: 0.4118em 1.6471em 1.6471em 0;
	}

	img.alignright {
		float: right;
		display: inline;
		margin: 0.4118em 0 1.6471em 1.6471em;
	}

	.archive_top {
		width: 100%;
		margin: 0 auto;
	}
	
}


@media screen and (min-width: 59.6875em) {
	.site-content {
		float: none;
	}

	.site-title {
		text-align: center;
		width: 100%;
	}

	.topvisual {
		float: left;
		margin-right: 1%;
		width: 75%;
		height: 100%;
	}

	.lesson-info {
		padding: 65% 5% 5% 5%;
	}

	.site-info {
		padding: 1%;
	}

	.menu-footernav-container .menu {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.menu-footernav-container .menu li {
		margin: 0;
		padding: 0 15px;
	}

	.site-header {
		padding: 0 20%;
	}

	.logo {
		text-align: center;
	}
	.logo1 {
		width: 141px;
	}
	.logo2 {
		width: 137px;
	}

	.social-navigation {
		position: relative;
	}


	/* アルバム一覧関連 */
	.album-box {
		background-color: #FFF;
		width: 31%;
		margin: 0 1% 4% 1%;
		padding: 1%;
		float: left;
	}

	.home .album-box {
		width: 20%;
		margin: 0 0 1.8% 0;
		padding: 0.5%;
		float: none;
	}

	.trimming {
		height: auto;
	}
	
	.trimming img {
		margin-top: 0;
	}

	.home .trimming {
		height: 6.5em;
	}
	
	.home .trimming img {
		margin-top: -1em;
	}


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

	.post-navigation .nav-next {
		text-align: right;
	}


	.archive_top .photo {
		width: 30%;
	}


	.archive_top {
		width: 80%;
		margin: 0 auto;
	}

	/* main-menu */
	.main-navigation ul {
		margin: 0;
		padding-left: 0;
	}

	.main-navigation li {
		border-top: 1px solid #eaeaea;
		border-top: 1px solid rgba(51, 51, 51, 0.1);
		border-right: none;
		position: relative;
		float: none;
	}

	.secondary {
		border-bottom: none;
	}

	.main-navigation {
		margin-bottom: 11.1111%;
	}

}


@media screen and (min-width: 77.5em) {
	.topvisual {
		min-height: 100%;
	}
}

@media screen and (min-width: 87.6875em) {
	.topvisual {
		min-height: 750px;
	}

	.lesson-info {
		padding-top: 68%;
	}
}