@charset "utf-8";

/**************************フォントの読み込み**********************/
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

















/*
.wedding_page{
	margin-top:-15px !important;
}
*/

.serach_text{
	font-size:14px;
	text-align:center
}
@media screen and (max-width: 768px) {
.serach_text{
	display:none;
}	
}

.serach_text::before {
  font-family: "Font Awesome 5 Free"; /*←ココ！！！！！！！*/
  font-weight: 900;
  content: "\f002";
  margin: 0 4px 0 0;
}

.fa-angle-right_w:before {
    content: "\f105";
}
.fa-angle-right_w:before {
    margin-left: 5px;
}


#right_banner{
	padding:0;
	margin:0 0 20px 0;
	text-align:justify
}

#right_banner img{
	margin:0 0 3px 0;
}
#right_banner li{
	margin:0 0 10px 0;
	line-height:1.4em;
}

.li_menu{
	/*width:128px;*/
	width: 186px;
	display:table
}

h5{
	padding: 3px 0 4px 10px;
    margin: 50px 0 20px;
    border-left: solid 5px #2e2e2e;
	font-size:16px
}

.linkBox {
    background: #f0f0f0;
    padding: 5px 20px;
	
	
}

.linkBox .link {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 5px;
	font-size:16px;
	background:#fff;
	background-image:url(../img/mailnews/arrow.png);
	background-position:right 15px bottom 10px;
	background-repeat: no-repeat;
	padding: 10px 20px;

}

.pp_h{
    margin:25px 0 5px 0px;
	font-weight:600;
	font-size:14px;

}
.pp_t{
		font-size:12px;
		margin:0 0 0 40px
}
.mt_pp{
	margin-top:40px;
}

.pp_list{
	margin:0 0 0 60px;
	font-size:12px;

}

.mt20{
	margin-top:15px;
}

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

/*
.about .linkBox .link a:link {
	border-bottom:none;

}
*/

.link:hover{
	opacity: 0.5 ;

}
.link{	
    transition: 0.3s ease-in-out;
}

#mail_kojin{
    padding: 20px 20px 8px 25px;
    margin-top: 40px;
    border: solid 1px #dfdfdf;
}

/*
.about .linkBox .link a:hover {
	border-bottom: dotted 1px #363636;
}
*/

/*************フォーム*************/
#form{
 position:relative;
}
#s-box{
 height: 40px;
 padding: 0 10px;
 position: absolute;
 left: 0;
 top: 0;
 border-radius:2px;
 border:solid 3px #eaeaea;
 outline: 0;
}
#s-btn-area{
 height: 50px;
 position: absolute;
 left:250px;
 top: 0;
 background:none;
 color:#666;
 border:none;
 font-size:20px;
 outline: 0;
}
#s-btn{
 background-color: black;
 width: 50px;
 height: 30px;
 position: relative;
 right: 20px;
 bottom: 10px;
 border-radius: 3px;
 font-size: 16px;
 color: #fff;
 line-height: 31px;
}
/*************フォーム*************/



h2.entry-title{
	margin-bottom:10px;
}

#search_result{
	margin:0;
	padding:0;
	text-align:justify;
	border-top: 1px #333 dotted;
}

#search_result li{
	margin:0;
	padding:0;
	border-bottom: 1px #333 dotted;
}

.inactive{
	border-bottom: none !important;
}

/******お教室*******/
#class_list li{
	clear:both;
	text-align:left;
	margin:0;
	border-top:1px #cbcbcb solid;
	padding:15px 0 10px 0;
	display: inline-block;
}

@media screen and (max-width: 768px) {
	#class_list li{
	clear:both;
	text-align:left;
	margin:0;
	border-top:1px #cbcbcb solid;
	padding:20px 0;
	display: block;
}
	
}


#class_list li:last-child{
	border-bottom:1px #cbcbcb solid;
}

#class_list p{
	margin:0;
	padding:0;
}

ul#class_list {
	padding:0;
	margin:0;
	
}


.area{
	float:left;
    width: 160px;
    padding: 10px 0 0 0;
	text-align: center;
	
}


.detail{

	float:left;
	width:840px;
	border-left:1px #cbcbcb solid;
	padding:5px 0 0px 30px;
}


.detail h2{
	font-size:16px;
	font-weight:700;
	margin:0 0 5px 0;
	padding:0
}



.kensuu{
	text-align:left;
	height: 25px;
}



.area_koumoku{
	float:left;
    width: 160px;
    padding:10px 0 10px 0px;
	text-align: center;
	background:#f0f0f0;
}
.detail_koumoku{
	float:left;
	width:840px;
	padding:10px 0 10px 30px;
	background:#f0f0f0;
}
@media screen and (max-width: 768px) {
	
	
.kensuu{
	text-align:left;
	height: 25px;
	width:93%;
	margin:0 auto
}


.area_koumoku{
	display:none
}
.detail_koumoku{
		display:none
}	
}



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

.area{
	float:none;
    width:93%;
	margin:0 auto 20px auto;
    padding:0;
	text-align:left;
}



.detail{
	float:none;
	 width:93%;
	margin:0 auto;
	border-left:none;
	padding:0px;
}

.detail h2{
	font-size:16px;
	font-weight:700;
	margin:0 0 5px 0;
	padding:0;
	text-align:left
}

}

.area a:link {
	border-bottom: dotted 1px #363636;
	color:#000
}
.area   a:hover {
	border-bottom:none;
}



	



p.station{
	    margin: 10px 0 !important;
}
	
.class_top_lead{
	width: 600px;
    text-align: left;
    margin: 0 0 40px 0;
}

@media screen and (max-width: 768px) {
.class_top_lead{
	width: 93%;
    text-align: justify;
    margin: 0 auto 40px auto;
}	
	
}


#class_top a:link, .classes_table a:link{
	border-bottom: dotted 1px #363636;
	color:#000
}

#class_top a:hover, #class_top a:hover{
	border-bottom:none;
	color:#000
}

#class_top dl{
	width:700px;
	margin:0;
	padding:0;
	line-height:1.8em;
}

#class_top dt{
	width:100px;
	
	float:left;
	margin:0;
	padding:0;
	text-align:left
}
#class_top dd{
	width:600px;
	color:#9e9e9e;
	float:left;
	margin:0 0 15px 0;
	
	padding:0;
	text-align: left;
}

@media screen and (max-width: 768px) {
	#class_top dl{
	width:93%;
	margin:0 auto;
	padding:0;
	line-height:1.8em;
}

#class_top dt{
	width:100%;
	float:none;
	margin:0;
	padding:0;
	text-align:left
}
#class_top dd{
	width:100%;
	float:none;
	margin:0 0 15px 0;
	
	padding:0;
	text-align: left;
}
}


.page dl{
	display:block;
	clear:both;
	width:700px;
	height:200px;
	margin:0 ;
	padding:15px 0 0px 0 
}

.page dt{
	float:left;
	background:#F0F0F0;
	color:#000;
	padding:3px 0 3px 10px;
	width:150px;
	height:30px;
	margin:0 10px 2px 0;
	
	
}

.page dd{
	width:500px;
	float:left;
	padding:0;
	margin:0  0 2px 0;
	height:30px;
	line-height:2.2em
}


.class_mainimg1 img{
	width:488px;
	float:left;
	margin-bottom:40px;
	
}

.class_mainimg2 img{
	width:488px;
	float:left;
	margin-left:20px;
	margin-bottom:40px;
}

@media screen and (max-width: 768px) {
.class_mainimg1 img{
	width:100%;
	margin:0 auto 0 auto;
	float:none;
	
}

.class_mainimg2 img{
	width:100%;
	margin:0 auto 0 auto;
	float:none;
}
}

.contents_classes{
	width:1000px;
	margin:60px 0 0 0;
	line-height:1.7em;
	font-size:14px;
	text-align:left
}


@media screen and (max-width: 768px) {
.contents_classes{
	width:93%;
	margin:60px auto 0 auto;
	line-height:1.7em;
	font-size:14px;
	text-align:left
}	
}


.contents_classes h2{
	font-size: 19px;
    margin-bottom: 50px;
    font-weight: 400;
    text-align: center;
}


.classes_table {
	clear:both;
    width: 700px;
	margin:0 auto;
    height: auto;
    box-sizing: border-box;
}
.classes_table dl {
    background:#F0F0F0;
    width: 700px;
    height: auto;
	clear:both
}
.classes_table dt {
    width: 150px;
    
    background:#F0F0F0;
    padding: 3px 0 3px 10px;
    float: left;
    clear: both;
	box-sizing: border-box;
	border-top:2px #FFFFFF solid;
	
}
.classes_table dd {
    background-color: #fff;
    padding: 3px 0 3px 10px;
	width:550px;
    display:inline-block;
    margin:0;
    box-sizing: border-box;
	border-top:2px #FFFFFF solid;
	border-left:2px #FFFFFF solid;
	
}


.classes_table dd p{
	margin:0;
	padding:0;
	line-height:1.9em
}
@media screen and (max-width: 768px) {
	.classes_table {
	clear:both;
    width: 100%;
	margin:0 auto;
    height: auto;
    box-sizing: border-box;
}
.classes_table dl {
  	background: none;
    clear:both;
	width:100%;
	margin:0 ;
	padding:15px 0 0px 0;
	height:auto;
	word-break: break-all;
}
.classes_table dt {
    background:#F0F0F0;
	color:#000;
	padding:3px 0 3px 10px;
	width:100%;
	float:none;
	margin:0 10px 2px 0;
	height:auto;
	border-top: none; 
	
}
.classes_table dd {
   width:100%;
	float:none;
	padding:0 10px;
	margin:5px 0 12px 0;
	height:auto;
	line-height:1.4em
	
}

.classes_table dd p{
	margin:0;
	padding:0;
	line-height:1.9em
}
}

	


.catchcopy{
	text-align:center;
	clear:both;
	padding: 30px 0 0 0;
}

@media screen and (max-width: 768px) {
.catchcopy{
	width:93%;
	margin:0 auto;
	text-align:center;
	clear:both;
	padding: 30px 0 0 0;
}	
	
}


/******お教室END*******/

body{
  margin:0 auto;
  padding:0;
  text-align:center;
  background:#fff;
  font-size:13px;
  color: #000; /* lightblue*/
  font-weight:normal;
}

a{
	transition:0.5s;
}

.pc_only{
	display:inline;
}

.sp_only{
	display:none;
}


/* お問い合わせ */
.hisssu{
	color:#900000;
}


/* ニュース */




.news_date{
	color:#646b6b;
	margin:0 0 40px 0;
	font-weight:400
}
@media screen and (max-width: 768px) {
.news_date{
	margin:0 0 20px 0
}	
	
}

#news{
	text-align:left;
	font-size: 14px;
}

@media screen and (max-width: 768px) {
	#news{
		line-height:1.8em;
}
}


#news img{
	margin:20px 0;
}

#news dl{
	width:700px;
	margin:0;
	padding:0;
	line-height:1.8em;
}

#news dt{
	width:75px;
	color:#646b6b;
	float:left;
	margin:0;
	padding:0;
	text-align:left
}
#news dd{
	width:600px;
	float:left;
	margin:0 0 15px 0;
	
	padding:0;
	text-align: left;
}




#news dd a:link, #news a:link{
	border-bottom: dotted 1px #363636;
	color:#000
}

#news dd a:hover, #news a:hover{
	border-bottom:none;
	color:#000
}


#news img{
	margin:0;
	padding:0;
}

#news .f_left{
	float:left;
	margin:0 20px 0 0
}

#news .text_left{
	width:480px;
	float:left;
	height:auto;
	text-align:justify
}

#news .f_right{
	float:left;
	
}

#news .text_right{
	width:480px;
	float:left;
	margin:0 20px 0 0 ;
	height:auto
}

#news .top_img{
	margin:0  0 20px 0 ;
}
	

@media screen and (max-width: 768px) {
#news .f_left{
	float:none;
	margin:20px 0px 20px 0
}

#news .text_left{
	width:100%;
	float:none;
	height:auto
}	
#news .f_right{
	float:none;
	margin:20px 0px 20px 0
}

#news .text_right{
	width:100%;
	float:none;
	height:auto
}	
	
}


.ichiran_box{
	width:100%;
	clear:both;
	text-align: center;
}


.news_back a{
	border:1px #000000 solid;
	display: inline-block;
	padding:2px 20px 3px 20px;
	margin-top:50px;
	clear:both;
	transition:0.3s ease-in-out
}
.news_back a:hover{
	opacity:0.7;
}

@media screen and (max-width: 768px) {
#news dl{
	width:100%;
	margin: 0;
    padding: 10px 0 13px 0;
    border-top: dotted 1px #363636;
	clear:both
}
#news dl:last-child{
	width:100%;
	margin: 0;
    padding: 10px 0 13px 0;
    border-bottom: dotted 1px #363636;
	clear:both
}

#news dt{
	width:90%;
	float:none;
	margin:0 auto

}

#news dd{
	width:90%;
	float:none;
	margin:0 auto;
	line-height:1.5em;
	padding:0 ;

}	

#news dd a:link{
	border-bottom:none;
	color:#000
}

#news dd a:hover{
	border-bottom:none;
	color:#000
}

#news img{
	width:100%;
}


.news_back a{
	border:1px #000000 solid;
	display: inline-block;
	padding:2px 20px 3px 20px;
	margin:50px auto 0 auto;
	clear:both
}
}




/* 下層ページ */
.page{
	text-align:left;

}

h2{
	font-size:19px;
	margin-bottom:50px;
	font-weight:400;
	text-align:left
}
h2 span{
	font-size:80%;
	color:#818181
}

.contents{
	width:800px;
	margin:60px 0 0 0;
	line-height:1.7em;
	font-size:14px;
}



.about a:link {
    border-bottom: dotted 1px #363636;
    color: #000;
}

	
.teacher{
	margin:15px 0 5px 0;
}

h4{
	clear:both;
	font-size:18px;
	margin:50px 0 0px 0;
	border-bottom:1px #CBCBCB solid;
	
}

h3{
	text-align: left;
    background: url(../img/common/obi.png);
    min-height: 40px;
    font-size: 24px;
    line-height: 2em;
    padding: 10px 10px 12px 12px;
    font-weight: 300;
}

.page dl{
	display:block;
	clear:both;
	width:700px;
	height:200px;
	margin:0 ;
	padding:15px 0 0px 0 
}

.page dt{
	float:left;
	background:#F0F0F0;
	color:#000;
	padding:3px 0 3px 10px;
	width:150px;
	height:30px;
	margin:0 10px 2px 0;
	
	
}

.page dd{
	width:500px;
	float:left;
	padding:0;
	margin:0  0 2px 0;
	height:30px;
	line-height:2.2em
}


@media screen and (max-width: 768px) {
	
h3{
	text-align: left;
    background: url(../img/common/obi.png);
    min-height: 40px;
    font-size: 21px;
    padding: 8px;
    line-height: 1.5em;
    width: 100%;
	font-weight:200
}


h2{
	font-size:20px;
	text-align:center;
	margin-bottom:60px;
	line-height: 1.2em;

}

.contents{
	width:93%;
	margin:60px auto 0 auto;
	font-size: 14px;
	text-align:justify
}

.page dl{
	clear:both;
	width:100%;
	margin:0 ;
	padding:15px 0 0px 0;
	height:auto
}

.page dt{
	background:#F0F0F0;
	color:#000;
	padding:3px 0 3px 10px;
	width:100%;
	float:none;
	margin:0 10px 2px 0;
	height:auto
	
}

.page dd{
	width:100%;
	float:none;
	padding:0 10px;
	margin:10px 0;
	height:auto;
	line-height:1.4em
	
}

}





@media screen and (max-width: 768px) {
.pc_only{
	display:none;
}

.sp_only{
	display:inline;
}	
	
}


/* ページトップへ戻る */
.pagetop {
	background:#F0F0F0;
	width:111px;
	height:36px;
	font-size:12px;
	letter-spacing:0.05em;
	line-height:3em;
	border-radius:5px 5px 0 0;
	color:#6E6E6E;
	margin:0 0 0 auto
}

.pagetop a:link{
	margin-left:5px;
	color:#6E6E6E
}


.pagetop_box{
	width:1000px; margin:0 auto;
}


.font{
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight:400
}

.inner {
  width: 1000px;
　margin: 0 auto;
  text-align:left
}

div.breadcrumbs{
	width: 1000px;
　	margin: 0 auto !important;
	text-align:left
}

article{
  margin:0px auto;
  padding:0;
  clear:both;
  width:1000px
}

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

.pagetop_box{
	width:100%;
	

}

.pagetop{
	margin: 0 3% 0 auto;
}

.inner {
  width: 100%;
}

article{
   width: 100%;
}

}

img{
  vertical-align: bottom;
}


/***************ヘッダ***************/

nav ul{
	width:1000px;
	margin:20px auto 0 auto;
	padding:0;
	height:65px;
	clear:both;

}

nav li{
	list-style:none;
	float:left;
	margin:0 15.2px
}

nav li:first-child{
	margin-left:0;
}
nav li:last-child{
	margin-right:0;
}

#header_right_box{
	float:right;
	text-align:right;
	height:95px;
}


.contact_header{
	width:123px;
	height:30px;
	margin:31px 0 5px auto

}

.kouza_header{
	width:231px;
	height:30px;
	margin:0px 0 8px auto

}



.header_box{
	width:1000px;
	margin:0 auto;
	height: 60px;
}

	
h1 {

    float: left;
    width: 253px;
    margin: 25px 0 0 0;
}

h1 img{
width: 240px
}

#header hr{
	border-bottom:0.1px #cbcbcb solid;
	clear:both
}

.nav-wrap{
	display:none;
}

#header{
　height: 60px;
}


@media screen and (max-width: 768px) {
h1 {	
	margin: 15px auto 12px auto;
    float: none;
    width: 210px;
	height:auto
}
h1 img{
width: 210px
}


#header_right_box{
	display:none
}

.contact_box{
	position:absolute;
	top: 0;
    right: 15px;
}

#header{
　height:auto;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 2000;
  background:#fff;
  border-bottom:1px #cbcbcb solid;
}

.header_box{
	width:100%;
	height:auto
}

#header hr{
	display:none;
	border-bottom:none;
	clear:both
}

nav{
	display:none;
}

/***************ハンバーガーメニュー***************/


.locked{
  overflow: hidden;
}

.nav-button {
   z-index: 20;
    position: relative;
    width: 27px;
    height: 12px !important;
    top: 8px;
    display: block;
    cursor: pointer;
}

.toggle-nav a {
  color: #000;
  text-decoration: none;
  font-size: 11px;
  color: #448aff;
}

.nav-wrap.open {
  display: block;
}

.nav-wrap.close {
  display: none;
}

.nav-wrap {
    position: fixed;
    left: 0;
    display: none;
    z-index: 1000;
    background-color: #fff;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
	color:#989898;
	border-top:1px #cbcbcb solid;
	
}

.nav-wrap .toggle-nav {
  height: 100%;
  position: relative;
}

.nav-wrap li a {
    color: #000;
    font-size: 13px;
    display: block;
}

/*メニューボタン*/
.nav-button,.nav-button span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}


.nav-button span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  border-radius: 2px;
}


.nav-button.active{
	position:absolute;
	top:13px;
	right:-1px;
}

.nav-button.active span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  border-radius: 2px;
}

.nav-button span:nth-of-type(1) {
  top: 0;
}

.nav-button span:nth-of-type(2) {
  top: 8px;
}

.nav-button span:nth-of-type(3) {
  top: 16px;
}



.nav-button.active span:nth-of-type(1) {
  transform: translateY(18px) rotate(-45deg);
}

.nav-button.active span:nth-of-type(2) {
  opacity: 0;
}

.nav-button.active span:nth-of-type(3) {
  transform: translateY(2px) rotate(45deg);
}



.toggle-menu {
    margin: 0 auto;
    width: 100%;
    padding: 20px 0 180px;
    max-width: 100%;
}

.toggle-menu_logo {
  width: 280px;
  /*float: left;*/
  height: 350px;
  line-height: 200px;
  text-align: left;
}

.toggle-sitemap {
  list-style: none;
  margin: 0 auto;
    padding: 0;
    width: 90%;
}

.toggle-sitemap li {
    display: inline-block;
    width: 100%;
    text-align: left;
    height: 30px;
    margin: 5px 0;
}

.toggle-sitemap span {
    font-size: 11px;
}

.toggle-sitemap li:hover {
    text-decoration: underline;
    color: #000;
}

.toggle-form {
    list-style: none;
    margin-top: 10px;
    padding: 0;
}

.toggle-form li {
    /*float: left;*/
    width: 95%;
    border: solid 1px #ffffff;
    margin: 5px auto;
    padding: 10px;
    color: #ffffff;
    font-size: 13px;
}

.toggle-form li a {
  font-size: 13px;
}

.toggle-bottommenu {
    margin: 20px 0 100px;
    padding: 0;
    width: 100%;
}

.toggle-bottombox{
    margin: 0;
    padding: 0;
    width: 50%;
    float: left;
    height: 40px;
    line-height: 35px;
}

.close_btn{
    margin: 40px auto ;
    padding: 1px 0 0 0;
    width: 110px;
    height: 24px;
    float: none;
	line-height:1.75em;
	background:#000000;
	
}
.close_btn a:link{
	color:#fff
}

}




/***************フッタ***************/




footer {
	clear:both;
	padding-top:60px;
	color:#989898;
	
}

footer a:link{
	color:#000;
	transition: ease-in-out .3s
	
}

footer a:hover{
opacity: .3
}
li{
	padding:0;
	list-style:none
}


.main_list{
	width:310px !important;
}
.last_list{
	width:280px !important;
}

@media screen and (max-width: 768px) {
.main_list{
	width:100% !important;
}
.last_list{
	width:100% !important;
}
}


ul.footer_list {
	margin: 0 0 60px 0;
	padding:0;
	width:267px;
	text-align:left;
	float:left
}


@media screen and (max-width: 768px) {
ul.footer_list {
	margin: 0 0 0px 0;
	padding:0;
	width:100%;
	text-align:left;
	float:none
}	
	
}



ul.footerlist li {
　margin: 0;
  padding: 0;
  line-height: 20px;
  text-align:left;
  font-weight:200
}

ul.footerlist li a:link{
	text-decoration:none;
}

.fas{
	padding-right:5px;
}

.keiko{
	margin-top:20px;
}

.footer_banner{
	margin-top:20px;
	margin-left: 12px;
}
.movie_frame img{
	width:800px;
}

@media screen and (max-width: 768px) {
.movie_frame{
	margin:10px 0 0  0
}
.movie_frame img{
	width:100%;
}
.footer_list li{
		border-bottom:1px #8E8E8E dotted;
		width:100%;
		padding:15px
}


	
.keiko{
	margin-top:0px;
}

.footer_banner{
	margin-left:0px;
	margin-top:0px;
	text-align:center;
}

}

.footer_box {
  background-color: #f0f0f0;
  display: -webkit-box;
  height:200px 
}

@media screen and (max-width: 768px) {
.footer_box {
  height:auto
}
}


.footer_inner{
	width:1000px;
	margin:0 auto;
	padding:30px 0 0 0 ;

}

#copy_box{
		border-top:1px  #B7B7B7 solid;
	    background-color: #f0f0f0;
}

.copyright {

	clear:both;
    padding: 20px 0px 20px 0;
    margin: 0;
	color:#363636;
	letter-spacing:0.01em
}


@media screen and (max-width: 768px) {
.footer_inner{
	width:100%;
	margin:0 auto;
	padding:0px 0 0 0 ;

}	

#copy_box{
		border-top:none;
}

	
}







/************ 全体 ************/
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}


*,*::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;
}



a:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

a:link,a:visited,a:hover,a:active {
  color: #000;
  text-decoration: none;
}

a img{
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}







/***************パンくず***************/

.breadcrumb {
  padding: 10px 0;
  font-size: 12px;
  border-top: 0.1px #cbcbcb solid;
  border-bottom: 0.1px #cbcbcb solid;
  clear: both;
  color:#989898
}

.breadcrumb .inner{
	width:1000px;
	margin:0 auto;
}

.breadcrumb ol {
  margin: 0 auto;
  padding:0;
  text-align: left;
  list-style: none;
}

.breadcrumb a {
  color: #000;
}

.breadcrumb li {
  display: inline-block;
  margin:0 10px 0 0 
}


.breadcrumb .fas{
	margin:0 10px 0 0;
	padding:0
}

.fa-angle-right:before{
	margin-left: 12px;
}

.breadcrumb li:last-child::after {
  content: none;
}



@media screen and (max-width: 768px) {
.breadcrumb {
  padding: 10px 10px;
  font-size: 12px;
  border-bottom: 1px #cbcbcb solid;
  clear: both;
  color:#989898;
  margin-top:65px
}

.breadcrumb .inner{
	width:100%;
	margin:0 auto;
	 font-size: 12px;
}
}










/***************スライダー***************/

#container_3 .bx-wrapper {
  margin: 0 auto !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
  background: none !important;
  max-width: 1000px !important;
}

#container_3 .bxslider img{
  width: 100% !important;
  height: auto !important;
}


.slick3 .slick-prev:before,.slick3 .slick-next:before {
  color: #0082dd;
}


#arrow .slick-next:before{content:""}
#arrow .slick-after:before{content:""}



.prev-arrow:hover::before, .prev-arrow:focus::before, .next-arrow:hover::before, .next-arrow:focus::before {
    opacity: 1;
}



.slick3 .prev-arrow {
    left: -70px;
}

.slick3 .next-arrow {
    right: -70px;
}


.prev-arrow, .next-arrow {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 45%;
    display: block;
    width: 30px !important;
    height: 40px !important;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}



/************ページ送り　https://web-ashibi.net/archives/971　******/

.pagination {
	clear: both;
	padding: 20px 0;
	position: relative;
	font-size: 14px;
	line-height: 14px;
    text-align: center;
}
.pagination-box {
	display: inline-block;
}
.pagination span, .pagination a {
	display: block;
	float: left;
	margin: 2px 2px 2px 0;
	padding: 10px 10px 10px 10px;
	text-decoration: none;
	width: auto;
	color: #808080; /* 通常の文字色 */

}

.page-of{
	/*border:1px #808080 solid;*/
}

.pagination a:hover{
	color: #000; /* マウスホバー時の文字色 */

}
.pagination .current{
	padding: 10px 10px 10px 10px;
    color: #000;
    border-bottom: 1px #000000 dotted;

}

@media only screen and (max-width: 413px) {
.pagination {
	font-size: 12px;
	line-height: 12px;
}
.pagination span, .pagination a {
	padding: 8px 10px 8px 10px;
}
.pagination .current{
	padding: 8px 10px 8px 10px;
}
}
