/*
 Template:     design1
 Theme Name:   koto
 Theme URI: https://koto-hoshigaoka.com/koto/
 Author: systemknowledge
 Version:      1.0.0
*/

/*--------------------------------------------------------------
CSS Document
--------------------------------------------------------------*/

/* Add your custom css below
-------------------------------------------------------------- */
/* 共通 */

html {
  font-size: 18px;
}
@media (max-width: 991px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 15px;
  }
}


body
{
	/* font-family: "源ノ角ゴシック",sans-serif !important; */
	color: #000;
	font-size: 1rem;
	letter-spacing: 0.1em;
	line-height: 1.8;
}


.site {
	/*background: #FFFFFF;
	display: table;
    width: 100%;*/
	min-height: 100vh;
    padding: 0;
    position: relative;
    width: 100%;
}

#header-section {
    width: 20%;
    height: 100vh;
    border-right: solid 1px #ccc;
    position: fixed;
    background-image: url(/images/common/header-background-image.png);
    background-repeat: repeat-y;
    background-size: contain;

}
#header-section .followWrap {
	height: 100vh !important;
    background-image: url(/images/common/header-bg-image.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
}

#header-section .site-header {
	transition: none;
    box-shadow: none;
	background: none;
}

#header-section .site-header.header-fixed {
	position: absolute;
    height: 100vh;
    width: 100%;
}

.site-header {
	line-height: 2.0rem;
}

.site-content {
	background-image: url(/images/common/background-image.png);
	background-repeat: repeat-y;
	background-size: contain;
	position: relative;
    width: 80%;
    margin-left: auto;
    min-height: 100vh;

}



hr {
	margin: 30px 0 !important;
}

h4 {
	font-size: 120% !important;
	margin: 30px 0 !important;
}

.fa
{
	margin-right: 10px;
}

.fas {
	font-family: 'FontAwesome';
	font-style: normal;
	margin-right: 5px;
	font-size: 100%;
}

table {
    border: none;
}

table th
{
	font-size: 1rem;
}

table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td
{
	padding: 20px 30px;
	border-left: none;
    border-right: solid 1px #439ea6;
    border-top: solid 1px #439ea6;
    border-bottom: solid 1px #439ea6;
    background-color: #fff;
}

table > tbody > tr > td:last-child {
    border-right: none;
}

/** 枠線なし **/
.noborder ,
.noborder tr ,
.noborder th ,
.noborder td
{
	border: none;
}

.noborder td {
	vertical-align: top;
	border: none !important;
}


.archive .list-article
{
	border: none;
}

.site-branding
{
	float: none;
}

.site-branding .site-logo-div {
    margin: 70px auto 20px;
	width: 250px;
}

.header-right-wrapper
{
	padding-top: 2rem;
}

/* ナビゲーションメニュー */

.onepress-menu
{
	width: 200px;
    margin: auto auto;
	float: none;
}

.onepress-menu ul {
    width: auto;
}

.onepress-menu > li
{
	float: none !important;
}

.onepress-menu a
{
	padding-left: 25px;
}

.onepress-menu li a ,
.onepress-menu a
{
	font-family: initial;
	font-size: initial !important;
	white-space: nowrap;
	/*text-decoration: underline;*/
}


.onepress-menu > li
{
	float: none;
	font-size: initial;
	font-family: initial;
}


/* flexbox表示の設定 */
.flex
{
	display: flex;
	list-style-type: none;
	flex-wrap: nowrap !important;
	padding: 0;
}

.flex li
{
	margin: 5px !important;
	width: auto !important;
	padding: 0 !important;
}


/* 半分 */
.flex-half
{
	display: flex;
	list-style: none;
	padding: 0;
	justify-content: center;
}

.flex-half .flex-item
{
	width: 40%;
	margin: 1rem;
}

.flex-half .flex-item50
{
	width: 50%;
	margin: 3em 0;
	padding: 1em;
}

img.flex-item50-img
{
	width: 100%;
}

.flex-right
{
	flex-direction: row-reverse;
}

/* 3分の1*/
.flex-33
{
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.flex-33 .flex-item
{
	width: 33%;
	margin: 30px 0;
}

/* 4分の1*/
.flex-25
{
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
	flex-wrap: wrap;
	justify-content: center;
}

.flex-25 .flex-item
{
	width: 23%;
	margin-left: 0;
	margin-bottom: 0;
}

/*flexbox表示の設定 5分の1*/
.flex-20
{
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
	flex-wrap: wrap;
	justify-content: center;
}

.flex-20 .flex-item
{
	width: 20%;
	margin-left: 0;
	margin-bottom: 0;
}

@media screen and (max-width: 1140px) {
	#header-section{
		display: block;
		width: 100%;
		height: auto;
    	position: inherit;
	}
	#header-section .container {
		background-image: none;
	}
	#header-section .followWrap ,
	#header-section .site-header.header-fixed
	{
		height: auto !important;
	}
	#header-section .site-header.header-fixed {
		position: fixed;
	}
	#header-section .site-header {
		background: #fff;
	}
	.site-branding .site-logo-div {
		margin: auto auto;
		width: 100%;
	}
	.site-content {
		margin-left: 0;
		width: 100%;
		display: block;
    	float: none;
	}
	.custom-logo {
		width: 175px;
	}
	.site-header .container
	{
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.site-header .container .site-branding
	{
		width: 90%;
		margin: 10px 0;
		padding: 0;
	}
	.site-header .container .header-right-wrapper
	{
		width: 10%;
	}
	.onepress-menu li +li:before {
		content: none;
	}
	.onepress-menu-mobile ul.sub-menu
	{
		width: 100%;
	}
	.onepress-menu ul li a
	{
		font-weight: normal;
	}
	.onepress-menu.onepress-menu-mobile a:hover {
		color: #f48b02;
	}
}

@media screen and (max-width: 768px) {

	.flex-33 .flex-item
	{
		width: 49%;
	}

}


#head-img-wrapper
{
	position: relative;
}

#head-img-wrapper #head-img
{
	height: 624px;
	overflow: hidden;
	position: relative;
}

#head-img-wrapper #head-img img
{
	width: 100vw;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

#head-img-wrapper #head-title
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

#head-img-wrapper #page_ttl-jp
{
	color: #fff;
	font-weight: bold;
	letter-spacing: 0.5rem;
	padding: 15px 25px 15px 45px;
	font-family: inherit;
	font-size: 32px;
	background: -webkit-linear-gradient(0deg, #ffd60000, #000000c9, #000000c9, #000000c9, #000000c9, #00000000);
    display: inline-block;
}





@media screen and (max-width: 1440px) {

	#head-img-wrapper #head-img
	{
		height: auto;
		overflow: initial;
		position: initial;
	}

	#head-img-wrapper #head-img img
	{
		position: initial;
		top: auto;
		transform: initial;
	}

}

@media screen and (max-width: 1140px) {


}

@media screen and (max-width: 768px) {

	#head-img-wrapper #head-title {
		width: 100%;
		text-align: center;
	}

	#head-img-wrapper #page_ttl-jp {
		font-size: 18px;
	}

	#primary {
		padding-bottom: 40px;
		padding-top: 20px;
	}

}

/* ----- トップページ ----- */
.section-title
{
	font-weight: 700 !important;
}

.section-padding
{
	padding: 50px 0px;
	padding: 3.125rem 0rem;
}

@media screen and (max-width: 768px) {

	.site-main .container {
		padding-left: 20px;
    	padding-right: 20px;
	}

}

/* スライド */
section#hero
{
	height: 600px !important;
}


/* About */
section#about iframe {
    width: 100%;
    height: 600px;
}


@media screen and (max-width: 992px) {

	section#hero
	{
		height: 500px !important;
	}

	section#about iframe {
		height: 500px;
	}
}

@media screen and (max-width: 768px) {

	section#hero
	{
		height: 400px !important;
	}

	section#about iframe {
		height: 400px;
	}

	.section-padding
	{
		padding: 30px 0px;
		padding: 1.875rem 0rem;
	}

	section#about .about-gensen-title
	{
		font-size: 16px;
		padding: 10px;
		top: 2%;
		right: 2%;
	}

	section#about .about-gensen-point
	{
		letter-spacing: 0px;
		padding: 20px 0 0 15px;
		font-size: 17px;
		line-height: 30px;
	}

}

/* ----- 固定ページ ----- */
.page h3
{
	position: relative;
	margin: 30px auto 50px;
	line-height: 1.3;
	color: #439ea6;
	border-bottom: solid 3px #439ea6;
	padding: 0px 45px 4px;
}

.page h3:before {
	content: '';
	position: absolute;
	width: 40px;
	height: 40px;
	background-image: url(/images/common/icon-h3.png);
	background-size: contain;
	vertical-align: middle;
	background-repeat: no-repeat;
	left: 0;
}

.page h4 {
	font-size: 120% !important;
	text-align: left;
	font-weight: bold;
	margin: 50px auto 30px !important;
	color: #d77f6f;
}

.page h4:before {
	content: "●";
}

.page h5 {
	color: #439ea6;
	position: relative;
	margin: 50px 0 30px;
}

.page h5:after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	width: 30%;
	margin-left: 40px;
	border-top: solid 4px #439ea6;
}

.page h6 {
	margin: 20px 0;
	color: #439ea6;
	text-align: left;
}

blockquote {
	position: relative;
	padding: 50px 50px 30px !important;
	border-radius: 10px;
	border: none!important;
}

blockquote:before {
	display: inline-block;
	position: absolute;
	top: 16px;
	left: 20px;
	color: #ffa10087;
	font-size: 30px;
	line-height: 1;
	content: "\f10d";
	font-family: FontAwesome;
}



@media screen and (max-width: 768px) {
	.page h3 {
		padding: 0px 40px 4px;
		margin: 30px auto;
	}
	.page h3:before {
		width: 35px;
		height: 35px;
	}
	.page h5:after {
		position: inherit;
		transform: none;
		-webkit-transform: none;
		-ms-transform: none;
		width: 100%;
		margin-left: 0;
		border-top: none;
		border-bottom: dashed 3px #439ea6;
	}
	.page h6 {
		margin: 10px 0;
	}
}

/* ----- 個別ページ ----- */

.entry-title {
	color: #22498e;
}

.entry-meta {
	padding-bottom: 15px;
}


/* ごあいさつ */
.message ,
.message > tbody
{
	vertical-align: bottom;
}

.message td
{
	padding: 30px;
    border: none;
    background: none;
}

.message td img
{
	border: solid 1px #ccc;
}

/* お月謝について */
.monthly-fee {
	border-collapse: collapse;
	width: 80%;
}
.monthly-fee th {
	width: 30%;
	text-align: center;
}
.monthly-fee td {
	width: 70%;
}


/* 演奏会について */
.concert-guest ,
.concert-scenery ,
.concert-hinamatsuri ,
.art-collabo ,
.whooper-swan
{
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
}

.concert-guest li ,
.concert-scenery li ,
.concert-hinamatsuri li ,
.art-collabo li
{
	width: 31%;
	margin: 10px 10px 20px;
	text-align: center;
}

.concert-hinamatsuri li:last-child {
	width: 41%;
}

.concert-guest img ,
.concert-scenery img ,
.concert-hinamatsuri img ,
.art-collabo img
{
	margin-bottom: 15px;
	border: solid 1px #ccc
}

.whooper-swan li
{
	width: 31%;
	margin: 10px;
	text-align: center;
}
.whooper-swan img
{
	border: solid 1px #ccc
}

/* 交通・アクセス */
.access
{
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
}

.access li:first-child
{
	margin: 10px;
	text-align: left;
	width: 50%;
}

.access li:nth-of-type(2),
.access li:nth-of-type(3)
{
	width: 20%;
	margin: 10px 15px;
	text-align: center;
}

.access li:nth-of-type(2) img,
.access li:nth-of-type(3) img
{
	border: solid 1px #ccc;
}


@media screen and (max-width: 768px) {
	.message td {
		display: block;
		width: 100% !important;
		padding: 0;
	}
	.monthly-fee {
		width: 100%;
	}
	.monthly-fee th {
		width: 25%;
		padding: 10px;
	}
	.monthly-fee td {
		width: 75%;
		padding: 10px;
	}
	.concert-guest li ,
	.concert-scenery li ,
	.concert-hinamatsuri li ,
	.concert-hinamatsuri li:last-child ,
	.art-collabo li ,
	.whooper-swan li ,
	.access li:first-child
	{
		width: 100%;
	}
	.access li:nth-of-type(2),
	.access li:nth-of-type(3)
	{
		width: 43%;
		margin: 10px;
	}
}


body.home .site-content {
    background-size: contain !important;
}

body.page .site-content {
    background-size: cover;
}

body.page .entry-title {
	text-align: center;
}


body.home .site-footer
{
	position: relative !important;
}


body.page .site-footer
{
	bottom: 0;
	position: absolute;
	width: 100%;
}



/* フッター */
.site-footer
{
	font-size: 17px;
	margin-top: 30px;
}

.site-footer .site-info .container
{
	margin-left: 0;
	padding-left: 50px;
	width: 100%;
}

.site-footer .site-info
{
	padding: 0.5rem !important;
}

.site-footer .site-info .btt
{
	margin-bottom: 30px;
}

.site-footer .site-info .flogo
{
	text-align: left;
	font-weight: normal;
}
.site-footer .site-info .flogo span
{
	font-size: 150%;
	font-weight: bold;
}

.site-footer .site-info .copyright
{
	text-align: right;
	font-size: 90%;
	font-weight: normal;
}

@media screen and (max-width: 768px) {
	.site-footer
	{
		font-size: 100%;
	}
	.site-footer .site-info .container {
		padding-left: 20px;
	}
	.site-footer .site-info .flogo span
	{
		font-size: 130%;
	}
}

@media screen and (max-width: 576px) {
}
