@charset "UTF-8";
/*
Theme Name: Mrmm
Description: 林慶書会
Theme URI: 
Author: ムラオカカヨ
Author URI: http://mrmm-design.com/
Version: 1.0
License: 
License URI: 
*/

/*--------------------------
COMMON
--------------------------*/
html{
	font-size: 62.5%;
}
body{
	color: #000;
	font-family: 'Noto Serif JP', serif;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	line-height: 1.6;
}
p{
	margin-bottom: 1.5em;
}
img{
	max-width: 100%;
	height: auto;
}
img.alignleft {
        text-align: left;
}

img.aligncenter {
        display: block;
        margin: 1px auto;
}

img.alignright {
        display: block;
        margin: 1px 1px 1px auto;
}
a{
	text-decoration: none;
	color: #c97586;
}
.pc{
	display: none;
}
.sp{
	display: block;
}
.ct{
	text-align: center;
}
.circle{
	border-radius: 50%;
}
.bg{
	width: 100%;
	height: 100%;
	background-image: url("./images/top-bg.jpg");
	background-repeat: no-repeat;
	background-position: bottom right;
	-webkit-background-size: 50vw;
	background-size: 50vw;
	position: fixed;
	z-index: -1;
}
.content{
	margin-left: 64px;
}
.section_wrapper{
	width: 100%;
	padding: 0 24px;
	box-sizing: border-box;
	margin-bottom: 64px;
}
a.btn {
	display: inline-block;
	background: linear-gradient(-135deg, #FFD878, #ABCED8);
	border-radius: 50px;
	color: #fff;
	font-size: 2.3rem;
	font-family: 'Sawarabi Mincho', serif;
	text-align: center;
	text-decoration: none;
	width: 208px;
	line-height: 2.5;
	margin-bottom: 1em;
}
.page-top{
	background-image: url("./images/page-top.png");
	-webkit-background-size: cover;
	background-size: cover;
	background-position: bottom;
	max-height: 120px;
	height: 15vw;
}

/*
-------------------------------------------見出し*/
h2 {
	position: relative;
	padding: 0.25em 0;
	margin-bottom: 1em;
}
h2:after {
	content: "";
	display: block;
	height: 2px;
	background: -webkit-linear-gradient(to right, #ABCED8 0%, #FFD878 100%);
	background: linear-gradient(to right, #ABCED8 0%, #FFD878 100%);

}
.fc-toolbar h2:after{
	display: none;
}
h3{
	margin-bottom: 0.5em;
}
h3:before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f14a'; /* アイコンのunicode */
	font-size: 16px;
	color: #ABCED8;
	margin-right: 0.5em;
}
h4{
	margin-bottom: 0.5em;
}
/*
-------------------------------------------dl/dt/dd */
dl{
	margin-bottom: 1.2em;
}
dt{
	font-weight: bold;
	margin-bottom: 4px;
}
dd{
	margin-bottom: 1.2em;
	padding-bottom: 4px;
	border-bottom: solid 1px #ccc;
}
/*
-------------------------------------------リスト */
.content ul{
	list-style: none;
	margin-bottom: 1em;
	margin-left: 0.3em;
}
.content li{
	line-height: 2;
}
.content li:before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f0da'; /* アイコンのunicode */
	font-size: 16px;
	color: #ABCED8;
	margin-right: 0.3em;
}
/*
-------------------------------------------header*/
#pc_main_nav{
	display: none;
}
#sp_logo{
	width: 64px;
	height: 100%;
	background-color: rgba(0,0,0,0.8);
	position: fixed;
	z-index: 5;
}
#sp_logo img{
	padding: 96px 8px 8px;
    width: 100%;
}
#sp_main_nav_wrapper{
	display: none;
	position: fixed;
	z-index: 4;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.8);
	top: 0;
}
#sp_main_nav_wrapper a{
	text-decoration: none;
	color: #fff;
}
#sp_main_nav_wrapper #main-nav{
	padding: 80px 0 0 80px;
	list-style: none;
}
#sp_main_nav_wrapper #main-nav li{
	line-height: 2.5;
}
#sp_main_nav_wrapper #main-nav li a{
	font-family: 'Sawarabi Mincho', serif;
	font-size: 2.0rem;
}
.sns_list{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	list-style: none;
	padding: 32px 0 0 80px;
	margin-left: -16px;
}
.sns_list a span{
	font-size: 4.0rem;
	margin: 16px;
}
/*開閉ボタン*/
#nav_toggle_wrapper{
	position: fixed;
	top: 24px;
	left: 16px;
	z-index: 100;
}
#nav_toggle{
	display: block;
	width: 32px;
	height: 40px;
	position: relative;
	top: 4px;

}
#nav_toggle div {
	position: relative;
}
#nav_toggle span{
	display: block;
	height: 3px;
	background: #fff;
	position:absolute;
	width: 100%;
	left: 0;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;	
}
#nav_toggle span:nth-child(1){
	top:0px;
}
#nav_toggle span:nth-child(2){
	top:12px;
}
#nav_toggle span:nth-child(3){
	top:24px;
}

/*開閉ボタンopen時*/
.open #nav_toggle span:nth-child(1) {
	top: 12px;
   -webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	transform: rotate(135deg);
}
.open #nav_toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}
.open #nav_toggle span:nth-child(3) {
	top: 12px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

/*
-------------------------------------------footer*/
footer p{
	text-align: center;
	color: #333;
}
footer p a{
	text-decoration: none;
	color: #333;
}

@media screen and (min-width: 1024px) {
	.pc{
		display: block;
	}
	.sp{
		display: none;
	}
	a.btn {
		font-size: 2.6rem;
		width: 19vw;
		max-width: 272px;
		line-height: 2.6;
	}
	a.btn:hover{
		color: #fff;
		opacity: 0.8;
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		-o-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
	}
	/*
	-------------------------------------------dl/dt/dd */
	dt{
		float: left;
		width: 144px;
		margin-bottom: 4px;
		padding-bottom: 4px;
		border-bottom: solid 1px #ccc;

	}
	dd{
		margin-left: 144px;
	}
	/*
	-------------------------------------------nav */
	#pc_main_nav{
		display: block;
		width: 25vw;
		max-width: 392px;
		height: 100vh;
		position: fixed;
		z-index: 100;
		background-color: rgba(0,0,0,0.8);
	}
	#pc_main_nav .logo_top img{
		display: block;
		margin: 5vh auto;
		width: 11vw;
		max-width: 140px;
	}
	#pc_main_nav ul li{
		display: block;
		text-align: center;
		line-height: 2;
		font-size: 2.4rem;
	}
	#pc_main_nav ul li a{
		color: #fff;
		text-decoration: none;
		font-family: 'Sawarabi Mincho', serif;
	}
	.sns_list{
		justify-content: center;
		padding: 0;
		margin-left: 0;
	}
	.bg{
		background-size: 400px;
	}
	#sp_main_nav{
		display: none;
	}
	.content{
		margin-left: 25vw;
	}
	.section_wrapper{
		max-width: 1192px;
		width: 62vw;
		padding: 0;
		margin: 0 auto 136px;
	}
}



/*--------------------------
TOP
--------------------------*/
.section_wrapper h2.section_ttl{
	font-size: 2.4rem;
	position: relative;
	display: block;
	margin-bottom: 2.5em;
	border: none;
	border-image: none;
	margin-top: 0;
}
.section_wrapper h2.section_ttl:before {
	content: '';
	position: absolute;
	bottom: -20px;
	display: block;
	width: 72px;
	height: 1px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: black;
}
.section_wrapper h2.section_ttl:after{
	display: none;
}
.top-key{
	width: 100%;
	margin-bottom: 72px;
}
.top-key img{
	width: 100%;
}

.about-detail .circle{
	width: 40vw;
	height: 40vw;
	margin: 0 auto 32px;
	display: block;
}
.about-detail-txt-btn-wrapper{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.about-detail-txt-btn-wrapper .btn{
	margin: 8px;
}
.access-map{
    position:relative;
    width:100%;
    height:0;
    padding-top:75%;
	margin-bottom: 32px;
}
.access-map iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
#access h3{
	font-size: 2.4rem;
	margin-bottom: 1.2em;
}
#access h3:before{
	content: ''; /* アイコンのunicode */
	margin: 0;
}
@media screen and (min-width: 1024px) {

	.top-key{
		margin-bottom: 0;
	}
	.section_wrapper h2.section_ttl{
		font-size: 4.8rem;
		margin-bottom: 1.5em;
	}
	.content{
		position: relative;
	}
	#scroll-content{
		width: 88px;
		height: 88px;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 50%;
		background-color: rgba(0,0,0,0.2);
		border: solid #fff 4px;
		position: absolute;
		top: -14vw;
		left: 50%;
		transform: translateX(-50%);
		z-index: 5;
	}
	#scroll-content a{
		color: #fff;
		text-decoration: none;
		font-size: 5.6rem;
	}
	#about{
		padding-top: 112px;
	}
	.about-detail{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.about-detail .circle{
		width: 20vw;
		height: 20vw;
		margin-bottom: 0;
	}
	.about-detail-txt{
		margin-left: 32px;
	}
	.about-detail-txt-btn-wrapper{
		justify-content: space-around;
		flex-wrap: wrap;
	}
	.about-detail-txt-btn-wrapper .btn{
		margin: 0;
	}
	.access-map{
		padding-top: 50%;
	}
	.access-detail{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
	}
	.access-detail p{
		font-size: 2.0rem;
	}
	.access-detail h3{
		margin-right: 3.2rem;
	}
}

/*--------------------------
PAGE
--------------------------*/

h2#page_ttl{
	border: none;
	border-image: none;
	padding-top: 32px;
	font-size: 2.4rem;
	position: relative;
	display: block;
	margin-bottom: 2.5em;
	margin-top: 0;
	text-align: center;
}
h2#page_ttl:before{
	content: '';
	position: absolute;
	bottom: -20px;
	display: block;
	width: 72px;
	height: 1px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: black;
}
h2#page_ttl:after{
	display: none;
}
.page-content{
	width: 100%;
    padding: 0 24px;
    box-sizing: border-box;
    margin-bottom: 64px;
}
/*
-------------------------------------------教室案内*/
.ai1ec-calendar-toolbar{
	border: none;
}
.ai1ec-pull-right{
	display: none;
}
.ai1ec-agenda-widget-view .ai1ec-date.ai1ec-today, .ai1ec-agenda-view .ai1ec-date.ai1ec-today{
	background: none;
	border: none;
}
.ai1ec-pull-left{
	display: none;
}
/*
-------------------------------------------お問い合わせ*/
input,textarea{
	max-width: 100%;
}
input[type="text"],textarea{
	box-sizing: border-box;
	padding: 8px;
	border-radius: 5px;
	border: 1px solid #ccc;
	background-color: #fff;
	margin-bottom: 1em;
}
input[type="radio"]{
	display: none;
}
input[type="radio"] + span{
	padding-left: 20px;
	position:relative;
	margin-right: 20px;
}

input[type="radio"] + span::before{
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 17px;
  height: 17px;
  border: 1px solid #999;
  border-radius: 50%;
}
input[type="radio"]:checked + span{
  color: #c97586;
}
input[type="radio"]:checked + span::after{
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 3px;
  width: 11px;
  height: 11px;
  background: #c97586;
  border-radius: 50%;
}
input[type="submit"]{
	display: block;
	background: linear-gradient(-135deg, #FFD878, #ABCED8);
	border-radius: 50px;
	color: #fff;
	font-size: 2.3rem;
	font-family: 'Sawarabi Mincho', serif;
	text-align: center;
	text-decoration: none;
	width: 100%;
	line-height: 3;
	margin: 0 auto 1em;
}
input[type="submit"]:hover{
	opacity: 0.7;
}
.pc_flex{
	margin-bottom: 1.8em;
}
/*
-------------------------------------------ブログ*/
.article_list{
	list-style: none;
    margin-bottom: 1.5em;
    margin-left: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}
.article_list li{
	background-color: #fff;
	box-sizing: border-box;
	box-shadow: 0 2px 4px rgba(0,0,0,0.3);
    margin-bottom: 16px;
    padding: 8px;
	width: 48%;
}
.article_list li:before{
	display: none;
}
.article_list li h2{
	margin-bottom: 0;
}
.article_list li h2 a{
	color: #000;
}
.article_list li h2:after{
	display: none;
}
.article_list li p.date{
	line-height: 0;
}
.article_thumb{
	width: 100%;
}
.article_thumb a{
	width: 100%;
    height: 25vw;
    overflow: hidden;
    background: repeating-linear-gradient(-45deg, #f1f1f1, #eee 5px, #f1f1f1 0, #eee 10px);
    text-align: center;
    display: block;
}
.article_thumb a img{
	width: auto;
	height: auto;
	max-height: 100%;
	position: relative;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	display: block;
}
.blog-date{
	text-align: right;
	color: #4c6473;
}
.nav-below{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
.nav-below span a{
	display: block;
	background-color:#ABCED8;
	border: 2px solid #fff;
	border-radius: 50px;
	color:#fff;
	text-align: center;
	text-decoration: none;
	padding: 0.5em 2.4em;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.nav-below span a:hover{
	border: 2px solid #ABCED8;
	background-color: #fff;
	color: #ABCED8;
}
@media screen and (min-width: 1024px) {
	h2#page_ttl{
		padding-top: 48px;
		font-size: 4.8rem;
		margin-bottom: 1.5em;
	}
	.page-content{
		max-width: 1192px;
		width: 62vw;
		padding: 0;
		margin: 0 auto 136px;
	}
	input[type="submit"]{
		width: 25vw;
	}
	.pc_flex{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
	}
	.vertical-item{
	margin-top: 5px;	
	}
}

/*------スマホ------*/
@media screen and (max-width: 480px) {
	.article_list{
		justify-content: center;
	}
	.article_list li{
		width: 100%;
	}
	.article_thumb a{
		height: 55vw;
	}
}

