﻿@charset "UTF-8";

/*---------------------------------------

[reset]

[base]
	font
	anchor
	add class

.body_common set-up]
	h
	pagetop link

[lower.body_common]

[each page]

.body_common contents]
	container
	header
	main contents
	footer
	print

[clearfix]

[cms setting]

---------------------------------------*/

/* CSS Document */
/*===============================================
●style.css
===============================================*/
* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.container {
	width: 100%;
}
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: reset */
body,div,dl,dt,dd,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote {
	margin: 0;
	padding: 0;
}
ul,ol{
	margin: 0;
}

header,nav,section,aside,footer {
	display: block;
}

table {
	border-spacing: 0;
}

fieldset,img,a img,abbr,acronym {
	border: 0;
}

li img,dt img {
	vertical-align: top;
}

address,caption,cite,code,dfn,th,var {
	font-style: normal;
	font-weight: normal;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}

q:before,q:after {
	content: '';
}

a {
	outline: none;
}

button, fieldset, form, input, label, legend, select, textarea {
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
hr {
	border: 1px dashed #5dc2d0;
}
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: base */

/*--------------------------------------- font */
html {
	font-size: 62.5%;
}
body {
	font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
	line-height: 1.7;
	color: #1d2129;
	-webkit-text-size-adjust: 100%;
	font-size: 1.7em;
}
@media screen and (max-width:779px) {
.php,body {
		-webkit-text-size-adjust: 100%;
		-webkit-overflow-scrolling: touch;
	}
	iframe{
		max-width:100%;
	}
}
/*----------------------- color */
/* red */
.red {
	color: #FF0000;
}

/* white */
.white {
	color: #FFFFFF;
}

/* aqua */
.aqua {
	color: #00a199;
}

/* blue */
.blue {
	color: #334f99;
}

/* black */
.black {
	color: #0b0b0b;
}
/*----------------------- size */
/* size10px */
.size10 {
	font-size: 0.71em;
}

/* size12px */
.size12 {
	font-size: 0.85em;
}

/* size14px */
.size14 {
	font-size: 1.0em;
}

/* size16px */
.size14 {
	font-size: 1.14em;
}

/* size18px */
.size18 {
	font-size: 1.28em;
}

/* size22px */
.size22 {
	font-size: 1.57em;
}

/* size24px */
.size22 {
	font-size: 1.71em;
}


/*--------------------------------------- anchor */

a {
	color: #333333;
}

a:hover {
	color: #333333;
}

/* btn */
.btn {
	text-align: center;
	display: block;
	padding: 0.5em 20px;
}

.btn a {
	border-radius: 5px;
	padding: 0.8em 2em;
	line-height: 1.5;
	background-color: #3ba5eb;
	color: #FFFFFF;
	text-decoration: none;
	display: inline-block;
	transition: linear 0.2s;
}

.btn a:hover {
	background-color: #1d86ed;
}

/* エディター：スタイル */
.editor-style-btn1 {
	display: inline-block;
	margin: 0.5em 20px;
	padding: 0.8em 2em;
	color: #FFFFFF;
	border-radius: 5px;
	background-color: #3ba5eb;
	transition: linear 0.2s;
}

.editor-style-btn1:hover {
	background-color: #1d86ed;
}

.editor-style-btn1 a {
	color: #FFFFFF;
	text-decoration: none;
}

.editor-style-text1 {
	color: #ffffff;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3),-1px -1px 5px rgba(0, 0, 0, 0.3);
}
/*--------------------------------------- add class */

.floatL {
	float: left;
}

.floatR {
	float: right;
}

.clearB {
	clear: both;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.bold {
	font-weight: bold;
}
/*--------------------------------------- columnBox */
.columnBox .column {
	padding:1em 20px;
}
@media screen and (min-width: 780px), print {
	.columnBox {
		display: table;
		table-layout: fixed;
		width: 100%;
	}
	.columnBox .column {
		display: table-cell;
		vertical-align: top;
	}
	.columnBox .v_middle {
		vertical-align: middle;
	}
	.columnBox .v_bottom {
		vertical-align: bottom;
	}
	.w20 {
		width: 20%;
	}
	.w30 {
		width: 30%;
	}
	.w40 {
		width: 40%;
	}
	.w50 {
		width: 50%;
	}
	.w60 {
		width: 60%;
	}
	.w70 {
		width: 70%;
	}
	.w80 {
		width: 80%;
	}
	.padr3 {
		padding-right: 3%;
	}
	.padL3 {
		padding-left: 3%;
	}
	.padt3 {
		padding-top: 3%;
	}
	.padt6 {
		padding-top: 6%;
	}
}

/*--------------------------------------- list_text */
.list_text,
.list_text li {
	display: block;
	padding: 0;
	margin: 0;
}

.list_text li a {
	text-decoration:none;
	display: block;
	color: #777;
}
.list_text li .listBox {
	width: 100%;
}
.list_text li .date {
	font-size: 0.9em;
	width: 8em;
}
.list_text li .new {
	font-size: 0.9em;
	margin: 5px;
}
@media screen and (min-width: 481px), print {
	.list_text li .listBox {
		display: table;
	}
	.list_text li .listBox .date,
	.list_text li .listBox .text {
		display: table-cell;
		vertical-align: top;
		padding: 10px;
	}
}
@media screen and (max-width: 480px) {
	.list_text li .listBox {
		padding: 10px 20px;
		display: block;
	}
	.list_text li .listBox .date,
	.list_text li .listBox .text {
		padding: 5px 0;
		display: block;
	}
}
/*--------------------------------------- list_thumbnail */
.list_thumbnail {
	width:100%;
	padding: 1em 0;
	margin: 0;
}

.list_thumbnail li{
	display: inline-block;
	vertical-align: top;
	margin: 0;
}
.list_thumbnail li a {
	display: block;
	text-decoration: none;
	color: #777777;
}
.list_thumbnail .listBox {
	display: block;
	padding: 0 10px 1em;
	position: relative;
}
.list_thumbnail .thumbnail {
	display: block;
	overflow: hidden;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	transition: linear 0.2s;
}
.list_thumbnail .thumbnail span{
	padding: 27% 0;
	display: block;
	height: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	box-shadow: inset 0 -1em 4em 1em rgba(0, 0, 0, 0.05);
	transition: all 0.5s ease-out;
}
.list_thumbnail li a:hover .thumbnail span{
	transform: scale(1.1);
	box-shadow: none;
}
.list_thumbnail .dateBox {
	display: block;
	padding: 0 10px;
	background-color: #f4f4f4;
	font-size: 0.9em;
}
.list_thumbnail .date,
.list_thumbnail .new {
	margin: 5px;
	display: inline-block;
	vertical-align: middle;
}
.list_thumbnail .date {
	padding: 0.1em 0;
}
.new {
	color: #3ba5eb;
	padding: 0.01em 0.5em;
	border: 1px solid;
	border-radius: 100em;
}
.list_thumbnail .title {
	display: block;
	padding: 0.5em 10px 1em;
}
.list_thumbnail .text {
	display: block;
	padding: 0.5em 10px 1em;
	border-top: 1px dashed #ddd;
	color: #999;
	font-size: 0.9em;
}
@media screen and (min-width: 1200px) {
	.list_thumbnailC5 li{
		width: 20%;
	}
	.list_thumbnailC6 li{
		width: 16%;
	}
}
@media screen and (min-width: 780px) {
	.list_thumbnailC1 li{
		width: 100%;
		display:block;
	}
	.list_thumbnailC2 li{
		width: 50%;
	}
	.list_thumbnailC3 li{
		width: 33%;
	}
	.list_thumbnailC4 li{
		width: 25%;
	}
	.list_thumbnailC5 li{
		width: 20%;
	}
	.list_thumbnailC6 li{
		width: 16%;
	}
}

@media screen and (max-width: 779px) {
	.list_thumbnailC2 .listBox {
		padding: 0 0 2em;
	}
	.column_thumbnail {
		width: 35.2%;
	}
	.list_thumbnail li{
		width: 50%;
	}
	.list_thumbnailC1 li{
		width: 100%;
		display:block;
	}
	.list_thumbnailC4 li{
		width: 50%;
	}
	.list_thumbnailC5 li{
		width: 50%;
	}
	.list_thumbnailC6 li{
		width: 50%;
	}
}

@media screen and (min-width: 480px) {
	.list_thumbnailC2 li .listBox {
		padding: 1em 2em 1em 0;
	}
	.list_thumbnailC2 li:nth-child(2n) .listBox {
		padding: 1em 0 1em 2em;
	}
}
@media screen and (max-width: 479px) {
	.list_thumbnail li{
		width: 100%;
	}
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::.body_common set-up */
h1, h2, h3, h4, h5, h6 {
	clear: both;
	position: relative;
}
.lower h1,
h2 {
	padding: 1em 20px;
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
	font-weight: normal;
}
/* h:変更した場合はstyle_editor.cssにも反映すること */
h3 {
	margin: 1em 0;
	padding: 10px 12px;
	font-weight: bold;
	color: #6eb93a;
	border-radius: 10px;
	box-shadow: 0px 0px 10px #6eb93a;
	background-color: #fff;
}
h4{
	padding: 0 1em;
	margin: 1em 0;
	color: #00a199;
	border-left: 7px solid;
	font-weight: bold;
	background-color: #f2f7e6;
	border-radius: 5px;
}

h5 {
	margin: 1.5em 0 1em;
	padding: 0 10px 0 30px;
}
h5:before {
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
	border: 6px solid #2ba0ed;
	position: absolute;
	left: 0;
	top: 4px;
}
h6 {
	color: #00a199;
	font-weight: bold;
	margin: 1em 0;
}

@media screen and (min-width: 780px), print {
	.lower h1,
	h2 {
		font-size: 1.71em;
	}
	h3 {
		font-size: 1.4em;
	}
	h4 {
		font-size: 1.3em;
	}
	h5 {
		font-size: 1.1em;
	}
	h6 {
		font-size: 1em;
	}
}
@media screen and (max-width: 779px) {
	.lower h1,
	h2 {
		font-size: 1.2em;
	}
	h3 {
		font-size: 1.1em;
	}
	h4 {
		font-size: 1.1em;
	}
	h5,h6 {
		font-size: 1em;
	}
}

/* table */
table {
	border-collapse: collapse;
}

table th,
table td {
	border-color:#CCCCCC;
}

table th {
	background: #eeeeee;
	text-align: center;
}

table[border="0"],
table[border="0"] th,
table[border="0"] td {
	border: none;
}
table[border="1"],
table[border="1"] th,
table[border="1"] td {
	border: 1px solid #CCCCCC;
}
@media screen and (max-width:479px) {
	table th {
		width: auto !important;
	}
	table.responsive tr{
		display: block;
	}
	table.responsive th,
	table.responsive td{
		text-align:left;
		width:96% !important;
		display: list-item;
		list-style:none;
	}
	table.responsive tr table{
		display: table;
	}
	table.responsive th table th,
	table.responsive td table td{
		width:auto !important;
		display: table-cell;
	}
	table.noresponsive tr{
		display: table-row;
	}
	table.noresponsive th,
	table.noresponsive td{
		text-align:left;
		width:100% !important;
		display: table-cell;
		list-style:none;
	}
	table.noresponsive tr table{
		display: table;
	}
	table.noresponsive th table th,
	table.noresponsive td table td{
		width:auto !important;
		display: table-cell;
	}
}

/* contact form */
.form_flow {
	width: 100%;
	margin: 20px auto 0;
	padding: 0;
	display: table;
	table-layout: fixed;
}

.form_flow li {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	border-left: 10px solid #ffffff;
	padding: 0 5px;
	width: 34%;
	background-color: #adadad;
}

.form_flow li:first-child {
	border-left: none;
}

.form_flow li.current {
	background-color: #00a199;
}

.form_flow li span {
	color: #ffffff;
	font-size: 0.9em;
	padding: 10px;
	width: 100%;
	display: block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.contact_msg {
	font-size: 0.9em;
	margin: 0 auto;
}

.contact_msg_complete {
	padding: 40px;
	box-shadow: inset 0 0 0 2px #f0f0f0;
}

.contact_msg .editor-style-btn1 {
	float: right;
}

.contact_msg .editor-style-btn1:after {
	content: "";
	display: block;
	width: 100%;
	clear: both;
}

.error_box {
	font-size: 0.95em;
	margin: 0 auto;
	background-color: #fff7f6;
	box-shadow: 1px 0px #e5e5e5,-1px 0px #e5e5e5;
	padding: 20px 5%;
}

.error_box .error {
	color: #e72719;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 2px solid #e72719;
}

.error_box .error_msg {
	margin-top: 20px;
}

.contact form {
	text-align: center;
}

#input-table {
	display: block;
	width: 100%;
	max-width: 100%;
}

#input-table table {
	width: 100%;
	padding: 5px;
	margin: 0 auto 20px;
	border: none;
	box-shadow: inset 0 0 0 2px #f0f0f0;
	background-color: #ffffff;
}

#input-table table li {
	margin-left: 0;
}

#input-table table th {
	width: 35%;
	padding: 20px 60px 20px 30px;
	color: #3f4242;
	background: rgba(0, 0, 0, 0);
	text-align: left;
	border: none;
	position: relative;
	vertical-align: top;
}

#input-table table td {
	padding-left: 10px;
}

#input-table table tr {
	transition: linear 0.2s;
	border-top: 1px solid #ccc;
}

#input-table table tr:hover {
	background-color: rgba(0, 0, 0, 0.05);
}

#input-table table tr:first-child {
	border-top: 5px solid #f0f0f0;
}

#input-table table tr:last-child {
	border-top: 2px solid #f0f0f0;
}

.input_required,
.input_not_required:before {
	font-size: 0.9em;
	padding: 2px 6px;
	display: inline-block;
	background-color: #00a199;
	color: #ffffff;
	position: absolute;
	right: 10px;
	top: 20px;
}

.input_not_required:before {
	content: "任意";
	background-color: #adadad;
	text-align: center;
}

#input-table table td {
	padding: 20px 30px;
	border: none;
	text-align: left;
}

#input-table table tr:last-child td {
	text-align: center;
}

#input-table div.formcomment {
	clear: both;
	margin-left: 7px;
	margin-top: 3px;
}

#input-table table td ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

input[type="text"],
input[type="password"] {
	border: 0;
	padding: 4px;
	border: solid 1px #ccc;
	max-width: 100% !important;
	resize: none;
	border-radius: 5px;
}

.body_textbook_form input[type="text"] {
	margin-bottom: 10px;
}

#input-table table .form_input_addnumber {
	width: 40% !important;
}

#input-table table textarea {
	padding: 10px;
	width: 96% !important;
	border: solid 1px #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

input:focus,
input:textarea {
	border: solid 1px #3ba5eb;
}

.input_button {
	font-size: 0.9em;
	font-weight: bold;
	-webkit-appearance: none;
	padding: 4px 10px;
	background-color: #00a199;
	color: #ffffff;
	border: none;
	border-radius: 5px;
	cursor: pointer;
}

#input-table .input_button {
	padding: 10px 50px;
}

#input-table .submit_button {
	text-align: center;
	padding-top: 20px;
}

#input-table .privacy {
	font-size: 0.9em;
	height: 200px;
	overflow: auto;
	border: 1px solid #ddd;
	padding: 10px;
	background: #ffffff;
	border-radius: 3px;
}

/* セパレーター */
#input-table table tr.input-formgroup-blank th{
	background:#F0F0F0;
	border:none;
}
#input-table table tr.input-formgroup{
	padding-top:20px;
}
#input-table table tr.input-formgroup th{
	text-align:left;
	border:none;
	padding:10px 0 5px 50px;
	background-image:url(./img/icon_arrow_down.png);
	background-repeat:no-repeat;
	background-position: 5px 10px;
	background-color:#074D93;/* セパレーターth背景色 */
	border-top:2px solid #EEEEEE;
	border-left:2px solid #EEEEEE;
	border-right:2px solid #EEEEEE;
	border-bottom:1px solid #EEEEEE;
	border-radius: 5px 5px 0 0 / 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0 / 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0 / 5px 5px 0 0;
}
#input-table table tr.input-formgroup th.formgroup-closed{
	background-image:url(./img/icon_arrow_down.png);
	background-repeat:no-repeat;
	background-position: 5px 10px;
	border-bottom:2px solid #EEEEEE;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#input-table table tr.input-formgroup th:hover{
	cursor:pointer;
	filter: alpha(opacity=90);
	opacity:0.90;
	-moz-opacity:0.90;
	-ms-filter: "alpha(opacity=90)";
}
#input-table table tr.input-formgroup span.input-formgroup-title{
	display:block;
	color:#FFFFFF;/* セパレータータイトル文字色 */
	font-size:1.3em;/* セパレータータイトル文字サイズ */
	padding-bottom:5px;
}
#input-table table tr.input-formgroup span.input-formgroup-text{
	position: relative;
	display:block;
	color:#FFFFFF;/* セパレーター説明文文字色 */
	padding:0 5px 0 1em;
	margin:5px 10px 10px 10px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
#input-table table tr.input-formgroup span.input-formgroup-text:before{
	position: absolute;
	top: 0.5em;
	left: 0;
	width: 0.5em;
	height: 0.5em;
	background: #FFFFFF;
	content:"";
	border-radius: 1px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
}
#input-table table tr.input-formgroup span.input-formgroup-text a:visited,
#input-table table tr.input-formgroup span.input-formgroup-text a:link{
	color:#FFFFFF;/* セパレーター説明文内リンク色1 */
	text-decoration:underline;
}
#input-table table tr.input-formgroup span.input-formgroup-text a:hover,
#input-table table tr.input-formgroup span.input-formgroup-text a:active{
	color:#66FFFF;/* セパレーター説明文内リンク色2 */
	text-decoration:underline;
}
@media screen and (max-width:779px) {
	#input-table table {
		width: 100%;
		border-collapse: collapse;
		border-bottom: 1px solid #CCCCCC;
	}

	#input-table table th ,
		#input-table table td {
		width: 100%;
		display: block;
		border-top: none;
		text-align: left;
	}

	#input-table table th {
		padding: 6px 45px 6px 12px;
		background: #eeeeee none repeat scroll 0 0;
		font-weight: normal;
	}
	#input-table table td {
		padding-bottom: 20px;
	}
	#input-table table td:after {
		content:"";
		display:block;
		clear:both;
	}
	input[type="text"], input[type="password"] {
		width: 100%!important;
	}
	#input-table table textarea {
		width: 96%;
		max-height: 24vw;
		font-size: 110%;
	}
	.input_required,
	.input_not_required:before {
		position: absolute;
		right: 10px;
		font-size: 0.8em;
		top: 6px;
	}
}
@media screen and (max-width:479px) {
	.form_flow li {
		display: block;
		width: 100%;
		border-left: 10px solid #cccccc;
		border-top: 1px dotted #ccc;
		text-align: left;
	}
	.form_flow li:first-child {
		border-top: none;
	}
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::.body_common contents */

/*--------------------------------------- container */

html {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
}
@media print {
	body {
		width:1080px;
	}
}
header #header_inner,
.breadCrumb ul,
.layout02,
.copy div,
article {
	max-width: 1024px;
	width: 100%;
	margin: 0 auto;
}

/*--------------------------------------- header */
.scroll_nav {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 100;
	border-bottom: 2px solid #f3b71e;
	background-color: #b80006;
	box-shadow: 0 0 6px rgba(4, 0, 0, 0.4);
	text-align: center;
}
.scroll_nav img {
	max-width: 100%;
	vertical-align: middle;
}
@media screen and (max-width: 779px){
	.scroll_nav {
		display:none;
	}
}
.header_menu{
	width:100%;
	max-width:1024px;
	height:60px;
	margin:0 auto;
	background:#B80006;
}
.header_menu a{
	width:128px;
	height:60px;
	float:left;
	text-indent:-9800px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.header_menu_home {
	background-color: #f8b713;
	background-image: url(../img/header_menu_home.png);
}
.header_menu_info {
	background-color: #2c46b7;
	background-image: url(../img/header_menu_info.png);
}
.header_menu_facebook {
	background-color: #9630b8;
	background-image: url(../img/header_menu_facebook.png);
}
.header_menu_seat {
	background-color: #0f6fbb;
	background-image: url(../img/header_menu_seat.png);
}
.header_menu_manners {
	background-color: #e62a86;
	background-image: url(../img/header_menu_manners.png);
}
.header_menu_archive {
	background-color: #ee7300;
	background-image: url(../img/header_menu_archive.png);
}
.header_menu_contact {
	background-color: #00926e;
	background-image: url(../img/header_menu_contact.png);
}
.header_menu_movie {
	background-color: #e02534;
	background-image: url(../img/header_menu_movie.png);
}
.header_menu_ticket {
	background:  url(../img/header_menu_ticket.png),linear-gradient(to bottom, #DD0011, #990000);
	border-top:solid 2px #F3B71E;
	border-left:solid 1px #F3B71E;
	border-right:solid 1px #F3B71E;
	border-bottom:solid 1px #F3B71E;
}
@media screen and (min-width: 1201px){
	.header_menu a{
		width:11%;
	}
}
@media screen and (min-width: 780px) and (max-width: 1200px), print{
	.header_menu{
		padding-left:0.5%;
	}
	.header_menu a{
		width:11%;
	}
}
@media screen and (min-width: 780px), print {
	header #header_logo img {
		max-width: 80px;
	}
	.sp_menu_btn,
	.sp_menu {
		display: none;
	}
}
@media screen and (max-width:779px) {
	header #header_inner {
		padding: 0;
		padding-right: 60px;
		display: block;
		text-align: left;
	}
	header #header_logo {

	}
	header #header_logo a {
		display: block;
		padding: 10px;
		text-align: left;
	}
	header #header_logo img {
		max-width: 60px;
	}
	nav.gNavi {
		display: none;
	}
	/* sp_menu */
	.sp_menu_btn,
	.sp_menu_btn span {
		display: inline-block;
		box-sizing: border-box;
	}
	.sp_menu_btn {
		position: relative;
		width: 40px;
		height: 34px;
		padding:2px;
		background-color:rgba(255,255,255,0.5);
	}
	.sp_menu_btn.close{
		background-color:transparent;
	}
	.sp_menu_btn span {
		position: absolute;
		width: 36px;
		height: 4px;
		background-color: #750d14;
		border-radius: 4px;
		transition: transform .4s;
	}
	.sp_menu_btn span:nth-of-type(1) {
		top: 2px;
	}
	.sp_menu_btn span:nth-of-type(2) {
		top: 14px;
	}
	.sp_menu_btn span:nth-of-type(3) {
		bottom: 2px;
	}
	.sp_menu_btn.close span {
		background-color: #ffffff;
	}
	.sp_menu_btn.close span:nth-of-type(1) {
		-webkit-transform: translateY(14px) rotate(-45deg);
		transform: translateY(13px) rotate(-45deg);
	}
	.sp_menu_btn.close span:nth-of-type(2) {
		opacity: 0;
	}
	.sp_menu_btn.close span:nth-of-type(3) {
		-webkit-transform: translateY(-15px) rotate(45deg);
		transform: translateY(-13px) rotate(45deg);
	}
	.sp_menu_bg {
		position: fixed;
		left: 0;
		top: 0;
		z-index: 20;
		width: 100%;
		height: 100%;
		display: none;
	}
	.sp_menu_bg.bg_fixed {
		display: block;
		background-color: transparent;
	}
	.sp_menu_btn {
		position: fixed;
		top: 18px;
		right: 10px;
		z-index: 999999;
	}
	.sp_menu {
		position: fixed;
		z-index: 135;
		right: -100%;
		top: 0;
		width: 100%;
		max-width: 280px;
		height: 100%;
		padding: 60px 0px;
		background-color: #b80006;
		box-shadow: -5px 0px 10px rgba(0, 0, 0, 0.2);
		overflow-y: auto;
		opacity:0;
		transition: right 0.3s;
	}
	.sp_menu a {
		text-decoration: none;
	}
	.sp_menu_navi ul {
		list-style: none;
		padding: 0;
	}
	.sp_menu_navi ul li {
		width: 50%;
		display: inline-block;
	}
	.sp_menu_navi ul li.sp_menu_navi_100{
		width: 100%;
	}
	.sp_menu_navi ul li a {
		display: block;
		text-decoration: none;
		text-indent: -9800px;
		padding: 10px;
		color: #fff;
		height: 90px;
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
	}
	.sp_menu.menu_fixed {
		right: 0;
		opacity: 10;
	}
}

.scroll_nav_link{
	margin:0 auto;
	text-align: center;
	padding: 0 20px 30px;
}
.scroll_nav_link a{
	display:inline-block;
	width:240px;
	height:50px;
	margin-top:5px;
	margin-right:5px;
}
.scroll_nav_link a:hover{
	opacity:0.9;
}
.scroll_nav_link img {
	max-width: 100%;
	vertical-align: middle;
}
@media screen and (min-width:680px) and (max-width:780px){
	.scroll_nav_link a{
		width:192px;
		max-width:100%;
		height:50px;
		margin-right:0;
		margin-top:10px;
	}
}
@media screen and (min-width:580px) and (max-width:679px){
	.scroll_nav_link a{
		width:180px;
		max-width:100%;
		height:50px;
		margin-right:0;
		margin-top:10px;
	}
}

@media screen and (min-width:480px) and (max-width:579px){
	.scroll_nav_link a{
		width:180px;
		max-width:100%;
		height:35px;
		margin-right:0;
		margin-top:5px;
	}
}
@media screen and (min-width:330px) and (max-width:479px){
	.scroll_nav_link a{
		width:150px;
		height:35px;
		margin-top:5px;
	}
}
@media screen and (max-width:329px){
	.scroll_nav_link a{
		width:115px;
		height:35px;
		margin-top:5px;
	}
}

/*--------------------------------------- kayFrame */

/*--------------------------------------- mainContaints */
.container {
	padding: 30px 0;
}

.bg_gray {
	background-color: #f4f4f4;
}

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: main.body_common */

.entry li {
	margin-left: 2em;
}
@media screen and (max-width:779px) {
	.container {
		padding: 30px 0;
	}
}
/*--------------------------------------- sideContaints */
#side {
	padding: 10px;
	border: 1px solid #ddd;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
#side .menu_title {
	background-color: #f4f4f4;
	font-size: 1.1em;
	padding: 1em 20px;
	word-wrap: break-word;
	overflow-wrap: break-word;
	box-sizing: border-box;
}

#side ul {
	padding: 10px 0 0 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

#side ul li {
	border-top: 1px solid #dddddd;
	position: relative;
}
#side ul li:first-child {
	border-top: none;
}
#side li a {
	color: #333;
	font-size: 0.95em;
	text-decoration: none;
	display: block;
	padding: 0.5em 0.5em 0.5em 2em;
	transition: linear 0.2s;
}
#side li a:before {
	content: "\f105";
	position: absolute;
	left: 1em;
	top: 50%;
	margin-top: -0.5em;
}

#side li a:hover {
	color: #00a199;
}
#side li.current a {
	color: #ffffff;
	background-color: #00a199;
}
#side li.current a:before {
	content: "\f0da";
}
@media screen and (min-width:780px) {
	.columnBox .column_side {
		width:320px;
	}
}
@media screen and (max-width: 779px) {
	.columnBox .column_side {
		padding: 1em 0 0;
	}
}
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: lower.body_common */
/* breadCrumb */
.breadCrumb {
	font-size: 0.9em;
	color: #fff;
	background-color: #b80006;
}
.breadCrumb ul {
	padding: 0.5em 20px;
}
.breadCrumb li {
	display: inline;
}
.breadCrumb li a {
	color: #ffffff;
	margin-right: 2px;
	padding-right: 16px;
	text-decoration: none;
}
/*--------------------------------------- pagetop link */
#page_top{
	opacity:0.9;
}
/*--------------------------------------- pager */
.pager_box{
	clear:both;
	text-align:center;
	margin-top:15px;
}
.pager_box .pager{
	width:2.5em;
	display:inline-block;
	border:1px solid #BFBFBE;
	border-radius:3px;
}
.pager_box .pager a{
	display:block;
	width:100%;
	padding-top:0.5em;
	padding-bottom:0.5em;
}
.pager_box .pager a:link,
.pager_box .pager a:visited{
	color:#333333;
	text-decoration:none;
}
.pager_box .pager a:hover,
.pager_box .pager a:active{
	background:#F1F1F1;
	text-decoration:none;
}
.pager_box .pager_current{
	background:#F1F1F1;
	padding-top:0.5em;
	padding-bottom:0.5em;
}
.pager_box .pager_dot{
	width:1.5em;
	display:inline-block;
}
.pager_box .pager_space{
	width:1em;
	display:inline-block;
	padding-left:0.2em;
	padding-right:0.2em;
}
.pager_box .pager_first{
	display:inline-block;
}
.pager_box .pager_last{
	display:inline-block;
}

/*--------------------------------------- footer */
footer {
	text-align: center;
	padding: 60px 0 40px;
	background-color: #fff;
}
footer .fLogo a {
	display: inline-block;
}
footer .copyright {
	font-size: 0.8em;
	padding-top: 10px;
}

#illust_author {
	text-align: center;
	padding: 20px 20px 40px;
}
/* sp_subNavi */

.sp_subNavi {
	padding-top: 20px;
}
.sp_subNavi ul {
	list-style: none;
	padding: 10px 15px;
	text-align: center;
	border-radius: 10px;
}
.sp_subNavi li {
	padding: 5px 0;
}
.sp_subNavi li a {
	font-weight: bold;
	background-color: #fff;
	text-decoration: none;
	display: block;
	border-radius: 8px;
	padding: 2px 10px;
}
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: clear */
.entry:after,
article:after,
ul:after,
section:after,
header:after,
header div:after,
footer:after,
.clearFix:after {
	content: "";
	display: block;
	clear: both;
}
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: cms setting */

/* フォームツールチップ */
.invisible {
	display: none;
}

a.tooltiplink {
	display: inline-block;
	margin: 1px 3px 0;
	padding: 1px 3px 0;
	border: 2px solid #C7C7C7;
	background-color: #075698;
	border-radius: 5px;
	-moz-border-radius: 5px;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 1.0em;
	font-weight: bold;
}

#input-table a.tooltiplink:link,
#input-table a.tooltiplink:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

#input-table a.tooltiplink:hover,
#input-table a.tooltiplink:active {
	font-weight: bold;
	color: #DDDDDD;
	text-decoration: none;
}

a.tooltiplink:link,
a.tooltiplink:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

a.tooltiplink:hover,
a.tooltiplink:active {
	font-weight: bold;
	color: #DDDDDD;
	text-decoration: none;
}

p.tooltipbox {
	position: absolute;
	top: 100px;
	left: 20px;
	font-size: 1.0em;
	margin: 0;
	padding: 10px;
	min-width: 100px;
	min-height: 30px;
	color: #FFFFFF;
	background: #075698;
	border: 2px solid #075698;
	border-radius: 5px;
	-moz-border-radius: 5px;
}

#input-table p.tooltipbox a:link,
#input-table p.tooltipbox a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

#input-table p.tooltipbox a:hover,
#input-table p.tooltipbox a:active {
	font-weight: bold;
	color: #DDDDDD;
	text-decoration: underline;
}

p.tooltipbox a:link,
p.tooltipbox a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

p.tooltipbox a:hover,
p.tooltipbox a:active {
	font-weight: bold;
	color: #DDDDDD;
	text-decoration: underline;
}

/* comment form */
.comment_box {
	width: 100%;
	margin: 0 0 15px;
	padding: 0;
	border-collapse: collapse;
	border: solid 1px #cccccc;
	background: #eeeeee;
}

.comment_box th,
.comment_box td {
	padding: 10px;
}

.comment_id {
	width: 10%;
	text-align: left;
	white-space: nowrap;
}

.comment_name {
	width: 70%;
	text-align: left;
}

.comment_regist {
	width: 20%;
	text-align: right;
	vertical-align: bottom;
	white-space: nowrap;
	font-size: 0.8em;
	color: #aaaaaa;
}

.comment_box td {
	padding-top: 0;
}

.comment_text {
	padding: 15px;
	background: #ffffff;
}

.icon_comment {
	text-align: right;
}

.icon_comment a {
	padding-left: 30px;
	background: url(./icon_comment.gif) no-repeat left center;
}

/* twitter widget */
#twtr-hd h3,
#twtr-hd h4,
.twtr-widget h3,
.twtr-widget h4,
.twtr-widget p,
.twtr-widget-profile h3,
.twtr-widget-profile h4 {
	clear: none;
	margin: auto;
	padding: auto;
	font-size: auto;
	color: auto;
	border: none;
	background-image: none;
}
/* twitter tweet button */
iframe.twitter-share-button {
	width: 115px!important;
}

/* フォームエラー */
.error_msg,
.error_msg_js {
	padding : 5px 5px 5px 20px;
	background: url(./img/form_error.gif) left 10px no-repeat;
}
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: main */
/* fadein */
.fadein {
	opacity: 0.1;
	transform: translate(0, 100px);
	transition: transform 1200ms,opacity 1200ms;
	-moz-transition-delay: 200ms;
	-webkit-transition-delay: 200ms;
	-o-transition-delay: 200ms;
	-ms-transition-delay: 200ms;
}
.scrollin {
	opacity: 1;
	transform: translate(0, 0);
}
/*--------------------------------------- /section_2021arashi/index.php */
.body_2021arashi{
	background-color: #c8df49;
	background-image: url(../../2021arashi/bg_2021arashi.png);
	background-repeat: repeat;
	background-position: center;
}
.section_2021arashi{
	max-width: 1080px;
	width: 100%;
	margin: 0 auto;
	padding: 0 2%;
}
.head_title{
	position:absolute;
	left: 0;
	width: 100%;
	height:calc(100vw * 0.12);
	background-image: url(../../2021arashi/ff2021_title.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	z-index:5;
}

@media screen and (min-width: 780px), print {
	.section_2021arashi{
		padding-top:80px;
	}
}
@media screen and (min-width: 1080px), print {
	.head_title{
		height:120px;
	}
}
@media screen and (max-width: 1079px) {
	.head_title{
		background-size:60% auto;
	}
}
.section_2021arashi article {
	width: 100%;
	padding-left:5%;
	padding-right:5%;
	margin: 0;
	background-color: #abd54a;
}
@media screen and (max-width: 779px){
	.section_2021arashi article {
		padding-left:1%;
		padding-right:1%;
	}
}
.section_2021arashi .content_box .content_box_title {
	position: relative;
	z-index: 1;
	cursor: pointer;
}
.section_2021arashi .content_box .content_box_title .content_box_close {
	display: none;
}
.section_2021arashi .content_box .title_close .content_box_open {
	display: none;
}
.section_2021arashi .content_box .title_close .content_box_close {
	display: block;
}
.section_2021arashi .content_box .detail {
	position: relative;
	z-index: 0;
	margin-top: -10%;
}
.section_2021arashi .ilust_text {
	padding: 15px 20px 30px;
}
.content_main{
	padding-top: 4%;
}
.content_main img {
	vertical-align: middle;
}
.content_box_title_image{
	position: absolute;
	left: calc(100vw * 0.05);
	top: calc(100vw * 0.015);
	padding-right: 10%;
}
.content_main_text_head{
	content:"";
	height:calc(100vw * 0.1);
	max-height:115px;
	background-image: url(../../2021arashi/bg_main_text_head.png);
	background-repeat:no-repeat;
	background-size:100% auto;
	background-position: center bottom;
	margin:0 5%;
}
.content_main_text{
	background-image: url(../../2021arashi/bg_main_text_inner.png);
	background-repeat:repeat-y;
	background-size:100% auto;
	padding:5px 10%;
	margin:0 5%;
}
.content_main_text_foot{
	content:"";
	height:calc(100vw * 01);
	max-height:115px;
	display:block;
	content:"";
	background-image: url(../../2021arashi/bg_main_text_foot.png);
	background-repeat:no-repeat;
	background-size:100% auto;
	background-position: center top;
	margin:0 5%;
}
.content_box_title_image img{
	max-width:100%;
}

@media screen and (min-width: 1080px), print {
	.content_box_title_image{
		top: 20px;
	}
}
@media screen and (min-width: 780px) and (max-width: 1079px){
	.content_box_title_image img{
		width:100%;
	}
}
@media screen and (max-width: 779px){
	.content_main_text_head{
		margin:0 4%;
	}
	.content_main_text{
		padding:10px 10%;
		margin:0 4%;
	}
	.content_main_text_foot{
		margin:0 4%;
	}
}
.content_1,
.content_2,
.content_3,
.content_4,
.content_5,
.content_6,
.content_7,
.content_8{
	margin-left:3%;
	margin-right:2%;
	margin-top:40px;
}
.content_box_detail{
	padding-bottom:4%;
}
.content_box_detail_content{
	width:95%;
	margin-left:2%;
	margin-right:2%;
	background-color:#FFFFFF;
	background-image: url(../../2021arashi/bg_detail_middle.png);
	background-repeat:repeat-y;
	background-size:100% auto;
	padding:4% 5% 3%;
	box-shadow: 0 0 2px 2px rgba(0,0,0,0.2);
}
.content_box_detail_bottom{
	width:95%;
	margin-left:2%;
	margin-right:2%;
	height:calc(100vw * 0.01);
	max-height:10px;
	background-color:#FFFFFF;
	background-image: url(../../2021arashi/bg_detail_bottom.png);
	background-repeat:no-repeat;
	background-size:100% auto;
	padding:0 20px 4px;
	border-radius:0 0 10px 10px;
	box-shadow: 0 3px 1px 1px rgba(0,0,0,0.2);
}
.content_bottom{
	color: #fff;
	margin-top:40px;
	padding-bottom:40px;
}
.content_bottom a:hover{
	opacity:0.8;
}
@media screen and (max-width: 779px){
	.section_2021arashi table td{

	}
	.content_2 .content_box_detail_content div{
		text-align:left !important;
	}
	.section_2021arashi table.no_sp_table td{
		display:table-cell;
		width:auto !important;
		font-size:55%;
	}
}
.decoration-box1 {
	padding: 0.5em 1em;
	margin: 1.5em 0;
	background: #fffad6;
	border: double 7px #f8c162;
	border-radius: 10px;
}
.decoration-box2 {
	margin: 1.5em 0;
	padding: 1.2em 1.5em 1em;
	background-color: #fff;
	border: 2px solid #b58c32;
	box-shadow: 2px 2px 15px #d8ceb1;
}
.decoration-box3 {
	padding: 0.5em 1em;
	margin: 1.5em 0;
	background: #fffcdb;
	border-top: solid 5px #00a8cf;
	border-bottom: solid 5px #00a8cf;
}
.decoration-box4 {
	padding: 0.5em 1em;
	margin: 1.5em 0;
	background: #FAEFD9;
	border-top: solid 5px #B58C32;
	border-bottom: solid 5px #B58C32;
}
.decoration-box_attention {
	padding: 0.5em 1em;
	margin: 1em 0;
	background: #fff4f5;
	border-top: solid 6px #e4000f;
	box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32);
	border-radius: 3px;
}
@media screen and (max-width: 779px){
	.decoration-box2 {
		padding: 1.2em 0.8em 1em;
	}
}
.staff_table{
	width:80%;
	margin:0 auto;
}
.staff_table table td {
	border-top: 2px solid #bce7ee;
}
.staff_table table tr:last-child{
	border-bottom: 2px solid #bce7ee;
}
@media screen and (min-width: 780px) and (max-width: 940px){
	.staff_table{
		width:100%;
		margin:0 auto;
	}
}
@media screen and (max-width: 779px){
	.staff_table table td {
		display: inline-block;
		width: 49%!important;
		vertical-align: top;
		font-size:0.6em;
	}
}
.ballet_time{
	font-size:1.5em;
	font-weight:bold;
	padding: 0.5em 12px;
	font-weight: bold;
	border-radius: 10px;
	color: #00A199;
	text-shadow: -1px -1px 1px #fefdfa;
	box-shadow: 0px 0px 10px #00A199;
	background: #ffffff;
	background: -moz-linear-gradient(-45deg, #ffffff 30%, #DAF6F5 70%);
	background: -webkit-linear-gradient(-45deg, #ffffff 30%,#DAF6F5 70%);
	background: linear-gradient(135deg, #ffffff 30%,#DAF6F5 70%);
}
@media screen and (max-width: 779px){
	.ballet_time{
		font-size:0.9em;
	}
}
.circle_title_blue {
	color: #fff;
	background-color: #00A199;
	border-radius: 12px;
	color: #fff;
	padding: 2px 10px;
}
.news_table tr{
	border-bottom: 2px solid #bce7ee;
}
.music_table{
	margin: 1.5em auto;
	border-left: solid 1px #0499C6 !important;
	border-right: solid 1px #0499C6 !important;
	border-top: solid 5px #00A199 !important;
	border-bottom: solid 5px #00A199 !important;
}
.music_table{
	padding-top:10px;
	padding-left:2em;
	padding-right:2em;
}
@media screen and (min-width: 780px) and (max-width: 940px){
	.music_table{
		padding-left:10px;
		padding-right:10px;
	}
}
@media screen and (max-width: 779px){
}

.slide_box {
	padding: 10px 0;
}
.slide_box img{
	border-radius: 10px;
}
.slide_box .swiper-button-prev {
	background-image: url(../img/slide_arrow_prev.png);
}
.slide_box .swiper-button-next {
	background-image: url(../img/slide_arrow_next.png);
}


/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: 吹き出し */

.sp_only,
.sp_only_inline {
	display: none;
}

.performer >div{

	display: flex;

	margin: 10px 0;

	align-self: flex-start;
}
.performer img:last-child{

	/* top: 67%; */

	margin: 1.5em 15px 0 0;
}
.performer img{
	flex-shrink: 0;
	margin: 1.5em 15px 0 0;

	align-self: flex-start;

	width: 30%;

	position: relative;

	top: 50%;

	border-radius: 10px;
}
.fukidashi{
	position: relative;
	display: inline-block;
	margin: 1.5em 0 1.5em 15px;
	padding: 17px 20px;
	min-width: 120px;
	max-width: 100%;
	background: #ebf5b4;
	border-radius: 12px;
}
.fukidashi:before {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -30px;
	border: 15px solid transparent;
	border-right: 15px solid #ebf5b4;
	left: -5%;
}

.fukidashi.mei{
	background: #fffcd7;
	margin: 1.5em 23px 1.5em 0;
}
.fukidashi.mei:after{
	content: "";
	position: absolute;
	top: 50%;
	right: -30px;
	margin-top: -15px;
	border: 15px solid transparent;
	border-left: 15px solid #fffcd7;
}
.fukidashi.mei:before {
	display:none;
}
.fukidashi span {
	margin: 0;
	padding: 0;
	/* font-weight: bold; */
}

@media only screen and (max-width: 640px) {
	.performer >div {
		display: block;
	}
	.performer img{
		margin: 0 auto 10px auto;
		display: block;
		width: 50%;
	}
	.fukidashi {
		position: relative;
		display: inline-block;
		margin: 1.5em 0 1.5em 0;
		padding: 17px 20px;
		min-width: 120px;
		max-width: 100%;
		color: #2a1a0a;
		font-size: 13px;
		/* background: #f7aa26c2; */
		/* font-weight: bold; */
		border-radius: 12px;
	}
	.fukidashi.mei {
		/* background: #e78699bd; */
		margin: 1.5em 0px 1.5em 0;
	}
	img.pc_only{
		display:none;
	}
	.fukidashi:before {
		content: "";
		position: absolute;
		top: 0%;
		left: auto;
		margin-top: -30px;
		border: 15px solid transparent;
		border-bottom: 15px solid  rgb(235 245 180);
		right: 48%;
	}
	_::-webkit-full-page-media, _:future, :root.fukidashi:before {
		border-top: 15px solid rgb(250, 201, 116);
	}
	.fukidashi.mei:after {
		content: "";
		position: absolute;
		top: 0%;
		right: 48%;
		left: unset;
		margin-top: -30px;
		border: 15px solid transparent;
		/* margin: 0 auto; */
		border-bottom: 15px solid rgb(255 252 215);
	}
}
@media all and (-ms-high-contrast: none) and (max-width: 640px) {
	.arashi .book img:first-of-type {
		display: block;
		margin: 0 auto;
		padding: 10px;
		width: 70%;
		align-items: flex-start;
	}
	.arashi .book img:first-of-type {
		display: block;
		margin: 0 auto;
		padding: 10px;
		width: 50%;
	}
	.arashi .book >div img:first-of-type {
		display: flex!important;
		margin: 0!important;
		width: 46%;
		align-items: flex-start;
		flex-shrink:0;
	}

	.arashi .book a{
		display: inline-table;
	}

}
a.movielink{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	display: inline-block;
	line-height: 40px;
	color: #fff;
	background: #41b40f;
	font-weight: bold;
	border-radius: 5px;
	padding: 2px 10px;
}
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: 共通要素 */
a.ticket_link {
	display: inline-block;
	background: linear-gradient(to bottom, #DD0011, #990000);
	border: 1px solid #FEFB00;
	color: #FEFB00;
	padding: 0.5em 1em;
	text-decoration: none;
	border-radius: 10px;
}
.container_famifes2 {
	position: relative;
	padding: 30px 0;
	background:  linear-gradient(to bottom, #F8B713, #EE7300);
}
/*      about      */
.inner_footer {
	font-size: 0.9em;
	line-height: 1.5;
}
.container_about {
	color: #ffffff;
	background-color: #b90006;
	position: relative;
	padding-top:50px;
	background-image: url(../img/about_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.container_about table td{
	padding-right:1em;
}
.container_famifes2 #content_lead {
	margin-top:20px;
}
.container_famifes2 #content_lead .content_box_detail{
	margin-bottom:30px;
	padding-bottom: 0;
}
.container_famifes2 #content_lead .content_box_detail_content{
	width:80%;
	margin-left:auto;
	margin-right:auto;
	padding:4% 5% 3%;
	background:#fff9e5;
	border: 3px solid #D10000;
	box-shadow: -2px 5px 5px #F8B813;
	border-radius: 20px;
}
.container_famifes2 #content_lead .content_box_detail_content{
	box-shadow: -2px 5px 5px #EE7300;
}

@media screen and (max-width: 479px){
	.container_famifes2 #content_lead {
		margin-top:0;
	}
}
.circle_title {
	background-color: #c8df49;
	border-radius: 12px;
	padding: 2px 10px;
}
.intro_box {
	position: relative;
	padding: 0 12% 30px;
	color: #1b1e83;
	font-weight: bold;
}
.intro_box:before,
.intro_box:after {
	content: "";
	display: block;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom;
	width: 32%;
	height: 190px;
	top: 50%;
	margin-top: -150px;
	position: absolute;
}
.intro_box:before {
	left: -20%;
	background-image: url(../../2021arashi/signboard_01.png);
}
.intro_box:after {
	right: -20%;
	background-image: url(../../2021arashi/signboard_02.png);
}
@media screen and (min-width: 780px), print {
	.intro_box {
		line-height: 2;
		font-size: 1.3em;
	}
}