@charset "UTF-8";

*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

body { -webkit-text-size-adjust: none; }

/************************

	共通

************************/

.position_re {
	position: relative;
}

.position_ab {
	position: absolute;
}

.sub_main {
	/**padding: 35px 0;
	background: url(../img/column_main.jpg) no-repeat center;
	background-size: cover;**/
	position: relative;
	height: 180px;
}

.sub_main h2 {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-bottom: 6px solid #FC0100;
	padding-bottom: 10px;
	font-family: 'Cinzel', serif !important;
}

.sub_main h2:first-letter {
	font-size: 38px;
	letter-spacing: 0;
}

.sub_main h2 a {
	color: #333;
}

.sub_main h3 {
	padding-top: 10px;
	font-size: 20px;
	line-height: 160%;
}

.txt_orange {
	color: #FF9F3F !important;
}

.txt_yellowGreen {
	color: #00B22D !important;
}

.txt_purple {
	color: #8000FF !important;
}

.txt_redOrange {
	color: #FF4000 !important;
}

.txt_green {
	color: #00B2B2 !important;
}

.txt_navy {
	color: #011933;
}

.border-bottom-orange {
	border-bottom: 5px solid #FF8000;
}

.border-bottom-yellowGreen {
	border-bottom: 5px solid #00B22D;
}

.border-bottom-purple {
	border-bottom: 5px solid #8000FF;
}

.border-bottom-redOrange {
	border-bottom: 5px solid #FF4000;
}

.border-bottom-green {
	border-bottom: 5px solid #00B2B2;
}

.boder-bottom-blue {
	border-bottom: 5px solid #005EAB;
}

.border-top-gray {
	border-top: 1px solid #DDD;
}

.border-top-gray02 {
	border-top: 5px solid #DDD;
}

.border-bottom-gray {
	border-bottom: 1px solid #DDD;
}

.border-gray {
	border: 5px solid #DDD;
}

.border-gray02 {
	border: 1px solid #DDD;
}

.border-top-white {
	border-top: 1px solid #FFF;
}

.bg_red {
	background: #C64355;
}

.bg_gray01 {
	background: #aaa;
}
.bg_gray02 {
	background: #EEE;
}

.bg_gray03 {
	background: linear-gradient(180deg, #FFFFFF,#EEEEEE); 
}

.bg_gray04 {
	background: #AAA;
	color: #FFF;
	font-weight: bold;
}

.bg_liteBlue {
	background: #F6F6F6;
}

.txt_red {
	color: #C64355;
}

.ttl01 {
    color:#000;
    font-family: "Sawarabi Mincho", "游明朝体","YuMincho","yumin","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", serif !important;
	font-size:30px;
	position: relative;
	padding: 1em 0;
	text-align:center;
	line-height: 120%;
}
.ttl01::before,
.ttl01::after
 {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 6px;
	box-sizing: border-box;
}
.ttl01::before{
	top: 0;
	border-top: 2px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.ttl01::after {
	bottom: 0;
	border-top: 1px solid #ccc;
	border-bottom: 2px solid #ccc;
}

.ttl03 {
	position: relative;
	padding: 10px;
	font-size: 20px;
	font-weight: bold;
	color: #011933;
}

.ttl03::before {
	display: inline-block;
	height: 30px;
	width: 2px;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-right: 2px solid #011933;
	content: "";
}

.mincho {
	font-family:"Sawarabi Mincho", "ヒラギノ明朝 Pro", "ヒラギノ明朝 ProN",'ヒラギノ明朝 ProN W3',"ヒラギノ明朝 Pro W3","ＭＳ Ｐ明朝", "MS PMincho", "Hiragino Mincho Pro", serif;
}

/************************

	パンくずリスト

************************/

.bread_crumb {
	padding: 10px 0;
	background: #EEE;
}

.bread_crumb ul {
	align-content: center;
	-webkit-align-content: center;
	align-items: center;
	-webkit-align-items: center;
}

.bread_crumb li a {
	display: block;
	color: #000;
	margin-right: 10px;
}

.bread_crumb li a::after {
	margin-left: 10px;
	font-size: 18px;
	content: ">";
}

.bread_crumb li:last-child a::after {
	display: none;
}

.bread_crumb li a:hover {
	opacity: 0.7;
}

/************************

	column

************************/


.column_list_content {
	padding: 40px 0 110px;
}

.column_list_category_buton {
	border-bottom: 2px solid #EEE;
	border-top: 2px solid #EEE;
}

.column_list_category_buton .column_category_ttl {
	max-width: 980px;
	width: 100%;
	margin: 0 auto;
	border-right: 1px solid #EEE;
	border-left: 1px solid #EEE;
	border-bottom: none;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
}

.column_list_category_buton .column_category_ttl li {
	border-right: 1px solid #DDD;
	border-bottom: 3px solid #DDD;
}

.column_list_category_buton .column_category_ttl li:nth-child(5n) {
	border-right: none;
}

.column_list_content .column_category_box {
	width: 75%;
}

.column_list_content .column_sidebar {
	width: 23%;
}

.column_list_content .column_category_box li ul li a {
	box-shadow: 2px 2px 10px #DDD, 2px 2px 10px #DDD;
}

.column_list_content .column_category_box > li {
	display: block;
    padding: 0;
}

.column_list_content .column_category_box .column_list_txt_box {
    padding: 10px 20px 15px;
}

.column_list_content .column_list_txt p {
    padding-top: 10px;
}

.column_sidebar > div {
	margin-bottom: 35px;
}

.side_ranking ul li, .side_recomend ul li {
	border-bottom: 1px solid #EEE;
	padding: 20px 0;
	margin-bottom: 0;
}

.side_ranking ul li a > div, .side_recomend ul li a > div {
	margin-bottom: 0;
}

.side_ranking h2::before {
	background: url(../img/icon_ranking.png) no-repeat center;
	background-size: contain;
	content: "";
}

.side_recomend h2::before {
	background: url(../img/icon_recomend.png) no-repeat center;
	background-size: contain;
	content: "";
	left: 22%;
}

.side_ranking .side_ranking_img {
	position: relative;
	z-index: 0;
	overflow: hidden;
	height: 100px; 
	width: 30%;
}

.side_ranking_img p {
	position: absolute;
	left: 5px;
	top: 5px;
	color: #FFF;
	z-index: 1;

	font-size: 18px
}

.side_ranking_img p::before {
	position: absolute;
	left: -15px;
	top: -25px;
	display: inline-block;
	background: #000;
	height: 55px;
	width: 35px;
	transform: rotate(45deg);
	content: "";
	z-index: -1;
}

.column_sidebar > div ul li .column_sidebar_img {
	position: relative;
	width: 35%;
	height: 100px;
	overflow: hidden;
}

.column_sidebar > div ul li .column_sidebar_img img {
	position: absolute;
    width: auto;
    max-width: 300%;
    height: 100%;
	top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.column_sidebar > div ul li .column_sidebar_txt {
	width: 60%;
}

.column_sidebar > div ul li .column_sidebar_txt p {
	display: inline-block;
	padding: 0 5px;
	font-size: 14px;
}

.column_sidebar > div ul li .column_sidebar_txt time {
	font-size: 15px;
}

.column_sidebar > div ul li .column_sidebar_txt .ttl_blue03 {
	font-size: 20px;
}

.pager_column_list {
	justify-content: center;
	-webkit-justify-content: center;
}

.pager_column_list li a {
	margin-right: 15px;
	color: #666;
	font-size: 18px;
}

.pager_column_list li a:hover {
	opacity: 0.7;
}

.pager_column_list .wp-pagenavi a, .pager_column_list .wp-pagenavi span {
	font-size: 20px;
	color: #666;
	border: none;
}

.pager_column_list .wp-pagenavi span.current {
	color: #333;
}


.column_category_box_first > ul > li:first-child > a {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.column_category_box_first > ul > li:first-child > a > div {
	width: 48%;
	padding: 10px 20px;
}

.column_category_box_first > ul > li:first-child > a .column_list_txt_box {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	align-content: center;
	-webkit-align-content: center;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.column_category_box_first > ul > li:first-child > a .column_list_txt_box .column_list_txt {
	width: 100%;
}

.column_category_box_first > ul > li:first-child > a .column_list_txt_box .column_list_category_time p {
	margin-right: 10px;
}

.column_list_content .column_category_box_category {
	width: 100%;
}

.column_category_box_first > ul, .column_category_box_category > ul {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-content: stretch;
	align-content: stretch;
	-webkit-align-items: stretch;
	align-items: stretch;
}

.column_category_box_first > ul > li, .column_category_box_category > ul > li {
	background: #FFF;
}

.colmn_category_img {
	height: 200px;
	overflow: hidden;
	position: relative;
}

.colmn_category_img img {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: auto;
	max-width: 110%;
	height: auto;
}

.column_category_box_first > ul::after {
	width: 48%;
	display: block;
	content: "";
}

.column_category_box_first > ul > li {
	width: 48%;
	margin-bottom: 35px;
}

.column_category_box_first > ul > li .colmn_category_img {
	height: 230px;
}

.column_category_box_first > ul > li:first-child {
	width: 100%;
}

.column_category_box_first > ul > li:first-child .colmn_category_img {
	height: 230px;
}

.column_category_box_category > ul::before {
	content:"";
	display: block;
	width:24%;
	order:1;
}

.column_category_box_category > ul::after {
	width: 24%;
	content: "";
}

.column_category_box_category > ul > li {
	width: 24%;
	display: block;
	margin-bottom: 35px;
}

.column_category_box_category > ul > li:first-child,
.column_category_box_category > ul > li:nth-child(2),
.column_category_box_category > ul > li:nth-child(3) {
	width: 32%;
}

.column_category_box_category > ul > li:first-child .colmn_category_img,
.column_category_box_category > ul > li:nth-child(2) .colmn_category_img,
.column_category_box_category > ul > li:nth-child(3) .colmn_category_img {
	height: 260px;
}

/************************

	column_detail

************************/

.column_detail_content {
	padding-bottom: 60px;
}

.column_detail_box {
	padding: 40px 0;
}

.column_detail_box time {
	display: block;
	padding-bottom: 10px;
	font-size: 15px;
	max-width: 450px;
	margin: 0 auto 60px;
	border-bottom: 1px solid #aaaaaa;
}

.column_detail_box .column_detail_box_ttl {
	padding: 35px 0;
	font-size: 32px;
	line-height: 120%;
}

.column_detail_box .column_detail_box_ttl::before,
.column_detail_box .column_detail_box_ttl::after {
	display: none;
}

.column_detail_box h1 {
	padding: 35px 0;
	font-size: 32px;
	line-height: 120%;
	font-weight: bold;
	margin: 30px 0;
	text-align: center;
	position: relative;
}

.column_detail_box h1::before, .column_detail_box h1::after {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 6px;
    box-sizing: border-box;
	
}

.column_detail_box h1::before {
	top: 0;
	border-top: 2px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.column_detail_box h1::after {
	bottom: 0;
	border-top: 1px solid #ccc;
	border-bottom: 2px solid #ccc;
}

.column_detail_box h2 {
	margin: 60px 0 30px;
	padding: 25px 10px;
	color: #333;
	font-size: 23px;
	font-weight: bold;
	text-align: center;
	position: relative;
	line-height: 140%;
}

.column_detail_box h2::before, .column_detail_box h2::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 6px;
	box-sizing: border-box;
}

.column_detail_box h2::before {
	top: 0;
	border-top: 2px solid #ccc;	
}

.column_detail_box h2::after {
    bottom: 0;
    border-bottom: 2px solid #ccc;
}

.column_detail_box h3 {
	padding: 30px 0;
	color: #333;
	font-size: 22px;
	font-weight: bold;
	line-height: 150%;
}

.column_detail_box h4 {
	padding: 15px 0;
	color: #333;
	font-size: 22px;
	font-weight: bold;
}

.column_detail_box h5 {
	font-size: 13px;
	background: none;
	padding: 20px 0 10px;
	font-weight: bold;
}

.column_detail_box h6 {
	font-size: 19px;
	background: none;
	padding: 20px 0;
	font-weight: bold;
}

.column_detail_box p {
	font-size: 16px;
	line-height: 210%;
	padding-bottom: 30px;
	font-family: 'ヒラギノ角ゴProN W3','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-weight: normal;
}
/**
.column_detail_box p img {
	width: 50%;
}

.column_detail_box strong {
	display: inline;
	font-size: 20px;
}**/

.column_detail_box ul,
.gray_list_box {
	margin-bottom: 50px;
	padding: 20px 30px;
	background: #F8F8F8;
}

.column_detail_box ul li,
.gray_list_box li {
	font-size: 16px;
	padding: 5px 0;
}

.column_detail_box ul li {
	padding: 10px 0;
}

.column_detail_box ul li::before,
.gray_list_box li::before {
	margin-right: 5px;
	content: "・";
}

.column_detail_box table,
.column_detail_box table {
	margin-bottom: 45px;
	max-width: 100%;
	width: 100%;
}

.column_detail_box table thead,
.column_detail_box table thead {
	background: #F8F8F8;
	
}

.column_detail_box table tr th, .column_detail_box table tr td,
.column_detail_box table tr th, .column_detail_box table tr td {
	padding: 20px 15px;
	border: 1px solid #CCC;
	font-size: 16px;
	text-align: center;
}

.column_detail_box a {
	display:block;
	margin:10px 0;
	text-align: left;
}

.column_detail_box a:hover {
	text-decoration:underline;
}

.column_detail_box  img {
	display: block;
	margin: 0 auto;
}

.column_detail_img {
	margin-bottom: 10px;
	text-align: center;
}

.column_toiawase_box {
	padding: 30px 0 45px;
}

.column_toiawase_box h2 {
	padding-bottom: 5px;
	font-size: 17px;
}

.column_toiawase_box p {
	font-size: 17px;
	line-height: 180%;
	font-weight: bold;
	padding: 5px 0;
}

.column_toiawase_box table tr th {
	text-align: left;
	font-size: 16px;
	padding: 5px 0;
}

.column_toiawase_box table tr td {
	font-size: 16px;
	padding: 5px;
}

.column_sns_box {
	padding: 20px 0;
	border-top: 3px solid #DDD;
	border-bottom: 3px solid #DDD;
	align-items: flex-end;
	-webkit-align-items: flex-end;
}

.column_sns_box h2 {
	padding-right: 10px;
}

.column_sns_box ul.flex {
	align-items: flex-end;
	-webkit-align-items: flex-end;
}

.column_sns_box ul li {
	padding-right: 10px;
}

.column_sns_box ul li:last-child {
	padding-right: 0;
}

.column_sns_box ul li a:hover {
	opacity: 0.7;
}

.pager_column_detail {
	padding: 20px 0;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: flex-start;
	-webkit-align-items: flex-start;
}

.pager_column_detail li {
	position: relative;
	width: 48%;
}

.pager_column_detail li:first-child::after {
	position: absolute;
	right: -2%;
	top: 0;
	border-right: 1px solid #DDD;
	width: 1px;
	height: 100%;
	content: "";
}

.pager_column_detail li a {
	display: flex;
	display: -webkit-flex;
	align-items: flex-start;
	-webkit-align-items: flex-start;
	color: #000;
}

.pager_column_detail li a:hover {
	opacity: 0.7;
}

.pager_column_detail li:first-child a::before {
	padding: 15px;
	margin-right: 15px;
	border: 1px solid #DDD;
	color: #DDD;
	font-size: 30px;
	font-family: FontAwesome;
	content: "\f053";
}

.pager_column_detail li:last-child a {
	text-align: right;
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
}

.pager_column_detail li:last-child a::after {
	padding: 15px;
	margin-left: 15px;
	border: 1px solid #DDD;
	color: #DDD;
	font-size: 30px;
	font-family: FontAwesome;
	content: "\f054";
}

.pager_column_detail li a p {
	display: inline-block;
	padding: 0 7px;
	margin-bottom: 5px;
}

.recomend_under_content {
	padding: 70px 0;
}

.recomend_under_content h2 {
	padding-bottom: 10px;
	font-size: 23px;
	font-weight: bold;
}

.recomend_under_content h2::before {
	margin-right: 5px;
	font-family: FontAwesome;
	content: "\f005";
}

.recomend_under_content ul {
	padding-top: 35px;
}

.recomend_under_content ul li a {
	color: #000;
}

.recomend_under_content ul li a p {
	font-size: 16px;
	line-height: 180%;
}

/************************

	スクールスケジュール

************************/

.school_schedule_content {
	padding: 40px 0 80px;
}

.school_schedule_course {
	max-width: 1020px;
	width: 100%;
	margin: 0 auto;
}

.school_schedule_course li a {
	display: block;
	padding: 30px 0;
	color: #FFF;
}

.school_schedule_course li h2 {
	padding-bottom: 20px;
	padding-top: 20px;
	font-size: 28px;
	font-weight: bold;
}

.school_schedule_course li p {
	font-size: 16px;
	line-height: 180%;
}

.school_schedule_txt p {
	padding-bottom: 35px;
	font-size: 18px;
	line-height: 180%;
}

.carendar_box {
	margin: 0 auto;
	padding: 10px 0 90px;
	text-align: center;
}

#carendar > div > p {
	color: red;
	margin: 30px 0 100px;
	text-align: center;
	font-size: 18px;
	line-height: 180%;
}

@media screen and (max-width: 768px) {
	#carendar > div > p {
		font-size: 13px;
		margin: 0px 0 50px;
	}
}

.school_schedule_caution {
	padding: 70px 0 85px;
}

.school_schedule_caution > div.bg_white {
	max-width: 1060px;
	width: 100%;
	margin: 0 auto;
	padding: 60px;
}

.school_schedule_caution ul {
	padding-top: 65px;
}

.school_schedule_caution ul li {
	display: flex;
	display: -webkit-flex;
	padding: 30px 0;
	font-size: 16px;
	line-height: 200%;
	border-bottmom: 1px solid #EEE;
}

.school_schedule_caution ul li:last-child {
	border-bottom: none;
}

.school_schedule_caution ul li div > p {
	padding-bottom: 20px;
}

.school_schedule_caution ul li div.bg_gray02 {
	padding: 20px 0;
}

.school_schedule_caution ul li div h3 span {
	letter-spacing: -5px;
}

.school_schedule_caution ul li::before {
	margin-right: 20px;
	color: #005EAB;
	font-size: 35px;
	font-weight: bold;

	content: "";
}

.school_schedule_caution ul li:first-child::before {
	content: "1.";
}

.school_schedule_caution ul li:nth-child(2)::before {
	content: "2.";
}

.school_schedule_caution ul li:nth-child(3)::before {
	content: "3.";
}

.school_schedule_caution ul li:last-child::before {
	content: "4.";
}
.qtip{
	font-size:14px !important;
	line-height:160% !important;
}


/************************

	年間スケジュール

************************/

.year_schedule {
	margin-bottom:100px;
}
.year_schedule ul{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.year_schedule ul li{
	width:31%;
	margin-bottom:30px;
}
@media screen and (max-width: 768px) {
.year_schedule ul li{
	width:48%;
}
}
@media screen and (max-width: 500px) {
.year_schedule ul li{
	width:100%;
}
}
.year_schedule table {
	border-collapse:collapse;
	text-align:center;
}
.year_schedule table th{
	background:#EDEEEF;
	border:1px solid #DDD;
	text-align:center;
	font-size:1.3em;
	font-weight:bold;
	padding:5px 0;
}
.year_schedule table td{
	border:1px solid #DDD;
}
.year_schedule table .week td{
	background:#F8F8F8;
}
.year_schedule table td a{
	display:table;
	height:100%;
	width:100%;
}
.year_schedule table td.red{
	color:#F00 !important;
}
.year_schedule table td a:hover{
	text-decoration:underline;
}
.year_schedule table td a.beginner{
	background:#FF6;
	color:#00F;
}

.year_schedule table td a.medium{
	background:#0CF;
	color:#00F;
}

.year_schedule table td a.senior{
	background:#6F9;
	color:#00F;
}

.year_schedule table td:nth-child(6){
	color:#00F;
}
.year_schedule table td:nth-child(7){
	color:#F00;
}
.year_schedule table .week td:nth-child(6){
	color:#FFF;
	background:#00F;
}
.year_schedule table .week td:nth-child(7){
	color:#FFF;
	background:#F00;
}
.year_schedule table .content td{
}
.year_schedule .calendar_nav{
	margin:50px 0;
}
.year_schedule .calendar_nav li{
	width:33%;
	margin-bottom:0;
}
.year_schedule .calendar_nav li:nth-child(1) a.btn04 span::before{
    font-family: FontAwesome;
    content: "\f053";
	position: absolute;
	left: 3%;
}
.year_schedule .calendar_nav li:nth-child(1) a.btn04::after{
    content:none;
}
.year_schedule .calendar_nav li:nth-child(2){
	text-align:center;
}
.year_schedule .calendar_nav li:nth-child(2) a{
}
.year_schedule .calendar_nav li:nth-child(3){
	text-align:right;
}





.map_content .map {
	width: 100%;
	height: 300px;
	margin: 0 auto;
}
.map_content .map iframe{
	width: 100%;
}

.map iframe{
	width: 100%;
}

.taiken_contact_content {
	padding: 80px 0 120px;
	background: url(../img/sub_bg01.jpg) no-repeat center;
	background-size: cover;
}

.taiken_contact_content h2 {
    font-family: "Sawarabi Mincho", "游明朝体","YuMincho","yumin","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", serif !important;
	font-size: 30px;
	line-height: 120%;
}

.taiken_contact_content ul {
	padding-top: 40px;
	align-items:center;
}

.taiken_contact_content ul li {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	margin-bottom: 0;
}

.taiken_contact_content ul li a {
	display: block;
	width: 100%;
	padding: 57px 0;
	font-size: 22px;
	transition: 0.5s;
	-webkit-transition: 0.5s;
}

.taiken_contact_content ul li a:hover {
	background: #FFF;
	color: #005EAB;
}

.taiken_contact_content ul li:first-child a {
	color :#000;
	padding: 30px 0;
}

.taiken_contact_content ul li:first-child a:hover {
	background:  #005EAB;
	color: #FFF;
}

.taiken_contact_content ul li:first-child a:hover p:first-child,
.taiken_contact_content ul li:first-child a:hover p:first-child span {
	color: #FFF;
}

.taiken_contact_content ul li:first-child a p {
	font-size: 16px;
}

.taiken_contact_content ul li:first-child a p:first-child {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	padding-bottom: 10px;
	color: #005EAB;
	font-size: 30px;
	font-weight: bold;
}

.taiken_contact_content ul li:first-child a p:first-child span {
	font-size: 14px;
	color: #000;
	margin-right: 10px;
}





/************************

	スクールについて

************************/

.about_chatch {
	padding: 130px 0 80px;
	background: url(../img/about_bg01.jpg) no-repeat center;
	background-size: cover;
}

.about_chatch h2 {
	padding-bottom: 40px;
	font-size: 30px;
	line-height: 120%;
    font-family: "Sawarabi Mincho", "游明朝体","YuMincho","yumin","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", serif !important;
}

.about_chatch p {
	font-size: 20px;
	line-height: 180%;
}

.jukou_content {
	padding: 70px 0 120px;
}

.jukou_box01 {
	padding-top: 80px;
}

.jukou_box01 a {
	display: block;
	padding: 20px 0;
	color: #FFF;
	max-width: 320px;
	width: 100%;
}

.jukou_box01 > div, .jukou_box02 ul li {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	align-content: center;
	-webkit-align-content: center;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	max-width: 320px;
	margin: 0 auto;
	text-align: center;
	color: #FFF;
	
	border-radius: 15px;
}

.jukou_box02 ul li a {
	display: block;
	padding: 20px 0;
	color: #FFF;
	max-width: 320px;
	width: 100%;
}

.jukou_box01 a:hover,
.jukou_box02 ul li a:hover {
	opacity: 0.7;
}

.jukou_box01 > div h3, .jukou_box02 ul li h3 {
	display: block;
	width: 100%;
	padding-bottom: 15px;
        padding-top: 20px;
	font-size: 22px;
}

.jukou_box01 > div h4, .jukou_box02 ul li h4 {
	font-size: 24px;
	line-height: 120%;
	padding-bottom: 15px;	
}

.jukou_box02 ul li h4 span {
	display: block;
	font-size: 20px;
}

.jukou_box01 > div {
	width: 100%;
}

.jukou_box01 p, .jukou_box02 p {
	padding: 35px 0;
	font-size: 20px;
	line-height: 180%;
}

.jukou_box02 ul {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: stretch;
	-webkit-align-items: stretch;
	align-content: stretch;
	-webkit-align-content: stretch;
}

.jukou_box02 ul li {
	position: relative;
	width: 32%;
}

.jukou_box02 ul li::after {
	position: absolute;
	right: -27px;
	content: "";
	display: inline-block;
    width: 0;
    height: 0;
	border-top: 60px solid transparent;
	border-bottom: 62px solid transparent;
	border-left: 30px solid #005EAB;
}

.jukou_box01 div::after {
	position: absolute;
	left: 315px;
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-top: 48px solid transparent;
	border-bottom: 48px solid transparent;
	border-left: 30px solid #005EAB;
}

/**
.jukou_box02 ul li:nth-child(2)::after {
	border-color: transparent transparent transparent #C64355;
}**/

.jukou_box02 ul li:last-child::after {
	display: none;
}

.jukou_box03 {
	padding: 25px 40px;
	font-size: 16px;
	line-height: 200%;
}

.school_course__ttl_content {
	padding: 35px 0;
}

.school_course__ttl_content h2 {
	padding: 20px 0 30px;
	font-size: 60px;
	font-weight:bold;
}

.school_course__ttl_content h3 {
	font-size: 20px;
	font-weight: bold;
}

.ttl02 {
	padding: 20px 30px;
	color: #FFF;
	font-size: 30px;

	font-weight: bold;
}

.ttl02 span {
	display: inline-block;
	margin-left: 20px;
	font-size: 22px;
	font-style: normal;
}

.ttl02::before {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 20px;
	background: url(../img/icon_logo.png) no-repeat center;
	background-size: contain;
	content: "";
}

.ttl02_02::before {
	width: 40px;
	height: 30px;
	background: url(../img/icon_logo02.png) no-repeat center;
	background-size: contain;
}

.ttl02_03::before {
	width: 40px;
	height: 30px;
	background: url(../img/icon_logo03.png) no-repeat center;
	background-size: contain;
}

.ttl02_04::before {
	width: 40px;
	height: 30px;
	background: url(../img/icon_logo04.png) no-repeat center;
	background-size: contain;
}


@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 600;
  src: url(../font/NotoSerifCJKjp-SemiBold.otf) format('opentype');
 }

.ttl04 {
    font-family: 'Noto Serif Japanese', serif !important;
	position: relative;
	padding: 1em 0;
	font-size: 34px;
    color:#000000;
	text-align: center;
	font-weight: bold;
	line-height: 120%;
}
.ttl04::before,
.ttl04::after
 {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 6px;
	box-sizing: border-box;
}
.ttl04::before{
	top: 0;
	border-top: 2px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.ttl04::after {
	bottom: 0;
	border-top: 1px solid #ccc;
	border-bottom: 2px solid #ccc;
}

.school_about_course_box {
	padding-bottom: 80px;
}

.school_course_box_in {
	padding-top: 80px;
}

.school_course_box_in01 {
	padding: 40px 20px 35px;
}

.school_course_box_in01 h4 {
	line-height:120%;
	padding-bottom: 15px;
	font-size: 22px;
}

.school_course_box_in01 p {
	font-size: 16px;
	line-height: 180%;
}

.school_about_course_box .border-top-gray {
	padding: 20px;
	font-size: 16px;
	line-height: 180%;
}

.school_about_course_box .border-top-gray p:nth-child(2) {
	padding-top: 20px;
}

.school_about_course_box .border-gray {
	padding: 20px;
	
}

.school_about_course_box .border-gray table tr td, .school_about_course_box .border-gray table tr th {
	padding: 10px;
	font-size: 16px;
}

.school_about_course_box .border-gray table tr th {
	width: 15%;
	font-weight: bold;
	text-align: left;
}

.school_about_course_box .border-gray table tr td {
	width: 85%;
}

.school_about_course_box .border-gray table tr td ul li {
	display: flex;
	display: -webkit-flex;
}

.school_about_course_box .border-gray table tr td ul li::before {
	margin-right: 2px;
	content:"・";
}

.school_about_course_box .border-gray table tr td a {
	color: #005EAB;
	text-decoration: underline;
}

.school_course_box_in .btn01 {
	margin: 30px 30px 0;
	max-width: 260px;
}

.school_course_box_in .btn01 i {
	margin-right: 5px;
}

.school_course_box_in .btn_block {
	justify-content: center;
	-webkit-justify-content: center;
}

.school_course_box_in .btn_block::after {
	display: none;
}

.biginner_movie {
	padding-top: 35px;
	text-align: center;
}

.biginner_movie p {
	padding-bottom: 40px;
	font-size: 18px;
}


/************************

	スクール

************************/

.school_main_up {
	position: relative;
	background: url(../img/school_main.jpg) no-repeat center;
	background-size: cover;
	color: #FFF;
	height: 95vh;
}

.school_main_up .inner {
	padding: 0;
}

.school_main_up h2 {
    font-family: "Sawarabi Mincho", "游明朝体","YuMincho","yumin","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", serif !important;
	padding: 20px 0 60px;
	font-size: 100px;
	line-height: 120%;
	text-shadow: 1px 1px 5px rgba(0,0,0,0.2), 1px 1px 5px rgba(0,0,0,0.2), 1px 1px 5px rgba(0,0,0,0.2), 1px 1px 5px rgba(0,0,0,0.2);
	width: 15%;
	position: absolute;
	left: 10%;
	bottom: 0%;
	max-width: 250px;
}

.school_main_up p {
	font-size: 28px;
	line-height: 150%;
    font-family: "Sawarabi Mincho", "游明朝体","YuMincho","yumin","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", serif !important;
	line-height: 120%;
	text-shadow: 0px 0px 20px rgba(0,0,0,1),0px 0px 30px rgba(0,0,0,1),0px 0px 30px rgba(0,0,0,0.5);
	position: absolute;
	right: 10%;
	bottom: 10%;
	font-weight: normal;
}

.school_main_txt {
	color: #FFF;
	font-weight: 900;
	
}

.school_main_txt p {
	font-size: 52px;
	text-shadow: 0px 0px 20px rgba(0,0,0,1),0px 0px 30px rgba(0,0,0,1),0px 0px 30px rgba(0,0,0,0.5);
	position: absolute;
	left: 50%;
	top: 45%;
	bottom: initial;
	right: initial;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	white-space: nowrap;
	font-weight: normal;
}

.main_shool_logo {
	position: absolute;
	left: 50%;
	bottom: -110px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 2;
}

.school_main_down {
	padding: 20px 30px;
}

.school_main_down > div {
	width: 49.5%;
	margin-bottom: 0;
	overflow:hidden;
}
.school_main_down > div img{
	max-width:none;
	min-width:100%;
	min-height:100%;
}

.school_main_down div.bg_liteBlue {
	padding: 40px 50px;
}

.school_main_down div h3 {
    font-family: "Sawarabi Mincho", "游明朝体","YuMincho","yumin","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", serif !important;
	position: relative;
	font-size: 24px;
	line-height: 150%;
}

.school_main_down div h3::after {
	position: absolute;
	left: 0;
	bottom: -10px;
	display: inline-block;
	width: 95px;
	height: 2px;
	border-bottom: 2px solid #DDDDDD;
	content: "";
}

.school_main_down div p {
	padding-top: 30px;
	font-size: 16px;
	line-height: 180%;
}

.school_main_down div a {
	margin:35px 0 0;
}

.school_course_content {
	padding: 140px 0 160px;
	background: url(../img/school_bg01.jpg) no-repeat center;
	background-size: cover;
}

.school_course_content ul {
	padding-top: 40px;
}

.school_course_content ul li {
	padding: 40px 30px 35px;
	margin-bottom: 0;
	color: #FFF;
}

.school_course_content ul li h3 {
	font-size: 22px;
	line-height: 120%;
}

.school_course_content ul li h4 {
	position: relative;
	font-size: 30px;
}

.school_course_content ul li h4::before {
	position: absolute;
	width: 50px;
	height: 50px;
	left: 50%;
	bottom: -80px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.school_course_content ul li:first-child h4::before {
	width: 25px;
	height: 25px;
	bottom: -50px;
}

.school_course_content ul li p {
	padding: 70px 0 20px;
	font-size: 15px;
	line-height: 180%;
}

/************************

	スクールフォーム

************************/

.school_form_content {
	padding: 60px 0 80px;
}

.school_form_content .inner03 > p {
	padding: 60px 0;
	font-size: 17px;
}

.contact_form_box table tr {
	border-bottom: 1px solid #EEE;
}

.contact_form_box table tr th {
	width: 15%;
	padding: 20px;
	font-size: 17px;
}

.contact_form_box table tr td {
	width: 70%;
	padding: 20px;
	font-size: 16px;
}

.contact_form_box table tr td label {
	display: flex;
	display: -webkit-flex;
	margin-right: 15px;
}

.contact_form_box table tr td label input {
	margin-right: 5px;
	width: 25px;
}


.contact_form_box table tr td input {
	width: 100%;
	padding: 5px;
	font-size: 16px;
	border: 1px solid #CCC;
	width: 100%;
}

.contact_form_box table tr td textarea {
	border: 1px solid #CCC;
	width: 100%;
	height: 120px;
	padding: 10px;
	color: #000;
	line-height: 160%;
	font-size: 17px;
}

.contact_form_box table tr td textarea::-webkit-input-placeholder {
    color: #000;
    font-weight: normal;
	line-height: 160%;
}
.contact_form_box table tr td textarea:-ms-input-placeholder {
    color: #000;
    font-weight: normal;
	line-height: 160%;
}
.contact_form_box table tr td textarea::-moz-placeholder {
    color: #000;
    font-weight: normal;
	line-height: 160%;
}

.contact_form_box table tr td p {
	padding: 5px 0;
}

.contact_form_box table tr td p a {
	color: #005EAB;
	font-weight: bold;
}
.contact_form_box table tr td p a:hover {
	opacity:0.7;
}

.contact_form_box table tr td p a::after {
	margin-left: 5px;
	font-family: FontAwesome;
	content: "\f138";
}

.contact_form_box .btn01 {
	padding: 15px;
	z-index: 0;
}
.contact_form_box .btn01:hover {
	color: #005EAB;
	background: #FFF;
}

.contact_form_box .btn01 i {
	margin-right: 10px;
}

.contact_form_box .btn01::after {
	position: absolute;
	right: 5%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.contact_form_box .submit_btn:hover {
	color: #005EAB;
	background: #FFF;
	border: 1px solid #005EAB;
}

div.wpcf7 .ajax-loader {
	display: inline !important;
	width: 0 !important;
	height: 0 !important;
	margin: 0 0 0 !important;
}

.submit_btn {
	display: block;
	max-width: 250px;
	margin: 55px auto 0;
	background: #005EAB;
	position: relative;
	border: 1px solid #FFF;
}

.submit_btn::before {
	position: absolute;
	left: 90px;
	font-family: FontAwesome;
	color: #FFF;
	content: "\f0e0";
	z-index: 1;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.submit_btn:hover::before {
	color: #005EAB;
	background: #FFF;
	border: none;
}

.umare div {
	padding-right: 10px;
	align-items: center;
	-webkit-align-items: center;
}

.umare div:first-child select {
	width: 150px;
}

.contact_form_box table tr td.umare div p {
	padding:0 0 0 5px;
	vertical-align: bottom;
}

.contact_form_box table tr td select {
	padding: 10px;
	border: 1px solid #CCC;
	width: 80px;
}

/************************

	コンタクト

************************/

.contact_main {
	padding: 35px 0;
	background: url(../img/contact_main.jpg) no-repeat center;
	background-size: cover;
}

.thanks {
	padding-top: 80px;
}

.thanks p {
	padding-bottom: 50px;
	text-align: center;
	font-size: 16px;
	line-height: 200%;
}


/************************

	ショップ

************************/

.shop_main {
	background: url(../img/shop_main.jpg) no-repeat center;
	padding: 130px 0;
	height: auto;
}

.shop_main h2 {
	border-bottom: none;
	position: initial;
	transform: translate(0, 0);
}

.shop_catch {
	padding: 70px 0;
}

.shop_catch .three_column > div {
	margin-bottom: 0;
}

.shop_catch .position_ab {
	text-align:center;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.shop_catch p {
	padding: 25px 0 5px;
	font-size: 16px;
	line-height: 160%;
}

.shop_catch div a {
	color: #FFF;
}

.shop_catch div a .impact {
	padding-top: 15px;
	font-size: 24px;
	text-align: center;
	font-weight: bold;
}

.shop_catch div a .impact::after {
	margin-left: 15px;
	font-size: 37px;
	font-family: FontAwesome;
	content: "\f105";
}

.shop_catch div a:hover {
	opacity: 0.7;
}

.about_ittensho_ttl {
	padding: 30px 0 20px;
}

.about_ittensho_content .position_ab {
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	width: 100%;
}

.about_ittensho_content .position_ab h3 {
	font-size: 34px;
	padding-bottom: 20px;
	font-weight: bold;
}

.about_ittensho_content .position_ab p {
	font-size: 20px;
	font-weight: bold;
}

.about_ittensho_content a:hover {
	opacity: 0.7;
}

.about_ittensho_inner {
	padding: 45px 0 220px;
}

.brands_lineup h3 {
	padding: 20px 0;
	text-align: center;
	font-size: 20px;
	background: #011933;
	color: #FFF;

	font-weight: bold;
}

.brands_lineup .bg_white {
	padding: 50px 60px;
	background: #EEE;
}

.brands_lineup .bg_white > a {
	position: relative;
	color: #333;
	text-align: right;
	display: block;
	padding-top: 20px;
	font-size: 0.9rem;
	text-decoration: underline;
	margin-right: 15px;
}

.brands_lineup .bg_white > a::after {
	position: absolute;
	margin-left: 5px;
	content:">";
}

.shop_history_content06 .brands_lineup .bg_white {
	padding: 35px;
}

.brands_lineup ul {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}


.shop_history_content06 .brands_lineup ul li a {
	padding: 10px 15px;
	height: 70px;
}

.brands_lineup ul li {
	width: 11%;
	text-align: center;
	margin: 0 10px 10px 0;
	background: #FFF;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-content: center;
	-webkit-align-content: center;
	align-items: center;
	-webkit-align-items: center;
}

.brands_lineup ul li a {
	height: 90px;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	display: -webkit-flex;
	-webkit-justify-content: center;
	-webkit-align-content: center;
	-webkit-align-items: center;
	padding: 10px 20px;
}

.shop_map_image_content {
	margin-top: -180px;
}

.shop_content .web_shop_content {
	padding-top: 120px;
}
.shop_content .web_shop_content .ttl_blue01{
	text-align:center;
    font-family: "Sawarabi Mincho", "游明朝体","YuMincho","yumin","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", serif !important;
}

/************************

	店舗について

************************/
/**
.shop_sub_main {
	padding: 35px 0;
	background: url(../img/shop_sub_main.jpg) no-repeat center;
	background-size: cover;
}**/

.shop_sub_main h2 {
	border-bottom: 6px solid #FC0100;
}

.shop_about_image {
	padding: 70px 0;
}

.shop_about_image ul {
	padding-top: 80px;
	max-width: 1090px;
	width: 100%;
	margin: 0 auto;
}

.shop_about_image ul li {
	margin-bottom: 0;
	width: 25%;
}

.shop_about_content {
	padding-bottom: 100px;
}
/**
.shop_about_content .inner {
	max-width: 1090px;
	width: 100%;
	margin: 0 auto;
}**/

.shop_about_content .map iframe {
	width: 100%;
}

.shop_about_content .border-bottom-gray02 {
	padding-bottom: 60px;
}

.shop_about_content div.two_column {
	
	align-items: flex-start;
	-webkit-align-items: flex-start;
}

.shop_about_content div.two_column h2 {
	display: inline-block;
	padding-bottom: 10px;
	font-weight: bold;
	font-size: 28px;
	line-height: 120%;
	border-bottom: 2px solid #005EAB;
}

.shop_about_content div.two_column div {
	width: 88%;
}

.shop_about_content div table tr th,
.shop_about_content div table tr td {
	font-size: 18px;
	padding-bottom: 25px;
}

.shop_about_content div table tr th {
	width: 15%;
	text-align: left;
	font-weight: bold;
}

.shop_about_content div table tr td {
	width: 80%;
}

.shop_about_deck_box {
	max-width: 840px;
	width: 100%;
	margin: 0 auto;
}

.shop_about_deck_image {
	padding: 70px 0 50px;
}

/************************

	ショップの歴史・ブランドについて

************************/

.shop_history_content h2 {
	margin-bottom: 65px;
}

.shop_history_content h3 {
	padding: 20px 0;
	font-size: 22px;
}

.shop_history_content p {
	padding: 30px 0;
	font-size: 17px;
	line-height: 200%;
}

.shop_history_content01 {
	padding: 70px 0 100px;
	background: url(../img/shop_history_bg08.png) no-repeat center;
	background-size: cover;
}

.shop_history_content02 {
	padding: 90px 0 100px;
	background: url(../img/shop_history_bg06.png) no-repeat center;
	background-size: cover;
}

.shop_history_content02 div div {
	text-align: center;
}

.shop_history_content03 {
	padding: 90px 0 100px;
	background: url(../img/shop_history_bg03.png) no-repeat center;
	background-size: cover;
}

.shop_history_content04 {
	padding: 110px 0 100px;
	background: url(../img/shop_history_bg04.png) no-repeat center;
	background-size: cover;
}

.shop_history_content04 div.inner03 div p {
	padding: 5px 0;
	font-size: 14px;
}

.shop_history_content05 {
	padding: 65px 0 70px;
}

.shop_history_content05 .inner03 > div {
	background: url(../img/shop_history_bg07.png) no-repeat center;
	background-size: cover;
	padding: 60px 0 50px;
}

.shop_history_content05 p,
.shop_history_content06 p {
	padding: 15px 0;
	font-size: 16px;
}

.shop_history_content05 div.inner03 p:nth-child(2) {
	padding: 30px 0 35px;
}

.shop_history_content06 {
	padding: 60px 0 85px;
}

.shop_history_brand_box {
	padding: 80px 0;
	margin-bottom: 35px;
}

.shop_history_brand_box div {
	padding-bottom: 35px;
}


.shop_history_brand_box h3 {
	font-family: "Sawarabi Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN",'ヒラギノ明朝 ProN W3',"ヒラギノ明朝 Pro W3","ＭＳ Ｐ明朝", "MS PMincho", "Hiragino Mincho Pro", serif!important;
	font-size:20px;
	font-weight:bold;
	color: #333333;
}

.brands_lineup {
	margin-top: 50px;
}

/************************

	ニュース

************************/

.top_new_content_detail .ttl_impact {
	font-size: 30px;
	text-align: left;
	line-height: 120%;
}

.top_new_content_detail .two_column {
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	align-content: center;
	-webkit-align-content: center;
	align-items: center;
	-webkit-align-items: center;
}

.top_new_content_detail .two_column time {
	padding-right: 10px;
}

.top_new_content_detail .two_column .bg_blue {
	padding: 5px 10px;
	display: inline-block;
	color: #FFF;
	border-radius: 5px;
	font-style: normal;
}

.top_new_content_detail .two_column .bg_blue a {
	color: #FFF;
}

.top_new_detail_txt {
	padding-top: 30px;
}

.top_new_detail_txt p {
	padding: 10px 0;
	font-size: 17px;
	line-height: 180%;
}


@media screen and (max-width: 1024px) and (min-width: 769px) {
	
	/************************

	スクール

	************************/
	
	.school_main_down div h3 {
		font-size: 20px;
	}
	
	.school_main_down div.bg_liteBlue {
		padding: 30px;
	}

	.school_main_down div.bg_liteBlue {
    	padding: 30px;
	}
	
	.school_course_content ul li h4 {
	    font-size: 26px;
    	padding: 20px 0;
	}
	
	/************************
	
		column
	
	************************/
	


}

@media screen and (max-width: 768px) {
	
	.ttl01 {
		font-size: 26px;
	}
	
	.ttl01::after {
		bottom: -10px;
	}
	
	.sub_main {
		background-position: 60%;
	}
	
	.ttl04 {
		font-size: 26px;
	}
	
	.ttl04::before {
	    bottom: -20px;
	}
	
	.sub_main h2:first-letter {
		font-size: 32px;
		letter-spacing: 0;
	}
	
	/************************
	
		column
	
	************************/
	
	.column_main {
		background-position: 70%;
	}
	
	.column_list_content .column_category_box,
	.column_list_content .column_sidebar {
    	width: 100%;
	}
	
	.column_list_content .column_category_box .column_list_txt_box {
    	padding: 10px 5px 15px;
	}
	
	.column_list_content .column_list_txt {
    	padding-bottom: 10px;
	}

	.ttl_blue03 {
    	font-size: 18px;
	}
	
	.column_sidebar > div ul li .column_sidebar_txt .ttl_blue03 {
    	font-size: 18px;
	}
	
	.column_category_box_first > ul > li .colmn_category_img {
		height: 130px;
	}
	
	.colmn_category_img img {
		max-width: 110%;
	}
	
	.column_category_box_first > ul > li:first-child .colmn_category_img {
		height: 180px;
		width: 48%;
	}
	
	.column_category_box_category > ul > li:first-child, .column_category_box_category > ul > li:nth-child(2), .column_category_box_category > ul > li:nth-child(3) {
		width: 48%;
	}
	
	.column_category_box_category > ul > li {
    	width: 48%;
	}
	
	.column_category_box_category > ul > li:first-child .colmn_category_img, .column_category_box_category > ul > li:nth-child(2) .colmn_category_img, .column_category_box_category > ul > li:nth-child(3) .colmn_category_img {
		height: 120px;
	}
	
	.colmn_category_img {
    	height: 120px;
	}
	
	/************************
	
		column_detail
	
	************************/
	
	.column_detail_box p {
    	font-size: 16px;
	}
	
	.column_detail_box table {
		table-layout: fixed;
	}
	
	.column_detail_box table tr th, .column_detail_box table tr td {
		padding: 15px 3px;
		font-size: 12px;
		text-align: center;
		line-height: 120%;
		overflow-wrap : break-word;
		white-space: initial;
	}
	
	.column_toiawase_box p {
    	font-size: 16px;
		padding: 0 0 10px;
	}
	
	.column_toiawase_box table tr th {
		font-size: 13px;
		padding: 5px;
		display: block;
		background: #E5E5E5;
	}
	
	.column_toiawase_box table tr td {
		font-size: 13px;
		padding: 5px;
		display: block;
	}
	
	.pager_column_detail li h2 {
		font-size: 12px;
	}
	
	.pager_column_detail li:first-child a::before,
	.pager_column_detail li:last-child a::after {
    	padding: 5px;
		font-size: 22px;
	}
	
	.pager_column_detail li:first-child::after {
		right: -6%;
	}
	
	.recomend_under_content ul li {
		width: 100%;
	}
	
	.column_detail_box .column_detail_box_ttl {
		font-size: 26px;
		margin: 0;
		padding: 0 0 15px 0;
	}
	
	.column_detail_box h1 {
		font-size: 26px;
	}
	
	.column_detail_box h2 {
		font-size: 20px;
	}
	
	.column_detail_box h3 {
		font-size: 19px;
	}
	
	.column_detail_box .two_column > div {
		width: 100%;
	}
	
	.column_detail_box p img {
		width: 100%;
	}
	
	/************************

		スクールスケジュール

	************************/
	
	.school_schedule_course {
		max-width:100%;
		width:100%;
		padding-left: 5% !important;
		padding-right: 5% !important;
	}
	
	.school_schedule_content {
    	padding: 40px 0;
	}
	
	.school_schedule_course li h2 {
		font-size: 23px;
	}
	
	.school_schedule_course li p,.school_schedule_txt p {
    	font-size: 16px;
	}
	
	.school_schedule_caution {
    	padding: 70px 5%;
	}
	
	.school_schedule_caution > div.bg_white {
		padding: 40px 3% 10px;
	}
	
	.school_schedule_caution ul {
    	padding-top: 45px;
	}
	
	.school_schedule_caution ul li {
		font-size: 14px;
	}
	
	.school_schedule_caution ul li::before {
		font-size: 30px;
	}
	
	.school_schedule_caution ul li div.bg_gray02 {
    	padding: 20px 15px 0;
		text-align: left;
	}
	
	.school_schedule_caution ul li div h3 span {
    	letter-spacing: -4px;
	}
	
	.carendar_box iframe {
		width: 100%;
	}
	
	.map_content .map iframe {
		width: 100%;
	}
	
	.taiken_contact_content h2,.taiken_contact_content ul li:first-child a p:first-child {
    	font-size: 26px;
	}
	
	.taiken_contact_content ul li {
		width: 100%;
		margin-bottom: 15px;
	}
	
	.carendar_box {
		overflow: hidden;
	}
	
	.carendar_box .btn01 {
		margin-top: 30px;
	}
	
	.carendar_box .fc-listMonth-view .fc-row .fc-content-skeleton .fc-day-number .fc-list-header-left {
		position: absolute;
		right: 5px;
	}

	.carendar_box .fc-listMonth-view .fc-row .fc-content-skeleton .fc-day-number .fc-list-header-right {
		margin-right: 45px;
		color: #333;
	}

	.carendar_box .fc-listMonth-view .fc-row .fc-content-skeleton .fc-day-number .fc-list-header-right::after {
		content: "日";
	}

	.carendar_box .fc-row .fc-content-skeleton .fc-day-number {
		position: relative;
		background: #DDD;
		height: 35px;
		display: flex;
		justify-content: flex-end;
		align-content: center;
		align-items: center;
		display: -webkit-flex;
		-webkit-justify-content: flex-end;
		-webkit-align-content: center;
		-webkit-align-items: center;
	}
	
	/************************

	スクールについて

	************************/
	
	.about_chatch h2 {
		padding-bottom: 20px;
    	font-size: 26px;
	}
	
	.about_chatch p {
    	font-size: 16px;
	}
	
	.about_chatch {
		padding: 70px 0;
		background-position: 40%;
	}
	
	.jukou_content {
		padding: 50px 0;
		background: #FFF;
	}
		
	.jukou_box01 {
    	padding-top: 60px;
	}
	
	.jukou_box01 p, .jukou_box02 p {
		font-size: 16px;
	}
	
	.jukou_box02 ul {
		display: block;
	}
	
	.jukou_box02 ul li {
		width: 100%;
		margin-bottom: 30px;
		padding: 20px 0;
		border-radius: 15px 15px 0 0;
	}
	
	.biginner_movie iframe {
		width: 100%;
	}
	/**
	.jukou_box02 ul li:first-child, .jukou_box02 ul li:last-child {
		background: #C64355;
	}**/
	
	/**.jukou_box02 ul li:first-child {
		padding: 20px 0 15px;
		border-radius: 15px 15px 0 0;
	}
	
	
	
	.jukou_box02 ul li:nth-child(2) {
		padding: 40px 0 15px;
		background: #005EAB;
		border-radius: 0;
	}**/
	
	.jukou_box02 ul li:last-child {
		border-radius:15px 15px;
		/**padding: 40px 0 20px;**/
	}
	
	.jukou_box02 ul li::after {
		right: initial;
		bottom: -21%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		border-top: 25px solid #005EAB;
		border-right: 160px solid transparent;
		border-left: 160px solid transparent;
		border-bottom: none;
		z-index: 10;
	}

	.jukou_box01 div::after {
    right: initial;
    bottom: -36%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-top: 25px solid #005EAB;
    border-right: 160px solid transparent;
    border-left: 160px solid transparent;
    border-bottom: none;
    z-index: 10;
	}
	
	.jukou_box01 > div{
	border-radius: 15px 15px 0 0;		
	}
	
	.jukou_box02 ul li:nth-child(2)::after {
	    border-color: transparent transparent transparent #005EAB;
		border-left: 160px solid transparent;
		border-right: 160px solid transparent;
		border-top: 20px solid #005EAB;
		bottom: -21%;
	}
	
	.jukou_box03 {
		padding: 25px;
	    border: 1px solid #EEE;
	}
	
	.school_course__ttl_content {
	    padding: 25px 0;
	}
	
	.school_course__ttl_content h2 {
		padding: 20px 0;
		font-size: 35px;
	}
	
	.school_course__ttl_content h3 {
		font-size: 18px;
	}
	
	.school_course_box_in {
	    padding-top: 50px;
	}
	
	.ttl02 {
	    padding: 20px 10px;
    	font-size: 20px;
	}
	
	.ttl02::before {
		margin-right: 10px;
	}
	
	.ttl02 span {
		margin-left: 10px;
		font-size: 16px;
	}
	
	.ttl02::before {
		vertical-align: bottom;
		margin-right: 5px;
	}
	
	.ttl02_02::before,.ttl02_03::before,.ttl02_04::before {
		width: 30px;
	}
	
	.school_course_box_in01 {
	    padding: 30px 0px;
	}
	
	.school_course_box_in01 h4 {
	    font-size: 18px;
    	line-height: 160%;
	}
	
	.school_course_box_in01 p {
		font-size: 16px;
	}
	
	.school_about_course_box .border-top-gray {
    	padding: 20px 0;
    	font-size: 16px;
	}
	
	.school_about_course_box .border-gray {
	    padding: 20px 0;
	}
	
	.school_about_course_box .border-top-gray p:nth-child(2) {
		font-size: 16px;
	}
	
	.school_about_course_box .border-gray table tr td, .school_about_course_box .border-gray table tr th {
		display: block;
		width: 100%;
		line-height: 180%;
		padding: 0 10px;
	} 
	
	.school_about_course_box .border-gray table tr td {
		padding-bottom: 15px;
	}
	
	.biginner_movie p {
		padding-bottom: 20px;
		font-size: 16px;
		line-height: 180%;
		text-align: left;
	}
	
	/************************

	スクール

	************************/
	
	.school_main_up {
		background-position: 30%;
		height: 70vh;
		overflow: hidden;
	}
	
	.school_main_up .inner {
    	padding: 50px 0 30px;
	}
	
	.school_main_up .inner {
    	padding: 50px 0;
	}
	
	.school_main_up h2 {
		padding: 20px 0;
		font-size: 40px;
		bottom: 28%;
		left: 5%;
		width: 20%;
	}
	
	.school_main_up p {
    	font-size: 16px;
		width: 100%;
		right: 0%;
		bottom: 10%;
		left: 5%;
		text-align: left;
	}
	
	.school_main_txt p {
		left: 5%;
		transform: translate(0,0);
		font-size: 18px;
	}
	
	.main_shool_logo {
		bottom: initial;
		max-width: 115px;
	}
	
	.school_main_down {
    	padding: 10px 0 0;
	}
	
	.school_main_down > div {
    	width: 100%;
    	margin-bottom: 0;
	}
	
	.school_main_down > div img {
		width: 100%;
		height: auto;
	}
	
	.school_main_down div.bg_liteBlue {
    	padding: 20px 5%;
	}
	
	.school_main_down div h3 {
		font-size: 22px;
	}
	
	.school_course_content {
    	padding: 60px 0;
	}
	
	.school_course_content ul li {
		padding: 30px 20px 35px;
		margin-bottom: 30px;
		width: 100%;
	}
	
	.map_content .map {
		height: auto;
	}
	
	/************************

	スクールフォーム

	************************/

	.contact_form_box table {
		table-layout: fixed;
	}
	
	.contact_form_box table tr th, .contact_form_box table tr td {
		display: flex;
		display: -webkit-flex;
		width: 100%;
		
	}
	
	.contact_form_box table tr th {
		padding: 10px;
		background: #EEE;
		text-align: left;
	}
	
	.contact_form_box table tr td {
		padding: 10px 0 20px;
	}
	
	.umare div:first-child select {
    	width: 80px;
	}
	
	.contact_form_box table tr td select {
		width: 50px;
	}
	
	.kibou, .magazine, .questionnaire01, .questionnaire02 {
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
	}
	
	.contact_form_box table tr td textarea {
		font-size: 15px;
	}
	
	/************************

		ショップ

	************************/

	.shop_main {
		background: url(../img/shop_main.jpg) no-repeat center;
		background-position: 50%;
		background-size: 300% 100%;
		padding: 80px 0;
	}
	
	.shop_main h3 {
		font-size: 20px;
	}
	
	.shop_catch .three_column > div {
		width: 100%;
	}
	
	.shop_catch .three_column > div:nth-child(2) {
		padding: 30px 10px;
		margin-bottom: 30px;
		background-color: #FFF;
		background-image: url(../img/shop_img01_sp.png);
		background-repeat: no-repeat;
		background-size: 80%;
		background-position: 50% 50%;
		text-align: center;
	}
	
	.shop_catch .three_column > div:nth-child(2) .ttl03 {
		padding: 0;
		font-size: 20px;
	}
	
	.shop_catch .three_column > div:nth-child(2) .ttl03::before {
		display: none;
	}
	
	.shop_catch .three_column > div:nth-child(2) p {
		font-size: 15px;
		padding: 20px 0 0;
	}
	
	.shop_catch .position_ab {
		width: 100%;
	}
	
	.shop_catch .position_ab h3 {
		text-align: center;
	}
	
	.about_ittensho_box > div {
		width: 100%;
		margin-bottom: 10px;
	}
	
	.about_ittensho_content .position_ab h3 {
  		font-size: 26px;
		padding-bottom: 5px;
	}
	
	.about_ittensho_content .position_ab p {
    	font-size: 16px;
	}
	
	.about_ittensho_inner {
    	padding: 45px 0 150px;
	}
	
	.brands_lineup .bg_white {
    	padding: 30px 10px 10px;
	}
	
	.brands_lineup h3 {
    	padding: 15px 0;
	    font-size: 22px;
	}
	
	.brands_lineup ul {
		justify-content: space-between;
		-webkit-justify-content: space-between;
	}
	
	.brands_lineup ul li {
		width: 22%;
		margin-right: 0;
	}
	
	.brands_lineup ul li a {
		height: 65px;
		padding: 5px;
	}
	
	.shop_history_content06 .brands_lineup .bg_white {
    	padding: 30px 10px 10px;
	}
	
	.shop_history_content06 .brands_lineup ul li a {
		padding: 5px;
		height: 50px;
	}
	
	.shop_map_image_content {
    	margin-top: -100px;
	}
	
	.shop_content .web_shop_content {
    	padding-top: 50px;
	}
	
	/************************

		店舗について
	
	************************/
	
	.shop_sub_main {
		position:relative;
	    padding: 0;
	    /**background: url(../img/shop_sub_main_sp.jpg) no-repeat center;
		background-position: 70%;
		background-size: cover;**/
		height: 160px;
	}
	
	.shop_sub_main .inner {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	
	.sub_main h3 {
		font-size: 20px;
	}
	
	.shop_about_image ul {
    	padding-top: 50px;
	}
	
	.shop_about_image ul li {
    	width: 33%;
	}
	
	.shop_about_content {
    	padding-bottom: 60px;
	}
	
	.shop_about_content div.two_column h2 {
		font-size: 26px;
		margin: 0 auto 35px;
		text-align: center;
	}
	
	.shop_about_content div.two_column div {
    	width: 100%;
	}
	
	.shop_about_content div.two_column div table {
		table-layout: fixed;
	}
	
	.shop_about_content div table tr td {
    	width: 30%;
	}
	
	.shop_about_content div table tr th, .shop_about_content div table tr td {
    	font-size: 16px;
	}
	
	.shop_about_content .map iframe {
		width: 100%;
		height: 250px;
	}
	
	.shop_about_deck_image {
    	padding: 50px 0;
	}
	
	/************************

		店舗の歴史について
	
	************************/
	
	.shop_history_content h2 {
    	margin-bottom: 35px;
	}
	
	.shop_history_content h3 {
	    padding: 15px 0;
		font-size: 20px;
	}
	
	.shop_history_content p {
    	padding: 10px 0;
		font-size: 16px;
	}
	
	.shop_history_content01,
	.shop_history_content02,
	.shop_history_content03,
	.shop_history_content04,
	.shop_history_content05,
	.shop_history_content06 {
		padding: 50px 0;
	}
	
	.shop_history_content01 {
		background-position: 70%;
	}
	
	.shop_history_content02 {
		background-size: contain;
		background-position: 0 0;
	}
	
	.shop_history_content p:first-child {
		padding-top: 200px;
	}
	
	.shop_history_content04 {
		background-position: 70%;
	}
	
	.shop_history_content05 .inner03 div {
		padding: 50px 5%;
	}
	
	.shop_history_content05 p, .shop_history_content06 p {
		font-size: 15px;
	}
	
	.shop_history_brand_box {
    	padding: 30px 15px;
	}
	
	.shop_history_brand_box div {
		width: 70%;
		margin: 0 auto;
		max-width: 350px;
	}
	
	/************************

		ニュース

	************************/
	
	.top_new_content_detail .ttl_impact {
    	font-size: 20px;
	}
	
	.top_new_detail_txt p {
		font-size: 16px;
	}
	
}

@media screen and (max-width: 320px) {
	/************************

	スクール

	************************/
	.school_main_up h2 {
		bottom: 30%;
	}
	
	/************************

	スクールについて

	************************/
	
	.jukou_box02 ul li::after {
		border-right: 145px solid transparent;
		border-left: 145px solid transparent;
	}
	
	.jukou_box02 ul li:nth-child(2)::after {
	    border-right: 145px solid transparent;
		border-left: 145px solid transparent;
	}
	
	.ttl02 span {
		margin-left: 5px;
		font-size: 13px;
		font-weight: normal;
	}
	
	
}

/************************

カレンダー

************************/

.fc-basic-view tbody .fc-row {
	height: 130px;
}

.fc-title {
	font-size: 1.3em;
}

@media screen and (max-width: 768px) {
	.fc-basic-view tbody .fc-row {
		height: auto;
	}
}

/************************

新　店舗について

*************************/

.shop_about_content div div.two_column {
	align-items: center;
	-webkit-align-items: center;
	align-content: center;
	-webkit-align-content: center;
}

.shop_about_content div.two_column div h2 {
	border-bottom: none;
}

.ttl_leftRed {
	font-weight:bold;
	font-size: 26px;
	padding: 5px 0 5px 5px !important;
	border-left: 5px solid #F80302;
}

.shop_about_content .bg_liteBlue {
	padding: 20px 30px;
	margin-top: 50px;
}

.shop_about_content .two_column .shop_about_txt {
	width: 43%;
	margin-bottom: 0;
}

.shop_about_content .two_column .shop_about_img {
	width: 55%;
	margin-bottom: 0;
}

.shop_about_content .two_column .two_column > div:first-child {
	width: 63%;
	margin-bottom: 0;
}

.shop_about_content .two_column .two_column > div:last-child {
	width: 35%;
	margin-bottom: 0;
}

.shop_about_content .two_column .two_column > div > div:first-child {
	margin-bottom: 10px;
}

.shop_about_txt > p {
	padding: 15px 0;
	font-size: 18px;
	line-height: 150%;
}

.ttl05 {
	font-size: 36px;
	text-align: center;
	position: relative;
	margin: 50px auto;
	font-weight:bold;
}

.ttl05::before {
	position: absolute;
	left: 50%;
	bottom: -20px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: inline-block;
	width: 35%;
	height: 3px;
	border-bottom: 3px solid #000;
	content: "";
}

.ttl05A::before {
	width: 18%;
}

.ttl05B::before {
	width: 15%;
}

.shop_address {
	padding: 20px 0 30px;
}

.shop_about_content .shop_address table tr:first-child th,
.shop_about_content .shop_address table tr:first-child td {
	border-top: 1px solid #DDD;
}

.shop_about_content .shop_address table tr th {
	background: #EDEEEF;
	padding: 15px 0;
	text-align: center;
	border-bottom: 1px solid #DDD;
	font-weight: normal;
	font-size: 15px;
}

.shop_about_content .shop_address table tr td {
	padding: 15px 20px;
	border-bottom: 1px solid #DDD;
	font-size: 15px;
}

.shop_about_content .shop_address table tr td a {
	color: #333;
}

.shop_about_content .shop_address table tr td a:hover {
	text-decoration: underline;
}

.shop_about_content .shop_address table tr:last-child td:last-child a::after {
	display: inline-block;
	margin-left: 5px;
	font-size: 18px;
	font-family: FontAwesome;
	content: "\f105";
}

.ttl_border_blue {
	padding: 5px 0;
	font-size: 18px;
	border-bottom: 1px solid #DDD;
	color: #3D84BE;
}

.ttl_border_blue span {
	padding: 5px 5px 4px;
	border-bottom: 1px solid #3D84BE;
}

.shop_about_content .shop_about_access_content .two_column > div {
	width: 48%;
}

.shop_about_access_content h4 {
	font-size: 18px;
	font-weight: bold;
	padding-top: 25px;
}

.shop_about_access_content p {
	padding: 5px 0 35px;
	font-size: 15px;
	line-height: 180%;
}

.shop_about_access_content ul li {
	padding-bottom: 35px;
	font-size: 15px;
}


.shop_about_access_content ul li:nth-last-child(2),
.shop_about_access_content ul li:nth-last-child(3) {
	padding-bottom: 5px;
}

@media screen and (max-width: 768px) {
	
	.map iframe {
		width: 100%;
		height: 250px;
	}
	
	.shop_about_content .two_column .shop_about_txt,
	.shop_about_content .two_column .shop_about_img {
    	width: 100%;
	}
	
	.shop_about_content div.two_column div h2 {
		font-size: 21px;
		padding: 5px 0 5px 5px !important;
		margin: 0 auto 15px;
		text-align: left;
	}
	
	.shop_about_txt > p {
    	padding: 10px 0;
    	font-size: 15px;
	}
	
	.shop_about_content .two_column .two_column > div > div:first-child {
    	margin-bottom: 7px;
	}
	
	.shop_about_content .two_column .two_column > div:first-child {
    	width: 65%;
	}
	
	.shop_about_content .two_column .two_column > div:last-child {
    	width: 31%;
	}
	
	.ttl05 {
    	font-size: 25px;
	}
	
	.shop_about_content .shop_about_access_content .two_column > div {
    	width: 100%;
		margin-bottom: 0;
	}
	
	.shop_about_access_content p {
    	padding: 5px 0 15px;
	}
	
	.shop_about_access_content ul li {
    	padding-bottom: 25px;
	}
	
	.shop_about_content .bg_liteBlue {
    	padding: 20px 15px;
	}
	
	.ttl_border_blue, .shop_about_access_content h4 {
		font-size: 17px;
	}
	
}


/****** column_detail 20180925追加 ******/

.related_item_box ul {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	background: none;
}

.related_item_box ul li::before {
	display: none;
}

.related_item_box ul li::after {
	content:"";
	display: block;
	width:31%;
}

.related_item_box ul li {
	width: 30%;
}

.related_item_box ul li a {
	background: none;
	border: none;
	background: #005EAB;
	color:  #FFF;
	padding: 10px;
	text-align: center;
	margin: 0 auto;
	max-width: 200px;
	border: 1px solid #005EAB;
	border-radius: 10px;
}

.related_item_box ul li a:hover {
	opacity: 0.7;
	
}

.related_item_box ul li  h3 {
	font-size: 18px;
	line-height: 160%;
	text-align: center;
}

.related_item_box ul li p {
	line-height: 120%;
	text-align: center;
	color: #005EAB;
}

/************************

プライバシーポリシー

*************************/

.privacy {
	padding-bottom: 80px;
}

.privacy p {
	padding: 10px 0;
	font-size: 16px;
	line-height: 200%;
}

.privacy ul {
	padding: 10px 0;
}

.privacy ul li {
	font-size: 15px;
	padding: 2px 0;
	line-height: 180%;
	display: flex;
	display: -webkit-flex;
}

.privacy div {
	padding: 20px 0;
}

@media screen and (max-width: 768px) {
	.privacy p {
		font-size: 14px;
	}
}

/************************

サイトマップ

*************************/

.sitemap_content {
	padding-bottom: 80px;
}

.sitemap_content .inner04::after {
	display: none;
}

.sitemap_content ul {
	margin: 0 auto;
    max-width: 800px;
}

.sitemap_content ul li a {
	color: #333;
	font-size: 16px;
	padding: 10px 0;
	display: block;
}

.sitemap_content ul li a::before {
	margin-right: 8px;
	font-family: FontAwesome;
	content: "\f105";
}

.sitemap_content ul li ul {
	padding-left: 20px;
}

.sitemap_content ul li a:hover {
	opacity: 0.7;
}


/*********

shop変更　20181003追加

*********/

.border_bottom_gray {
	border-bottom: 2px solid #DDD;
}

.shop_content01 {
	padding: 100px 0 50px;
}

.shop_content01 .two_column {
	align-content: center;
	-webkit-align-content: center;
	justify-content: center;
	-webkit-justify-content: center;
}

.shop_content01 .shop_image {
	width: 32%;
	text-align: center;
	margin-right: 35px;
}

.shop_content01 .shop_txt {
	width: 49%;
}

.shop_content01 .shop_txt h2 {
	font-size: 20px;
	line-height: 150%;
	font-weight: bold;
}

.shop_content01 .shop_txt div p {
	font-size: 15px;
	line-height: 180%;
	padding: 10px 0;
}

.shop_txt > div {
	padding: 20px 0;
}

.shop_content01 .shop_image .btn01 {
	margin: 30px auto 0;
}

.shop_items_content {
	padding: 0 0 100px;
}

.shop_items_content ul::after {
	width: 18.5%;
}
	
.shop_items_content ul li a {
	color: #333;
	font-size: 14px;
	font-weight: bold;
}

.shop_items_content ul li a h2 {
	color: #333;
	font-size: 13px;
	font-weight: bold;
}

.shop_items_content ul li a div {
	height: 230px;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	align-content: center;
	-webkit-align-content: center;
}
.shop_items_content ul li a div img{
	max-height:200px;
}

.shop_items_content ul li a p {
	padding: 5px 0;
	font-size: 12px;
	color: #555;
}

.shop_brand_content {
	padding-bottom: 80px;
}

.shop_brand_content .inner > a {
	text-align: center;
	display: block;
	margin-top: 30px;
	font-size: 16px;
	color: #333;
}

.shop_brand_content .inner > a::after {
	display: inline-block;
	margin-left: 5px;
	font-size: 18px;
	font-family: FontAwesome;
	content: "\f105";
}

.shop_brand_content .inner > a:hover {
	text-decoration: underline;
}

@media screen and (max-width: 768px) {
	
	.shop_content01 {
    	padding: 50px 0 20px;
	}
	
	.shop_content01 .shop_image,
	.shop_content01 .shop_txt {
		width: 100%;
		
	}
	
	.shop_content01 .shop_image {
		margin-right: 0;
	}
	
	.shop_items_content ul li a h2 {
		font-size: 14px;
	}
	
	.shop_items_content ul li a {
		font-size: 12px;
	}
	
	.shop_items_content {
		padding: 0 0 30px;
	}
	
	.shop_items_content ul li a div {
		height: auto;
	}
	
	
}

/*******************************

自由入力欄

********************************/

.free_area h3,
.free_area .image_block,
.free_area #catch_copy,
.free_area .youtube_block, 
.free_area code,
.free_area .item_list{
	padding: 20px 0;
}

.free_area h1,
.free_area h2 {
	margin: 20px auto;
}

.free_area a {
	position: relative;
	display: block;
	max-width: 100%;
	width: auto;
	margin: 0 auto;
	background: inherit;
	border: none;
	padding: 15px;
	color: #333;
	text-align: center;
	transition: none;
	-webkit-transition: none;
}

.free_area a:hover {
    border: none;
}

.free_area .column_btn01 {
	position: relative;
	display: block;
	max-width: 250px;
	width: 100%;
	margin: 20px auto;
	background: #005EAB;
	border: 1px solid #005EAB;
	padding: 15px;
	color: #FFF;
	text-align: center;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	z-index: 2;
	font-size: 18px;
}

.free_area .column_btn01:hover {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border: 1px solid #005EAB;
    color: #005EAB;
    background: #FFF;
}

.youtube_block {
	text-align: center;
}

.youtube_block .youtube iframe {
	max-width: 100%;
}

.free_area .image_block .right {
	float: right;
	display: inline-block;
	margin-left: 20px;
	max-width: 50%;
}

.free_area .image_block .left {
	float: left;
	display: inline-block;
	margin-left: 20px;
	max-width: 50%;
}

.free_area .image_block a {
	padding: 0;
}

.free_area .image_block .image_txt_c {
	width: 100%;
}

img[value="w100"] {
	width: 100%;
}

img[value="w80"] {
	width: 80%;
}

img[value="w60"] {
	width: 60%;
}

img[value="w40"] {
	width: 40%;
}

img[value="auto"] {
	width: auto;
}

.free_area .image_block .center p {
	font-size: 14px;
}

.free_area .item_list ul {
	background: none;
	padding: 20px 0;
	margin-bottom: 0;
}

.free_area .item_list ul li {
	padding: 0;
	border: 1px solid #DDD;
	position: relative;
}

.free_area .item_list ul li a {
	padding: 20px 10px;
}

.free_area .item_list ul li::before {
	display: inline-block;
	border-bottom: 15px solid #DDD;
	border-left: 15px solid transparent;
	position: absolute;
	right: 0;
	bottom: 0;
	content: "";
	margin-right: 0;
	z-index: 3;
}

.free_area .item_list .item_ttl {
	font-size: 18px;
	font-weight: bold;
	padding: 10px 0;
}
.free_area .item_list .item_name {
	font-size: 18px;
	font-weight: bold;
	padding: 10px 0;
}

.free_area .item_list .item_txt {
	font-size: 16px;
	padding: 0;
}

.free_area .height5 {
	height: 5px;
}

.free_area .height10 {
	height: 10px;
}

.free_area .height20 {
	height: 20px;
}

.free_area .height30 {
	height: 30px;
}

.free_area .height50 {
	height: 50px;
}

.free_area .height100 {
	height: 100px;
}

.free_area .height200 {
	height: 200px;
}

.free_area .catch_copy {
	margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
	.free_area .image_block .right {
		margin-left: 15px;
	}
	
	.free_area .one_column_sp li {
		width: 100%;
	}
	
	.free_area .two_column_sp li {
		width: 48%;
	}
	
	.free_area .item_list .item_ttl {
		font-size: 16px;
	}
	.free_area .item_list .item_name {
		font-size: 16px;
	}

	.free_area .item_list .item_txt {
		font-size: 14px;
	}
	
	
}

/*********************

20181109追加

*********************/

.btn_box a {
	margin: 20px auto;
}


/***********************

素材比較20181126追加

***********************/

.column_detail_box .material_area .one_column,
.column_detail_box .material_area .two_column,
.column_detail_box .material_area .three_column,
.column_detail_box .material_area .four_column,
.column_detail_box .material_area .five_column {
	justify-content: center;
	-webkit-justify-content: center;
	flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
}

.column_detail_box .material_area .six_column,
.column_detail_box .material_area .seven_column,
.column_detail_box .material_area .eight_column {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.column_detail_box .material_area .two_column::before,
.column_detail_box .material_area .two_column::after,
.column_detail_box .material_area .three_column::before,
.column_detail_box .material_area .three_column::after,
.column_detail_box .material_area .four_column::before,
.column_detail_box .material_area .four_column::after,
.column_detail_box .material_area .five_column::before,
.column_detail_box .material_area .five_column::after {
	display: none;
}

.column_detail_box .material_area .five_column > li,
.column_detail_box .material_area .five_column > div {
	width: 18%;
}

.column_detail_box .material_area .one_column > div,
.column_detail_box .material_area .two_column > div,
.column_detail_box .material_area .three_column > div,
.column_detail_box .material_area .four_column > div,
.column_detail_box .material_area .five_column > div,
.column_detail_box .material_area .six_column > div,
.column_detail_box .material_area .seven_column > div,
.column_detail_box .material_area .eight_column > div,
.column_detail_box .material_area .one_column > li,
.column_detail_box .material_area .two_column > li,
.column_detail_box .material_area .three_column > li,
.column_detail_box .material_area .four_column > li,
.column_detail_box .material_area .five_column > li,
.column_detail_box .material_area .six_column > li,
.column_detail_box .material_area .seven_column > li,
.column_detail_box .material_area .eight_column > li {
	margin: 0 20px 20px 0;
}

.column_detail_box .material_area .six_column > div,
.column_detail_box .material_area .six_column > li {
	width: 16%;
}

.column_detail_box .material_area .seven_column > div,
.column_detail_box .material_area .seven_column > li {
	width: 13.5%;
}

.column_detail_box .material_area .eight_column > div,
.column_detail_box .material_area .eight_column > li {
	width: 12%;
}

.column_detail_box .material_area .material_content ul {
	background: none;
	margin: 0;
	padding: 0;
}

.column_detail_box .material_area .material_content ul li {
	padding: 0;
	margin-bottom: 0;
}

.column_detail_box .material_area .material_content ul li::before {
	display: none;
}

.column_detail_box .material_area .material_content ul li > div:first-child {
	border: 1px solid #DDD;
}

.column_detail_box .material_area .item_about_box > div:first-child {
	border: 1px solid #DDD;
}

.column_detail_box .material_area .item_name {
	font-size: 16px;
	padding: 20px 0 0;
}

.column_detail_box .material_area .itemNo {
	font-size: 13px;
	padding: 0;
}

.column_detail_box .material_area .itemPrice {
	padding: 0;
}

#material_no > div > div:first-child {
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
    padding: 10px;
    margin-bottom: 15px;
}

.column_detail_box .material_area .itemPrice,
.column_detail_box .material_area .item_description,
.front_back div a {
	font-size: 13px;
	line-height: 140%;
}

.column_detail_box .material_area .item_description a,
.point dd a {
	border: none;
	padding: 0;
	color: #333;
	display: inline;
	font-size: 13px;
	text-decoration: underline;
	margin: 0;
}

.point {
	border: 1px solid #BFBFBF;
}

.point dt {
	background: #EEE;
	padding: 10px;
}

.point dd {
	padding: 10px;
}

.point dt::before {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-right: 5px;
	content: "★";
}



#material_btn .column_btn01::after {
	margin-left: 10px;
	font-family: FontAwesome;
	content: "\f105";
}

.column_detail_box .material_area .column_btn01 {
	background: #005EAB;
	color: #FFF;
}

.column_detail_box .material_area .material_ttl {
	text-align: center;
	border-bottom: 1px solid #DDD;
	padding: 0 0 10px;
	margin-bottom: 30px;
	position: relative;
	cursor: pointer;
}

.column_detail_box .material_area .material_ttl.none-submenu::after {
	position: absolute;
	right: 5%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-family: FontAWesome;
	content: "\f107";
}

.column_detail_box .material_area .material_ttl.active-submenu::after {
	position: absolute;
	right: 5%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-family: FontAWesome;
	content: "\f106";
}

.column_detail_box .material_area .front_back div {
	font-size: 13px;
	line-height: 150%;
}

.column_detail_box .material_area .front_back div h4 {
	text-align: center;
	font-size: 22px;
}

.material_function table {
	width: 100%;
	max-width: 100%;
	border: 1px solid #DDD;
}

.material_function table caption {
	font-size: 15px;
	font-weight: bold;
	color: #005EAB;
	margin-bottom: 10px;
}

.material_function table tr td {
	border: none;
	font-size: 14px;
	padding: 15px;
}

.material_function table tr th {
	text-align: right;
}

.material_function table tr td {
	text-align: center;
}

.material_function .one_table tr td {
	width: 100%;
}

.material_function .two_table tr td {
	width: 50%;
}

.material_function .three_table tr td {
	width: 33%;
}

.material_function .four_table tr td {
	width: 25%;
}

.material_function .five_table tr td {
	width: 20%;
}

.material_function .six_table tr td {
	width: 16%;
}

.material_function .seven_table tr td {
	width: 13.5%;
}

.material_function .eight_table tr td {
	width: 12%;
}

.material_function div h4 {
	text-align: center;
}

.material_area {
	padding-bottom: 15px;
}

.function_ttl {
	text-align: center;
	color: #005EAB;
}

.function_ttl a {
	color: #005EAB;
}

.material_area div div .material_function {
	border: 1px solid #DDD;
	padding: 15px;
}

.material_area .material_function div {
	text-align: center;
	margin: 0 !important;
}

.column_detail_box .material_area .material_function_detail {
	background: #F1F1F1;
	padding: 50px;
	margin-top: 35px;
}

.column_detail_box .material_area .material_function_detail h4 {
	border: 1px solid #333;
	padding: 5px;
	color: #333;
	display: inline-block;
	margin: 0;
}

.column_detail_box .material_area .material_function_detail ul {
	background: none;
	padding: 25px 0 0;
	margin-bottom: 0;
}

.column_detail_box .material_area .material_function_detail ul li {
	display: flex;
	display: -webkit-flex;
}

.column_detail_box .material_area .material_function_detail ul li h5 {
	padding: 0;
	margin-bottom: 0;
	max-width: 160px;
	width: 100%;
	background: none;
	font-size: 13px;
	margin-right: 25px;
}

.column_detail_box .material_area .material_function_detail ul li p {
	padding: 0;
	font-size: 14px;
}



@media screen and (max-width: 768px) {
	
	.free_area .material_area #materialMenu {
		background: none;
		padding: 0;
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		justify-content: space-between;
		-webkit-justify-content: space-between;
		list-style: none;
	}

	.free_area .material_area #materialMenu li {
		margin: 0 0 10px;
		text-align: center;
		padding: 5px 15px;
		background: #FFF;
		cursor: pointer;
		border: 1px solid #005EAB;
		position: relative;
		width: 75%;
		display: flex;
		display: -webkit-flex;
		justify-content: space-between;
		-webkit-justify-content: space-between;
	}
	
	
	.free_area .material_area #materialMenu li.select::after {
		content: "▼";
		position: absolute;
		right: 1%;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		font-size: 10px;
	}

	.free_area .material_area #materialMenu li.select {
		background: #005EAB;
		color: #FFF;
	}

	.free_area .material_area #materialMenu li.select h3 {
		color: #FFF;
	}

	.free_area .material_area #materialMenu li h3 {
		padding: 0;
	}

	.free_area .material_area #materialMenu li:before {
		display: none;
	}
	
	.free_area .material_area #sp_ttl select#materialMenu {
		padding: 10px;
		-webkit-appearance: button;
		-moz-appearance: button;
		appearance: button;
		border: none;
		font-weight: bold;
		color: #FFF;
		z-index: 10;
	}
	 #sp_ttl select option{
	  background-color: #fff;
	  color: #333;
	}
	#sp_ttl select::-ms-expand {
	  display: none;
	}
	 #sp_ttl select:-moz-focusring { 
	  color: transparent; 
	  text-shadow: 0 0 0 #828c9a;
	}
	
	#sp_ttl {
		position: relative;		
		margin: 0 auto 30px;
		background: #005EAB;
	}
	
	#sp_ttl.fixed {
		bottom: 5%;
		left: 10%;
	}
	
	#sp_ttl::before {
		z-index: 1;
		position: absolute;
		right: 15px;
		top: 0;
		content: "▼";
		line-height: 43px;
		color: #FFF;
		pointer-events: none;
	}

	
	
	
	.column_detail_box .material_area .one_column > div, .column_detail_box .material_area .two_column > div, .column_detail_box .material_area .three_column > div, .column_detail_box .material_area .four_column > div, .column_detail_box .material_area .five_column > div, .column_detail_box .material_area .six_column > div, .column_detail_box .material_area .seven_column > div, .column_detail_box .material_area .eight_column > div, .column_detail_box .material_area .one_column > li, .column_detail_box .material_area .two_column > li, .column_detail_box .material_area .three_column > li, .column_detail_box .material_area .four_column > li, .column_detail_box .material_area .five_column > li, .column_detail_box .material_area .six_column > li, .column_detail_box .material_area .seven_column > li, .column_detail_box .material_area .eight_column > li {
		width: 100%;
	}
	
	.column_detail_box .material_area .material_function_detail ul li {
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		padding: 10px 0 10px;
	}
	
	.column_detail_box .material_area .material_function_detail ul li p {
		margin-left: 20px;
	}
	
	.item_about_box {
		text-align: center;
	}
	
	.column_detail_box .material_area .material_function_detail {
		padding: 30px 20px;
	}
	
}

/***********

カレンダー追加20190125

************/

.one_year_content {
	padding: 50px 0 70px;
}

.one_year_content .inner > .btn01 {
	margin-top: 50px;
	max-width: 300px;
}

.btn_box {
	margin: 50px 0;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
}

.btn_box a {
	margin: 0 15px 0 0;
}

@media screen and (max-width: 768px) {
	
	.btn_box {
		margin: 20px 0 50px;
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
	}
	
	.btn_box a {
		margin: 0 10px 10px 0;
		width: 45%;
		max-width: 45%;
		padding: 15px 5px;
	}
}

.one_year_content .three_column > div {
	position: relative;
	margin-bottom: 80px;
}



/*********************

20190130追加

*********************/

.one_year_content .three_column div .fc-basic-view tbody .fc-row {
    height: 80px;
}

.one_year_content .three_column div .category-class_intermediate,
.one_year_content .three_column div .category-advanced-class {
	margin-top: 10px;
}

.one_year_content .three_column div .fc-other-month {
	position: relative;
}

.one_year_content .three_column div .fc-other-month::after {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.2);
	content: "";
}
/**
.one_year_content .three_column div .fc-row .fc-bg {
	z-index: 5;
}**/

.one_year_content .three_column > div.btn_box {
	width: 100%;
	padding-bottom: 0;
	margin-bottom: 50px;
}

.one_year_content .three_column > div.btn_box a {
	margin: 0 15px 15px 0;
	transform: initial;
	position: relative;
	left: 0;
	bottom: 0;
}

/*****************

thanksページ20190201追加

******************/

.thanks_box p {
	padding: 50px 0;
	font-size: 16px;
	line-height: 200%;
}

@media screen and (max-width: 768px) {
	
	.thanks_box p {
		text-align: left;
	}
}

/********************

20190228年間カレンダー調整追加

********************/

.one_year_content .three_column > div .fc-title {
	font-size: 1em;
}

.one_year_content .three_column div .fc-basic-view tbody .fc-row {
    height: 100px;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
	
	.one_year_content .three_column > div {
		width: 48%;
	}
}

@media screen and (max-width: 768px) {
	
	.one_year_content .three_column > div .fc-title {
		font-size: 1.3em;
	}
	
	.one_year_content .three_column div .fc-basic-view tbody .fc-row {
		height: 80px;
	}
}

/*****************

20190401素材比較追加

******************/

.material-image {
    border: 1px solid #BFBFBF;
}

.column_detail_box p.material_feature {
    line-height: 160%;
    font-size: 15px;
    text-align: left;
}

.column_detail_box p.recommended_scene_txt {
    line-height: 160%;
    font-size: 13px;
    padding: 30px 0 0;
}

.column_detail_box ul.recommended_scene {
    margin-bottom: 15px;
    padding: 0;
    background: none;
}

.column_detail_box ul.recommended_scene li {
    padding: 5px 0;
    font-size: 13px;
    display: flex;
    display: -webkit-flex;
}

.password{
	text-align:center;
	margin:50px 0;
}
.password input[type="password"]{
	display:inline-block;
	margin: 10px 0;
	font-size: 17px;
	padding: 5px;
}
.password input[type="submit"]{
	padding:10px;
}
