@charset "utf-8";

/****************************************
Smart phone BASE 767
*****************************************/
@media screen and (max-width:767px){
body{min-width:100%;}
.sp_view{display: block;}
.pc_view{display: none;}

/*--------------------------
COMMON
--------------------------*/
#wrapper {
	background: #FFA6AA;
	min-width: initial;
}
	
#wrapper.bg_wtpink {
	background: #F2E2E5;
	min-width: initial;
}
	
#wrapper img{
	max-width: 100%;
}

p {
	text-align: left;
	letter-spacing: 0.0em;
	font-size: 1.4rem;
	line-height: 2.0em;
	color: #24364E;
}

.ttl {
	font-family: 'Amiko', sans-serif;
	font-size: 1.2rem;
	letter-spacing: 0.1em;
	padding: 15% 0 7% 0;
}
/*--------------------------
header
--------------------------*/
	
	
	.header_sticky_05 {
		position: absolute;
		width: 30%;
		z-index: 7777;
		top: 100px;
		right: 5%;
		transition: 0.25s;
		text-align: left;
	}

	.header_sticky_05 img {
		width: 100%;
	}
	
	.header_sticky_05_2 {
		width: 100%;
		z-index: 7777;
		text-align: right;
		padding-top: 0 ;
		}

	.header_sticky_05_2 img {
		width: 30%;
		padding-right: 5%;
	}
	
	.header_sticky_05_3 {
		width: 100%;
		z-index: 7777;
		text-align: right;
		margin-top:100px;
		}

	.header_sticky_05_3 img {
		width: 30%;
		padding-right: 5%;
	}
	
	.header_sticky_05_4 {
		width: 100%;
		z-index: 7777;
		text-align: right;
		padding: 0 ;
		background: #F2E2E5;
		}

	.header_sticky_05_4 img {
		width: 30%;
		padding-right: 5%;
	}
	
	.header_sticky_06 {
		position: fixed;
		top:40px;
		left: 9%;
		width: 100%;
		z-index: 1;
		transition: 0.25s;
		text-align: left;
	}

	.header_sticky_06 img {
		width: 55%;
		margin: 0%;
	}

/*--------------------------
NAVIGATION
--------------------------*/
/* グルーバルメニュー */


	nav.globalMenuSp #nav_ttl_01 {
		padding:10%;
		margin: 95px 0 0 0;
	}
	
	nav.globalMenuSp #nav_ttl_01 img {
		width: 100%;
	}
	
	nav.globalMenuSp ul {
		margin: 0 auto;
		padding: 10% ; 
		width: 100%;
		text-align: left;
	}
	
	nav.globalMenuSp ul li {
		list-style-type: none;
		font-size:1.8rem;
		font-family: 'Archivo Narrow', sans-serif;
	}
	
	nav.globalMenuSp ul li:nth-child(1), nav.globalMenuSp ul li:nth-child(3) {
		display: block;
		color: #FFA6AA;
		margin: 0 0 30px 0;
	}

	nav.globalMenuSp ul li:nth-child(2) {
		display: block;
		color: #FFA6AA;
		margin: 0 0 15px 0;
	}
	
	/* ハンバーガー */
	.navToggle {
		display: block;
		position: fixed;    /* bodyに対しての絶対位置指定 */
		right: 25px;
		top:20px;
		width: 40px;
		height: 40px;
		cursor: pointer;
		z-index: 3;
		text-align: center;
	}
	
	.navToggle span {
		display: block;
		position: absolute;    /* .navToggleに対して */
		width: 18px;
		-webkit-transition: .35s ease-in-out;
		-moz-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
		left: 0;
	}

	.navToggle span:nth-child(1) {
		top: 22px;
		left: 16px;
		border-bottom: solid 1px #24364E;
		opacity: 0;
	}

	.navToggle span:nth-child(2) {
		top: 28px;
		left: 16px;
		border-bottom: solid 1px #24364E;
		opacity: 0;
	}

	.navToggle span:nth-child(3) {
		top: 18px;
		left: 12px;
		border-bottom: solid 1px #24364E;
		opacity: 0;
	}

	.navToggle span:nth-child(4) {
		top: 21px;
		left: 13px;
		font-size: 0.9rem;
		letter-spacing: 0.1em;
		color: #24364E;
		font-family: 'Archivo Narrow', sans-serif;
	}

	.navToggle span:nth-child(5) {
		top: 0px;
		width: 50px;
		height: 50px;
		border-radius: 50%;
		border: solid 1px #24364E;
		box-sizing:border-box;
	}
		/* 最初のspanをマイナス45度に */
	.navToggle.active span:nth-child(1) {
		top: 25px;
		left: 16px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 1;
		border-bottom: solid 1px #FFA6AA;
	}

	.navToggle.active span:nth-child(2){
		top: 25px;
		left: 16px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 1;
		border-bottom: solid 1px #FFA6AA;
	}

	.navToggle.active span:nth-child(3) {
		top: 13px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity:0;
	}

	.navToggle.active span:nth-child(4) {
		top: 10px;
		left: 11px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity:0;
	}

	.navToggle.active span:nth-child(5) {
		border: solid 1px #FFA6AA;
	}
	
/*--------------------------
main
--------------------------*/
	#main_container_sp {
		padding-top: 0;
		position: relative;
		width: 100%;
		margin: 0 auto;
		/*height: 100vh;*/
	}

	#main_sp_keyvisual{}

	#main_sp_keyvisual img {
		display: block;/*画像下の1pxの隙間を消す*/
		margin: 0 auto;
		width: 100%;
		padding: 10% 0;

	}

	#main_sp_keyvisual_inner {}

	#main_sp_bottom {}

	#main_sp_bottom img {
		display: block;/*画像下の1pxの隙間を消す*/
		margin: 0 auto;
	}

	.main_arrow {}
	
/*--------------------------
next_info
--------------------------*/

	#next_info {
		width: 100%;
		margin: 10% auto 0 auto;
		text-align: center;
	}

	.next_info_slick {
		width: 100%;
	}

	#next_info img {
		width: 100%;
	}

/*--------------------------
latast_info
--------------------------*/

	#latast_info {
		width: 80%;
		text-align: center;
		margin: 25% auto 0 auto;
		padding: 0 10%;
	}

	#latast_info ul.latest_info_list li {
		border-bottom: solid 1px #EB9DA1;
		padding: 5% 0; 
	}

	#latast_info ul.latest_info_list li:first-child {
		border-top: solid 1px #EB9DA1;
	}

	.latast_info_list {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: center;
	}

	.latast_info_list .latast_info_tag {
		width: 146px;
		height: 30px;
		background: #24364E;
		font-size: 1.1rem;
		letter-spacing: 0.1em;
		color: #FFA6AA;
		font-family: 'Archivo Narrow', sans-serif;
		line-height: 30px;
		margin:0 5% 5% 0;
	}

	.latast_info_list .latast_info_date {
		width: 80px;
		font-size: 1.1rem;
		letter-spacing: 0.1em;
		font-family: 'Archivo Narrow', sans-serif;
		margin:0 5% 5% 0;
	}

	.latast_info_list .latast_info_txt {
		width: 100%;
	}
	
/*--------------------------
what_we_do
--------------------------*/

	#what_we_do {
		width: 80%;
		text-align: center;
		margin: 10% auto 20% auto;
		padding: 0 10%;
	}

	#what_we_do img{
		width: 80%;
		padding:10% 0 18% 0;
	}

	.what_we_do_person {
		text-align: center;
		margin-top: 15%;
	}
	
	
/*--------------------------
contact
--------------------------*/

	#contact {
		width: 80%;
		text-align: center;
		margin: 20% auto 0 auto;
		padding: 10% 10% 10% 10%;
		background: #24364E;
	}
	#contact p {
		text-align: center;
		color: #FFA6AA;
	}

	#contact .btn {
		overflow: hidden;
		width: 189px;
		height: 60px;
		margin: 65px auto 0 auto;
		padding: 0;
		font-family: 'Amiko', sans-serif;
		font-size: 1.2rem;
		letter-spacing: 0.1em;
		color: #FFA6AA;
		border-radius: 10px ;
		border: solid 1px #FFA6AA;
		}

	#contact .btn a {
		display: block;
		position: relative;
		z-index: 100;
		text-align:center;
		/*background: #FFA6AA;*/
		color: #FFA6AA;
		line-height: 60px;
		text-decoration:none;
	}
	#contact .btn a:hover {
		background: #FFA6AA; 
		color: #24364E;
		opacity:1;
	}
	
/*--------------------------
footer
--------------------------*/

	#footer {
		width: 80%;
		text-align: left;
		margin: 0 auto;
		padding: 20% 10% 10% 10%;
		background: #24364E;
	}

	#footer_02 {
		width: 80%;
		text-align: left;
		margin: 0 auto;
		padding: 20% 10% 10% 10%;
		background: #FFA6AA;
	}
	
	#footer_03 {
		width: 80%;
		text-align: left;
		margin: 0 auto;
		padding: 20% 10% 10% 10%;
		background: #F2E2E5;
	}

	#footer p {
		text-align: center;
		color: #FFA6AA;
	}

	#footer_inner {
		width: 100%;
		margin: 0 auto;
	}

	#footer_flex {
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-items: stretch;
	}
	
	#footer_left {
		margin-bottom: 10%;
	}
	
	#footer_right {
	}
	
/*--------------------------
who_we_are
--------------------------*/
	#who_we_are {
		width: 100%;
		margin: 0 auto;
		padding: 0;
	}

	.who_we_are_person {
		text-align: left;
		padding: 40% 10% 10% 10%;
		line-height: 2.5em;
	}

	.prof {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: flex-start;
		margin: 130px 0 60px 0;
	}

	.prof_left {
		width: 10%;
		padding:0 0 0 10%;
	}

	.prof_left p{
		text-align: left;
		font-size: 1.0rem;
		color: #24364E;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
	}

	.prof_right {
		width: 60%;
		padding: 0 10% 0 10%;
	}
	
	.prof_right_sp {
		width: 80%;
		padding: 0 10% 0 10%;
	}

	.prof_name_right {
		font-size: 1.0rem;
		letter-spacing: 0.3em;
		line-height: 1.5em;
		display: inline-block;
		margin-top: 20px;
		padding-left: 5%;
	}

	.prof_name_left {
		font-size:1.6rem;
		font-weight: bold;
		letter-spacing: 0.3em;
		line-height: 0.5em;
		margin-top:20px;
	}

	.nosaka_prof_right_slick {
		width: 100%;
		margin-top: 4%;
	}

	.nosaka_prof_right_slick img {
		width: 100%
	}
	
	.prof_name p {
		line-height: 1.5em;
	}
	
	.prof_name_sp {
		width: 80%;
		padding: 0 6% 0 25%;
	}

	.prof_name_top {
		font-family: 'Amiko', sans-serif;
		font-size: 1.0rem;
		letter-spacing: 0.1em;
		line-height: 1.5em;
		display: inline-block;
		padding-bottom: 5px;
	}

	.prof_name_bottom {
		font-family: 'Amiko', sans-serif;
		font-size: 1.8rem;
		letter-spacing: 0.1em;
		line-height: 1.0em;
	}
	
	.prof_sns {
		text-align: right;
	}
	
	.prof_sns img {
		width: 13%;
	}

	.prof_txt {
		padding-top: 5%;
	}
	
	.prof_txt p {
		font-size: 1.4rem;
	}


	.prof_discograph .row {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-between;
	}

	.prof_discograph .row .item {
		margin: 6px 0;

	}

	.prof_discograph .row .item.date {
		width: 10%;
		padding:0 0 0 10%;
		text-align: right;
		margin-right: 0;
		color: #24364E;
		font-size: 0.8rem;
		letter-spacing: 0em;
		font-family: 'Archivo Narrow', sans-serif;
		line-height: 1.7em;
	}

	.prof_discograph .row .item.detail {
		width: 60%;
		padding: 0 10% 0 10%;
		color: #24364E;
		font-size: 1.2rem;
		letter-spacing: 0em;
		line-height: 1.7em;
	}

	.prof_name_sns {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-between;
	}

	.prof_name p {
		
	}

	.prof_sns {
		padding: 8px 8px 0 0 ;
	}
	
/*--------------------------
CONTACT
--------------------------*/

#contact_contents {
	width: 100%;
	height: 100%;
	text-align: center;
	margin: 100px auto 0 auto;
	padding: 0;
	border-bottom: #b2c1d9 solid 1px;
	padding-bottom: 100px;
    /*background: #D14447;*/
}

#contact_ttl {
	margin-bottom: 80px;
	width: 80%;
	margin: 0 auto 80px auto;
}
	
#contact_ttl p {
	display: inline-block;
	text-align: left;
}

#contact_ttl h2 {
	margin-top: 6px;
    margin-bottom: 100px;
}



#contact_container {
	width: 80%;
    margin: 0 auto;
	padding: 40% 0 0 0;
    /*background: #A14447;*/
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	line-height: 1.9em;
	color: #616477;
   
}

	
#contact_ttl p br {
	display: none;
}
	
	

/*.contact7 {
    display: flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: space-between;
}

.contact7 .contact_left {
    width: 2000px;
    background: #3338D3;
    text-align: left;
}

.contact7 .contact_right input {
    width: 700px;
    background: #9ACD1F;
    text-align: left;
}*/



/*Contact Form 7カスタマイズ*/
/*スマホContact Form 7カスタマイズ*/

.inquiry th,.inquiry td {
 display:block;
 width:100%!important;
 border-top:none;
 -webkit-box-sizing:border-box;
 -moz-box-sizing:border-box;
 box-sizing:border-box;
	margin: 0 auto;
}
.inquiry tr:first-child th{
 border-top:1px solid #d7d7d7;
}
/* 必須・任意のサイズ調整 */	
.inquiry .haveto,.inquiry .any {	
font-size:1rem;
}

/*	.inquiry th,.inquiry td {
 display:block!important;
 width:100%!important;
 border-top:none!important;
 -webkit-box-sizing:border-box!important;
 -moz-box-sizing:border-box!important;
 box-sizing:border-box!important;
}
.inquiry tr:first-child th{
 border-top:1px solid #d7d7d7!important;
}

.inquiry .haveto,.inquiry .any {	
font-size:1rem;
}*/


/*見出し欄*/
.inquiry th{
 text-align:left;
 font-size:1.5rem;
 color:#64677A;
 width:40%;
 border-bottom:solid 1px #d7d7d7;
 padding: 10px;
 
}
.inquiry td {
    width:60%;
}
/*通常欄*/
.inquiry td{
 font-size:1.3rem;
 border-bottom:solid 1px #d7d7d7;	
    text-align:left;
    padding: 30px 0;
}
/*横の行とテーブル全体*/
.entry-content .inquiry tr,.entry-content table{
 border-bottom:solid 1px #d7d7d7;	
}
/*必須の調整*/
.haveto{
 font-size:1.2rem;
 padding:5px 10px;
 background:#ffffff;
 color:#64677A;
 border-radius:2px;
    border: solid 1px #64677A;
 margin-right:5px;
 position:relative;
 left:20px;
}
/*任意の調整*/
.any{
    display: none;
 font-size:1rem;
 padding:5px;
 background:#93c9ff;
 color:#fff;
 border-radius:2px;
 margin-right:5px;
 position:relative;
 bottom:1px;
}

input, textarea {
	width: 90%;
	line-height: 30px;
	padding: 5%;
	font-size: 1.6rem;
	background: #FFA6AA;
	border: none;
}

.wpcf7-list-item.first input, .wpcf7-list-item.last input, .wpcf7-list-item input {
    width: 20px;
}

.wpcf7-list-item-label {
    margin-right: 50px;
}

p .wpcf7-form-control-wrap {
    padding: 100px 0;
}

.wpcf7-form-control-wrap.file-548 input {
	line-height: 0;
	height:auto;
	padding: 20px;
}

div.btn_submit input {
    width: 100%;
    color: #ffffff;
    background: #64677A;
}

::placeholder {
  color: #B2C1D9;
}

/*ラジオボタンを縦並び指定*/
.verticallist .wpcf7-list-item{
 display:block;
}
/*送信ボタンのデザイン変更*/

	
	.contact_attention {
	width: 100%;
	box-sizing: border-box;
	border: solid 1px #FFA6AA ;
	padding: 20px;
	margin: 10% 0;
}
	.contact_attention p {
	text-align: left;
	letter-spacing: 0.0em;
	font-size: 1.0rem;
	line-height: 2.0em;
	color: #24364E;
}

.contact_attention p:first-child {
	text-align: left;
	letter-spacing: 0.0em;
	font-size: 1.2rem;
	line-height: 2.0em;
	color: #24364E;
}
	
	.btn_submit {
		padding: 15% 0;
	}

/* 送信ボタンカスタム */
.send_flex {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
}
	

 input.wpcf7c-btn-back.send_button, input.wpcf7-submit.send_button {
	display: block;
	width: 250px;
	height: 60px;
	margin: 5% 0;
	font-family: 'Amiko', sans-serif;
	font-size: 1.2rem;
	letter-spacing: 0.1em;
	color: #24364E;
	border-radius: 10px ;
	border: solid 1px #24364E;
	background: #F2E2E5;
	cursor: pointer;
	}

input.wpcf7c-btn-back.send_button:hover, input.wpcf7-submit.send_button:hover {
	background: #F2E2E5; 
	color: #FFA6AA;
	border: solid 1px #FFA6AA;
	opacity:1;
}
	

.send_button {
	display: block;
	width: 250px;
	height: 60px;
	margin: 0 20px;
	font-family: 'Amiko', sans-serif;
	font-size: 1.2rem;
	letter-spacing: 0.1em;
	color: #24364E;
	border-radius: 10px ;
	border: solid 1px #24364E;
	background: #F2E2E5;
	cursor: pointer;
	}

.send_button:hover {
	background: #F2E2E5; 
	color: #FFA6AA;
	border: solid 1px #FFA6AA;
	opacity:1;
}

.wpcf7 input[type="submit"] {
color: #24364E;
background: #F2E2E5;
transition: 0.3s;
}
.wpcf7-submit:hover {
background: #F2E2E5;

}

/* 確認画面カスタム */
textarea.wpcf7c-conf, input.wpcf7c-conf{
	background: #EBDADD;
	color: #24364E!important;
	border-left:none;
	border-top:none;
	border-bottom:none;
	border-right:none;
	box-shadow:none;
	border-radius:0;
	margin-top:0.5em;
}

/* iOSのsubmitのcssをリセット*/
	input[type="submit"] {
		 -webkit-appearance: none;
	}
	
	input[type="button"] {
		 -webkit-appearance: none;
	}
	
	
	

/*--------------------------
sigle page
--------------------------*/

.single {
	width: 100%;
	display: flex;
	flex-direction: column-reverse;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
	padding: 20% 0% 0% 0%;
}
	
.single_category {
	text-align: left;
	font-family: 'Amiko', sans-serif;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 2.0em;
}

.single_category:first-child {
	padding: 10% 0 2% 0;
}

.single_category:last-child {
	padding: 0 0 10% 0;
}



.single_left {
	width: 80%;
	margin: 0 auto;
	padding: 0;
}

.single_right {
	width: 80%;
	margin: 100px auto 0 auto;
}
	
.single_txt {
	padding: 0 0 50px 0;
}
	
.single_txt p:first-child {
	border-top: #ea9ba0 solid 1px;
	padding-top: 50px ;
}

.single_txt p {
	margin-bottom: 20px;
}

.single_txt img {
	margin-bottom: 15px;
	width: 100%;
	height: auto;
}

#single_footer {
	height: 90px;
	line-height: 90px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	border-top: #ea9ba0 solid 1px;
	border-bottom: #ea9ba0 solid 1px;
}
	
.single_left {
	width: 80%;
	margin: 0 auto;
	padding: 15% 0;
}
	
#single_footer_btn {
	width: 100%;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
}

#single_footer_btn div {
	margin: 2% auto;
}

	
/*--------------------------
info page
--------------------------*/

.info_right {
	width: 100%;
	margin:0 0 0 0;
}

/*-- pagination --*/
.pagination ul.page-numbers {
    display: flex;
	flex-flow: row;
	align-items: stretch;
	justify-content:center;
	margin: 0 auto;
	list-style-type: none;
	width: 100%;
	padding-top: 50px ;
    font-family: 'Archivo Narrow', sans-serif;
    font-size: 1.4rem;
	letter-spacing: 0.1em;
	line-height: 1.8em;
	color: #616477;
}

.pagination ul.page-numbers li {
    margin: 10px;
	color: #24364E;
}

.pagination ul.page-numbers li a {
    color: #24364E;
	text-decoration: underline;
}



	
	
	
	#latast_info {
		width: 80%;
		text-align: center;
		margin: 25% auto 0 auto;
		padding: 0 10%;
	}

	#latast_info ul.latest_info_list li {
		border-bottom: solid 1px #EB9DA1;
		padding: 5% 0; 
	}

	#latast_info ul.latest_info_list li:first-child {
		border-top: solid 1px #EB9DA1;
	}

	.latast_info_list {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: center;
	}

	.latast_info_list .latast_info_tag_page {
		width: 146px;
		height: 30px;
		background: #24364E;
		font-size: 1.1rem;
		letter-spacing: 0.1em;
		color: #F2E2E5;
		font-family: 'Archivo Narrow', sans-serif;
		line-height: 30px;
		margin:0 5% 5% 0;
	}

	.latast_info_list .latast_info_date_page {
		width: 80px;
		font-size: 1.1rem;
		letter-spacing: 0.1em;
		font-family: 'Archivo Narrow', sans-serif;
		margin:0 5% 5% 0;
	}

	.latast_info_list .latast_info_txt_page {
		width: 100%;
	}
	
	
	
/*--------------------------
category
--------------------------*/

#category {
	background: #F2E2E5;
}
	
/* form */
.send_flex.acceptance {
margin-bottom: 30px;
padding-left: 0;
font-size: 14px;
}

}