@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Sawarabi+Mincho&display=swap');

/*========================================================
                    Main layout styles
=========================================================*/
body {
	background: #FFFFFF;
	font-family: "Noto Sans JP","Hiragino Kaku Gothic ProN","MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 1.428571429;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:focus {
	text-decoration: none;
	background: none;
}
a[href^="tel:"] {
 color: inherit;
 text-decoration: none;
}

textarea, input[type="text"], input[type="email"], input[type="search"], input[type="password"] {
	-webkit-appearance: none;
	-moz-appearance: caret;
}
p {
	margin-bottom: 14px;
	line-height: 20px;
}
p.indent {
	margin-bottom: 31px;
}
h1.navbar-brand_ {
	margin: 0;
	padding: 0 0 43px 0;
	float: none;
	height: auto;
	position: relative;
	top: 0;
	z-index: 10;
}
h1.navbar-brand_ a {
	display: inline-block;
}
h1.navbar-brand_ a img {
	width: 100%;
}
h2 {
	font-size: 30px;
	color: #000;
	margin: 12px 0 32px 0;
	letter-spacing: 1px;
	font-weight:bold;
}
h3 {
	font-size: 14px;
	color: #002386;
	letter-spacing: 1px;
	margin: 0 0 10px 0;
	/*text-transform: uppercase;*/
}
h4 {
	font: 300 18px/24px 'Noto Sans JP', serif;
	color: #288faa;
	letter-spacing: -1px;
	margin: 0 0 16px 0;
}
.extra-wrap {
	overflow: hidden;
}
.content {
	padding: 0;
}

.content.indent {
	padding: 66px 0 0 0;
	background: #FFF;
}
#sub .content.indent {
	padding: 120px 0 0 0;
}
.center {
	text-align: center;
}

/* =========================================================
■ header ヘッダー部分
========================================================= */
/**----------ヘッダー---------**/
header {
	margin:0 auto;
	width: 100%;
	height:90px;
	background:#fff;
	position:fixed;
	top:0;
	z-index:2000;
	border-bottom:3px solid #FFFFFF;
	font-family:"Noto Sans JP", sans-serif;
}
header #bar {
	width:100%;
	margin:10px auto 0;
	z-index:9999;
}
#menu_wrap {
	width:100%;
	margin:0 auto;
}
/**----------ロゴ---------**/
.h1_logo{
	width: 250px;
	padding-left:30px;
	float: left;
}
	.h1_logo img{
	  width:190px;
	}

/**----------ヘッダー固定---------**/
.navfix {
	position: fixed;
	top: 0;
	z-index: 1000;
}
/*=========================================================
■ メニュー
========================================================= */
#spMenuWrap {
	width:100%;
	background-color: #ffffff;
	margin:0 auto;
}
#gNav {
  width:940px;
  background:none;
  float:right;
}
#gNavLi {
	  width:80%;
	margin:10px 0 0;
	background:none;
	font-size: 16px;
	list-style: none;
	float:left;
}
#gNavLi .open:after {
  display: none;
}
#gNavLi li {
	float: left;
	width:16%;
	height: 40px;
	box-sizing:border-box;
	text-align:center;
	font-size:16px;
	font-weight:bold;
}
#gNavLi li span{
	font-size: 12px;
	font-weight:normal;
}
#gNavLi li a {
	text-align:center;
	color:#333;
	display:block;
	width:100%;
	padding:5px 0 0;
	height:35px;
}
#gNavLi li a:hover {
	opacity: 0.7;
}
#gNavLi li .select{
	text-align:center;
	color:#35a0bb;
}
#gNavLi li.w20{
	width: 20%;
	font-size: 90%;
	line-height: 1.1em;
}
#closeBtn {
  display: none;
}
#js_menu {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  width: 80px;
  height: 80px;
}
#gNav .navi_sns{
	width: 20%;
	float: right;
    	margin-top:10px;
	
}

#gNav .navi_sns img{
	width:45px;
	padding:5px;
	display:inline-table;
}
/*サブメニュー表示*/
.gnavi__lists {
    display: flex;
}
.gnavi__list {
    position: relative;
}

.dropdown__lists {
    display: none;
    width: 100%;
    position: absolute;
    top: 50px;
    left: -20px;
	z-index: 1001;
}
.dropdown__lists li {
	float: none !important;
	width:160px !important;
	text-align:left !important;
	box-sizing: content-box !important;
	list-style: none !important;
	height: 40px;
}

.gnavi__list:hover .dropdown__lists {
    display: block;
}
.dropdown__list {
    background-color: #E3F0F8;

    transition: all .3s;
    position: relative;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
}
.dropdown__list:not(:first-child)::before{
    content: "";
    width: 100%;
    height: 1px;
    background-color: #E3F0F8;
    position: absolute;
    top: 0;
    left: 0;
}
.dropdown__list:hover {
    background-color: #1D9BF0;
	color: #fff;
}
.dropdown__list a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-decoration: none;
    position: relative;
}
@media screen and (max-width: 1200px) {
	.h1_logo{
	  margin-top:5px;
	  margin-left:-15px;
	  width:250px;
	}
	.h1_logo img{
	  width:190px;
	}
	#gNav {
	  width:73%;

	}
	#gNavLi li a {
	  font-size:70%;
	}
	#gNav .navi_sns img{
		width:35px;
		padding:5px;
		display:inline-table;
	}
}

@media screen and (max-width: 800px) {
  header {
  	height:80px;
    position: fixed;
    width: 100%;
  top: 0;
    left: inherit;
    right: 0;
    z-index: 2000;
    padding: 0;
    float: none;
  }
  #js_menu {
    display: block;
  }
  #closeBtn {
    display: block;
    position: absolute;
    top: 7px;
    right: 7px;
    width: 44px;
    height: 44px;
  }
  #spMenuWrap {
    position: absolute;
    top: 0;
    background: #fff;
    width: 258px !important;
    right: -259px;
    padding: 77px 0 0;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    z-index: 98;
  }
  #spMenuWrap.open {
    right: 0;
  }
  #spMenuInner {
    padding-top: 0;
    overflow-w: hidden;
	overflow-y: hidden;
    /*overflow-y: scroll;*/
    -webkit-overflow-scrolling: touch;
  }
  header #bar {
    width: 100%;
    height: 80px;
    background:none;
	margin:0 auto;
  }

  #gNav {
    border: none;
	width:100%;
	margin-bottom:20px;
	border-top:3px solid #659caa;
  }

  #gNavLi {
    display: block;
	width:100%;
	border-left:none;
	margin-top:0;
  }
  #gNavLi li {
    display: block;
	border-bottom:1px solid #ccc;
	width:100%;
	height: 60px;
	border-right:none;
  }
	#gNavLi li a {
		width:100%;
		display:block;
		height:auto;
		padding:15px 0 4px;
	}
	#gNavLi li.w20 {
		width:100%;
		line-height:1.3em;
		
	}
	#gNavLi li.w20 a {
		padding:12px 0 11px;
	}
	.dropdown__lists {
	    left: -70px;
	}
	#gNav .navi_sns {
	  width: 60%;
	}
	.mobile_noevent{
		pointer-events: none;
	}
}
@media screen and (max-width: 640px) {
	#spMenuWrap {
		top:0;
	}
	.h1_logo img{
	  width:130px;
	}
}
@media screen and (max-width: 480px) {
  
  #js_menu img {
  	width:100%;
  }
  header {
  	height:60px;
  }
  header #bar {
  	height:60px;
  }
  #js_menu {
  	width:60px;
	height:60px;
  }
  #spMenuWrap {
  	padding:57px 0 0;
  }
}
/* menu
========================================================*/
nav.tm_navbar {
	border: none;
	padding: 0;
	margin: 0;
	float: none;
	display: block;
	text-align: center;
	min-height: 0;
	background: none;
}
nav.tm_navbar ul {
	display: table;
	table-layout: fixed;
	width: 100%;
}
nav.tm_navbar ul::after, nav.tm_navbar ul::before {
 display: none;
}
nav.tm_navbar li {
	font-size: 14px;
	line-height: 20px;
	padding: 0;
	margin: 0;
	border-left: 1px solid #CCCCCC;
	float: none;
	display: table-cell;
	letter-spacing: 2px;
}
nav.tm_navbar li:first-child {
	border-left: none;
}
nav.tm_navbar li a {
	position: relative;
	padding: 0;
	font: bold 14px/69px 'Noto Sans JP', serif;
	color: #FFF;
	text-align: center;
	/*text-transform: uppercase;*/
	background: #019CFF;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
nav.tm_navbar li.active span {
	color: #ffffff;
}
nav.tm_navbar li.active > a {
	color: #ffffff;
	background: #44B6FF;
}
nav.tm_navbar li:hover span {
	color: #ffffff;
}
nav.tm_navbar li:hover > a {
	color: #ffffff;
	background: #44B6FF;
}
nav.tm_navbar .sfHover span {
	color: #ffffff;
}
nav.tm_navbar .sfHover > a {
	color: #ffffff;
	background: #019CFF;
}
nav.tm_navbar li span {
	text-align: center;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 6px;
	color: #019CFF;
	font-size: 14px;
	z-index: 0;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
/* subMenu1
========================================================*/
nav.tm_navbar .sub-menu > ul {
	position: absolute;
	display: none;
	width: 195px;
	left: 0;
	top: 69px;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #019CFF;
	padding: 20px 0;
	margin: 0;
	overflow: hidden;
	text-align: left;
}
nav.tm_navbar .sub-menu > ul li {
	position: relative;
	background: none !important;
	border: none;
	width: auto;
	float: none;
	margin: 0;
	padding: 0;
	display: block;
}
nav.tm_navbar .sub-menu > ul > li a {
	display: block;
	background: none !important;
	padding: 0 0 0 32px;
	margin: 0;
	font: bold 14px/26px 'Noto Sans JP', serif;
	color: #ffffff;
	/*text-transform: uppercase;*/
	width: 100%;
	text-align: left;
	letter-spacing: 2px;
	border: none;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
nav.tm_navbar .sub-menu > ul > li a::before {
 content: none;
 display: none;
}
nav.tm_navbar .sub-menu > ul li span {
	display: inline-block;
	position: absolute;
	right: 40px;
	top: 6px;
	left: auto;
	color: #ffffff;
	font-size: 14px;
	text-align: right;
	background: none !important;
}
nav.tm_navbar .sub-menu ul > li:hover span {
	color: #019CFF;
}
nav.tm_navbar .sub-menu ul > li:hover > a {
	text-decoration: none;
	color: #359fba !important;
	background: #ffffff !important;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
nav.tm_navbar .sub-menu ul li.sfHover span {
	color: #019CFF;
}
nav.tm_navbar .sub-menu ul li.sfHover > a {
	text-decoration: none;
	color: #359fba !important;
	background: #ffffff !important;
}
/* subMenu2
========================================================*/
nav.tm_navbar .sub-menu ul ul {
	position: relative;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #019CFF;
	padding: 0;
	margin: 0;
	text-align: left;
}
nav.tm_navbar .sub-menu ul ul li a {
	display: block;
	background: none;
	padding: 0 0 0 62px;
	margin: 0;
	font: bold 14px/26px 'Noto Sans JP', serif;
	color: #ffffff;
	letter-spacing: 2px;
	/*text-transform: uppercase;*/
	width: 100%;
	text-align: left;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
nav.tm_navbar .sub-menu ul ul li a:hover {
	text-decoration: none;
	color: #ffffff !important;
	background: #006671 !important;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.select-menu {
	display: none !important;
}
/*========================================================
                    -Content-
=========================================================*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 80px;
	right: 30px;
	width: 21px;
	height: 11px;
	overflow: hidden;
	border: none;
	z-index: 20;
	background: url(../img/top.png) 0 top no-repeat;
}
#toTop:hover {
	outline: none;
	background: url(../img/top.png) 0 bottom no-repeat;
}
.trainerBox {
	margin-bottom: 25px;
	position: relative;
	display: block;
}
.trainerBox figure {
	margin: 0 0 25px 0;
}
.trainerBox figure img {
	width: 100%;
}
.trainerBox a {
	font: 300 14px 'M PLUS Rounded 1c', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #8d8d8d;
	/*text-transform: uppercase;*/
	-webkit-transition: color 0.25s ease;
	-o-transition: color 0.25s ease;
	transition: color 0.25s ease;
}
.trainerBox a:hover {
	color: #e25454;
}
.who-box {
	padding: 0;
	overflow: hidden;
}
.who-box .col-lg-4 {
	margin-bottom: 56px;
}
.who-box .list1 {
	margin-bottom: 17px;
}
.banners figure {
	width: 50%;
	float: left;
	position: relative;
}
.banners figure img {
	width: 100%;
}
.banners figure .act {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	display: none;
}
.banners figure:hover .act {
	display: block;
}
.banners .btn-default.btn1, .banners .btn-default.btn2 {
	position: absolute;
	bottom: 55px;
	left: 60px;
	z-index: 2;
}
.banners2 figure {
	width: 50%;
	float: left;
	position: relative;
}
.banners2 figure img {
	width: 100%;
}
.banners2 .btn-default.btn1, .banners2 .btn-default.btn2 {
	position: absolute;
	bottom: 44px;
	left: 46px;
	z-index: 2;
}
.banners3 figure {
	position: relative;
}
.banners3 figure img {
	width: 100%;
}
.banners3 .btn-default.btn3 {
	position: absolute;
	bottom: 56px;
	left: 60px;
	z-index: 2;
}
.tel-box {
	background: url(../img/dotted.png) 0 top repeat-x;
	padding: 37px 0;
	margin: 35px 0 0 0;
}
.tel-box .title2 {
	font: 24px 'Noto Sans JP', serif;
	color: #383737;
	margin-bottom: 8px;
}
.tel-box .tel {
	font: 300 60px/60px 'Noto Sans JP', serif;
	color: #383737;
	margin-bottom: 0;
}
.tel-box .tel span {
	color: #686868;
}
.errorBox {
	text-align: center;
}
.errorBox .description {
	font: bold 30px/30px 'Noto Sans JP', serif;
	color: #ffffff;
	/*text-transform: uppercase;*/
	margin-bottom: 36px;
	padding-bottom: 32px;
	position: relative;
}
.errorBox .description::after {
 position: absolute;
 bottom: 0;
 left: 50%;
 width: 56px;
 height: 2px;
 margin-left: -28px;
 background: #fff;
 content: '';
}
.errorBox .title {
	font: 100 172px/172px 'Noto Sans JP', serif;
	color: #ffffff;
	margin-bottom: 9px;
}
.errorBox p {
	color: #ffffff;
}
.thumb-box1 {
	padding: 0 0 70px 0;
	overflow: hidden;
	background-position: 100% 100%;
	background-attachment: fixed;
	position: relative;
	background-image: url(../img/bg_pic.jpg);
}
.thumb-box1.indent {
	padding: 0;
}
.thumb-box1 .box {
	overflow: hidden;
	background: url(../img/pattern3.png) repeat;
	padding: 46px 0 73px 0;
}
.thumb-box2 {
	overflow: hidden;
	padding: 60px 0 0 0;
	background: #FFF;
}
.thumb-box2 .col-lg-6 {
	margin-bottom: 26px;
}
.thumb-box3 {
	background: #ffffff;
	overflow: hidden;
}
.thumb-box4 {
	background: #FFF;
	padding: 66px 0 28px 0;
	overflow: hidden;
	margin-bottom: 66px;
}
.thumb-box5 {
	padding: 0 0 6px 0;
	overflow: hidden;
}
.thumb-box6 {
	padding: 40px 0 74px 0;
	overflow: hidden;
}
.thumb-box7 {
	padding: 66px 0 27px 0;
	overflow: hidden;
	background: #FFF;
}
.thumb-box7 hr {
	margin: 44px 0 30px 0;
	border: none;
	width: 100%;
	height: 1px;
	background: url(../img/dotted.png) repeat-x;
}
.thumb-box7 .btn-default.btn2 {
	margin-top: 18px;
}
.thumb-box7 .col-lg-6 {
	margin-bottom: 40px;
}
.thumb-box8 {
	overflow: hidden;
	padding: 0 0 28px 0;
}
.thumb-box9 {
	overflow: hidden;
}
.thumb-box10 {
	overflow: hidden;
	padding: 66px 0 27px 0;
}
/* thumbs
========================================================*/
.thumb-pad1 {
	margin: 0;
	overflow: hidden;
}
.thumb-pad1 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
}
.thumb-pad1 .caption {
	padding: 0;
	color: #686868;
}
.thumb-pad1 .caption .title {
	font: 300 36px/44px 'Noto Sans JP', serif;
	letter-spacing: 1px;
	color: #35a0bb;
	margin-bottom: 23px;
}
.thumb-pad2 {
	margin: 0;
	overflow: hidden;
}
.thumb-pad2 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
}
.thumb-pad2 .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad2 .caption p {
	margin-bottom: 32px;
}
.thumb-pad2 .caption time {
	font: bold 14px 'Noto Sans JP', serif;
	color: #002386;
	/*text-transform: uppercase;*/
	margin-bottom: 15px;
	display: inline-block;
}
.thumb-pad2 figure {
	margin: 0 30px 0 0;
	float: left;
}
.thumb-pad3 {
	min-height:500px;
	margin: 0 0 34px 0;
	padding: 29px 22px;
	overflow: hidden;
	background: #DEF2FF;
	-webkit-box-shadow: 0 -2px 4px 0 rgba(10, 157, 239, 0.33);
	box-shadow: 0 -2px 4px 0 rgba(10, 157, 239, 0.33);
}
.thumb-pad3 .thumbnail {
	min-height:400px;
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
}
.thumb-pad3 .thumbnail .title {
	min-height:25px;
	font: bold 14px 'Noto Sans JP', serif;
	/*text-transform: uppercase;*/
	color: #002386;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
.thumb-pad3 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad3 .thumbnail .caption p {
	margin-bottom: 32px;
}
.thumb-pad3 figure {
	margin: 0 0 22px 0;
	text-align: center;
	max-height: 326px;
}
.thumb-pad3 figure img {
	
	max-height:326px;
	
}
.thumb-pad4 {
	margin: 0;
}
.thumb-pad4 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad4 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad4 figure {
	margin: 0 0 31px 0;
}
.thumb-pad4 figure img {
	width: 100%;
}
.thumb-pad5 {
	margin: 0 0 40px 0;
}
.thumb-pad5 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad5 .thumbnail .caption {
	padding: 0;
}
.thumb-pad5 .thumbnail .caption a {
	font: bold 14px 'Noto Sans JP', serif;
	color: #002386;
	/*text-transform: uppercase;*/
	letter-spacing: 2px;
	margin-bottom: 10px;
	display: inline-block;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad5 .thumbnail .caption a:hover {
	color: #686868;
}
.thumb-pad5 figure {
	margin: 0 0 32px 0;
}
.thumb-pad5 figure img {
	width: 90%;
}
.thumb-pad6 {
	margin: 0 0 40px 0;
	overflow: hidden;
}
.thumb-pad6 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
}
.thumb-pad6 .caption {
	padding: 0;
	color: #686868;
}
.thumb-pad6 .caption p {
	margin-bottom: 32px;
}
.thumb-pad6 figure {
	margin: 0 0 32px 0;
}
.thumb-pad6 figure img {
	width: 100%;
}
.thumb-pad7 {
	margin: 0;
	overflow: hidden;
}
.thumb-pad7 .thumbnail {
	padding: 0;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	background: none;
	overflow: hidden;
	display: block;
}
.thumb-pad7 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad7 .thumbnail figure {
	margin: 0 30px 0 0;
	float: left;
}
.thumb-pad7 .thumbnail figure img {
	width: 100%;
}
.thumb-pad8 {
	margin: 0 0 78px 0;
	padding: 0 0 75px 0;
	border-bottom: 1px solid #ccc;
}
.thumb-pad8.indent {
	border-bottom: none;
}
.thumb-pad8 .badge {
	width: 52px;
	height: 52px;
	border-radius: 100%;
	background: #39464f;
	float: left;
	margin: 0 17px 0 0;
	padding: 7px 0 0 0;
	text-align: center;
	font: 14px/18px 'M PLUS Rounded 1c', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
}
.thumb-pad8 .lnk {
	font: 21px/25px 'M PLUS Rounded 1c', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #35424d;
	/*text-transform: uppercase;*/
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad8 .lnk:hover {
	color: #1abc9c;
}
.thumb-pad8 .extra-wrap p {
	margin: 0;
	color: #9f9f9f;
}
.thumb-pad8 .extra-wrap p a {
	color: #9f9f9f;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad8 .extra-wrap p a:hover {
	color: #1abc9c;
}
.thumb-pad8 .extra-wrap p span {
	color: #9f9f9f;
	font-size: 13px;
	margin-right: 3px;
}
.thumb-pad8 .thumbnail {
	padding: 42px 0 0 0;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	background: none;
	overflow: hidden;
	width: 100%;
}
.thumb-pad8 .thumbnail .caption {
	padding: 0;
	color: #686868;
}
.thumb-pad8 .thumbnail figure {
	margin: 0 30px 0 0;
	float: left;
}
.thumb-pad8 .thumbnail figure img {
	width: 100%;
}
.thumb-pad9 {
	margin: 0 0 43px 0;
	overflow: hidden;
}
.thumb-pad9 .thumbnail {
	padding: 0;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	background: none;
	overflow: hidden;
	display: block;
}
.thumb-pad9 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad9 .thumbnail .caption p {
	margin: 0;
}
.thumb-pad9 .thumbnail .caption time {
	font: 13px 'M PLUS Rounded 1c', "Helvetica Neue", Helvetica, Arial, sans-serif;
	/*text-transform: uppercase;*/
	color: #35424d;
}
.thumb-pad9 .thumbnail figure {
	margin: 0 33px 0 0;
	float: left;
}
.thumb-pad9 .thumbnail figure img {
	width: 100%;
}
/* btn
========================================================*/
.btn-default.btn1 {
	box-shadow: none;
	text-decoration: none;
	display: inline-block;
	padding: 0;
	font: bold 14px 'Noto Sans JP', serif;
	margin: 0;
	border-radius: 0;
	color: #ffffff;
	background: none;
	/*text-transform: uppercase;*/
	letter-spacing: 2px;
	float: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn1 i {
	display: inline-block;
	width: 5px;
	height: 9px;
	background: url(../img/more_arr.png) right 0 no-repeat;
}
.btn-default.btn1:hover {
	color: #ffffff;
	background: none;
	text-decoration: underline;
}
.btn-default.btn2 {
	box-shadow: none;
	text-decoration: none;
	display: inline-block;
	padding: 0;
	margin: 0;
	border-radius: 0;
	color: #002386;
	background: none;
	/*text-transform: uppercase;*/
	letter-spacing: 2px;
	float: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn2 i {
	display: inline-block;
	width: 5px;
	height: 9px;
	background: url(../img/more_arr2.png) right 0 no-repeat;
}
.btn-default.btn2:hover {
	color: #002386;
	background: none;
	text-decoration: underline;
}
.btn-default.btn3 {
	box-shadow: none;
	text-decoration: none;
	display: inline-block;
	padding: 0;
	font: bold 14px 'Noto Sans JP', serif;
	margin: 0;
	border-radius: 0;
	color: #002386;
	background: none;
	/*text-transform: uppercase;*/
	letter-spacing: 2px;
	float: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn3 i {
	display: inline-block;
	width: 5px;
	height: 9px;
	background: url(../img/more_arr3.png) right 0 no-repeat;
}
.btn-default.btn3:hover {
	color: #002386;
	background: none;
	text-decoration: underline;
}
/*-----carousel-----*/
.list_carousel1.responsive {
	width: auto;
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: relative;
}
.list_carousel1 .foo {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	cursor: default;
}
.list_carousel1 .foo > li {
	position: relative;
	float: left;
	cursor: default;
	margin-right: 0;
	padding: 0;
	background: transparent;
}
.list_carousel1 .foo > li figure {
	margin: 0;
	position: relative;
}
.list_carousel1 .foo > li figure img {
	width: 100%;
}
.list_carousel1 .foo > li figure:hover i {
	-webkit-transform: translateY(0) translateX(0) scale(1);
	transform: translateY(0) translateX(0) scale(1);
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
	opacity: 1;
	filter: alpha(opacity=100);
}
.list_carousel1 .foo > li figure i {
	width: 100%;
	height: 100%;
	position: absolute;
	padding: 0;
	top: 0;
	left: 0;
	display: block;
	text-align: center;
	margin: 0;
	background: #4dacc6;
	background: rgba(77, 172, 198, 0.8);
	font-weight: normal;
	-webkit-transform: translateY(0) translateX(0) scale(0.25);
	transform: translateY(0) translateX(0) scale(0.25);
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
	opacity: 0;
	filter: alpha(opacity=0);
}
.list_carousel1 .foo > li figure span {
	font: 300 24px/30px 'Noto Sans JP', serif;
	letter-spacing: 2px;
	/*text-transform: uppercase;*/
	color: #ffffff;
	top: 39%;
	position: relative;
}
.list_carousel1 .foo > li figure.indent span {
	top: 34%;
}
.list_carousel1.responsive .caroufredsel_wrapper {
	cursor: default !important;
	margin-bottom: 0 !important;
	overflow: visible !important;
}
.list_btn2 {
	position: relative;
	overflow: hidden;
	float: right;
}
.list_btn2 .prev, .list_btn2 .next {
	display: inline-block !important;
	cursor: pointer;
	width: 11px;
	height: 21px;
	margin-top: 15px;
	position: relative;
}
.list_btn2 .prev {
	float: left;
	margin-right: 5px;
	background: url(../img/prev.png) 0 top no-repeat;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list_btn2 .prev:hover {
	background: url(../img/prev.png) 0 bottom no-repeat;
}
.list_btn2 .next {
	float: left;
	margin-left: 5px;
	background: url(../img/next.png) 0 top no-repeat;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list_btn2 .next:hover {
	background: url(../img/next.png) 0 bottom no-repeat;
}
/*-----*/
.list_carousel2.responsive {
	position: relative;
	width: auto;
	margin: 0;
	z-index: 11;
}
.list_carousel2 #foo2 {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	cursor: default;
}
.list_carousel2 #foo2 > li {
	padding: 0;
	float: left;
	cursor: default;
	margin: 0;
}
.list_carousel2 #foo2 > li figure {
	float: left;
	margin-right: 30px;
}
.list_carousel2 #foo2 > li .title {
	font: 300 36px/36px 'Noto Sans JP', serif;
	color: #35a0bb;
	margin-bottom: 27px;
}
.list_carousel2 #foo2 > li .extra-wrap {
	padding: 65px 0 0 0;
}
.list_carousel2 #foo2 > li .extra-wrap img {
	float: left;
	margin: -13px 13px 0 0;
}
.list_carousel2 #foo2 > li .extra-wrap .description {
	position: relative;
	margin-bottom: 22px;
}
.list_carousel2 #foo2 > li .extra-wrap .description::after {
 position: absolute;
 bottom: -3px;
 right: 96px;
 width: 20px;
 height: 16px;
 background: url(../img/quote2.png) no-repeat;
 content: '';
}
.list_carousel2 #foo2 > li .extra-wrap .name {
	font: 24px/24px 'Noto Sans JP', serif;
	color: #002386;
	margin-bottom: 0;
	letter-spacing: 1px;
}
.list_carousel2 #foo2 > li .extra-wrap .name strong {
	font-size: 14px;
	line-height: 14px;
}
.list_carousel2.responsive .caroufredsel_wrapper {
	cursor: default !important;
}
#foo2_pag {
	position: relative;
	margin: 0;
	padding: 0;
	border-radius: 0;
	text-align: right;
	display: block;
	position: absolute;
	right: 0;
	bottom: 18px;
}
#foo2_pag a {
	position: relative;
	z-index: 1;
	width: 13px;
	height: 13px;
	padding: 0 !important;
	margin: 0 0 0 7px;
	display: inline-block;
	background: #4dacc6;
	border-radius: 100%;
	cursor: pointer;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
#foo2_pag a:hover {
	background: #afbebe;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
#foo2_pag a.selected {
	background: #afbebe;
}
#foo2_pag a span {
	display: none;
}
/* list
========================================================*/
.list1 {
	margin: 0;
	padding: 10px 0 0 0;
	list-style: none;
}
.list1.indent {
	padding: 0;
}
.list1 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 5px 0;
	padding: 0 0 4px 18px;
	position: relative;
	background: url(../img/more_arr2.png) left 5px no-repeat;
}
.list1 li a {
	font: bold 14px 'Noto Sans JP', serif;
	/*text-transform: uppercase;*/
	color: #002386;
	margin-bottom: 0;
	letter-spacing: 2px;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list1 li a:hover {
	color: #686868;
}
.list1 li::after {
 position: absolute;
 bottom: 0;
 left: 0;
 width: 100%;
 height: 1px;
 background: url(../img/dotted.png) 0 bottom repeat-x;
 content: '';
}
.list1 li:last-child::after {
 background: none;
}
.list2 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list2 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin-bottom: 45px;
	padding-bottom: 45px;
	background: url(../img/dotted.png) 0 bottom repeat-x;
}
.list2 li .badge {
	width: 70px;
	margin: 0 20px 0 0;
	background: none;
	padding: 0;
	border-radius: 0;
	float: left;
	font: 300 24px/24px;
	color: #35a0bb;
	letter-spacing: 1px;
}
.list2 li p {
	margin-bottom: 0;
}
.list2 li:last-child {
	background: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.list3 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list3 > li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 45px 0;
	padding-bottom: 36px;
	overflow: hidden;
	background: url(../img/dotted.png) 0 bottom repeat-x;
}
.list3 > li .badge {
	width: 70px;
	height: 70px;
	background: #35a0bb;
	text-align: center;
	padding-top: 9px;
	float: left;
	margin: 4px 30px 0 0;
	border-radius: 0;
	font: 300 30px/28px 'Noto Sans JP', serif;
	color: #ffffff;
	letter-spacing: 1px;
	/*text-transform: uppercase;*/
}
.list3 > li .badge span {
	font-size: 18px;
	line-height: 18px;
	display: block;
}
.list3 > li:last-child {
	background: none;
	padding-bottom: 0;
}
.list4 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list4 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin-bottom: 28px;
}
.list4 li p {
	margin-bottom: 0;
	/*text-transform: uppercase;*/
	color: #ddd;
	font-size: 12px;
	line-height: 20px;
}
.list4 li p a {
	color: #ddd;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list4 li p a:hover {
	color: #1abc9c;
}
.list4 li figure {
	float: left;
	margin-right: 10px;
	width: 23px;
}
.list5 {
	margin: 0;
	padding: 16px 0 17px 0;
	list-style: none;
}
.list5 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 12px 0;
	padding: 0 0 0 34px;
	position: relative;
}
.list5 li a {
	font: 13px 'M PLUS Rounded 1c', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #686868;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list5 li a:hover {
	color: #1cae91;
}
.list5 li::after {
 position: absolute;
 left: 0;
 top: 5px;
 width: 8px;
 height: 8px;
 background: #1cae91;
 border-radius: 100%;
 content: '';
}
.list5-1 {
	margin: 0;
	padding: 16px 0 17px 0;
	list-style: none;
}
.list5-1.indent {
	border-bottom: 1px solid #ccc;
	padding-bottom: 60px;
	margin-bottom: 70px;
}
.list5-1 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 12px 0;
	padding: 0 0 0 20px;
	position: relative;
}
.list5-1 li a {
	font: 13px 'M PLUS Rounded 1c', "Helvetica Neue", Helvetica, Arial, sans-serif;
	/*text-transform: uppercase;*/
	color: #686868;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list5-1 li a:hover {
	color: #1cae91;
}
.list5-1 li::after {
 position: absolute;
 left: 0;
 top: 5px;
 width: 8px;
 height: 8px;
 background: #1cae91;
 border-radius: 100%;
 content: '';
}
.list6 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list6 li {
	font-size: 14px;
	line-height: 1.428571429;
	overflow: hidden;
	margin-bottom: 13px;
}
.list6 li span {
	width: 52px;
	height: 52px;
	border-radius: 100%;
	background: #39464f;
	font: bold 18px/52px 'M PLUS Rounded 1c', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	display: inline-block;
	float: left;
	margin: 8px 16px 0 0;
	text-align: center;
}
.list7 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list7 li {
	font-size: 14px;
	line-height: 1.428571429;
	overflow: hidden;
	margin-bottom: 27px;
}
.list7 li span {
	width: 70px;
	text-align: center;
	border-radius: 0;
	color: #35a0bb;
	font-size: 60px;
	float: left;
	margin: 0 30px 0 0;
}
.list8 {
	margin: 0;
	padding: 0 0 30px 0;
	list-style: none;
	overflow: hidden;
}
.list8 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin-bottom: 40px;
}
/* search
========================================================*/
#search-404 {
	padding: 0;
	margin: 59px 0 0 0;
	position: relative;
}
#search-404 a {
	position: absolute;
	top: 12px;
	right: 12px;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
#search-404 a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
#search-404 input {
	box-shadow: none;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	width: 100%;
	outline: none;
	background: url(../img/pattern1.png) repeat;
	border: none;
	font: 14px 'M PLUS Rounded 1c', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #ffffff;
	padding: 14px 30px 14px 14px;
	height: 47px;
	resize: none;
	margin-bottom: 25px;
}
#search {
	margin: 0 0 0 10px;
	position: relative;
	float: right;
}
#search a {
	font-size: 14px;
	color: #dbdbdb;
	position: absolute;
	top: 9px;
	right: 8px;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
#search a:hover {
	color: #353535;
}
#search input {
	box-shadow: none;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
	margin: 0;
	width: 270px;
	border: 1px solid #ffffff;
	font: 12px 'M PLUS Rounded 1c', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #686868;
	padding: 6px 30px 6px 14px;
	height: 32px;
	outline: none;
	resize: none;
	overflow: hidden;
}
/* map_api
========================================================*/
.info {
	margin-bottom: 50px;
}
.info p {
	margin-bottom: 0;
}
.info p span {
	width: 144px;
	display: inline-block;
}
.info p a {
	color: #288faa;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.info p a:hover {
	color: #686868;
}
.mail {
	color: #002386;
	font: 14px 'M PLUS Rounded 1c', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.mail:hover {
	color: #686868;
	text-decoration: none;
}
.content_map {
	color: #ffffff;
	position: relative;
	text-align: center;
	height: 300px;
}
.content_map .rel {
	position: relative;
	z-index: 10;
}
.content_map2 {
	color: #ffffff;
	position: relative;
	text-align: center;
	height: 423px;
	margin-bottom: 68px;
}
.map {
	text-transform: none;
}
.map figure {
	display: block;
	padding-top: 56px;
	margin-bottom: 24px;
}
.map figure iframe {
	width: 100%;
	height: 596px;
	max-width: 100%;
}
.map .text-1 {
	margin-bottom: 7px;
	/*text-transform: uppercase;*/
}
.map .color1:hover {
	color: #ffffff;
}
.google-map-api {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
#map-canvas {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
#map-canvas img {
	max-width: none !important;
}
#map-canvas2 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
#map-canvas2 img {
	max-width: none !important;
}
.gm-wrapper div:first-child div + div + div + div {
	background-color: transparent !important;
	background-color: #000 !important;
	background-color: rgba(0, 0, 0, 0.7) !important;
}
.gm-wrapper * {
	box-shadow: 0 0 0 #000 !important;
	background-color: transparent !important;
}
.gm-style-iw {
	text-align: center;
	width: 330px !important;
	height: 127px !important;
	right: 0;
	position: absolute;
	left: 0 !important;
	top: 0 !important;
	padding-top: 38px;
	overflow: visible !important;
}
.gm-style-iw:after {
	content: '';
	width: 0;
	height: 0;
	top: 100%;
	margin-top: 17px;
	left: 50%;
	margin-left: -7px;
	border-style: solid;
	border-width: 28px 28px 0 28px;
	border-color: rgba(0, 0, 0, 0.7) transparent transparent transparent;
	position: absolute;
}
.gm-style-iw span {
	font-weight: bold;
	display: block;
	font-size: 34px;
	line-height: 41px;
	color: #ffffff;
}
.address1 {
	display: block;
	margin-bottom: 9px;
}
.address1 {
	margin-bottom: 36px;
	font-size: 13px;
}
.address1 span {
	padding-top: 10px;
	font-weight: bold;
	font-size: 34px;
	display: block;
}
/*========================================================
                    footer
=========================================================*/
footer {
	padding: 68px 0;
	margin-top:20px;
	overflow: hidden;
	background: #33393F;
	text-align: center;
}

footer p {
	font: bold 14px/18px 'Noto Sans JP', serif;
	color: #FFFFFF;
	/*text-transform: uppercase;*/
	margin: 5px 0 0 0;
	letter-spacing: 2px;
}
footer p a {
	color: #FFFFFF;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
footer p a:hover {
	color: #ffffff;
}
footer em {
	font-style: normal;
}
@media screen and (max-width: 640px) {
	footer p{
		font-size:12px;
	}
	footer figure img{
		width:130px;
	}
}
/*========================================================
                RESPONSIVE LAYOUTS STYLES 
=========================================================*/
@media (min-width: 1220px) {
 .container {
 padding: 0;
}
}
/*===========================================================================================================================*/
@media (min-width: 992px) and (max-width: 1219px) {
 .banners .btn-default.btn1,  .banners .btn-default.btn2 {
 bottom: 25px;
 left: 48px;
}
 .banners2 .btn-default.btn1,  .banners2 .btn-default.btn2 {
 bottom: 25px;
 left: 48px;
}
 .thumb-box3 {
 padding-bottom: 40px;
}
 .thumb-box5 .col-lg-3,  .thumb-box5 col-lg-4,  .thumb-box5 .col-lg-5 {
 margin-bottom: 30px;
}
 .banners3 .btn-default.btn3 {
 bottom: 16px;
 left: 54px;
}
 .thumb-box1 .box {
 padding-left: 30px;
 padding-right: 30px;
}
}
/*===========================================================================================================================*/
@media (min-width: 768px) and (max-width: 991px) {
 #toTop {
 display: none !important;
}
 .banners .btn-default.btn1,  .banners .btn-default.btn2 {
 bottom: 25px;
 left: 36px;
}
 .banners2 .btn-default.btn1,  .banners2 .btn-default.btn2 {
 bottom: 25px;
 left: 36px;
}
 .tel-box .tel {
 font-size: 40px;
 line-height: 40px;
}
 .thumb-box3 {
 padding-bottom: 40px;
}
 .list_carousel2 #foo2 > li figure {
 float: none;
 margin-right: 0;
}
 .thumb-box5 .col-lg-3,  .thumb-box5 col-lg-4,  .thumb-box5 .col-lg-5 {
 margin-bottom: 30px;
}
 .banners3 .btn-default.btn3 {
 bottom: 16px;
 left: 40px;
}
 .thumb-box1 .box {
 padding-left: 30px;
 padding-right: 30px;
}
 .info p span {
 width: 85px;
}
}
/*===========================================================================================================================*/
@media (max-width: 991px) {
 #toTop {
 display: none !important;
}
 nav.tm_navbar {
 float: none;
 width: 100%;
 text-align: center;
 margin: 0 0 50px 0;
}
 nav.tm_navbar .nav {
 display: none;
}
 h2 {
 font-size: 24px;
 line-height: 30px;
}
 .select-menu {
 display: inline-block !important;
 padding: 4px 4px 4px 0;
 margin: 0;
 width: 100%;
 border: 1px solid #019CFF;;
 background: #019CFF;;
 color: #FFF;
 cursor: pointer;
 height: 30px;
 font-size: 12px;
 vertical-align: middle;
}
 .banners figure,  .banners2 figure {
 width: 100%;
 float: none;
}
 .banners .btn-default.btn1,  .banners .btn-default.btn2 {
 bottom: 10%;
 left: 10%;
}
 .banners2 .btn-default.btn1,  .banners2 .btn-default.btn2 {
 bottom: 10%;
 left: 10%;
}
 .thumb-box3 {
 padding-bottom: 60px;
}
 #foo2_pag {
 bottom: -40px;
}
 .list_carousel2 #foo2 > li figure {
 float: none;
 margin-right: 0;
}
 .thumb-box5 .col-lg-3,  .thumb-box5 .col-lg-4,  .thumb-box5 .col-lg-5 {
 margin-bottom: 60px;
}
 .thumb-pad4 figure {
 margin: 0 20px 0 0;
 float: left;
}
 .thumb-pad4 .thumbnail .caption {
 overflow: visible;
}
 .banners3 .btn-default.btn3 {
 bottom: 16px;
 left: 6%;
}
 .list3 > li {
 background: url(../img/dotted.png) 0 bottom repeat-x !important;
 padding-bottom: 36px !important;
 height: auto !important;
}
 .info p span {
 width: 85px;
}
 footer {
 text-align: center;
}
 footer figure,  footer p {
 float: none;
}
 .thumb-box1 .box {
 padding-left: 30px;
 padding-right: 30px;
}
 .map iframe {
 height: 300px;
}
 .content_map2 {
 height: 300px;
}
}
/*===========================================================================================================================*/
@media (max-width: 626px) {
 .list_carousel2 #foo2 > li figure img {
 width: 100%;
}
 .thumb-pad4 figure {
 margin: 0 0 20px 0;
 float: none;
}
}
/*===========================================================================================================================*/
@media (max-width: 560px) {
 .tel-box .tel {
 font-size: 40px;
 line-height: 40px;
}
}
/*===========================================================================================================================*/
@media (max-width: 480px) {
 .col-xs-6 {
 width: 100%;
 float: none;
}
 h1.navbar-brand_ a img {
 width: 90%;
}
 .thumb-pad2 figure {
 margin: 0 0 20px 0;
 float: none;
}
 .banners3 .btn-default.btn3 {
 bottom: 5px;
 left: 5%;
}
 .errorBox .title {
 font-size: 110px;
 line-height: 110px;
}
}
/*===========================================================================================================================*/
@media (max-width: 320px) {
 .col-xs-4 {
 width: 100%;
 float: none;
}
 .col-xs-6 {
 width: 100%;
 float: none;
}
 .thumb-pad2 figure img {
 width: 100%;
}
 .banners3 .btn-default.btn3 {
 bottom: 0;
 left: 5%;
}
}
/*======================================================================*/
/*オリジナルCSS*/
/*======================================================================*/
/*会社概要*/
#company_list {
	width:100%;
	line-height:200%;
	
}
	#company_list .left_index{
		width:30%;
		float:left;
	}
	#company_list .right_index{
		width:70%;
		float:right;
	}
.clear_line {
	width:100%;clear:both;
}
/*新人オーディション*/
.img_audition {
	width:500px;
	margin:10px 10px 50px 10px;
	filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.6));
}
.audition_list {
	width:100%;
	text-align: center;
}
	.audition_list .list_step {
		width:95%;
	}
	.audition_list .list_step_sub1 {
		position: relative;
		z-index:20;
	}
	.audition_list .list_index1 {
		float:left;
		width:204px;min-height:45px;
		background: #FFFF99;
		border: 1px solid #C0C0C0;
		text-align: center;
		margin-bottom:40px;
		margin-top:40px;
		margin-left:10px;
	}
	.audition_list .list_index2 {
		float:left;
		width:43px;min-height:45px;
		margin-bottom:40px;
		margin-top:40px;
	}
	.audition_list .list_index3 {
		float:left;
		width:204px;min-height:45px;
		background: #BEF2FF;
		border: 1px solid #C0C0C0;
		padding:5px;
		margin-bottom:10px;
		margin-left:10px;
	}
	.audition_list .list_index4 {
		float:left;
		width:100%;min-height:45px;
		padding:5px;
		margin-bottom:10px;
		margin-left:10px;
		text-align: center;
	}

	.list_step label{
		cursor: pointer;
		color:#0000FF;
		font-weight:normal;
		text-decoration: underline;
	}
	.list_step input{
		display: none;
	}
	#step_msg01 input+div{
		display: none;
	}
	#step_msg01 input:checked+div{
		display: block;
		width:100%;
		background-color: #FAEBD7;
		text-align: left;
		padding:15px;
	}
	#step_msg02 input+div{
		display: none;
	}
	#step_msg02 input:checked+div{
		display: block;
		width:100%;
		background-color: #FAEBD7;
		text-align: left;
		padding:15px;
	}
	#step_msg03 input+div{
		display: none;
	}
	#step_msg03 input:checked+div{
		display: block;
		width:100%;
		background-color: #FAEBD7;
		text-align: left;
		padding:15px;
	}
	#step_msg04 input+div{
		display: none;
	}
	#step_msg04 input:checked+div{
		display: block;
		width:100%;
		background-color: #FAEBD7;
		text-align: left;
		padding:15px;
	}
	#step_msg05 input+div{
		display: none;
	}
	#step_msg05 input:checked+div{
		display: block;
		width:100%;
		background-color: #FAEBD7;
		text-align: left;
		padding:15px;
	}
	#step_msg06 input+div{
		display: none;
	}
	#step_msg06 input:checked+div{
		display: block;
		width:100%;
		background-color: #FAEBD7;
		text-align: left;
		padding:15px;
	}
	.bt_send {
		border:solid 1px #ccc;
		padding:15px 30px;
		margin:0 0 20px;
		font-size:1.2em;
		text-transform:uppercase;
		font-weight:bold;
		color:#333;
		cursor:pointer;

		background-image: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#aaa));
		background-image: -webkit-linear-gradient(top, #ddd, #aaa);
		background-image: -moz-linear-gradient(top, #ddd, #aaa);
		background-image: -ms-linear-gradient(top, #ddd, #aaa);
		background-image: -o-linear-gradient(top, #ddd, #aaa);
		background-image: linear-gradient(top, #ddd, #aaa);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ddd', endColorstr='#aaa',GradientType=0 ); /* IE6-9 */

		-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
		-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);

		-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		text-shadow: 0px -1px 1px rgba(255, 255, 255, 0.8);

		}

	.onepoint_left{
		width:70%;
		float:left;
	}
	.onepoint_right{
		width:30%;
		float:left;
		padding:10px;
	}
	.onepoint_right img {
		width:90%;
	}
	.onepoint_left2{
		width:50%;
		float:left;
	}
	.onepoint_right2{
		width:50%;
		float:left;
		text-align:right;
		padding:10px 0px 10px 10px;
	}
	.onepoint_right2 img {
		width:45%;
	}
	.onepoint_clear {
		width:100%;
		clear:both;
	}
@media (max-width: 991px) {
	.audition_list .list_index2 {
		display:none;
	}
}
/*レッスン*/
.cmnt_interview {
	min-height:250px;
}
.cmnt_interview img{
  float: right;
   margin-left: 10px;
   margin-bottom: 5px;

}
/*新着情報*/
.c_date {
	width:100%;
	text-align: right;
}
.clear_both {
	width:100%;
	clear:both;
}
.twitter,facebook {
	width:100%;
	padding:20px;
}
.d_news {
	width:80%;
	padding:20px;
	margin:0 auto 20px;
	border:solid 2px #ccc;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-shadow: 0px -1px 1px rgba(255, 255, 255, 0.8);
}
	.d_news .dc_date{
		width:15%;
		display: inline-block;
		vertical-align: top;
	}
	.d_news .dc_title{
		width:70%;
		display: inline-block;
		vertical-align: top;
	}
	.d_news .dc_title a{
		display: block;
	}
	.d_news .dc_photo{
		width:12%;
		display: inline-block;
		vertical-align: top;
	}
	.d_news .dc_photo img{
		width:90%;
		  display:grid;
		  place-items:center;
	}
/*タレント*/
.t_under {
	padding-bottom:10px;
	border-bottom:solid 1px #000;
}
#d_andlough img{
	width:250px;
	padding:0 0 10px 0;
}
#adndloug_cmnt {
	text-align: center;
	width: 350px;
	margin: 0 auto;
}
#adndloug_cmnt img{
	width:280px;
}
#fanletters_msg {
	font-size:130%;
	text-align: center;
	width: 80%;
	max-width:500px;
	margin: 20px auto 50px ;
	border-radius: 20px / 20px;
	border:solid 1px #666;
	padding: 10px 15px 10px ;

}

#fanletters_msg A:link {COLOR: #000000; TEXT-DECORATION: underline}
#fanletters_msg A:visited {COLOR: #000000; TEXT-DECORATION: underline}
#fanletters_msg A:hover {COLOR: #FF0000; TEXT-DECORATION: underline}
#fanletters_msg A:active {COLOR: #000000; TEXT-DECORATION: underline}
#andlough_msg {
	text-align: center;
	width: 96%;
	margin: 0 auto;
}
.row2 {
	margin-top:30px;
}
@media (max-width: 768px) {
	.d_news {
		width:90%;
	}
	.tl_parent {
		text-align: center;
	}
	.tl_parent div{
		float:none;
		display: inline-block;


	}
	#d_andlough img{
		width:50%;
	}
	#fanletters_msg {
		font-size: 14px;
	}
}
@media (max-width: 480px) {
	#adndloug_cmnt {
		width: 90%;
	}
	.d_news {
		padding:10px;
	}
	.d_news {
		width:97%;
	}
		.d_news .dc_date{
			width:13%;
			font-size:9px;
		}
		.d_news .dc_title{
			width:60%;
			display: inline-block;
		}
		.d_news .dc_photo{
			width:23%;
		}

}
/*タレント詳細*/
.talentpan {
	width: 100%;
	color:#565C65;
}
.tarent_gallery {
	width: 45%;
	float:left;
}
.tarent_profile {
	width: 55%;
	float:right;
	padding:0 0 0 50px;
}
.talentcmnt {
	padding:20px 0 20px 0;
	width: 100%;
}
.gallery {
	width: 100%;
	max-width:800px;
	margin: 0 auto 20px;
}
.gallery .sp-thumbnails {
	max-width:1000px!important;

}
.profile_title {
  color: #333;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 40px;
  letter-spacing: 0.1em;
}
.profile_furi {
  font-size: 20px;
  color: #996600;
  padding-left: 0;
  padding-top: 12px;
}
dl.profile_tx {
  width: 100%;
  clear: both;
  height: auto;
  padding-left: 10px;
  border: none;
  padding-bottom: 10px;
  padding-top: 25px;
  padding-left: 20px;
  font-size: 20px;
}
dt.profile_tx {
  box-sizing: border-box;
  float: left;
  width: 85px;
  font-weight: bold;
  font-size: 15px;
}
dd.profile_tx {
  box-sizing: border-box;
  float: left;
  text-align: left;
  font-size: 15px;
}
.profile_other {
  clear: both;
  padding: 0 0 20px 20px;
  font-size: 15px;
}
.profile_space {
  clear: both;
  height: 30px;
}
.profile_clear {
  clear: both;
}
	.tarent_profile .d_data_voice {
	    height: 35px;
	    padding-top: 5px;
	    background-color: #FFF;
	    width: 400px;
	    text-align: left;
	    font-size: 11pt;
	    clear: both;
	}
	.tarent_profile .d_title {
	    width: 50px;
	    text-align: left;
	    float: left;
	    padding-bottom:10px;
	}
	.tarent_profile .d_val {
	    width: 300px;
	    text-align: left;
	    float: left;
	    color: #000000;
	    margin-bottom:10px;
	}
	.tarent_profile a {
		color:#0000FF;
	}
	.tarent_profile a:hover {
		color:#FF0000;
	}

.tarent_main {
	min-height:250px;
	padding:0 20px;
}
.tarent_name {
	font-size:150%;
	text-align:center;
	padding:20px 0 10px 0;
}
.sp_furi {
	font-size: 80%;
}
.tarent_main .d_img {
	float:left;
	width:30%;
}
	.tarent_main .d_img img{
		width:95%;
	}
.tarent_main .d_index {
	float:right;
	width:70%;
}
	.tarent_main .d_index .d_data{
		width:100%;
		font-size:16px;
		clear:both;
	}
		.tarent_main .d_index .d_data .d_title{
			width:30%;
			max-width:150px;
			float:left;
	    		margin-bottom:10px;
		}
		.tarent_main .d_index .d_data .d_val{
			width:70%;
			float:left;
			color:#000;
	    		margin-bottom:10px;
		}
	.tarent_main .d_index .d_cmnt{
		width:100%;
		font-size:16px;
		clear:both;
		background: #FFF;
		padding:5px;
	}
.tarent_main .d_photo {
	clear:both;
	width:100%;
	margin:20px 0;
}
	.tarent_main .d_photo img{
		float:left;
		width:30%;
		margin:0 10px;
	}
.tarent_main .d_other {
	clear:both;
	width:100%;
	margin:20px 0;
	padding: 20px 0;
}
	.tarent_main .d_other .d_data_voice {
	    height: 35px;
	    padding-top: 5px;
	    background-color: #FFF;
	}
	.tarent_main .d_other .d_data {
	    width: 400px;
	    text-align: left;
	    font-size: 11pt;
	    clear: both;
	}
	.tarent_main .d_other .d_title {
	    width: 100px;
	    text-align: center;
	    float: left;
	    padding-bottom:10px;
	}
	.tarent_main .d_other .d_val {
	    width: 300px;
	    text-align: left;
	    float: left;
	    color: #000000;
	    margin-bottom:10px;
	}
@media (max-width: 626px) {
	.tarent_gallery {
		width: 95%;
		float:none;
	}
	.tarent_profile {
		width: 95%;
		float:none;
		padding:20px 0 0 0;
	}
	.tarent_main .d_img {
		clear:both;
		width:98%;
	}
	.tarent_main .d_index {
		margin:20px 0;
		clear:both;
		width:98%;
	}
	.tarent_main .d_photo img{
		float:left;
		width:40%;
		margin:0 10px;
	}
		.tarent_main .d_index .d_data .d_title{
			font-size:12px;
		}
		.tarent_main .d_index .d_data .d_val{
			font-size:14px;
		}
		.tarent_main .d_cmnt{
			font-size:14px;
		}

}
@media (max-width: 480px) {
	.tarent_main .d_photo img{
		width:80%;
		margin-bottom:10px;
	}
	.img_audition {
		width:80%;
	}
}

/*非表示情報*/
.disp_none {
	display:none;
}
.link_white {
	color:#ffffff;
}
.link_white a {
	color:#ffffff;
}
.link_white a:hover {
	color:#ff0000;
}
.link_white a:focus {
	color:#ff0000;
}
.sns_link {
	display:block;
}
/*タレント*/
#tl_page {
	background: #FFF;
}
.tl_waku {
	width:100%;
	text-align: center;
	vertical-align: middle;
}
.n_talent img{
	width:95%!important;
}
.tl_name {
	width:100%;
	text-align: center;
}
.tl_name2 {
	padding:20px 0 0 0;
	line-height: 1.42857143;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.tl_furi {
	font-size:80%;
	color: #996600;
}
@media (max-width: 768px) {
	.tl_name2 {
		font-size:12px;
	}
	.tl_furi {
		font-size:6px;
	}
	.col-xs-3 {
	  padding-left: 5px;
	  padding-right: 5px;
	}
}
/*スライドショー*/
#slider1 {
	padding: 120px 0px 0px 0px;

	}
#sub #slider1 {
	padding: 24px 0px 0px 0px;

	}
/*会社概要*/
.dl-horizontal dt {
	font-weight: bold;
	width: 160px;
	float: left;
	text-align: left;
	overflow: hidden;
	clear: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 1.42857143;
}
.dl-horizontal dd {
	padding-left: 180px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
	position: relative;
	padding: 0 0 10px 180px;
	margin: 0 0 10px 0;
	line-height: 1.42857143;
}
.middle_content{
	width:75%;
	margin:0 auto;
	max-width:768px;
}
.img_office {
	width:100%;
	margin:10px 0px 50px 0px;
	filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.6));
}
@media (max-width: 768px) {
	.middle_content{
		width:98%;
	}
	.dl-horizontal dt {
	    float: none;
	    margin: 10px 0;
	    padding-left: 5px;
	    color: #4d4d4d;
	    font-size: 14px;
	    font-weight: bold;
	    width: 100%;
	    border-left: 5px solid #ff4500;
	}
	.dl-horizontal dd {
	    padding-left: 0;
	}
	.thumb-pad3 figure {
		background-color: transparent;
	}
	.img_office {
		width:100%;
	}
	.tl_waku {
		margin:0 auto;
	}
}
.container_sub {
	padding-top: 20px;
	background-color: #FFFFFF;
}
#sns_baner {
	width:100%;
	height:80px;
	margin:0 auto;
	text-align:center;
}
#sns_baner img{
	width:20%;
	padding:5px;
	max-width:65px;
	display:inline-table;
}
.page_next {
	color: #4d4d4d;
}

.onepoint_anime {
	animation-duration: 3s;
	animation-name: slidein;
	animation-iteration-count: infinite;
}
/*当社制作公演・映像*/
.library_cmnt {
	width:100%;
	padding:10px 10px 0 10px;
	text-align: center;
}
/*ビジョン*/
.vision_img {
	width:250px;
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
}
@media (max-width: 768px) {
	.vision_img {
		width:100%;
		max-width:300px;
		margin-left: 0px;
		margin-bottom: 5px;
	}
}
/*所属タレント*/
#talentmain .toptitle{
	font: bold 18px 'Noto Sans JP', serif;
	color: #002386;
	letter-spacing: 0px;
	margin: 0 0 10px 0;
	text-align: center;
}
#talentmain .submsg{
	font-size:16px;
	text-align: center;
	width:60%;
	min-width:480px;
	margin: 0 auto;
}
@media (max-width: 768px) {
	#talentmain .submsg{
		width:90%;
		min-width:280px;
	}
}
#talentmain h2 {
    font: 300 16px 'Noto Sans JP', serif;
    color: #000;
    margin: 12px 0 32px 0;
    letter-spacing: 1px;
}
#talentmain .badge{
	height:50px;
}
.tarent_main .tvideo{
	width:100%;
	text-align: center;
	color: #000;
	font-weight:bold;
	margin-top:10px;
	display:block;
}
.btn--orange,
a.btn--orange {
  min-width:80px;
  color: #fff;
  background-color: #019CFF;
  margin:5px;
}
.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
  background: #FFF;
}

.btn_layout {
	width:100%;
	margin:20px auto 0;
	text-align:center;
}

.btn_layout .btn_save {
	display:inline-block;
	margin:0 50px;
}
.btn_save a {
	color:#000;
	display:inline-block;
	width: 200px;
	box-sizing:border-box;
	margin: 0 auto;
	text-align: center;
	padding: 10px 0 12px;
	border: 1px solid #ccc;
	background: #eee;
	transition: 0.4s;
}
.btn_save a:hover {
	background:#ddd;
	transition: 0.4s;
}
.cd_bainder {
	text-align: center;
}
.uni_height60 {
	height:60px!important;
}