﻿/* ★━－--- CSS基本設定 ---－━★ */

body {
	/* レスポンシブWebデザイン 回転用の設定 */
	-webkit-text-size-adjust: 100%;
	


	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size:1.0em;	/* 16px */
	line-height:1.4;
	text-align:center;
	margin:0px 0px 0px 0px;

	background-color: #fff;	
/*	background-image: url(../image/footer_bg.png);*/

	/* 基準カラー	青緑：#6080f0	 */
	color: #000;
}

.color01 {
	color: #014099;
}

.color02 {
	color: #6080f0;	
}

.color03 {
	color: #9c545a;	
}

.color04 {
	color: #646464;	
}

.color05 {
	color: #009898;	
}

a{ /* リンク */
	color: #000;
	text-decoration:none;
}
a:link { /* 未訪問 */
	color: #000;
	text-decoration:none;
}
a:visited { /* 訪問後 */
	color: #000;
	text-decoration:none;
}
a:hover { /* マウスオーバー */
	color:#1020E0;
	text-decoration:underline;
}
a:active { /* クリック */
	color:#1020E0;
	text-decoration:underline;
}

.link_blue { /* リンク */
	color: #55f;
	text-decoration:underline;
}
.link_blue:link { /* 未訪問 */
	color: #55f;
	text-decoration:underline;
}
.link_blue:visited { /* 訪問後 */
	color: #55f;
	text-decoration:underline;
}
.link_blue:hover { /* マウスオーバー */
	color:#e63;
	text-decoration:underline;
}
.link_blue:active { /* クリック */
	color:#e63;
	text-decoration:underline;
}


.link_white { /* リンク */
	color: #fff;
	text-decoration:none;
}
.link_white:link { /* 未訪問 */
	color: #fff;
	text-decoration:none;
}
.link_white:visited { /* 訪問後 */
	color: #fff;
	text-decoration:none;
}
.link_white:hover { /* マウスオーバー */
	color: #fff;
	text-decoration:none;
}
.link_white:active { /* クリック */
	color: #fff;
	text-decoration:none;
}


.font_minchyo {
	font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "TakaoEX明朝", "TakaoExMincho" , "ＭＳ Ｐ明朝", "MS PMincho";
}

.font08 {
	font-size:0.50em;	/* 8px */
}

.font09 {
	font-size:0.56em;	/* 9px */
}

.font10 {
	font-size:0.63em;	/* 10px */
}

.font11 {
	font-size:0.69em;	/* 11px */
}

.font12 {
	font-size:0.75em;	/* 12px */
}

.font13 {
	font-size:0.81em;	/* 13px */
}

.font14 {
	font-size:0.88em;	/* 14px */
}

.font15 {
	font-size:0.94em;	/* 15px */
}

.font16 {
	font-size:1.0em;	/* 16px */
}

.font17 {
	font-size:1.06em;	/* 17px */
}

.font18 {
	font-size:1.13em;	/* 18px */
}

.font19 {
	font-size:1.19em;	/* 19px */
}

.font20 {
	font-size:1.25em;	/* 20px */
}

.font21 {
	font-size:1.31em;	/* 21px */
}

.font22 {
	font-size:1.38em;	/* 22px */
}

.font23 {
	font-size:1.44em;	/* 23px */
}

.font24 {
	font-size:1.50em;	/* 24px */
}

.font25 {
	font-size:1.56em;	/* 25px */
}

.font26 {
	font-size:1.63em;	/* 26px */
}

.font27 {
	font-size:1.69em;	/* 27px */
}

.font28 {
	font-size:1.75em;	/* 28px */
}

.font29 {
	font-size:1.81em;	/* 29px */
}

.font30 {
	font-size:1.88em;	/* 30px */
}

.font31 {
	font-size:1.94em;	/* 31px */
}

.font32 {
	font-size:2.0em;	/* 32px */
}

.br01 {
	line-height: 0.1;
}

.br02 {
	line-height: 0.2;
}

.br03 {
	line-height: 0.3;
}

.br04 {
	line-height: 0.4;
}

.br05 {
	line-height: 0.5;
}

.br06 {
	line-height: 0.6;
}

.br07 {
	line-height: 0.7;
}

.br08 {
	line-height: 0.8;
}

.br09 {
	line-height: 0.9;
}

.br10 {
	line-height: 1.0;
}

.br11 {
	line-height: 1.1;
}

.br12 {
	line-height: 1.2;
}

.br13 {
	line-height: 1.3;
}

.br14 {
	line-height: 1.4;
}

.br15 {
	line-height: 1.5;
}

.br16 {
	line-height: 1.6;
}

.br17 {
	line-height: 1.7;
}

.br18 {
	line-height: 1.8;
}

.br19 {
	line-height: 1.9;
}

.br20 {
	line-height: 2.0;
}

.atama01 {
	padding-left:1em;
	text-indent:-1em;	
}

.atama02 {
	padding-left:2em;
	text-indent:-2em;	
}

.atama03 {
	padding-left:3em;
	text-indent:-3em;	
}

.atama04 {
	padding-left:4em;
	text-indent:-4em;	
}

.atama05 {
	padding-left:5em;
	text-indent:-5em;	
}

.jisage01 {
	padding-left:1em;	
}

.jisage02 {
	padding-left:2em;	
}

.jisage03 {
	padding-left:3em;
}

.jisage04 {
	padding-left:4em;	
}

.jisage05 {
	padding-left:5em;	
}

.mgT01 {
	margin-top:1px;
}

.mgT02 {
	margin-top:2px;
}

.mgT03 {
	margin-top:3px;
}

.mgT04 {
	margin-top:4px;
}

.mgT05 {
	margin-top:5px;
}

.mgT06 {
	margin-top:6px;
}

.mgT07 {
	margin-top:7px;
}

.mgT08 {
	margin-top:8px;
}

.mgT09 {
	margin-top:9px;
}

.mgT10 {
	margin-top:10px;
}

.mgT11 {
	margin-top:11px;
}

.mgT12 {
	margin-top:12px;
}

.mgT13 {
	margin-top:13px;
}

.mgT14 {
	margin-top:14px;
}

.mgT15 {
	margin-top:15px;
}

.mgT16 {
	margin-top:16px;
}

.mgT17 {
	margin-top:17px;
}

.mgT18 {
	margin-top:18px;
}

.mgT19 {
	margin-top:19px;
}

.mgT20 {
	margin-top:20px;
}

.mgR01 {
	margin-right:1px;
}

.mgR02 {
	margin-right:2px;
}

.mgR03 {
	margin-right:3px;
}

.mgR04 {
	margin-right:4px;
}

.mgR05 {
	margin-right:5px;
}

.mgR06 {
	margin-right:6px;
}

.mgR07 {
	margin-right:7px;
}

.mgR08 {
	margin-right:8px;
}

.mgR09 {
	margin-right:9px;
}

.mgR10 {
	margin-right:10px;
}

.mgR11 {
	margin-right:11px;
}

.mgR12 {
	margin-right:12px;
}

.mgR13 {
	margin-right:13px;
}

.mgR14 {
	margin-right:14px;
}

.mgR15 {
	margin-right:15px;
}

.mgR16 {
	margin-right:16px;
}

.mgR17 {
	margin-right:17px;
}

.mgR18 {
	margin-right:18px;
}

.mgR19 {
	margin-right:19px;
}

.mgR20 {
	margin-right:20px;
}

.mgB01 {
	margin-bottom:1px;
}

.mgB02 {
	margin-bottom:2px;
}

.mgB03 {
	margin-bottom:3px;
}

.mgB04 {
	margin-bottom:4px;
}

.mgB05 {
	margin-bottom:5px;
}

.mgB06 {
	margin-bottom:6px;
}

.mgB07 {
	margin-bottom:7px;
}

.mgB08 {
	margin-bottom:8px;
}

.mgB09 {
	margin-bottom:9px;
}

.mgB10 {
	margin-bottom:10px;
}

.mgB11 {
	margin-bottom:11px;
}

.mgB12 {
	margin-bottom:12px;
}

.mgB13 {
	margin-bottom:13px;
}

.mgB14 {
	margin-bottom:14px;
}

.mgB15 {
	margin-bottom:15px;
}

.mgB16 {
	margin-bottom:16px;
}

.mgB17 {
	margin-bottom:17px;
}

.mgB18 {
	margin-bottom:18px;
}

.mgB19 {
	margin-bottom:19px;
}

.mgB20 {
	margin-bottom:20px;
}

.mgL01 {
	margin-left:1px;
}

.mgL02 {
	margin-left:2px;
}

.mgL03 {
	margin-left:3px;
}

.mgL04 {
	margin-left:4px;
}

.mgL05 {
	margin-left:5px;
}

.mgL06 {
	margin-left:6px;
}

.mgL07 {
	margin-left:7px;
}

.mgL08 {
	margin-left:8px;
}

.mgL09 {
	margin-left:9px;
}

.mgL10 {
	margin-left:10px;
}

.mgL11 {
	margin-left:11px;
}

.mgL12 {
	margin-left:12px;
}

.mgL13 {
	margin-left:13px;
}

.mgL14 {
	margin-left:14px;
}

.mgL15 {
	margin-left:15px;
}

.mgL16 {
	margin-left:16px;
}

.mgL17 {
	margin-left:17px;
}

.mgL18 {
	margin-left:18px;
}

.mgL19 {
	margin-left:19px;
}

.mgL20 {
	margin-left:20px;
}




.pdT01 {
	padding-top:1px;
}

.pdT02 {
	padding-top:2px;
}

.pdT03 {
	padding-top:3px;
}

.pdT04 {
	padding-top:4px;
}

.pdT05 {
	padding-top:5px;
}

.pdT06 {
	padding-top:6px;
}

.pdT07 {
	padding-top:7px;
}

.pdT08 {
	padding-top:8px;
}

.pdT09 {
	padding-top:9px;
}

.pdT10 {
	padding-top:10px;
}

.pdT11 {
	padding-top:11px;
}

.pdT12 {
	padding-top:12px;
}

.pdT13 {
	padding-top:13px;
}

.pdT14 {
	padding-top:14px;
}

.pdT15 {
	padding-top:15px;
}

.pdT16 {
	padding-top:16px;
}

.pdT17 {
	padding-top:17px;
}

.pdT18 {
	padding-top:18px;
}

.pdT19 {
	padding-top:19px;
}

.pdT20 {
	padding-top:20px;
}

.pdR01 {
	padding-right:1px;
}

.pdR02 {
	padding-right:2px;
}

.pdR03 {
	padding-right:3px;
}

.pdR04 {
	padding-right:4px;
}

.pdR05 {
	padding-right:5px;
}

.pdR06 {
	padding-right:6px;
}

.pdR07 {
	padding-right:7px;
}

.pdR08 {
	padding-right:8px;
}

.pdR09 {
	padding-right:9px;
}

.pdR10 {
	padding-right:10px;
}

.pdR11 {
	padding-right:11px;
}

.pdR12 {
	padding-right:12px;
}

.pdR13 {
	padding-right:13px;
}

.pdR14 {
	padding-right:14px;
}

.pdR15 {
	padding-right:15px;
}

.pdR16 {
	padding-right:16px;
}

.pdR17 {
	padding-right:17px;
}

.pdR18 {
	padding-right:18px;
}

.pdR19 {
	padding-right:19px;
}

.pdR20 {
	padding-right:20px;
}

.pdB01 {
	padding-bottom:1px;
}

.pdB02 {
	padding-bottom:2px;
}

.pdB03 {
	padding-bottom:3px;
}

.pdB04 {
	padding-bottom:4px;
}

.pdB05 {
	padding-bottom:5px;
}

.pdB06 {
	padding-bottom:6px;
}

.pdB07 {
	padding-bottom:7px;
}

.pdB08 {
	padding-bottom:8px;
}

.pdB09 {
	padding-bottom:9px;
}

.pdB10 {
	padding-bottom:10px;
}

.pdB11 {
	padding-bottom:11px;
}

.pdB12 {
	padding-bottom:12px;
}

.pdB13 {
	padding-bottom:13px;
}

.pdB14 {
	padding-bottom:14px;
}

.pdB15 {
	padding-bottom:15px;
}

.pdB16 {
	padding-bottom:16px;
}

.pdB17 {
	padding-bottom:17px;
}

.pdB18 {
	padding-bottom:18px;
}

.pdB19 {
	padding-bottom:19px;
}

.pdB20 {
	padding-bottom:20px;
}

.pdL01 {
	padding-left:1px;
}

.pdL02 {
	padding-left:2px;
}

.pdL03 {
	padding-left:3px;
}

.pdL04 {
	padding-left:4px;
}

.pdL05 {
	padding-left:5px;
}

.pdL06 {
	padding-left:6px;
}

.pdL07 {
	padding-left:7px;
}

.pdL08 {
	padding-left:8px;
}

.pdL09 {
	padding-left:9px;
}

.pdL10 {
	padding-left:10px;
}

.pdL11 {
	padding-left:11px;
}

.pdL12 {
	padding-left:12px;
}

.pdL13 {
	padding-left:13px;
}

.pdL14 {
	padding-left:14px;
}

.pdL15 {
	padding-left:15px;
}

.pdL16 {
	padding-left:16px;
}

.pdL17 {
	padding-left:17px;
}

.pdL18 {
	padding-left:18px;
}

.pdL19 {
	padding-left:19px;
}

.pdL20 {
	padding-left:20px;
}

.i_div {
	display:inline-block;
}

.ib_top {
	display:inline-block;
	vertical-align:top;	
}

.ib_middle {
	display:inline-block;
	vertical-align:middle;	
}


.ib_bottom {
	display:inline-block;
	vertical-align:bottom;	
}

.va_top {
	vertical-align:top;	
}

.va_middle {
	vertical-align:middle;	
}

.va_bottom {
	vertical-align:bottom;	
}

.va_center {
	/* 縦の中心設定 */
	display: table-cell;
	vertical-align: middle;
}

.flL {
	float:left;
}

.flR {
	float:right;
}

.tC {
	text-align:center;	
}

.tL {
	text-align:left;	
}

.tR {
	text-align:right;	
}

.text_b {
	font-weight:bold;	
}

.text_green {
	color:#3ab035;
}

.text_teagreen {
	color:#78A031;
}

.text_skybrue {
	color:#008aff;
}

.text_red {
	color:#f00;
}

.text_orange {
	color:#ff6600;
}

.text_yellow {
	color:#ee0;
}

.text_pink {
	color:#c6c;
}

.text_grey {
	color:#666666;
}

.text_white {
	color:#ffffff;
}

.lineB {
	border-bottom:1px #000000 solid;	
}

.op07:hover {
	opacity:0.7;
}

.op06:hover {
	opacity:0.6;
}

.op05:hover {
	opacity:0.5;
}

.op04:hover {
	opacity:0.4;
}

.op03:hover {
	opacity:0.3;
}

/* 点滅 */
.blinking{
	-webkit-animation:blink 0.8s ease-in-out infinite alternate;
    -moz-animation:blink 0.8s ease-in-out infinite alternate;
    animation:blink 0.8s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}

.preload {
	position:absolute;
	height:1px;
	top:-100px;
	display:none;
}

.ovf_sc {
	overflow:scroll;
}

.ovf_hid {
	overflow:hidden;
}

.photo {
	border:solid 5px #fdfdfd;

	box-shadow:2px 2px 5px #a0a0a0;
}

.photoR {
	border:solid 5px #fdfdfd;

	box-shadow:2px 2px 5px #a0a0a0;
	transform:rotate(2deg);
	-webkit-transform: rotate(2deg); /* chrome、safari　*/
	-moz-transform: rotate(2deg); /* firefox　*/
}

.photoL {
	border:solid 5px #fdfdfd;

	box-shadow:2px 2px 5px #a0a0a0;
	transform:rotate(-2deg);
	-webkit-transform: rotate(-2deg); /* chrome、safari　*/
	-moz-transform: rotate(-2deg); /* firefox　*/
}

.bdT {
	border-top:1px solid #000;
}

.bdR {
	border-right:1px solid #000;
}

.bdB {
	border-bottom:1px solid #000;
}

.bdL {
	border-left:1px solid #000;
}







/* ★━－--- 画像の下の空きを消去 ---－━★ */

img {
   vertical-align:bottom;
}






/* ★━－--- footer以外の背景色 ---－━★ */

#frame_bg {
/*	background-color:#fff;	*/
}





/* ★━－--- 文字サイズ ---－━★ */

#font_size {
	display:inline-block;
	border:1px solid #CCC;
	padding:2px 10px 0px 10px;
	margin:0px 0px 6px 8px;



	/* CSS3 グラデーション */
	background: #f8f8f8; /* Old browsers */
	background: -moz-linear-gradient(top,  #f8f8f8 0%, #cccccc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f8f8f8 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f8f8f8 0%,#cccccc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f8f8f8 0%,#cccccc 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f8f8f8 0%,#cccccc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */



	/* CSS3 角丸 */
    border-radius:2px;				/* CSS3草案 */  
    -webkit-border-radius:2px;		/* Safari,Google Chrome用 */  
    -moz-border-radius:2px;		/* Firefox用 */ 
}

#font_size:hover {
	/* CSS3 グラデーション */
	background: #f8f8f8; /* Old browsers */
	background: -moz-linear-gradient(top,  #f8f8f8 0%, #ffdd55 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#ffdd55)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f8f8f8 0%,#ffdd55 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f8f8f8 0%,#ffdd55 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f8f8f8 0%,#ffdd55 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f8f8f8 0%,#ffdd55 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#ffdd55',GradientType=0 ); /* IE6-9 */
}



/* ★━－--- ヘッダー ---－━★ */

#header {
	margin:0 auto;
	width:100%;
	padding-top:8px;
	text-align:center;
	margin-bottom:10px;
}

#header_frame {
	text-align:left;
	max-width:1100px;
	margin:0 auto;
	padding: 0px 8px;
}

#header_left {
   text-align: left;
   margin:0px 0px 0px 2px;
}

#header_right {
	text-align:right;
	float:right;
	margin:2px 4px 0px 0px;
}

#header_left_box {
	display:inline-block;
	text-align:right;
	min-width:160px;
}

#header_img {
	position: relative;
}
.header_logo {
    transition: opacity 0.4s;
	margin-bottom: 10px;
}

.header_logo:hover {
	opacity: 0.4;
    transition: opacity 0.3s;
}








/* ★━－--- メインフレーム ---－━★ */

.frame_main {
	max-width:1100px;
/*	background-image: url(../image/main.jpg);*/
	background-position: top;
	background-repeat: no-repeat;
	padding: 0px 8px 8px 0px;
	background-size: 100% auto;
}

.frame_main2 {
	max-width:1100px;
	padding: 0px 8px 8px 0px;
	background-size: 100% auto;
}







/* ★━－--- サブメニュー ---－━★ */

#frame_submenu {
	text-align: left;
	margin:0px 0px 0px 0px;
}



.submenu_box1 {
	display:inline-block;
	text-align: center;
	vertical-align: middle;
	padding:0px 0px;

}

.submenu_box2 {
	background-color: #e4e4e4;
	
	/* 縦の中心設定 */
	display: table-cell;
	vertical-align: middle;

	height:42px;

    border-radius: 2px;
    transition: font-weight 0.2s, color 0.5s, padding 0.2s, background-color 0.4s, border-radius 0.3s;	
	
	width: 140px;

}

.submenu_box2:hover {
	background-color: #FFDD88;

	border-radius: 20px;
    transition: font-weight 0.2s, color 0.5s, padding 0.2s, background-color 0.2s, border-radius 0.5s;

}

.submenu_box2 img {
	/* 縦の中心設定 */
	display: inline-block;
	vertical-align:middle;
}






/* ★━－--- コンテンツ ---－━★ */
#top_height {
	width:90%;
	display: table-cell;
	vertical-align: bottom;
	text-align: left;
}

.top_icon {
	position: relative;
}

.frame_L {
	max-width:920px;
	background-image: url(../image/l_bg.png);
	background-position: top;
	background-repeat: no-repeat;
	padding: 0px 8px 8px 0px;
	background-size: 100% auto;
}

.frame_R {
	max-width:920px;
	background-image: url(../image/r_bg.png);
	background-position: top;
	background-repeat: no-repeat;
	padding: 0px 8px 8px 0px;
	background-size: 100% auto;
}

.frame_C {
	max-width:920px;
	background-image: url(../image/c_bg.png);
	background-position: top;
	background-repeat: no-repeat;
	padding: 0px 8px 8px 0px;
	background-size: 100% auto;
}

.frame_contents {
	display:inline-block;
	vertical-align:top;
	padding:0px 6px;

	text-align:left;
	color:#000;
	font-size:1.06em;	/* 17px */
	font-size:0.94em;	/* 15px */
	font-size:1.0em;	/* 16px */
	max-width: 1100px;

}

.contents_table {
	width: 100%;
	margin-bottom: 24px;
}


.L_bar {
	vertical-align:middle;
	text-align: center;
	background-image: url(../image/l_bar.png);
	background-position: center center;
	background-repeat: repeat-x;
}

.R_bar {
	vertical-align: middle;
	text-align: center;
	background-image: url(../image/r_bar.png);
	background-position: center center;
	background-repeat: repeat-x;
}

/* Masonry */
.grid {
	text-align: center;
	max-width: 830px;
}

.grid_item {
	width: 240px;
	min-height: 340px;
	display: inline-block;
	vertical-align: top;
	margin: 8px;
	text-align: center;
}

.grid_word {
	width: 240px;
	text-align: left;
	word-wrap: break-word;
}

.grid_dummy {
	width: 240px;
	height:1px;
	display: inline-block;
	vertical-align: top;
	margin: 8px;
}

.bt_more {
	margin: 0 auto;
	text-align: center;
	border-radius:4px;
	background-color: #DED8D4;
	padding: 0px 0px 2px 0px;
	width:90px;
	height:21px;
    transition: background-color 0.4s, border-radius 0.3s;
}

.bt_more:hover {
	border-radius:10px;
	text-align: center;
	background-color:#FFCE80;
    transition: background-color 0.4s, border-radius 0.3s;
}


.texttable_L {
	display:inline-block;
	vertical-align: top;
	margin:0px 0px 5px 4px;
	text-align:left;
	min-width:80px;
}

.texttable_R {
	display:inline-block;
	vertical-align: top;
	margin:0px 4px 8px 6px;
	text-align:left;
	max-width: 710px;
}

.frame_event {
	width: 380px;
	text-align: left;
	word-break: break-all;
	display: inline-block;
	vertical-align: top;
}

.event_title {
	text-align: left;
	font-weight: bold;
	margin-bottom: 8px;
	font-size:1.19em;	/* 19px */
	font-size:1.25em;	/* 20px */
	font-size:1.13em;	/* 18px */
}

.text_event_L {
	display:inline-block;
	vertical-align: top;
	margin:0px 0px 5px 0px;
	text-align:left;
	min-width:80px;
	font-size:0.94em;	/* 15px */
}

.text_event_R {
	display:inline-block;
	vertical-align: top;
	margin:0px 4px 5px 6px;
	text-align:left;
	width: 280px;
	font-size:0.94em;	/* 15px */
}

.event_box {
	border: 1px solid #000;
	padding: 3px 8px 0px 8px;
	text-align: left;
	font-weight: bold;
	background-color: #fff;
	margin-bottom:12px;
	font-size:1.13em;	/* 18px */
	font-size:1.25em;	/* 20px */
	font-size:1.19em;	/* 19px */

	font-size:0.81em;	/* 13px */
	font-size:0.88em;	/* 14px */
	font-size:1.06em;	/* 17px */
	font-size:1.13em;	/* 18px */
	font-size:1.19em;	/* 19px */
	font-size:1.0em;	/* 16px */
	font-size:0.94em;	/* 15px */
}

.event_box2 {
	/*
	border: 1px solid #000;
	background-color: #fff;
	*/
	background-color: #eee;
	margin-bottom:12px;
	display:inline-block;
	vertical-align: middle;
	padding: 16px 0px 12px 0px;
}

.event_box2_title {
	font-size:1.19em;	/* 19px */
	font-weight: bold;
	
	display:inline-block;
	vertical-align:middle;
	margin:0px 0px 5px 0px;
	text-align:left;
	width:200px;
}

.text_event_R2 {
	display:inline-block;
	vertical-align:middle;
	margin:0px 4px 5px 6px;
	text-align:left;
	width: 420px;
	font-size:0.94em;	/* 15px */
}

.ticket_L {
	width: 480px;
	display: inline-block;
	vertical-align: top;
}

.ticket_R {
	word-break: break-all;
	text-align: left;
	width: 300px;
	display: inline-block;
	vertical-align: top;
	
	font-size:0.75em;	/* 12px */
	font-size:0.81em;	/* 13px */
	font-size:0.69em;	/* 11px */
	font-size:0.63em;	/* 10px */
	font-size:0.56em;	/* 9px */
	font-size:0.94em;	/* 15px */
	font-size:0.88em;	/* 14px */
}

.table_ticket {
	border-collapse:collapse;
	border-spacing:0px;
	border:0px;
	text-align:center;
	word-break:break-all;
	width:100%;
	margin-bottom:20px;
}

.ticket_td1 {
	vertical-align: middle;
	width:200px;
	height:80px;
	padding: 4px 0px;
	font-weight: bolder;
	border: 1px solid #000;
	background-color: #E6D6C0;
}

.ticket_td2 {
	vertical-align: middle;
	border: 1px solid #000;
	padding: 8px;
	background-color: #fff;
}

.ticket_link {
	text-align: center;
	font-weight: bolder;
	display: table-cell;
	width: 300px;
	height: 120px;
	vertical-align: middle;
	background-color:#D3A74E;
	border-radius: 10px;
	line-height: 2.0;
	color: #fff;
	font-size:1.19em;	/* 19px */
    transition: color 0.3s, background-color 0.3s;
}

.ticket_link:hover {
	color: white;
	background-color:#FF3700;
    transition: color 0.3s, background-color 0.3s;
}

.ticket_site {
	text-align: center;
	font-weight: bolder;
	display: table-cell;
	width: 100%;
	vertical-align: middle;
	background-color:#FFF;
	border-radius: 6px;
	line-height: 2.0;
	font-size:1.19em;	/* 19px */
    transition: color 0.3s, background-color 0.3s;
}

.ticket_site:hover {
	color: white;
	background-color:#FFD47F;
    transition: color 0.3s, background-color 0.3s;
}

.map_maru {
	text-align: center;font-weight: bold;
	font-size:0.94em;	/* 15px */
	min-width:6px; 
	padding: 1px 6px 0px 6px;
	margin-left:6px;
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	background-color: #b50005;
	background-color: #1267ff;
	border-radius: 30px;
}

.bikkyo {
	min-height: 158px;
	padding-bottom: 8px;
	background-image:url(../image/bikkyo_bg1.png);
	background-repeat: repeat-x;

}
.bikkyo_word {	/* 縦の中心設定 */
	text-align: center;
	display: table-cell;
	vertical-align: bottom;
}

.text_artist_L {
	display:inline-block;
	vertical-align: top;
	margin:0px 0px 5px 0px;
	text-align:left;
	min-width:50px;
	font-size:0.94em;	/* 15px */
}

.text_artist_R {
	display:inline-block;
	vertical-align: top;
	margin:0px 4px 5px 6px;
	text-align:left;
	font-size:0.94em;	/* 15px */
}

.schedule {
	min-height: 600px;
}

.facebook_w {
    max-width: 500px;
    margin: 0 auto;
}
.facebook_w > .fb-page {
    width: 100%;
}
.facebook_w > .fb-page > span,
.facebook_w iframe {
    width: 100% !important;
}








.contents_headline_A {
	max-width: 818px;
	padding: 4px 9px 3px 4px;
	margin-bottom: 12px;
	color:#014099;
	font-size:1.25em;	/* 20px */
	text-align:left;
	font-weight:bolder;
}

.contents_headline_B {
	max-width: 818px;
	padding: 4px 9px 2px 4px;
	margin-bottom: 14px;
	color:#014099;
	font-size:1.25em;	/* 20px */
	text-align:left;
	font-weight:bolder;
	border-bottom: 2px solid #014099;
}

.box_photo {
	display: inline-block;
	margin: 0px 3px 3px 0px;
}

.box_photo_dummy {
	display: inline-block;
	margin: 0px 3px 3px 0px;
	width: 276px;
	height: 1px;
}

.dummy_space30 {
	width: 30px;
	height: 1px;
	display: inline-block;
}

.textbox_L {
	display:inline-block;
	margin:0px 0px 1px 4px;
	text-align:left;
	min-width:280px;
}

.textbox_R {
	display:inline-block;
	margin:0px 4px 5px 10px;
	text-align:right;
	min-width:280px;
}




.env_L {
	display:inline-block;
	vertical-align: top;
	margin:0px 0px 5px 4px;
	text-align:left;
	font-weight: bolder;
	color: #014099;
	font-size:0.81em;	/* 13px */
	font-size:0.88em;	/* 14px */
	font-size:0.94em;	/* 15px */
	font-size:1.0em;	/* 16px */
	font-size:1.06em;	/* 17px */
	font-size:1.13em;	/* 18px */
	font-size:1.19em;	/* 19px */
	min-width:140px;
}

.env_L_eng {
	margin:0px 0px 5px 4px;
	text-align:left;
	font-weight: bolder;
	color: #014099;
	font-size:1.19em;	/* 19px */
}

.env_R {
	display:inline-block;
	vertical-align: top;
	margin:0px 4px 20px 10px;
	text-align:left;
	max-width:640px;
}

.contact_L {
	display:inline-block;
	vertical-align: top;
	margin:0px 0px 5px 4px;
	text-align:left;
	font-weight: bolder;
	color: #014099;
	font-size:0.81em;	/* 13px */
	font-size:0.88em;	/* 14px */
	font-size:0.94em;	/* 15px */
	font-size:1.0em;	/* 16px */
	font-size:1.06em;	/* 17px */
	font-size:1.13em;	/* 18px */
	font-size:1.19em;	/* 19px */
	min-width:100px;
}

.contact_R {
	display:inline-block;
	vertical-align: top;
	margin:0px 4px 20px 10px;
	text-align:left;
	max-width:640px;
}

.bt_language {
	background-color: #FFFFFF;
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-left: 30px;

    transition: font-weight 0.2s, color 0.5s, padding 0.2s, background-color 0.4s, border-radius 0.3s;	
}

.bt_language:hover {
	background-color: #FFDD88;

    transition: font-weight 0.2s, color 0.5s, padding 0.2s, background-color 0.2s, border-radius 0.5s;
}

/*
.swiper-slide {
	visibility:hidden;
}
*/

.menu {
	position:fixed;
	top:0px;
	right:0px;
	z-index: 99;
}

#menu_L {
	background-image: url(../image/menu_bg.png);
	color: #fff;
	padding: 6px;
	text-align: center;
	box-shadow:rgba(0, 1, 0, 0.1) 2px 2px 5px 2px;
/*	display: none;	*/
	top:-1000px;
    transition: top 0.4s;
}

#menu_bt2 {
	text-align: right;
	padding: 0px 0px 30px 4px;
}

.menu_div {
	border-bottom: solid 1px #fff;
	min-width: 140px;
	padding: 12px 4px 8px 4px;
	margin: 0px 16px;
    transition: color 0.5s, padding 0.2s, background-image 0.5s;
}
.menu_div:hover {
	padding: 20px 4px 16px 4px;
	background-image: url(../image/menu_bg3.png);
    transition: color 0.5s, padding 0.2s, background-image 0.5s;
}

#menu_S {
	padding: 6px;
	background-image: url(../image/menu_bg2.png);
}

.header_bt {
	position:fixed;
	top:0px;
	left:0px;
	text-align: center;
	padding: 6px;
	/*
	padding: 0px 6px 0px 6px;
	border: #8E8E8E 1px solid;
	background-color: #fff;
	border-radius: 1px;
	*/
	background-image: url(../image/menu_bg.png);
	z-index: 100;
	
	/* CSS3 シャドウ */
	box-shadow:rgba(0, 1, 0, 0.1) 2px 2px 5px 2px;

	display: none;
}

.header_bt:hover {
	background-color:#Fda;
}

#main_image {
	max-width: 920px;
	width: 100%;
}

#kouji_image {
	max-width: 800px;
	width: 100%;
}

#main_bg {
	text-align: center;
	background-image: url(../image/main_bg.png);
	background-repeat: repeat-x;
	background-position: 50% 0%;
	background-attachment: fixed;
}

#bud01 {
	position: absolute;
	top:10px;
	right:10px;
	display: none;
}

#bud02 {
	position: absolute;
	top:660px;
	left:10px;
	display: none;
}


.table01 {
/*
	margin-left:auto;
	margin-right:auto;
*/
	border-collapse:collapse;
	border-spacing:0px;

	border:0px;
	text-align:center;
	word-break:break-all;
	width:100%;
}

.table01 td {
	text-align:left;
	vertical-align:top;
	padding-bottom: 12px;
}

.td01 {
	min-width: 96px;
}

.art_big {
	max-width: 740px;
	width: 100%;
}

.block_LR {
	text-align: left;
	display: inline-block;
	vertical-align: top;
	width: 460px;
}

.event_dummy {
	width:100px;
	height:8px;
}

.event_headline {
	font-size:1.31em;	/* 21px */
	font-weight: bold;
	color:#D3A74E;
	margin-bottom:8px;
}

.event_photo {
	max-width: 340px;
	width: 100%;
	margin: 8px 0px 16px 0px;
}

.contents_title {
	font-size:2.0em;	/* 32px */
	font-size:1.75em;	/* 28px */
	font-size:1.63em;	/* 26px */
	font-size:1.69em;	/* 27px */
	font-size:1.56em;	/* 25px */
	font-size:1.50em;	/* 24px */
	font-size:1.44em;	/* 23px */
	font-size:1.25em;	/* 20px */
	font-size:1.31em;	/* 21px */
	font-size:1.38em;	/* 22px */

	font-weight: bold;
	color: #fff;
	background-color: #D3A74E;
	vertical-align: middle;
	text-align: center;
	width:100%;
	padding: 3px 0px 0px 0px;
	margin-bottom: 16px;
}

.image_map {
	width:100%;
	height:600px;
	border-top:6px solid #D3A74E;
	border-bottom:6px solid #D3A74E;
}

#coupon {
	max-width: 820px;
	width: 100%;
	border: 1px solid #ccc;
	margin-bottom: 10px;
	/* box-shadow */
	box-shadow:2px 2px 6px 2px #ccc;
}

.access_L {
	display: inline-block;
	min-width: 80px;
}















#oshirase_box {
	float:left;
	margin-left:3px;
	margin-bottom:12px;
	border: 2px solid #014099;
	background-color:#fff;
	min-height: 174px;
	text-align: left;

	
	/* CSS3 角丸 	*/
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;

	/* CSS3 シャドウ */
	box-shadow:rgba(0, 1, 0, 0.2) 0px 0px 3px 2px;
	-webkit-box-shadow:rgba(0, 1, 0, 0.2) 0px 0px 3px 2px;
	-moz-box-shadow:rgba(0, 1, 0, 0.2) 0px 0px 3px 2px;
	
}

#oshirase_headline {
	background-color:#014099;
	padding:4px;
	width: 800px;

	/* 縦の中心設定 */
	display: table-cell;
	vertical-align: middle;
	
	/* CSS3 グラデーション */
	background: #6080f0; /* Old browsers */
	background: -moz-linear-gradient(top,  #014099 0%, #6080f0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#014099), color-stop(100%,#6080f0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #014099 0%, #6080f0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #014099 0%, #6080f0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #014099 0%, #6080f0 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #014099 0%, #6080f0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#014099', endColorstr='#6080f0',GradientType=0 ); /* IE6-9 */
	
}

.now_html {
	margin-bottom:8px;
	text-align:left;
	font-size:0.81em;	/* 13px */
}





.contents_title2 {
	display:inline-block;
	vertical-align: middle;
	text-align:left;
	font-weight:bold;
	font-size:1.19em;	/* 19px */
	/*font-size:1.25em;	 20px */

	padding:3px 16px 1px 16px;
	margin-bottom:12px;
	color:#FFF;

	/* CSS3 グラデーション */
	background: #6080f0; /* Old browsers */
	background: -moz-linear-gradient(top,  #014099 0%, #6080f0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#014099), color-stop(100%,#6080f0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #014099 0%, #6080f0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #014099 0%, #6080f0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #014099 0%, #6080f0 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #014099 0%, #6080f0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#014099', endColorstr='#6080f0',GradientType=0 ); /* IE6-9 */
	
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	
}





.contents_headline_C {
	border-left:3px solid #6080f0;
	padding:0px 0px 1px 5px;
	height:32px;

	/* 縦の中心設定 */
	display: table-cell;
	vertical-align: middle;

}

.contents_headline_C div{
	vertical-align: middle;
}

.contents_policy {
/*	font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "TakaoEX明朝", "TakaoExMincho" , "ＭＳ Ｐ明朝", "MS PMincho"; */
	font-size:1.38em;	/* 22px */
	margin:20px 4px 18px 4px;
	display:inline-block;
	vertical-align:middle;
	height:316px;
	background-color:#666;
}

.contents_subheading {
	font-size:1.06em;	/* 17px */
	font-weight:bold;

	padding:5px 4px 3px 4px;
	border-bottom:1px solid #000;
	margin-bottom:6px;
}

.contents_material {
	display:inline-block;
	border:1px solid #6080f0;
	padding:4px;
	margin-bottom:10px;

	/* CSS3 ドロップシャドウ　*/
	box-shadow:2px 2px 5px #a0a0a0;
}

.contents_material_box {
	vertical-align:middle;
	text-align:center;
	width:142px;
	font-size:0.81em;	/* 13px */
	display:inline-block;
}

.contents_outline_L {
	display:inline-block;
	vertical-align:top;
	font-weight:bolder;
	margin:0px 4px 0px 4px;
	min-width:80px;
}

.contents_outline_R {
	display:inline-block;
	vertical-align:top;
	margin:0px 4px 8px 16px;
	min-width:300px;
}

.contents_outline_photo {
	display:inline-block;
	vertical-align:top;
	border:1px solid #aaa;
	padding:2px;
	margin:8px 4px;

	/* CSS3 ドロップシャドウ　*/
	box-shadow:2px 2px 5px #a0a0a0;
}

.products_headline {
	color:#DC0011;
	font-weight:bold;
	padding:8px 4px 0px 4px;
}

.products_line {
	border:1px solid #E6E3DD;
	background-color:#E6E3DD;
	height:9px;
	margin-bottom:18px;	
}

.products_icecream {
	max-width:276px;
	margin:8px;
	display:inline-block;
	vertical-align:top;
}

.quality_box {
	display:inline-block;
	vertical-align:top;
	margin:0px 16px 20px 0px;
	width:280px;
}

.quality_word {
	display:inline-block;
	vertical-align:top;
	width:280px;
}

.inquiry_bt {
	background-color:#014099;
	color:#fff;
	font-weight:bold;
	width:280px;
	padding:8px 0px 6px 0px;
	
	/* CSS3 角丸 */
    border-radius:3px;				/* CSS3草案 */  
    -webkit-border-radius:3px;		/* Safari,Google Chrome用 */  
    -moz-border-radius:3px;			/* Firefox用 */
	
}

.privacy_headline {
	font-weight:bold;
	padding:8px 4px 0px 4px;
	margin-bottom:6px;
}

.redbox {
	background-color:#F30;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	padding:2px 3px 0px 3px;
	
	/* CSS3 角丸 */
    border-radius:2px;				/* CSS3草案 */  
    -webkit-border-radius:2px;		/* Safari,Google Chrome用 */  
    -moz-border-radius:2px;			/* Firefox用 */

	box-shadow:1px 1px 3px #a0a0a0;
}



.banner {
	display:inline-block;
	vertical-align:top;
	text-align:right;	
}

.access_box1 {
	display:inline-block;
	margin:2px 0px 2px 4px;
	text-align:left;
	min-width:190px;
}

.access_box2 {
	display:inline-block;
	margin:2px 0px 2px 10px;
	text-align:left;
	min-width:210px;
}







.table_outline {
/*
	margin-left:auto;
	margin-right:auto;
*/
	border-collapse:collapse;
	border-spacing:0px;

	border:0px;
	text-align:center;
	word-break:break-all;
	width:100%;
}

.td_outline_L {
	color: #777;
	font-weight:bolder;
	font-size:14px;
	text-align:left;
	vertical-align:middle;
	padding:9px 5px 7px 5px;	/*[上][右][下][左]*/
	border-top:1px solid #aaa;
}

.td_outline_R {
	color: #777;
	font-size:14px;
	text-align:left;
	vertical-align:middle;
	padding:9px 5px 7px 20px;	/*[上][右][下][左]*/
	border-top:1px solid #aaa;
}


.table_job {
/*
	margin-left:auto;
	margin-right:auto;
*/
	border-collapse:collapse;
	border-spacing:0px;

	border:0px;
	text-align:center;
	word-break:break-all;
	width:100%;
}

.td_job_L {
	color: #777;
	font-weight:bolder;
	font-size:14px;
	text-align:left;
	vertical-align:middle;
	padding:9px 5px 7px 7px;	/*[上][右][下][左]*/
	border-top:1px solid #aaa;
	background-color:#FFF8DD;
}

.td_job_R {
	color: #777;
	font-size:14px;
	text-align:left;
	vertical-align:middle;
	padding:9px 5px 7px 20px;	/*[上][右][下][左]*/
	border-top:1px solid #aaa;
}



.table_law {
/*
	margin-left:auto;
	margin-right:auto;
*/
	border-collapse:collapse;
	border-spacing:0px;

	border:0px;
	text-align:center;
	word-break:break-all;
	width:100%;
}

.td_law_L {
	color: #777;
	font-weight:bolder;
	font-size:14px;
	text-align:left;
	vertical-align:top;
	padding:9px 5px 7px 5px;	/*[上][右][下][左]*/
}

.td_law_R {
	color: #777;
	font-size:14px;
	text-align:left;
	vertical-align:top;
	padding:9px 5px 7px 20px;	/*[上][右][下][左]*/
}



.table_stores {

	margin-left:auto;
	margin-right:auto;

	border-collapse::collapse;
	border-spacing:0px;

	border:2px solid #000;
	text-align:left;
	word-break:break-all;
	width:90%;
}

.td_stores_L {
	font-weight:bolder;
	font-size:14px;
	text-align:left;
	vertical-align:middle;
	padding:5px 5px 3px 5px;	/*[上][右][下][左]*/
	border:1px solid #000;
}

.td_stores_R {
	font-size:14px;
	text-align:left;
	vertical-align:middle;
	padding:4px;	/*[上][右][下][左]*/
	border:1px solid #000;
	min-width:156px;
}
.td_stores_R img {
	margin:0px 2px 0px 2px;
}





.photo_L {
	margin:16px 8px;

/*	border:5px solid #fff;	*/
	
/*
	transform:rotate(-3deg);
	-webkit-transform: rotate(-3deg); * chrome、safari　*
	-moz-transform: rotate(3deg); * firefox　*

	box-shadow:2px 2px 5px #999;
*/
}

.photo_R {
	margin:16px 8px;

/*	border:5px solid #fff;	*/
	
/*
	transform:rotate(3deg);
	-webkit-transform: rotate(3deg); * chrome、safari　*
	-moz-transform: rotate(3deg); * firefox　*

	box-shadow:2px 2px 5px #999;
*/
}

















/* ★━－--- ショッピングカート ---－━★ */

.frame_shop {
	text-align:center;
	
}

.item_box {
	z-index:50;
	margin:8px;
	padding:8px;
/*
	border:#630 solid 2px;
	background-color:#FFF;

	border-radius:6px;
	box-shadow:2px 2px 4px #555;
*/
	display:inline-block;
	vertical-align:top;
}

.item_block {
	display:inline-block;
	vertical-align:middle;
	margin:5px 8px 5px 8px;
	max-width:320px;
}

.item_block_sub {
	display:inline-block;
	vertical-align:top;
	margin:10px 5px;
	width:145px;
}

.item_title {
	padding:2px 5px 1px 5px;
	margin:0px 0px 6px 0px;
	background-color:#80d6c6;	/*#6080f0;*/
	color:#FFF;
	font-weight:bolder;
	border-radius:2px;
	text-shadow:1px 1px 3px #000;
}

.item_price {
	font-size:0.94em;	/* 15px */
}

.item_bt:hover {
	background-color:#FC0;
}

























/* ★━－--- フッター ---－━★ */

#footer {
	margin:0px 0px 14px 0px;
	padding:3px 0px 3px 0px;	
	width:100%;
}

.footer_frame {
	margin: 0 auto;
	text-align:left;
	max-width:920px;;
}

.footer_line {
	margin-top:4px;
	padding:7px 2px 0px 0px;
	border-top:1px solid #6080f0;
}

.footer_bt { 
	vertical-align:middle;
}
























/* ★━－--- ウィンドウサイズ確認用 ---－━★ */

.windowsize_view {
	display:none;
	position: fixed;
	right: 0px;
	bottom: 0px;
	padding:1px;
	font-size:14px;
	color: #ffffff;
	background-color:#3ab035;
	z-index: 100000;
	text-shadow: 0px 0px 3px #000000;
}





@media screen{
	#qr_box {
		display:none;
	}
}

@media print{
	#qr_box {
		display:block;
		font-size:16px;
		vertical-align:middle;
		text-align:left;
		height:200px;
	}
	#qr_image {
		margin-right:20px;
	}
	#qr_text {
		padding-top:25px;
	}
}
