@charset "UTF-8";
/* ------------------------------
　　ベース
------------------------------ */
body {
	background: #FFF;
	color: #333;
	font-family: "M PLUS 1p" ,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Meiryo,"メイリオ","ＭＳ Ｐゴシック","MS PGothic",Verdana,sans-serif;
	font-size: 14px;
}

/* リンクの設定 */
a {
	border: none;
	color: #006DD9;
	text-decoration: none;
}

a:visited {
	color: #7F5AD7;
	text-decoration: none;
}

a:active {
	color: #006DD9;
	text-decoration: none;
}

a:hover {
	color: #006DD9;
	text-decoration: underline;
}

/* コンテナー */
.acms-container {
	max-width: 1170px;
	padding-right: 10px;
	padding-left: 10px;
	padding-right: calc(10px + constant(safe-area-inset-right));
	padding-left: calc(10px + constant(safe-area-inset-left));
}
.acms-container .acms-container {
	padding: 0;
}

.narrow-container {
	margin: 0 auto;
	max-width: 960px;
	padding-right: 20px;
	padding-left: 20px;
	padding-right: calc(10px + constant(safe-area-inset-right));
	padding-left: calc(10px + constant(safe-area-inset-left));
}
/* カスタム */
#adminBox, .acms-admin-box {
	margin-bottom: 0;
}
img{
	max-width: 100%;
}
.mx-auto{
	float: none;
	margin-right: auto;
	margin-left: auto;
}
.smartphoto {
    z-index: 9991!important;
}
@media (max-width: 1170px) {
	.acms-container {
		padding-right: 20px;
		padding-left: 20px;
		padding-right: calc(20px + constant(safe-area-inset-right));
		padding-left: calc(20px + constant(safe-area-inset-left));
	}
	.narrow-container {
		padding-right: 20px;
		padding-left: 20px;
		padding-right: calc(20px + constant(safe-area-inset-right));
		padding-left: calc(20px + constant(safe-area-inset-left));
	}
}
/* 画面上部へ */
.pagetop {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 55px;
  z-index: 150;
}
.pagetop a {
  display: block;
  width: 50px;
  height: 50px;
  background-color: #FC73B8;
  text-align: center;
  color: #fff;
  font-size: 24px;
  text-decoration: none;
  line-height: 50px;
  border: solid 1px;
  -webkit-border-radius: 50px;
          border-radius: 50px;
  opacity: 0.6;
  -webkit-transition: 0.5s;
     -moz-transition: 0.5s;
      -ms-transition: 0.5s;
       -o-transition: 0.5s;
          transition: 0.5s;
}
.pagetop a:hover{
	opacity: 1;
}
@media (max-width: 767px) {
	.pagetop {
	  bottom: 20px;
	  right: 15px;
	}
}
/* PCヘッダ固定 */
.navbar{
	-webkit-transition: 1s;
	   -moz-transition: 1s;
	    -ms-transition: 1s;
	     -o-transition: 1s;
	        transition: 1s;
	border-bottom: 1px solid rgba(0,0,0,0);
}
.is-fixed {
	position: fixed;
	top: 0;
	z-index: 10;
	width: 100%;
	background-color: rgba(255,255,255,0.8);
	left: 0;
	right: 0;
	border-bottom: 1px solid rgba(0,0,0,.05);
}
.is-fixed.navbar{
	left: 0;
	right: 0;
}
.is-fixed ul{
	margin: auto;
	display: block;
	float: right;
}
.is-fixed .navwrapper{
	width: 100%;
	max-width: 1170px;
	margin: auto;
	overflow: hidden;
	padding-bottom: 5px;
}
@media (max-width: 1023px) {
	main{
		margin-top: 0!important;
	}
}
/* アニメーション */
@keyframes fade-in {
	0% {
		display: none;
		opacity: 0;
	}
	20% {
		display: block;
		opacity: 0;
	}
	100% {
		display: block;
		opacity: 1;
	}
}

/* ------------------------------
　　トップページ
------------------------------ */
.top_moduletitle{
	font-family: 'Niconne', cursive;
	text-align: center;
	background-image: url("../images/topcategorytitlebg.png");
	background-position: center;
	-webkit-background-size: contain;
	     -o-background-size: contain;
	        background-size: contain;
	 background-repeat: no-repeat;
	 padding: 20px 0;
	 margin-bottom: 35px;
	 font-size: 36px;
	 font-weight: normal;
}
.categoryindexlink{
	text-align: center;
}
.categoryindexlink a{
	display: inline-block;
	color: #f19db5;
	border: solid 1px;
	padding: 5px 50px;
	background-color: #FFF;
	font-size: 12px;
	width: 40%;
	margin-top: 20px;
	-webkit-transition: 0.3s;
	   -moz-transition: 0.3s;
	    -ms-transition: 0.3s;
	     -o-transition: 0.3s;
	        transition: 0.3s;
}
.categoryindexlink a:hover{
	color: #FFF;
	background-color: #f19db5;
	text-decoration: none;
	
}
@media (max-width: 767px) {
	.top_moduletitle{
		 padding: 20px 0;
		 margin-bottom: 20px;
		 font-size: 30px;
	}
	.categoryindexlink a{
		padding: 5px 20px;
		font-size: 11px;
		width: 60%;
	}
}
/* topsummary */
.top-summary{
	padding-left: 0;
}
.topsummary .acms-container{
	background-image: url("../images/kirakira_topright.jpg"),url("../images/kirakira_bottomleft.jpg");
	background-repeat: no-repeat;
	background-position: top right 80px,bottom 50px left 80px;
	-webkit-background-size: 20%;
	     -o-background-size: 20%;
	        background-size: 20%;
}
.topsummary_container{
	padding: 0 10px;
}
.top-summary li{
	list-style: none;
	padding-left: 0;
}
.top-summary li .top-summary-entry-image-wrap{
	width: 100%;
	display: block;
}
.top-summary li .top-summary-entry-image-wrap img{
	width: 100%;
	border: 1px solid #DDD;
}
.top-summary-body p{
	margin-top: 5px;
}
.top-summary-body p a{
	color: #333;
}

@media (max-width: 767px) {
	.topsummary_container{
		padding: 0 0;
	}
	.topsummary .acms-container{
		background-position: top right -50px ,bottom left -50px ;
		-webkit-background-size: 35%;
		     -o-background-size: 35%;
		        background-size: 35%;
	    padding-right: 0;
	    padding-left: 0;
	}
	.top-summary-body .summary-title{
		font-size: 10px;
	}
	.alltopicslink a{
		padding: 5px 40px;
		font-size: 10px;
		width: 40%;
		margin-top: 0;
	}
}
/* topconcept */
.topconcept .acms-container{
	padding-bottom: 100px;
	background-image: url("../images/kirakira_topright.jpg"),url("../images/kirakira_bottomleft.jpg");
	background-repeat: no-repeat;
	background-position: top right 80px,bottom 50px left 80px;
	-webkit-background-size: 20%;
	     -o-background-size: 20%;
	        background-size: 20%;
}
.teacherimg{
	margin-left: 50px;
}
.concept_textcontent{
	margin-top: 10px;
	margin-left: -30px;
	margin-right: 50px;
	padding: 30px 50px;
	background-color: rgba(255,255,255,0.8);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}
.concept_textcontent p{
	font-size: 16px;
	line-height: 2;
	font-weight: 300;
	text-align: justify;
}
.concept_textcontent a{
	text-align: right;
	display: block;
	color: #FC73B8;
}
@media (max-width: 767px) {
	.topconcept .acms-container{
		padding-bottom: 30px;
		padding-left: 0;
		padding-right: 0;
		background-position: top 0px right -50px ,bottom left -50px ;
		-webkit-background-size: 35%;
		     -o-background-size: 35%;
		        background-size: 35%;
	}

	.teacherimg{
		margin-left: 0;
	}
	.concept_textcontent{
		margin-top: 10px;
		margin-left: -30px;
		margin-right: 0;
		padding: 10px 20px;
	}
	.concept_textcontent p{
		font-size: 10px;
		line-height: 1.6;
	}
	.concept_textcontent a{
		font-size: 12px;
	}
}

/* toplesson */
.toplesson{
	position: relative;
    background-image: url(../images/background_watercolor.jpg);
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    padding-top: 5%;
    margin-top: 60px;
    padding-top: 30px;
    padding-bottom: 100px;
}
.toplesson .acms-col-md-4:nth-child(4n+1){
	clear: both;
}
.flower04{
	position: absolute;
	right: 0;
	bottom: -5%;
	width: 10%;
	z-index: 100;
}
.flower03{
	position: absolute;
	left: 0;
	top: -10%;
	width: 9%;
	z-index: 100;
}
.toplessoncontainer{
	background-color: #FFF;
	height: calc(100% - 20px);
	position: relative;
	margin-bottom: 20px;
	-webkit-border-radius: 5px;
	        border-radius: 5px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);

}
.toplessoncontainer:before{
	content: "";
	height: 16px;
	top: -5px;
	position: relative;
	display: block;
	background-image: url("../images/top_lesson_decoration01.png");
	-webkit-background-size: contain;
	     -o-background-size: contain;
	        background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.toplessoncontainer .classtitle_ja{
	text-align: center;
	padding: 0 20px;
	font-weight: normal;
	font-size: 20px;
	margin-top: 15px;
	margin-bottom: 0;
}
.toplessoncontainer .classtitle_en{
	text-align: center;
	padding: 0 20px;
	font-weight: 300;
	font-size: 10px;
	color: #CCC;
	margin-top: 0;
	margin-bottom: 0;
}
.lesson_people{
	text-align: center;
	padding: 0 10px;
	color: #FC73B8;
	font-size: 10px;
	margin-top: 5px;
}
.lesson_people:before{
	content: "";
	width: 100%;
	height: 10px;
	position: relative;
	display: block;
	background-image: url("../images/top_lesson_decoration02.png");
	-webkit-background-size: contain;
	     -o-background-size: contain;
	        background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	padding-bottom: 10px;
}
.lesson_detail{
	font-size: 12px;
	padding: 0 20px 20px;
	text-align: justify;
}
@media (max-width: 767px) {
	.toplesson .acms-container{
		padding-left: 0;
		padding-right: 0;
	}
	.toplesson .acms-col-md-4:nth-child(4n+1){
		clear: none;
	}
	.toplesson .acms-col-md-4:nth-child(2n){
		clear: both;
	}
	.toplessoncontainer{
		height: calc(100% - 10px);
		margin-left: -5px;
		margin-right: -5px;
		margin-bottom: 10px;
	}
	.toplessoncontainer .classtitle_ja{
		padding: 0 10px;
		font-size: 16px;
		margin-top: 10px;
	}
	.toplessoncontainer .classtitle_en{
		padding: 0 10px;
		font-size: 8px;
	}
	.lesson_detail{
		font-size: 10px;
		padding: 0 15px 15px;
	}
}
/* topvoice */
.voicecontainer .voicecontent{
	border-top: 1px solid  #f19db5;
	padding: 20px;
}
.voicecontainer .voicecontent:last-child{
	border-bottom: 1px solid  #f19db5;

}
.voicecontent .voice_content{

}
.voicecontent .voice_name{
	font-weight: bold;
	text-align: right;
	color: #FC73B8;
	padding-top: 5px;
}
@media (max-width: 767px) {
	.voicecontainer .voicecontent{
		font-size: 12px;
	}
}
/* Instagram */
.topinsta{
	margin-top: 50px;
}
.insta_title{
	background-image: url("../images/silverflame.png");
	background-repeat: repeat-x;
	background-position: bottom 30px center;
	-webkit-background-size: 60px;
	     -o-background-size: 60px;
	        background-size: 60px;
	text-align: center;
}
.insta_title .followimg{
	width: 200px;
}
.instagramslider div{
	padding: 5px!important;
}
@media (max-width: 767px) {
	.insta_title{
		background-position: bottom 20px center;
		-webkit-background-size: 50px;
		     -o-background-size: 50px;
		        background-size: 50px;
	}

	.insta_title .followimg{
		width: 120px;
	}
}
/* Instagram Javascript */
#instafeed{
	overflow: hidden;
}
.instatrim {
    overflow: hidden;
    height: 200px;/* トリミングしたい枠の高さ */
    position: relative;
    border: 5px solid #FFF;
}
.instatrim img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 500%;
  max-height: 200%;
}
.instaimgwarp{
	margin: 10px;
}
/* footermap */
.footermap{
	background-image: url("../images/top_schoolinfo_bgimg.jpg");
	padding: 50px 0;
	margin-top: 50px;
	text-align: center;
	color: #FFF;
}
.topfootername_en{
	font-family: 'Niconne', cursive;
	font-size: 40px;
}
.topfootername_ja{
	font-size: 12px;
	margin-bottom: 10px;
}
.topfootername_ja:after{
	content: "";
	height: 16px;
	position: relative;
	display: block;
	background-image: url("../images/topfootermap_deco.png");
	-webkit-background-size: contain;
	     -o-background-size: contain;
	        background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 40%;
	margin-left: auto;
	margin-right: auto;
}
.topfooter_adress{
	font-size: 16px;
	font-weight: 300;
}
.topfooter_telno{
	font-size: 30px;
	height: 2em;
	font-weight: 300;
}
.topfooter_telno a{
	color: #FFF;
	text-decoration: underline;
}
.topfooter_map{
	margin-top: 10px;
}
.topfooter_map iframe{
	width: 100%!important;
}
@media (max-width: 767px) {
	.topfooter_telno{
		font-size: 16px;
		height: auto;
	}
	.topfootername_en{
		font-size: 26px;
	}
	.topfootername_ja:after{
		width: 70%;
	}
	.topfooter_adress{
		font-size: 12px;
	}
	.topfooter_map{
		margin-bottom: 30px;
	}
	.topfooter_map iframe{
		height: 300px;
	}

}
/* footer */
.footer-wrapper{
	text-align: center;
	padding: 30px 0;
}
.footerlogo{
	max-width: 260px;
	margin-left: auto;
	margin-right: auto;
}
.copyright_text{
	margin-top: 20px;
	font-size: 10px;
	letter-spacing: 0.2em;
	color: #999;
}
@media (max-width: 767px) {
	.footerlogo{
		width: 20%;
		min-width: 150px;
	}
}
/* footer無料体験 */
.footer_freelesson{
	position: relative;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	background-position: center center;
	text-align: center;
	margin-top: 60px;
}
.footer_freelesson:before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: rgba(241,157,181,0.8);
}
.freelesson_title{
	font-size: 30px;
	font-weight: 300;;
	margin-bottom: 0;
	margin-top: 0;
	color: #FC73B8;
	font-weight: bold;
}
.freelesson_text{
	color: #333;
	margin-top: 5px;
	font-weight: 300;
}
.freelesson_telno{
	color: #FC73B8;
	font-size: 30px;
	letter-spacing: 0.1em;
	line-height: 1;
}
.footerfreelessoncontentwrap{
	display: inline-block;
	padding: 50px 100px;
	position: relative;
	z-index: 5;
	margin: 20px 30px;
	background-color: rgba(255,255,255,0.9);
}
@media (max-width: 767px) {
	.footer_freelesson{
		margin-top: 20px;
	}
	.freelesson_title{
		font-size: 20px;
	}
	.freelesson_text{
		font-size: 12px;
	}
	.freelesson_telno{
		font-size: 20px;
	}
	.freelesson_telno a{
		color: #FC73B8;
		text-decoration: underline;
	}
	.footerfreelessoncontentwrap{
		padding: 20px 30px;
	}
}
/* ------------------------------
　　お知らせ
------------------------------ */
.news_header{
	color: #FC73B8;
}
.entryInfo span.entry-new{
	display: inline-block;
	background-color: #FC73B8;
	color: #FFF;
	padding: 3px 5px;
	font-size: 9px;
}
/* ------------------------------
　　コンセプト
------------------------------ */
.concept_profile{
	background-color: #FFF3F2;
	text-align: center;
	padding: 20px;
}
.concept_profile h3{
	font-family: 'Niconne', cursive;
	font-size: 28px;
	font-weight: normal;
	margin-bottom: 20px;
}
.concept_profile .prof_img{
	max-width: 250px;
	margin: auto;
}
.concept_profile .prof_img img{
	border: 1px solid #CCC;
}
.prof_name_ja{
	font-weight: 300;
	margin-top: 5px;
	margin-bottom: 0;
	font-size: 24px;
}
.prof_name_en{
	color: #FC73B8;
	font-size: 10px;
	letter-spacing: 0.1em;
	margin-top: 3px;
}
.history{
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 30px;
}
.history dt{
	font-weight: bold;
	color: #FC73B8;
}
.history dd{
	padding-bottom: 15px;
	margin-left: 0;
	margin-bottom: 10px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
@media (max-width: 767px) {
	.history{
		margin-left: 20px;
		margin-right: 20px;
		margin-top: 20px;
	}
	.history dt{
		text-align: left;
	}
	.history dd{
		text-align: left;
	}
}
/* ------------------------------
　　Lesson
------------------------------ */
.lesson_class_wrapper{
	margin-bottom: 60px;
}
.title_en{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	letter-spacing: 0.1em;
	text-align: center;
	font-weight: normal;
	color: #FC73B8;
	margin-top: 60px;
}
.title_en#schedule{
	margin-top: 0;
}
.lessontable{
	margin-bottom: 40px;
}
.lessontable table{
	width: 100%;
	border-right: 1px solid #AAA;
	border-top: 1px solid #AAA;
	border-collapse: collapse;
}
.lessontable table th,.lessontable table td{
	border-left: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
	border-top: 1px solid #AAA;
	padding: 8px 15px;
	text-align: center;
	white-space: nowrap;
}
.lessontable table th{
	background-color: #CCC;
}
.lessontable table td{
	font-size: 14px;
	font-weight: bold;
	
}
.lessontable table td span{
	display: block;
	font-size: 10px;
	font-weight: normal;
}
th.studioname_nishio{
	background-color: #F38F98;
	color: #FFF;
}
th.studioname_hekinan{
	background-color: #DE9FD3;
	color: #FFF;
}
th.week{
	background-color: #EEE;
}
td.classcolor{
	background-color: #FFF9EE;
}
/* カスタムユニット */
.lessonclass{
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 20px 30px 20px;
	height: 100%;
	border: 1px solid #ECC6C9;
	-webkit-border-radius: 15px;
	        border-radius: 15px;
}
.lesson_class_wrapper .acms-col-md-4:nth-child(3n+1){
	clear: both;
}
.class_name{
	text-align: center;
	font-weight: normal;
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 5px;
}
.class_name:before{
	content: "";
	height: 16px;
	top: -5px;
	position: relative;
	display: block;
	background-image: url("../images/top_lesson_decoration01.png");
	-webkit-background-size: contain;
	     -o-background-size: contain;
	        background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.lessonclass .class_target{
	text-align: center;
	color: #FC73B8;
	font-size: 12px;
	margin-bottom: 10px;
}
.class_image{
	margin-bottom: 10px;
}
.class_image img{
	border: 1px solid #DDD;
}
.lesson_class_wrapper .js-autoheight-r{
	margin-bottom: 20px;
}
.schedulepdf{
	margin-top: 10px;
}
.schedulepdf a{
	background-color: #F38F98;
	color: #FFF;
	display: block;
	text-align: center;
	padding: 20px;
}
.admin_only_links{
	color: #AAA;
	padding: 10px;
	display: block;
	text-align: center;
	margin-top: 20px;
}
.admin_only_links a{
	color: #AAA;
}
.lesson_caution_wrap{
	padding: 30px 20px 10px;
	border: 1px solid #DDD;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 30px;
	font-size: 12px;
}
.entry-column .lesson_caution_wrap ul{
	padding-right: 20px;
	padding-left: 45px;
}
.entry-column .lesson_caution_wrap ul li{
	font-size: 12px;
}
.entry-column .lesson_caution_wrap h3{
	font-size: 14px;
	margin-bottom: 10px;
}
.entry-column .lesson_caution_wrap p{
	font-size: 12px;
	margin-bottom: 20px;
	padding-right: 20px;
	padding-left: 20px;
}
@media (max-width: 767px) {
	.lessonclass{
		padding: 10px 25px 20px;
	}
	.class_name{
		font-size: 20px;
	}
	.class_name:before{
		content: "";
		height: 16px;
		top: -5px;
		position: relative;
		display: block;
		background-image: url("../images/top_lesson_decoration01.png");
		-webkit-background-size: contain;
		     -o-background-size: contain;
		        background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
	}
	.lessonclass .class_text{
		font-size: 12px;
	}
	.lessonclass .class_target{
		font-size: 10px;
	}
	.lesson_caution_wrap{
		padding: 20px 10px 10px;
		font-size: 11px;
	}
	.entry-column .lesson_caution_wrap ul{
		padding-right: 15px;
		padding-left: 35px;
	}
	.entry-column .lesson_caution_wrap ul li{
		font-size: 11px;
	}
	.entry-column .lesson_caution_wrap h3{
		font-size: 12px;
		margin-left: 0;
	}
	.entry-column .lesson_caution_wrap p{
		font-size: 11px;
		padding-right: 10px;
		padding-left: 10px;
	}
}
/* ------------------------------
　　料金
------------------------------ */
.price .admission_price{
	font-size: 22px;
	text-align: center;
	display: block;
}
.price .admission_comment{
	text-align: center;
	display: block;
	margin-bottom: 50px;
}
div.price_container h3{
	margin-bottom: 5px;
}
div.price_container dl{
	margin-left: 20px;
}
div.price_container dl dt{
	float: left;
	padding-right: 15px;
	margin-bottom: 0;
	
}
div.comment_text ul{
	padding-top: 30px;
}
div.comment_text ul li{
	font-size: 12px;
}
/* ------------------------------
　　ギャラリー
------------------------------ */
.gallary_links{
	margin-bottom: 20px;
}
.gallary_thumnail{
    background-position: center center;
    padding: 80px 25px;
    text-align: center;
    height: 100%;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: 0.2s;
       -moz-transition: 0.2s;
        -ms-transition: 0.2s;
         -o-transition: 0.2s;
            transition: 0.2s;
}
.footer_otherlinks{
	padding: 20px 10px;
}
.gallary_thumnail:hover{
	-webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.gallary_thumnail a{
	color: #FFF;
}
.gallary_thumnail a:hover{
	color: #FFF;
	text-decoration: none;
}
.gallary_title{
	color: #FC73B8;
	border-bottom: solid 1px #DDD;
	padding-bottom: 10px;
	margin-bottom: 20px;
	font-size: 24px; 
}
.gallaryimg{
	padding: 5px!important;
}
.gallaryimg img{
	vertical-align:bottom;
}
.entry-column p.gallary_caption{
	font-size: 10px;
	margin: 0;
}
.acms-grid .gallaryimg:nth-of-type(6n+1){
	clear: both;
}
.other_gallary_title{
	text-align: center;
	padding: 20px;
	letter-spacing: 0.1em;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: normal;
}
.other_gallary_link_wapper{
	padding: 30px;
	margin-top: 60px;
	background-color: #DDD;
	overflow: hidden;
}
@media (max-width: 767px) {
	.gallary_title{
		font-size: 18px; 
	}
	.acms-grid .gallaryimg:nth-of-type(3n+1){
		clear: both;
	}
}
/* ------------------------------
　　アクセス
------------------------------ */
.access div iframe{
	width: calc(100% - 20px);
	margin: 0 10px;
	height: 500px;
	border: 1px solid #DDD!important;
	background-color: #DDD;
}
@media (max-width: 767px) {
	.access div iframe{
		height: 300px;
	}
}
/* ------------------------------
　　よくある質問
------------------------------ */
.faqwrapper{
	border-bottom: 1px solid #DDD;
	padding: 20px 20px 10px;
}
.faqwrapper h4{
	color: #FC73B8;
	font-size: 16px;
	margin-bottom: 10px;
}


/* ------------------------------
　　ボタン
------------------------------ */
.btn {
	border: 0;
	background: #999;
	font-weight: bold;
	color: #FFF;
	line-height: 1.2;
	border: 0;
	display: inline-block;
	padding: 8px 15px;
	border-radius: 3px;
}
.btn:hover,
.btn:visited {
	color: #FFF;
	text-decoration: none;
}
.btn:focus,
.btn:active {
	color: #FFF;
	box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, .5);
}
.btn:hover {
	background-color: #999;
	background-image: linear-gradient(to bottom, #C1C1C1, #999);
	color: #FFF;
}
.btn:active,
.btn:focus {
	background: #878787;
}

/* ボタン　色付き */
.btn-attention {
	border: 0;
	background: #FF9A00;
	font-weight: bold;
	color: #FFF;
	line-height: 1.2;
	border: 0;
	display: inline-block;
	padding: 8px 15px;
	border-radius: 3px;
}
.btn-attention:hover,
.btn-attention:visited {
	color: #FFF;
	text-decoration: none;
}
.btn-attention:focus,
.btn-attention:active {
	color: #FFF;
	box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, .5);
}
.btn-attention:hover {
	background-color: #FF9A00;
	background-image: linear-gradient(to bottom, #FDD87D, #FF9A00);
	color: #FFF;
}
.btn-attention:active,
.btn-attention:focus {
	background: #EDA800;
}

/* ボタンサイズ大 */
.btn-large {
	background: #999;
	font-weight: bold;
	color: #FFF;
	line-height: 1.2;
	border: 0;
	display: inline-block;
	padding: 15px 20px;
	text-align: center;
	border-radius: 5px;
	font-size: 20px;
	box-sizing: border-box;
	transition: background-color .25s linear;
}
.btn-large:hover,
.btn-large:visited {
	color: #FFF;
	text-decoration: none;
}
.btn-large:focus,
.btn-large:active {
	color: #FFF;
	box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, .5);
}
.btn-large:hover {
	background: #777;
}
.btn-large:active,
.btn-large:focus {
	background: #878787;
}

/* ボタンサイズ大 色付き */
.btn-attention-large {
	background: #FF9A00;
	font-weight: bold;
	color: #FFF;
	line-height: 1.2;
	border: 0;
	display: inline-block;
	padding: 15px 20px;
	text-align: center;
	border-radius: 5px;
	font-size: 20px;
	box-sizing: border-box;
	transition: background-color .25s linear;
}
.btn-attention-large:hover,
.btn-attention-large:visited {
	color: #FFF;
	text-decoration: none;
}
.btn-attention-large:focus,
.btn-attention-large:active {
	color: #FFF;
	box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, .5);
}
.btn-attention-large:hover {
	background: #FF7E00;
}
.btn-attention-large:active,
.btn-attention-large:focus {
	background: #EDA800;
}

/* デスクトップ：最大360pxボタン */
.btn-block-large {
	width: 100%;
	background: #999;
	font-weight: bold;
	color: #FFF;
	line-height: 1.2;
	border: 0;
	display: inline-block;
	padding: 15px 20px;
	text-align: center;
	border-radius: 5px;
	font-size: 20px;
	box-sizing: border-box;
	transition: background-color .25s linear;
}
.btn-block-large:hover,
.btn-block-large:visited {
	color: #FFF;
	text-decoration: none;
}
.btn-block-large:focus,
.btn-block-large:active {
	color: #FFF;
	box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, .5);
}
.btn-block-large:hover {
	background: #777;
}
.btn-block-large:active,
.btn-block-large:focus {
	background: #878787;
}

/* デスクトップ：最大360pxボタン 色付き */
.btn-attention-block-large {
	width: 100%;
	background: #FF9A00;
	font-weight: bold;
	color: #FFF;
	line-height: 1.2;
	border: 0;
	display: inline-block;
	padding: 15px 20px;
	text-align: center;
	border-radius: 5px;
	font-size: 20px;
	box-sizing: border-box;
	transition: background-color .25s linear;
}
.btn-attention-block-large:hover,
.btn-attention-block-large:visited {
	color: #FFF;
	text-decoration: none;
}
.btn-attention-block-large:focus,
.btn-attention-block-large:active {
	color: #FFF;
	box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, .5);
}
.btn-attention-block-large:hover {
	background: #FF7E00;
}
.btn-attention-block-large:active,
.btn-attention-block-large:focus {
	background: #EDA800;
}

@media (min-width: 768px) {
	.btn-block-large {
		max-width: 360px;
	}
	.btn-attention-block-large {
		max-width: 360px;
	}
}

@media (max-width: 767px) {
	.btn-search-block {
		display: block;
		width: 100%;
		max-width: 360px;
		margin: 0 auto;
		padding: 15px 20px;
		font-size: 20px;
	}
}

/* ------------------------------
　　ページタイトル
------------------------------ */
.page-title-wrapper {
	display: table;
	position: relative;
	width: 100%;
	height: 100px;
	color: #222;
	background-image: url(../images/background_watercolor.jpg);
	background-size: cover;
	background-position: bottom center;
	text-align: center;
}
.page-title-inner {
	display: table-cell;
	position: relative;
	padding: 15px 0;
	vertical-align: middle;
}

.page-title {
	margin: 0 0 10px 0;
	font-size: 10px;
	font-weight: bold;
	line-height: 1.2;
	color: #666;
}
.page-title_en{
	font-family: 'Niconne', cursive;
	font-size: 40px;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 5px;
}

@media (min-width: 768px) {
	.page-title-wrapper {
		height: 250px;
	}
}
@media (max-width: 767px) {
	.page-title_en{
		font-size: 30px;
	}
}

/* ------------------------------
　　ページャー
------------------------------ */
.pager {
	clear: both;
	list-style: none;
	margin: 20px -5px 50px -5px;
	padding: 0;
	padding-top: 30px;
	text-align: center;
}
.pager li {
	display: inline-block;
	margin: 0 5px;
}
.pager li.cur {
	/* 現在いる位置 */
	padding: 5px 20px;
	color: #FFF;
	background: #F38F98;
	border-radius: 3px;
}

.pager-link {
	display: block;
	padding: 5px 20px;
	color: #333;
	border-radius: 3px;
	background: #E5E5E5;
}
.pager-link:visited,
.pager-link:focus,
.pager-link:active {
	color: #333;
}
.pager-link:hover {
	color: #FFF;
	text-decoration: none;
	background: #333;
}

.pager-link-forward {
	float: right;
}

.pager-link-prev {
	float: left;
}

@media screen and (min-width: 768px) {
	.pager-link {
		padding: 5px 10px;
	}
	.pager li.cur {
		/* 現在いる位置 */
		padding: 5px 10px;
	}
}

/* 前後リンク */
.serial-nav {
	list-style: none;
	margin: -25px 0 60px 0;
	padding: 0;
}
.serial-nav .serial-nav-item {
	display: block;
	float: none;
}
.serial-nav .serial-nav-item-prev {
	text-align: left;
}
.serial-nav .serial-nav-item-next {
	text-align: right;
}
.serial-nav a {
	display: block;
	padding: 25px 0;
	border-bottom: 1px solid #E5E5E5;
	color: #333;
}
.serial-nav a:hover,
.serial-nav a:visited,
.serial-nav a:focus,
.serial-nav a:active {
	color: inherit;
	text-decoration: none;
}
.serial-nav a:hover {
	background: #E5E5E5;
}

@media screen and (min-width: 768px) {
	.serial-nav {
		margin: 0 0 60px 0;
		border: 0;
	}
	.serial-nav .serial-nav-item-prev {
		float: left;
	}
	.serial-nav .serial-nav-item-next {
		float: right;
	}
	.serial-nav a {
		display: inline;
		border: 0;
	}
	.serial-nav a:hover {
		text-decoration: underline;
		background: 0;
	}
}

/* ------------------------------
　　トピックパス
------------------------------ */
.topicpath {
	margin-bottom: 30px;
	padding: 0 0 10px;
}

.topicpath-list {
	list-style: none;
	margin: 0 auto;
}

.topicpath-item {
	float: left;
	padding: 0 10px 0 23px;
	background: url(../images/marker/icon_arrow.png?v=2018122530429) no-repeat left center;
}
.topicpath-item:first-child {
	padding: 0 10px 0 0;
	margin-left: 50px;
	background: 0;
}

.topicpath-link {
	color: #666;
	font-size: 14px;
}
.topicpath-link:visited,
.topicpath-link:focus,
.topicpath-link:active {
	color: #666;
}
@media (max-width: 767px) {
	.topicpath-item:first-child {
		margin-left: 0;
	}
	.topicpath-link {
		color: #666;
		font-size: 10px;
	}
	.topicpath-item {
		font-size: 10px;
		padding: 0 5px 0 15px;
	}

}

/* ------------------------------
　　スライダー
------------------------------ */
.topmainimage{
	position: relative;
	background-image: url("../images/background_watercolor.jpg");
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	background-position: bottom;
	background-repeat: no-repeat;
	padding-top: 5%;
}
.flower01{
	position: absolute;
	right: 0;
	top: -5%;
	width: 20%;
	z-index: 100;
}
.flower02{
	position: absolute;
	left: 0;
	bottom: -10%;
	width: 15%;
	z-index: 100;
}
.topmainimage .acms-container{
	position: relative;
}
.topmainimage .sliderflame{
	background-image: url("../images/topmainimageflame.png");
	padding: 0;
	-webkit-background-size: contain;
	     -o-background-size: contain;
	        background-size: contain;
	background-repeat: no-repeat;
	z-index: 99;
	position: relative;
	width: 100%;
	max-width: 960px;
	left: 0;
	right: 0;
	top: 0;
	margin-left: auto;
	margin-right: auto;
	padding-top: 67.8%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.slidercontent{
	padding: 1%;
	position: absolute;
	width: 100%;
	max-width: 960px;
	left: 0;
	right: 0;
	top: 0;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
@media (max-width: 980px) {
	.slidercontent{
		padding-left: calc( 20px + 1%);
		padding-right: calc( 20px + 1%);
		position: absolute;
		width: 100%;
		max-width: 960px;
		left: 0;
		right: 0;
		top: 0;
		margin-left: auto;
		margin-right: auto;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	.flower01{
		width: 30%;
	}
	.flower02{
		width: 20%;
	}
}

.slick-slider {
	padding: 0 0 12px 0;
}
.slick-slider img {
	margin: 0 auto;
}

.fix-height {
	height: 300px;
	/* はじめのちらつき防止 */
	overflow: hidden;
	/* はじめのちらつき防止 */
}

.slick-slide:hover {
	cursor: pointer;
}

.slick-list:focus {
	position: relative;
}
.slick-list:focus:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 2px dotted #00C2FF;
	z-index: 1;
}

.main-slider-image {
	height: 300px;
	background: no-repeat center #333;
	background-size: cover;
}
.main-slider-image a:hover {
	text-decoration: none;
}

.main-slider-text-outer {
	height: 100%;
}

.main-slider-text-wrap {
	display: table;
	width: 100%;
	height: 100%;
}

.main-slider-text-inner {
	display: table-cell;
	padding: 0 20px;
	text-align: center;
	vertical-align: middle;
}

.main-slider-main-copy {
	margin: 0;
	color: #FFF;
	font-weight: bold;
	font-size: 24px;
}

.main-slider-side-copy {
	margin: 0;
	color: #FFF;
	font-size: 16px;
}

/* ちらつき防止 */
.slick-track,
.slick-list {
	-webkit-transform: translateZ(0);
	-webkit-perspective: 1000;
}

/* 矢印ナビゲーション */
.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 19px;
	height: 60px;
	margin-top: -29px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}
.slick-prev:focus,
.slick-next:focus {
	border: 1px dotted #FFF;
}

.slick-prev {
	left: 10px;
	background: url(../images/marker/icon_white_arrow_left.png?v=2018122530429) no-repeat;
	z-index: 101;
}

.slick-next {
	right: 10px;
	background: url(../images/marker/icon_white_arrow_right.png?v=2018122530429) no-repeat;
	z-index: 101;
}

/* ドットのナビゲーション */
.slick-dots {
	position: relative;
	margin: -45px 0 0 0;
	padding: 0;
	list-style: none;
	text-align: center;
	z-index: 100;
}

.slick-dots li {
	display: inline-block;
}

.slick-dots li button {
	content: "";
	position: relative;
	display: inline-block;
	width: 7px;
	height: 7px;
	margin: 0 4px;
	font-size: 0;
	background: #FFF;
	border-radius: 7px;
	border: 0;
}

.slick-dots li button:focus {
	outline: 0;
	border: 1px solid #FC73B8;
}

.slick-dots li:hover button {
	cursor: pointer;
}

.slick-dots li.slick-active button {
	background: #FC73B8;
}

.slick-dots button {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	overflow: hidden;
	clip: rect(0 0 0 0);
}

@media screen and (min-width: 768px) {
	.slick-prev {
		left: 50px;
	}
	.slick-next {
		right: 50px;
	}
	.fix-height {
		height: 400px;
		/* はじめのちらつき防止 */
	}
	.main-slider-image {
		height: 400px;
	}
	.main-slider-main-copy {
		font-size: 40px;
	}
	.main-slider-side-copy {
		font-size: 24px;
	}
}

/* ------------------------------
　　各モジュール
------------------------------ */
.module-section {
	margin: 0 0 30px 0;
}

/* タイトル */
.module-header {
	position: relative;
	margin: 0;
	padding: 5px 0;
	color: #333;
	border-bottom: 2px solid #333;
}
.module-header + .summary-custom,
.module-header + .summary-default,
.module-header + .entry-column,
.module-header + .pickup-list,
.module-header + .search-form,
.module-header + .banner {
	margin-top: 10px;
}

.module-heading {
	margin: 0;
	font-size: 18px;
}
.module-heading [class*="acms-icon-"] {
	margin: 0 10px 0 0;
	vertical-align: baseline;
}

a.module-index-link {
	position: absolute;
	bottom: 5px;
	right: 0;
	color: #333;
	font-size: 16px;
}
a.module-index-link [class*="acms-icon-"] {
	color: #CCC;
	font-size: 14px;
}

/* カスタムフィールドグループ */
.group-list {
	list-style: none;
	padding: 0;
}

/* 行揃えの設定 */
/* 見出し */
.heading-align-left .group-heading {
	text-align: left;
}

.heading-align-center .group-heading {
	text-align: center;
}

.heading-align-right .group-heading {
	text-align: right;
}

/* 概要文 */
.detail-align-left .group-detail {
	text-align: left;
}

.detail-align-center .group-detail {
	text-align: center;
}

.detail-align-right .group-detail {
	text-align: right;
}

/* ボタン */
.btn-align-left .group-btn-wrap {
	text-align: left;
}

.btn-align-center .group-btn-wrap {
	text-align: center;
}

.btn-align-right .group-btn-wrap {
	text-align: right;
}


/* ------------------------------
　　ヘッドライン
------------------------------ */
.headline-item {
	line-height: 1.5;
	transition: background-color .25s ease-out;
}
.headline-item.bl-hover {
	background: #F1F1F1;
}

@media screen and (max-width: 479px) {
	/* 画面幅が小さいとき */
	/* ヘッドライン */
	.headline-item {
		padding: 10px 0;
	}
	.headline-title {
		display: block;
		margin: 0;
	}
}

/* ------------------------------
　　検索フォーム
------------------------------ */
.search-form .btn-search {
	padding: 10px 20px;
	font-size: 16px;
	filter: none;
	/* IEでのグラデーションを上書き */
	background: #333;
	color: #FFF;
	border-radius: 0 4px 4px 0;
	border: 1px solid #333;
}
.search-form .btn-search:hover,
.search-form .btn-search:active,
.search-form .btn-search:focus {
	background: #666;
}

.search-form input[type="search"] {
	padding: 9px 10px;
	height: 40px;
	font-size: 16px;
	box-sizing: border-box;
}

input[type="search"].search-form-input {
	padding-top: 5px;
	padding-bottom: 4px;
	font-size: 20px;
	box-sizing: border-box;
}

/* ------------------------------
　　各モジュール
------------------------------ */
/* フィールドグループ */
.group-heading {
	margin: 0 0 20px 0;
	font-size: 18px;
	line-height: 1.2;
}

.group-detail {
	margin: 0 0 30px 0;
	font-size: 16px;
	line-height: 1.7;
}

/* ヘッドライン */
.lp-headline {
	font-size: 16px;
}


/* ------------------------------
　　エントリー
------------------------------ */
.entry {
	margin: 0 0 25px 0;
}

.page-header {
	margin: 0 0 20px 0;
}

.entry-info {
	margin-top: 0;
	font-size: 14px;
}

/* カテゴリーと新着ラベル */
.entry-category,
.entry-new {
	font-size: 14px;
}

/* タイトル */
.entry-title {
	margin: 10px 0;
}
.entry-title a {
	color: #333;
}
.acms-entry h2 .entry-title {
	padding: 0;
}

/* エントリーのスタイル */
.entry-column {
	color: #333;
	word-wrap: break-word;
}
.entry-column h2 {
	margin: 100px 10px 25px 10px;
	padding: 5px 10px;
	font-size: 24px;
	font-weight: 300;
	text-align: center;
	color: #FC73B8;
	border-bottom: 1px solid #FC73B8;
}
.acms-grid .entry-column h2:first-child{
	margin-top: 0;
}
.entry-column h2.module-heading {
	margin: 0;
	padding: 0;
	border: 0;
}
.entry-column h3 {
	margin: 0 10px 20px 10px;
	padding: 5px 10px;
	font-size: 18px;
	color: #FC73B8;
}
.entry-column a:link {
	color: #006DD9;
	text-decoration: none;
}
.entry-column a:hover,
.entry-column a:focus,
.entry-column a:active {
	text-decoration: underline;
}
.entry-column a:visited {
	color: #7F5AD7;
	text-decoration: none;
}

/* 本文 */
.entry-column p {
	margin-top: 0;
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 1.7;
}

/* エントリー内ボタン */
.entry-column p.entry-btn {
	margin-bottom: 10px;
}
.entry-column p.entry-btn a {
	background: #999;
	font-weight: bold;
	color: #FFF;
	line-height: 1.2;
	border: 0;
	display: inline-block;
	padding: 8px 15px;
	border-radius: 3px;
}
.entry-column p.entry-btn a:hover,
.entry-column p.entry-btn a:visited {
	color: #FFF;
	text-decoration: none;
}
.entry-column p.entry-btn a:focus,
.entry-column p.entry-btn a:active {
	color: #FFF;
	box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, .5);
}
.entry-column p.entry-btn a:hover {
	background-color: #999;
	background-image: linear-gradient(to bottom, #C1C1C1, #999);
	color: #FFF;
}
.entry-column p.entry-btn a:active,
.entry-column p.entry-btn a:focus {
	background: #878787;
}

/* 色付きボタン */
.entry-column p.entry-btn-attention a {
	background: #FF9A00;
	font-weight: bold;
	color: #FFF;
	line-height: 1.2;
	border: 0;
	display: inline-block;
	padding: 8px 15px;
	border-radius: 3px;
}
.entry-column p.entry-btn-attention a:hover,
.entry-column p.entry-btn-attention a:visited {
	color: #FFF;
	text-decoration: none;
}
.entry-column p.entry-btn-attention a:focus,
.entry-column p.entry-btn-attention a:active {
	color: #FFF;
	box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, .5);
}
.entry-column p.entry-btn-attention a:hover {
	background-color: #FF9A00;
	background-image: linear-gradient(to bottom, #FDD87D, #FF9A00);
	color: #FFF;
}
.entry-column p.entry-btn-attention a:active,
.entry-column p.entry-btn-attention a:focus {
	background: #EDA800;
}

.entry-column p.summary-title {
	margin: 0 0 10px 0;
}

.entry-column p.summary-detail {
	margin: 0 0 10px 0;
	font-size: 14px;
}

/* エントリー内コンテナー */
.entry-container {
	margin: 0 10px;
}

[class^=column-table] .entry-container {
	overflow-x: auto;
	margin-bottom: 30px;
}

[class^=column-table] table {
	margin-bottom: 0;
}

/* テーブル */
.entry-column table {
	width: 100%;
	margin: 0;
}
.entry-column table.table-history {
	table-layout: fixed;
}

.entry-column th,
.entry-column td {
	display: block;
	padding: 5px 10px;
	text-align: left;
	font-size: 16px;
	line-height: 1.5;
	color: #333;
	border-top: 1px solid #DFDFDF;
	vertical-align: top;
}

.entry-column .acms-table-responsive th,
.entry-column .acms-table-responsive td {
	display: table-cell;
	white-space: nowrap;
}

.entry-column .acms-table-responsive table {
	margin: 0;
}

.entry-column .acms-table-scrollable th,
.entry-column .acms-table-scrollable td {
	display: table-cell;
	white-space: nowrap;
}

.entry-column th {
	background: #F5F5F5;
}

/* 沿革用テーブル */
.entry-column table.table-history tr {
	background: #FFF;
}

.entry-column table.table-history th,
.entry-column table.table-history td {
	display: block;
}

.entry-column table.table-history th {
	padding: 10px;
}

.entry-column table.table-history td {
	padding: 10px 0;
}

.entry-column table.table-history .table-history-img {
	display: block;
	padding: 0 10px 10px 10px;
	background: #FFF;
}

/* リスト */
.entry-column ul {
	margin: 0 0 25px 0;
	padding: 0 0 0 2em;
}
.entry-column ul li {
	margin: 0 0 5px 0;
	font-size: 16px;
	line-height: 1.5;
}
.entry-column ul.summary-default {
	padding: 0;
}
.entry-column ul.summary-default li {
	margin: 0;
}

/* 番号付きリスト */
.entry-column ol {
	margin: 0 0 25px 0;
	padding: 0 0 0 2.5em;
}
.entry-column ol li {
	margin: 0 0 5px 0;
	font-size: 16px;
	line-height: 1.5;
}

/* 定義リスト */
.entry-column dl {
	margin-top: 0;
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 1.5;
}

.entry-column dt {
	margin: 0 0 5px 0;
	font-size: 16px;
	font-weight: bold;
}

.entry-column dd {
	margin-left: 0;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 1.5;
}

/* 引用 */
.entry-column blockquote {
	width: 100%;
	margin-bottom: 30px;
	padding: 15px 20px 15px 16px;
	font-size: 16px;
	line-height: 1.5;
	border-left: 4px solid #BFBFBF;
	background: #EFEFEF;
	box-sizing: border-box;
}

/* ソースコード */
.entry-column pre {
	width: 100%;
	margin: 0 0 30px 0;
	box-sizing: border-box;
}
.entry-column pre ol {
	margin: 0;
	padding: 0 0 0 2.5em;
}
.entry-column pre ol li {
	line-height: 1.5;
}

/* 区切り線 */
.entry-column hr {
	border: 0;
	border-bottom: 1px solid #E5E5E5;
}

/* ユニット */
.entry-column .caption {
	margin: 0 0 20px 0;
	font-size: 13px;
}

.column-file-auto + .caption {
	margin-left: 10px;
}

@media screen and (min-width: 480px) {
	.entry-column .table-history-img {
		float: right;
	}
}

@media screen and (min-width: 768px) {
	.entry-column th,
	.entry-column td {
		display: table-cell;
		padding: 15px 20px;
		text-align: left;
		font-size: 16px;
		border-top: 1px solid #DFDFDF;
	}
	.entry-column th {
		background: inherit;
	}
	.entry-column tr:nth-child(odd) {
		/* background: #F5F5F5; */
	}
}

/* エントリーフッター */
.entry-footer {
	margin: 0 0 20px 0;
	padding: 10px;
	background: #F5F5F5;
}

/* タグ */
.entry-tag {
	margin: 0 0 5px 0;
}

.entry-tag-icon {
	float: left;
	color: #999;
}

.entry-tag-item {
	float: left;
	margin: 0 0 0 10px;
}

/* SNSシェア */
.share-wrapper {
	float: right;
}

.share-text {
	display: inline;
	float: left;
	margin: 0;
}

/* SNSシェアボタン */
.share-list {
	display: inline;
	list-style: none;
	float: right;
	margin: 0;
	padding: 0;
}

.share-item {
	display: inline-block;
	margin: 0 0 0 20px;
	vertical-align: top;
}
.share-item a {
	color: #999;
	text-decoration: none;
}
.share-item [class*="acms-icon"] {
	font-size: 16px;
	vertical-align: middle;
}
.share-item .share-item-facebook {
	/* Facebook */
	display: block;
	width: 22px;
	height: 22px;
	line-height: 1.2;
	color: #FFF;
	text-align: center;
	font-size: 16px;
	background: #3B5999;
	border-radius: 4px;
}
.share-item .share-item-facebook:before {
	vertical-align: middle;
}
.share-item .share-item-twitter {
	/* Twitter */
	display: block;
	width: 22px;
	height: 22px;
	line-height: 1.2;
	color: #FFF;
	text-align: center;
	font-size: 16px;
	background: #55ACEE;
	border-radius: 4px;
}
.share-item .share-item-twitter:before {
	vertical-align: middle;
}
.share-item .share-item-gplus {
	/* Google + */
	display: block;
	width: 22px;
	height: 22px;
	line-height: 1.2;
	color: #FFF;
	text-align: center;
	font-size: 16px;
	background: #DD4B39;
	border-radius: 4px;
}
.share-item .share-item-gplus:before {
	vertical-align: middle;
}

/* 続きを読むボタン */
.continue-link {
	margin: 0;
	font-size: 16px;
}

.continue-link a {
	display: inline-block;
	padding: 15px 20px;
	color: #999;
	line-height: 1.5;
	font-weight: bold;
	background-color: #EEE;
}
.continue-link a [class*="acms-icon"] {
	margin: 0 10px 0 0;
}
.continue-link a:link,
.continue-link a:visited {
	color: #999;
}
.continue-link a:hover,
.continue-link a:focus,
.continue-link a:active {
	color: #FFF;
	text-decoration: none;
	background: #AAA;
}

@media screen and (min-width: 768px) {
	/* タグ */
	.entry-tag {
		margin: 0;
	}
	/* 続きを読むボタン */
	.continue-link a {
		padding: 5px 10px;
		font-weight: normal;
	}
}

/* ------------------------------
　　編集ページ
------------------------------ */
.field-title {
	padding: 0 10px;
}

.field-title:first-child {
	margin: 0 0 10px 0;
}

/* ------------------------------
　　サブカラム
------------------------------ */
.side-title {
	margin-top: 0;
	font-size: 18px;
}


/* ------------------------------
　　お問い合わせ
------------------------------ */
.contact-box p.message {
	margin: 0 0 35px 0;
	font-weight: bold;
	color: #C41134;
}

.contact-box p.contact-no {
	margin: 0;
	font-size: 30px;
	font-weight: bold;
	color: #333;
}
.contact-box p.contact-no a {
	color: inherit;
}

.contact-box p.error-text {
	/* エラー文 */
	margin: 5px 0 0 0;
	color: #C41134;
}

.contact-form {
	width: 100%;
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
	background: #E5E5E5;
}

.contact-form-group {
	margin: 0;
	padding: 0;
	border: 0;
}

.contact-form-label {
	display: block;
	text-align: left;
	margin: 0;
	padding: 10px 10px 0 10px;
}

.contact-form-control {
	display: block;
	padding: 10px;
	border-bottom: 1px solid #FFF;
}

.contact-form-label {
	font-weight: bold;
}

.contact-form-grid {
	margin: 0 -5px;
}

.contact-form-col {
	margin: 0 0 10px 0;
	padding: 0 5px;
}
.contact-form-col:last-child {
	margin: 0;
}

@media screen and (min-width: 768px) {
	.contact-form {
		display: table;
		width: 100%;
	}
	.contact-form-group {
		display: table-row;
	}
	.contact-form-label,
	.contact-form-control {
		display: table-cell;
	}
	.contact-form-label {
		width: 33.33333%;
		padding: 25px 15px 15px 15px;
		vertical-align: top;
		border-bottom: 1px solid #FFF;
	}
	.contact-form-control {
		width: 66.66667%;
		padding: 15px;
	}
	.contact-form-col {
		margin: 0;
	}
}

/* ステップ
------------------------------ */
.contact-box .mail-step {
	margin: 0 0 35px 0;
	padding: 0 10px;
	background: #E5E5E5;
	/* カウンターの設定 */
	counter-reset: mailStep;
}

.contact-box .mail-step-item {
	float: left;
	list-style: none;
	margin: 0 10px;
	padding: 18px 0 14px;
	color: #999;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 4px solid transparent;
}
.contact-box .mail-step-item:before {
	/* カウンターの設定 */
	counter-increment: mailStep;
	content: counter(mailStep) ".";
}

.contact-box .mail-step-item-current {
	color: #333;
	border-bottom: 4px solid #333;
}

@media screen and (min-width: 768px) {
	.contact-box .mail-step {
		height: 60px;
	}
}

/* 送信ボタン
------------------------------ */
.form-btn-box {
	margin: 0 10px 50px 10px;
	text-align: center;
}

.form-btn {
	display: inline-block;
}

.form-btn-return {
	float: left;
}

.form-btn-send {
	float: right;
}

@media screen and (min-width: 768px) {
	.form-btn-return {
		float: none;
	}
	.form-btn-send {
		float: none;
		max-width: 360px;
		width: 100%;
	}
}

/* ラベル
------------------------------ */
.label-required {
	margin: 0 5px;
	padding: 2px 8px;
	color: #FFF;
	font-size: 12px;
	border-radius: 3px;
	background: #C41134;
}

@media screen and (min-width: 768px) {
	.label-required {
		float: right;
	}
}

/* フォーム要素
------------------------------ */
.contact-box select[required]:required {
	border: 1px solid #C49511;
}

.contact-box select.focused:invalid {
	border: 1px solid #C41134;
}

.contact-box select[required]:valid {
	border: 1px solid #A7A7AA;
}

.contact-box input[required]:required,
.contact-box textarea[required]:required {
	background: #FFFDEB;
}

.contact-box input.focused:invalid,
.contact-box textarea.focused:invalid {
	background: #FFEBEE;
}

.contact-box input[required]:valid,
.contact-box textarea[required]:valid {
	background: #FFF;
}

.contact-box input[type="text"],
.contact-box input[type="password"],
.contact-box input[type="datetime"],
.contact-box input[type="datetime-local"],
.contact-box input[type="date"],
.contact-box input[type="month"],
.contact-box input[type="time"],
.contact-box input[type="week"],
.contact-box input[type="number"],
.contact-box input[type="email"],
.contact-box input[type="url"],
.contact-box input[type="search"],
.contact-box input[type="tel"] {
	font-size: 16px;
	padding: 14px 5px 10px 5px;
}

.contact-box textarea {
	font-size: 16px;
	padding: 5px 5px 4px;
}

.contact-box select {
	font-size: 16px;
	padding: 11px 30px 11px 10px;
	vertical-align: top;
}

/* バリデーター
------------------------------ */
.valid-mark {
	display: none;
}

.valid-mark.valid {
	display: inline;
	color: #5CB85C;
	float: right;
}

.invalid {
	background: #FFEBEE !important;
}

/* ------------------------------
　　ヘッダー
------------------------------ */
.header-logo{
	padding-top: 50px;
	padding-bottom: 50px;
	
}
.headerlogoimg{
	max-width: 250px;
	padding-left: 30px;
}
.headertel{
	float: right;
	text-align: left;
}
.headertel p{
	font-size: 12px;
	margin-top: 0;
	margin-bottom: 0;
}
.headertel .headtelno{
	font-size: 24px;
	font-weight: 300;
	line-height: 1.2;
	color: #FC73B8;
	margin-bottom: 20px;
}
@media (max-width: 1023px) {
	.header-logo{
		padding-top: 10px;
		padding-bottom: 10px;
		
	}
	.headerlogoimg{
		width: 30%;
		max-width: 300px;
		min-width: 140px;
		padding-left: 0;
		margin: auto;
	}
}
/* 横から出てくるボタン */
.sidebtn {
	width: 60px;
	position: fixed;
	right: -60px;
	top: 15%;
	z-index: 599;
}
@media (max-width: 767px) {
	.sidebtn {
	  width: 40px;
	  top: 12%;
	}
}

/* サイト名 */
.site-name {
	font-size: 16px;
	font-weight: bold;
	color: #999;
}
.header-stack .site-name {
	margin: 30px 0 20px;
}
.site-name a {
	color: #C41134;
}
.site-name a:hover,
.site-name a:focus,
.site-name a:active,
.site-name a:visited {
	color: #C41134;
}

.site-logo {
	display: inline-block;
	width: 22px;
	height: auto;
	margin: 0 10px 0 0;
	vertical-align: middle;
}

.site-name-text {
	display: inline;
	vertical-align: middle;
}

.edit-link {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
}

@media (min-width: 768px) {
	.site-name {
		font-size: 24px;
	}
	.header-stack .site-name {
		text-align: center;
	}
	.site-logo {
		width: 40px;
	}
	.header {
		display: table;
		width: 100%;
	}
	.header-stack .header {
		display: block;
	}
	.header-logo {
		display: table-cell;
		width: 100%;
		vertical-align: middle;
	}
	.header-stack .header-logo {
		display: block;
	}
	.header-nav {
		display: table-cell;
		width: 50%;
		vertical-align: middle;
	}
	.header-stack .header-nav {
		display: block;
		width: 100%;
		margin: 0 0 15px 0;
	}
}

@media (min-width: 1024px) {
	.header-logo {
		display: table-cell;
		width: 40%;
	}
	.header-stack .header-logo {
		display: block;
		width: 100%;
	}
	.header-nav {
		display: table-cell;
		width: 60%;
	}
	.header-stack .header-nav {
		display: block;
		width: 100%;
		margin: 0 0 15px 0;
	}
}

/* ------------------------------
　　ナビゲーション
------------------------------ */

.site-header {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	padding: 0 5px;
	padding: 0 calc(5px + constant(safe-area-inset-right)) 0 calc(5px + constant(safe-area-inset-left));
	border-top: 4px solid #333;
	border-bottom: 1px solid #CCC;
	background: #FFF;
	z-index: 100;
	box-sizing: border-box;
}

/* モバイル時ナビゲーションボタン */
.nav-menu-btn {
	display: inline-block;
	height: 44px;
	padding: 7px 5px;
	font-size: 20px;
	color: #333;
	box-sizing: border-box;
}
a .nav-menu-btn {
	color: #333;
}
.nav-menu-btn:hover {
	color: #333;
	text-decoration: none;
}
.nav-menu-btn .acms-icon-sort {
	display: inline-block;
}

.nav-menu-btn-text {
	margin: 0 0 0 5px;
	font-size: 11px;
	font-weight: bold;
	color: #333;
	vertical-align: middle;
	display: inline-block;
}

/* モバイル時ヘッダー アイコン */
.nav-menu-action {
	display: table;
	float: right;
	margin: 0;
	padding: 0;
}

.nav-menu-action-item {
	display: table-cell;
	width: 44px;
	height: 44px;
	vertical-align: middle;
	text-align: center;
	font-size: 20px;
	color: #333;
}

.nav-menu-action-link {
	color: #333;
}
.nav-menu-action-link:hover,
.nav-menu-action-link:active,
.nav-menu-action-link:visited,
.nav-menu-action-link:focus {
	color: #333;
	text-decoration: none;
}

.navbar {
	display: none;
	width: 100%;
}
.navbar.acms-admin-module-edit-wrapper {
	z-index: 1;
}
.navbar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
}
.navbar li a {
	display: block;
	padding: 10px;
	color: #333;
	font-size: 24px;
}
.navbar li a:hover,
.navbar li a:focus,
.navbar li a:active {
	text-decoration: none;
	color: #FFF;
	background: #C41134;
}

@media (min-width: 1024px) {
	.header {
		height: 100px;
	}
	.navbar {
		display: inline-block;
		vertical-align: middle;
	}
	.navbar > ul {
		float: right;
		list-style: none;
		padding: 0;
	}
	.header-stack .navbar > ul {
		float: none;
		display: table;
		width: 100%;
		table-layout: fixed;
		border-right: 1px solid #EEE;
	}
	.navbar li {
		float: left;
		position: relative;
		margin: 0 10px;
		vertical-align: middle;
		text-align: center;
		font-family: 'Niconne', cursive;
		font-size: 32px;
	}
	.navbar li span{
		font-weight: 300;
		font-size: 10px;
		display: block;
		color: #FC73B8;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.header-stack .navbar li.navbar-btn {
		padding: 0 10px;
	}
	.header-stack .navbar li {
		float: none;
		display: table-cell;
		border-left: 1px solid #EEE;
	}
	.navbar li a {
		/* 一階層目のリンクのみ */
		padding: 0;
		border-top: 4px solid transparent;
		border-bottom: 4px solid transparent;
		transition: border .25s ease-out;
	}
	.navbar li a:hover,
	.navbar li a:focus,
	.navbar li a:active {
		color: #333;
		background: transparent;
	}
	.header-stack .navbar li a {
		display: block;
		padding: 10px;
		font-size: 16px;
	}
	.navbar li.stay a {
		/* 一階層目のリンクのみ */
		border-bottom: 1px solid #CCC;
	}
	.navbar li.stay a.btn-attention {
		border: 0;
	}
	.navbar li:hover a {
		/* 一階層目のリンクのみ */
		border-bottom: 1px solid #CCC;
	}
	.navbar li:hover a.btn-attention {
		border: 0;
	}
	.navbar li:hover li a {
		border: 0;
	}
	.navbar a.btn-attention {
		/* ボタン（色付き） */
		background: #FF9A00;
		font-weight: bold;
		color: #FFF;
		line-height: 1.2;
		border: 0;
		display: inline-block;
		padding: 8px 15px;
		border-radius: 3px;
		border: 0;
	}
	.navbar a.btn-attention:hover,
	.navbar a.btn-attention:visited {
		color: #FFF;
		text-decoration: none;
	}
	.navbar a.btn-attention:focus,
	.navbar a.btn-attention:active {
		color: #FFF;
		box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, .5);
	}
}

/* オフキャンバス */
.close-btn {
	display: none;
	width: 100%;
	padding: 0;
	border: 0;
	outline: none;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
	opacity: 1;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.js-acms-offcanvas-open #offcanvas .close-btn {
	display: block;
	opacity: .7;
}

.js-acms-offcanvas-open #offcanvas .close-btn:focus {
	color: #FFF;
	overflow: initial;
	white-space: initial;
	text-indent: initial;
}

@media (max-width: 1023px) {
	#nav {
		padding: 10px 15px 100px 15px;
		box-sizing: border-box;
	}
	.offcanvas-nav {
		/* グローバルナビゲーション */
		margin: 0 0 20px 0;
	}
	.offcanvas-nav ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	.offcanvas-nav li {
		display: block;
		padding: 10px;
		font-size: 16px;
		border-top: 1px solid #CCC;
	}
	.offcanvas-nav li.navbarBtn {
		border: 0;
	}
	.offcanvas-nav li.stay {
		background: #555;
	}
	.no-js .offcanvas-nav li.stay {
		background: #E5E5E5;
	}
	.offcanvas-nav li:first-child {
		border: 0;
	}
	.offcanvas-nav li ul {
		display: none;
	}
	.offcanvas-nav a {
		display: block;
		margin: -10px;
		padding: 10px;
		color: #E8EDE3;
	}
	.offcanvas-nav a:hover {
		text-decoration: none;
	}
	.offcanvas-nav a.btn-attention {
		border-top: 0;
		border-radius: 0;
		font-weight: normal;
	}
	.offcanvas-nav a.btn-attention:hover {
		background: #FF9A00;
	}
	.no-js .offcanvas-nav a {
		color: #333;
	}
	/* オフキャンバス内のパーツ */
	.offcanvas-bar {
		display: none;
		padding: 10px 15px 100px 15px;
	}
	.js-acms-offcanvas-active .offcanvas-bar {
		background: #333;
	}
	.offcanvas-bar .module-header {
		color: #FFF;
		border-bottom: 2px solid #FFF;
	}
	.no-js .offcanvas-bar .module-header {
		/* IE8対応 */
		color: #333;
		border-bottom: 2px solid #333;
	}
	.offcanvas-bar .side-list-link {
		color: #FFF;
	}
	.no-js .offcanvas-bar .side-list-link {
		/* IE8対応 */
		color: #333;
	}
	.offcanvas-bar .side-list-link:hover,
	.offcanvas-bar .side-list-link:visited,
	.offcanvas-bar .side-list-link:focus,
	.offcanvas-bar .side-list-link:active {
		color: #FFF;
		background: 0;
	}
	.no-js .offcanvas-bar .side-list-link:hover,
	.no-js .offcanvas-bar .side-list-link:visited,
	.no-js .offcanvas-bar .side-list-link:focus,
	.no-js .offcanvas-bar .side-list-link:active {
		/* IE8対応 */
		color: #333;
	}
	.offcanvas-bar .pickup-title {
		margin: 0;
		color: #FFF;
		font-size: 16px;
	}
	.offcanvas-bar .pickup-title a {
		color: inherit;
	}
	.offcanvas-bar .btn-search {
		background: #999;
		border: 1px solid #666;
	}
	.offcanvas-bar .sns-list {
		margin: 0 -5px;
	}
	.js-acms-offcanvas-sidebar-left {
		padding-left: calc(15px + constant(safe-area-inset-left));
	}
	.js-acms-offcanvas-sidebar-right {
		padding-right: calc(15px + constant(safe-area-inset-right));
	}
}

/* ------------------------------
　　フッター
------------------------------ */

/* フッター内会社情報 */
.foot-wrapper {
	padding: 30px 0;
	background: #333;
}

.company-about {
	margin: 0 0 30px 0;
	color: #FFF;
}

.company-name {
	margin: 0 0 15px 0;
	color: #FFF;
	font-size: 20px;
	font-style: normal;
}

.company-detail {
	margin: 0 0 5px 0;
	padding: 0;
	color: #FFF;
	font-size: 14px;
	font-style: normal;
}
.company-detail a {
	color: #FFF;
}
.company-detail a:hover {
	text-decoration: underline;
}

/* フッターナビゲーション */
.footer-nav {
	float: right;
	width: 650px;
	max-width: 100%;
	margin: 0 -10px;
}

.footer-nav-item {
	float: left;
	display: block;
	width: 25%;
	margin: 0 0 10px 0;
	padding: 0 10px;
	vertical-align: top;
	box-sizing: border-box;
}

.footer-nav-title {
	margin: 0 0 5px 0;
	color: #CCC;
	font-size: 16px;
}

.footer-nav-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer-nav-list li {
	line-height: 1.7;
}
.footer-nav-list a {
	color: #999;
}

@media screen and (max-width: 767px) {
	.footer-nav {
		display: none;
	}
}

/* ページの上に戻るボタン */
.page-top-btn {
	display: block;
	position: fixed;
	right: 20px;
	right: calc(20px + constant(safe-area-inset-right));
	bottom: 20px;
	width: 44px;
	height: 44px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: url(../images/marker/btn_pageTop.png?v=2018122530429) no-repeat center;
	transform: translateZ(0);
	z-index: 1000;
	opacity: 0;
	transition: opacity .2s ease-out;
}
.no-js .page-top-btn {
	/* jsが無効の環境のとき */
	opacity: .6;
}

.page-top-btn-appear {
	opacity: 1;
}

@media screen and (max-width: 767px) {
	.page-top-btn {
		display: none;
	}
}

@media screen and (min-width: 768px) {
	.page-top-btn:hover {
		opacity: .8;
		transition: opacity .25s linear;
	}
}

/* フッター内各SNSアカウントのリンク集 */
.sns-list {
	list-style: none;
	margin: 0 -5px 30px 15px;
	padding: 0;
}

.sns-list-item {
	float: left;
	margin: 0 5px;
}
.sns-list-item a:hover,
.sns-list-item a:visited,
.sns-list-item a:active,
.sns-list-item a:focus {
	text-decoration: none;
}

/* 各種SNSボタン */
.sns-list-item .sns-list-facebook {
	/* Facebook */
	display: block;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 1.5;
	font-size: 19px;
	color: #FFF;
	border-radius: 4px;
	background: #3B5999;
}
.sns-list-item .sns-list-facebook:before {
	vertical-align: middle;
}

.sns-list-item .sns-list-twitter {
	/* Twitter */
	display: block;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 1.5;
	font-size: 19px;
	color: #FFF;
	border-radius: 4px;
	background: #55ACEE;
}
.sns-list-item .sns-list-twitter:before {
	vertical-align: middle;
}

.sns-list-item .sns-list-gplus {
	/* Google + */
	display: block;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 1.5;
	font-size: 19px;
	color: #FFF;
	border-radius: 4px;
	background: #DD4B39;
}
.sns-list-item .sns-list-gplus:before {
	vertical-align: middle;
}

.sns-list-item .sns-list-youtube {
	/* YouTube */
	display: block;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 1.5;
	font-size: 19px;
	color: #FFF;
	border-radius: 4px;
	background: #CD201F;
}
.sns-list-item .sns-list-youtube:before {
	vertical-align: middle;
}

@media screen and (min-width: 768px) {
	.sns-list {
		float: right;
		margin: 0 -10px;
	}
	.sns-list-item {
		margin: 10px;
	}
	.sns-list-item a:hover {
		opacity: .8;
		transition: opacity .25s linear;
	}
}

/* 著作権表示 */
.copyright {
	margin: 0;
	color: #FFF;
}

.copyright-text {
	margin: 0 auto;
}

.copryright-logo {
	vertical-align: middle;
}




/* ------------------------------
　　スマホ用ナビ
------------------------------ */
.open #inner-wrap{
  position: fixed;
}
/* ***********************************************************
* #global-nav
* *********************************************************** */
.open #global-nav {
  z-index: 9920;
  visibility: visible;
  position: fixed;
  top: 20px;
  left: 0;
}
#global-nav {
  visibility: hidden;
  position: absolute;
  display: block;
  vertical-align: middle;
  color: #fff;
  top: 20px;
  left: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  font-size: 16px;
  overflow-y: scroll
}
#global-nav ul {
/*  display: table-cell;
  vertical-align: middle;*/
  display: block;
  top: 100px;
  list-style: none;
  border-top: 1px solid rgba(255,255,255,0.5);
}
#global-nav a {
  color: #FFF;
  text-decoration: none;
  display: block;
  padding: 12px 0 12px;
  font-weight: lighter;
  font-size: 14px;
  margin-left: 30px;
  margin-right: 30px;
  font-family: 'Niconne', cursive;
  font-size: 20px;

}

/* ***********************************************************
* nav-list
* *********************************************************** */
#global-nav ul li {
  opacity: 0;
  -webkit-transform: scaleX(0) translateX(-260px);
  transform: scaleX(0) translateX(-260px);
  -webkit-transition: none;
  transition: none;
  border-bottom: 1px solid rgba(255,255,255,0.5);
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.open #global-nav ul li {
  opacity: 1;
  -webkit-transform: scaleX(1) translateX(0);
  transform: scaleX(1) translateX(0);

  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;

  -webkit-transition-delay: .1s;
  transition-delay: .1s;
}
.open #global-nav ul li:nth-child(2) {
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}
.open #global-nav ul li:nth-child(3) {
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
}
.open #global-nav ul li:nth-child(4) {
  -webkit-transition-delay: .4s;
  transition-delay: .4s;
}
.open #global-nav ul li:nth-child(5) {
  -webkit-transition-delay: .5s;
  transition-delay: .5s;
}
.open #global-nav ul li:nth-child(6) {
  -webkit-transition-delay: .6s;
  transition-delay: .6s;
}
.open #global-nav ul li:nth-child(7) {
  -webkit-transition-delay: .7s;
  transition-delay: .7s;
}
.open #global-nav ul li:nth-child(8) {
  -webkit-transition-delay: .8s;
  transition-delay: .8s;
}
#global-nav ul{
  padding: 0;
}
#global-nav ul li.spmenuinnnerlogo{
  padding: 0 0 10px;
}
#global-nav ul li span{
  font-family: 'Roboto', sans-serif;
  font-size: 9px;
  display: block;
}
.spnav_innerlogo{
  text-align: center;
}
.spnav_innerlogo img{
  width: 80%;
}
/* ***********************************************************
* #nav-bg
* *********************************************************** */
#nav-bg {
  content: "";
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  display: block;
  position: fixed;
  background: rgba(255,255,255,0);
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 9900;

}
.open #nav-bg {
  height: 100%;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  background: rgba(215, 94, 131, 0.95);
  background-image: url("../images/headerbgimg.png");
  -webkit-background-size: 50px;
       -o-background-size: 50px;
          background-size: 50px;

}

/* ***********************************************************
* #nav-toggle
* *********************************************************** */
#nav-toggle {
  display: block;
  position: fixed;
  right: 5px;
  top: 3px;
  width: 23px;
  height: 30px;
  cursor: pointer;
  padding: 10px 11px;
  z-index: 9990;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
}

#nav-toggle div {
  position: relative;
}
#nav-toggle span {
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background: #FC73B8;
  left: 0;
  zoom: 1;
  -webkit-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}

#nav-toggle span:nth-child(1) {
  top: 0;
}
#nav-toggle span:nth-child(2) {
  top: 8px;
}
#nav-toggle span:nth-child(3) {
  top: 16px;
}
.open #nav-toggle {
  background: transparent;
}
.open #nav-toggle span {
  background: #FFF;
}

.open #nav-toggle span:nth-child(1) {
  top: 9px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  zoom: 1;
}
.open #nav-toggle span:nth-child(2) {
  width: 0;
  left: 50%;
}
.open #nav-toggle span:nth-child(3) {
  top: 9px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  zoom: 1;
}
.open #spfootmenu {
    position: fixed;
    z-index: 9910;
    left: 0;
}
/* ***********************************************************
* #spnavcontent
* *********************************************************** */
.spnav_freelesson .footer_freelesson {
    margin-top: 0;
}
.spnavcontent .spnavlogo img{
	width: 30%;
	min-width: 150px;

}
.spnavcontent ul{
  margin-top: 15px;
  margin-bottom: 0;
}
.spnavcontent .firstmenu a{
  font-size: 15px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.spnavcontent .meganavimg a{
  font-size: 10px;
}
.spnavcontent .meganavimg a span{
  font-size: 7px;
}
.spnavcontent .sp_secondmenu_wrapper div.acms-col-4{
  padding-left: 3px;
  padding-right: 3px;
}
.sp_secondmenu_wrapper{
  overflow: hidden;
}
.spnavcontent .sp_secondmenu_wrapper a{
  margin-top: 0;
}
#global-nav .spnavcontent .sp_secondmenu_wrapper a {
    padding: 20px 0;
}
.spnavcontent li.firstmenu{
  border-bottom: 1px solid rgba(0,0,0,0.2);
}
