/*==============================================================
レイアウト　共通
==============================================================*/

body { 
	width:100%;
	position:relative;
	margin-left:auto; margin-right:auto;
}


/*ローディング*/

#loading{
    position: absolute;
    left: 50%;
    top: 50%;
}
 
#loader-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgba(255,255,255,0.8);
    z-index: 9999999999;
}


/* SP用　599px以下: デフォルト */
@media (max-width: 599px) {

html {
	height:100%;
	font-size: 12px;
}

body { 

}


/* 画像 */
img	{max-width: 100%;height: auto;}
video {max-width: 100%;height: auto;}

}


/*タブレット用 600px以上 959 未満*/
@media (max-width: 959px) and (min-width: 600px) {

img	{max-width: 100%;height: auto;}
video {max-width: 100%;height: auto;}

}

/*PC用 1281px以上 */
@media (min-width: 1281px) {

}



/*==============================================================
ハンバーガーナビ
==============================================================*/


/* モーダルを出すとき、背景側の要素がスクロールさせない */

html {
	overflow: auto;
	height: 100%;
}

body.modal-open {
  overflow: hidden;
  height: 100%;
}


/**/

.hb-navigation {
display:none;
}

.navigation-contents {
display:none;
}


/* SP用　599px以下: デフォルト */
@media (max-width: 599px) {


.hb-navigation {

display:block;
position:fixed;
top:10px;
right:10px;
width:40px;
height:40px;

	z-index:9999999;
	background: rgba(0,0,0,1);
	
	-moz-border-radius: 4px;    /* Firefox */
	-webkit-border-radius: 4px; /* Safari,Chrome */
	border-radius: 4px;

	cursor:pointer;

}


.hb-navigation .button {

position: absolute;

top:19px;

margin-left:5px;

width:30px;
height:2px;
background:#fff;

transition:all .3s;
-webkit-transition:all .3s;


display:block;
cursor:pointer;

}


.hb-navigation .button::before, .hb-navigation .button::after {

position:absolute;
width:30px;
height:2px;
background:#fff;
transition:all .3s;
-webkit-transition:all .3s;
transition-delay:.3s;

cursor:pointer;

}

.hb-navigation .button::before {
content:'';
top:-12px;
}
.hb-navigation .button::after {
content:'';
top:12px;
}

/**/

.hb-navigation .action.button {
position: absolute;

width:30px;
height:2px;

background:none;
transform:rotate(90deg);
-webkit-transform:rotate(90deg);
}


.hb-navigation  .action.button::before {
	display:block;

position:absolute;
top:0;
width:30px;
height:2px;
background:#fff;
transform:rotate(45deg);
-webkit-transform:rotate(45deg);
}

.hb-navigation  .action.button::after {
	display:block;

position:absolute;
top:0;
width:30px;
height:2px;
background:#fff;
transform:rotate(-45deg);
-webkit-transform:rotate(-45deg);
}

/**/


.navigation-contents {
	display: block;
	position: relative;
	top:0;
	left:0;
	background: rgba(0,0,0,.85);
	width: 100%;
	margin: auto;
	text-align: center;
	opacity: 0;
	transition: all .5s;
	-webkit-transition: all .5s;
	transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	z-index: 9998;
	height: 100%;
	overflow: scroll;
}



.navigation-contents.open {
display: block;
position:relative;
position:fixed;
opacity:1;
transform:translateY(0);
-webkit-transform:translateY(0);

}


/**/



.section {
position:absolute;
background:rgba(0,0,0,0.8);
}

.section.menu ul {
	width:80%;
	margin-left:auto;
	margin-right:auto;
	padding-top:5em;
	margin-bottom:1em;
	border-bottom:solid 1px rgba(255,255,255,0.5);

}

.section.menu ul li+ li {
	border-top:solid 1px rgba(255,255,255,0.5);
}

.section.menu ul li a {
	display:block;
	font-family:'Roboto', sans-serif;
	padding-top:1em;
	padding-bottom:1em;
	font-weight: normal;
	color:#fff;
	text-decoration:none;
	font-size:1.2em;

}

.section.menu ul li a strong {
	display:block;
	font-weight:normal;
	margin-top:0px;
	font-size:0.8em;

}


/* ハンバーガー サブナビ */
nav.hbg  {
	float:none;
	font-family:'Roboto', sans-serif;
	width:80%;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	margin-bottom:0px;
}

nav.hbg ul.h-snav{
	display: flex;
	width:100%;
	align-items:center;
	border-bottom:none;
	border-top:none;
	margin-top:0px;
	margin-bottom:0px;
	justify-content:space-between;
	padding-top:0;
}

nav.hbg ul.h-snav li{
	flex:auto;
	border-left:rgba(255,255,255,0.5)  solid 1px;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0px;
	border-bottom:none;
	border-top:none;
	text-align:center;
	font-size:1.5em;
}

nav.hbg ul.h-snav li:last-child{border-right: rgba(255,255,255,0.5) solid 1px;}

/*
nav.hbg ul.h-snav li:first-child{width:30%;}
nav.hbg ul.h-snav li:nth-child(2){width:30%;}
nav.hbg ul.h-snav li:nth-child(3){width:20%;}
nav.hbg ul.h-snav li:last-child{width:20%;border-right: rgba(255,255,255,0.5) solid 1px;}
*/

nav.hbg ul.h-snav li a{
	color:#fff;
	text-decoration:none;
	display:block;
	padding-top:0.5em;
	padding-bottom:0.5em;

}

nav.hbg ul.h-snav li a:hover{
	color:#000;
	text-decoration:underline;
}


nav.hbg ul.h-snav li.facebook a{
	font-size:1.4em;
	padding-top:0px;
	padding-bottom:0px;
}

nav.hbg ul.h-snav li.twitter a{
	font-size:1.4em;
	padding-top:0px;
	padding-bottom:0px
}


/*ハンバーガー内 TEL CONTACT */

nav.hbg ul.h-cnav{
	display:block;
	align-items:center;
	border-bottom:none;
	margin-bottom:0px;
	margin-top:20px;
	padding-top:0px;
	width:100%;
}

nav.hbg ul.h-cnav li{
	float:left;
	font-family:'Roboto', sans-serif;
	border-left:rgba(255,255,255,0.5) solid 1px;
	color:#fff;
	font-size:1.3em;
	border-bottom:none;
	border-top:none;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	text-align:center;
}

nav.hbg ul.h-cnav li i{
	color:#fff;
	display:inline;
}

nav.hbg ul.h-cnav li a{
	display: inline;
	color: #fff;
	text-decoration: none;
	text-align:center;
	padding-top:0.4em;
	padding-bottom:0.4em;
}

nav.hbg ul.h-cnav li:first-child{width:70%;}
nav.hbg ul.h-cnav li:last-child{width:30%;border-right: rgba(255,255,255,0.5) solid 1px;}



/**/


/*ハンバーガー　カレント表示*/
body.menu01 .section.menu ul li.menu01 a{ background:rgba(227,135,0,0.8); color:#fff;}
body.menu02 .section.menu ul li.menu02 a{ background:rgba(227,135,0,0.8); color:#fff;}
body.menu03 .section.menu ul li.menu03 a{ background:rgba(227,135,0,0.8); color:#fff;}
body.menu04 .section.menu ul li.menu04 a{ background:rgba(227,135,0,0.8); color:#fff;}
body.menu05 .section.menu ul li.menu05 a{ background:rgba(227,135,0,0.8); color:#fff;}
body.menu06 .section.menu ul li.menu06 a{ background:rgba(227,135,0,0.8); color:#fff;}


/*スクロールバーを表示*/
.section::-webkit-scrollbar{ 
    width: 5px;
}
.section::-webkit-scrollbar-thumb{ 
    background: rgba(0,0,0,0.5);
    border-radius: 0px;
}
.section::-webkit-scrollbar-track-piece:start{   background:;}
.section::-webkit-scrollbar-track-piece:end{   background:;}


/* ロゴ */
.section .header-logo {
}


} 




/*==============================================================
ヘッダ　
==============================================================*/

.header-top {
	width:100%;
	background:rgba(255,246,208,1.00);
	border-bottom:#FFE98E solid 1px;
}

.header-top .inner{
	max-width:950px;
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
	margin-bottom:5px;
	
}

.header-top .inner h1{
	float:left;
	font-size:0.5em;
	font-weight:normal;
	margin-top:8px;
}


.header-top .inner .tel{
	float:right;
	font-weight:bold;
	color:rgba(49,79,115,1.00);
	font-size:1.5em;
}

.header-top .inner .tel .txt {
	font-size:0.5em;
	font-weight:normal;
}

/**/


header {
	position: relative;
	tex-align:center;
	background:#fff;
	max-width:950px;
	z-index:100;
	margin-left:auto;
	margin-right:auto;
	border-bottom: none;
}



.header-logo {
	float:left;
	margin-top:18px;

}

.header-logo img{

	}





/*ヘッダー固定*/ 

/*
header .fixbar {
  position: absolute;
  top: 86px;
  width:100%;
  border-top:3px solid #330000;
 border-bottom:1px solid #ccc;
  text-align:center;
  background:#fff;
  z-index:100;
}
*/


/* スクロールするとheaderに.fixedが付与 */

header.fixed nav.fixbar {
  position: fixed;
  top: 0px;
  width:100%;
  z-index:100;
  border-bottom:1px solid #ccc;
  
}
/* グローバルナビ */

header nav.main {
  border-top:3px solid #330000;
  background:#fff;
/*  border-bottom:1px solid #ccc;  */
 width:100%;
}

header ul.header-nav {
	display:flex;
	flex-wrap:nowrap;
	justify-content:space-between;
	width:100%;
	max-width:700px;
	margin-top:35px;
	float:right;
	transition:all 0.3s;

}

header ul.header-nav li {
	flex:auto;
	border-left:#ccc solid 1px;
	line-height:1;
	text-align:center;
}

header ul.header-nav li:last-child {
	border-right:#ccc solid 1px;
}



header ul.header-nav li a{
	color: #000;
	font-size:0.9em;
	font-weight:bold;
	text-decoration: none;
	display: block;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	
	transition:all .3s;
	-webkit-transition:all .3s;

}

header ul.header-nav li a:hover{
	color:rgba(227,135,0,1.00);
}


header ul.header-nav li:first-child {
}




/* スクロールメニュー */


header .m-logo {
	position:absolute;
	visibility:hidden;
	top:0px;
	left:0px;
	opacity:0;
	margin-left:-100px;
	transition:all 0.3s;
	
}

header.fixed .m-logo {
	visibility:visible;
	opacity:1;
	margin-right: auto; /*flex で右寄せ*/
	margin-left:0px;

}

header.fixed .m-logo img{
	width:100px;
	margin-top:9px;
	
}

header .scroll-nav {
	position:relative;
	display:flex;
	width:100%;
	max-width:1200px;
	margin-left:auto;
	margin-right:auto;
	justify-content:flex-end;
	overflow:hidden;
}


/**/

header.fixed ul.header-nav  {
	width:80%;
	margin-left:0;
	margin-right:0;
}


header.fixed ul.header-nav li {
	flex:1;

	font-size:1em;

}

header.fixed ul.header-nav li a{
	padding-top: 13px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 13px;

}




/*カレント表示*/
body.menu01 ul.header-nav li.menu01 a{color:rgba(227,135,0,1.00);}
body.menu02 ul.header-nav li.menu02 a{color:rgba(227,135,0,1.00);}
body.menu03 ul.header-nav li.menu03 a{color:rgba(227,135,0,1.00);}
body.menu04 ul.header-nav li.menu04 a{color:rgba(227,135,0,1.00);}
body.menu05 ul.header-nav li.menu05 a{color:rgba(227,135,0,1.00);}
body.menu06 ul.header-nav li.menu06 a{color:rgba(227,135,0,1.00);}


/* twitter リスト */

ul.header-tw-list {
	margin-top:30px;
}

ul.header-tw-list li {
	margin-bottom:10px;
}

ul.header-tw-list li a:before {
  content: "\f081";
  font-family: FontAwesome;
  font-size:170%;
  margin-right:8px;
  vertical-align: middle;
 }


ul.header-tw-list li a {
	color:#333;
	text-decoration:none;
}

ul.header-tw-list li a:hover {
	color:#FF6DDE;
}



/* SP用　599px以下: デフォルト */
@media (max-width: 599px) {

.header-top {
	width:100%;
}

.header-top .inner{
	max-width:90%;
	margin-left:auto;
	margin-right:auto;
	margin-top:8px;
	margin-bottom:8px;
	
}

.header-top .inner h1{
	float: none;
	font-size:0.7em;
	font-weight:normal;
	margin-top:5px;
	margin-bottom:5px;
	text-align:center;
}


.header-top .inner .tel{
	float: none;
	font-weight:bold;
	color:rgba(49,79,115,1.00);
	font-size:1.5em;
	text-align:center;
}

.header-top .inner .tel .txt {
	font-size:0.6em;
	font-weight:normal;
}

/**/


.header-logo {
	float: none;
	text-align:center;
	margin-top:18px;

}

.header-logo img{
	width:150px;
}


/* グローバルナビ */

header nav.main {
  border-top:3px solid #330000;
  background:#fff;
/*  border-bottom:1px solid #ccc;  */
 width:90%;
}

header ul.header-nav {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items: center;
	width:100%;
	max-width:90%;
	margin-top:0px;
	float: none;
	margin-left:auto;
	margin-right:auto;

}

header ul.header-nav li {
	flex: auto;
	flex-basis:33%;
	border-left: none;
	line-height:1;
	text-align:center;
	height:100%;
	margin-bottom:1px;
	margin-left:1px;

}

header ul.header-nav li:last-child {
	border-right: none;
}



header ul.header-nav li a{
	display: block;
	color: #000;
	font-size:0.9em;
	font-weight:bold;
	text-decoration: none;
	padding-top: 8px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 8px;
	line-height:1.3;
	background:rgba(255,246,208,1.00);

}

header ul.header-nav li a span{ display:none;}


}
	
/*タブレット用 600px以上 959 未満*/
@media (max-width: 959px) and (min-width: 600px) {

header {
	position:relative;
	tex-align:center;
	background:#fff;
	width:100%;
	z-index:100;
	margin-left:auto;
	margin-right:auto;
	border-bottom: none;
}


body#home header {
	position:relative;
}



.header-logo {
	float: none;
	margin-top:18px;
	text-align:center;

}


/* グローバルナビ */


header ul.header-nav {
	display:flex;
	flex-wrap:nowrap;
	justify-content:space-between;
	max-width:95%;
	margin-top:0px;
	margin-bottom:30px;
	margin-left:auto;
	margin-right:auto;
	float: none;

}

header ul.header-nav li {
	flex:auto;	
	font-size:0.9em;
}


/*スクロールナビ*/


header .scroll-nav {
	width:100%;
}

header .m-logo {display:none;}
header.fixed .m-logo {	display:none;}


header.fixed ul.header-nav  {
	width:100%;
}

header.fixed ul.header-nav li  {
	font-size:0.8em;

}


}


/* 960px以上 1199px 未満*/
@media (max-width: 1199px) and (min-width: 960px) {


/*スクロールナビ*/


header .scroll-nav {
	width:95%;
}


header.fixed ul.header-nav  {
	width:80%;
}

header.fixed ul.header-nav li  {
	font-size:0.8em;

}

header.fixed ul.header-nav li a{
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 10px;
}


}

/*PC用 1281px以上 */
@media (min-width: 1281px) {

}



/*==============================================================
サイドメニュー
==============================================================*/

.box-shop-introduce {
	border:rgba(255,153,0,1.00) solid 1px;
	padding:0.8em;
	margin-bottom:1em;
}

.box-shop-introduce .title{
	background: rgba(255,153,0,1.00);
	color:#fff;
	padding:0.2em;
	text-align:center;
	font-size:0.8em;
	font-weight:bold;
	letter-spacing:0.2em;
}

ul.shop-info-list {
	display:flex;
	flex-wrap:wrap;
	font-size:0.8em;
	line-height:1.5;
	margin-top:5px;
	margin-bottom:10px;
	padding-bottom:0px;
	padding-top:10px;
	border-bottom:rgba(255,153,0,1.00) solid 1px;
}

.box-shop-introduce ul.shop-info-list:last-child {
	margin-bottom:0px;
	border-bottom: none;
}

ul.shop-info-list li{
	flex-basis:50%;
}

ul.shop-info-list li:first-child img{
	width:90%;
	margin-bottom:10px;
}

ul.shop-info-list li:last-child{
	flex-basis:100%;
}

ul.shop-info-list li p{
	margin-bottom:0.5em;
}
.faq_box{
	padding:30px 0;
	border-top:1px dotted #bbb;}
.faq_box_q,
.faq_box_a{
	position:relative;
	padding-left:35px;}
.faq_box_q{
	color:#f90;
	font-weight:bold;}
.faq_box_a{
	margin-top:10px;}

.faq_box_q:before,
.faq_box_a:before{
	position:absolute;
	color:#fff;
	display:block;
	border-radius:100%;
	width:25px;
	height:25px;
	left:0;
	top:0;
	bottom:0;
	margin-top:auto;
	margin-bottom:auto;
	text-align:center;
	font-weight:normal;
	line-height:23px;}
.faq_box_q:before{
	background:#f90;
	content:"Q";}
.faq_box_a:before{
	background:#2B3886;
	content:"A";
	margin-top:3px;}
	
a.item_link_btn{
	text-decoration:none;
	background:#4877C9;
	color:#fff;
	padding:3px 14px;
	transition:.5s;
	border-radius:4px;}
a.item_link_btn:hover{
	background:#193360;}
a.item_link_btn:before{
	content:"\f0da";
	font-family:FontAwesome;
	margin-right:10px;}
a.item_link_btn:after{
	content:"\f08e";
	font-family:FontAwesome;
	margin-left:10px;}
	
.item_box{
	border-bottom:1px solid #ccc;
	padding-bottom:30px;
	margin-bottom:30px;}

a.item_school_link{
	color:#12395F;
	background:#F0F2F2;
	display:block;
	padding:10px;
	border:4px solid #ddd;
	text-decoration:none;}
a.item_school_link:hover{
	opacity:0.7;}


/* SP用　599px以下: デフォルト */
@media (max-width: 599px) {

.box-shop-introduce {
	padding:1em;
	margin-bottom:2em;
}

.box-shop-introduce .title{
	padding:0.2em;
	text-align:center;
	font-size:1.2em;
	font-weight:bold;
	letter-spacing:0.2em;
}

ul.shop-info-list {
	display:flex;
	flex-wrap:wrap;
	font-size:1.2em;
	line-height:1.5;
	margin-top:5px;
	margin-bottom:10px;
	padding-bottom:0px;
	padding-top:10px;
}

ul.shop-info-list li{
	flex-basis:100%;
	text-align:center;
}

ul.shop-info-list li:last-child{
	flex-basis:100%;
}


ul.shop-info-list li:first-child img{
	width:100px;
	margin-bottom:10px;
}


.bnr-list {
	display:flex;
	flex-wrap:wrap;
	margin-bottom:20px;
}

.bnr-list .item{
	flex-basis:50%;
	text-align:center;
}

.bnr-list .item img{
	width:90%;
}

.bnr-list .adjust{
	margin-top:5px;
}

}
	
/*タブレット用 600px以上 959 未満*/
@media (max-width: 959px) and (min-width: 600px) {

.box-shop-introduce {
	padding:0.5em;
}


ul.shop-info-list li:first-child img{
	width:100px;
	margin-bottom:10px;
}


ul.shop-info-list li{
	flex-basis:100%;
	text-align:center;
}


 }

 /* 960px以上 1199px 未満*/
@media (max-width: 1199px) and (min-width: 960px) {
}


/*PC用 1281px以上 */
@media (min-width: 1281px) {
	
}





/*==============================================================
コンテンツ
==============================================================*/


.wrapper {
	width: 100%;
	max-width:950px;
	text-align: left;
	position: relative;
	z-index:1;
	margin-left:auto;
	margin-right:auto;

}

/*
.content {
	width: 100%;
	max-width: 1200px;
	margin-left:auto;
	margin-right:auto;
	font-size:1em;
	line-height:1.8;
}
*/

.content-main {
	position:relative;
	float:left;
	width: 690px;

}


.content-main article p{
	margin-bottom:1em;
}


/**/
.content-menu {
	position:relative;
	float:right;
	width: 230px;

}

.content-menu p {
	margin-bottom:1em;

}


/* article */

.content-main article + article{
}


/* Youtube */

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.sub_content{}
.sub_content h2{
	font-weight:normal;
	padding:35px 0;
	border-top:1px solid #f90;
	border-bottom:1px solid #f90;
	background:url(../img/sub_page/h2_back.jpg);
	background-repeat:no-repeat;
	background-position:bottom right!important;
	margin-bottom:40px;
	font-size:1.5em;}
.sub_content .shop_title{
	background-image:url(/shop/images/title_bg.jpg);
	background-size: contain;
	}

.sub_content h3{
	border-bottom:2px solid #f90;
	padding-bottom:5px;
	color:#f90;
	margin-bottom:15px;
	font-size:1.3em;}

.sub_content h4{
	border-left:5px solid #f90;
	margin-bottom:10px;
	font-size:1.1em;
	padding-left:10px;
	line-height:1.3;
	}
	
.table_common{
	width:100%;
	border-collapse:collapse;}
.table_common th,.table_common td{
	padding:10px;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;}
.table_common th{
	background: #FDF4EE;
	text-align:center;}
.table_common td{
	}
	
.list_shop_pic{}
.list_shop_pic li{
	float:left;
	width:24%;
	margin-left:1.333%;}
.list_shop_pic li:first-child{
	margin-left:0;}
.list_shop_pic li img{
	width:100%;}
.list_shop_pic li p{
	font-size:80%;
	text-align:center;
	padding:5px;
	background:#eee;}
	
.box_common{
	padding:15px;
	border:3px double #ccc;}
.box_common h3{    font-size: 110%;
    color: #FFFFFF;
    padding: 10px;
	margin-bottom:15px;
	border:none;
    background-color: #6A86A4;

	line-height:1.3;
}

.box_common2{
	padding:15px;
	border: 3px solid #BDCFDF;}

.border_top_dot{
	margin-top:20px;
	padding-top:20px;
	border-top:1px dotted #ccc;}
	
	
.school_left{
	float:left;
	width:35%;}
.school_right{
	float:right;
	width:60%;}
	
.item-select-box{
	display:none;}
.item_page .item-select-box{
	display:block;}
	
.item-select-box h3 {
    font-size: 110%;
    font-weight: bold;
    background-color: #FBE2CC;
    border-left-width: 3px;
    border-left-style: solid;
    border-left-color: #FF9900;
    padding: 10px;
}
	
.item-select-box  {
	margin-bottom:40px;}
.item-select-box li {	}
.item-select-box li a {
	text-decoration:none;
	display:block;
	padding: 10px;
	color:#000;
	border-bottom:1px solid #ddd;}
.item-select-box li a:before {
	margin-right:5px;
	font-family:FontAwesome;
	content:"\f105";}

.item-select-box li a:hover,
.sm-01 .item-select-box li#sm-01 a,
.sm-02 .item-select-box li#sm-02 a,
.sm-03 .item-select-box li#sm-03 a,
.sm-04 .item-select-box li#sm-04 a,
.sm-05 .item-select-box li#sm-05 a {	
	color: #FF6600;
	background-color: #FEF3EB;}



/**/

a.btn_corona {
	display:block;
	background: rgba(255,0,4,0.05);
	font-size: 1.2em;
	padding: 1em;
	border: rgba(255,0,4,1.00) solid 2px;
	border-radius: 6px;
	text-decoration: none;
	margin: 0px auto 20px auto;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.4);
	color:red!important;
	font-weight: bold;
	text-align: center;
	
}




/* SP用　599px以下: デフォルト */
@media (max-width: 599px) {


.wrapper {
	width: 90%;
	text-align: left;
	position: relative;
	z-index:1;
}



.content-main {
	float: none;
	width: 100%;
	margin-left:auto;
	margin-right:auto;
	border-right: none;
	padding-top:30px;
	padding-bottom:30px;
	padding-right:0px;
	padding-left:0px;

}

.content-main p{
	margin-bottom:1.5em;

}

.sub_content p{
	margin-bottom:0;}

.content-menu {
	float: none;
	width: 100%;
	padding-bottom:0px;
	padding-left:0px;

}


/* article */

.content-main article + article{
	margin-top:50px;

}



/* Youtube */

ul.top-youtube-list {
	margin-left:1em;
}

ul.top-youtube-list li{
	float: none;
	width:100%;
	margin-left:0%;
	margin-bottom:15px;
}

ul.top-youtube-list li:last-child{
	margin-bottom:0px;
}


.sub_content{
	padding-top:10px;}
.sub_content h2{
	font-weight:normal;
	padding:10px 0;
	border-top:1px solid #f90;
	border-bottom:1px solid #f90;
	margin-bottom:20px;
	background:url(/common/img/sub_page/h2_back_sp.jpg);
	background-repeat:no-repeat!important;
	background-position:bottom -20px!important;
	background-size:contain!important;}
.sub_content .shop_title{
	background-image:url(/shop/images/title_bg_sp.jpg)!important;
	}
	
	
.table_common{
	width:100%;
	border-collapse:collapse;}
.table_common th,.table_common td{
	padding:5px;
	border-top:none;
	border-bottom:none;
	display:block;}
.table_common th{
	background: #FDF4EE;
	text-align:left;}
.table_common td{
	padding-bottom:15px;
	}
	
	
.list_shop_pic li{
	float:left;
	width:48%;
	margin-left:4%;}
.list_shop_pic li:nth-child(2n-1){
	margin-left:0;}
	
.school_left,
.school_right{
	float:none;
	width:100%;}
.school_left{
	margin-bottom:20px;}
	
}



/*タブレット用 600px以上 959 未満*/
@media (max-width: 959px) and (min-width: 600px) {

.wrapper {	width:95%;}



.content-main {
	position:relative;
	float:left;
	width: 75%;

}


/**/
.content-menu {
	position:relative;
	float:right;
	width: 20%;

}

}



/* 960px以上 1199px 未満*/
@media (max-width: 1199px) and (min-width: 960px) {



.content-main {
margin-bottom:50px;

}

.content-main p{


}


.content-menu {


}

}


/*PC用 1281px以上 */
@media (min-width: 1281px) {
.content-main {
margin-bottom:50px;

}



}



/*==============================================================
タイトル
==============================================================*/


.title-main {
	width:100%;
	border-bottom:#ddd solid 1px;
}

.title-main ul {
	max-width:1200px;
	margin-left:auto;
	margin-right:auto;
	display:flex;
	flex-wrap:no-wrap;
	align-items: stretch;
	height:160px;
}

.title-main ul li {
	padding-top:65px;
	align-items:center;
}

.title-main ul li.main {
	width:80%;
	border-right:#ddd solid 1px;
}

.title-main ul li.s-main {
	width:20%;
	text-align:center;
	background:rgba(51,0,0,0.1);
}

.title-main ul li.main h1  {
	font-size:2em;
	color:#000;
	letter-spacing:0.02em;
	font-weight:normal;
}


.title-main ul li.main-single  {
	width:100%;
	text-align:center;
}


.title-main ul li.main-single h1  {
	font-size:2.5em;
	font-family:'Roboto', sans-serif;
	font-weight: 300;
	color:#590606;
	letter-spacing:0.02em;
}


.title-main ul h2 {

	font-size:2em;
	font-family:'Roboto', sans-serif;
	font-weight: 300;
	color:#590606;
	letter-spacing:0.02em;
}

.title-main ul a {
	position:relative;
	text-decoration: none;
	color:#590606;
}

.title-main ul a:hover {
	border-bottom:#000 solid 1px;
}



.title-main ul h2 a:before{
  font-family: FontAwesome;
  position: absolute;
  content: '\f138';
  color:rgba(51,0,0,1.00);
  font-size:0.5em;
 
  top:10px;
  left:-25px;
}



/* メインコンテンツ */


.content-main h1{
	display:inline-block;
	font-size:1.5em;
	font-weight:bold;
	margin-bottom:30px;
	padding-bottom:5px;
	color:rgba(51,0,0,1.00);
	border-bottom:rgba(51,0,0,1.00) solid 1px;


}



@media (max-width: 599px) {
/* SP用　599px以下: デフォルト */



.title-main {
	position:relative;
	width:100%;
	border-bottom:#ddd solid 1px;
}

.title-main ul {
	max-width:95%;
	margin-left:auto;
	margin-right:auto;
	display:flex;
	flex-direction:column-reverse;
	flex-wrap:no-wrap;
	align-items: stretch;
	height:auto;
}

.title-main ul li {
	padding-top:0;
	align-items:left;
}



.title-main ul li.main {
	width:100%;

	border-right: none;
	text-align:center;
	padding-top:20px;
	padding-bottom:20px;
}

.title-main ul li.s-main {
	width:100%;
	padding-top:20px;
	padding-left:20px;
	text-align:center;
	background:#fff;
	text-align:left;
}


.title-main ul li.main-single h1  {
	font-size:2em;
	font-family:'Roboto', sans-serif;
	font-weight: 300;
	color:#590606;
	letter-spacing:0.02em;
	margin-bottom:30px;
	margin-top:30px;
}

.title-main ul h2 a:before{
  font-family: FontAwesome;
  position: absolute;
  content: '\f138';
  color:rgba(51,0,0,1.00);
  font-size:0.5em;
 
  top:10px;
  left:-15px;
}



}

/*タブレット用 600px以上 959 未満*/
@media (max-width: 959px) and (min-width: 600px) {

.title-main ul {
	width:98%;
	margin-left:auto;
	margin-right:auto;
}


.title-main ul li.main {
	width:80%;
	border-right:#ddd solid 1px;
}

.title-main ul li.s-main {
	width:20%;
	text-align:center;
	background:rgba(51,0,0,0.1);
}

.title-main ul h2 {

	font-size:1.5em;
	font-family:'Roboto', sans-serif;
	font-weight: 300;
	color:#590606;
	letter-spacing:0.02em;
}



}


/* 960px以上 1199px 未満*/
@media (max-width: 1199px) and (min-width: 960px) {

.title-main ul {
	width:98%;
	margin-left:auto;
	margin-right:auto;
}


.title-main ul li.main {
	width:80%;
	border-right:#ddd solid 1px;
}

.title-main ul li.s-main {
	width:20%;
	text-align:center;
	background:rgba(51,0,0,0.1);
}

}



/*PC用 1281px以上 */
@media (min-width: 1281px) {
	
}


/*==============================================================
ローカルナビゲーション
==============================================================*/

nav.local_navigation {
	margin-top:30px;
	margin-left:0px;
	background:rgba(255,255,255,1);
	/* jQueryで横幅取得 */
}

/* SPのみ表示 */
.sp-fmenu {
	display:none;
}


nav.local_navigation ul {
}

nav.local_navigation ul li {
	border-bottom:#ddd solid 1px;
}

nav.local_navigation ul li a{
	position:relative;
	display: block;
	line-height:1;
	text-decoration:none;
	color:#330000;
	padding-top:20px;
	padding-bottom:20px;
	padding-left:25px;
	line-height:1.3;


}

nav.local_navigation ul li a:hover{
	text-decoration: underline;
	color:#330000;
}

nav.local_navigation ul li a:before{
	position:absolute;
	top:35%;
	left:5px;
	font-family: FontAwesome;
	content: '\f138';
	color:rgba(51,0,0,1.00);
	font-size:0.9em;
	text-decoration:none;

}


/* ローカルナビ開閉 PCはオフ */

label.ln-label {
	display: none;
}

input#menu_bar01 {
	display: none;
}

input#menu_bar02 {
	display: none;
}


/* カレント表示 */
body.ln01 nav.local_navigation ul li.ln01 a{font-weight:bold;color:rgba(51,0,0,1.00);padding-left:0px;}
body.ln01 nav.local_navigation ul li.ln01 a:before{content:''; margin:0;}
body.ln02 nav.local_navigation ul li.ln02 a{font-weight:bold;color:rgba(51,0,0,1.00);padding-left:0px;}
body.ln02 nav.local_navigation ul li.ln02 a:before{content:''; margin:0;}
body.ln03 nav.local_navigation ul li.ln03 a{font-weight:bold;color:rgba(51,0,0,1.00);padding-left:0px;}
body.ln03 nav.local_navigation ul li.ln03 a:before{content:''; margin:0;}
body.ln04 nav.local_navigation ul li.ln04 a{font-weight:bold;color:rgba(51,0,0,1.00);padding-left:0px;}
body.ln04 nav.local_navigation ul li.ln04 a:before{content:''; margin:0;}
body.ln05 nav.local_navigation ul li.ln05 a{font-weight:bold;color:rgba(51,0,0,1.00);padding-left:0px;}
body.ln05 nav.local_navigation ul li.ln05 a:before{content:''; margin:0;}




/* スクロールしたら固定 */
nav.fixed-menu {
  position: fixed;
  top: 20px;
  width:200px;
  
}





@media (max-width: 599px) {
/* SP用　599px以下: デフォルト */

nav.local_navigation {
	margin-top:0px;
	margin-left:0px;
	width:100%;
}

/* SPのみ表示 */
.sp-fmenu {
	display:block;
	margin-bottom:50px;
}



/* ローカルナビ開閉 */


label.ln-label {
	position:relative;
  display: block;
  margin: 0 0 2px 0;
	padding :12px;
  line-height: 1;
	color :#fff;
  background: rgba(51,0,0,1.00);
	cursor :pointer;
}


label.ln-label:after{
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  margin-top: -5px;
  width: 12px;
  height: 12px;
  content:'\f078';
  font-family: FontAwesome;
  color:#fff;
}





#menu_bar01:checked + label:after{
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  margin-top: -5px;
  width: 12px;
  height: 12px;
  content:'\f077';
  font-family: FontAwesome;
  color:#fff;
}

input#menu_bar01 {
	display: none;
}

#menu_bar02:checked + label:after{
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  margin-top: -5px;
  width: 12px;
  height: 12px;
  content:'\f077';
  font-family: FontAwesome;
  color:#fff;
}

input#menu_bar02 {
	display: none;
}

nav.local_navigation ul {
}

nav.local_navigation ul li {
  max-height: 0;
  overflow-y: hidden;
 
 	border-bottom: none;
 
  -webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

#menu_bar01:checked ~ #links01 li,
#menu_bar02:checked ~ #links02 li {
	max-height: 46px;
  opacity: 1;
  border-bottom:#ddd solid 1px;
}





}

/*タブレット用 600px以上 959 未満*/
@media (max-width: 959px) and (min-width: 600px) {

nav.local_navigation {
	margin-top:20px;
	margin-left:0px;

}

nav.local_navigation ul li a{
	font-size:0.8em;
}


}


/* 960px以上 1199px 未満*/
@media (max-width: 1199px) and (min-width: 960px) {

nav.local_navigation {
	margin-top:20px;
	margin-left:0px;

}

nav.local_navigation ul li a{
	font-size:0.8em;
}


}


/*PC用 1281px以上 */
@media (min-width: 1281px) {
	
}



/*==============================================================
ページ内ナビ
==============================================================*/

.content-nav {
	position:relative;
	background:rgba(51,0,0,1.00);
	padding:10px;
	margin-top:-50px;
	margin-bottom:50px;
}

.content-nav ul {
	display:flex;
	flex-wrap: no-wrap;
	justify-content:space-between;
	
	
}

.content-nav ul li {

	flex:1;
	text-align:center;
}



.content-nav ul li a {
	position:relative;
	display: block;
	border-right:rgba(255,255,255,0.5) solid 1px;
	background:rgba(51,0,0,1.00);
	padding-top: 2px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 2px;
	text-decoration: none;
	color:#fff;
	font-size:1em;
}

.content-nav ul li:last-child a  {
	border-right: none;
}


.content-nav ul li a:hover {
	color:#fff;
	text-decoration: none;

}


.content-nav ul li a:after {
	content:'\f107';
	font-family: FontAwesome;
	color:#fff;
	margin-left:10px;
}




@media (max-width: 599px) {
/* SP用　599px以下: デフォルト */

}

/*タブレット用 600px以上 959 未満*/
@media (max-width: 959px) and (min-width: 600px) {

 }

/*PC用 1281px以上 */
@media (min-width: 1281px) {
	
}


/*==============================================================
フッター
==============================================================*/


footer {
	width:100%;
	background:rgba(255,246,208,1.00);
	border-top:rgba(255,153,0,0.2) solid 1px;
	margin-top:30px;
	padding-top:20px;
	padding-bottom:30px;
	
}



/**/

.footer-logo {
	text-align:center;
}


/*Footer Sitemap*/

ul.footer-nav {
	display:flex;
	flex-wrap: no-wrap;
	margin-top:20px;
	margin-bottom:30px;
	margin-left:auto;
	margin-right:auto;
	max-width:950px;


}

ul.footer-nav li{
	flex: auto;
	border-left:rgba(0,0,0,0.5) solid 1px;
}

ul.footer-nav li:last-child{
	border-right:rgba(0,0,0,0.5) solid 1px;
}

ul.footer-nav li > a{
	display:block;
	text-decoration:none;
	color:#333;
	font-size:0.9em;
	text-align:center;
}


ul.footer-nav li a:hover{
	text-decoration:underline;
}



/**/

footer small {
	clear:both;
	display:block;
	text-align: center;
	font-size:0.7em;
	font-family:'Roboto', sans-serif;
	color: rgba(0,0,0,0.5);

}




@media (max-width: 599px) {
/* SP用　599px以下: デフォルト */



footer {
	width:100%;
	background:rgba(255,246,208,1.00);
	border-top:rgba(255,153,0,0.2) solid 1px;
	margin-top:0px;
	padding-top:20px;
	padding-bottom:30px;
	
}

.footer-logo img{
	width:120px;
}

ul.footer-nav {
	display:flex;
	flex-wrap: wrap;
	margin-top:20px;
	margin-bottom:20px;
	margin-left:auto;
	margin-right:auto;
	max-width:90%;


}

ul.footer-nav li{
	flex: auto;
	border-left: none;
	width:33%;
}

ul.footer-nav li:last-child{
	border-right: none;
}

ul.footer-nav li > a{
	display:block;
	text-decoration:none;
	color:#333;
	font-size:1.1em;
	text-align:center;
	padding-top:8px;
	padding-bottom:8px;
}

ul.footer-nav li > a span{ display:none;}


}

/*タブレット用 600px以上 959 未満*/
@media (max-width: 959px) and (min-width: 600px) {


ul.footer-nav {
	display:flex;
	flex-wrap: wrap;
	justify-content:space-between;
	margin-top:20px;
	margin-bottom:30px;
	margin-left:auto;
	margin-right:auto;
	max-width:95%;

}

ul.footer-nav li > a{
	display:block;
	text-decoration:none;
	color:#333;
	font-size:0.8em;
	text-align:center;
}


}



/* 960px以上 1199px 未満*/
@media (max-width: 1199px) and (min-width: 960px) {



}

/*PC用 1281px以上 */
@media (min-width: 1281px) {
	
}



/*==============================================================
トップに戻る
==============================================================*/

.pageTop {
	position:fixed;
	bottom:20px;
	right:20px;
	z-index:10000;

	}

* html .pageTop {
	display: none;
	float: right;
	}
	

@media (max-width: 599px) {
/* SP用　599px以下: デフォルト */
	
.pageTop {
	position:fixed;
	bottom:10px;
	right:10px;
	z-index:10000;
	text-align:right;
	}

.pageTop img{ width:80%;}


* html .pageTop {
	display: none;
	float: right;
	}

}



/*==============================================================
ぱんくず
==============================================================*/
#breadlist {
	font-size: 0.8em;
	color:#333;
	clear: both;
	margin-bottom:20px;
	margin-top:0px;
	width: 100%;


}

#breadlist ul {
	display:flex;
	flex-wrap:wrap;
	max-width:950px;
	margin-right: auto;
	margin-left: auto;
	padding-top:10px;
	padding-bottom:10px;
}


#breadlist ul li{
}

#breadlist ul li:after{
  font-family: FontAwesome;
  content: '\f105';
  margin-left:10px;
  margin-right:10px;

}

#breadlist ul li:last-child:after{
  content:'';
  margin-left:10px;
  margin-right:0px;
}


#breadlist ul li a{
	text-decoration: underline;
/*	background-image: url(../img/body/pointer_bread.gif);
	background-position: right 0.3em;
*/

}

#breadlist ul li a:after{

}


#breadlist a:link {
	color: #333;
}
#breadlist a:visited {
	color: #333;

}
#breadlist a:active {
	color: #333;

}
#breadlist a:hover {
	color: #333;
  text-decoration:none;
}
 
 
 @media (max-width: 599px) {
/* SP用　599px以下: デフォルト */

#breadlist {
	font-size: 0.9em;
	clear: both;
	margin-bottom:0px;
	margin-top:10px;
	width: 100%;


}

#breadlist ul {
	display:flex;
	flex-wrap:wrap;
	max-width:90%;
	margin-right: auto;
	margin-left: auto;
	padding-top:10px;
	padding-bottom:10px;
}



 }
 
 
/*タブレット用 600px以上 959 未満*/
@media (max-width: 959px) and (min-width: 600px) {
#breadlist ul {
	display:flex;
	flex-wrap:wrap;
	max-width:95%;
	margin-right: auto;
	margin-left: auto;
	padding-top:10px;
	padding-bottom:10px;
}
 }
 
 /* 960px以上 1199px 未満*/
@media (max-width: 1199px) and (min-width: 960px) {
#breadlist ul {
	display:flex;
	flex-wrap:wrap;
	max-width:95%;
	margin-right: auto;
	margin-left: auto;
	padding-top:10px;
	padding-bottom:10px;
}

	
}
 
 
 
/*==============================================================
お知らせ
==============================================================*/



.newsmenu {
	margin-top:40px;
	margin-bottom:40px;
}


.newsmenu h2{
	float:left;
	font-size:1.2em;
	font-weight:bold;
	margin-bottom:10px;
}



.btn-news-list {
	float:right;
	margin-bottom:10px;
}



.newsmenu  dl{
	border-top:rgba(0,0,0,0.2) double 3px;
}

.newsmenu  dl dt{
	padding-top:10px;
	font-size:0.7em;
	color:#666;
	font-weight:bold;
}

.newsmenu  dl dd{
	color:#333;
	padding-top:10px;
	padding-bottom:10px;
	border-bottom:rgba(0,0,0,0.2) dotted 1px;
}



.newsmenu  dl dd a{
	color:#333;
	text-decoration:none;
}

.newsmenu  dl dd a:hover{
	color:#000;
	text-decoration: underline;
}



.img-icon {
	margin-left:10px;
	vertical-align:middle;
	line-height:1;
}


/* SP用　599px以下: デフォルト */
@media (max-width: 599px) {


}
	
/*タブレット用 600px以上 959 未満*/
@media (max-width: 959px) and (min-width: 600px) {

 }

 /* 960px以上 1199px 未満*/
@media (max-width: 1199px) and (min-width: 960px) {
}


/*PC用 1281px以上 */
@media (min-width: 1281px) {
	
}


/*==============================================================
 PC SP表示の調整
==============================================================*/



.display-only-sp {
	display:none;
}


@media (max-width: 599px) {
/* SP用　599px以下: デフォルト */

.display-only-pc {
	display:none!Important;
}


.display-only-sp {
	display: block;
}


.footer-sp {
	width:90%;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
}

}
	
/*タブレット用 600px以上 959 未満*/
@media (max-width: 959px) and (min-width: 600px) {

 }
 
/*PC用 1281px以上 */
@media (min-width: 1281px) {
}



 

/*==============================================================

==============================================================*/


/* SP用　599px以下: デフォルト */
@media (max-width: 599px) {


}
	
/*タブレット用 600px以上 959 未満*/
@media (max-width: 959px) and (min-width: 600px) {

 }

 /* 960px以上 1199px 未満*/
@media (max-width: 1199px) and (min-width: 960px) {
}


/*PC用 1281px以上 */
@media (min-width: 1281px) {
	
}


/*==============================================================
リスト
==============================================================*/

ul.list-type01 {
}

ul.list-type01 li {
	background:url(../img/body/arrow_disc.gif) no-repeat left 0.5em;
	padding-left:0.7em;
	margin-bottom:0.7em;
}

/**/

ul.list-type-fa-01 {
}



ul.list-type-fa-01 li {
	position:relative;
	line-height:1;
	padding-bottom:1em;
	padding-left:13px;
	line-height:1.3;
}

ul.list-type-fa-01 li:last-child {
	padding-bottom:0em;
}

ul.list-type-fa-01 li:before {
	position:absolute;
	top:11%;
	left:0px;
	font-family: FontAwesome;
	content: '\f054';
	font-size:0.8em;
	text-decoration:none;
	color:rgba(0,0,0,0.5);

}


/**/

ol.num-list {

	margin-left:2em;
}

ol.num-list li{

	margin-bottom:0.5em;
}




/*==============================================================
ボタン
==============================================================*/


a.btn-detail {
/*	display: block; */
	padding: 1em;
	background: #111;
	padding-top: 0.5em;
	padding-right: 1em;
	padding-left: 1em;
	padding-bottom: 0.5em;
	color: #fff;
	text-decoration: none;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.2);
	
 	transition: background-color 0.3s;
  	-webkit-transition: background-color 0.3s;
}

a.btn-detail:hover {
	background:#FF6DDE;
}

a.btn-detail i {vertical-align:-10%;}



/**/

a.btn-edit {
	font-size:0.8em;
	background: #D0DDEA;
	padding-top: 0.2em;
	padding-right: 1em;
	padding-left: 1em;
	padding-bottom: 0.2em;
	color: #000;
	text-decoration: none;
	margin-left: auto;
	margin-right: auto;
	line-height:1;
/*	box-shadow: 3px 3px 8px 2px rgba(0, 0, 0, 0.3); */
	
	-moz-border-radius: 4px;    /* Firefox */
	-webkit-border-radius: 4px; /* Safari,Chrome */
	border-radius: 4px;
	
 	transition: background-color 0.3s;
  	-webkit-transition: background-color 0.3s;
}

a.btn-edit:before {
    content: "\f105";
    font-family: FontAwesome;
	font-size:1em;
	margin-right:0.5em;
}


a.btn-edit:hover {
	background: rgba(208,221,234,0.5);
}



/* SP用　599px以下: デフォルト */
@media (max-width: 599px) {

a.btn-edit {
	padding-top: 0.5em;
	padding-right: 1.5em;
	padding-left: 1.5em;
	padding-bottom: 0.5em;
}

}


/**/

.btn-w50p {width:50%;}



/*Google map*/

a.gm-link:after {
    content: "\f041";
    font-family: FontAwesome;
	font-size:1.2em;
	margin-left:0.3em;
/*	color:#0066CC!Important; */
}

a.gm-link:hover:after {
	text-decoration:none!Important;
}


/* SNS リンク */

a.fb-link:after {
    content: "\f230";
    font-family: FontAwesome;
	font-size:1.2em;
	margin-left:0.3em;
}

a.tw-link:after {
    content: "\f099";
    font-family: FontAwesome;
	font-size:1.2em;
	margin-left:0.3em;
}

a.is-link:after {
    content: "\f16d";
    font-family: FontAwesome;
	font-size:1.2em;
	margin-left:0.3em;
}




/*==============================================================
回り込み解除
==============================================================*/

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {  clear: both;}
.clearfix {  *zoom: 1;}
.clearfix{	display:block;}


.clearAll{ clear:both}



/*==============================================================
img のリンク　マウスオーバー
==============================================================*/

a.mouseOver:hover img{
  filter: alpha(opacity=75);
  -moz-opacity:0.75;
  opacity:0.75;
}


/*==============================================================
マージン、回り込み
==============================================================*/

.mgnL5 {	margin-left: 5px;}
.mgnL10 {	margin-left: 10px;}
.mgnL15 {	margin-left: 15px;}
.mgnL20 {	margin-left: 20px;}
.mgnL25 {	margin-left: 25px;}
.mgnL30 {	margin-left: 30px;}
.mgnL35 {	margin-left: 35px;}
.mgnL40 {	margin-left: 40px;}
.mgnL45 {	margin-left: 45px;}
.mgnL50 {	margin-left: 50px;}
.mgnL55 {	margin-left: 55px;}
.mgnL60 {	margin-left: 60px;}
.mgnR5 {	margin-right: 5px;}
.mgnR10 {	margin-right: 10px;}
.mgnR15 {	margin-right: 15px;}
.mgnR20 {	margin-right: 20px;}
.mgnR25 {	margin-right: 25px;}
.mgnR30 {	margin-right: 30px;}
.mgnR35 {	margin-right: 35px;}
.mgnR40 {	margin-right: 40px;}
.mgnR45 {	margin-right: 45px;}
.mgnR50 {	margin-right: 50px;}
.mgnR55 {	margin-right: 55px;}
.mgnR60 {	margin-right: 60px;}
.mgnR150 {	margin-right: 150px;}
.mgnT0 {	margin-top: 0!important;}
.mgnT5 {	margin-top: 5px!important;}
.mgnT10 {	margin-top: 10px!important;}
.mgnT15 {	margin-top: 15px!important;}
.mgnT20 {	margin-top: 20px!important;}
.mgnT25 {	margin-top: 25px!important;}
.mgnT30 {	margin-top: 30px!important;}
.mgnT35 {	margin-top: 35px!important;}
.mgnT40 {	margin-top: 40px!important;}
.mgnT45 {	margin-top: 45px!important;}
.mgnT50 {	margin-top: 50px!important;}
.mgnT55 {	margin-top: 55px!important;}
.mgnT60 {	margin-top: 60px!important;}
.mgnB0 {	margin-bottom: 0!important;}
.mgnB5 {	margin-bottom: 5px!important;}
.mgnB10 {	margin-bottom: 10px;}
.mgnB15 {	margin-bottom: 15px;}
.mgnB20 {	margin-bottom: 20px;}
.mgnB25 {	margin-bottom: 25px;}
.mgnB30 {	margin-bottom: 30px;}
.mgnB35 {	margin-bottom: 35px;}
.mgnB40 {	margin-bottom: 40px;}
.mgnB45 {	margin-bottom: 45px;}
.mgnB50 {	margin-bottom: 50px;}
.mgnB55 {	margin-bottom: 55px;}
.mgnB60 {	margin-bottom: 60px;}
.mgnB70 {	margin-bottom: 70px;}

.pdgA10 { padding:10px!important;}



.fltL {float: left;}

.fltR {	float: right;}

.fltR-pic {
	float: right;
	margin-left:30px;
	margin-bottom:20px;
}

.fltL-pic {
	float: left;
	margin-right:30px;
	margin-bottom:20px;
}



/* SP用　599px以下: デフォルト */
@media (max-width: 599px) {

.fltR-pic,
.fltL-pic {
	float: none;
	margin-right:auto;
	margin-left:auto;
	margin-bottom:20px;
	text-align: center;
}



}





.txt-imp { color:#0072BD;}

.txt-caution { color:#FF0000;}

.txt-green { color:#14B002;}


.txt-15px {	font-size:15px;}
.txt-16px {	font-size:16px;}
.txt-17px {	font-size:17px;}
.txt-18px {	font-size:18px;}

.txt-80p {	font-size:80%;}
.txt-90p {	font-size:90%;}
.txt-100p {	font-size:100%!important;}
.txt-110p {	font-size:110%;}
.txt-120p {	font-size:120%;}
.txt-130p {	font-size:130%;}
.txt-140p {	font-size:140%;}
.txt-150p {	font-size:150%;}
.txt-200p {	font-size:200%;}


.attention { color:#f00;}

.tel-comment {
	 margin-top:5px;
	font-size:0.8em;
}

.caution {
	text-indent:-1em;
	padding-left:1em;
}

.caution2 {
	text-indent:-3.5em;
	padding-left:3.5em;
}

.caution3 {
	text-indent:-2em;
	padding-left:2em;
}

.caution4 {
	text-indent:-1.5em;
	padding-left:1.5em;
}


.hr-punctuation {
  display:block;
  width: 100%;
  height: 1px;
  border: 0;
  border-top: 1px solid #E2E2EC;
  margin-top:20px;
  margin-bottom:20px;
}
	


.link-anchor {
	margin-top:-120px;
	padding-top:120px;
}



.tel-number {
font-family:'Roboto', sans-serif;
font-size:1.7em;
color:rgba(51,0,0,1.00);
}



/* SP用　599px以下: デフォルト */
@media (max-width: 599px) {
.link-anchor {
	margin-top:-40px;
	padding-top:40px;
}

.sp-mgnT20 {margin-top: 20px!important;}
}


.yt_box{
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.yt_box iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}


/**/

.top-recommend {
	display: none;
}

body.toppage .top-recommend {
	display: block;
}


/*youtube埋め込みレスポンシブ*/

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}


/*お知らせリニューアル*/
.info_cat_span {
	display: inline-block;
	background: #eee;
	font-size: .9em;
	padding: 1px 8px;
	margin-left: 6px;
	border-radius: 4px;
	cursor: default;
}
.info_cat_span.info_cat_span_ic01,
.info_cat_span.info_cat_span_bc01 {
	background: #CDE798;
}
.info_cat_span.info_cat_span_ic02,
.info_cat_span.info_cat_span_bc02 {
	background: #FFE9C8;
}
.info_cat_span.info_cat_span_ic03,
.info_cat_span.info_cat_span_bc03 {
	background: #DDEEFF;
}


.blog_sidebar_body {
	font-size: .95em;
}
.blog_sidebar_body hr{
	border: none;
	border-top: 1px solid #ff9900;
	margin: 30px 0;
}
.blog_sidebar_body hr:first-child{
	margin-top: 0!important;
}
.blog_sidebar_body hr:last-child{
	margin-bottom: 0!important;
}
.blog_sidebar_title{
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 15px;
	line-height: 1.3;
	color: #f90;
}

.blog_sidebar_ul{
	line-height: 1.2;
}
.blog_sidebar_ul >li:nth-child(n+2){
	margin-top: 10px;
}
.blog_sidebar_ul a{
	display: block;
	position: relative;
	color: inherit;
	text-decoration: none;
	padding-left: 1em;
}
.blog_sidebar_ul a span{
	display: inline-block;
	background: #eee;
	border-radius: 3px;
	padding: 0 10px;
	font-size: .9em;
	margin-left: 3px;
}
.blog_sidebar_ul a:hover{
	text-decoration: underline;
}
.blog_sidebar_ul a .news_new{
	text-decoration: none;
	display: inline-block;
}
.blog_sidebar_ul a:before{
	display: block;
	text-decoration: none;
	content: "\f0da";
	left: 0;
	font-family: FontAwesome;
	position: absolute;
}

.blog_sidebar_ul_tag li{
	margin: 0 5px 3px 0;
	display: inline-block;}
.blog_sidebar_ul_tag li a{
	display: inline-block;
	background: #eee;
	border-radius: 3px;
	color: inherit;
	text-decoration: none;
	padding: 0 10px;
	transition: .3s;
}
.blog_sidebar_ul_tag li a:before{
	content: "#";
}
.blog_sidebar_ul_tag li a:hover{
	color: #fff;
	background: #1E4067;
}
.blog_sidebar_ul_tag li a span{
	font-size: .9em;
	background: #fff;
	display: inline-block;
	margin-left: 3px;
	padding: 0 5px;
	border-radius: 2px;
	line-height: 1.2;
	color: #222;
}

.blog_tag_list{
	font-size: .9em;
}
.blog_tag_list span{
	margin-right: 1em;
}
.blog_tag_list span:before{
	content: "#";
}

.blog_single_h1{
    border-top: 1px solid #1E4067;
    border-bottom: 1px solid #1E4067;
    padding: 20px 0;
	color: #1E4067;
	font-weight: bold;
	font-size: 1.5em;
	line-height: 1.3;
	margin-bottom: 20px;
}

.blog_tag_link_list a{
	margin-right: 1em;
}
.blog_tag_link_list a:before{
	content: "#";
}

.newsmenu dd .blog_list_link_title{
	text-decoration: underline;
}
.newsmenu dd .blog_list_link_title:hover{
	text-decoration: none;
}
.newsmenu dd .blog_tag_link_list{
	font-size: .9em;
	margin-top: 8px;
}