@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', sans-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 Japanese', serif;
}

 /* =========================================================
* レイアウト
========================================================= */
.content-box{
	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: #f8f8f8;
}
.header h1{
	margin: 0 auto;
	line-height: 0;
	clear: both;
}
.navigation{
	background: #1f1812;
}
.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 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;
	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: #1f1812;
	padding: 20px 10px 0 10px;
	margin-top: 0;
	color: #d53f3f;
	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: #60b8c8;
	padding: 20px 0;
}



 /* =========================================================
* トップページ
========================================================= */
.top-main{
	padding: 30px 0;
	background: #1f1812;
	background: url(../img/bg_topmain.jpg) top center no-repeat;
}
.top-main > div{
    margin: 0 auto;
	padding: 0;
	width: 1100px;
}
.main-img img{
	width: 100%;
	max-width: 440px;
	border: solid 1px rgba(255,255,255,0.2);
	padding: 5px 0;
	margin: 30px auto;
}
.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: 0 0 0 20px;
	line-height: 0;
}
.top-main .top-txt{
	font-size: 22px;
	line-height: 1.6;
	margin-top: 20px;
	margin-left: 34px;
	padding-bottom: 15px;
	font-weight: 500;
	letter-spacing: 0.1em;
	color: #f5d452;
}


.top-link{
	background: #1f1812;
	text-align: center;
	padding: 0 0 50px 0;
}
.top-program{
	padding: 20px 0;
	text-align: center;
	background: rgba(60,55,55,0.2);
	margin: 0 auto;
}
.top-program a{
	text-decoration: none;
	color: #e2dfd6;
}
.top-program h3{
	font-size: 28px;
}
.top-program p{
	font-size: 14px;
	line-height: 1.5;
	opacity: 0.8;
	margin-bottom: 20px;
}
.top-program h3 i{
	font-size: 18px;
	vertical-align: middle;
}


.top-program a:hover h3,
.top-program a:hover p{
	color: #fff!important;
}
.top-program a.green h3{
	color: #78d678;
	opacity: 0.9;
}
.top-program a.blue h3{
	color: #6089ec;
	opacity: 0.9;
}
.top-program a.yellow h3{
	color: #ead455;
	opacity: 0.9;
}
.top-program a.red h3{
	color: #da5a43;
	opacity: 0.9;
}

.top-link p{
	color: #eee;
	padding: 0 10px;
	font-size: 14px;
}
.top-link .link-line{
	border-left: dashed 1px #3C3C3C;
}
.top-link .button-ticket{
	border: none;
	background: #60b8c8;
	color: #000;
	text-align: center;
	font-size:22px;
	padding: 20px 10px;
	display: block;
	margin: 15px auto 0 auto;
	text-decoration:none;
	font-weight: bold;
}
.top-link .button-supporter{
	background: #FFCA2A;
	color: #000;
	font-size:22px;
	padding: 20px 10px;
	display: block;
	margin: 0 auto;
	text-decoration:none;
	font-weight: bold;
}

.top-event{
	padding: 50px 0;
}
.top-event h3{
	display: block;
	font-size: 15px;
	margin: 1em auto 2em auto;
	padding: 5px;
	background: #e1e1e1;
	width: 200px;
	text-align: center;
	font-weight: bold;
	position: relative;
	letter-spacing: 0.2em;
}
.top-event h3:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-top-color: #9a9a9a;
	border-width: 10px;
	margin-left: -10px;
}

.top-event a{
	text-decoration: none;
	display: block;
	text-align: left;
	font-size: 18px;
	color: rgba(225,225,225,0.9);
	line-height: 1.4;
	padding: 10px;
	border-bottom: solid 1px rgba(224,224,224,0.8);
	font-size: 15px;
	min-height: 120px;
}
.top-event a img{
	max-width: 90px;
	float: left;
	margin-right: 10px;
}
.top-event a b{
	font-size: 22px;
	display: block;
	color: #cc3928;
}
.top-event a .date{
	font-size: 18px;
	font-weight:  normal;
	display:  block;
	color:#ffe808;
}
.top-event a:hover{
	border-bottom: solid 1px #fff;
	color: rgba(225,225,225,0.9);
}
.top-event a:hover b{
	color: #f5503d;
}




@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;
}
.top-main .top-txt{
	font-size: 14px;
	line-height: 1.6;
	margin-top: 20px;
	margin-left: 0px;
	padding-bottom: 15px;
	font-weight: 500;
	letter-spacing: 0em;
	color: #f5d452;
}
.top-main{
		background: none;
}
.main-img img{
	width: 90%;
	padding-top: 0px;
	margin: 0 auto;
}
.top-main h2{
	margin: -10px 0 0 0;
	line-height: 0;
	width: 96%;
}
.top-main{
	text-align: center;
}
.top-main h3{
	margin-bottom: 10px;
}

.top-event a{
	font-size: 15px;
}	
.top-event a img {
    max-width: 50px;
    float: none;
    margin-right: 10px;
}
.top-event a b{
	font-size: 22px;
	display: block;
	color: #cc3928;
	clear: both;
	margin-top: 5px;
}
	
.top-link img{
	max-width: 98%;
}
.top-link p{
	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{
	font-size: 60px;
	display: block;
	margin-top: -20px;
}
}



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


.bg-dark{background: #1f1812; border-top: solid 1px rgba(108,108,108,0.1)}

.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{
	padding: 10px 0 0 0;
	margin-bottom: 15px;
	background: #f2f0e7;
	box-shadow:0px 4px 6px -4px #ababab;
   -moz-box-shadow:0px 4px 6px -4px #ababab;
   -webkit-box-shadow:0px 4px 6px -4px #ababab;
}
.program-page .page-ttl,
.program-page .page-ttl span{
	color: #eee;
}
.program-ttl{
	font-size: 15px;
	letter-spacing: 0.1em;
	margin: 0 auto 40px auto;
	line-height: 1.5em;
	color: #fff;
	max-width: 700px;
	padding: 15px 0 20px 0;
	position: relative;
}
.program-ttl h2{
	font-size: 45px;
	text-align: center;
	margin: 0 auto;
	letter-spacing: 0.1em;
	font-weight: 700;
	line-height: 1.5em;
}
.program-ttl::after{
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-top-color: #88b7d5;
	border-width: 20px;
	margin-left: -20px;
}
.program-ttl.green{
	background: #266330;
}
.program-ttl.green::after{
	border-top-color: #1b5827;
}
.program-ttl.blue{
	background: #203e6f;
}
.program-ttl.blue::after{
	border-top-color: #193065;
}
.program-ttl.yellow{
	background: #eccc46;
}
.program-ttl.yellow::after{
	border-top-color: #d69802;
}
.program-ttl.red{
	background: #b53837;
}
.program-ttl.red::after{
	border-top-color: #871d1d;
}

.program h3{
	font-size: 32px;
	margin: 0 10px 10px 10px;
	line-height: 1.4;
}
.program h3 span{
	font-size: 16px;
	display: block;
	font-weight: 300;
	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;
}


@media screen and (max-width:768px) {
.program-ttl{
	font-size: 13px;
	margin: 0 auto 40px auto;
	max-width: 80%;
	padding: 15px 0 20px 0;
}
.program-ttl h2{
	font-size: 30px;
}

.program h3{
	font-size: 22px;
}
}



.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: #000;
	background: #ffdc4b;
	width: 200px;
	text-align: center;
	margin: 0 10px 10px auto;
	font-weight: bold;
}

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

.timetable h2{
	background: #1f1812;
	text-align: center;
	padding: 10px;
	margin: 0 10px;
	line-height: 1.2;
	font-size: 20px;
	color: #fff;
}

.timetable h2 span{
	font-weight: normal;
}
.timetable .timetable-time{
	font-weight: bold;
	font-size: 14px;
	border-bottom: dotted 1px rgba(111,100,100,0.3);
}
.timetable .timetable-film{
	padding: 15px 10px 10px 10px;
	font-weight: bold;
	font-size: 14px;
	border-bottom: dotted 1px rgba(111,100,100,0.3);
}
.timetable .timetable-event span,
.timetable .timetable-film span{
	font-weight: normal;
	color: #777;
}

.timetable .timetable-film,
.timetable .timetable-time{
	padding: 15px 5px;
	vertical-align: middle;
	line-height: 1.5;
}
.timetable .timetable-event{
	padding: 15px 5px;
	font-weight: bold;
	border-bottom: dotted 1px rgba(111,100,100,0.3);
	background: rgba(251, 214, 0, 0.3);
	line-height: 1.5;
	font-size: 14px;
}
.timetable .timetable-event-time{
	padding: 15px 5px;
	font-weight: bold;
	border-bottom: dotted 1px rgba(111,100,100,0.3);
	background: rgba(251, 214, 0, 0.1);
	line-height: 1.6;
	font-size: 14px;
}
.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;
}
.border-none{
	border-bottom: none!important;
}

.event .event-ttl{
	font-size: 32px;
	line-height: 1.5;
	padding: 10px 0 20px 10px;
	color: #fff;
	background: #ca3f2f;
	position: relative;
	top: -30px;
	z-index: 0;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2a842e+48,287337+48 */
background: #2a842e; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #2a842e 48%, #287337 48%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #2a842e 48%,#287337 48%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #2a842e 48%,#287337 48%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a842e', endColorstr='#287337',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.event .event-ttl.blue{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#274889+50,203e6f+50 */
background: #274889; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #274889 50%, #203e6f 50%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #274889 50%,#203e6f 50%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #274889 50%,#203e6f 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#274889', endColorstr='#203e6f',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.event .event-ttl.yellow{
background: #ffd83e; /* Old browsers */

}
.event .event-ttl.pink{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d13458+53,c92644+53 */
background: #d13458; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #d13458 53%, #c92644 53%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #d13458 53%,#c92644 53%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #d13458 53%,#c92644 53%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d13458', endColorstr='#c92644',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}


.event .event-ttl .name{
	font-size: 22px;
}
.event .event-ttl h2{
	margin: 15px 0 0 0;
}
.event .event-date{
	color: #3D3030;
	text-align: center;
	display: block;
	background: #ffd83e;
	font-size: 18px;
	font-weight: normal;
	padding: 10px 20px;
	margin: 0 auto;
	max-width: 70%;
	font-weight: 600;
	position: relative;
	z-index: 1;
}
.event .event-txt{
	margin: 0 0 20px 0;
	text-align: center;
}


.event p{
	line-height: 1.6;
	margin: 10px;
	font-size: 18px;
}
.event .time{
	line-height: 1.4;
	font-size: 16px;
	padding: 8px;
	background: #00437c;
	color: #fff;
	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 .event-speaker .speaker-info .info-name{
	color: #000;
	font-size: 18px;
	display: block;
	margin-bottom: 10px;
}
.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;
}

@media screen and (max-width:768px) {
.event .event-ttl{
	font-size: 16px;
	line-height: 1.2;
}
.event .event-ttl .name{
	font-size: 18px;
	margin-top: 10px;
}
.event .event-txt{
	margin: 0 10px 10px 10px;
	text-align: left;
}
	
.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 .event-ttl{
	padding: 15px 0 20px 10px;
}
.event .event-date{
	font-size: 15px;
	padding: 5px 10px;
	letter-spacing: 0em;
}
}


.ticket h2{
	background: rgba(243, 211, 79, 0.3);
	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;
}



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

body{
	color: #333;
	line-height: 1.8;
	background: #fbfafa;
}
a{
	color: #f5503d;
	outline: none;
}
a:hover{
	color: #e73333;
}
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-black{ color: #1f1812!important;}
.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: #e73333;}

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

.bg-dred{
	background: #a83939;
}

.font80{font-size: 80%!important;}
.font90{font-size: 90%!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: #60b8c8;
}

.ggmap {
position: relative;
padding-bottom: 50%;
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;
}


.pager a {
	color: #fbcd17;
	font-weight: bold;
}
.pager .selected {
	background: #fbcd17;
	border-radius: 50%;
	height: 18px;
	width: 20px;
	text-align: center;
	display: inline-block;
	padding-top: 3px;
	font-weight: normal;
}
.pager {
	font-size: 15px;
	color: #34322a;
	line-height: 1;
	text-align: center;
	padding: 20px;
}




/* ----------------------------------------------------
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; }
.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; }
.mb80 { 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; }
.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;
}
.grid-wide-1000 .grid-container {
    max-width: 1000px;
}
.grid-wide-900 .grid-container {
    max-width: 900px;
}
.grid-wide-800 .grid-container {
    max-width: 800px;
}
.grid-wide-700 .grid-container {
    max-width: 700px;
}



.button-supporter-link{	
	background: #ca3f2f;
	color: #fff;
	font-size:22px;
	padding: 6px;
	display: block;
	margin: 0 auto;
	text-decoration:none;
}




.stellarnav > ul > li { display: inline-block; border-right: none;}
.stellarnav.dark li a {
    color: #60b8c8;
}
.navigation ul li a span {
    color: #60b8c8;
}
.stellarnav.dark li a:hover,
.navigation ul li a:hover span{
    color: #fff;
}
.stellarnav.dark .menu-toggle, .stellarnav.dark .call-btn-mobile, .stellarnav.dark .location-btn-mobile {
    color: #60b8c8;
}
.katsuben{
	background: #fff;
	padding: 10px;
	margin-left: 0px!important;
}

.katsuben img.photo{
	float: left;
	width: 120px;
	padding-right: 10px;
}

.navigation ul li a span {
    font-family: 'Noto Sans Japanese', sans-serif!important;

}
