﻿/*
Tutorial Name: Modernize Your Site: Building a YouTube Video Background
Author: Samuel Dalusung
*/


/* GENERAL STYLES
================================================== */
html {
    height:100%
}

body {
	color: #000;
    font-size: 14px;
    font-family: "Yu gothic", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.4rem; 
	margin:0;
    padding:0;
    height:100%;
    width:100%;
    -webkit-font-smoothing:antialiased;
    -webkit-text-size-adjust:100%;
    background: url(../images/mainback.png) repeat;
    background-size: 400px;
}

*{box-sizing: border-box; margin: 0;padding: 0;}

ul{list-style:none;}

.wrapper {position:relative}

.sub .wrapper{
}


#colorize {
    color:#f1c40f;
    font-family:'Marvel',sans-serif;
    font-size:40px
}

a{
	text-decoration:none;
}

.sp-none{display:none;}

.pd0{
	padding:0!important;
}

a, a:hover, a:visited, a:active{text-decoration:none;}


/* テキスト設定 */
.caution{color: #f05602;}

.center{text-align:center!important;}


/* BIG VIDEO BACKGROUND
================================================== */
header {
    width: 100%;
    height: 80px;
    display: inline-block;
}

h1 {
   float: left;
    width: 30%;
    padding: 10px;
    box-sizing: border-box;
}

h1 img {
    width: auto;
    max-height: 55px;
    padding-top: 15px;
}

.tell {
    float: right;
    width: 70%;
    box-sizing: border-box;
    padding: 5px 55px 0 0;
    font-size: 24px;
    font-style: normal;
    text-align: right;
}

.hereTell {
    height: 13px;
}

.tellicon {
    width: 20px;
}

.tell a {
    float: right;
}

.tell a:link {
    color: #1d2a53;
}

.tellAddress {
    padding: 10px 0px 0 0;
}

.tell address {
    font-style: normal;  
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    line-height: 120%;
}

.mainImg {
    width: 100%;
}

.mainMenu {
    display: inline-block;
    padding-top: 20px;
}

.mainMenu li {
    text-align: center;
    width: 33%;
    float: left;
    padding: 10px;
}

.mainMenu li img {
    width: 100%;
}

.mainMenu2 {
    padding-top: 80px;
    display: inline-block;
}

.mainMenu2 li {
    text-align: center;
    width: 33%;
    float: left;
    padding: 10px;
}

.mainMenu2 li img {
    width: 100%;
}

.obanzai {
    text-align: center;
}

.obanzai img {
    width: 95%;
    margin: 30px 0 50px;
}

.mapsp {
    width: 100%;
}

.map p {
    padding: 20px 20px 40px;
}

.lunch02 {
    padding: 30px 0 40px 0; 
}

.mainArea {
    padding-top: 80px;
}

.seadonObanzai {
    padding-bottom: 50px;
}

.big-background {
    height:100%;
    position:relative;
    overflow:hidden;
}

.big-background .big-background-container {
    width:100%;
	max-width:100%;
	height: 100%;
    position:absolute;
}

@media screen and (max-width: 800px){
	.big-background {height:60%;}
	.big-background .big-background-container {height: 100%;}
}

/* サイトタイトル */
.big-background-title {
	background: rgba(39, 156, 230, 0.8);
	display: inline-block;
	width: 130px;
    height: 102px;
    padding: 10px 10px;
	position: absolute;
	
}

@media screen and (max-width: 800px){
	.big-background-title {
		background: rgba(39, 156, 230, 0.8);
		display: inline-block;
		width: 100px;
    	height: 82px;
    	padding: 5px 5px;
		box-sizing: border-box;
		position: absolute;
		top: 0px;
		left: 0px;
	}	
}


/*背景画像 */
*[class^="bg_img"]{
	position: fixed;
	top: 0; left: 0;
	width: 100%; height: 100%;
	opacity: 0;
}
.bg_img01{
	background: url(../images/top/top_01.jpg);
	background-size: cover;
	background-position: center;
	animation: bgimage_fade 36s ease 0s infinite;
	opacity: 1;
}
.bg_img02{
	background: url(../images/top/top_02.JPG);
	background-size: cover;
	background-position: center;
	animation: bgimage_fade 36s ease 12s infinite;
}
.bg_img03{
	background: url(../images/top/top_03.JPG);
	background-size: cover;
	background-position: center;
	animation: bgimage_fade 36s ease 24s infinite;
}

/*背景画像切り替えアニメーション */
@keyframes bgimage_fade{
	0%{opacity:0;}
	10%{opacity:1;}
	36%{opacity:1; transform: scale(1.05); -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -ms-transform: scale(1.05);}
	46%{opacity:0;}
	100%{opacity:0;}
}

.headerImage{
	display:block;
    margin-top: 20px;
}

a.big-background-btn {
    font-family:'Saira Extra Condensed',sans-serif;
    font-size:13px;
    text-transform:uppercase;
    text-decoration:none;
    color:#fff;
    background:transparent;
    border:2px solid #fff;
    padding:10px 14px;
    cursor:pointer;
    letter-spacing:2px;
    text-align:center;
    display:inline-block;
    -webkit-transition:.4s background ease;
    -moz-transition:.4s background ease;
    -o-transition:.4s background ease;
    transition:.4s background ease;
}

.big-background-btn:hover {
    color:#fff;
    background:rgba(255,255,255,0.20)
}

.big-background-default-image {
    background:url(../images/sunset.jpg);
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;
    width:100%;
    /* height:100%; */
    z-index:0;
    backface-visibility:hidden
}

/*HEADER MAIN-NAV
================================================== */

h1{margin: 0;}

h1.top_logo {
    text-align: center;
    padding: 3px 0px 3px;
    width: auto;
    max-height: 50px;
    margin: 0 auto;
}

h1.top_logo img{
    width: auto;
    height: 50px;
}

.single_logo{
    text-align: center;
    padding: 3px 0px 3px;
    width: auto;
    max-height: 50px;
    margin: 0 auto;
}

.single_logo img {
	width: auto;
	height: 50px;
}

@media screen and (max-width: 500px){
    .single_logo img{max-width: 40%;}
    .top_logo img{max-width: 40%;}
}

#header h1 img{
	width:5%;
}

#member-login{
	width: 27%;
    float: right;
    display: inline;
    text-align: right;
	/*margin: 0% 0% 0px 17%;*/
    margin-top: -45px;
}

#member-login img{
	width: 40px;
    height: auto;
	max-height: 50px;
}

#member-entry{
	width:10%;
    float: left;
    display: inline;
    text-align: left;
	margin: 0% 0% 0px 2%;
}

#member-entry img{width:100%;}

.sp_header{
	width:100%;
}

.inner {
    margin: 0 auto;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}

/* header */
#top-head {
    top: -100px;
    position: absolute;
    width: 100%;
    margin: 100px auto 0;
    padding: 0px 0 0;
    line-height: 1;
    z-index:300;
}
#top-head a,
#top-head {
    color: #000000;
    text-decoration: none;
}

#top-head .logo {
	text-align:center;
}

#global-nav>*:not(:last-child){margin-bottom: 30px;}

/* ログイン・fCページメニュー */
.login-menu ul{
	-webkit-display: flex;
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: -webkit-box;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	width: 280px;
	margin-left: auto; margin-right: auto;
}
#global-nav .login-menu ul li.fanclub a, #global-nav .login-menu ul li.login a{
	display: block;
	background-color:#2f7fda;
	color: #fff;
	padding:10px;
	width: 120px;
}
#global-nav .login-menu ul li.fanclub a, #global-nav .login-menu ul li.login a{color: #fff;}
#global-nav .login-menu ul li.fanclub a:hover,#global-nav .login-menu ul li.login a:hover {color: rgba(255,255,255,0.7);}
#global-nav .login-menu ul li.login.btn_none a{background-color: #d4d4d4;  pointer-events: none;}

/* snsメニュー */
.sns-menu ul{
	width: 120px;
	-webkit-display: flex;
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: -webkit-box;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	align-items: center;
	margin-left: auto; margin-right: auto;
}
.sns-menu li a img{width: 30px;}
.sns-menu li a img{width: 20px;}
.sns-menu li.twitter a img{height: 16.25px;}
.sns-menu li.ameblo a img{height: 23px;}

/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 0px;
    height: 40px;
    background: rgba(0,0,0,.7);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
	z-index:999;
}
#top-head.fixed .logo {
    font-size: 24px;
    color: #333;
}

/* login */
#mobile-head .login{
	text-align: center;
	background: #279ce6;
	padding: 15px 4px 10px;
    width: 54px;
    height: 47px;
    position: absolute;
    top: 0;
    right: 54px;
}
#mobile-head .login a{
	color: #fff;
	font-weight: 700;
	top: 50%;
    left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	position: absolute;
}

/* グレーアウトボタン */
#mobile-head .login.btn_none{background: #d4d4d4; pointer-events: none;}

/* Toggle Button */
#nav-toggle {
    display: none;
	position: absolute;
/* 	background: #fff; */
	right:0;
	top: 15px;
	padding: 10px;
    width: 34px;
    height: 27px;
    cursor: pointer;
	z-index: 101;
	box-sizing: content-box;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #1d2a53;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}
.big-background-single {
        z-index: 1000;
}

#top-head,
.inner {
	width: 100%;
	padding: 0;
}
#top-head {
	top: 0;
	position: fixed;
	margin-top: 0;
}
/* Fixed reset */
#top-head.fixed {
	padding-top: 0;
	background: transparent;
    background-color: rgba(255, 255, 255, 0.95);
    height: 75px;
}

#top-head.fixed .logo,
#top-head .logo {
	position: absolute;
	left: 13px;
	top: 13px;
	color: #333;
	font-size: 26px;
}
#global-nav {
	position: absolute;
	/* 開いてないときは画面外に配置 */
	top: -530px;
	background: rgba(255, 255, 255, 0.9);
	width: 100%;
	font-family: 'Alegreya Sans', sans-serif;
	text-align: center;
	padding: 30px 0;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}

#global-nav ul li{
	padding: 15px 0;
}

#global-nav ul li a{
	width: 100%;
	font-size: 16px;
	font-weight: 800;
	color: #000;
}

#global-nav ul li.fc_item a{color: #2f7fda; position: relative;}
#global-nav ul li.fc_item a:before{
	content: "";
	display: block;
	width: 30px; height: 20px;
	background: url(../images/icon_fc.png) no-repeat;
	background-image: 100%;
	top: -20px; left: -20px;
	position: absolute;
}
/* グレーアウト */
.nav-menu ul li.fc_item.btn_none a{color: #d4d4d4 !important; pointer-events: none;}

#nav-toggle {display: block;}

/* #nav-toggle 切り替えアニメーション */
.open #nav-toggle span:nth-child(1) {
	top: 11px;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	-ms-transform: rotate(315deg);
	transform: rotate(315deg);
}
.open #nav-toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}
.open #nav-toggle span:nth-child(3) {
	top: 11px;
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	-ms-transform: rotate(315deg);
	transform: rotate(-315deg);
}
/* #global-nav スライドアニメーション */
.open #global-nav {
	/* #global-nav top + #mobile-head height */
	-moz-transform: translateY(530px);
	-webkit-transform: translateY(530px);
	-ms-transform: rotate(530deg);
	transform: translateY(530px);
}

.banners {
	z-index: 20 !important;
}

.banners .about-section-container {
	z-index: 20 !important;
}

.banners .flickity-enabled {
	z-index: 20 !important;
}

.top_bnr_area{
	margin-bottom: 50px;
	padding: 0 10px;
	max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.top_bnr_area img{width: 100%;}

#google_translate_element {
	margin: 0px auto 10px;
	text-align: center;
}

/* ABOUT SECTION
================================================== */
/*基本背景*/
.about-section {
    background: url(../images/bg_pt01.png) repeat;
	background-size: 5px;
	background-color: rgba(255, 222, 41, 0.95);
    padding:70px 10px;
}

/*青背景*/
.about-section.type02{
	background: url(../images/bg_pt02.png) repeat;
	background-size: 5px;
	background-color: rgba(136, 236, 255, 0.95);
}

/*白背景*/
.about-section.type03{
	background-color: rgba(255, 255, 255, 0.95);
}

.about-section-container {
    padding-bottom:50px
}

.about-section.type02 .about-section-container{
	padding-left: 10px; padding-right: 10px;
}

/* セクションタイトル */
.about-section-title {
    display: inline-block;
    font-family:'Alegreya Sans', sans-serif;
    font-size:35px;
    font-weight: 800;
	color:#fff;
	text-shadow: 5px 5px 0px #125dc3;
	padding:18px 18px;
	background: #279ce6;
    margin-left:10px;
    background-attachment:scroll;
    background-repeat:repeat-x;
    background-position:center center;
    text-transform:uppercase
}
.about-section-title.center{text-align: center;}

/* タイトル画像 */
h2.about-section-title.title-img{
	display: block;
	max-width: 600px; 
	background:none;
	padding: 0;
	margin-left: auto; margin-right: auto;
}
h2.about-section-title.title-img img{width: 100%;}

/* btn左寄せ */
.btn_right{
	text-align: right;
	margin-top: -20px;
}

/* more */
a.about-section-btn {
    font-family:'Alegreya Sans', sans-serif;
    font-size:26px;
    text-decoration:none;
    color: #fff !important;
    background:#279ce6;
    border: 2px solid #fff;
    padding:20px 70px 20px 20px;
    cursor:pointer;
    letter-spacing:2px;
    text-align:center;
    display:inline-block;
    -webkit-transition:.4s background ease;
    -moz-transition:.4s background ease;
    -o-transition:.4s background ease;
	transition:.4s background ease;
	box-shadow: 2px 2px 6px rgba(0,0,0,0.2);
	position: relative;
	right: 30px;
}
/* 矢印 */
a.about-section-btn:before, a.about-section-btn:after{
	content: "";
	display: inline-block;
	position: absolute;
}
a.about-section-btn:before{
	width: 40px; height: 2px;
	background: #fff;
	top: 48%;right: 11px;
}
a.about-section-btn:after{
	width: 10px; height: 10px;
	border-left: 2px solid #fff;
	border-top: 2px solid #fff;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	top: 50%; right: 12px;
	margin-top: -5px;
}

/* TOPプロフィール */
.prof-title{
	display: block;
	width: 160px;
	margin-left: auto; margin-right: auto; margin-bottom: 30px;
}

.prof-image{
	width: 80%;
	padding: 10px;
	background: #fff;
	border: 1px solid #000;
	line-height: 0;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.prof-image img{width: 100%;}

.prof_text{
	background: #fff;
	border: 2px solid #279ce6;
	padding: 50px 30px 50px;
	margin-top: -40px;
}

/* メンバーメニュー */
.member-menu{font-size: 0;margin-top: 100px;text-align: center; max-width: 600px; margin-left: auto; margin-right: auto;}
.member-menu li{
	display: inline-block;
	width: 155px;
    height: 175px;
	background: url(../images/frame.svg) no-repeat;
	background-size: 100%;
	vertical-align: top;
	margin: 3px;
	position: relative;
}
.member-menu li a{display: block; text-align: center; padding-top: 45px;}
.member-menu li img{width: 90px;}

.fanmenu1 .member-menu li{
	background: none;
}

.member-menu.btn_none li:after{
	content: "COMING SOON";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    position: absolute;
    top: 0;
    font-size: 24px;
    font-weight: bold;
    vertical-align: middle;
    padding-top: 60px;
    color: rgba(255,255,255,0.8);
    box-sizing: border-box;
}

/* SMALL VIDEO BACKGROUND
================================================== */
.small-background-section {
    font-family:'Saira Extra Condensed',sans-serif;
    padding:10px 0;
    position:relative;
    width:100%;
    overflow:hidden
}

.small-background-container {
    position:relative;
    text-align:center
}

.small-background-title {
    font-size:40px;
    color:#8e074b;
    font-weight:300;
    z-index:10;
    display:inline-block;
    text-transform:uppercase;
    margin-bottom:20px;
    margin-top: 20px;
    position:relative;
    background-attachment:scroll;
    background-repeat:repeat-x;
    background-position:top center
}



/* SOCIALS
================================================== */
.socials a {
    color:#FF9900;
}

.socials a:hover {
    color:#bdc3c7
}


/*commont
================================================== */
.sub_text{
	font-size:90%;
	color:#333;
	width:100%;
	line-height:1.5em;
	text-align:left;
	padding:12px 0;

}



/*INFORMATION
================================================== */

#topics{
	width:100%;
}

#topics-list{
	width: 100%;
	margin-left: auto;
	background: #fff;
	border: 2px solid #279ce6;
	padding: 30px 25px 60px;
	margin-top: -30px;
}

ul#topics-list li span.update{
	display: block;
	font-size:14px;
	color:#7d7d7d;
    margin-bottom: 10px;
}

.newicon {
	background: #f5df44;
	color: #000000;
	padding: 2px 5px;
	font-size: 10px;
	vertical-align: top;
}

ul#topics-list li{
	font-size: 14px;
	font-weight: bold;
	color:#000;
	text-align: left;
	border-bottom:1px solid #7d7d7d;
	padding: 20px 30px 12px 0;
	overflow: hidden;
	position: relative;
}

ul#topics-list li:after {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -3px;
	border-top: 2px solid #000000;
	border-right: 2px solid #000000;
}

#topics-list a:link,#topics-list a:visited {
	color: #000;
}


/* SOCIAL */

#social{
	width:80%;
	margin:auto;
	text-align:center;

}

#social ul{
	margin-top:20px;
}

#social ul li{
	float:left;
	width:25%;
	margin:auto;
}

.topixs_more{
	margin:12px 0;
	width:98%;
	clear:both;
	text-align:center;
}
.top_bnr{
	padding:0!important;
	margin:0!important;
}

.top_bnr li{
	padding:12px 0;
	text-align:center;
}

.top_bnr li img{
	width:90%;
}

.addtoany_list {
	padding-top: 10px;
}

.addtoany_list a{
	padding:5px;
}

.addtoany_list img{
	width: 35px !important;
	height: 35px !important;
}

/* Top_Information */

.Top_Information{
	width:90%;
	border:1px solid #CCC;
	background-color: rgba(51,51,51,0.9);
	color:#FFF;
	margin:auto;
	padding:16px;

}

.Top_Information p{
	line-height:150%;
	font-size:14px!important;
	text-align:left;
}



/*FOTTER-MENU
================================================== */


.fotter-menu-title{
    background-color: rgba(0,0,0,.8);
    text-align: center;
	font-family: "Fredericka the Great",serif;
    font-weight:100;
    color: #fff;
    padding: 12px;
    margin: 0;
	border-top:1px solid #333;
	border-bottom:1px solid #333;
}

.topCommonUl{
	margin:0px!important;
	padding:0px!important;
}

.topCommonUl li {
	width:100%;
	padding: 0px 10px;
	position: relative;
	border-bottom: 1px solid #383c45;
    background: rgba(0,0,0,.8);
}

	.memberMenu li:last-child {
		border-bottom: none;
	}
	.topCommonUl li:after {
		content: "";
		display: block;
		width: 8px;
		height: 8px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		position: absolute;
		right: 10px;
		top: 50%;
		margin-top: -5px;
	}
		.topCommonUl li:after {
			border-top: 3px solid #fff;
			border-right: 3px solid #fff;
		}

.topCommonUl li:last-child {
	border-bottom: none;
}

.topCommonUl li a:link,.topCommonUl li a:visited {
	color: #000000;
}

.topCommonUl li .listH3 {
	margin: 17px 0;
    font-family: 'Marvel', sans-selif;
	color: #fff;
    font-family:
}

.topCommonUl li .textBlock {
	float: left;
	width: 100%;
	text-align:left;
	color: #000000;
}

.topCommonUl li .textBlock span {
	margin: 0 0;
	font-weight: normal;
	color: #7f899d;
	font-size: 12px;
}

.topCommonUl2{
	margin:0px!important;
	padding:0px!important;
}

.topCommonUl2 li {
	width:100%;
	padding: 0px 10px;
	position: relative;
	border-bottom: 1px solid #383c45;
	color: #FFF;
}

.topCommonUl2 li:last-child {
	border-bottom: none;
}

.topCommonUl2 li a:link,.topCommonUl li a:visited {
	color: #FFF;
}


.contentsCommonUl4 li:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
	-webkit-transform: rotate(45deg);
	-moz--webkit-transform: rotate(45deg);
	-ms--webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -5px;
    border-top: 3px solid #7f899d;
    border-right: 3px solid #7f899d;
}

.contentsCommonUl4 li:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
	-webkit-transform: rotate(45deg);
	-moz-webkit-transform: rotate(45deg);
	-ms-webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -5px;
    border-top: 3px solid #7f899d;
    border-right: 3px solid #7f899d;
}
*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#gallery-1 {
      padding-top: 10px;
}

.title10 {
	color: #000;
	font-size: 24px;
	font-weight: bold;
	margin: 20px;
	padding: 15px 0;
	text-align: center;
}

.cl_p {
    color: #592f79 !important;
    border-top: 1px solid rgba(144,93,237,0.6) !important;
    border-bottom: 1px solid rgba(144,93,237,0.6) !important;
}

/*MOVIE
================================================== */

#movie-list {
	display: none;
}

.carousel-cell,.carousel-cell iframe {
	width: 100%;
	height: auto;
}

/* SINGLE SECTION
================================================== */

.single-section {
	width: 100%;
	max-width: 1000px;
    padding:50px 0;
	margin: 0 auto ;
	text-align: center;
}

.single-section-container {
    text-align:center;
    padding:0 10px 50px;
}

.single-section-container img {
    width: 100%;
}

.single-section-title {
    display: inline-block;
    font-family: 'Alegreya Sans', sans-serif;
    font-size: 30px;
    font-weight: 800;
    color: #fff;
	text-shadow: 5px 5px 0px #125dc3;
	text-align: center;
	letter-spacing: 0.1rem;
	line-height: 2.4rem;
    padding: 15px 15px 25px;
    margin-bottom: 22px;
    background-attachment: scroll;
    background-repeat: repeat-x;
    background-position: center center;
    text-transform: uppercase;
}

.single-section-titleH4{
	color:#FF9900;
	border-bottom:1px solid #FFF;
}

.single-section-title img {
    width: 70%;
}


.single-section-container .dinnerTitle01 img{
	width: 70%;
}

.single-section-container .dinnerTitle02 {
    padding-top: 20px;
    padding-bottom: 10px;
}

.single-section-container .dinnerTitle02 img {
    width: 32%;
}

.single-section-container .dinnerTitle02 li {
    padding-top: 10px;
}

.seadonObanzai li img {
    width: 80%;
}

.single-section-container .takeout01 {
    text-align: left;
    padding: 60px 0 10px;
}

.single-section-container .takeout01 img {
    width: 50%;   
}

.takeout02 {
    padding: 30px 30px 30px 30px;
}

.single-section-container .takeout03 {
    padding: 7px;
}

.single-section-container .dinnerTitle02 .dinnerLeft img {
    width: 70%;
}

.single-section-container .dinnerTitle02 .dinnerLeft li {
    padding-bottom: 10px;
}

.single-section-container .dinnerTitle02 .dinnerRight li img {
    width: 80%;
}


a.single-section-btn {
    font-family:'Saira Extra Condensed',sans-serif;
    font-size:13px;
    text-transform:uppercase;
    text-decoration:none;
    color:#f1c40f;
    background:transparent;
    border:2px solid #f1c40f;
    padding:10px 14px;
    cursor:pointer;
    letter-spacing:2px;
    text-align:center;
    display:inline-block;
    -webkit-transition:.4s background ease;
    -moz-transition:.4s background ease;
    -o-transition:.4s background ease;
    transition:.4s background ease;
	margin-top:10px;
}

.single-section a:link, .single-section a:visited {
	color: #125dc3;
}

.single-section a:hover{
	color:#FF9900;
}

.single-section-btn:hover {
    color:#fff;
    background: #34495e;
}

.single-inner {
	color: #000;
	display: block;
	margin: 0 auto;
	padding: 30px 15px;
	text-align: left;
	font-size: 14px;
    background: #fff;
	border: 2px solid #279ce6;
	overflow: hidden;
}

.single-inner p {
	text-align: left;
	margin-bottom: 15px;
}


/* PROFILE SECTION
================================================== */
.lunchIn {
    padding: 15px 0;
}

.t_rightSonota {
    width: 50%;
    float: right;
}

.prof-member .tile-wrap {
	width:65%;
	font-size: 20px;
	font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 100%;
    border: 2px solid #ebd5ff;
}

@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}

.main_profile {
	width:98%;
}

.prof-member p{
    position: relative;
    top: 50px;
}

.prof-member a:hover {
	color: #ff0066;
}

.prof-member img:hover  {
	opacity: 0.2;
}


		.section--white {
			background: white;
			color: #555;
		}
		.disable-mouse {
			pointer-events: none;
		}
		body.disable-scroll {
			overflow: hidden;
		      	height: 100%;
		}
		.main-title {
			color: white;
			font-size: 100px;
		}

		.btn, .tile {
			display: block;
			width: 100%;
			height: 100;
			text-decoration: none;
			color: white;
			opacity: 0.85;
			cursor: pointer;
			transition: 0.25s ease;
		}

		.download-btn {
			background: pink;
			color: #3F51B5;
			font-size: 30px;
		}
		.btn--blue {
			background: #4A90E2;
		}
		.tile-container {
			overflow: hidden;
		}
		.btn:hover,
		.tile:hover {
			opacity: 1;
		}
		.modal {
			position: fixed;
			top: 0;
			bottom: 0;
			left: 0;
			right: 0;
			padding: 40px;
			background: #ebd5ff;
			color: white;
			z-index: 3000;
			visibility: hidden;
			opacity: 0;
			pointer-events: none;
                	transition: 200ms ease;
        		overflow: auto;
		}
		.modal .single-section-title {
			color: #333;
		}

		.modal-close-btn {
			display: block;
			position: absolute;
			top: 0;
			right: 0;
			background: url(../images/close.png) no-repeat center;
			width: 32px;
			height: 32px;
			padding: 32px;
			opacity: 0.8;
			cursor: pointer;
			transition: 0.3s ease;
		}
		.modal-close-btn:hover {
			opacity: 1;
		}
		.modal--2 { background: #4A90E2; }
		.modal--3 { background: #FFD200; }
		.modal--4 { background: #4CBB47; }
		.modal--5 { background: #362A6C; }
		.modal.show {
			opacity: 1;
			visibility: visible;
			pointer-events: auto;
		}
		.dialog {
			background: #4A90E2;
			min-width: 300px;
			left: 50%;
			right: auto;
			top: 30%;
			bottom: auto;
			box-shadow: 0 0 0 3000px rgba(0,0,0,0.4);
			-webkit-transform: translateX(-50%);
			-moz-transform: translateX(-50%);
			-ms-transform: translateX(-50%);
			transform: translateX(-50%);
		}
		.sidebar {
			left: auto;
			width: 300px;
			background: #8BC34A;
			-webkit-transform: translateX(100%);
			-moz-transform: translateX(100%);
			-ms-transform: translateX(100%);
			transform: translateX(100%);
			opacity: 1;
			visibility: visible;
		}
		.sidebar.show {
			-webkit-transform: translateX(0);
			-moz-transform: translateX(0);
			-ms-transform: translateX(0);
			transform: translateX(0);
		}
		.sidebar__block {
			border-radius: 5px;
			background: white;
			opacity: 0.3;
			margin-top: 32px;
		}
		.quote-box__bubble {
			position: relative;
			background: white;
			padding: 16px;
			color: #555;
			border-radius: 5px;
			max-width: 480px;
			margin: 0 auto 20px;
		}
		.quote-box__bubble:after {
			content: '';
			display: block;
			position: absolute;
			top: 100%;
			left: 50%;
			width: 0;
			height: 0;
			border: 10px solid transparent;
			border-top-color: white;
			border-top-width: 10px;
		}


/* Schedule
================================================== */
.title06 {
	color: #f1c40f;
	font-size: 130%;
	padding-top: 20px;
	text-decoration: underline;
}

.title07 {
	font-weight: bold;
	font-size: 110%;
	margin-bottom: 0px;
}

/* BIOGRAPHY
================================================== */
.title11 {
	display: inline-block;
	width: 45%;	  
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: 15px 0;
	border: 2px solid #fff;
	text-align: center !important;
	box-shadow: 2px 2px 6px rgba(0,0,0,0.2);
	margin-right: 8%;
}
.title11.keireki{background:#B46427;}
.title11.stage{background:#19B17D;}

.txtbtn01{display: inline-block; width: 45%;}
.txtbtn01 a{
	display: block;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: 15px 0;
	border: 2px solid #fff;
	text-align: center !important;
	box-shadow: 2px 2px 6px rgba(0,0,0,0.2);
}
.txtbtn01 a:link, .txtbtn01 a:visited, .txtbtn01 a:hover{color: #fff;}

.txtbtn01 a:after{
	content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
    margin-left: 5px;
}

.txtbtn01.stage a{
	background:#19B17D;
}
.txtbtn01.keireki a{
	background:#B46427;
}


/* NEWS
================================================== */
.news-list,.news-list-detail {
	margin: 0 auto;
	padding: 10px 10px 5px;
	text-align: left;
}

.news-list-detail{
	background: #fff;
	border: 2px solid #279ce6;
	padding-bottom: 20px;
}

.news-list li,.news-list-detail dt {
	padding: 15px 10px 15px;
	overflow: hidden;
	line-height: 195%;
}

.news-list-detail .title04 {
	color: #004792;
}


.news-list li { border-bottom: 1px solid #707070; }
.news-list-detail dt { border-bottom: 1px solid #969696; }

.news-list-detail dt {
	height: auto;
	overflow: auto;
	font-size: 100%;
}

.news-list span,.news-list-detail dt span {
	padding: 2px 3px;
	color: #ffffff;
	margin: 0 6px;
	font-size: 75%;
}

.news-list .live,.news-list-detail .live {
	background: #f01653;
}

.news-list .event,.news-list-detail .event {
	background: #1687f0;
}

.news-list-detail dd {
	margin: 10px;
	word-wrap: break-word;
}

.news-list-detail dd img {
	margin: 10px 0;
	max-width: 100%;
	height: auto;
}

.news-list p,.news-in,.news-in p,.news-list-detail dd p {
	font-size: 100%;
	text-align: left;
}

.news-in p img{width: 100%; height: auto;}

.news-list p {
	margin: 0 0 5px 0;
}

.title03 {
	margin: 10px 0 20px;
	font-size: 20px;
	line-height: 1.8rem;
}

.single-section .news-list span.more_news a:link,.single-section .news-list span.more_news a:visited {
	padding-left: 5px;
	text-decoration: underline;
	color: #ff9900;
	font-size: 140%;
}

.single-section .news-list span.more_news a:hover,.single-section .news-list span.more_news a:active {
	color: #ffffff;
}

.title04 {
	padding-bottom: 0px;
	margin-bottom: 0;
	font-size: 125%;
}

.ssba {
	padding-top: 15px;
}

.news-list-detail .ssba img,.ssba img {
	width: 40px;
	margin-right: 5px;
}

.wp-pagenavi {
	margin-top:20px;
	clear: both;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #BFBFBF;
	padding: 6px 5px;
	margin: 2px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #000;
}

.wp-pagenavi span.current {
	font-weight: bold;
}

.title09 {
	margin: 0 0 0px 0;
	font-size: 13px;
	color: #004792;
}

.cate_list {
	padding: 0;
	width: 100%;
	margin-bottom: 20px;
	display: inline-block;
	font-size: 12px;
}

.cate_list li {
	width: 50%;
	float: left;
	padding: 5px 5px 5px 10px;
	box-sizing: border-box;
	border-bottom: 1px solid #383838;
	border-right: 1px solid #383838;
	font-size: 12px;
}

.cate_list li a {
	display: block;
}

.cate_list li:nth-child(odd) {
	 border-left: 1px solid #383838;
}

.cate_list li:nth-child(1) {
	border-top: 1px solid #383838;
}

.cate_list li:nth-child(2) {
	border-top: 1px solid #383838;
	background: #ffffff;
}

.cate_list li:nth-child(3) {
}

.cate_list li:nth-child(4) {
}

.news-list2 {
	padding: 0;
}

.news-list2 li {
	padding: 0 0 20px 0;
	/* border-bottom: 2px solid #7e8696; */
	margin: 0 0 30px 0;
	width: 100%;
    color: #333;
}

.news-list2 li a:link,.news-list2 li a:visited {
	color: #004792;
}

.cate_icon {
	padding: 0px 4px;
	background: #677279;
	color: #fff;
	display: inline-block;
	font-size: 60%;
	margin-left: 10px;
}

.cate_new_icon {
	padding: 0px 4px;
	background: #f5df44;
	color: #000000;
	display: inline-block;
	font-size: 60%;
	margin-left: 10px;
}


/*Attention
================================================== */


.list-unstyled{
	padding:0px;
}



/*QA
================================================== */
#acMenu{margin-top: 5px; margin-bottom: 20px;}

#acMenu dt{
    display:block;
    line-height:20px;
    text-align:left;
    border-bottom:#fff 1px solid;
    cursor:pointer;
	padding:12px;
	color:#fff;
	background: #279ce6;
    }
#acMenu dd{
    color: #000;
    line-height:20px;
    text-align:left;
    display:none;
	margin:0px;
	padding:12px;
	border:#279ce6 1px solid;
    background: #fff;
    }

.single-section #acMenu a:link, .single-section #acMenu a:visited {
    color: #0206b5;
}

/* Environment
================================================== */

.title01 {
	border-bottom: 1px solid #ffffff;
	font-size: 120%;
	margin: 40px 0 10px;
	padding: 0 0 10px;
}

.list2 {
	padding-left: 0;
}

/* law
================================================== */
.table th {
	width: 30%;
	border-bottom: 1px dotted #ffffff;
	padding: 10px 0;
}

.table td {
	width: 70%;
	border-bottom: 1px dotted #ffffff;
	padding: 10px 0;
}

/* contact
================================================== */
.list2 address{
	font-style: normal;
}

.contact_form {
	border-bottom: 2px dotted #ffffff;
	border-top: 2px dotted #ffffff;
	display: inline-block;
	margin: 30px 0;
	padding: 30px 0;
	width: 100%;
}

.contact_form_box p {
	margin-bottom: 5px;
}

.contact_form_box .contact_a {
	color: #000000!important;
}


.contact_form select,.contact_form input,.contact_form textarea {
	width: 100%;
	margin-bottom: 15px;
	font-size: 16px;
}

.wpcf7-not-valid-tip {
	color: #ffffff;
}

.wpcf7-submit {
    max-width: 300px;
	padding: 15px 40px;
	color: #fff !important;
    font-weight: bold;
	background: #279ce6 !important;
	border: none;
}

.wpcf7-not-valid-tip {
	display: block;
	color: #ff0534;
}

.screen-reader-response,.wpcf7-mail-sent-ok {
	color: #ff0534;
	font-weight: bold;
	font-size: 115%;
	padding: 10px 0;
}

.wpcf7-mail-sent-ok {
	padding: 10px 0 30px 0 !important;
}

/* 入力フォーム */
input[type="text"], input[type="email"], input[type="tel"], textarea{width: 100%;}

/* Coming soon
================================================== */
.comingsoon {
	padding: 50px 0 10px 0;
	color: #333333;
	font-size: 100%;
}

/* Login
================================================== */

.t_left {
	text-align: left;
}

.gray_frame {
	padding: 20px 20px;
	border: 3px solid #777777;
	width: 100%;
	margin: 0 auto;
}
.gray_frame input {
	width: 100%;
	color: #000000;
}
.gray_frame input[type="checkbox"]{width: auto;}

.gray_frame p {
	font-size: 100%;
	text-align: left;
}

.dis_ib {
	display: inline-block;
}

.wd80p {
	width:100%;
}




.m_lr_auto {
	margin-left: auto;
	margin-right: auto;
}

.gray_frame_left {
	width: 100%;
	text-align: left;
	padding: 5px 0 0;
}

.gray_frame_right {
	width: 100%;
	text-align: left;
}

.box40 {
	width: 100%;
	height:30px;
}

.pt10 {
	padding-top: 10px;
}

.ptb20 {
	padding: 20px 0;
}

.mb20 {
	margin-bottom: 20px;
}

.fontstyle1{
    color: #ff0000;
    font-weight: bold;
}

.war_red {
	background-color:#FFF;
	border:1px solid #CCC;
	color: #ff0000;
	font-weight: bold;
	padding: 10px;
}

.war_orange{
	color:#ff9900;
}

.small {
	font-size: 50%;
}

.log_bt {
	padding: 20px 0;
}

.bold {
	font-weight: bold;
}

#login_errmesg {
	color: #ffffff;
	padding-bottom: 10px;
}

.log_btn{
	background-color:#000;
	color:#FFF!important;
	padding:6px 25px;
}

.log_bt >input[type="submit"], .single-section .log_bt >a{
    display: block;
    width: 200px;
    color: #fff;
    font-weight: 800;
    font-size: 18px;
    padding: 10px 0;
    background: #279ce6;
    border:none;
    margin-left: auto; margin-right: auto;
    transition: 0.3s;
}

.table-inner-bgcolor .bgray {
	font-size: 15px;
}

#member-table table {
	font-size: 15px;
}


#member-table input {
	height: 30px;
	vertical-align: top;
	font-size: 16px;
}

#member-table input.box6 {
	width: 100px;
}

/* Fanpage
================================================== */

.img_title {
	text-align: center;
	margin: 0px auto 20px;
}

.single-inner .fanname { text-align: center;font-size: 130%; }

.title05 {
	padding: 15px 0;
	margin: 20px 0px 0 0;
	text-align: center;
    font-family: 'Alegreya Sans', sans-serif;
	font-size: 150%;
    background-color: #1d2a53;
    color: #fff;
}
.ticket_bt01,.ticket_bt02,.ticket_bt_center {
	width: 100%;
	text-align: center;
}


.btn_2nd {
	width: 300px;
	height: 150px;
	background: url(../images/fanpage/2nd_bt.jpg);
	border: 0px;

}

.cre_bt {
	width: 250px;
	height: 125px;
	background: url(../images/fanpage/cre_bt.jpg) no-repeat;
	background-size: 250px 125px;
	border: 0px;
	margin-bottom: 20px;
}

.con_bt {
	width: 250px;
	height: 125px;
	background: url(../images/fanpage/con_bt.jpg) no-repeat;
	background-size: 250px 125px;
	border: 0px;
}



.2nd_bt {
	width: 250px;
	height: 125px;
	background: url(../images/fanpage/2nd_bt.jpg) no-repeat;
	background-size: 250px 125px;
	border: 0px;
}

.news-list span, .news-list-detail dt .font-size1 {
	font-size: 110%;
}

.news-list span, .news-list-detail dt .font-size2 {
	font-size: 110%;
}

.fanpage .news-list .title03 {
	color: #004792;
}

.single-section-title2 {
	border-bottom: 1px solid #279ce6;
	font-size: 18px;
	margin: 40px 0 10px;
	padding-bottom: 17px;
}

.scroll .textInner {
	border: 2px solid #ccc;
	height: 250px;
	overflow-y: scroll;
	padding: 6px 13px;
}

.single-inner.about_fc{
	background: none;
	border: none;
}

.fc_price {
	width: 100%;
}

.fc_logo{margin-top: 30px;}

.member_benefits {
	font-size: 120%;
	padding-left: 1.3rem;
}

.member_benefits li {
	display: list-item;
	list-style-type: square;
}

/* FC Carrier
================================================== */
.flow_area{margin-top: 30px;}

.fc_carieer{padding: 30px 5px;}
.fc_carieer .commonbtn{
	width: 100%;
	max-width: 300px;
	margin-bottom: 20px;
	text-align: center;
	margin-left: auto; margin-right: auto;
}

.fc_carieer .commonbtn>*{
	display: block;
	padding: 20px 30px;
	color: #000 !important;
	background-color: #f5df44;
	background-image: none;
}

.btn_list_box{
	padding: 25px 0 20px;
	border-bottom: 1px dotted #dbdbdb;
	background:#fff;
}

.btn_list_box .btstyle01{margin-bottom: 10px;}

.small_cap{
	text-align:center !important;
	font-size: 13px;
	margin-bottom: 10px;
}
.small_cap a, .small_cap a:hover,.small_cap a:visited,.small_cap a:active{
	text-decoration:underline;
	color:#ff0f64 !important;
}

@media screen and (max-width: 520px){
	.gallery-item{width: 50%;}
}

/* Change password
================================================== */
.sendButton_in {
	background: #f5df44;
	color: #333 !important;
	cursor: pointer;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: 40px;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	width: 100%;
	display: block;
	line-height: 40px;
	transition: .3s;
}

.sendButton_in:hover{
	background: #ffeb62;
	transition: .3s;
}

/* Live/Event
================================================== */
.tablestyle1 {
	margin: 30px auto 50px auto;
	width: 100%;
	border-bottom: 2px dotted #cccccc;
}

.tablestyle1 th {
	display: block;
	padding: 10px 20px;
	background: #6763ad;
	color: #ffffff;
}

.tablestyle1 td {
	display: block;
	padding: 10px 20px;
}

.note-area {
	border: 1px dotted #3a3a3a;
	padding: 20px 15px 10px;
	margin-top: 20px;
}

.note-title {
	font-weight: bold;
	color: #e21742;
	padding-bottom: 5px;
	font-size: 16px;
}

/*会員更新用*/

.updata_btn{
	position: relative;
	display: block;
	padding:24px;
	width: 98%;
	text-decoration: none;
	line-height: 30px;
	text-align: center!important;
	border-top:1px solid #6b7688;
	border: 3px double #AAA;
	color: #d4d2d2;
	text-shadow: 0px 1px 0px #222;
	color: #f2f1f1;
	background: #586170;
	background: -webkit-gradient(linear, left top, left bottom, from(#586170), to(#424551));
	background: -moz-linear-gradient(top,#586170,#424551);
	background: -o-linear-gradient(top,#586170,#424551);
	background: -ms-linear-gradient(top,#586170,#424551);
	background: linear-gradient(top,#586170,#424551);
	-webkit-box-shadow:0 1px 1px #1d1e20;
	-moz-box-shadow:0 1px 1px #1d1e20;
	box-shadow:0 1px 1px #1d1e20;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin:20px auto;
}


.updata_btn:hover {
	color: #f2f1f1;
	background: #3f4551;
	background: -webkit-gradient(linear, left top, left bottom, from(#3f4551), to(#333640));
	background: -moz-linear-gradient(top,#3f4551,#333640);
	background: -o-linear-gradient(top,#3f4551,#333640);
	background: -ms-linear-gradient(top,#3f4551,#333640);
	background: linear-gradient(top,#3f4551,#333640);
}

.pankuzu{
	width:95%;
	padding:12px;
	border:1px solid #CCC;
	display:block;
	margin:auto;
}



.pankuzu .pankuzu_pan{
	background-color:#f1c40f;
	color:#333;
	padding:5px;
	border-radius: 0.5em;
}


/*会員更新用 END*/



.title08 {
	color: #ff9900;
	font-size: 130%;
	padding-top: 0px;
	margin-top: 0;
}

.change_pass {
	width: 100%;
}

.change_pass label {
	display: block;
}

.mailmagazineForm .change_pass_text {
	width: 100%;
	margin: 0 0 20px 0;
}

.new_pass {
	padding: 20px 0 10px 0;
}

.new_pass span {
	font-weight: bold;
	font-size: 120%;
}

.change_pass_box {
	margin: 0 auto;
	display: block;
}

.change_pass_box .submitBlock {
	text-align: center;
}

.change_pass_box .wpcf7-submit {
	padding: 10px 40px;
}


.pass_retype {
	width: 100%;
	border-spacing: 5px;
	border-collapse: separate;
	margin-bottom: 20px;
}

.pass_retype th {
	background: #cccccc;
	padding: 10px;
	color: #000000;
	width: 40%;
}

.pass_retype td {
	padding: 10px;
	border: 1px solid #cccccc;
}

.single-inner p.fs120 {
	font-size: 120%;
}

.mypage_set1 {
	text-align: center;
}

.t_center {
	text-align: center !important;
}


.topbtn {
	text-align: center;
}

.present_page input,.topbtn a {
	width: 200px;
	padding: 20px;
	border: none;
	background: #ff0066;
	font-size: 18px;
	font-weight: bold;
	display: block;
	margin: 0 auto;
}

.topbtn a:link,.topbtn a:visited,.topbtn a:hover {
	color: #ffffff;
}

.presentUl {
	width: 100%;
	margin: 0;
	padding: 0;
}

.presentUl li {
	width: 100%;
	border-bottom: 1px solid #ffffff;
	text-align: left;
	padding: 10px 0;
}

.presentUl .date {
	margin: 10px 0;
}

.presentUl .listH3 {
	margin: 0px 0 10px;
}

.pre_data {
	color: #ffffff;
}

.pre_new {
	color: #ff0066;
}

/* ボタン
================================================== */
.btstyle {
	text-align: center;
	padding: 20px 0;
}

.btstyle a,.btstyle input[type="submit"] {
	display: block;
	background: -moz-linear-gradient(left,  #e5678d 0%, #6763ad 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #e5678d 0%,#6763ad 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #e5678d 0%,#6763ad 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5678d', endColorstr='#6763ad',GradientType=1 ); /* IE6-9 */
	padding: 20px 30px;
	font-size: 15px;
	border: 3px solid #f7ecce;
	font-weight: bold;
	margin: 0 auto;
	color: #ffffff;
	width: 100%;
}

.btstyle a:link,.btstyle a:visited {
	color: #ffffff;
}

.btstyle a:hover,.btstyle input:hover {
	color: #cccccc;
	opacity: 0.5;
}

.btstyle01{text-align: center;}
.btstyle01 a{
	background: #fff;
    border: 4px double #95b3bb;
    border-radius: 50px;
    display: inline-block;
    font-size: 18px;
	font-weight: bold;
	color:#000 !important;
    line-height: 30px;
    padding: 10px 0;
    text-align: center;
    text-shadow: 0 0 3px rgb(255, 255, 255);
	width: 100%;
	max-width: 420px;
	box-shadow: 0px 0px 10px 0px rgba(7, 92, 152, 0.3) inset;
	position: relative;
}
.btstyle01 a:hover, .btstyle01 a:visited, .btstyle01 a:active{color:#000 !important;}
.btstyle01 a:after{
	content: "";
    display: inline-block;
    width: 10px; height: 10px;
    border-left: 1px solid #95b3bb;
    border-top: 2px solid #618994;
    transform: rotate(135deg);
    position: absolute;
    top: 50%;
    right: 30px;
	margin-top: -7px;
}

.btnstyle3｛text-align: center;}
.btnstyle3>*{
    display: block;
    max-width: 300px;
    padding: 10px 20px;
    color: #fff;
    font-weight: bold;
    background: #125dc3;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

.formStyle01 form table{width: 100%;}
.formStyle01 form table td{width: 70%;}
.formStyle01 form table td input{width: 100%;}
.form_area tr th, .form_area tr td{
	padding-bottom: 10px;
}

.submit_box{
	text-align: center;
}

#submitbutton {
	font-weight: bold;
	padding: 10px 20px;
	background: #f5df44;
	border: none;
}
#submitbutton:hover{background: #ffeb62;}

#submitbutton_update{
	background: #f5df44;
	border: none;
}

/*footer
================================================== */

#footer{
	background-color:#262626;
	color: #ffffff;
}

#footer a:link, #footer a:visited{
	color:#ffffff!important;
}

.footer_ac{
	padding:0;
	text-align: center;
}

ul.footer_ac li{
	display: block;
	font-size: 13px;
	margin-bottom: 0px;
	text-decoration: #333;
}
ul.footer_ac li a{
	display: block;
	padding: 10px 0;
	border-bottom:1px dotted #eee;
}

.footer-menu{
	width: 100%;
	max-width: 1000px;
	margin-left: auto; margin-right: auto;
}

small{display: block; font-size: 12px; text-align: center; padding: 20px;}


video::-internal-media-controls-download-button {
 display:none;
}

video::-webkit-media-controls-enclosure {
 overflow:hidden;
}

video::-webkit-media-controls-panel {
 width: calc(100% + 30px); /* Adjust as needed */
}


@media screen and (orientation: landscape) {
   /* 縦向きの場合のスタイル */
	.headerImage{
		padding-top:150px;
		margin-top:150px
	}

}


/* 追加分 */

.button1 {
	color:#ffffff;
	background:transparent;
	border-width:2px;
	border-style: solid;
	border-color: #279ce6;
	position:relative;
	margin:1em;
	display:inline-block;
	padding: 1.5em 1em;
	transition:all 0.5s ease-in-out;
	text-align:center;
	font-family:comfortaa;
	font-weight:bold;
	background: #279ce6;
	width: 90%;
	font-size: 18px;
	letter-spacing: 5px;
	box-sizing: border-box;
}

.button1:before, .button1:after {
	content:'';
	display:block;
	position:absolute;
	border-color:#279ce6;
	box-sizing:border-box;
	border-style:solid;
	width:2em;
	height:2em;
	transition:all 0.5s ease-in-out;
}

.button1:before {
	top:-6px;
	left:-6px;
	border-width:2px 0 0 2px;
	z-index:5;
}

.button1:after {
	bottom:-6px;
	right:-6px;
	border-width:0 2px 2px 0;
}

.button1:hover:before, .button1:hover:after {
	width:calc(100% + 12px);
	height:calc(100% + 12px);
	border-color:#40e0e2;
}

.button1:hover {
	color:#353535;
	background-color:#40e0e2;
	border-color:#40e0e2;
}

.panel {
	max-width:960px;
	text-align:center;
	position:relative;
	margin:auto;
}

.single-section a.button1:link,.single-section a.button1:visited {
	color: #ffffff;
}

.single-section a.button1:hover {
	color: #515151;
}

.el1 .eyecatch-list li {
	padding-bottom: 30px;
}

.el1 .eyecatch-list .mg_day p {
	text-align: center;
}

.single-inner p.movie_day {
	text-align: center;
}


.form1 .wpcf7-text {
	width: 100%;
}

.form1 textarea {
	width: 100%;
}

.form1 .wpcf7-submit {
	padding: 20px 80px;
}

.comingsoon {
	text-align: center !important;
	padding: 50px 0 50px !important;
}

.wd100sp {
	width: 100% !important;
}

/* iOSで選択したときにズームさせない */
input[type="text"], input[type="email"], input[type="password"], textarea{
	font-size: 16px !important;
}

.single-section-container .dinnerTitle02 img.dinnertext,.single-section-container .dinnerTitle02 img.dinnerphoto {
    width: 100%;    
}
