@charset "UTF-8";
/*
Theme Name: minidora
Theme URI: /wp-content/themes/minidora
Description: ミューズ矯正歯科のサイトです
Author: me
Author URI: 
Version: 1.0
*/



/*==================================================================
	common settings
===================================================================*/

html {
	font:  15px / 20px "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN","游ゴシック", YuGothic, "メイリオ", Meiryo, Verdana, sans-serif;
	letter-spacing:0.15em;
}
body{
	overflow-x: hidden;
	color:#111;
	letter-spacing:1.2px;
}
h1,h2,h3,h4,h5,p,a,span,strong,dl,dt,dd,table,tbody,thead,th,td,blockquote,ul,li,ol {
	font-family:  "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN","游ゴシック", YuGothic, "メイリオ", Meiryo, Verdana, sans-serif;
}

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

}
 
@media screen and (min-width : 1024px) {

}
.uk-grid.uk-grid-collapse {
	margin-left: 0;
}
.uk-grid.uk-grid-collapse >* {
	padding-left: 0;
}
.uk-h1, h1 {
	font-size: 10px;
	line-height: 30px;
	margin:0 ;
	color:#666;
	padding:0;
}

h2 {
	margin:15px 0 0 0;
	font-size: 18px;
}
p, li, dt, dd{
	font-size: 15px;
	line-height:180%;
}
a {
	-webkit-transition: 0.4s ;
	transition: 0.4s ;
}

a img:hover {
	opacity: 0.6;
	-webkit-transition: 0.4s ;
	transition: 0.4s ;
}

img.img_responsive {
	width: 100%;
}
hr{
	border:2px dotted #c6efef;
}



/* 旧サイトｃｓｓ
-------------------------------------------------------------------*/
.photoleft{
	float:left;
	margin-right:10px;
}

.photoright{
	float:right;
	margin-left:10px;
}
.leftBox{
	float:left;
}

.rightBox{
	float:right;
}
table.planSheet {
    border-collapse:collapse;
    border-spacing:0px;
    border: 1px solid #CCC;
    border-bottom: none;
    margin-bottom:15px;
	width:100%;
}


.planSheet th, .planSheet td {
    border: 1px solid #CCCCCC;
    padding: 5px;
}



.planSheet th {
    background-color:#E3F0F7;
    font-weight: normal;
    padding: 10px;
	width:120px;
}

.planSheet th.sd {
    background-color:#E3F0F7;
    font-weight: normal;
    padding: 10px;
	width:120px;
	background:#E3F0F7;
}


.planSheet thead th {
    background-color:#2286BE;
	font-weight:bold;
    padding: 10px;
	width:120px;
	color:#FFF;
}
.planSheet thead th.sd {
    padding: 10px;
	width:120px;
	background:#2286BE;
	color:#FFF;
	font-weight:bold;
}

.planSheet td img {
    vertical-align:middle;
}

.planSheet td.sd {
    border: 1px solid #CCCCCC;
    padding: 5px;
}

.planSheet th.bd {
    background-color:#1C6B97;
	font-weight:bold;
    padding: 10px;
	width:120px;
}

.planSheet td.bd {
    background-color:#EDF7FC;
	font-weight:bold;
    padding: 10px;
	width:120px;
}


@media screen and (max-width : 768px){
.photoleft{
	float: none;
	margin:0 auto;
	text-align:center;
}
.photoright{
	float: none;
	margin:0 auto;
	text-align:center;
}
.leftBox{
	float: none;
}
.rightBox{
	float: none;
}

}







/* mainslide
-------------------------------------------------------------------*/
.mainslide{
	background: url(./img/tour.png) repeat-x ;
	height:200px;
}
.mainslide a{
	display:block;
	z-index:-5000px;
//	height:180px;
	text-align:center;
	padding:20px 0;
}
.mainStart {
	margin-top: 0px;
}
@media screen and (max-width : 768px){
.mainslide{
	background-size:cover;
	height:100px;
}
}



/* margin,padding
-------------------------------------------------------------------*/
.mb0 {
	margin-bottom: 0;
}
.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 1.5em;
}

.mb30 {
	margin-bottom: 30px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb60 {
	margin-bottom: 60px;
}
.mb80 {
	margin-bottom: 80px;
}

.mb100 {
	margin-bottom: 8em;
}
.mt5{
	margin-top: 5px;
}
.mt10{
	margin-top: 10px;
}
.mt15{
	margin-top: 15px;
}
.mt20{
	margin-top: 20px;
}
.mt30{
	margin-top: 30px;
}
.mt40{
	margin-top: 40px;
}
.mt60{
	margin-top: 60px;
}
.mt80{
	margin-top: 80px;
}
.pb0{
	padding-bottom:0;
}
.pb20{
	padding-bottom:20px;
}
.pb30{
	padding-bottom:30px;
}
.pt80{
	padding-top:80px;
}
.pt30{
	padding-top:30px;
}
.pb80{
	padding-bottom:80px;
}
.pt0{
	padding-top:0;
}
.pBox15{
	padding:15px;
}
@media screen and (max-width : 768px){
.mb60{
	margin-bottom:30px;
}
.mb80{
	margin-bottom:40px;
}
.top-logo{
	margin-top:20px;
}
}



/* color
-------------------------------------------------------------------*/
.bg_top {
	background:#e7f5f5;
	padding:60px 0 ;
}



@media screen and (max-width : 768px){
.bg_top {
	padding:30px 0 ;
}

}

/* font style
-------------------------------------------------------------------*/
.red{
	color:#f04148;
}
.bold{
	font-weight:bold;
}
.pink{
	color:#CC5E5E;
}
.center{
	text-align:center;
}
.strong,
strong{
	font-weight:bold;
	color:#f29898;
	font-size:16px;
}
.green{
	color:#00A56D;
}
.orange{
	color:#E67C13;
}
.f35{
	font-size:35px;
}
.f4{
	font-size:18px;
}
.fonts{
	font-size:12px;
	letter-spacing:1.2px;
	line-height:100%;
	margin:0;
}
p.top-txt{
	font-size:18px;
	line-height:200%;

}

/* top-title style
-------------------------------------------------------------------*/
.top-title {
	color:#554139;
	font-size:20px;
	margin:0;
	margin-bottom:40px;
	padding:0 20px 40px 20px;
	background:url(./img/top_title.png) no-repeat center bottom;
	display:inline-block;
}
.top-title span{
	color:#ff9799;
	font-family: "ヒラギノ明朝 Pro","HG明朝","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	font-weight:lighter;
	font-size:10px;
	display:block;
	margin:0;
}


@media screen and (max-width : 768px){
.top-title {
	font-size:17px;
	margin:0;
	margin-bottom:20px;
	line-height:200%;
}
.top-title span{
	border-bottom:none;
	padding-bottom:0;
}

}

/* page_ttl
-------------------------------------------------------------------*/

.page_ttl_txt,
.headline1,
.title {
	text-align:center;
	line-height:200%;
	font-size:26px;
	color:#333;
	margin:20px 0 40px 0;
	letter-spacing:0.2em;
	padding:0;
}
.page_ttl_txt span,
.title span{
	background:url(./img/top_title.png) repeat-x left center;
	padding:20px 30px;
}

.title1,
.headline2{
	background:#ddf1f1 url(./img/icon.png) no-repeat 15px center;
	font-size:18px;
	margin:0 ;
	padding:8px 15px 8px 55px;
	margin-bottom:20px;
	color:#333;
	font-weight:bold;
	border-radius:5px;
	clear: both;
}

.title2,
.headline3{
	color:#333;
	font-size:16px;
	margin:0 ;
	border-bottom:solid 6px #eeeeee;
	padding:5px 5px 5px 10px;
	margin-bottom:20px;
	font-weight:bold;
	clear: both;
}
.title3,
.headline4{
	border-bottom:dotted 6px #ddf1f1;
	font-size:15px;
	padding:5px 5px 5px 10px;
	font-weight:bold;
	margin:0 0 10px 0;
	color:#333;
	clear: both;
}

@media screen and (max-width : 768px){
.page_ttl_txt,
.headline1,
.title {
	font-size:20px;
	margin:20px 0 40px;
	letter-spacing:0.2em;
}

}






/*==================================================================
	header settings
===================================================================*/

/* header
-------------------------------------------------------------------*/
.header_sec{
	padding:0 20px 10px 20px;
}
header{

}
.header_spBtn {
	width: 100%;
	padding: 10px;
	font-size: 20px;
	border-radius: 5%;
}
.header_info{
	background:rgba(255,255,255,0.9);
	margin:0;
	padding:10px 0;
}

#header_nav{
	background:rgba(255,255,255,0.9);
	padding:20px 0 5px 0;	
}
.page_nav{
	background:rgba(255,255,255,0.9);
}
.logo a{
	font-size:20px;
	font-weight:bold;
	color:#01B8BC;
}


#fontSize{
	position:absolute;
	top:12px;
	right:260px;
}
#fontSize ul{
	float:right;
	margin:0;
	list-style:none;
	padding:0;
}

#fontSize ul li{
	float:left;
	font-size:13px;
	padding:3px 5px;
	background:#84AC2F;
	color:#FFF;
	text-align:center;
	border-radius: 100%;
	margin:2px;
	cursor:pointer;
}

#fontSize ul li.current {
	background:#aaa;
}




/* navigation
-------------------------------------------------------------------*/
.uk-active{
	background:rgba(255,255,255,0.9);
}
.uk-navbar{
	background:none;
	padding: 0;
}

.nav_area {
	width: 100%;
	z-index:20000;
}

.nav_items {
	width: 100%;
}

.nav_items > li {
	box-sizing: border-box;
	width: 16.6666666%;
	text-align:center;
}
.nav_items > li > a,
.nav_items > li > span.nolink {
	font-size:14px;
	display:inline-block;
	color: #554139;
	text-decoration:none;
	font-weight:bold;
	line-height:140%;
	padding:5px 0;
	margin:0 auto;

} 
.nav_items > li:last-child > a {

}

.nav_items > li > a span,
.nav_items li span.nolink span.nolinksub{
	display:inline-block;
	font-weight:normal;
	font-size:10px;
	color:#00babc;
	letter-spacing:1px;
	font-family: "ヒラギノ明朝 Pro","HG明朝","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	padding-bottom:5px;
}

.nav_items li a:hover,
.nav_items > li > span.nolink:hover {
	border-bottom:2px solid #00babc;
}



/*------------------------------------------------------------------
	Nav Styles シンプルプルダウン
-------------------------------------------------------------------*/	
#nav ul li ul{
	list-style: none;
	position: absolute;
	top: 56px;
	left: 0;
	margin: 0;
	padding: 0;
	border-radius: 0 0 3px 3px;
	width:100%;
	z-index:200;

}
#nav ul li:last-child ul{
//	left: -100%;
	width: 100%
}
#nav ul li ul li{
	overflow: hidden;
	height: 0;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;
	transition: .2s;
	background:none;

}

#nav ul li  ul li a{
	padding: 10px 5px 10px 30px;
	text-align: left;
	display:block;
//	border-top:1px solid #fff;
	font-size:12px;
	line-height: normal;
	height:auto;
	color: #333;
	text-decoration:none;
 	background:rgba(255,255,255,1) url(img/btn3.png) no-repeat 10px 50%;
	background-size:10px;
	font-weight:bold;
}
#nav ul li  ul li a:hover{
 	background: rgba(0, 186, 188,0.9) url(./img/btn.png) no-repeat 10px 50%;
	background-size:10px;
	color: #fff;
	text-decoration:none;
	border-bottom:none;
}
#nav ul li:hover ul li{
	overflow: visible;
	height: auto;
	z-index:1000;
}

#nav ul li ul li a{
	border-right: none;
}


/* keyv
-------------------------------------------------------------------*/
.keyv{
	position:relative;
	background:url(./img/keyv.png) no-repeat center bottom;
	background-size:cover;
	height:692px;
}
.page_top{
	position:relative;
	background:url(./img/keyv.png) no-repeat center center;
	background-size:cover;
	height:160px;
	margin-bottom:30px;
}

@media screen and (max-width : 768px){
.page_top{
	margin-bottom:0;
}
}
.keyv_logo{
	position:absolute;
	top:25%;
	right:13%;
	z-index:100;
}
.keyv_txt{
	position:absolute;
	top:68%;
	right:13%;
	z-index:100;
}

@media screen and (max-width : 768px){
.keyv{
	height:180px;
}
.keyv_txt{
	top:30%;
	left:5%;
	right:5%;
	z-index:100;
	width:90%;
}
.page_top{
	height:80px;
}
}

/*サムネイルのポインターの色を変える*/
.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:before,
.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
    border-color: #124e96;
}
.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:after,
.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  color: #124e96;
}

/*縦スライド時の矢印の位置*/
.sp-vertical .sp-previous-arrow {
  top: 0;
}
.sp-vertical .sp-next-arrow {
  bottom: 0;
}

	
/* メガメニュー
-------------------------------------------------------------------*/
i{
	color:#ff9799;
}
a:hover i{
	color:#fff !important; 
}

/* bl
-------------------------------------------------------------------*/

.bl{
	padding: 5px 0 10px;
	margin:0;
}

.bl a,
.bl{
	color:#421d00;
	font-size:12px;
}
.bl ul{
	margin:0 auto;
}
.bl ul li{
	font-size:12px;
}
.uk-breadcrumb>li:not(.uk-active)>span{
	color:#421d00;
	font-size:12px;
}


/*==================================================================
	index settings
===================================================================*/
/* top_bnr
-------------------------------------------------------------------*/
.top_bnr{
	margin:30px auto;
	max-width:580px;
}
.top_bnr p.more{
	display:block;
}
.top_bnr p.more a{
	display:block;
	font-size:22px;
	padding:25px 40px 25px 50px;
	border-radius:15px;
}
@media screen and (max-width : 639px){
	.top_bnr{
		margin:15px 0;
	}
	.top_bnr p.more a{
		font-size:15px;
		padding:10px 15px 10px 35px;
		border-radius:10px;
	}
}
/* image change js
-------------------------------------------------------------------*/
img.thumb {
	border: 1px solid #fff;
	width: 100%;
}

img.mainImage {
	border: 1px solid #fff;
	width: 100%;
}


/* top-point 
-------------------------------------------------------------------*/
.top_point1 a{
	background:#f7f1ea url(./img/top_about1.png) no-repeat 30px center;
	padding:30px;
	border-radius:10px;
	display:block;
	text-decoration:none;
	min-height:190px;
}
.top_point2 a{
	background:#f7f1ea url(./img/top_about2.png) no-repeat 30px center;
	padding:30px;
	border-radius:10px;
	display:block;
	text-decoration:none;
	min-height:190px;
}
.top_point3 a{
	background:#f7f1ea url(./img/top_about3.png) no-repeat 30px center;
	padding:30px;
	border-radius:10px;
	display:block;
	text-decoration:none;
	min-height:190px;
}
.top_point4 a{
	background:#f7f1ea url(./img/top_about4.png) no-repeat 30px center;
	padding:30px;
	border-radius:10px;
	display:block;
	text-decoration:none;
	min-height:190px;
}
.top_point5 a{
	background:#f7f1ea url(./img/top_about5.png) no-repeat 30px center;
	padding:30px;
	border-radius:10px;
	display:block;
	text-decoration:none;
	min-height:190px;
}
.top_point6 a{
	background:#f7f1ea url(./img/top_about6.png) no-repeat 30px center;
	padding:30px;
	border-radius:10px;
	display:block;
	text-decoration:none;
	min-height:190px;
}
.top_point1 a:hover{
	background:#e6d7c6 url(./img/top_about1.png) no-repeat 30px center;
}
.top_point2 a:hover{
	background:#e6d7c6 url(./img/top_about2.png) no-repeat 30px center;
}
.top_point3 a:hover{
	background:#e6d7c6 url(./img/top_about3.png) no-repeat 30px center;
}
.top_point4 a:hover{
	background:#e6d7c6 url(./img/top_about4.png) no-repeat 30px center;
}
.top_point5 a:hover{
	background:#e6d7c6 url(./img/top_about5.png) no-repeat 30px center;
}
.top_point6 a:hover{
	background:#e6d7c6 url(./img/top_about6.png) no-repeat 30px center;
}
.top_point1 h3,
.top_point2 h3,
.top_point3 h3,
.top_point4 h3,
.top_point5 h3,
.top_point6 h3{
	color:#554139;
	font-size:18px;
	font-weight:bold;
}
.top_point1 p,
.top_point2 p,
.top_point3 p,
.top_point4 p,
.top_point5 p,
.top_point6 p{
	color:#333;
	font-size:15px;
}


@media screen and (max-width : 768px){
.top_point1 h3,
.top_point2 h3,
.top_point3 h3,
.top_point4 h3,
.top_point5 h3,
.top_point6 h3{
	font-size:15px;
}
.top_point1 p,
.top_point2 p,
.top_point3 p,
.top_point4 p,
.top_point5 p,
.top_point6 p{
	display:none;
}
.top_point1 a{
	background:#f7f1ea url(./img/top_about1.png) no-repeat center 5em;
	background-size:contain;
	padding:15px;
}
.top_point2 a{
	background:#f7f1ea url(./img/top_about2.png) no-repeat center 5em;
	background-size:contain;
	padding:15px;
}
.top_point3 a{
	background:#f7f1ea url(./img/top_about3.png) no-repeat center 5em;
	background-size:contain;
	padding:15px;
}
.top_point4 a{
	background:#f7f1ea url(./img/top_about4.png) no-repeat center 5em;
	background-size:contain;
	padding:15px;
}
.top_point5 a{
	background:#f7f1ea url(./img/top_about5.png) no-repeat center 5em;
	background-size:contain;
	padding:15px;
}
.top_point6 a{
	background:#f7f1ea url(./img/top_about6.png) no-repeat center 5em;
	background-size:contain;
	padding:15px;
}
}



/* topmenu list
-------------------------------------------------------------------*/
.top_menu a{
	display:block;
	text-align:center;
	padding:15px;
	border-radius:10px;
}
.top_menu a h3{
	color:#554139;
	margin:0;
	font-size:16px;
	font-weight:bold;
	margin-top:15px;
}
.top_menu a h3 span{
	font-family: "ヒラギノ明朝 Pro","HG明朝","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	color:#10b8bc;
	margin:0;
	display:block;
	font-size:10px;
	font-weight:normal;
}
.top_menu a:hover{
	background:#7dc6c8;
	text-decoration:none;
}
.top_menu a:hover img{
	opacity:1;
}









/* list style
-------------------------------------------------------------------*/
ul.list{
	padding-left:15px;
}
ul.list li{
	list-style:url(./img/list.png);	
}
ul.list li a{
	padding-left:15px;
	color:#333;
	font-weight:bold;
	font-size:14px;
}


/* news list　付き
-------------------------------------------------------------------*/
.line-list{
	padding:0;
	margin:0 auto;
	list-style:none;
}
.line-list li:nth-child(odd){
	margin:0;
	background:#ddf1f1;
}
.line-list li:nth-child(even){
	margin:0;
	background:#f7f1ea;
}
span.date{
	color:#888;
	margin-right:10px;
	font-size:11px
}
span.new{
	color:#ff9799;
	font-size:10px;
	margin-bottom:5px;
	font-weight:bold;
}
.i-news,
.i-blog,
.i-column{
	display:inline-block;
	color:#fff;
	font-size:11px;
	padding:0 3px;
	margin-right:10px;
//	font-weight:bold;
	width:9em;
	text-align:center;
	border-radius:20px;
}
.i-news{
	background:#10a6a8;
}
.i-blog{
	background:#10a6a8;
}
.i-column{
	background:#10a6a8;
}
.line-list li a {
	text-decoration:none;
	color:#444;
	display:block;
	padding:8px 5px;
	font-size:13px;
	max-width:1170px;
	margin:0 auto;
}
.line-list_right{
	
}
.line-list li a:hover span.text{
	text-decoration:underline;
}

.news-title{
	color:#421d00;
	margin:0 0 30px;
	text-align:center;
	font-size:20px;
	font-family: "ヒラギノ明朝 Pro","HG明朝","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	font-weight:lighter;
}


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

}



/* blog list
-------------------------------------------------------------------*/
.line-list2{
	padding:0;
	margin:0 0 15px 0;
	list-style:none;
	overflow:hidden;
}
.line-list2 li{
	margin:0;
	width:32%;
	margin-right:2%;
	float:left;
	background:#fff;
	position:relative;
}
.line-list2 .i-blog{
	position:absolute;
	top:0;
	left:0;
}
.line-list2 .news-title{
	font-size:13px;
	padding: 5px;
	margin:0;
}
.line-list2 p.date{
	text-align:right;
	padding:0 5px;
	margin:0;
	font-size:10px;	
	color:#666;
}


.line-list2 li a{
	color:#444;
	display:block;
	padding-bottom:10px;
}
.line-list2 li a:hover{
	text-decoration:none;
	background:#e5e3de;
}
.line-list2 li a img:hover{
	opacity:1;
}
.line-list2 li:last-child{
	margin-right:0;
}
.clearfix{
	clear:both;
}

@media screen and (max-width : 768px){
.line-list2 li{
	margin:0 0 10px 0;
	width:49%;
	margin-right:2%;
}
.line-list2 li:nth-child(even){
	margin-right:0;
}
.line-list2 li a{
	min-height:11em;
}
}







/* 診療時間
-------------------------------------------------------------------*/
.top-access-time{
	background:#fff;
}
.sheet-time {
	width:100%;
}
.sheet-time th,
.sheet-time td{
	color:#554944;
	padding:14px 5px;
	vertical-align:middle;
	font-size:12px;
}
.sheet-time th{
	text-align:center;
	background:#10a6a8;
	color:#fff;
	font-weight:normal;
}
.sheet-time th:first-child{
	border-radius:10px 0 0 0;
	text-align:left;
	padding:14px 15px;
}
.sheet-time th:last-child{
	border-radius:0 10px 0 0;
}
.sheet-time td{
	text-align:center;
	width:9%;
}
.sheet-time td span{
	font-size:12px;
	letter-spacing:0em;
}
.sheet-time tr{
	border-bottom:solid 1px #b9b2af;
}
.sheet-time tr:first-child{
	border-bottom:none;
}

.about_address{
	margin:15px 0;
	font-size:13px;
	color:#43382c;
	text-align:center;
}	
.about_time{
	font-size:12px;
	color:#43382c;
	text-align:right;
	padding:10px 10px 15px 10px;
	margin:0;
}


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

/* コンパネ
-------------------------------------------------------------------*/
.cv{
	margin-top:60px;
}


/* cv tel
-------------------------------------------------------------------*/
.top-access-tel p{
	text-align:center;
	color:#554139;
	line-height:140%;
	font-size:12px;
	font-weight:bold;
}
.top-access-tel p span a{
	display:inline-block;
	font-size:20px;
	line-height:140%;
	color:#554139;
	letter-spacing:1px;
	background:url(./img/tel_icon.png) no-repeat left center;
	padding-left:30px;
	text-align:center;
	
}


/* 固定ページhead
-------------------------------------------------------------------*/
.page_head {
	background: url(./img/page_head.png) no-repeat center center;
	background-size:cover;
	line-height: 252px;
	padding-bottom:252px;
	margin-bottom:60px;
}


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

}


/* sheet style
-------------------------------------------------------------------*/

table.sheet {
	border-collapse:collapse;
	border-spacing:0px;
	border: 1px solid #666;
	border-bottom: none;
	margin-bottom:10px;
	width:100%;
	background:#FFF;
}
.sheet th, .sheet td {
	border: 1px solid #ddd;
	padding: 8px 10px;
	text-align: left;
	line-height:1.5em;
	vertical-align:middle;
}
.sheet th {
	background: #eee;

}
.sheet td img {
	vertical-align:middle;
}
.sheet thead th {
    background-color: #0060BE;
    padding:5px;
    font-weight:bold;
    line-height:100%;
    color:#FFF;
    background-image:none;
    width:auto;
}
.sheet30 th{
	width:30%;
}
.footer-sheet{
	border-collapse:collapse;
	border-spacing:0px;
	border-bottom: none;
	margin-bottom:10px;
	width:100%;

}
.footer-sheet th, .footer-sheet td {
	padding: 8px 10px;
	text-align: left;
	line-height:1.5em;
	vertical-align:middle;
	font-size:90%;
	border:none;	
}
.footer-sheet th {
	border-bottom:1px solid #429a8f;
	padding:5px;
}

/* googlemap style
-------------------------------------------------------------------*/
.gmap{
	position:relative;
}
.map-txt{
	position:absolute;
	top:20px;
	right:20px;
	background:rgba(33,72,116,0.9);
	border-radius:100%;
	padding:20px 10px 10px 10px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	font-size:14px;

}
.map-txt p{
	margin:0;
}
.gmap p{
	margin:10px 0;
}


/* more style
-------------------------------------------------------------------*/
.more{
	margin:0 auto 0;
	text-align:center;
}
.more a{
	padding:10px 40px 10px 50px;
	margin:0 ;
	text-align:center;
	color:#fff;
	font-size:12px;
	border:solid 2px #ff9799;
	border-radius:20px;
//	font-weight:bold;
	background:#ff9799 url(./img/btn.png) no-repeat 20px center;
	background-size:12px;	
}
.more a:hover{
	text-decoration:none;
	background:#fff url(./img/btn2.png) no-repeat 20px center;
	background-size:12px;
	color:#ff9799;
}
.more2{
	text-align:center;
}
.more2 a{
	background:#fff url(./img/btn.png) no-repeat 10px center;
	border-radius:5px;
	display:block;
	color:#979cb9;
	padding:8px 5px;
}
.more2 a:hover{
	text-decoration:none;
	background:#eee url(./img/btn.png) no-repeat 15px center;
}


/* menu page (固定ページ)
-------------------------------------------------------------------*/
.menu-page{
	border:1px solid #ddd;
	padding:20px 20px 60px 20px;
	position:relative;
	background:url(./img/bg.png);
}
.menu-page h3{
	font-weight:bold;
	text-align:center;
}
.menu-page p{
	margin:10px 0 0 0 ;
}
.menu-page .more{
	position:absolute;
	bottom:20px;
	left:0;
	right:0;
	
}
.menu-page2{
	border:1px solid #ddd;
	padding:20px;
	background:url(./img/bg.png);
	text-align:center;
}










/*==================================================================
	sidebar settings
===================================================================*/
.side_nav{
	background:#eee;
	border-radius:10px 10px 0 0;
}
.side_nav a{
	color:#333;	
}
.side_nav_ttl {
	padding:20px 5px;
	text-align:center;
	margin:0 5px;
	color:#333;
	font-weight:bold;
	border-radius:10px 10px 0 0;
}
.side_nav_ttl a{
	color:#333;
	font-weight:bold;
}
.side_nav_item ul {
	padding:0 5px 5px 5px;
	background:#eee;
}
.side_nav_item ul li {
	border-bottom: 1px dotted #CCCCCC;
	position:relative;
}
.side_nav_item ul li:last-child{
	border-bottom:none;
}
.side_nav_item ul li a {
	background: #fff url(./img/btn2.png) no-repeat 15px 50%;
	background-size:10px;
	padding:12px 10px 12px 45px;
}

.side_nav_item ul li a:hover {
	background: #f7f7f7 url(./img/btn2.png) no-repeat 15px 50%;
	background-size:10px;
	color:#444;
	padding:12px 10px 12px 45px;
}
.side_nav_item ul li ul{
  padding:0;
  }
.side_nav_item ul li ul li{
      border:none; 
  }

.side_nav_item ul li ul.children a{
	background: #fff url(./img/btn.png) no-repeat 25px 50%;
	background-size:5px;
	padding:10px 10px 10px 45px;
	border-top:1px dotted #EFEEEB;
  }
.side_nav_item ul li ul.children a:hover {
	background: #EFEEEB url(./img/btn.png) no-repeat 25px 50%;
	background-size:5px;
	color:#444;
	padding:10px 10px 10px 45px;	
}
.side-contact{
	position: relative;
}
.sn-btn1{
	position:absolute;
	bottom: 8%;
	width: 90%;
	left:5%;
}
.side-title{
	color:#444;
	font-size:16px:
	font-weight:bold;
	text-align:center;
	padding:10px 5px;
	margin:0;
	background:url(./img/bg2.png);
}
.side-widget {
	background:url(./img/bg2.png);
	margin-bottom:20px;
	padding-bottom:5px;
}
.side-widget a{
	background:#fff;
	color:#333;
	display:block;
	text-decoration:none;
}
.side-widget a:hover{
	background:#f5f5f5;
}
.side-list{
	margin:0;
	padding:0;
}
.side-list li{
	list-style:none;
	border-bottom:1px #aaa dashed;
}
.side-list li a{
	display:block;
	padding:10px 10px 10px 40px;
	background:#fff url(./img/btn-b2.png) no-repeat 15px center;
	background-size:6px;
	font-size:14px;
	margin:0 5px;
}
.side-list li:last-child{
	border:none;
}
.side-list li a:hover{
	background:#f5f5f5 url(./img/btn-b2.png) no-repeat 15px center;
	background-size:6px;
}
.side-list li ul li{
	border:none;
}
.side-list li ul{
	padding:0;
}
.side-list li ul li a{
	padding:5px 5px 5px 55px;
	background:url(./img/btn-g.png) no-repeat 35px center;
	background-size:5px;
}
.side-list li ul li a:hover{
	background:#f2fcf3 url(./img/btn-g.png) no-repeat 35px center;
	background-size:5px;
}
.side-list li ul li:last-child a{
	padding-bottom:10px;
}
.side-list li ul li:last-child{
	margin-bottom:0;
}
.side-box{
	position:relative;
	padding:10px;
	border-bottom:1px #aaa dashed;
	margin:0 5px;
}
.side-box:last-child{
	border-bottom:none;
}
.side-box:nth-child(2) .number{
	background:#FAC027;
}
.side-box:nth-child(3) .number{
	background:#AAAAAA;
}
.side-box:nth-child(4) .number{
	background:#D96D00;
}
/*==================================================================
	footer settings
===================================================================*/
footer{
	background:#ddf1f1 ;
}
.footer-sitemap{
	padding:40px 0;	
}
.footer-sitemap p{
	margin:0;
}
.footer-sitemap p a{
	background: url(./img/btn3.png) no-repeat 0 50%;
	background-size:8px;
	padding-left:15px;
	color:#666;
	font-size:12px;
	display:block;
}
.footer-sitemap p a:hover, .footer-sitemap ul li a:hover{
	text-decoration:underline;
}
.footer-sitemap ul{
	padding:0;
	margin:0;
}
.footer-sitemap ul li a{
	background: url(./img/btn3.png) no-repeat 0 50%;
	background-size:8px;
	padding-left:15px;
	color:#666;
	font-size:12px;
	margin-left:10px;
}

.footer-sitemap ul li{
	list-style-type:none;
	font-size:12px;
}
.footer-sitemap .footer_ttl a{
	font-size:14px;
	font-weight:bold;
}


/* sign
-------------------------------------------------------------------*/
.footer_sign{
	border-top:1px solid #fff;
	padding:15px;
}
.footer_sign p {
	color: #666;
	font-size:11px;
	text-align:center;
	margin:0;
}
.gmap iframe{
	border-radius:10px;
}

.video iframe{
	width:560px;
	height:315px;
}

@media screen and (max-width : 768px){
.video iframe{
	width:100%;
	height:auto;
}
}

.bnr a{
	display:block;
	background:#fff;
	border:solid 1px #ddd;
	border-radius:5px;
	padding:30px;
}
.bnr img{
	display:block;
	margin:0 auto;
	height:45px;
}
.bnr a:hover{
	background:#f9f9f9;
}
.sidebnr{
	position:fixed;
	top:29%;
	left:10px;
	z-index:100;
}
.sidebnr2{
	position:fixed;
	top:calc(29% + 120px);
	left:10px;
	z-index:100;
}
.sidebnr3{
	position:fixed;
	top:calc(29% + 240px);
	left:10px;
	z-index:100;
}
.sidebnr4{
	position:fixed;
	top:calc(29% + 335px);
	left:10px;
	z-index:100;
}
@media screen and (max-width : 768px){
	.sidebnr,.sidebnr2,.sidebnr3,.sidebnr4{
		display:none;
	}
}

/*------------------------------------------------------------------
	sheet style
-------------------------------------------------------------------*/
/*solid style*/
dl.sheet-solid{
	margin:10px 0 20px 0;
	position:relative;
}

dl.sheet-solid dt{
	clear: left;
	float: left;
	width: 5em;
	font-size:14px;
	color:#333;
	font-weight:bold;
	padding: 3px 10px;
	margin-bottom:20px;
}
dl.sheet-solid dd{
	margin:0 0 10px 7.5em;
	font-size:14px;
	padding: 5px 10px;
	font-weight:500;
	line-height:160%;
}
dl.sheet-solid dd.tel{
	background:url(./img/tel-icon.png) no-repeat left center;
	padding-left:30px;
	font-size:20px;
	font-weight:bold;
	margin-left:6em;
}
dl.sheet-solid dd:after{
	clear:both; /*1段ずつfloat解除する設定(いらない？)*/
}

/*dotted style*/
dl.sheet-dotted{
	overflow:hidden; /*floatしたので高さ確保*/
	border-bottom:1px dotted #ccc;
	margin-bottom:10px;
}
dl.sheet-dotted dt{
	width:30%;
	float:left;
	padding:10px 0;
	border-top:1px dotted #ccc;
	font-weight:bold;
}
dl.sheet-dotted dd{
	width:70%;
	float:left;
	padding:10px 0;
	border-top:1px dotted #ccc;
}
dl.sheet-dotted dd:after{
	clear:both; /*1段ずつfloat解除する設定(いらない？)*/
}

@media screen and (max-width : 768px){
dl.sheet-dotted dt, dl.sheet-dotted dd{
	float:none;
	width:100%;
}
}
dl.sheet-dotted2 dt{
	width:15%;
}
dl.sheet-dotted2 dd{
	width:85%;
}

/* faqlist
-------------------------------------------------------------------*/

.faqlist dt{
	background: #eee url(./img/top-menu.png);
	padding:10px;
	border:1px solid #ddd;
	border-bottom:none;
	font-size:18px;
	border-radius:10px 10px 0 0;
}
.faqlist dt span{
	background:url(./img/q_big.png) no-repeat 10px 50%;
	display:block;
	padding:10px;
	padding-left:60px;
}

.faqlist dd{
	background:#fff;
	padding:10px;
	border:1px solid #ddd;
	border-top:none;
	margin-bottom:20px;
	border-radius:0 0 10px 10px;
}

.faqlist dd span{
	background:url(./img/a_big.png) no-repeat 10px 50%;
	display:block;
	padding:10px;
	padding-left:60px;
}



}

/*==================================================================
	テキストボックス
===================================================================*/
.sBox{ 
	padding:20px;
	background:#f7f5f3;
	margin:10px 0;
}
.sBox p{
	font-size:13px;
}
.tour a img{
	padding:5px;
	background:#fff;
	border:solid 1px #ddd;
}

.tour a img:hover{
	opacity:1;
	box-shadow:5px 5px 5px 0px #ccc;
	-webkit-transition: 0.2s ;
	transition: 0.2s ;
}
#fancybox-title-over{
	line-height:160%;
}

/* pagination
-------------------------------------------------------------------*/
/************************************
** レスポンシブページネーション
************************************/
.pagination {
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100px;
	text-align: center;
	position: absolute;
	z-index: 200;
  list-style-type: none;
  padding-left: 0;
}

.pagination a {
	margin: 0 5px;
	width: 15px;
	height: 15px;
	display: inline-block;
	overflow: hidden;
}
.pagination a.active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}
.archivelist{
	position:relative;
	padding-bottom:100px;
}

 
.pagination,
.pagination li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
 

/* 色変更箇所*/
.pagination a {
  font-weight: 500;
  padding-top: 1px;
  text-decoration:none;
  border: 1px solid #eee;
  border-left-width: 0;
  min-width:36px;
  min-height:36px;
  color: #333;
  background-color: #eee;
}

/* 色変更箇所*/
.pagination li:not([class*="current"]) a:hover {
  background-color: #ffbcbd;
	color:#fff;
}
 


.pagination li:first-of-type a {
  border-left-width: 1px;
}
 
.pagination li.first span,
.pagination li.last span,
.pagination li.previous span,
.pagination li.next span {
  /* screen readers only */
  position: absolute;
  top: -9999px;
  left: -9999px;
}
 
.pagination li.first a::before,
.pagination li.last a::after,
.pagination li.previous a::before,
.pagination li.next a::after {
  display: inline-block;
  font-family: Fontawesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
 
.pagination li.first a::before { content: "\f100"; }
.pagination li.last a::after { content: "\f101"; }
 
.pagination li.previous a::before { content: "\f104"; }
.pagination li.next a::after { content: "\f105"; }

 /* 色変更箇所*/
.pagination li.current a {
 background-color: #ffbcbd;
 cursor: default;
 pointer-events: none;
	color:#fff;
}
 
.pagination > li:first-child > a {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
 
.pagination > li:last-child > a {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
 
@media only screen and ( max-width: 680px ) {
  .pagination li.first,
  .pagination li.last {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
 
  .pagination li.previous a { border-left-width: 1px; }
}
 
@media only screen and ( max-width: 500px ) {
  .pagination li {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
 
  .pagination li.current,
  .pagination li.first,
  .pagination li.last,
  .pagination li.previous,
  .pagination li.next{
    position: initial;
    top: initial;
    left: initial;
  }
 
  .pagination li.previous a { border-left-width: 0; }
}
 
@media only screen and ( max-width: 400px ) {
  .pagination li.first,
  .pagination li.last {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
 
  .pagination li.previous a { border-left-width: 1px; }
}
 
@media only screen and ( max-width: 240px ) { /* For watches? */
  .pagination li { width: 50%;}
 
  .pagination li.current {
    order: 2;
    width: 100%;
    border-left-width: 1px;
  }
}


/*==================================================================
  form setting
===================================================================*/
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="radio"],
input[type="checkbox"],
label,
button { cursor: pointer; }
input[type="checkbox"],
input[type="radio"] { vertical-align: middle; }
input[type="hidden"] {    *float: left;}
input,
textarea {
    font-family: "?q???M?m?p?S Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "???C???I", Meiryo, "MS P ?S?V?b?N", "MS P Gothic", sans-serif;
    font-size: 100%;
    outline: none;
}
*[class*="disabled"],
*:disabled {
    cursor: default !important;
}
.wpcf7-text{
    width: 95%;
    margin: 5px 0;
    border: 1px solid #DDDDDD ;
    border-radius: 3px;
    background: #fff;
    outline: none;
}
.wpcf7-email{
    width: 95%;
    margin: 5px 0;
    border: 1px solid #DDDDDD ;
    border-radius: 3px;
    background: #fff;
    outline: none;
}
.wpcf7-date{
    width: 95%;
    margin: 5px 0;
    border: 1px solid #DDDDDD ;
    border-radius: 3px;
    background: #fff;
    outline: none;
}

textarea {
    width: 99%;
    margin: 5px 0;
    border: 1px solid #DDDDDD ;
    border-radius: 3px;
    background: #fff;
    outline: none;
}
.wpcf7-submit {
  color: #606060;
  border: solid 1px #b7b7b7;
  background: #F6F6F6;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
  background: -moz-linear-gradient(top,  #fff,  #ededed);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
  padding:5px 20px;
  width:100px;
}

.wpcf7-submit:hover {
  color: #606060;
  border: solid 1px #b7b7b7;
  background: #F6F6F6;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
  background: -moz-linear-gradient(top,  #fff,  #ededed);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#CCC', endColorstr='#ededed');
  padding:5px 20px;
  width:100px;
}



.indispensable{
  font-size:12px;
  color:red;
  font-weight:bold;
}

.contactform{
	background:#f9f7f5;
	padding:25px ;
	border-top:solid 2px #fbc94d;
	border-bottom:solid 2px #fbc94d;
	border-right:solid 2px #badcf4;
	border-left:solid 2px #badcf4;
}
.contactform .bg{
	margin-bottom:20px;
}
.contactform span.strong{
	border-left:4px solid #224972;
	margin:60px 0 30px 0;
	padding-left:10px;
}

input[type="text"].wpcf7c-conf{
  border:none !important;
  background-color: #FFFFFF !important;
}
input[type="tel"].wpcf7c-conf {
  border:none !important;
  background-color: #FFFFFF !important;
}
input[type="email"].wpcf7c-conf {
  border:none !important;
  background-color: #FFFFFF !important;
}
textarea.wpcf7c-conf {
  border:none !important;
  background-color: #FFFFFF !important;
}
select.wpcf7c-conf {
  border:none !important;
  background-color: #FFFFFF !important;
}
checkbox.wpcf7c-conf {
  border:none !important;
  background-color: #FFFFFF !important;
}

#back{
  color: #606060;
  border: solid 1px #b7b7b7;
  background: #F6F6F6;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
  background: -moz-linear-gradient(top,  #fff,  #ededed);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
  padding:5px 20px;
  width:100px;  
}
#confirm{
  color: #606060;
  border: solid 1px #b7b7b7;
  background: #F6F6F6;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
  background: -moz-linear-gradient(top,  #fff,  #ededed);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
  padding:5px 20px;
  width:100%; 
}





.uk-panel{
	text-align:left;
}
.uk-panel a img{
	text-align:center;
}


#side_btn {
	position: fixed;
	top: 150px;
	right: 0;
	font-size: 77%;
}



/*==================================================================
 *  page-top Styles
===================================================================*/
#page-top {
	position: fixed;
	bottom: 20px;
	right: 0;
	font-size: 77%;
}
#page-top a {
	background: url(./img/pagetop.png) no-repeat 0 0;
	z-index:10;
	text-indent:-5000px;
	text-decoration: none;
	color: #fff;
	width: 66px;
	padding: 30px 0;
	text-align: center;
	display: block;
}


/*	accordion
-------------------------------------------------------------------*/
#accordion{
	padding:5px;
	background:#fdfbf9;
	border:1px solid #e8e6e3;
}
#accordion li{
	list-style:none;
}
.archive{
	background:#f6efe1 url(./img/q_big.png) no-repeat 10px 50%;
	background-size:26px;
	color:#000;
	padding:10px 10px 10px 35px;
	border-bottom:1px solid #fff;
	cursor:pointer;
	font-size:14px;
	font-weight:bold;
}
.subMenu{
	background:#fff url(./img/a_big.png) no-repeat 10px 50%;
	background-size:26px;	
	padding:10px 10px 10px 35px;
	border-bottom:1px solid #FFF;	
}





/* =======================================
	wideslider
======================================= */

.slider {
	position:absolute;
	top:90px;
}
.wideslider {
	width: 100%;
	height: 450px;
	text-align: left;
	position: relative;
	overflow: hidden;
}

.wideslider ul,
.wideslider ul li {
	float: left;
	display: inline;
	overflow: hidden;
}

.wideslider ul li {
	width:1160px;
}


.wideslider_base {
	top: 0;
	position: absolute;
}
.wideslider_wrap {
	top: 0;
	position: absolute;
	overflow: hidden;

}
.slider_prev,
.slider_next {
	top: 0;
	overflow: hidden;
	position: absolute;
	z-index: 100;
	cursor: pointer;
}
.slider_prev {background: url(./img/common/left.png) no-repeat right center;}
.slider_next{background: url(./img/common/right.png) no-repeat left center;}


.uk-cover-background{
	background-size:cover;
}


/*	calendarsec
-------------------------------------------------------------------*/
.calendarsec {
}

.calendarsec p{
	text-align:center;
}
.calendarsec table.sheet2 {
    font-size: 8px;
    border-collapse:collapse;
    border-spacing:0px;
    border: 1px solid #CCC;
    border-bottom: none;
    margin-bottom:10px;
	width:100%;
}
.calendarsec .sheet2 th, .sheet2 td {
    border: 1px solid #CCCCCC;
    padding: 5px 8px;
    text-align: center;
}

.calendarsec .sheet2 th.gray, .sheet2 td.gray  {
    background-color: #EBEBEB;
}


.calendarsec .sheet2 th {
    background-color: #ddf1f1;
    font-weight: normal;
	border-top:3px solid #16aeb0;
    padding: 5px 8px;

}

.calendarsec .sheet2 td img {
    vertical-align:middle;
}

ul.inner{
    margin: 0 0 0 0;
    padding: 0;
    text-indent: -2em;
    padding-left: 2em;
}

/*==================================================================
	schedule style
===================================================================*/

.schedule table{
	border-left:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
}
.schedule th{
	vertical-align:top;
	text-align:center;
	padding:5px;
	color:#fff;
	font-size:14px;
	font-weight:normal;
	background:#6e5c5b;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
}

.schedule td{
	height:70px;
	font-size:16px;
	vertical-align:top;
	text-align:left;
	padding:5px;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	font-size:12px;
}

.schedule td.close{
	color:#000;
	background-color:#e3d8d0;
}


/*==================================================================
	schedule style
===================================================================*/
.head-contact-box{
	position:relative;
}

.head-contact{
	background:#AC9779;
	padding:20px 0;

}

.toggle_box{
  display:none;
 	background:#AC9779;
	padding:20px 0;
	text-align:center;
}
.toggle_box img{
	margin:0 auto;
}

.btn{
	position:absolute;
	right:20px;
}
.btn.active{
}
.btn:hover{
    cursor:pointer;
}
.Box{
	overflow:hidden;
}
/*	tab menu
-------------------------------------------------------------------*/

ul.tab{
	margin:0;
	padding:0;
	height:auto;
	list-style:none;
}
ul.tab li a{
	background: #ebebeb;
	padding:5px ;
	display:block;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
	color: #333;
	list-style:none;
	width:17.5%;
	float:left;
	margin-right:1%;
	border-radius:5px 5px 0 0;
	font-size:14px;
	margin-bottom:10px;
}
ul.tab li a:hover {
	background: #1aadaf;
	color: #fff;
}

ul.tab li a.active {
	background: #1aadaf;
	color: #fff;
}

.tabContent {
	display: none;
}
@media screen and (max-width : 768px){
ul.tab li a{
	width:100%;
	float:none;
	margin-right:0;
}


}



/*==================================================================
	 tabs
===================================================================*/

#tabs li {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    float: left;
    width: 150px;
    padding: 0;
    margin: 0 10px 0 0;
    background-color: #F2F2F2;
    border: solid 1px #EBEBEB;
    position: relative;
    z-index: 1;
}
#tabs li.shadow {
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: -3px;
    left: 0;
    border: none;
    background: none;
    z-index: 2;
    -webkit-box-shadow: 0 -2px 6px rgba(0,0,0,.4);
    -moz-box-shadow: 0 -2px 6px rgba(0,0,0,.4);
    box-shadow: 0 -2px 6px rgba(0,0,0,.4);
}
#tabs li.selected {
    z-index: 3;
}





.uk-dotnav {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-top: -15px;
	padding: 0;
	list-style: none
}
.uk-dotnav>* {
	-ms-flex: none;
	-webkit-flex: none;
	flex: none;
	padding-left: 15px;
	margin-top: 15px
}
.uk-dotnav:after, .uk-dotnav:before {
	content: "";
	display: block;
	overflow: hidden
}
.uk-dotnav:after {
	clear: both
}
.uk-dotnav>* {
	float: left
}
.uk-dotnav>*>* {
	display: block;
	box-sizing: content-box;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: rgba(50,50,50,.1);
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
.uk-dotnav>*>:focus, .uk-dotnav>*>:hover {
	background: rgba(50,50,50,.4);
	outline: 0
}
.uk-dotnav>*>:active {
	background: rgba(50,50,50,.6)
}
.uk-dotnav>.uk-active>* {
	background: rgba(50,50,50,.4);
	-webkit-transform: scale(1.3);
	transform: scale(1.3)
}
.uk-dotnav-contrast>*>* {
	background: rgba(255,255,255,.4)
}
.uk-dotnav-contrast>*>:focus, .uk-dotnav-contrast>*>:hover {
	background: rgba(255,255,255,.7)
}
.uk-dotnav-contrast>*>:active {
	background: rgba(255,255,255,.9)
}
.uk-dotnav-contrast>.uk-active>* {
	background: rgba(255,255,255,.9)
}
.uk-dotnav-vertical {
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column
}
.uk-dotnav-vertical>* {
	float: none
}
.uk-slidenav {
	display: inline-block;
	box-sizing: border-box;
	width: 60px;
	height: 60px;
	line-height: 60px;
	color: rgba(50,50,50,.4);
	font-size: 60px;
	text-align: center
}
.uk-slidenav:focus, .uk-slidenav:hover {
	outline: 0;
	text-decoration: none;
	color: rgba(50,50,50,.7);
	cursor: pointer
}
.uk-slidenav:active {
	color: rgba(50,50,50,.9)
}
.uk-slidenav-previous:before {
	content: "\f104";
	font-family: FontAwesome
}
.uk-slidenav-next:before {
	content: "\f105";
	font-family: FontAwesome
}
.uk-slidenav-position {
	position: relative
}
.uk-slidenav-position .uk-slidenav {
	display: none;
	position: absolute;
	top: 50%;
	z-index: 1;
	margin-top: -30px
}
.uk-slidenav-position:hover .uk-slidenav {
	display: block
}
.uk-slidenav-position .uk-slidenav-previous {
	left: 20px
}
.uk-slidenav-position .uk-slidenav-next {
	right: 20px
}
.uk-slidenav-contrast {
	color: rgba(255,255,255,.5)
}
.uk-slidenav-contrast:focus, .uk-slidenav-contrast:hover {
	color: rgba(255,255,255,.7)
}
.uk-slidenav-contrast:active {
	color: rgba(255,255,255,.9)
}

.uk-flex {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex
}
.uk-flex-inline {
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex
}
.uk-flex-inline>*, .uk-flex>* {
	-ms-flex-negative: 1
}
.uk-flex-top {
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start
}
.uk-flex-middle {
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center
}
.uk-flex-bottom {
	-ms-flex-align: end;
	-webkit-align-items: flex-end;
	align-items: flex-end
}
.uk-flex-center {
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center
}
.uk-flex-right {
	-ms-flex-pack: end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end
}
.archivelist{
	border-top:solid 1px #ddd;
	max-width:960px;
	margin:0 auto 120px;
}

@media screen and (max-width : 960px){
	.single{
		margin:0;
		border:none;
		padding:0 15px;
	}
	.archivelist{
		width:100%;
		margin:0 auto 80px;
	}
}

@media screen and (max-width : 767px){
	.archivelist{
		margin:0 auto 40px;
	}
	.single_more .more a{
		padding:5px 15px 5px 40px;
	}
}

/* サムネイル付き
----------------------------*/
.Box a{
	display:block;
	overflow:hidden;
	text-decoration:none;
	color:#574122;
	border-bottom:solid 1px #ddd;
	background:url(./img/brackets5.png) no-repeat left top;
}
.Box a img{
	float:left;
	width:25%;
	margin-right:30px;
}
.Box_right{
	padding:20px;
}
.Box_right h2{
	font-weight:bold;
	font-size:16px;
	margin:10px 0;
	color:#574122;
}
.i-cat{
	display:inline-block;
	color:#fff;
	font-size:12px;
	padding:0 12px;
	text-align:center;
	line-height:160%;
	background:#94bd25;
}
p.Box-txt{
	font-size:14px;
	letter-spacing:0.1px;
}
.Box a:hover{
	background:#f4f4f4 url(./img/brackets5.png) no-repeat left top;
}

@media screen and (max-width : 767px){
	.Box a img{
		width:30%;
		margin-right:15px;
	}
	.Box_right{
		padding:10px 15px;
	}
	.Box_right h2{
		font-size:14px;
		margin:5px 0;
	}
	.uk-container .Box_right p{
		padding:0;
		margin-bottom:5px;
	}
	.i-cat{
		font-size:10px;
	}

}

.mb80{
	margin-bottom: 80px;
}

.logo_sp{
	display: inline-flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
}