@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

/*================================================
 *  一般・共通設定
 ================================================*/
body {
	width:100%;
	margin:0 auto;
	font-size:14px;
	color:#3f3f3f;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height:1.6;
}

header {
	width:960px;
	margin:10px auto;
}

nav {
	width:100%;
}

#contents {
	width:960px;
	margin:10px auto;
}

#main {
	float:right;
	width:65.625%;
}

#sub {
	float:left;
	width:31.25%;
}

#subnav {
	display:none;
}

a {
	color:#000;
}
a:hover {
	color:#e78f00;
}

h1 {
	color:#f19500;;
	font-size:28px;
	line-height:1.2;
}
h1 a {
	color:#000;
	text-decoration:none;
}
h1 a:hover {
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter:"alpha( opacity=60 )";
}
h2 {
	margin-bottom: 0.5em;
	padding-left: 10px;
	font-size: 18px;
	color: #3f3f3f;
	border-left: 5px solid #e78f00;
	font-weight: normal;
	border-bottom: 1px solid #E78F00;
}
h2.mt {
	margin-bottom: 0.5em;
	padding-left: 10px;
	font-size: 18px;
	color: #3f3f3f;
	border-left: 5px solid #e78f00;
	font-weight: normal;
	border-bottom: 1px solid #E78F00;
	margin-top: 50px;
}
h2.linklecsas {
	margin-bottom: 0.5em;
	padding-left: 10px;
	font-size: 18px;
	color: #3f3f3f;
	border-left: 5px solid #e78f00;
	font-weight: normal;
	border-bottom: 1px solid #E78F00;
}
a.lecsas_link{
	width: 220px;
	margin: 10px 0 30px;
	padding: 10px;
	box-sizing: border-box;
	background: #e78f00;
	color: #fff;
	display: block;
	text-align: center;
	text-decoration: none;
	border: 1px solid #e78f00;
	border-radius: 6px;
	transition: all .5s;
	position: relative;
}
a.lecsas_link::after{
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 0 7px 11px;
	border-color: transparent transparent transparent #fff;
	transition: all .5s;
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY( -50%);
}
a.lecsas_link:hover{
	background: #fff;
	color: #e78f00;
}
a.lecsas_link:hover::after{
	border-color: transparent transparent transparent #e78f00;
}
h3 {
	padding-top: 2px;
	padding-right: 5px;
	padding-left: 5px;
	color: #F19500;
	font-size: 16px;
	border-bottom: 2px solid #e78f00;
	font-weight: bold;
	margin-bottom: 5px;
}

h4 {
	margin-bottom:0.25em;
	font-size:16px;
	color:#333;
}
h4:before {
	content:"\002605";
	color:#f19500;
}

h5 {
	margin-bottom:0.25em;
	padding:2px;
	color:#000;
	font-size:16px;
	border-top:1px dotted #999;
	border-bottom:1px dotted #999;
	background:#f1f1f1;
}

h6 {
	margin-bottom:0.25em;
	color:#382400;
	font-size:14px;
	font-weight:bold;
}

p {
	margin:0 0 1em 0;
}

img {
	vertical-align:bottom;
}

em {
	font-weight:bold;
}

strong {
	font-weight:bold;
	color:#f19500;
}

pre {
	margin:1em 0;
	padding:1em;
}

blockquote {
	margin-bottom:1em;
	padding:1em;
	border:1px dotted #ddd;
	border-left:5px solid #ddd;
}

ul,ol,dl {
	margin:0 0 1em 0;
}
ul li {
	list-style:disc;
}
ol li {
	list-style:decimal;
}
li {
	margin-left:2em;
}

dt {
	margin-bottom:0.5em;
	border-bottom:1px dotted #ddd;
}
dt:before {
	content:"\0025a0";
}

h4:before {
	content:"\0025a0";
}

dd {
	margin-bottom:1em;
}

table {
	width:100%;
	margin-bottom:2em;
	border-collapse:collapse;
	border:1px solid #ddd;
}
table.lecsas {
	width:100%;
	margin-bottom:2em;
	border-collapse:collapse;
	border:1px solid #ddd;
}
table.timeBox {
	width:60%;
	margin-bottom:2em;
	border-collapse:collapse;
	border:1px solid #ddd;
}
@media screen and (max-width: 768px){
	table.timeBox {
		width:100%;
		margin-bottom:2em;
		border-collapse:collapse;
		border:1px solid #ddd;
	}
}
th {
	padding:10px;
	text-align:center;
	vertical-align:middle;
	border:1px solid #ddd;
	background:#f5f5f5;
}
th span{
	font-size: 11px;
}
td {
	padding:10px;
	text-align:center;
	border:1px solid #ddd;
}
td.tar {
	padding:10px;
	text-align: right;
	border:1px solid #ddd;
	vertical-align: middle
}
td.ver {
	padding:10px;
	text-align: center;
	border:1px solid #ddd;
	vertical-align: middle
}
.tiketto{
	width: 100%;
	margin:5px 0 10px 0;
}
.tiketto img{
	width: 100%;
}
p.notes{
	margin-top: -20px;
	margin-bottom: 30px;
	color: #f19500;
}
@media screen and (max-width: 768px){
	p.notes{
		margin-bottom: 15px;
	}
}
.sp_inherit{
	display: none;
}
@media screen and (max-width: 768px){
	.sp_inherit{
		display: block;
	}
}
/*================================================
 *  ヘッダー
 ================================================*/
header {
	position:relative;
}
header h1 {
	margin-bottom:20px;
}

.contact {
	position: absolute;
	top: 20px;
	right: 0;
	vertical-align: bottom;
}
.contact a {
	display: block;
	top: 0px;

}
.contact a:hover {
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter:"alpha( opacity=60 )";
}

.summary {
	clear:both;
}

/*================================================
 *  グローバルナビゲーション
 ================================================*/
nav {
	margin-bottom:10px;
	padding:0;
	background:#f19500;
	overflow:hidden;
}
nav ul {
	width:960px;
	margin:0 auto;
	padding:0;
}
nav li {
	float:left;
	list-style:none;
	width:16.666%;
	margin:0;
	padding:0;
}
nav li a {
	display: block;
	padding-top: 13px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 13px;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	font-size: 17px;
	-webkit-transition: all 0.5s;/*ブラウザの種類の分してる*/
	-moz-transition: all 0.5s;/*hoverと違う方につける*/
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-transition: all 0.5s;
}
nav li a:hover {
	color:#3f3f3f;
	text-decoration:none;
	background:#FFDA99;
}

/*================================================
 *  サブコンテンツ
 ================================================*/
.submenu li {
	margin:0;
	padding:0;
	list-style:none;
}
.submenu li a:before {
	content:"\0025a0";
	color:#000;
}


.submenu li a {
	display:block;
	padding:5px 2px;
	color:#000;
	border-bottom:1px dotted #ddd;
	text-decoration:none;
}
.submenu li a:hover {
	background:#eee;
}

.bnr {
	overflow:hidden;
}

.bnr ul {
	overflow:hidden;
}

.bnr li {
	margin:0 0 10px 0;
	padding:0;
	list-style:none;
	-webkit-transition: all 0.5s;/*ブラウザの種類の分してる*/
	-moz-transition: all 0.5s;/*hoverと違う方につける*/
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-transition: all 0.5s;
}
.bnr li a:hover {
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter:"alpha( opacity=60 )";
}
.bnr img {
	width:100%;
}
.topNaviColumn .topNaviCon h2 {
	font-size: 18px;
}
/*================================================
 *  フッター
 ================================================*/
footer {
	clear:both;
}

.footmenu {
	width: 100%;
	padding-top: 20px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 10px;
	overflow: hidden;
	background-color: #FFDA99;
}

.footer_img a:hover {
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter:"alpha( opacity=60 )";
}

.footmenu ul {
	position:relative;
	float:left;
	left:50%;
	margin:0;
}
.footmenu li {
	position: relative;
	left: -50%;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0 20px;
	font-size: 12px;
	text-align: center;
	color: #3f3f3f;
}



.copyright {
	clear:both;
	padding:0 0 10px 0;
	font-size:11px;
	text-align:center;
	background-color:#FFDA99;
}

/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
	position:fixed;
	bottom:15px;
	right:15px;
}
.totop a {
	display:block;
	text-decoration:none;
}
.totop img {
	background:#f19500;
}
.totop img:hover {
	background:#e78f00;
}

/*================================================
 *  クラス
 ================================================*/
.textL {
	text-align:left;
}

.textR {
	text-align:right;
}

.list {
	padding:0 0 0 0.5em;
}

.list li {
	margin:0;
	padding:0 0 0 15px;
	list-style:none;
	background:url(../images/check.png) 0 5px no-repeat;
}

.photo {
	overflow:hidden;
	margin:20px 0;
	padding:10px;
	border:5px solid #ddd;
	background:#fff;
}

.imgL {
	float:left;
	margin:0 0.5em 0.5em 0;
}

.imgR {
	float:right;
	margin:0 0 0.5em 0.5em;
}

.info dt {
	border-bottom: none;
	color: #3f3f3f;
	margin-top: 0px;
}
.info dd {
	color: #3f3f3f;
	margin-bottom: 40px;
	float: left;
	width: auto;
	margin-top: -5px;
}
.yoyaku_sub_title{
	font-weight:bold;
	color:#f19500;
	font-size: 80%;
}
.qupon_sub_title{
	font-weight: 600;
	font-size: 120%;
	color: #f19500;
	margin: 0;
}
.qupon_notes{
	font-size: 13px;
	color: red;

}
/*
.info_btm_border{
	width: 100%;
	height: 90px;
	border-bottom: 1px solid #CCCCCC;
	float: left;
	margin-bottom: 10px;ƒ
}
.info_btm_border2{
	width: 100%;
	height: 135px;
	border-bottom: 1px solid #CCCCCC;
	float: left;
	margin-bottom: 10px;
}
.info_btm_border3{
	width: 100%;
	height: 170px;
	border-bottom: 1px solid #CCCCCC;
	float: left;
	margin-bottom: 10px;
}
.info_btm_border4{
	width: 100%;
	height: 340px;
	border-bottom: 1px solid #CCCCCC;
	float: left;
	margin-bottom: 10px;
}*/
#main .info dd.nenga{
	width: 80%;
	height: auto;
  margin-top: 10px;
}
#main .info dd.nenga img{
	width: 100%;
	height: auto;
	box-shadow: 6px 6px 6px rgba(0,0,0,0.2);
	margin-right: 0px;
	padding-bottom: 0;
}
#main .info .info_btm_border dd .sp_none{
	display: block;
	width: 100%;
}
#main .info .info_btm_border dd .sp_inherit{
	display: none;
}
#main .info .info_btm_border dd{

}
#main .info .info_btm_border dd .nenga{
	width: 50%;
}
#main .info .info_img{
	margin-right: 20px;
	width: 72px;
	height: auto;
	float:left;
}
#main .info .info_img img{
	width: 100%;
}
#main .info .info_text{
	width: 538px;
	margin-left: 0px;
	height: auto;
	float:left;
}
#main .info .text_link a{
	color: #007bff;
	display: inline-block;
	padding-top: 5px;
	transition: .7s;
}
#main .info .text_link a:before{
	content: " " ;
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 10px;
	border-color: transparent transparent transparent #007bff;
	padding-right: 5px;
	transition: .7s;
}
#main .info .text_link a:hover{
	color: #f00;
}
#main .info .text_link a:hover:before{
	content: " " ;
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 10px;
	border-color: transparent transparent transparent #f00;
	padding-right: 5px;
}
.tel {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-top: 13px;
	padding-bottom: 13px;
	background-color: #F19500;
}
.footer_jusyo {
	text-align: center;
	background-color: #FFDA99;
	color: #3f3f3f;
}
.footer_img {
	text-align: center;
	background-color: #FFDA99;
	padding-top: 5px;
	padding-bottom: 5px;
}
.point {
	text-align: right;
	margin-bottom: 36px;
	color: #3f3f3f;
	clear: both;
}

.otoiawase {
	position: absolute;
	right: 28px;
	top: 65px;
}
.info dd img {
	margin-right: 10px;
	padding-bottom: 5px;
}

.tr_with {
	width: 30%;
}

.topmargin_10{
	margin-top: 20px;
}
.btmmargin_20{
	margin-bottom: 20px;
	}
.syoudai{
	font-weight: bold;
	}
#nav_aisatu{
	margin-bottom: 20px;
	}
.kazari{
	}
.info_01{
	float: left;
	margin-top: 7px;
	margin-bottom: 10px;
	width: 100%;
	height: auto;
	}
.info_02{
	list-style-type: none;
	}
.sitsumon_img{
	float: left;
	width: 40px;
	height: 16px;
	}
.sitsumon_text{
	float: left;
	width: 580px;
	margin-top: 8px;
	font-weight: bold;
}
.sitsumon01_text{
	width: 580px;
	float: left;
	margin-top: 8px;
}
.clear{
	clear:both;
	}
.huukei{
	float: right;
	}
.google-maps {
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
img.image_nenga{
	width: 620px;
	position: relative;
	z-index: 999;
}
.nenga_box{
	position: relative;
}
img.image_text{
	position: absolute;
	top: 66px;
	right: 42px;
	z-index: 9999;
}
.rekusasu_image{
	width: 100%;
	padding-bottom: 30px;
}
.rekusasu_image a:hover{
	opacity: 0.7;
}
.rekusasu{
	width: 546px;
}
.rekusasu:hover{
	opacity: 0.7;
}
.text_deco{
	color: #F19500;
	font-size: 80%;
	vertical-align: baseline;
	padding-left: 5px;
}

/*================================================
 *  トップページ
 ================================================*/
/* スライドショー */
.slide {
	display:none;
	position:relative;
	overflow:hidden;
}

.slidePrev {
	position:absolute;
	cursor:pointer;
	z-index:100;
}

.slideNext {
	position:absolute;
	cursor:pointer;
	z-index:100;
}

.slidePrev img {
	position:absolute;
	width:50px !important;
	height:60px !important;
}

.slideNext img {
	position:absolute;
	width:50px !important;
	height:60px !important;
}

.slideInner {
	position:relative;
	margin:0 0 5px 0;
	padding:0;
}
.slideInner li {
	float:left;
	margin:0;
	padding:0;
	list-style:none;
	-webkit-transition: all 0.5s;/*ブラウザの種類の分してる*/
	-moz-transition: all 0.5s;/*hoverと違う方につける*/
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-transition: all 0.5s;
}

.slideInner li img {
	margin:0 5px;
	padding:0;
}

.filterPrev {
	position:absolute;
	left:0;
	opacity:0.5;
	filter:alpha(opacity=50);
	background-color:#fff;
}

.filterNext {
	position:absolute;
	right:0;
	opacity:0.5;
	filter:alpha(opacity=50);
	background-color:#fff;
}

.controlNav {
	position:relative;
	float:left;
	left:50%;
}
.controlNav span {
	position:relative;
	left:-50%;
	float:left;
	margin:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	width:10px;
	height:10px;
	overflow:hidden;
	background:#ccc;
	text-indent:-9999px;
	vertical-align:middle;
}
.controlNav span:hover {
	background:#999;
	cursor:pointer;
}
.info dt span {
	font-size: 15px;
}
.controlNav span.current {
	background:#f19500;
}

.slideInner li a:hover {
		opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter:"alpha( opacity=60 )";
}





/* トップナビ */
* html .topNavi {
	height:1em;
	overflow:visible;
}

.topNavi {
	overflow:hidden;
	position:relative;
	margin-right:-1.030%;
	margin-top:20px;
	margin-bottom:20px;
}

.topNaviColumn {
	display:inline;
	width:32.302%;
	float:left;
	margin-right:1.030%;
}

.topNaviCon {
	position: relative;
	display: block;
	box-sizing: border-box;
	overflow: hidden;
	padding: 10px;
	text-decoration: none;
	color: #3F3F3F;
	transition: background 0s ease 0s, border 0.5s ease-out 0s;
	background-color: #FFDA99;
	border: 1px solid #f1f1f1;
	border-radius: 4px;
	-webkit-transition: all 0.5s;/*ブラウザの種類の分してる*/
	-moz-transition: all 0.5s;/*hoverと違う方につける*/
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-transition: all 0.5s;
}
.topNaviCon02 {
	position: relative;
	display: block;
	box-sizing: border-box;
	overflow: hidden;
	padding: 10px;
	text-decoration: none;
	color: #3F3F3F;
	transition: background 0s ease 0s, border 0.5s ease-out 0s;
	background-color: #FFDA99;
	border: 1px solid #f1f1f1;
	border-radius: 4px;
	-webkit-transition: all 0.5s;/*ブラウザの種類の分してる*/
	-moz-transition: all 0.5s;/*hoverと違う方につける*/
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-transition: all 0.5s;
}
.topNaviCon:hover {
	color:#000;
	background:#fff9f5 none repeat scroll 0 0;
	border:1px solid #f19500;
	transition:background 0s ease 0s, border 0.5s ease-out 0s;
}
.topNaviCon h2 {
	margin:10px;
	padding:0;
	font-size:14px;
	font-weight:bold;
	color:#f19500;
	border:none;
}

.topNaviCon:hover h2 {
	color:#f19500;
}
.topNaviCon p {
	margin:10px;
}

.topNaviPhoto img {
	width:100%;
}
.gazou {
	width: 960px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	height: auto;
}
.info dd .syousai {
	font-size: 10px;
}
#sukima  {
	width:100%;
	font-size:10pt;
	margin-bottom: 5px;
}
.deta_space{
	width: 100%;
	text-align: center;
	margin-bottom: 80px;
}
.deta_space02{
	width: 100%;
	text-align: center;
}
.deta_space img{
	width: 800px;
}
.deta_space02 img{
	width: 800px;
}


.lb {
    display: flex;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,.7);
    opacity: 0;
    transition: .3s opacity ease;
    z-index: -1;
}

.lb img {
    width: auto !important;
    max-height: 100%!important;
    transform: scale(.7);
    transition: .4s transform ease;
    pointer-events: none;
}

.lb:target {
    opacity: 1;
    z-index: 103;
}

.lb:target img {
    transform: scale(1);
}


/* なんちゃって閉じるボタン（いらない場合は消す） */
.lb::before,.lb::after {
    display: block;
    position: fixed;
    content: "";
    width: 24px;
    height:3px;
    top: 24px;
    right: 12px;
    background: #fff;
    border-radius: 4px;
}
.lb::before {
    transform: rotate(-315deg);
}
.lb::after {
    transform: rotate(315deg);
}
.school_list{
	width: 100%;
}
.school_list ul li{
	list-style: none;
	margin-left: 0;
	text-indent: -1.2em;
	margin-left: 1.2em;
}
.school_list ul li span{
	color: #f19500;
	padding-right: 2px;
}
.event_box{
	width: 100%;
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: center;
}
.event_image{
	width: 25%;
	margin-right: 6%;
	border: 1px solid #f19500;
	padding: 2px 2px 0;
}
.event_image a{
	width: 100%;
	display: block;
	transition: .5s;
}
.event_image a:hover{
	opacity: .6;
}
.event_image a img{
	width: 100%;
  height: auto;
}
.event_box02 {
  width: 100%;
  margin-top: 20px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.event_image02 {
  width: 28%;
  margin-right: 4%;
  border: 1px solid #f19500;
  padding: 2px 2px 0;
  box-sizing: border-box;
}

.event_image02 a {
  width: 100%;
  display: block;
  transition: .5s;
}

.event_image02 a:hover {
  opacity: .6;
}

.event_image02 a img {
  width: 100%;
  height: auto;
}
.event_text02{
  width: 68%;
}
.text_link03{
	color: blue;
}
/*================================================
 *  タブレット向けデザイン
 ================================================*/
/* スクロールバーを考慮して20px大きいサイズで切り替え */
@media screen and (max-width:979px) {
	body {
		box-sizing:border-box;
		width:100%;
		padding:0 10px;
	}
.map iframe {
	width: 500px;
	height: 300px;
}

	header {
		width:100%;
	}

	nav ul {
			width:100%;
	}

	#contents {
		width:100%;
	}
}

/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:767px) {
	.sp_inherit{
		display: block
	}
	.sp_none{
		display: none;
	}
	.info dt{
		margin-top: 15px;
	}
	.event_box{
		width: 100%;
		display: flex;
		flex-flow: row wrap;
		justify-content: flex-start;
		align-items: center;
	}
	.event_image{
		width: 60%;
		margin: 10px  auto 20px;
		border: 1px solid #f19500;
		padding: 2px 2px 0;
	}
	.event_image a{
		width: 100%;
		display: block;
		transition: .5s;
	}
  .event_image02 {
    width: 100%;
    margin-right: 0;
    border: 1px solid #f19500;
    padding: 3px 3px 0;
    box-sizing: border-box;
  }

  .event_image02 a {
    width: 100%;
    display: block;
    transition: .5s;
  }

  .event_image02 a:hover {
    opacity: .6;
  }

  .event_image02 a img {
    width: 100%;
    height: auto;
  }

  .event_text02 {
    width: 100%;
    margin-top: 15px;
  }
	.contact {
		position:relative;
		float:right;
		margin:-50px 0;
		top: 35px;
		right: 0px;
		zoom: 0.8;
	}
	.rekusasu img{
		width: 100%;
	}
	.rekusasu_image a img{
		width: 100%;
	}

	header h1 {
		margin-bottom:0;

	}

		header h1 img {
		width:40%;
		height:auto

	}

		header p.summary {
		margin-top:5px;
		width:40%;
		height:auto

	}
	#main .info dd.nenga{
		width: 100%;
		height: auto;
		margin: 0 auto;
		float: none;
	}
	#main .info dd.nenga img{
		width: 100%;
		height: auto;
		box-shadow: 6px 6px 6px rgba(0,0,0,0.2);
		margin-right: 0px;
		padding-bottom: 0;
	}
	img.image_nenga{
		width: 100%;
		position: relative;
		z-index: 999;
	}
	.nenga_box{
		position: relative;
	}
	img.image_text{
		position: absolute;
		top: 30px;
		right: 15px;
		width: 42%;
		z-index: 9999;
	}
	#main .info .info_btm_border dd .sp_none{
		display: none;
	}
	#main .info .info_btm_border dd .sp_inherit{
		display: block;
		width: 100%;
	}
	#main .info .info_btm_border dd .nenga{
		width: 100%;
	}
	footer{
		width: auto;
		margin: 0 -10px;
	}
	footer .tel img{
		width:90%;
		height:auto
	}
	.info dd {
		color: #3f3f3f;
		margin-bottom: 10px;
		width: auto;
	}


	#main .info .info_text{
		width: 100%;
		height: auto;

	}
	#main .info .info_text br{
		display: none;
	}
	#main .info .info_img{
		width: 72px;
		height: auto;
	}
	.sp_inherit{
		display: block!important;
	}
	/*
	.info_btm_border{
		width: 100%;
		height: 85px;
		border-bottom: 1px solid #cccccc;
	}
	*/
	.tr_with {
		width: 25%;
	}
	.gazou img{

		width:100%;
			height:auto
	}
	.resizeimage{
		width:100%;
		height:auto;
	}
	.imgkeafu{
		width:88%;
		height:auto;
	}
	.tiketto{
		width:100%;
		height:auto;
	}
	.tiketto img{

	}
	.yakusokuimg{
		width:90%;
		height:auto;
	}
	.sitsumon_img{
		float: left;
		width: 8%;
		height: 16px;
		margin-right:2px;
		}
	.sitsumon_text{
		float: left;
		width: 92%;
		margin-top: 8px;
		font-weight: bold;
	}
	.sitsumon01_text{
		width: 92%;
		float: left;
		margin-top: 8px;
	}
	#sukima{
			width:90vw;
	}






	#main {
		float:none;
		width:100%;
	}

	#sub {
		float:none;
		width:100%;
	}

	.bnr ul {
		overflow:hidden;
		margin-right:-2%;
	}

	.bnr li {
		float:left;
		width:48%;
		margin:0 2% 2% 0;
	}

	/* メインメニュー */
	nav {
		display:block;
		position:relative;
		width:100%;
	}
	nav h3 {
	cursor: pointer;
	margin-bottom: 0;
	color: #fff;
	background-color: #FFAB00;
	border: none;
	}
	nav h3:after {
		position:absolute;
		content:"\0025bc";
		top:3px;
		right:5px;
	}
	nav h3.menuOpen:after {
		position:absolute;
		content:"\0025b2";
		top:3px;
		right:5px;
	}
	nav ul {
		width:100%;
	}

	nav li {
		width:33.33%;
		margin:0;
		padding:0;
		list-style:none;
	}
	nav li:first-child a {
		width:100%;
	}

	nav li a {
		display:block;
		width:100%;
		border-bottom:1px dotted #ddd;
		text-decoration:none;
	}

	/* トップナビ */
	.topNavi {
		margin-right:0;
	}

	.topNaviColumn {
		display:block;
		box-sizing:border-box;
		width:100%;
		float:none;
		margin-right:0;
		margin-bottom:10px;
	}
	tbody tr .tr_with {
		display: table-cell;
		vertical-align: middle;
	}
	.deta_space img{
		width: 100%;
	}
	.deta_space02 img{
		width: 100%;
	}
	.no_br{
		display: none;
	}
	.qupon_sub_title{
		margin: 0 0 0px 0;
	}

	}
}
.newyear_text{
	width: 100%;
}
.newyear_image{
	width: 100%;
	margin-bottom: 60px;
}
.newyear_image figure{
	width: 100%;
}
.newyear_image figure img{
	width: 100%;
}
@media screen and (max-width:767px){
	.newyear_text p br{
		display: none;
	}
	.newyear_image{
		width: 100%;
		margin-bottom: 30px;
}
