@charset "utf-8";
@import url('//fonts.googleapis.com/earlyaccess/notosansjapanese.css');
@import url('https://fonts.googleapis.com/css?family=Questrial');

/*
	CANAAN追加CSS
*/

html,body {
	font-family:"Noto Sans Japanese",'Noto Sans JP', Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}
h1.title_que,
h2.title_que,
h3.title_que{
	font-family: 'Questrial', sans-serif;
	letter-spacing: 0em;
	text-align:center;
	font-weight:400;
	font-size:200%;
	outline: none;
	}
h2.title_que.insta{
	font-size:150%;
	}
h3.title_que{
	font-size:150%;
	}
h1.title_que::before{
	content:"";
	width:1em;
	height:1em;
	display:inline-block;
	}
h2.title_que::before,
h3.title_que::before{
	content:"";
	width:0.5em;
	height:1em;
	display:inline-block;
	}
.index_gallery ~ .site-inner .entry-header{
	display:none;
	}
h2.title_que + p.stf{
	text-align:center;
	margin:0 1em 1em;
	font-size: small;
	}
h2.title_que + p.stf span{
	display:inline-block;
	}
@media screen and (min-width: 640px) {
h1.title_que,
h2.title_que,
h2.title_que.insta{
	font-size:300%;
	}
h3.title_que{
	font-size:200%;
	}
h2.title_que + p.stf{
	margin:0 1em 2em;
	font-size:medium;
	}
}

/*メイン幅のマージンを変更*/
.site-main {
    margin-bottom: 5em;
}
@media screen and (min-width: 44.375em){
.site-main {
    margin-bottom: 5em;
	}
}
@media screen and (min-width: 56.875em){/*910px以上*/
.site-main .entry-content{
    margin-right: 0;
    margin-left: 0;
	}
}
@media screen and (min-width: 61.5625em){
.site-main {
    margin-bottom: 10em;
	}
}

/*SPメニュー*/
.menu-toggle{
	z-index:9999;
	}
.menu-toggle span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-toggle {
  position: absolute;
  width: 40px;
  height: 35px;
  top: 0;
  right: 1em;
}
.menu-toggle span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;/*一定スクロールで1a1a1a*/
  border-radius: 4px;
	outline: none;
}
.menu-toggle span:nth-of-type(1) {
  top: 5px;
}
.menu-toggle span:nth-of-type(2) {
  top: 16px;
}
.menu-toggle span:nth-of-type(3) {
  bottom: 5px;
}
.menu-toggle span.black{
  background-color: #1a1a1a;
	}
.menu-toggle span.black2{
  background-color: #1a1a1a;
	}
.menu-toggle.toggled-on span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotate(-45deg);
  transform: translateY(11px) rotate(-45deg);
}
.menu-toggle.toggled-on span:nth-of-type(2) {
  opacity: 0;
}
.menu-toggle.toggled-on span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotate(45deg);
  transform: translateY(-11px) rotate(45deg);
}

/*ヘッダーロゴ ヘッダー系アニメーション*/
.site-header{
	transition: all .4s;
	height:70px;
	}
.site-header-main{
	}
a.head_logo{
	position:relative;
	margin:1em auto;
	display:block;
	height:auto;
	z-index:80;
	text-align:center;
	width:40px;
	}
a.head_logo img{
	display:block;
	transition: all .4s;
	width:40px;
	height:auto;
	opacity: 0;
	z-index:80;
	}
img.menu_logo{
	display:block;
	margin: 1em auto 0;
	width:150px;
	height:auto;
	pointer-events: none;
	}
.site-header-menu {
	background-color:rgba(255,255,255,0.8);
	transition: all .4s;
	z-index:9995;
	}
.site-header .main-navigation a {
	transition: all .4s;
	color:#1a1a1a;
	text-shadow: none;
	z-index:9999;
	}
.site-header-menu.toggled-on, .no-js .site-header-menu {
	position:absolute;
	top:-1em;
	left:0;
	right:0;
    display: block;
}
.site-header-menu .main-navigation a:hover,
.site-header-menu .main-navigation a:focus {
	background-color:#ccc;
}
@media screen and (min-width: 44.375em) {/*710px以上*/
a.head_logo,
a.head_logo img,
img.menu_logo{
	width:150px;
	}
}
@media screen and (min-width: 48.9375em) {/*783px以上*/
.site-header{
	height:auto;
	}
}
@media screen and (min-width: 56.875em){/*910px以上*/
.site-header-menu {
	background-color:rgba(255,255,255,0);
	padding:0;
	}
img.menu_logo{
	display:none;
	height:0;
	}
.site-header-menu .main-navigation a{
	color:#fff;
    text-shadow: 0 0 2px #000, 0 0 5px #000, 0 0 15px #000;
	}
.site-header-menu .main-navigation a:hover,
.site-header-menu .main-navigation a:focus {
	color:#fff;
	background-color: transparent;
    text-shadow: 0 0 2px #fff, 0 0 5px #fff, 0 0 15px #fff;
	}
.site-header-menu .main-navigation a.black{
	color:#1a1a1a;
    text-shadow: 0 0 2px #fff, 0 0 5px #fff, 0 0 15px #fff;
	}
.site-header-menu .main-navigation a.black:hover,
.site-header-menu .main-navigation a.black:focus{
	color:#ccc;
	}
}
	
	
/*index_画像全幅*/
.index_bg,
.index_bar{
	position:relative;
	height:auto;
	background-image:none;
	}
.index_bar{
	overflow:hidden;
	margin:0 auto 3em;
	}
.index_bg img.index_sp,
.index_bar img.index_sp{
	display:block;
	margin:0;
	z-index:0;
	width:100%;
	height:auto;
	}
.index_bar ~ .site-inner .entry-header{/*横幅バー直下のページタイトル名*/
	display:none;
	}
@media screen and (min-width: 640px) {
.index_bg img.index_logo{
	width:200px;
	margin: auto auto 200px;
	}
	}
@media screen and (min-width: 44.375em) {/*710px以上*/
.index_bg{
	display:block;
	width:100%;
	height:900px;
	margin:0;
	background-image: url(img/index00pc.jpg);
	background-position:top center;
	background-repeat: no-repeat;
	background-size:cover;
	}
.index_bar{
	margin:0 auto 5em;
	}
.index_bg img.index_sp{
	display:none;
	}
}
@media screen and (min-width: 56.875em){/*910px以上*/
.index_bar{
	display:block;
	width:100%;
	height:400px;
	background-image: url(img/index01pc.jpg);
	background-position:center;
	background-repeat: no-repeat;
	background-size:cover;
	margin:0 auto 10em;
	}
.index_bar img.index_sp{
	display:none;
	}
}

/*index_説明文１*/
.index_slide{
	display: flex;
	flex-direction: column-reverse;
	justify-content: center;
	align-items: center;
	width:90%;
	max-width:1080px;
	margin:3em auto;
	}
.index_slide .txt{
	flex-grow: 2;
	flex-shrink: 2;
	max-width:600px;
	margin:0 auto 2em;
	}
.index_slide .txt h1{
	text-align:center;
	margin:0 0 0.5em;
	}
.index_slide .txt p{
	text-align:center;
	font-size:small;
	}
.index_slide .photo_on{
	position:relative;
	overflow:hidden;
	width:100%;
	max-width:300px;
	margin:0 auto;
	}
.index_slide .photo_on .img_anime.white,
.index_slide .photo_on .img_anime.black{
	height:180px;
	}
.index_slide .photo{
	width:100%;
	max-width:300px;
	margin:0 auto;
	flex-grow: 0;
	flex-shrink: 0;
	}
.index_slide .photo img{
	display:block;
	width:100%;
	max-width:300px;
	margin:0 auto;
	}
@media screen and (min-width: 640px) {
.index_slide{
	margin:7em auto;
	}
.index_slide .photo_on,
.index_slide .photo{
	max-width:600px;
	}
.index_slide .photo img{
	max-width:600px;
	}
.index_slide .photo_on .img_anime.white,
.index_slide .photo_on .img_anime.black{
	height:360px;
	}
	}
@media screen and (min-width: 44.375em) {/*710px以上*/
}
@media screen and (min-width: 56.875em){/*910px以上*/
.index_slide{
	flex-direction: row;
	justify-content: space-between;
	margin:15em auto;
	}
.index_slide .photo_on{
	width:50%;
	}
.index_slide .txt{
	margin:0 0 0 5em;
	}
.index_slide .txt h1{
	text-align:left;
	}
.index_slide .txt p{
	font-size:medium;
	}
}

/*index_slickスライド*/
.slick_g_all{/*スライド枠全体の外側を囲む*/
	position:relative;
	width:100%;
	margin:0;
	}
.slick_g_all a.more{/*ギャラリー全部へのリンク*/
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	background-color:#282828;
	color:#fff;
	display: flex;
	justify-content: center; 
	align-items: center;
	font-family: 'Questrial', sans-serif;
	font-size:small;
    letter-spacing: 0.5em;
	}
.slick_g_all a.more:hover,
.slick_g_all a.more:focus{
	background-color:#666;
	}
.slick_g_all a.more span{
	display:block;
	margin:auto 1em;
	}
.slick_g_all .slick_gallery{/*スライド枠全体*/
	 width:100%;
	}
.slick_g_all .slick_gallery p{/*個別枠*/
	display:block;
	margin:0;
	}
.slick_g_all .slick_gallery p img{
	display:block;
	margin:0;
	width:auto;
	height:150px;
	}
@media screen and (min-width: 640px) {
.slick_g_all a.more{/*ギャラリー全部へのリンク*/
	font-size: medium;
	}
.slick_g_all .slick_gallery p img{
	height:250px;
	}
}
@media screen and (min-width: 44.375em) {/*710px以上*/
}
@media screen and (min-width: 56.875em){/*910px以上*/
}
/*index_メニュー表*/
.content_menu{
	display:block;
	width:100%;
	height:auto;
	background-image: url(img/index02sp.jpg);
	background-position:top center;
	background-repeat: no-repeat;
	background-size:cover;
	background-attachment:fixed;
	margin:5em auto 5em;
	padding:1em 3em 3em;
	position: relative;
	}
.content_menu h2.title_que{
	position:absolute;
	z-index:50;
	top:-3.8em;
	left:0;
	right:0;
	margin:0 auto 0;
	padding:3em 0 0;
	}
.content_menu .txt_flex{
	width:100%;
	max-width:1080px;
	margin:0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	}
.content_menu .txt_flex .txt{
	margin:0;
	width:100%;
	}
.content_menu .txt_flex .txt p{
	font-size:small;
	margin:0;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	}
.content_menu .txt_flex .txt p span:nth-child(2){
	flex-grow: 0;
	flex-shrink: 0;
	}
.content_menu .txt_flex .txt h3.title_que{
	margin:2em 0 0;
	text-align:left;
	}
.content_menu .txt_flex .txt h3.title_que::before{
	width:0;
	}
@media screen and (min-width: 640px) {
.content_menu .txt_flex .txt p{
	font-size:medium;
	}
	}
@media screen and (min-width: 44.375em) {/*710px以上*/
}
@media screen and (min-width: 56.875em){/*910px以上*/
.content_menu{
	background-image: url(img/index02pc.jpg);
	background-attachment: scroll;
	margin:10em auto 5em;
	padding:2em 5em 5em;
	}
.content_menu .txt_flex{
	flex-direction: row;
	justify-content: space-between;
	}
.content_menu .txt_flex .txt{
	width:46%;
	}
}
/*index_スタッフ一覧*/
.content_staff{
	width:100%;
	margin:0 auto 5em;
	}
.content_staff h2.title_que{
	margin:1em auto;
	}
.content_staff .staff_on{
	position:relative;
	width:100%;
	}
.content_staff .staff_on .staff_left,
.content_staff .staff_on .staff_right{
	display: none;
	pointer-events: none;
  z-index: 10;
  background: #fff;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  -moz-opacity:0.8;
  -khtml-opacity: 0.8;
  opacity:0.8;
  zoom:1;
  position: absolute;;
  top: 0;
  height: 737px;
  width: calc((100vw - 480px) / 2);
	}
.content_staff .staff_on .staff_right {
  left: 0;
}
.content_staff .staff_on .staff_left {
  right: 0;
}
.content_staff .staff_all{
	display: flex;
	flex-wrap: nowrap;
	background-color:#ddd;
	width:90%;
	max-width:1920px;/*530*/
	margin:0 auto;
	}
.content_staff .staff_all .staff_box{
	background-color:#ddd;
	width:90%;
	max-width:480px;/*530*/
	margin:0 auto;
	display: flex;
	flex-wrap: nowrap;
	flex-direction:column;
	justify-content: center;  
	}
.content_staff .staff_all .staff_box .photo{
	flex-grow: 0;
	flex-shrink: 0;
	background-position:top center;
	background-repeat: no-repeat;
	background-size:cover;
	width:80%;
	max-width:240px;
	height:240px;
	margin:2em auto 0;
	}
.content_staff .staff_all .staff_box .txt{
	flex-grow: 2;
	flex-shrink: 2;
	padding:1em 2em 2.5em;
	margin:0 auto;
	max-width:320px;
	}
.content_staff .staff_all .staff_box .txt p{
	margin:0 auto;
	width:100%;
	}
.content_staff .staff_all .staff_box .txt .staff_sml{
	text-align:center;
	font-size:small;
	margin:0.5em 0;
	}
.content_staff .staff_all .staff_box .txt .staff_lar{
	text-align:center;
	font-size:large;
	margin:0;
	}
.content_staff .staff_all .staff_box .txt .staff_lar + .staff_sml{
	margin:0.5em 0 1.5em;
	}
@media screen and (min-width: 480px) {
}
@media screen and (min-width: 640px) {
.content_staff .staff_all{
	width:100%;
	max-width:1920px;
	}
.content_staff .staff_all .staff_box .photo{
	max-width:320px;
	height:320px;
	margin:3em auto 0;
	}
.content_staff .staff_all .staff_box .txt{
	flex-grow: 2;
	flex-shrink: 2;
	padding:2em 0 3.5em;
	max-width:320px;
	}
.content_staff .staff_all .staff_box .txt .staff_lar{
	font-size:x-large;
	}
.content_staff .staff_on .staff_left,
.content_staff .staff_on .staff_right{
	display: block;
  width: calc((100vw - 530px) / 2);
	}
.content_staff .staff_all .staff_box{
	max-width:530px;/*530*/
	}
}
@media screen and (min-width: 44.375em) {/*710px以上*/
}
@media screen and (min-width: 56.875em){/*910px以上*/
.content_staff{
	margin:0 auto 5em;
	}
.content_staff h2.title_que{
	margin:2.5em auto;
	}
.content_staff .staff_on .staff_left,
.content_staff .staff_on .staff_right{
  width: calc((100vw - 737px) / 2);
	}
.content_staff .staff_all .staff_box{
	max-width:720px;
	flex-direction: row;
	justify-content: space-between;
	}
.content_staff .staff_all .staff_box .photo{
	background-position:top center;
	width:240px;
	height:480px;
	margin:0;
	padding:0;
	}
.content_staff .staff_all .staff_box .txt{
	padding:5em 0;
	max-width:320px;
	}
}


/*アクセス枠_footerphpに設置*/
.foot_access{/*アクセス枠*/
	width:100%;
	margin:0;
	}
.foot_access .access_img{
	position:relative;
	overflow:hidden;
	display:block;
	width:100%;
	height:auto;
	margin:0;
	background-image:none;
	}
.foot_access .access_img.sp{
	display:block;
	}
.foot_access .foot_map{
	width:100%;
	display: flex;
	flex-direction: column-reverse; 
	justify-content: space-between;
	position:relative;
	}
.foot_access .foot_map .access_map{

	}
.foot_access .foot_map .access_map,
.foot_access .foot_map .access_txt{
	width:100%;
	height:auto;
	}
.foot_access .foot_map .access_txt{
	padding:1em 0;
	text-align:center;
	}
.foot_access .foot_map .access_txt h2.title_que{
	margin:0 auto 0;
	}
.foot_access .foot_map .access_txt p{
	margin:0;
	}
.foot_access .foot_map .access_txt img.tel{
	width:80%;
	max-width:330px;
	height:auto;
	margin:1em 0;
	}
.foot_access .foot_map .access_txt img.nintei{
	width:40%;
	max-width:150px;
	height:auto;
	margin:1em 0;
	}

.ggmap {
position: relative;
padding-bottom: 0;
padding-top: 0;
overflow: hidden;
}
.ggmap iframe,
.ggmap object,
.ggmap embed {
width: 100%;
height: 100%;
max-height:500px;
min-height:300px;
margin:0;
}
@media screen and (min-width: 44.375em) {/*710px以上*/
.foot_access .access_img{
	height:400px;
	background-image: url(img/bar_access_pc.jpg);
	background-position:top center;
	background-repeat: no-repeat;
	background-size:cover;
	}
.foot_access .access_img img.sp{
	display: none;
	}
}
@media screen and (min-width: 56.875em){/*910px以上*/
.foot_access .foot_map{
	flex-direction: row;
	}
.foot_access .foot_map .access_map{

	}
.foot_access .foot_map .access_txt{
	width:50%;
	}
.foot_access .foot_map .access_txt h2.title_que{
	margin:1em auto 0;
	}
.ggmap iframe,
.ggmap object,
.ggmap embed {
max-height:500px;
min-height:400px;
	}
}

/*フッター*/
.site-footer {
	background-color:#3c582e;
}
.site-footer .foot_link{
	padding:0 0 1em 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center; 
	}
.site-footer .foot_link .foot_navi{
	}
.site-footer .foot_link .foot_logo img{
	display:block;
	width:200px;
	height:auto;
	}
.site-footer .foot_link + .site-info{
	text-align:center;
	color:#fff;
	}
.site-footer .foot_link + .site-info .site-title::after{
	content:"";
	}
.site-footer .main-navigation {
    margin-bottom: 0;
}
.site-footer .main-navigation .primary-menu {
    display: flex;
	flex-wrap: wrap; 
    justify-content: center;
    align-items: center;
}
.site-footer .main-navigation .primary-menu li{
	padding:0 0.5em;
}
.site-footer .main-navigation .primary-menu li a,
.site-footer .foot_link + .site-info a{
	color:#fff;
	}
.site-footer .main-navigation .primary-menu li a:hover,
.site-footer .main-navigation .primary-menu li a:focus,
.site-footer .foot_link + .site-info a:hover,
.site-footer .foot_link + .site-info a:focus{
	color:#ccc;
	}
@media screen and (min-width: 56.875em){/*910px以上*/
.site-footer {
    padding: 0 2em 1em;
	}
.site-footer .foot_link{
	padding:2em 0 1em 0;
	flex-direction: row-reverse;
	justify-content: space-between; 
	}
.site-footer .foot_link + .site-info{
	text-align:left;
	}
.site-footer .main-navigation {
    margin-bottom: 1.75em;
	}
}

/*indexスライドギャラリー*/
.index_gallery{
	position:relative;
	width:100%;
	height:auto;
	 display: flex;
	 flex-direction: column;
	 justify-content: center;
	 margin:7em 0;
	}
.index_gallery .txtbox{
	position:relative;
	top:auto;
	right:auto;
	bottom:auto;
	width:100%;
	min-width: 10px;
	background-color:#3c582e;
	color:#fff;
	text-align:center;
	z-index:10;
	box-sizing:border-box;
	padding:1em 0 2em;
	 display: flex;
	 justify-content: center;
	 align-items: center; 
	}
.index_gallery .txtbox .title_que{
	box-sizing:border-box;
	padding-left:0.5em;
	}
.index_gallery .txtbox .title_que::before{
    content: "";
    width: 0;
    height: 1em;
    display: inline-block;
	}
.index_gallery .txtbox p{
	margin:0;
	}
.index_gallery .txtbox a.more{/*ギャラリー全部へのリンク*/
	font-family: 'Questrial', sans-serif;
	color:#fff;
    letter-spacing: 0.5em;
	}
.index_gallery .txtbox a.more:hover,
.index_gallery .txtbox a.more:focus{
	color:#ccc;
	}
.index_gallery .imgbox{
	position:relative;
	display:block;
	width:100%;
	height:400px;
	overflow:hidden;
	z-index:5;
	}
.index_gallery .img_anime.white,
.index_gallery .img_anime.black{
	height:400px;
	width:100%;
	}
.index_gallery .imgbox div{
	width:100%;
	height:100%;
	background-size:cover;
	background-repeat:no-repeat;
	z-index:5;
	}
.index_gallery .imgbox div.shinkyuhead{
	background-image: url(img/shinkyuhead.jpg);
	background-position:top left;
	}

@media screen and (min-width: 640px) {
.index_gallery{
	 margin:7em 0 5em;
	}
	}
@media screen and (min-width: 44.375em) {/*710px以上*/
.index_gallery .imgbox{
	height:500px;
	}
.index_gallery .img_anime.white,
.index_gallery .img_anime.black{
	height:500px;
	}
}
@media screen and (min-width: 56.875em){/*910px以上*/
.index_gallery{
	height:600px;
	flex-direction: row-reverse;
	 margin:15em 0;
	}
.index_gallery .img_anime.white,
.index_gallery .img_anime.black{
	height:600px;
	}
.index_gallery .txtbox{
	width:30%;
	min-width:400px;
	}
.index_gallery .txtbox p{
	margin:0 0 1em;
	}
.index_gallery .imgbox{
	width:70%;
	height:600px;
	}
}



/*メイン以外のページ*/
.entry-header h1{
	font-family: 'Questrial',"Noto Sans Japanese",'Noto Sans JP',Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	letter-spacing: 0.1em;
	text-align:center;
	font-weight:400;
	font-size:200%;
	outline: none;
	}
.image-navigation{
    border-top: none;
    border-bottom: none;
	}
.image-navigation .nav-links{
	display: flex;
	justify-content: space-between; 
	}
.image-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before, .comment-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before {
    content: none;
    display: none;
    opacity: 0;
    padding: 0;
}
.image-navigation .nav-previous:before{
    content: "?";
	display:inline-block;
	}
.image-navigation .nav-next:after{
    content: "?";
	display:inline-block;
	}
.imagewk article{
	margin-bottom:0;
	}
@media screen and (min-width: 44.375em) {/*710px以上*/
.entry-header h1{
	font-size:300%;
	}
}
@media screen and (min-width: 48.9375em) {/*783px以上*/
}
@media screen and (min-width: 56.875em){/*910px以上*/
}