@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url('https://fonts.googleapis.com/css?family=Denk+One|Jockey+One');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif');
/* 
* フォント
* レイアウト
* ヘッダー
* 共通設定

 */

 
/* =========================================================
* フォント
========================================================= */
body {
font-family: 'Noto Sans Japanese', serif;
}

.noto100 {font-weight:100;}
.noto200 {font-weight:200;}
.noto300 {font-weight:300;}
.noto400 {font-weight:400;}
.noto500 {font-weight:500;}
.noto600 {font-weight:600;}
.noto700 {font-weight:700;}
.noto800 {font-weight:800;}
.noto900 {font-weight:900;}

.jockeyOne{
font-family: 'Jockey One', sans-serif;
}
.denkOne{
font-family: 'Denk One', sans-serif;
}

.serif{
 font-family: 'Noto Serif', serif;
}

 /* =========================================================
* レイアウト
========================================================= */
.content-box{
	max-width: 1200px;
	margin: 0 auto;
}
.content-box-1100{
	max-width: 1100px;
	margin: 0 auto;
}
@media screen and (max-width: 1100px) {
.content-box{
	width: 100%;
	margin: 0 auto;
	padding: 0;
}	
}


 /* =========================================================
* ヘッダー
========================================================= */
.g-navigation{
	background: rgba(255,255,255,0.8);
	background: #fff;
	padding-top: 6px;
	border-bottom: solid 1px rgba(200,183,153,0.3);
}

.g-navigation ul{
	margin: 6px 0 0 0;
	padding: 0;
	
}
.g-navigation ul li{
	list-style: none;
	display: inline-block;
}
.g-navigation ul li a{
	text-decoration: none;
	font-size: 13px;
	padding: 0 0.7em;
	color: #5A4F50;
}
.g-navigation ul li a:hover{
	color: #346596;
}
.g-navigation img{
	max-height: 36px;
}
.g-navigation .g-link{
	text-align: right;
}

.header{
	background: #f2f0e7;
}
.header h1{
	margin: 0 auto;
	line-height: 0;
	clear: both;
}
.navigation{
	background: #1e1311;
	background: #1c1515;
	border-bottom: solid 1px rgba(255,255,255,0.1);
}
.navigation a{
    font-family: 'Jockey One', sans-serif!important;
	text-decoration: none;
	font-size: 22px!important;
	line-height: 1.1!important;
	letter-spacing: 0.1em!important;
	display: block;
	padding: 15px 5px!important;
	border-right: dotted 1px rgba(255,255,255,0.2);
}
.navigation a:hover{
	color: #FAEFBD;
	color: rgba(233,106,90,1);
}
.navigation ul{
	margin:0 auto;
	width: 100%;
	max-width: 1200px!important;
}
.navigation ul li{
	width: 24%;
	text-align: center;
}
.navigation > ul > li:last-child a{
	border-right: none;
}


.navigation .hover:hover{
	cursor: pointer;
	filter:alpha(opacity=95);
	-moz-opacity: 0.95;
	opacity: 0.95;
	color: rgba(233,106,90,1);
}

/*
.navigation ul li:nth-child(1) a{ color: #e8cf6a;}
.navigation ul li:nth-child(2) a{ color: #a8c270;}
.navigation ul li:nth-child(3) a{ color: #9eba9a;}
.navigation ul li:nth-child(4) a{ color: #cd8bb2;}
.navigation ul li:nth-child(5) a{ color: #e5aa80;}
*/
.navigation ul li a span{
	color: #f6d300;
    font-size: 12px!important;
	display: block!important;
	font-family: 'Noto Sans Japanese', serif!important;
	font-weight: 200!important;
}

.navigation ul li ul,
.navigation ul li ul li{
	display: block;
	background: #1e1311!important;
	width: 100%;
}
.navigation ul li ul{
	border-top: dotted 1px rgba(255,255,255,0.2);
}
.navigation ul li ul li a{
	display: block;
	background: #1e1311;
	width: 100%;
	font-weight:200;
	font-size: 13px!important;
	line-height: 1.4;
	letter-spacing: 0;
	text-align: left;
	border-bottom: dotted 1px rgba(255,255,255,0.2);
	border-left: dotted 1px rgba(255,255,255,0.2);
	padding-left: 10px!important;
}
.navigation ul li ul li a:hover{
	color: #fff;
	background: #2A2727;
}
.navigation ul li ul{display: none;}

 .back-2017top{
	float: right;
	background: #ffc501;
	padding: 10px 15px;
	font-size: 12px;
	text-decoration: none;
	line-height: 1.2;
	text-align: center;
	color: #333;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffcf32+0,ffc501+100 */
background: #ffcf32; /* Old browsers */
background: -moz-linear-gradient(top,  #ffcf32 0%, #ffc501 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffcf32 0%,#ffc501 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffcf32 0%,#ffc501 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcf32', endColorstr='#ffc501',GradientType=0 ); /* IE6-9 */
}
 .back-2017top i{
	 font-size: 14px;
 }
 .english{
	float: right;
	padding: 15px 10px 10px 10px;
	font-size: 14px;
	text-decoration: none;
	line-height: 1.2;
	text-align: center;
	color: #333;
 }
 @media screen and (max-width: 992px) {
	.english{
	float: right;
	padding: 20px 5px;
	font-size: 13px;
	text-decoration: none;
	line-height: 1.2;
	text-align: center;
	color: rgba(66,54,54,0.8);
 }
 }
 @media screen and (max-width: 768px) {
	 .english{
	float: none;
	display: block;
	font-size: 12px;
	text-align: center;
	padding: 5px;
	margin: 0 auto;
	width: 70%;
	color: rgba(66,54,54,0.8);
	border-bottom: dotted 1px #CBC4B9;
 }
 }
 
@media screen and (max-width: 768px) {
.g-navigation{
	text-align: center;
}
.g-navigation .g-link{
	text-align: center;
	font-size: 12px;
	line-height: 1.5em;
	padding-bottom: 5px;
	display: none;
}
.g-navigation img{
	max-height: 28px;
	margin: 0 auto 4px auto;
}

.navigation ul li ul{
	border-top: none;
}
.navigation ul li ul li a{
	border-bottom: none;
	border-left: none;
}

 .back-2017top{
	float: none;
	display: block;
}
 .back-2017top i{
	 font-size: 14px;
 }


.menu-toggle {
	text-align: center;
	font-family: 'Jockey One', sans-serif!important;
}
.navigation ul,
.navigation ul li{
	display: block;
	background: #1e1311;
	width: 100%;
}
.navigation ul li ul li a{
	display: block;
	background: #1e1311;
	width: 100%;
	font-weight:200;
	font-size: 14px;
	letter-spacing: 0;
}
.navigation ul li ul{display: none;}

}

 /* =========================================================
* フッター
========================================================= */
.footer{
	background: #1c1515;
	padding: 20px 10px 0 10px;
	margin-top: 0;
	color: #E0D9D9;
	color: rgba(255,255,255,0.6);
	font-size: 12px;
	font-weight: 200;
	line-height: 1.6;
}
.footer .copy{
	text-align: center;
	font-size: 11px;
	color: #157e55;
	padding: 20px 0;
}


 /* =========================================================
* トップページ
========================================================= */
 /*.top-nav{
	background: #003d71;
}
.top-nav li a{
	border: none;
}
*/
.top-main{
	color: #fff;
	padding-top: 20px;
	background: url(../img/bg_green.png) 0 0 repeat #005d3d;
}
.top-main .top-main-inner{
	background: url(../img/top_main_bg.png) top center no-repeat;
}
.top-main .top-main-inner > div{
    margin: 0 auto;
	padding: 10px 0;
	max-width: 1200px;
}
.main-img img{
	width: 100%;
	max-width: 525px;
}
.main-img span{
	font-size: 10px;
	color: rgba(76,74,72,0.6);
	text-align: right;
	line-height: 1.4;
	display: block;
	margin: -5px 0 0 0;
	padding-bottom: 20px;
}
.top-main h2{
	margin: 20px 0 0 0;
	line-height: 0;
}
.top-main h3{
	margin: 0 0 0 20px;
}

.top-main p{
	font-size: 15px;
	line-height: 1.6;
	margin-left: 34px;
	padding-bottom: 15px;
}
.top-link{
	background: url(../img/bg_dark.png) 0 0 repeat #1c1515;
	text-align: center;
}
.top-link-inner{
	background: url(../img/top_link_bg.png) top center no-repeat;
	padding: 50px 0 20px 0;
}

.top-link p{
	color: #eee;
	padding: 0 10px;
	font-size: 14px;
	color: #f6c500;
}
.top-link .link-line{
	border-left: dashed 1px #3C3C3C;
}
.top-link .button-ticket{
	border: solid 10px rgba(255,255,255,0.9);
	background: #0a4a81;
	background: #157e55;
	color: #fff;
	font-size:22px;
	padding: 6px;
	display: block;
	margin: 0 auto;
	text-decoration:none;
}
.top-link .button-supporter{
	border: solid 10px rgba(255,255,255,0.9);
	background: #FFCA2A;
	color: #000;
	font-size:22px;
	padding: 6px;
	display: block;
	margin: 0 auto;
	text-decoration:none;
}
.top-event{
	background: url(../img/bg_lbrown.jpg) 0 0 repeat;
	text-align: center;
}
.top-event-inner{
	background: url(../img/top_talk_bg.png) top center no-repeat;
	padding: 30px 0 50px 0;
}
.top-event p{
	text-align: left;
    color: rgba(255,255,255,0.9);
	font-size: 90%;
	padding: 0 10px;
}

.top-event h3{
	background: #f3c400;
	padding: 5px;
	font-weight: bold;
	text-align: center;
	max-width: 280px;
	margin: 0 auto;
	font-size: 18px;
	letter-spacing: 0.1em;
	position: relative;
}
.top-event h3:before{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
 	margin-left: -10px;
	border: 10px solid transparent;
	border-top: 10px solid #e1a900;
}




@media screen and (max-width:1139px) {
.top-main > div{
	width: 100%;
}

.top-link p{
	text-align: left;
}

}
@media screen and (max-width:768px) {
.top-link .link-line{
	border-left: none;
}

.main-img img{
	padding-top: 0px;
	margin: 0 auto;
}
.top-main h2{
	margin: -30px 0 0 0;
	line-height: 0;
}
.top-main{
	text-align: center;
}
.top-main h3{
	margin-bottom: 10px;
}
.top-main p{
	font-size: 15px;
    margin-bottom: 20px;
	margin-left: 10px;
	text-align: left;
}

.top-link p{
	color: #eee;
	font-size: 13px;
	color: #f6c500;
	padding-bottom: 20px 0 30px 0;
	border-bottom: dashed 1px #3C3C3C;
	margin-bottom: 30px;
	text-align: center;
}

.top-link .button-ticket{
	color: #fff;
	font-size:18px;
	padding: 6px;
	display: block;
	width: 84%;
	margin: 5px auto;
	text-decoration:none;
}
.top-link .button-supporter{
	border: solid 8px rgba(255,255,255,0.9);
	background: #FFCA2A;
	font-size: 18px;
	padding: 6px;
	display: block;
	width: 84%;
	margin: 0 auto;
	text-align: center;
	text-decoration:none;
	color: #000;
}

.top-link-button{
	font-size: 60px;
	display: block;
	margin-top: -20px;
}
}



 /* =========================================================
* 下層ページ
========================================================= */


.bg-dark{background: url(../img/bg_dark.png) 0 0 repeat #1c1515;}

.page-ttl{
	font-family: 'Jockey One', sans-serif;
	text-decoration: none;
	font-size: 50px;
	padding: 20px 0 30px 0;
	text-align: center;
	letter-spacing: 0.05em;
	line-height: 1.2;
}
.page-ttl span{
	font-size: 16px;
	display: block;
	font-family: 'Noto Sans Japanese', serif;
	font-weight: 400;
	line-height: 1;
}
.program {
	margin-bottom: 20px;
	padding-bottom: 40px;
}
.program .film-info img.wide{
	max-width: 380px;
	padding: 20px 0;
}
@media screen and (max-width:768px) {
.program .film-info img.wide{
	width: 100%;
	padding: 0;
}
	
}
.program .film-info{
	padding: 10px 0 0 0;
	margin-bottom: 15px;
	background: #f2f0e7;
	border-left: solid 6px #b6985b;
	box-shadow:0px 4px 6px -4px #ababab;
   -moz-box-shadow:0px 4px 6px -4px #ababab;
   -webkit-box-shadow:0px 4px 6px -4px #ababab;
}
.program .film-info:nth-child(odd){
	border-left: solid 6px #157e55;
}
.program-page .page-ttl,
.program-page .page-ttl span{
	color: #eee;
}

.program h2.top-ttl{
	font-size: 30px;
	padding: 15px;
	text-align: center;
	background: rgba(255,206,75,0.5);
	background: rgba(255,216,85,0.6);
	border: solid 3px #373535;
	width: 80%;
	margin: 0 auto;
	letter-spacing: 0.1em;
}
.program h2 rt{
	font-weight: 200;
	line-height: 0;
	margin: 0 0 -5px 0;
	padding: 0;
	font-size: 13px;
}

.program h3{
	font-size: 32px;
	margin: 0 10px 10px 10px;
	line-height: 1.4;
}
.program h3 span{
	font-size: 16px;
	display: block;
	margin-top: 0;
}

.program h3 .wp{
	font-size: 16px;
	background: rgba(255,210,0,0.9);
	padding: 3px 10px;
	border: solid 2px #000;
	vertical-align: middle;
	position: relative;
	top: -3px;
}
.program .special{
	color: #E4495B;
	font-size: 24px;
	letter-spacing: 0.2em;
	display: block;
	border-top: double 3px #E85153;
	border-bottom: double 3px #E85153;
	padding: 10px;
}


.program p{
	line-height: 1.6;
	margin: 10px;
}
.program .flilm-txt{
	line-height: 1.4;
	font-size: 13px;
	padding: 5px;
	margin-bottom: 10px;
	color: #746768;
	border: solid 1px #CCC5C6;
	background: #EEEAE2;
	background: #fff;
}
.program .time{
	line-height: 1.4;
	font-size: 13px;
	padding: 8px;
	color: #473F3F;
	background: #df4373;
	background: #00437c;
	background: #F7CB00;
	width: 200px;
	text-align: center;
	margin: 0 10px 10px auto;
	font-weight: bold;
}


.program-cate-ttl{
	font-size: 40px;
	font-weight: normal;
}




.timetable{
	padding-bottom: 40px;
}
.timetable > div{
	background: #f2f0e7;
}

.timetable h2{
	background: #a8c270;
	background: rgba(93,89,87,0.3);
	text-align: center;
	padding: 10px;
	margin: 0 10px;
	line-height: 1.2;
}
.timetable div div:nth-of-type(even) h2{
	background: rgba(93,89,87,0.15);
}

.timetable .timetable-time{
	padding: 15px 10px 10px 10px;
	font-weight: bold;
	border-bottom: dotted 1px #A19797;
	background: rgba(255,255,255,0.6);
}
.timetable .timetable-film{
	padding: 15px 10px 10px 10px;
	font-weight: bold;
	border-bottom: dotted 1px #A19797;
	background: rgba(255,255,255,0.2);
}



.timetable .timetable-event span,
.timetable .timetable-film span{
	font-weight: normal;
	color: #777;
}


.timetable .timetable-film,
.timetable .timetable-time{
	padding: 15px 10px;
	vertical-align: middle;
	line-height: 1.6;
	min-height: 80px;
}

.timetable .timetable-event{
	padding: 15px 10px;
	font-weight: bold;
	border-bottom: dotted 1px #A19797;
	background: rgba(187,224,106,0.3);
	line-height: 1.6;
}
.timetable .timetable-event-time{
	padding: 15px 10px;
	font-weight: bold;
	border-bottom: dotted 1px #A19797;
	background: rgba(187,224,106,0.5);
	line-height: 1.6;
}
.timetable a{
	text-decoration: none;
	color: #2C2828;
}
.timetable .grid-container {
    display: flex;
    flex-wrap: wrap;
	margin-bottom: 20px;
}

.timetable .timetable-film-all{
	padding: 15px 10px 10px 10px;
	font-weight: bold;
	border-bottom: dotted 1px #A19797;
	background: #CCDCE9;
}
.timetable .timetable-film-all b{
	display: block;
	font-size: 80px;
	padding: 40px 0;
	color: #3A6BAB;
}

.event {
	margin-bottom: 20px;
}
.event h2.event-ttl{
	font-size: 32px;
	padding: 10px;
	text-align: center;
	margin: 0 auto 1em auto;
	letter-spacing: 0.1em;
	color: #fff;
	background: url(../img/bg_lbrown.jpg) 0 0 repeat;
	line-height: 1.5;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#157e55+10,493b35+10,493b35+50,38302e+50,38302e+99 */

background: rgb(21,126,85); /* Old browsers */

background: -moz-linear-gradient(-45deg,  rgba(21,126,85,1) 10%, rgba(73,59,53,1) 10%, rgba(73,59,53,1) 50%, rgba(56,48,46,1) 50%, rgba(56,48,46,1) 99%); /* FF3.6-15 */

background: -webkit-linear-gradient(-45deg,  rgba(21,126,85,1) 10%,rgba(73,59,53,1) 10%,rgba(73,59,53,1) 50%,rgba(56,48,46,1) 50%,rgba(56,48,46,1) 99%); /* Chrome10-25,Safari5.1-6 */

background: linear-gradient(135deg,  rgba(21,126,85,1) 10%,rgba(73,59,53,1) 10%,rgba(73,59,53,1) 50%,rgba(56,48,46,1) 50%,rgba(56,48,46,1) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#157e55', endColorstr='#38302e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */



}

#event03 h2.event-ttl,
#event04 h2.event-ttl{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c13636+10,493b35+10,493b35+50,38302e+50,38302e+99 */

background: rgb(193,54,54); /* Old browsers */

background: -moz-linear-gradient(-45deg,  rgba(193,54,54,1) 10%, rgba(73,59,53,1) 10%, rgba(73,59,53,1) 50%, rgba(56,48,46,1) 50%, rgba(56,48,46,1) 99%); /* FF3.6-15 */

background: -webkit-linear-gradient(-45deg,  rgba(193,54,54,1) 10%,rgba(73,59,53,1) 10%,rgba(73,59,53,1) 50%,rgba(56,48,46,1) 50%,rgba(56,48,46,1) 99%); /* Chrome10-25,Safari5.1-6 */

background: linear-gradient(135deg,  rgba(193,54,54,1) 10%,rgba(73,59,53,1) 10%,rgba(73,59,53,1) 50%,rgba(56,48,46,1) 50%,rgba(56,48,46,1) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c13636', endColorstr='#38302e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */



}


.event h3{
	padding: 8px 30px 4px 30px;
	display: inline-block;
	color: #fff;
	text-align: center;
    background: #373232;
	letter-spacing: 0.05em;
	font-size: 22px;
	line-height: 1.5;
	font-weight: 500;
}
.event p{
	line-height: 1.6;
	margin: 10px;
	font-size: 18px;
}
.event .time{
	line-height: 1.4;
	font-size: 16px;
	padding: 8px;
	background: #F7CB00;
	width: 200px;
	text-align: center;
	margin: 5px auto;
	font-weight: bold;
}
.event .event-speaker{
	clear: both;
}
.event .event-speaker .name{
	float: left;
	margin-right: 20px;
	font-size: 18px;
	text-align: center;
	padding-bottom: 10px;
}
.event .event-speaker .name-center{
	margin-right: 20px;
	font-size: 18px;
	text-align: center;
	padding-bottom: 10px;
}
.event .event-speaker .name{
	float: left;
	margin-right: 20px;
	font-size: 18px;
	text-align: center;
	padding-bottom: 10px;
}
.event .event-speaker .name-center img,
.event .event-speaker .name img{
	width: 120px;
	padding: 4px;
	background: #fff;
	display: block;
	margin: 0 auto 10px auto;
}
.event .event-speaker .speaker-info{
	font-size: 90%;
	color: #525050;
}
.event .border-left{
	border-left: dotted 2px #BDB7B1;
}
.event-speaker-one{
	max-width: 1000px;
}
.event-speaker-one .speaker-info .name{
	display: block;
	margin-right: 0;
	font-size: 18px;
	text-align: left;
	padding-bottom: 10px;
	float: none;
}


.ticket h2{
	background: rgba(0,0,0,0.2);
	text-align: center;
	padding: 15px;
	margin: 0 10px;
}
.ticket p.price{
	text-align: center;
	padding: 15px;
	margin: 0;
	font-size: 20px;
}
.ticket p.note{
	display:inline-block;
	text-align: left;
	line-height: 1.8em;
	font-size: 14px;
}

.access h2{
	font-size: 18px;
	padding: 10px;
	text-align: center;
	background: rgba(255,210,0,0.9);
	background: rgba(0,0,0,0.2);
	width: 60%;
	margin: 0 auto 1em auto;
}
.osusume{
	background: #fff;
	margin-top: -8px;
	margin-bottom: 50px;
	padding: 0 20px 20px 20px;
}

.osusume > div > div h3{
	background: rgba(255,210,0,0.9);
	padding: 5px 10px;
	margin-top: 8px;
	line-height: 1.4;
}
.osusume > div > div a{
	text-decoration: none;
	font-size: 15px;
	font-weight: normal;
}
.osusume > div > div > div{
	padding: 5px 10px;
	line-height: 1.5;
}

/* ロッキーホラーショーの楽しみ方*/
.howto > div{
	margin-top: -40px;
	margin-bottom: 40px;
	padding-bottom: 30px;
	font-size: 15px;
	color: #D5D5D5;
}
.howto h4{
	color: #E6B55D;
	text-align: center;
	padding: 20px 0;
	font-size: 25px;
	margin: 0 0 20px 0;
	border: solid 1px rgba(183,147,87,0.5);
	position: relative;
}
.howto h4:before{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
 	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid rgba(183,147,87,0.8);
}
.howto .box{
	padding: 10px 10px 20px 10px;
	margin: 10px 25px;
	font-size: 15px;
	color: #D5D5D5;
	border-bottom: dashed 1px #4A4A4A;
}
.howto .box h5{
	font-size: 25px;
	margin: 0;
	color: #EB5C5E;
}
.howto .box:nth-child(even) h5{
	color: #E6B55D;
}

@media screen and (max-width: 768px) {
.timetable .timetable-film,
.timetable .timetable-time{
	min-height: auto;
}
.program h3 .wp{
	font-size: 16px;
	background: rgba(255,210,0,0.9);
	padding: 3px 10px;
	border: solid 2px #000;
	display: inline-block;
	margin: 6px 0;
}
.program h2,
.event h2.event-ttl{
	font-size: 18px;
}
.event .event-speaker .name{
	width: 160px;
	float: none;
	margin: 10px auto;
}
.event .event-speaker .speaker-info{
	font-size: 90%;
	color: #525050;
	margin-left: 0;
}
.event .border-left{
	border-left: none;
}
.program h3{
	font-size: 20px;
	margin: 0 10px 10px 10px;
}

/* ロッキーホラーショーの楽しみ方*/
.howto h4{
	padding: 10px 0;
	font-size: 20px;
	margin: 10px;
}
.howto .box{
	padding: 10px;
	margin: 10px;
	font-size: 15px;
}
.howto .box h5{
	font-size: 20px;
}

}


/* =========================================================
* 共通設定
========================================================= */

body{
	color: #333;
	line-height: 1.8;
	background: #f2f0e7;
}
a{
	color: #157e55;
	outline: none;
}
a:hover{
	color: #157e55;
}
img{
	max-width: 100%;
}
a:focus, *:focus { outline:none; }



.txt-left{text-align: left;}
.txt-right{text-align: right;}
.txt-center{text-align: center;}

.float-left {float: left;}
.float-right {float: right;}
.clear:after, .clear-left:after, .clear-right:after {display: block; content: "";}
.clear, .clear:after {clear: both;}
.clear-left, .clear-left:after {clear: left;}
.clear-right, .clear-right:after {clear: right;}

h1,h2,h3,h4,p{
	margin: 0;
}

.txt-lblue{ color: #9CA9E8!important;}
.txt-blue{ color: #1658B4!important;}
.txt-navy{ color: #3856AD!important;}
.txt-green{ color: #18A05F!important;}
.txt-lgreen{ color: #7EF0A0!important;}
.txt-pink{ color: #e6136f!important;}
.txt-lpink{ color: #EF8DAC!important;}
.txt-white{ color: #fff!important;}
.txt-lpink{color: #00437c!important;}
.txt-dred{color: #CC4244!important;}
.txt-black{color: #333!important;}




.txt-ivory{color: #eee!important;}
.txt-lygreen{color: #9dc325!important;}
.txt-yellow{color: #f6c500!important;}
.txt-dyellow{color: #CEA024!important;}
.txt-lpurple{color: #eb84dc!important;}

.font60{font-size: 60%!important;}
.font70{font-size: 70%!important;}
.font80{font-size: 80%!important;}
.font90{font-size: 90%!important;}
.font110{font-size: 110%!important;}
.font120{font-size: 120%!important;}

.v-align-middle{
	vertical-align: middle;
}

.hover:hover{
	cursor: pointer;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}



/* トップへ戻る　*/
#backTop{
	position: fixed;
	bottom: 10px;
	right: 10px;
	font-size: 40px;
	color: #0a4a81;
	color: #157e55;
}

.ggmap {
position: relative;
padding-bottom: 36.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


.button-black{
	display: inline-block;
	padding: 10px 20px;
	color: #fff;
	text-decoration: none;
	background: #312E2E;
}
.button-black:hover,
.button-black i{
	color: #fff!important;
	background: #434343
}


.button-white{
	display: inline-block;
	padding: 5px 10px;
	color: #333;
	text-decoration: none;
	background: #fff;
}
.button-black i{
	color: #333;
}


/* ----------------------------------------------------
margin
/*---------------------------------------------------- */
.mt00 { margin-top:  0px !important; }
.mt05 { margin-top:  5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt35 { margin-top: 35px !important; }
.mt40 { margin-top: 40px !important; }
.mt50 { margin-top: 50px !important; }
.mt60 { margin-top: 60px !important; }
.mr00 { margin-right:  0px !important; }
.mr05 { margin-right:  5px !important; }
.mr10 { margin-right: 10px !important; }
.mr15 { margin-right: 15px !important; }
.mr20 { margin-right: 20px !important; }
.mr25 { margin-right: 25px !important; }
.mr30 { margin-right: 30px !important; }
.mr35 { margin-right: 35px !important; }
.mr40 { margin-right: 40px !important; }
.mb00 { margin-bottom:  0px !important; }
.mb05 { margin-bottom:  5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb70 { margin-bottom: 70px !important; }
.ml00 { margin-left:  0px !important; }
.ml05 { margin-left:  5px !important; }
.ml10 { margin-left: 10px !important; }
.ml15 { margin-left: 15px !important; }
.ml20 { margin-left: 20px !important; }
.ml25 { margin-left: 25px !important; }
.ml30 { margin-left: 30px !important; }
.ml35 { margin-left: 35px !important; }
.ml40 { margin-left: 40px !important; }

/* ----------------------------------------------------
padding
---------------------------------------------------- */
.pt00 { padding-top:  0px !important; }
.pt05 { padding-top:  5px !important; }
.pt10 { padding-top: 10px !important; }
.pt15 { padding-top: 15px !important; }
.pt20 { padding-top: 20px !important; }
.pt25 { padding-top: 25px !important; }
.pt30 { padding-top: 30px !important; }
.pt35 { padding-top: 35px !important; }
.pt40 { padding-top: 40px !important; }
.pt50 { padding-top: 50px !important; }
.pt60 { padding-top: 60px !important; }
.pt70 { padding-top: 70px !important; }
.pt80 { padding-top: 80px !important; }
.pt90 { padding-top: 90px !important; }
.pt100 { padding-top: 100px !important; }
.pt110 { padding-top: 110px !important; }
.pr00 { padding-right:  0px !important; }
.pr05 { padding-right:  5px !important; }
.pr10 { padding-right: 10px !important; }
.pr15 { padding-right: 15px !important; }
.pr20 { padding-right: 20px !important; }
.pr25 { padding-right: 25px !important; }
.pr30 { padding-right: 30px !important; }
.pr35 { padding-right: 35px !important; }
.pr40 { padding-right: 40px !important; }
.pb00 { padding-bottom:  0px !important; }
.pb05 { padding-bottom:  5px !important; }
.pb10 { padding-bottom: 10px !important; }
.pb15 { padding-bottom: 15px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb25 { padding-bottom: 25px !important; }
.pb30 { padding-bottom: 30px !important; }
.pb35 { padding-bottom: 35px !important; }
.pb40 { padding-bottom: 40px !important; }
.pl00 { padding-left:  0px !important; }
.pl05 { padding-left:  5px !important; }
.pl10 { padding-left: 10px !important; }
.pl15 { padding-left: 15px !important; }
.pl20 { padding-left: 20px !important; }
.pl25 { padding-left: 25px !important; }
.pl30 { padding-left: 30px !important; }
.pl35 { padding-left: 35px !important; }
.pl40 { padding-left: 40px !important; }

/* ----------------------------------------------------
grid-wide
---------------------------------------------------- */
.grid-wide-1200 .grid-container {
    max-width: 1200px;
}

