@charset "UTF-8";


@font-face {
	font-family: 'Miama';
	src: url(fonts/Miama.ttf);
}
/* CSS Document */


/* 
------------------------------------------------------------------------------------------------------------------------
Set out
------------------------------------------------------------------------------------------------------------------------
*/

*:not(select):not(input), *:before, *:after {
    margin: 0;
    padding: 0;
	border: 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
html, body {
	width:100%;
	margin:0;
	padding:0;
	overflow-x:hidden;
}
body {
	font-size:16px;
	font-family: 'Noto Sans JP', sans-serif;
	line-height:1.8;
    background: #fff;
	color:#0F0F0F;
	-webkit-text-size-adjust: 100%;
}

.clearfix:after {
    content:"";
    display:block;
    clear:both;
}
.clear {
	clear:both;
}

.serif {
	font-family: 'Noto Serif JP', sans-serif;
}

li {
	list-style-type:none;
}
img {
	max-width:100%;
	height: auto;
	margin:0;
	padding:0;
	vertical-align:bottom;
	transition:.3s;
}
a {
	text-decoration:none;
	color:#0F0F0F;
	transition:.3s;
}
a:hover {
	opacity:0.7;
	text-decoration:border;
	transition:.3s;
}
a:hover img.noTrans{
	opacity:1.0!important;
}
a:hover img{
	opacity:0.8;
	transition:.3s;
}
h1,h2,h3,h4,h5,h6 {
	font-weight:bold;
	letter-spacing:normal;
}
h1 a:hover img {
	opacity:1;
}

.align {
	text-align:center!important;
}
.align_left {
	text-align:left!important;
}
.align_right {
	text-align:right!important;
}

.bold {
	font-weight:bold;
}
.font_s {
	font-size:12px;
}

.mb0 {margin-bottom:0px!important;}

.mb10 {margin-bottom:10px!important;}

.mb15 {margin-bottom:15px!important;}
.mb20 {margin-bottom:20px!important;}
.mb30 {margin-bottom:30px!important;}
.mb50 {margin-bottom:50px!important;}
.mb80 {margin-bottom:80px!important;}
.mb100 {margin-bottom:100px!important;}
.mb200 {margin-bottom:200px!important;}
.pb30 {padding-bottom:30px!important;}
.pt30 {padding-top:30px!important;}
.pt50 {padding-top:50px!important;}

.in {display:none;}

.fs12 {font-size:12px!important;}
.fs20 {font-size:20px!important;}
.lineheight3 {line-height: 3.0!important;}

.w50 {width:50%!important;}
.w60 {width:60%!important;}
.w70 {width:70%!important;}
.w80 {width:80%!important;}
.w90 {width:90%!important;}



@media screen and (max-width:768px){
	.in {display:block;}
	.out {display:none;}
	.doubleBox li {
		width:100%;
	}

}

@media screen and (min-width: 768px) {
	a[href^="tel:"] {
			pointer-events: none;
	}
}




/* 
------------------------------------------------------------------------------------------------------------------------
Layout 
------------------------------------------------------------------------------------------------------------------------
*/

.wrap {
	width:90%;
	max-width:1150px;
	margin-left:auto;
	margin-right:auto;
	box-sizing:content-box;
}
.wraps {
	width:90%;
	max-width:980px;
	margin-left:auto;
	margin-right:auto;
	box-sizing:content-box;
}

article {
	padding:0;
}

.mainvisual {
	margin-top:0;
	position:relative;
}


.pnkz {
	background:rgba(0,0,0,0.7);
	padding:10px 0 0;
	width:100%;
	margin:-1px 0 0 0;
}
.pnkz li {
	display:inline-block;
	margin:0 6px 10px 0;
	font-size:13px;
}
.pnkz li a:hover{
	text-decoration:underline;
}
.pnkz li:after {
	content:">";
	margin-left:10px;
}
.pnkz li:last-child:after {
	display:none;
}

.btn {
  border-radius: 5px;
  padding:5px 35px 5px 50px;
  background-color: #F59A3F;
  color:#fff;
  line-height: 1.3;
  transition: 0.3s;
  display: inline-block;
}
.btn:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.btn.active {
  background-color: #F59A3F;
  transition: 0.3s;
}

iframe {
	width:100%;
	height:500px;
}
input[type=date], input[type=email], input[type=number], input[type=password], input[type=tel], input[type=text], input[type=url], select {
    font-size: 1rem;
    border: 1px solid #C8C9C4!important;
    border-radius: 5px;
    padding: 10px!important;
    margin: 0 0 .5rem;
    width: calc(100% - 20px);
    background-color: #fff;
}
textarea {
    font-size: 1rem;
    border: 1px solid #C8C9C4!important;
    border-radius: 5px;
    padding: 10px!important;
    margin: 0 0 .5rem;
    width: 100%;
    background-color: #fff;
}
.wpcf7-form input[type="submit"] {
	position:relative;
    background-color: #F59A3F;
    color: white;
    cursor: pointer;
    transition: background-color 0.3s ease;
    border: none;
	border-radius: 2px;
	padding: 8px;
	width:200px;
	margin-top:40px;
}
span.form_btn {
	position:relative;
}
span.form_btn::before {
	display: block;
	position:absolute;
    color: white;
    content: '';
	width:8.5px;
	height:17px;
	background-image: url(../images/common/arrow.png);
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center;
    right:8px;
	top:50%;
	transform: translateY(-50%);
	z-index: 1000;
}

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

iframe {
	width:100%;
	height:350px;
}
.wpcf7-form input[type="submit"] {
	margin-top:0px;
}

}

/*
------------------------------------------------------------------------------------------------------------------------
page navi
------------------------------------------------------------------------------------------------------------------------
*/

.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
	  margin-top:70px;
}
.wp-pagenavi .pages, .wp-pagenavi .last, .wp-pagenavi .first {
  display: none;
}
.wp-pagenavi .current, .wp-pagenavi .page, .wp-pagenavi .nextpostslink, .wp-pagenavi .prevpostslink {
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  font-weight: 400;
  margin: 0 8px;
}
.wp-pagenavi .current {
  border:1px solid #F59A3F;
  background: #F59A3F;
  color: #fff;
}
.wp-pagenavi .page {
  color: #C8C9C4;
}
@media (hover: hover) and (pointer: fine) {
  .wp-pagenavi .page:hover {
    border:1px solid #F59A3F;
    background: #F59A3F;
    color: #fff;
	opacity: 1.0;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .wp-pagenavi .page:hover {
    background: #f9f3c1;
    color: #F59A3F;
  }
}
.wp-pagenavi .nextpostslink, .wp-pagenavi .prevpostslink {
  position: relative;
  font-size: 0;
}
.wp-pagenavi .nextpostslink:before, .wp-pagenavi .prevpostslink:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 10px;
  height: 10px;
  border-top: 1px solid #0F0F0F;
  border-right: 1px solid #0F0F0F;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: auto;
}
.wp-pagenavi .prevpostslink:before {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.wp-pagenavi .extend {
  margin-left: 10px;
  color: #C8C9C4;
}


/*
------------------------------------------------------------------------------------------------------------------------
header
------------------------------------------------------------------------------------------------------------------------
*/
#header_fix {
  width:100%;
  display: none;
  position: fixed;
  top:0;
  left:0;
  z-index: 1000;
  transition: 0.2s;
  background-color: rgba(255,255,255,0.7);
}
#header_fix .header_fix_inner {
  width:100%;
  height:80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header_fix .header_fix_inner .logo {
  margin-left:70px;
  font-size:24px;
}
#header_fix .header_fix_inner .g_menu {
  margin-right:60px;
  display: flex;
  flex-wrap: wrap;
  font-size:16px;
}
#header_fix .header_fix_inner .g_menu li {
  position:relative;
  margin-right:25px;
}
#header_fix .header_fix_inner .g_menu li:last-child {
  margin-right:0px;
  padding-right:0px;
}
#header_fix .header_fix_inner .g_menu li:last-child a {
  box-shadow: 0 0 5px #666;
  position: relative;
}
#header_fix .header_fix_inner .g_menu li:last-child a::after {
	position:absolute;
	width:18px;
	height:18px;
	top:50%;
	left:26px;
	transform: translateY(-50%);
	content: '';
	background-image: url(../images/common/icon_mail.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size:cover;
}

header {
  width:100%;
  height:80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .logo {
  margin-left:70px;
  font-size:24px;
}
header .g_menu {
  margin-right:60px;
  display: flex;
  flex-wrap: wrap;
  font-size:16px;
}
header .g_menu li {
  position:relative;
  margin-right:25px;
}
header .g_menu li:last-child {
  margin-right:0px;
  padding-right:0px;
}
header .g_menu li:last-child a {
  box-shadow: 0 0 5px #666;
  position: relative;
}
header .g_menu li:last-child a::after {
	position:absolute;
	width:18px;
	height:18px;
	top:50%;
	left:26px;
	transform: translateY(-50%);
	content: '';
	background-image: url(../images/common/icon_mail.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size:cover;
}
nav.spNavi {
  display: none;
}



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

	
	header {
		display: none;
	}
	
	div.logo {
	margin-top:20px;
	margin-left:5vw;
	font-size:20px;
	}



	/* ハンバーガーメニュー */
	#toggle {
		display:block;
		position:fixed;
		top:20px;
		right:20px;
		width:43px;
		height:43px;
		z-index:10001;
		background: #F59A3F;
		border-radius: 50px;
	}


	.menu-trigger,
	.menu-trigger span {
		transition: all .4s;
		box-sizing: border-box;
	}
	.menu-trigger {
		position: relative;
		margin-top:15px;
		margin-left:14px;
		width: 16px;
		height: 16px;
		z-index:10002;
	}
	.menu-trigger span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 1px;
		background-color: #fff;
	}
	.menu-trigger span:nth-of-type(1) {
		top: 0;
	}
	.menu-trigger span:nth-of-type(2) {
		top: 6px;
	}
	.menu-trigger span:nth-of-type(3) {
		top: 12px;
	}
	.menu-trigger p {
		position: absolute;
		font-size:13.5px;
		top: 27px;
	}
	.menu-trigger span:nth-of-type(2)::after {
		position: absolute;
		top: 0;
		left: 0;
		content: '';
		width: 100%;
		height: 1px;
		background-color: #fff;
		transition: all .4s;
	}
	.menu-trigger.active {
		margin-top:8px;
		width: 16px;
		height: 16px;
	}
	.menu-trigger.active span {
		width: 100%;
		height: 1px;
		top:14px;
		left:-0px;
	}
	.menu-trigger.active span:nth-of-type(1) {
		transform: translateY(20px) scale(0);
	}
	.menu-trigger.active span:nth-of-type(2) {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.menu-trigger.active span:nth-of-type(2)::after {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	.menu-trigger.active span:nth-of-type(3) {
		transform: translateY(-20px) scale(0);
	}

	.spNavi {
		position: fixed;
		z-index: 10000;
		top:0;
		left:0;
		width:100%;
		height:100vh;
		padding-right:20px;
		background-color: #E5E6E0;
		text-align: center;
		overflow-y: auto;
	}


	.spNavi ul{
		width:90%;
		margin: 60px auto 40px auto;
	}

	.spNavi ul li{
		text-align:center!important;
		font-size:18px;
	}

	.spNavi ul li a{
		display: block;
		padding: 10px 0;
	}

	.spNavi p.copyright {
		font-size:13px;
		margin-bottom:20px;
	}
}

/* 
------------------------------------------------------------------------------------------------------------------------
Footer
------------------------------------------------------------------------------------------------------------------------
*/

footer {
  background: #E5E6E0;
}
footer .header_fix_inner {
	margin-top:150px;
	padding:100px 0 0 0;
  width:100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .header_fix_inner .logo {
  margin-left:70px;
  font-size:24px;
}
footer .header_fix_inner .g_menu {
  margin-right:60px;
  display: flex;
  flex-wrap: wrap;
  font-size:16px;
}
footer .header_fix_inner .g_menu li {
  position:relative;
  margin-right:25px;
}
footer .header_fix_inner .g_menu li:last-child {
  margin-right:0px;
  padding-right:0px;
}

.copyright {
	text-align: center;
	font-size: 14px;
	margin-top:150px;
	padding-bottom:20px;
}

@media screen and (max-width:768px){
		
	footer .header_fix_inner {
		margin-top:80px;
		padding:70px 0 0 0;
		flex-direction: column;
	}
	footer .header_fix_inner .logo {
		margin-top:0;
	margin-bottom:20px;
	margin-left:0px;
	font-size:20px;
	text-align: center;
	}
	footer .header_fix_inner .g_menu {
	margin-right:0px;
	flex-direction: column;
	font-size:14px;
	}
	footer .header_fix_inner .g_menu li {
	position:relative;
	margin-right:0;
	padding: 20px 0;
	text-align: center;
	}
	footer .header_fix_inner .g_menu li:last-child {
	margin-right:0px;
	padding-right:0px;
	}
	.copyright {
		font-size: 13px;
		margin-top:60px;
	}

}



/*
------------------------------------------------------------------------------------------------------------------------
top
------------------------------------------------------------------------------------------------------------------------
*/

.mainvisual {
  position: relative;
  width:100%;
}
.mainvisual picture {
  width:100%;
}
.mainvisual p.copy {
  position:absolute;
  margin: auto;
  left:0;
  bottom:90px;
  z-index: 1000;
}
.mainvisual p.copy {
  width:100%;
  color: #F1BC86;
  font-size:60px;
  font-weight: bold;
  text-shadow: 0 0 8px #333;
  text-align: center;
  line-height: 1.6;
}
.mainvisual p.copy span {
  color: #fff;
  font-size:38px;
}

#top h2 {
	font-family: 'Miama', sans-serif;
	font-style: italic;
	font-weight: 400;
}

#top div.tts {
	position:relative;
	height:200px;
	background-repeat: no-repeat;
	background-size: cover;
}
#top div.tts div.wrap {
	position:absolute;
	bottom:40px;
	left:50%;
	transform: translateX(-50%);
}
#top div.tts h2 {
	font-family: 'Miama', sans-serif;
	font-size:100px;
	font-style: italic;
	font-weight: 400;
	line-height: 0.5;
	color:#fff;
	text-shadow: 0 0 20px #2A362B;
}
#top div.tts span {
	font-size:18px;
	font-style: normal;
	font-weight: bold;
	color:#fff;
	padding-left:15px;
	text-shadow: 0 0 20px #2A362B;
}

#top .top_about {
	margin-top:90px;
}
#top .top_about h2 {
	color:#C8C9C4;
	font-size:100px;
	line-height: 1.5;
}
#top .top_about .about_inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#top .top_about .about_inner div.box:first-child {
	width:55%;
}
#top .top_about .about_inner div.box:last-child {
	width:41%;
}
#top dl.top_dl dt {
	background-color: #F2F5E9;
	font-size:20px;
	font-weight: bold;
	text-align: center;
	padding: 8px 10px;
	margin-bottom:10px;
	border-radius: 5px;
}
#top dl.top_dl dd p.course_img img {
	width:67%;
	max-width:380px;
}
#top dl.top_dl + dl {
	margin-top:25px;
}

#top .top_course {
	margin-top:150px;
}
#top .top_course div.tts {
	background-image: url(../images/top/bg_course.webp);
}
#top .top_course .course_inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top:30px;
}
#top .top_course .course_inner div.box {
	width:48%;
	margin-top:50px;
}

#top .top_concert {
	margin-top:100px;
}
#top .top_concert div.tts {
	background-image: url(../images/top/bg_concert.webp);
	text-align: center;
}
#top .top_concert p.read {
	font-weight: bold;
	text-align: center;
	margin-top:60px;
}
#top .top_concert .concert_inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top:30px;
}
#top .top_concert .concert_inner div.box {
	width:48%;
}

#top .top_ensemble {
	margin-top:100px;
}
#top .top_ensemble div.tts {
	background-image: url(../images/top/bg_ensemble.webp);
}
#top .top_ensemble .ensemble_inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top:80px;
}
#top .top_ensemble .ensemble_inner div.box:first-child {
	width:55%;
}
#top .top_ensemble .ensemble_inner div.box:last-child {
	width:41%;
}
#top .top_ensemble .ensemble_inner h3 {
	font-size:20px;
}
#top .top_ensemble .ensemble_inner p + h3 {
	margin-top:50px;
}

#top .top_profile {
	margin-top:100px;
}
#top .top_profile div.tts {
	background-image: url(../images/top/bg_profile.webp);
	text-align: center;
}
#top .top_profile div.tts span {
	padding-left:250px;
}
#top .top_profile .profile_inner {
	margin-top:80px;
}
#top .top_profile .profile_inner ul.profile_d {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom:60px;
}
#top .top_profile .profile_inner ul.profile_d li {
	width:48%;
}
#top .top_profile .profile_inner ul.profile_d li p.name {
	font-size:18px;
	font-weight: bold;
	margin-bottom:30px;
}
#top .top_profile .profile_inner ul.profile_d li p.name span {
	font-size:16px;
	font-weight: normal;
	padding-right:25px;
}
#top .top_profile .profile_inner ul.profile_d li:last-child {
	padding:30px;
	border:1px solid #C8C9C4;
	border-radius: 5px;
}
#top .top_profile .profile_inner ul.profile_d li:last-child p.prof_p {
	text-align: center;
	margin-bottom:30px;
}
#top .top_profile .profile_inner ul.profile_d li:last-child p.prof_p img {
	width:100%;
	max-width:330px;
}
#top .top_profile .profile_inner ul.profile_d li:last-child p.msg {
	font-weight: bold;
	margin-bottom:15px;
}
#top .top_profile .profile_inner ul.blog_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top:30px;
}
#top .top_profile .profile_inner ul.blog_list li {
	width:31%;
}
#top .top_profile .profile_inner ul.blog_list li p.date {
	margin-top:15px;
	font-size:14px;
	line-height: 1.3;
}
#top .top_profile .profile_inner ul.blog_list li p.date span {
	display: inline-block;
	color:#F59A3F;
	padding-right:15px;
	margin-right:15px;
	border-right:1px solid #CACACA;
}
#top .top_profile .profile_inner ul.blog_list li p.title {
	margin:10px 0;
	font-weight: bold;
}
#top .top_profile .profile_inner ul.blog_list li p.detail {
	margin-top:5px;
	text-align: right;
}
#top .top_profile .profile_inner p.align {
	margin-top:50px;
}
#top .top_profile .profile_inner p.align a {
  border-radius: 5px;
  padding:10px 40px 10px 40px;
  background-color: #F59A3F;
  color:#fff;
  line-height: 1.3;
  transition: 0.3s;
  display: inline-block;
}
#top .top_profile .profile_inner p.align a:hover {
  opacity: 0.7;
  transition: 0.3s;
}

#top .top_access {
	margin-top:100px;
}
#top .top_access div.tts {
	background-image: url(../images/top/bg_access.webp);
}
#top .top_access .access_inner {
	width:90%;
	max-width:600px;
	margin:60px auto 0 auto;
}
#top .top_access .access_inner dl + dl {
	margin-top:50px;
}

#top .top_contact {
	margin-top:100px;
}
#top .top_contact div.tts {
	background-color:#F2F5E9;
	height:150px;
	text-align: center;
}
#top .top_contact div.tts div.wrap {
	bottom:50%;
	transform: translate(-50%,50%);
}
#top .top_contact div.tts h2 {
	color:#C8C9C4;
	text-shadow: none;
}
#top .top_contact div.tts span {
	color:#0F0F0F;
	text-shadow: none;
}

#top .top_contact .contact_inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-top:80px;
}
#top .top_contact .contact_inner div.box:first-child {
	width:65%;
}
#top .top_contact .contact_inner div.box:first-child dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#top .top_contact .contact_inner div.box:first-child dl dt {
	font-weight: normal;
	width:220px;
}
#top .top_contact .contact_inner div.box:first-child dl dd {
	width:calc(100% - 220px);
}
#top .top_contact .contact_inner div.box:last-child {
	width:31%;
}
#top .top_contact .contact_inner div.box:last-child img {
	border-radius: 5px;
}



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

.mainvisual {
  margin-top: 30px;
}
.mainvisual p.copy {
  display: none;
}
.mainvisual p.copy span {
  font-size:22px;
}

#top div.tts {
	height:136px;
}
#top div.tts div.wrap {
	position:absolute;
	top:50%!important;
	bottom:auto!important;
	left:50%;
	transform: translate(-50%,-50%)!important;
}
#top div.tts h2 {
	font-size:70px;
}
#top div.tts span {
	font-size:14px;
}

#top .top_about {
	margin-top:30px;
}
#top .top_about h2 {
	font-size:70px;
}
#top .top_about .about_inner div.box:first-child {
	width:100%;
	margin-bottom:30px;
}
#top .top_about .about_inner div.box:last-child {
	width:100%;
}
#top dl.top_dl dt {
	font-size:18px;
}
#top dl.top_dl + dl {
	margin-top:25px;
}

#top .top_course {
	margin-top:80px;
}
#top .top_course .course_inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top:20px;
}
#top .top_course .course_inner div.box {
	width:100%;
	margin-top:30px;
}

#top .top_concert {
	margin-top:80px;
}
#top .top_concert p.read {
	font-weight: bold;
	text-align: center;
	margin-top:30px;
}
#top .top_concert .concert_inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top:30px;
}
#top .top_concert .concert_inner div.box {
	width:100%;
}
#top .top_concert .concert_inner div.box + div.box {
	margin-top:30px;
}

#top .top_ensemble {
	margin-top:80px;
}
#top .top_ensemble .ensemble_inner {
	margin-top:30px;
}
#top .top_ensemble .ensemble_inner div.box:first-child {
	width:100%;
	margin-bottom:30px;
}
#top .top_ensemble .ensemble_inner div.box:last-child {
	width:100%;
}
#top .top_ensemble .ensemble_inner h3 {
	font-size:18px;
}
#top .top_ensemble .ensemble_inner p + h3 {
	margin-top:30px;
}

#top .top_profile {
	margin-top:100px;
}
#top .top_profile div.tts {
	background-image: url(../images/top/bg_profile.webp);
	text-align: left;
}
#top .top_profile div.tts div.wrap{
	padding-top:10px;
	padding-left:20vw;
}
#top .top_profile div.tts span {
	padding-left:120px;
}
#top .top_profile .profile_inner {
	margin-top:30px;
}
#top .top_profile .profile_inner ul.profile_d {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom:30px;
}
#top .top_profile .profile_inner ul.profile_d li {
	width:100%;
}
#top .top_profile .profile_inner ul.profile_d li p.name {
	font-size:18px;
}
#top .top_profile .profile_inner ul.profile_d li p.name span {
	font-size:16px;
	font-weight: normal;
	padding-right:25px;
}
#top .top_profile .profile_inner ul.profile_d li:last-child {
	margin-top:30px;
}
#top .top_profile .profile_inner ul.blog_list li {
	width:100%;
}
#top .top_profile .profile_inner ul.blog_list li + li {
	margin-top:40px;
}
#top .top_profile .profile_inner p.align {
	margin-top:50px;
}

#top .top_access {
	margin-top:80px;
}
#top .top_access .access_inner {
	margin:30px auto 0 auto;
}
#top .top_access .access_inner dl + dl {
	margin-top:50px;
}

#top .top_contact {
	margin-top:80px;
}
#top .top_contact div.tts {
	height:130px;
}
#top .top_contact .contact_inner {
	margin-top:30px;
}
#top .top_contact .contact_inner div.box:first-child {
	width:100%;
	margin-bottom:50px;
}
#top .top_contact .contact_inner div.box:last-child {
	width:100%;
}
#top .top_contact .contact_inner div.box:first-child dl dt {
	font-weight: normal;
	width:100%;
	margin-top:20px;
}
#top .top_contact .contact_inner div.box:first-child dl dd {
	width:100%;
}
#top .top_contact .contact_inner div.box:first-child dl dd:last-of-type {
	text-align: center;
}
#top .top_contact .contact_inner div.box:last-child {
	width:80%;
	margin: auto;
}
#top .top_contact .contact_inner div.box:last-child img {
	border-radius: 50%;
}

}



/*
------------------------------------------------------------------------------------------------------------------------
blog
------------------------------------------------------------------------------------------------------------------------
*/
#blog ul.blog_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top:80px;
}
#blog ul.blog_list li {
	width:31%;
}
#blog ul.blog_list li p.date {
	margin-top:15px;
	font-size:14px;
	line-height: 1.3;
}
#blog ul.blog_list li p.date span {
	display: inline-block;
	color:#F59A3F;
	padding-right:15px;
	margin-right:15px;
	border-right:1px solid #CACACA;
}
#blog ul.blog_list li p.title {
	margin:10px 0;
	font-weight: bold;
}
#blog ul.blog_list li p.detail {
	margin-top:5px;
	text-align: right;
}

#blog_detail .wraps{
	margin-top:100px;
}
#blog_detail ul.data {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom:30px;
	font-size:14px;
	color:#777;
}
#blog_detail ul.data li:first-child {
	background-color: #F59A3F;
	padding: 5px;
	border-radius: 2px;
	color:#fff;
}
#blog_detail h1 {
	font-size:28px;
	margin-bottom:30px;
}
#blog_detail .content p + p {
	margin-top:20px;
}
#blog_detail p.align {
	margin-top:50px;
}
#blog_detail p.align a {
  border-radius: 5px;
  padding:10px 40px 10px 40px;
  background-color: #F59A3F;
  color:#fff;
  line-height: 1.3;
  transition: 0.3s;
  display: inline-block;
}
#blog_detail p.align a:hover {
  opacity: 0.7;
  transition: 0.3s;
}

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

#blog ul.blog_list li {
	width:100%;
}
#blog ul.blog_list li + li {
	margin-top:40px;
}

}