@charset "UTF-8";
/*
Theme Name: 裏千家茶道教室 久咄庵（きゅうとつあん）
Template: twentysixteen
Author: 裏千家茶道教室 久咄庵（きゅうとつあん）
Description:
Version: 1.0
Updated: 2018-04-01
*/

/* Color Scheme
-----------------------------------------------------

	=Theme Color = #786f62, rgba(123, 196, 149, 1)

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

@import url(reset.css);
@import url(animate.css);
@import url(wordpress.css);

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

 	=Global Layout

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

* {
	margin: 0; padding: 0;
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	     -o-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	        box-sizing: border-box;
}

html {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", Hiragino Mincho Pro, Georgia, Times New Roman, Times, "ＭＳ Ｐ明朝", MS PMincho, serif;
	-webkit-font-smoothing: antialiased !important;
	-webkit-text-stroke: 1px transparent;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-rendering: optimizeLegibility;
	color: #555;
	font-size: 10px;
	font-weight: normal;
	line-height: 1;
	word-wrap: break-word;
	letter-spacing: 0.00em;
}

body{
	background-color: #f1f1f1;
	font-size: 1.6rem;
}

h1, h2, h3, h4, h5, h6, p, pre, dt, dd, li { line-height: 1.8;}
h1, h2, h3, h4, h5, h6 { margin-top: 2em;}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child { margin-top: 0;}
p, ul, ol, dl, table { margin-bottom: 20px;}
p:last-child, ul:last-child, ol:last-child, dl:last-child, table:last-child { margin-bottom: 0;}
table {
	width: 100%;
	border-collapse: collapse;
	line-height: 1.75;
	text-align: left;
}
th,td {
	padding: 1.4em;
	vertical-align: top;
	border: none;
}
th { font-weight: normal;}
tr { border-bottom: solid 1px #ddd;}
tr:last-child { border-bottom: none !important;}
hr {
	border: none;
	height: 40px;
	clear: both;
}
img {
	display: inline-block;
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}
a img { border: none;}
a {
	color: #555;
	text-decoration: underline;
}
a,
a img {
	cursor: pointer;
	-webkit-transition: all ease-out 0.2s;
	   -moz-transition: all ease-out 0.2s;
	    -ms-transition: all ease-out 0.2s;
	        transition: all ease-out 0.2s;
}
a:focus, a:active, a:hover { text-decoration: none;}
em {}
ol li {
	display: list-item;
	list-style: decimal inside;
	line-height:2;
	margin: 0;
	font-size: 100%;
}
strong { font-weight: bold; }

input[type=text],
input[type=email],
input[type=password],
textarea {
	padding: 0.7em;
	font-size: 100%;
	font-weight: inherit;
	color: inherit;
	-webkit-appearance: none;
	border-radius: 0;
}
input[type=text],
input[type=email],
input[type=password],
textarea,
select {
	background-color: #fff;
	color: #777;
	-webkit-box-shadow: inset 2px 2px 0 #ddd;
	   -moz-box-shadow: inset 2px 2px 0 #ddd;
	        box-shadow: inset 1px 1px 0 #ddd;
	border: 1px solid #ccc;
	border-radius: 0;
	line-height: 1;
	font-size: 16px;
}
input[type=text] {}
input[type=email] {}
input[type=submit] { cursor: pointer;}
input[type="text"],
input[type="submit"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
input[type=text]:focus,
textarea:focus {
	color: #373737;
}
textarea {
	width: 92%;
}
form em {
	display: inline-block;
	background: #786f62;
	color: #fff;
	font-size: 80%;
	margin-left: 2em;
	padding: 0em 0.5em;
	border-radius: 3px;
	font-style: bold;
}
form table em { margin-left: 0.7em;}
form ul { margin: 0 !important; padding: 0 !important; border: none !important;}
form ul li { display: inline-block !important;}
form label { margin-right: 1.4em;}
form input[type="radio"] { margin-right: 0.7em;}
form input[type*="submit"] {
	display: block;
	width: 280px;
	margin: 0 auto 20px;
	padding: 10px;
	border: none;
	background-color: rgba(123, 196, 149, 1);
	color: #fff;
	font-size: 1.25em;
	font-weight: normal;
	text-align: center;
	border-radius: 0;
	cursor: pointer;
	-webkit-transform: translate3d(0,0,0);
	   -moz-transform: translate3d(0,0,0);
	    -ms-transform: translate3d(0,0,0);
	        transform: translate3d(0,0,0);
	-webkit-transition: all ease-out 0.1s;
	   -moz-transition: all ease-out 0.1s;
	    -ms-transition: all ease-out 0.1s;
	        transition: all ease-out 0.1s;
}
form input[type*="submit"]:hover {
	opacity: 0.7;
}

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

 	=Global Style

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

#container {
	position: relative;
	z-index: 2;
}

.wrapper {
	width: 1000px;
	margin: auto;
}
.wrapper-min {
	width: 800px;
}



/* Animation & Decoration
-----------------------------------------------------*/
/* Scroll Effect (script.js) */
.effect .effect-object {
  -webkit-transition: .7s;
          transition: .7s;
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
}

.effect.fadein .effect-object {
	opacity: 0;
}

/* JavaScript Prefix
-----------------------------------------------------*/

/* objectFitImages.js */
img.objectFitImages {
	object-fit: cover;
	width: 100%;
	height: 100%;

	/* objectFitImages for ie11 */
	object-position: center center;
	font-family: 'object-fit: cover; object-position: center center;'
}

/* =Preloader
----------------------------------------------------- */

html,
html body,
* html,
* html body {
	height: 100%;
}

#loader {
	display: none;
	display: block;
	position: fixed;
	z-index: 999999999;
	width: 100%;
	height: 100%;
	left: 0;
	text-align:
	center;
	background-color: #fff;
}

#loader img {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	text-align: center;
}

* html #loader,
* html #loader p {
	position: absolute;
}

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

	=Header

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

#cont {
	padding-top: 140px;
}
#header {
	position: fixed;
	z-index: 9999;
	top: auto;
	left: 0;
	width: 100%;
	height: 140px;
	background-color: #fff;
}

#header #header-in {
	padding: 25px 0;
}

#header .header-left { width: 140px;}
#header .header-right { width: 740px; text-align: right;}

#header .logo {}
#header .logo .img { width: 140px; }

#header .info { padding-top: 5px; margin-bottom: 25px;}

/* SNS・メニュー・電話（フッターでも共通） */
ul.list-sns {
	font-size: 0;
	letter-spacing: 0;
}
ul.list-sns li {
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
}
ul.list-sns li:first-child {
	margin-left: 0;
}
ul.list-sns li a:hover { opacity: 0.7; }

ul.list-sns li.toggler { display: none; }
ul.list-sns li.tel { margin-left: 40px; }

/* =Navigation */
#nav {}
#nav ul.nav-main {
	margin-bottom: 0;
	font-size: 0;
	letter-spacing: 0;
}
#nav ul.nav-main li {
	position: relative;
	display: inline-block;
	font-size: 16px;
	margin-left: 2em;
}
#nav ul.nav-main li:first-child { margin-left: 0; }
#nav ul.nav-main li a {
	display: block;
	color: #555;
	line-height: 1.25;
	text-decoration: none;
}
#nav ul.nav-main li a:hover,
#nav ul.nav-main li.active a { color: #aaa; }

/* Child
#nav ul.nav-main ul {
	display: none;
	position: absolute;
	z-index: 1;
	top: 80px;
	left: 0;
	width: 280px;
	padding-top: 20px;
	background-color: #fff;
}
#nav ul.nav-main li:hover ul { display: block; }
#nav ul.nav-main ul li {
	width: 100%;
	border-left: 0;
	border-right: 0;
	border-bottom: solid 1px rgba(123, 196, 149, 0.25);
}
#nav ul.nav-main ul li:last-child { border-bottom: 0; }
#nav ul.nav-main ul li a {
	padding: 10px 20px;
	height: auto;
	font-size: 12px;
	text-align: left;
}
#nav ul.nav-main ul li a:hover { background-color: #786f62; color: #fff; } */



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

	=Main

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

#main {}

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

	=Footer

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


#footer {
	background-color: #fff;
	font-size: 1.1rem;
	padding: 40px 0 20px;
}

#footer,
#footer a { color: inherit; }
#footer a { text-decoration: underline; }
#footer a:hover { text-decoration: none; }

/* ページトップへ戻る
#button-pagetop {
	text-align: right;
}
#button-pagetop:hover {
	opacity: 0.7;
} */

#footer #footer-in {}

#footer .footer-left { width: 210px;}
#footer .footer-right { width: 710px;}

/* Left */
#footer .logo { margin-bottom: 20px; }


/* Right */
#footer .footer-right {
	font-size: 0;
	letter-spacing: 0;
}
#footer .nav,
#footer .info {
	display: inline-block;
	vertical-align: top;
	padding-left: 20px;
	border-left: solid 1px #ccc;
}
#footer .nav { width: 400px; }
#footer .info { width: 280px; }
#footer .nav ul {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 0;
	padding-right: 3em;
	font-size: 14px;
}
#footer .nav ul:last-child {}
#footer .nav ul:first-child {}
#footer .nav ul li {
	display: block;
	margin-bottom: 0em;
}
#footer .nav ul li a {
	display: block;
	padding: 0.15em 0;
	text-decoration: none;
}
#footer .nav ul li a:hover {
	opacity: 0.4;
	text-decoration: underline;
}
#footer .nav .title {
	margin-bottom: 0.25em;
	font-size: 14px;
	font-weight: bold;
}

#footer #copyright {
	margin-top: 40px;
	text-align: right;
	color: inherit;
	line-height: 1;
}
#footer #copyright ul.list-sns {
	margin-bottom: 10px;
}


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

	=Common Parts

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


/* =Section
----------------------------------------------------- */
.section {
	padding: 90px 0;
}

.block { margin-bottom: 60px;}
.block:last-child { margin-bottom: 0;}

.section-header {
	text-align: center;
}

.picture-content {}
.picture-content .picture { width: 360px; }
.picture-content .content { width: 580px; }


/* Heading
----------------------------------------------------- */
.title-main {
	margin-top: 40px;
	margin-bottom: 20px;
	font-size: 24px;
	line-height: 1.25;
}

/* Subpage Only */
.title-main em {
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
	padding: 0.1em 0.5em;
	font-size: 18px;
	font-weight: normal;
	background-color: #786f62;
	color: #fff;
}
.title-simple {
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 1.5;
}
.title-section {
	position: relative;
	padding-bottom: 40px;
	margin-bottom: 40px;
	text-align: center;
	font-size: 32px;
	line-height: 1.25;
}
.title-section::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 50px;
	height: 1px;
	background-color: #555;
}


/* =Decoration
----------------------------------------------------- */
.frame {
	padding: 25px;
}
.frame-white {
	background-color: #fff;
}

.bg-theme { background-color: rgba(120, 111, 98, 0.1);}
.bg-white { background-color: #fff; }

/* =Text
----------------------------------------------------- */

/* Decoration */
a.plain { text-decoration: none; color: inherit;}
.text-note { font-size: 0.875em; }
.text-mincho {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", Hiragino Mincho Pro, Georgia, Times New Roman, Times, "ＭＳ Ｐ明朝", MS PMincho, serif;
}

a.text-link {
	padding-right: 2em;
	background: url(assets/images/ico-arrow-right-white.png) no-repeat right 1em center;
	background-size: 6px auto;
	color: inherit;
	text-decoration: underline;
}
a.text-link:hover {
	text-decoration: none;
}

/* =Button
----------------------------------------------------- */
.button-more {
	display: inline-block;
	width: 400px;
	height: 60px;
	padding: 13px 2em;
	line-height: 30px;
	border: solid 1px #fff;
	background: url(assets/images/ico-arrow-right-white.png) no-repeat right 1em center;
	background-size: 6px auto;
	color: #fff;
	font-size: 2rem;
	text-align: center;
	text-decoration: none;
}
.button-more:hover {
	background-color: #fca374;
}

.button-more.white {
	border-color: #fff;
	background-color: rgba(255, 255, 255, 0.2);
	color: #fff;
}

.button-more.black {
	border-color: #555;
	background-color: rgba(255, 255, 255, 0.5);
	color: #555;
}
.button-more:hover {
	background-color: rgba(255, 255, 255, 1);
	color: #555;
}




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

	=Loop

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

/* =Common
-----------------------------------------------------

.loop {}
.loop .row {}
.loop .row .col {}

.loop .image img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	object-position: center center;
	font-family: 'object-fit: cover; object-position: center center;';
}
.loop .image img:hover {
	opacity: 0.7;
}

.loop .header > * { margin-bottom: 15px; }
.loop .header > *:last-child { margin-bottom: 0; }
.loop .meta {
	font-size: 12px;
}
.loop .meta .date,
.loop .meta .category {
	display: inline-block;
}
.loop .meta .date {
	margin-right: 1.5em;
}
.loop .meta .category a {
	margin-right: 0.5em;
	padding: 0 1em;
	border-radius: 3px;
	background-color: #fa9a32;
	color: #fff;
	font-size: 10px;
	text-decoration: none;
}
.loop .meta .category a.category-teacher { background-color: #fa9a32; }
.loop .meta .category a.category-education { background-color: #1d2088; }
.loop .meta .category a.category-english { background-color: #a619e7; }
.loop .meta .category a:hover { opacity: 0.7; }
.loop .title {
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 1.6;
	font-weight: bold;
}
.loop .title a {
	color: inherit;
	text-decoration: none;
}
.loop .title a:hover { text-decoration: underline;}
.loop .content { font-size: 12px;}
.loop .content p { line-height: 1.6; }

*/

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

	=Front Page

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

/* 各セクション共通
----------------------------------------------------- */

/* サブページではキービジュアルとして使用 */
.top-content {
	padding: 90px 0;
	min-height: 450px;
	background: no-repeat center;
	background-size: cover;
	color: #fff;
}
.top-content .wrapper {
	position: relative;
}
.top-content .title {
	position: absolute;
	top: auto;
	right: 0;
	padding: 0 200px;
}
.top-content .content {
	padding-top: 160px;
	width: 500px;
}
.top-content.type-right .title {}
.top-content.type-right .content {}
.top-content.type-left .title { left: 0; right: auto;}
.top-content.type-left .content { margin: 0 0 0 500px;}

.top-about { background-image: url(assets/images/top-about-bg.jpg); }
.top-first { background-image: url(assets/images/top-first-bg.jpg); }
.top-contact { background-image: url(assets/images/top-contact-bg.jpg); }
.top-news { background-color: #786f62; }
.sub-lesson { background-image: url(assets/images/sub-lesson-key.jpg); }
.sub-access { background-image: url(assets/images/sub-access-key.jpg); }
.sub-news { background-image: url(assets/images/sub-news-key.jpg); }

/* お知らせ・ブログ */
.top-news .content {
	padding-top: 0;
}

.list-information {
	margin-bottom: 50px;
}
.list-information li {
	margin-bottom: 15px;
	font-size: 0;
	letter-spacing: 0;
}
.list-information li:last-child {
	margin-bottom: 0;
}
.list-information li span {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
}
.list-information li .date { width: 25%;}
.list-information li .text { width: 60%;}
.list-information li .date {}
.list-information li .text {}
.list-information li .text a { text-decoration: underline; color: inherit;}
.list-information li .text a:hover { text-decoration: none;}


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

	=Subpages

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

/* =久咄庵について : about
----------------------------------------------------- */

.bg-break {
	height: 400px;
	background: no-repeat center;
	background-size: cover;
}

.bg-break.bg-about01 { background-image: url(assets/images/sub-about-pic03.jpg); }
.bg-break.bg-about02 { background-image: url(assets/images/sub-about-pic05.jpg); }

.about-master {}
.about-master .wrapper {
	max-width: 600px;
}
.about-master .picture { width: 180px; }
.about-master .content { width: 330px; }

.about-gallery {}
.about-gallery .window {}
.about-gallery .window .window-main { width: 600px; }
.about-gallery .window .window-sub { width: 380px; }
.about-gallery .window .window-sub ul {
	margin-right: -10px;
	font-size: 0;
	letter-spacing: 0;
}
.about-gallery .window .window-sub ul li {
	display: inline-block;
	letter-spacing: 0;
	font-size: 1rem;
	width: 120px;
	margin: 0 10px 10px 0;
}
.about-gallery .window a img:hover { opacity: 0.7; }


/* =お知らせ・ブログ : info
----------------------------------------------------- */
.loop {}
.loop .row {}
.loop .row .col > * {}
.loop .row .col > *:last-child { margin-bottom: 0; }
.loop .row .col a { text-decoration: none; }

.loop .image { margin-bottom: 20px;}
.loop .image img:hover { opacity: 0.7; }
.loop .meta { font-size: 12px; }
.loop .meta > * { margin-bottom: 0;}
.loop .meta .date { text-align: right; color: #999; }
.loop .title {
	margin-top: 10px;
	line-height: 1.5;
}



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

	=Article

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

.article-wrapper {
	flex-direction: row-reverse;
}
.article-wrapper .article-side { width: 240px; border-right: solid 1px #dcdcdc; padding-right: 25px;}
.article-wrapper .article-main { width: 700px;}

.article-side ul {
	margin-bottom: 25px;
}
.article-side ul li {
	margin-bottom: 5px;
}
.article-side ul li a { text-decoration: none;}
.article-side ul li a:hover { text-decoration: underline; }



/* 記事本体 */
.article {}

.article-header {
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: solid 1px #dcdcdc;
}
.article-header:after {
	content:".";
	display: block;
	height: 0px;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
/*.article-image {
	float: right;
	width: 32%;
	height: 180px;
	margin-left: 25px;
	margin-bottom: 25px;
}
.article-image img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}*/
.article-title {
	font-size: 24px;
	font-weight: normal;
	line-height: 1.25;
}
.article-title a {
	text-decoration: none;
}
.article-title a:hover {
	text-decoration: underline;
}

.article-meta {
	margin-bottom: 20px;
	font-size: 1rem;
}
.article-meta .article-date,
.article-meta .article-category {
	display: inline-block;
}
.article-meta .article-date {
	margin-right: 1.5em;
}
.article-meta .article-category a {
	margin-right: 0.5em;
	padding: 0 1em;
	border-radius: 3px;
	background-color: #fa9a32;
	color: #fff;
	font-size: 10px;
	text-decoration: none;
}
.article-meta .article-category a:hover { opacity: 0.7; }


.article-content {
	margin-bottom: 40px;
}

.article-content {
	font-size: 1.6rem;
	color: #333;
}
.article-content,
.article-content p {
	line-height: 1.75;
}
.more-link { display: none; }

.article-content h1,
.article-content h2,
.article-content h3,
.article-content h4,
.article-content h5,
.article-content h6 {
	margin-top: 30px;
	margin-bottom: 15px;
	font-weight: bold;
	line-height: 1.5;
}

.article-content h2 {
	margin-top: 40px;
	margin-bottom: 20px;
	font-size: 20px;
	position: relative;
	padding-bottom: 10px;
	border-bottom: solid 5px #dcdcdc;
}
.article-content h3 {
	font-size: 18px;
	position: relative;
}
.article-content h4 { font-size: 1.1em;}
.article-content h5 { font-size: 1.1em;}
.article-content h6 { font-size: 1.1em;}

.article-content h1:first-child,
.article-content h2:first-child,
.article-content h3:first-child,
.article-content h4:first-child,
.article-content h5:first-child,
.article-content h6:first-child { margin-top: 0;}

.article-content table {
	width: 100%;
}
.article-content tr {
	border-bottom: none;
}
.article-content th,
.article-content td {
	border: solid 1px #555;
}
.article-content th {
	background-color: rgba(0,0,0, 0.5);
	color: #fff;
	font-weight: bold;
}

/*.article-footer {
	margin-bottom: 40px;
}
.article-footer .article-sns {
	text-align: right;
}*/



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

	=Media Queries Responsive Structure

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

/* Desktop
----------------------------------------------------- */
@media screen and (min-width: 600px) {
	.sp { display: none !important; }

	body {
		min-width: 1000px;
	}

	.button-open,
	.button-close { display: none;}
}


/* Smartphone
----------------------------------------------------- */
@media screen and (min-width: 0px) and (max-width: 599px) {
	html { font-size: 10px; }
	body { font-size: 1.4rem;}

	.pc { display: none !important;}

	p {}
	hr { margin: 20px 0;}
	iframe { width: 100%; max-height: 200px;}

	/* Apperance
	--------------------------------------------------
	input[type="button"],
	input[type="text"],
	input[type="submit"] {-webkit-appearance: none;border-radius: 0;} */

	/* Global Style
	-------------------------------------------------- */
	.wrapper {
		width: auto;
		padding: 0 6.25vw;
		margin: auto;
	}

	/* Header
	-------------------------------------------------- */
	#cont { padding-top: 70px; }
	#header { height: 70px; }
	#header #header-in { padding: 12px 6.25vw; flex-direction: row;}
	#header .header-right {}
	#header .header-left,
	#header .header-right { width: 50% !important; }
	#header .logo {
		padding-top: 0;
		position: relative;
		z-index: 9999;
  }
	#header .logo .img { width: 70px;}

	#header .info {
		padding-top: 0;
		margin-bottom: 0;
		position: absolute;
		right: 10px;
		top: 10px;
	}
	ul.list-sns li { margin-bottom: 0; }
	ul.list-sns li.tel { display: none; }
	ul.list-sns li.toggler { display: inline-block; }

	/* Toggle Navigation */
	/*#header .toggler {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 9999;
	}*/
	.button-open,
	.button-close {
		position: relative;
		z-index: 9999;
		display: block;
		padding: 8px 4px;
		width: 50px;
		height: 50px;
		text-align: center;
		font-size: 9px;
		line-height: 9px;
		background-color: #786f62;
		color: #fff;
		text-decoration: none;
	}
	.button-open:hover,
	.button-close:hover {}
	.button-close { display: none;}
	.button-open i,
	.button-close i {
		font-size: 18px;
		line-height: 24px;
	}
	.button-open span,
	.button-close span {
		display: block;
		font-size: 9px;
		letter-spacing: 0;
		font-weight: bold;
		line-height: 10px;
	}

	#nav {
		position: absolute;
		position: fixed;
		z-index: 9997;
		top:0;
		left:0;
		bottom: auto;
		width: 100vw !important;
		height: 100vh;
		padding: 0;
		overflow-y:scroll;
		-webkit-overflow-scrolling:touch;
		text-align: center;
		background-color: rgba(255, 255, 255, 1);
		-webkit-transform:translate3d(-100%,0,0);
		   -moz-transform:translate3d(-100%,0,0);
		    -ms-transform:translate3d(-100%,0,0);
		        transform:translate3d(-100%,0,0);
		-webkit-transition: all ease-out 0.2s;
		-moz-transition: all ease-out 0.2s;
		-ms-transition: all ease-out 0.2s;
		transition: all ease-out 0.2s;
	}

	#nav {
		margin-top: 0;
		border-top: 0;
		padding-top: 65px !important;
	}

	#nav.on {
		-webkit-transform:translate3d(0,0,0);
		-moz-transform:translate3d(0,0,0);
		-ms-transform:translate3d(0,0,0);
		transform:translate3d(0,0,0);
	}
	#nav .wrapper {}
	#nav ul {}
	#nav ul.nav-main {
		margin-bottom: 20px;
	}
	#nav ul.nav-main li {
		display: block;
		float: none;
		width: 100%;
		margin-bottom: 0;
		padding-bottom: 0;
		border: none;
		border-bottom: solid 1px #dcdcdc;

		margin-left: 0;
		padding-left: 6.25vw;
	}
	#nav ul.nav-main li:first-child { border-left: none; }
	#nav ul.nav-main li a {
		display: block;
		width: auto;
		height: auto;
		margin-bottom: 0;
		padding: 15px 0;
		font-size: 14px;
		font-weight: bold;
		text-align: left;
	}
	#nav ul.nav-main li a:hover {}
	#nav ul.nav-main li a:before { display: none; }
	#nav ul.nav-main ul {
		margin-bottom: 20px;
		display: block;
		position: static;
		width: auto;
		padding-top: 0;
	}
	#nav ul.nav-main ul li {
		padding-left: 0;
	}
	#nav ul.nav-main ul li a {
		padding: 8px 0;
	}
	#nav ul.nav-main ul li a:hover { background-color: transparent; color: inherit; }

	#nav ul.nav-sub li {
		margin-bottom: 20px;
	}
	#overlay {
		background-color: rgba(0, 0, 0, 0.7);
		position: fixed;
		z-index: 9991;
		top: 0;
		left: 0;
		width: 100vh;
		height: 100vh;
		display: none;
	}

	/* Key Visual
	#key {}

	#key.top {
	}
	#key.top .wrapper { padding: 0; }
	#key.top .swiper-container {}
	#key.top .swiper-slide .content {
		padding: 20px 12.5vw;
		font-size: 9px;
		text-align: center;
	}
	#key.top .swiper-slide .content .title { font-size: 17px; }
	#key.top .swiper-slide .content .subtitle { font-size: 12px;}
	#key.top .swiper-slide .content .text { display: none; }
	#key.top .swiper-slide .content .button .button-more {
		max-width: 60vw;
		margin: auto;
		font-size: 12px;
	} */

	/* Footer
	-------------------------------------------------- */
	#button-pagetop {}

	#footer {
		padding: 6.25vw 0;
	}
	#footer #footer-in {
		padding: 6.25vw;
	}
	#footer .footer-left { margin-bottom: 6.25vw;}
	#footer .logo { text-align: center;}
	#footer .logo img { width: 200px; }

	#footer .nav,
	#footer .info {
		width: 100%;
		padding-left: 0;
		border-left: 0;
	}
	#footer .nav { margin-bottom: 6.25vw;}
	#footer .nav {
		font-size: 0;
		letter-spacing: 0;
	}
	#footer .nav ul {
		font-size: 1rem;
		letter-spacing: 0;
		padding-right: 0;
		width: 48% !important;
	}
	#footer .nav ul li {
		display: block !important;
    width: auto !important;
	}
	#footer #copyright {
		font-size: 9px;
	}

	/* Main
	-------------------------------------------------- */
	#main {}
	/*#primary,
	#secondary { width: 100%; }
	#primary { margin-bottom: 40px; }*/

	/* Common Parts
	-------------------------------------------------- */

	.section { padding: 6.25vw 0; }
	.block { margin-bottom: 6.25vw; }

	/*
	#action,
	#action .content {
		height: auto;
	}
	#action .content {
		padding: 6.25vw 0;
		padding-left: 0;
		background-image: none;
	}
	#action .content .title-english { text-align: center; }
	#action .content .box {
		padding: 6.25vw;
	}

	#action .content .box ul.list-button li { margin-bottom: 15px; margin-left: 0; width: 100%; text-align: center; }
	#action .content .box ul.list-button li:last-child { margin-bottom: 15px; } */

	/* breadcrumbs
	#breadcrumbs {
		margin-bottom: 0;
		padding: 15px 6.25vw;
		font-size: 9px;
	}
	#breadcrumbs .wrapper {
		background-position: left 3px;
	}
	#breadcrumbs p { line-height: 1.8; } */

	.title-main { font-size: 20px; }
	.title-section {
		padding-bottom: 24px;
		margin-bottom: 24px;
	}

	.button-more {
		width: 100%;
		height: 50px;
		padding: 9px 2em;
		font-size: 1.4rem;
	}

	/* =Home
	--------------------------------------------------*/
	.top-content {
		padding: 12.5vw 0;
		min-height: auto;

		/* for wow.js */
		overflow: hidden;
		width: 100%;
	}
	.top-content .title {
		position: static;
		margin: auto;
		text-align: center;
		left: 0;
		right: 0;
		width: 100%;
		padding: 0;
	}
	.top-first { background-position: left center; }
	.top-content .content {
		padding-top: 12.5vw;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.top-content.type-right .content,
	.top-content.type-left .content { margin: 0;}

	.list-information li span {
		display: inline-block !important;
		width: auto !important;
		font-size: 14px !important;
	}
	.list-information li .date { margin-right: 1em;}

	/* =Subpages
	----------------------------------------------------- */

		/* =久咄庵について : about */

	.bg-break {
		height: 200px;
	}
	.about-master .picture { max-width: 60%; margin: auto; }
	.about-gallery .window .window-sub ul { margin-right: -1%;}
	.about-gallery .window .window-sub ul li {
		width: 32.33%;
		margin: 0 1% 1% 0;
	}

	/* Single
	--------------------------------------------------
	.article-title {
		font-size: 1.6rem;
		line-height: 1.5;
	}
	.article-image {
		width: 100%;
		margin-left: 0;
		margin-bottom: 20px;
	}
	.article-content { font-size: 14px; }*/




	/* Page
	--------------------------------------------------*/

	/* 各種サービス */


	/* お問い合わせ */
	.mw_wp_form tr,
	.mw_wp_form th,
	.mw_wp_form td { display: block !important; text-align: left; max-width: 100%;}
	.mw_wp_form tr { padding: 10px 0; margin: 0; border-bottom: none;}
	.mw_wp_form th,
	.mw_wp_form td { width: 100% !important; padding: 5px 0 !important; font-size: 1em !important; background-color: transparent; border: none !important;}

	.mw_wp_form input,
	.mw_wp_form input[type="text"],
	.mw_wp_form input[type="email"],
	.mw_wp_form textarea,
	.mw_wp_form select,
	.mw_wp_form input[type*="submit"] { font-size: 16px !important;}
	.mw_wp_form input[type="text"],
	.mw_wp_form input[type="email"],
	.mw_wp_form textarea { padding: 0.75em; width: 100%;}
	.mw_wp_form select { padding: 0.75em; width: auto;}
	.mw_wp_form input[type="radio"] { padding: 0 !important;}
	.mw_wp_form input[type*="submit"] { width: 100% !important;}

}