@charset "utf-8";

/*
GLOBAL
***************************************************************************/
body {
	width: 100%;
	min-width: 1000px;
	height: auto;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	text-align: left;
	font-size: 12px;
	color: #333;
	line-height: 1.5;
	background: #fff;
	-webkit-text-size-adjust: none;
}

img { border:none; max-width:100%; height:auto; vertical-align:bottom; /* ie8 */}

a:hover img { opacity:0.7;filter: alpha(opacity=70);-ms-filter: "alpha( opacity=70 )"; }

#container {
	position: relative;
	background: #fff;
	z-index: 1;
	margin:0;
}

.base_box {
	width: 1000px;
	margin:0 auto;
}

.box { margin:0 auto; padding:0; text-align:center; }

.top-bg { background-image:url("../images/bg-main.jpg"); background-repeat:repeat-y; background-position:top left; }
.bg-red { background-color:#ea617c; padding:30px; }
.bg-orange { background-color:#f6ab00; padding:30px; }
.bg-blue { background-color:#00b2bc; padding:30px; }

p { font-size:1.4em; line-height:1.5; text-align:center; }
p.sm { font-size:1.2em; line-height:1.5; text-align:left; color:#FFF;}
p.b01 { font-size:1.45em; line-height:1.5; text-align:center; }
.reg { font-size:0.7em;}
.redbold { font-weight:bold; color:#C00; }
.bold { font-weight:bold; }
.font-b { font-size:1.8em;}
.ss { font-size:1em; height:1.3;}

ul.entry { list-style:none; width:800px; margin:0 auto; }
ul.entry li { width:209px; border:solid 8px #45B035; border-radius:16px; overflow:hidden; padding:12px; float:left; margin:0 25px 0 0; position:relative; overflow:visible;}
ul.entry li:nth-child(3) { margin:0 0 0 0; }
ul.entry li div { height:10em; }
ul.entry li::after { content: "▲"; display:block; position:absolute; right:-28px; top:50%; font-size:1.5em; color:#45B035; transform: rotate(90deg)}
ul.entry li:nth-child(3)::after { content: ""; }

ul.shisetsu { list-style:none; width:860px; margin:20px auto; text-align:center; }
ul.shisetsu li { display:inline-block; width:164px; margin:0 10px 20px 0;}
ul.shisetsu li:nth-child(5n) { margin:0 0 20px 0;}

.caption { width:450px; padding:230px 0 0 520px;}

ul.btm { list-style:none; width:650px; margin:20px auto 10px auto; }
ul.btm li { font-size:1.4em; line-height:1.6; text-align:left;  margin:0 1em 0 0; color:#FFF; padding-left: 1em; text-indent: -1em;}

ul.btm800 { list-style:none; width:800px; margin:20px auto 10px auto; }
ul.btm800 li { font-size:1.4em; line-height:1.6; text-align:left;  margin:0 1em 0 0; color:#FFF; padding-left: 1em; text-indent: -1em;}

ul.number { list-style:none; width:650px; margin:10px auto; }
ul.number li:nth-child(odd) { display:inline-block; margin:0 20px 20px 0; vertical-align:middle; width:55px; }
ul.number li:nth-child(even) { display:inline-block; font-size:1.4em; line-height:1.6; text-align:left; margin:0 0 20px 0; vertical-align:middle; width:575px; color:#fff; }
ul.number li:nth-child(1) { vertical-align:top; }

.kadomaru { width:738px; border:1px solid #fff; padding:30px; margin:60px auto; border-radius:20px; }

ul.apli { list-style:none; width: px; margin:10px auto;}
ul.apli li:first-child { display:inline-block; text-align:right; margin:0 10px 0 0; width:200px;}
ul.apli li:last-child { display:inline-block; text-align:left; margin:0 0 0 0; width:240px;}

/*
DEFAULT
***************************************************************************/
body,
h1,h2,h3,h4,h5,h6,p,
ul,ol,li,dl,dt,dd,
form,fieldset,legend,pre,blockquote,
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,video {
	margin: 0;
	padding: 0;
}

h1 { width:100%; margin:40px auto 0 auto; font-size:2em; line-height:1.5; }
h2 { width:100%; text-align:center; margin:20px 0; padding:2px 0; font-size:4em; line-height:1.3;}
.card_txt { font-size:1wm; line-height:1.8; width:600px; margin:40px auto; text-align:left; }
.back-btn {
  display: inline-block;
  padding: 1em 2em;
  text-decoration: none;
  color: #67c5ff;
  border: solid 1px #67c5ff;
  transition: .4s;
  font-size:1.4em;
  margin:0 0 30px 0;
}

.back-btn:hover {
  background: #67c5ff;
  color: white;
  cursor:pointer;
}

.back-btn a { text-decoration:none; }
.lego2 { font-size:0.85em; text-align:center; margin:0 0 40px 0; }  


p {
	word-wrap: break-word;
}

.clearfix:after {
	display: block;
	clear: both;
	content: "";
	overflow: hidden;
}

li {
	list-style-type: none;
}

table {
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}

/* ▼LINK▼ */
a {
	color: #333;
	text-decoration: underline;
	outline: none;
}

a.white1 {
	color: #fff;
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: none;
}

/* ▼IMG▼ */
img, input[type="image"]{
	vertical-align: middle;
	font-size: 0;
	line-height: 0;
	border: 0;
	transition-duration: 1s;
}

a.no_filter:hover,
.no_filter a:hover,
a.no_filter:hover img,
input[type="image"].no_filter:hover,
.no_filter a:hover img,
.no_filter input[type="image"]:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}



/*
TOPIMG
***************************************************************************/

.ft { text-align:center; clear:both; }
.bnr { margin:20px auto; text-align:center; clear:both; }


/*
FOOTER
***************************************************************************/
.copy { width:100%; background-color:#e8e8e8; height:4em; color:#333; line-height:4em; text-align:center; margin:0; clear:both; }
.totopfl { width:100%; border-bottom:solid 1px #ccc; border-top:solid 1px #ccc;}
.totop { width:1000px; margin:0 auto; height:3em; line-height:3em; text-align:right; font-size:1.2em; }
.totop a:link { color:#C00; text-decoration:none; }
header { margin:10px 0; }
footer {
	width:940px; 
	margin:60px auto 0 auto;
	padding: 0 0 0 0;
	font-size: 10px;
	background-color:#fff;
	color: #333;
	text-align:left;
	clear:both;
}

/*
COMMON PARTS
***************************************************************************/
/* ▼display▼ */
.block { display:block!important; }
.inline { display:inline!important; }

.posit_r { position:relative!important; }
.posit_a { position:absolute!important; }
.posit_f { position:fixed!important; }

.align_c { text-align:center!important; }
.align_r { text-align:right!important; }
.align_l { text-align:left!important; }

.disp_l { float:left!important; width:150px; text-align:left; }
.disp_l img { width:150px; display:inline-block; margin:10px 20px 5px 0;}
.disp_r { float:right!important; width:50%; text-align:right;}
.disp_r img { width:30%; display:inline-block; margin:5px 0 0 0;}

/* ▼area▼ */
.mb100 { margin-bottom:100px!important; }
.mb95 { margin-bottom:95px!important; }
.mb90 { margin-bottom:90px!important; }
.mb80 { margin-bottom:80px!important; }
.mb75 { margin-bottom:75px!important; }
.mb70 { margin-bottom:70px!important; }
.mb65 { margin-bottom:65px!important; }
.mb60 { margin-bottom:60px!important; }
.mb55 { margin-bottom:55px!important; }
.mb50 { margin-bottom:50px!important; }
.mb48 { margin-bottom:48px!important; }
.mb45 { margin-bottom:45px!important; }
.mb40 { margin-bottom:40px!important; }
.mb36 { margin-bottom:36px!important; }
.mb35 { margin-bottom:35px!important; }
.mb30 { margin-bottom:30px!important; }
.mb25 { margin-bottom:25px!important; }
.mb24 { margin-bottom:24px!important; }
.mb20 { margin-bottom:20px!important; }
.mb15 { margin-bottom:15px!important; }
.mb12 { margin-bottom:12px!important; }
.mb10 { margin-bottom:10px!important; }
.mb8 { margin-bottom:8px!important; }
.mb5 { margin-bottom:5px!important; }


.mt250 { margin-top:250px!important; }
.mt200 { margin-top:200px!important; }
.mt150 { margin-top:150px!important; }
.mt100 { margin-top:100px!important; }
.mt70 { margin-top:70px!important; }
.mt60 { margin-top:60px!important; }
.mt50 { margin-top:50px!important; }
.mt40 { margin-top:40px!important; }
.mt30 { margin-top:30px!important; }
.mt20 { margin-top:20px; }
.mt15 { margin-top:15px!important; }
.mt10 { margin-top:10px!important; }
.mt5 { margin-top:5px!important; }
.mt3 { margin-top:3px!important; }
.mt0 { margin-top:0!important; }
.mt-5 { margin-top:-5px!important; }
.mt-10 { margin-top:-10px!important; }
.mt-20 { margin-top:-20px!important; }
.mt-40 { margin-top:-40px!important; }
.mt-50 { margin-top:-50px!important; }
.mt-80 { margin-top:-80px!important; }
.mt-100 { margin-top:-100px!important; }


.cap { font-size:10px; line-height:14px; padding:20px 100px 0px 130px; }
.pc { display:block; margin:0 auto; padding:0; }
.sp { display:none; }


/* ▼link▼ */
a.line, .line { text-decoration:underline!important; }
a.no_line { text-decoration:none!important; }


ul.ft_menu { width:1000px; text-align:center; margin:0 0 20px 0; }
ul.ft_menu li { font-size:1.2em; margin:0 2em 0.5em 0; float:left; padding-right:2em; line-height:1.5em;}
ul.ft_menu li:nth-child(4) {margin:-0.5em 2em 0.5em 0; float:left; padding-right:2em; line-height:1.5em;}
ul.ft_menu li a { text-decoration:none; }

.ft-logo { float:right; vertical-align:bottom;}
.ft-logo div { width:100%; text-align:right; }
.ft-logo div img { width:50%; height:auto; }
.ft-left { float:left; }

div#floating-menu {
	display:block;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
}

div#floating-menu-pc {
	display:absolute;
	width:1050px;
	text-align:right;
	margin:0 auto;
}


.w85 { width:85%; }
.w80 { width:75%; }
.w80sp { width:75%; }
.w70 { width:68%; }
.w60 { width:58%; }
.w50 { width:48%; }
.w40 { width:38%; }
.w30 { width:28%; }
.w500 { width:500px; }
.w550 { width:550px; text-align:right;}
.w280 { width:280px; }
.w300 { width:300px; }

hr { height:0; margin:20px auto; width:950px; border:solid 1px #231815;}


.bnr { margin:20px auto; width:100%; text-align:center; }
.shop { width:938px; margin:20px auto;}
.btn { position:absolute; bottom:25px; left:45px; }
.txt { width:938px; margin:0 auto; font-size:0.85em; line-height:1.3; text-align:left; }

.white { color:#FFF; }
.w800-blk { width:800px; margin:40px auto; background-color:#000; text-align:center; padding:40px 0; }
.ind { width:650px; padding-left: 1em; text-indent: -1em; color:#fffa; font-size:1.1em; line-height:1.5; margin:0 auto; }
.under { text-decoration:underline;}
.corona { padding:20px; color:#FFF; font-size:1.2em; line-height:1.3; text-align:left; background-color:#005CA2; }
.large { font-size:1.3em; font-weight:bold; }


.fr-shop { width:830px; margin:40px auto;}
.fr-shop-body { background-image:url("../images/bg-shop_1.png"); background-repeat:no-repeat; background-position:top left; }
.fr-food-body { background-image:url("../images/bg-food_1.png"); background-repeat:no-repeat; background-position:top left; }
.fr-amuse-body { background-image:url("../images/bg-amuse_1.png"); background-repeat:no-repeat; background-position:top left; }


ul.shop-name { width:600px; margin:0 auto; list-style:none; }
ul.shop-name li { display:inline-block; margin:0; padding:0;  }
ul.shop-body { width:721px; list-style:none; margin:0 auto; }
ul.shop-body li { display:inline-block; margin:0; padding:0;  }
ul.shop-body735 { width:735px; list-style:none; margin:0 auto; }
ul.shop-body735 li { display:inline-block; margin:0; padding:0; vertical-align:top; text-align:right; }
ul.shop-body735 li:nth-child(1) { width:342px; }
ul.shop-body735 li:nth-child(2) { width:379px; }

.pt56 { padding-top:56px!important; }

.w721 { width:721px; margin:20px auto 0 auto; font-size:1.3em; line-height:1.5; text-align:left; }
.w735 { widht:735px; margin:0 auto; }

.w800 { width:800px; margin:40px auto 0 auto; text-align:left; font-size:1.3em; line-height:1.4;}
.w800-fr { width:754px; border:3px solid #000; padding:20px; margin:40px auto 0 auto; text-align:left; font-size:1.3em; line-height:1.4;}


@media screen and (max-width: 600px) {
* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

body {
    font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	-webkit-text-size-adjust: 100%;
	min-width: 100%;
}

#container {
	position: relative;
	background: #fff;
	z-index: 1;
}

.base_box {
	position: relative;
	width: 100%;
	margin:0 auto 1% auto;
	background-image:none;
	overflow:hidden;
}

header { height:auto; margin:2% 0; }


h1 { width:100%; margin:3%x auto 0 auto; font-size:1.2em; line-height:1.5; }
h2 { width:100%; text-align:center; margin:2% 0; padding:1% 0; font-size:2em; line-height:1.3;}
.card_txt { font-size:1wm; line-height:1.8; width:95%; margin:4%% auto; text-align:left; }
.back-btn {
  display: inline-block;
  padding: 1em 2em;
  text-decoration: none;
  color: #67c5ff;
  border: solid 1px #67c5ff;
  transition: .4s;
  font-size:1.2em;
  margin:0 0 3% 0;
}

.back-btn:hover {
  background: #67c5ff;
  color: white;
  cursor:pointer;
}




.ft { width:100%; text-align:center; margin:2% auto; }
.check { margin:2% 0; }


.mb100 { margin-bottom:3%!important; }
.mb95 { margin-bottom:3%!important; }
.mb90 { margin-bottom:3%!important; }
.mb80 { margin-bottom:3%!important; }
.mb75 { margin-bottom:3%!important; }
.mb70 { margin-bottom:3%!important; }
.mb65 { margin-bottom:2%!important; }
.mb60 { margin-bottom:2%!important; }
.mb55 { margin-bottom:2%!important; }
.mb50 { margin-bottom:2%!important; }
.mb40 { margin-bottom:2%!important; }
.mb20 { margin-bottom:1%!important; }
.pt60 { padding-top:2%!important; }

.mt250 { margin-top:2%!important; }
.mt200 { margin-top:2%!important; }
.mt100 { margin-top:7%!important; }
.mt150 { margin-top:2%!important; }
.mt70 { margin-top:2%!important; }
.mt60 { margin-top:2%!important; }
.mt50 { margin-top:2%!important; }
.mt40 { margin-top:3%!important; }
.mt30 { margin-top:2%!important; }

.ml30 { margin:0 auto!important; }
.mr-50 { margin:0 auto!important; }
.mr50 { margin:0 auto!important; }
.mr30 { margin:0 auto!important; }

.mt-10 { margin-top:0!important; }
.mt-20 { margin-top:0!important; }
.mt-40 { margin-top:0!important; }
.mt-50 { margin-top:0!important; }
.mt-80 { margin-top:0!important; }
.mt-100 { margin-top:0!important; }


ul.ft_menu { width:85%; text-align:center; margin:2% auto; }
ul.ft_menu li { font-size:1.2em; margin:2% 2% 1% 0; float:left; padding-right:1em; border-right:1px solid #333; display:block; }
ul.ft_menu li a { text-decoration:none; }
ul.ft_menu li:nth-child(1) { margin:2% 0 1% 0; float:left; padding-right:1em; border-right:1px solid #333; text-align:right; }
ul.ft_menu li:nth-child(2) { margin:2% 0 1% 1em; padding-right:1em; border-right:none;  width:48%; text-align:left; }
ul.ft_menu li:nth-child(3) { margin:0 0 1% 0; width:100%; text-align:center; padding-right:1em; border-right:none;}
ul.ft_menu li:nth-child(4) { margin:0 0 1% 0; width:100%; text-align:center; padding-right:1em; border-right:none;}
ul.ft_menu li:nth-child(5) { margin:2% 0 1% 0; float:left; padding-right:1em; border-right:1px solid #333; text-align:right; }
ul.ft_menu li:nth-child(6) {  margin:2% 0 1% 1em; padding-right:1em; border-right:none; width:48%; text-align:left;}


.totop { width:95%; margin:0 auto; height:3em; line-height:3em; text-align:right; font-size:1.2em; }
.totop a:link { color:#C00; text-decoration:none; }

/*
SOCIAL
***************************************************************************/
.social_box {
	padding: 9px 0 12px;
	background-color:#e6e6e6;
}

.social_list {
	font-size:0;
	text-align: right;
	vertical-align: middle;
	margin:0;
	width:100%;
}

.social_list li {
	display: inline-block;
	margin-left: 1%;
	vertical-align:top;
}


.social_list li.facebook {
	vertical-align: top;
	}


.social_list li.line1 {
	vertical-align: top;
	
}
.social_list li.line1 span {
	vertical-align: top;
	
}


.mt20 { margin-top:2%; }


footer {
	width:100%; 
	margin:2% auto 0 auto;
	padding: 0 0 0 0;
	font-size: 10px;
	background-color:#fff;
	color: #333;
	text-align:left;
	clear:both;
}

ul.ft_menu { width:100%; text-align:left; margin:2% 0; }
ul.ft_menu li { font-size:1.2em; margin:0 2% 1% 0; float:left; padding-right:0; border-right:none; width:48%; display:block; }
ul.ft_menu li a { text-decoration:none; }
ul.ft_menu li:nth-child(2n) { margin:-0.1% 0 1% 0;}
ul.ft_menu li:nth-child(3n) { margin:0 0 1% 0; width:100%; text-align:center;}

ul.ft_menu { width:85%; text-align:center; margin:2% auto; }
ul.ft_menu li { font-size:1.2em; margin:2% 2% 1% 0; float:left; padding-right:1em; border-right:1px solid #333; display:block; }
ul.ft_menu li a { text-decoration:none; }
ul.ft_menu li:nth-child(1) { margin:2% 0 1% 0; float:left; padding-right:1em; border-right:1px solid #333; text-align:right; }
ul.ft_menu li:nth-child(2) { margin:2% 0 1% 1em; padding-right:1em; border-right:none;  width:48%; text-align:left; }
ul.ft_menu li:nth-child(3) { margin:0 0 1% 0; width:100%; text-align:center; padding-right:1em; border-right:none;}
ul.ft_menu li:nth-child(4) { margin:0 0 1% 0; width:100%; text-align:center; padding-right:1em; border-right:none;}
ul.ft_menu li:nth-child(5) { margin:2% 0 1% 0; float:left; padding-right:1em; border-right:1px solid #333; text-align:right; }
ul.ft_menu li:nth-child(6) {  margin:2% 0 1% 1em; padding-right:1em; border-right:none; width:48%; text-align:left;}

.ft-logo { float:none; vertical-align:bottom; text-align:center;}
.ft-logo div { width:100%; text-align:center; }
.ft-logo div img { width:25%; height:auto; }
.ft-left { float:none; text-align:center; }

.disp_l { float:left!important; width:50%; text-align:left; }
.disp_l img { width:60%; display:inline-block; margin:3% 0 1% 2%; height:auto; }
.disp_r { float:right!important; width:50%; text-align:right;}
.disp_r img { width:50%; display:inline-block; margin:3% 2% 0 0;}



div#floating-menu {
	display:block;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
}

div#floating-menu-pc {
	display:none;
}


.caution { width:100%; margin:2% auto 1% auto; background-color:#1163aa; color:#FFF; text-align:center; font-size:1.3em; font-weight:bold; padding:2% 0; }

.ind { width:650px; padding-left: 1em; text-indent: -1em; color:#fffa; font-size:1.1em; line-height:1.5; margin:0 auto; }

.ind2 { width:95%; margin:0 auto; font-size:1.1em; line-height:1.5;}

.bnr-box { width:98%; margin:2% auto; background-color:#f3f1e2; text-align:center; padding:2% 0; }
.mt10 { margin-top:1%!important; }

.cap { font-size:0.8em; line-height:1.3; padding:2% 10%; text-align:left; }

.pc { display:none; }
.sp { display:block; margin:0; padding:0; }

#slide_menu { display:none; width:100%; background-color:#FFF; padding:0; border-top:1px solid #ccc; }
#slide_menu ul { list-style:none; background-color:#FFF; }
#slide_menu ul li { width:50%; height:3em; margin:0; float:left; text-align:center; padding:0; border-right:1px solid #ccc; border-bottom:1px solid #ccc; z-index:9999; position:relative;}
#slide_menu ul li:nth-child(2n) { border-right:none; }
#slide_menu ul li a { display:block; height:3em; text-decoration:none; line-height:3em;}


.spmenu { display:block; height:auto; width:100%;text-align:right; padding:0; }
ul.menu { display:none; }

ul.mainmenu { list-style:none; margin:3% auto; width:100%; text-align:center; }
ul.mainmenu li { display:inline-block; margin:0 4% 4% 0; padding:0; width:48%;}
ul.mainmenu li:nth-child(2) { display:inline-block; margin:0 0 4% 0; padding:0;}
ul.mainmenu li:last-child { margin:0; padding:0; }

ul.menu-ceremony { list-style:none; margin:3% auto; width:100%; text-align:center; }
ul.menu-ceremony li { display:inline-block; margin:0 4% 4% 0; padding:0; width:48%; }
ul.menu-ceremony li:nth-child(2) { margin:0 0 4% 0; padding:0; }
ul.menu-ceremony li:last-child { margin:0; padding:0; }

.box { width:100%; margin:0 auto; }
.lead { width:100%; font-size:1.3em; line-height:1.5; text-align:center; margin:2% auto;} 

.w80sp { width:80%; }
.w80 { width:100%; }
.w70 { width:90%; margin:0 auto; }
.w60 { width:90%; margin:0 auto; }
.w50 { width:90%; margin:0 auto; }
.w40 { width:90%; margin:0 auto; }
.w30 { width:90%; margin:0 auto; }
.w500 { width:90%; margin:0 auto; }
.w550 { width:90%; margin:0 auto; }
.w280 { width:90%; margin:0 auto; }
.w300 { width:190%; margin:0 auto; }

.w9r { width:95%; height:auto; margin:1% 0 0 5%!important; text-align:right!important;}
.w9 { width:90%; height:auto; margin:2% auto 0 auto!important;}
.w8 { width:80%; height:auto; }
.w7 { width:70%; height:auto; margin:0 auto; }
.w6 { width:60%; height:auto; margin:0 auto; }
.w5 { width:50%; height:auto; }
.w4 { width:40%; height:auto; }
.w3 { width:30%; height:auto; }


hr { height:0; margin:2% auto; width:95%; border:solid 1px #231815;}


.hide01 { display:none; }
.posi-ab { position:relative; }
.ov01:hover .hide01 { display:none; }
.hide01 img { opacity: 0.7; }

.hide01:hover a img {
transition: opacity 0.3s ease-out;
}



p { font-size:1.1em; line-height:1.5; text-align:center; width:95%; margin:0 auto; }
p.sm { font-size:0.9em; line-height:1.5; text-align:left; width:100%; margin:0 auto; }
p.b01 { font-size:1.25em; line-height:1.5; text-align:center; }
.reg { font-size:0.7em;}
.redbold { font-weight:bold; color:#C00; }
.bold { font-weight:bold; }
.font-b { font-size:1.5em;}
.ss { font-size:1em; height:1.3;}

ul.entry { list-style:none; width:100%; margin:0 auto; }
ul.entry li { width:60%; border:solid 8px #45B035; border-radius:16px; overflow:hidden; padding:2%; float:none; margin:0 auto 25px auto; position:relative; overflow:visible;}
ul.entry li:nth-child(3) { margin:0 auto; }
ul.entry li div { height:auto; }
ul.entry li::after { content: "▲"; display:block; position:absolute; right:45%; top:102%; font-size:1.5em; color:#45B035; transform: rotate(180deg)}
ul.entry li:nth-child(3)::after { content: ""; }

ul.shisetsu { list-style:none; width:100%; margin:3% auto; text-align:center; }
ul.shisetsu li { display:inline-block; width:33%; margin:0 0.5% 1% 0;}
ul.shisetsu li:nth-child(5n) { margin:0 0.5% 1% 0;}
ul.shisetsu li:nth-child(3n) { margin:0 0 1% 0;}

.caption { width:100%; padding:0; margin:0; }
ul.btm { list-style:none; margin:0 0 10px 0; }
ul.btm li { font-size:0.85em; text-indent:-1em; margin-left:1em; word-wrap: break-word; width:100%; }
.lego01 { font-size:0.85em; text-align:left; margin:0;}
.bt { background-color:#0D63A9; color:#FFF; padding:20px; text-align:left; width:100%; margin:0 auto; }

.w800-blk { width:95%; margin:2% auto; background-color:#000; text-align:center; padding:2% 0; }
.w800 { width:95%; margin:3% auto 0 auto; text-align:left;}

ul.btm { list-style:none; width:95%; margin:2% auto; }
ul.btm li { font-size:1.1em; line-height:1.5; text-align:left;  margin:0 0 0.3em 0; color:#FFF; padding-left: 1em; text-indent: -1em;}

ul.btm800 { list-style:none; width:95%; margin:2% auto; }
ul.btm800 li { font-size:1.1em; line-height:1.5; text-align:left;  margin:0 0 0.5em 0; color:#FFF; padding-left: 1em; text-indent: -1em;}

ul.number { list-style:none; width:95%; margin:2% auto; }
ul.number li:nth-child(odd) { display:inline-block; margin:0 2% 2% 0; vertical-align:middle; width:10%; }
ul.number li:nth-child(even) { display:inline-block; font-size:1.1em; line-height:1.5; text-align:left; margin:0 0 2% 0; vertical-align:middle; width:88%; color:#fff; }
ul.number li:nth-child(1) { vertical-align:top; }

.kadomaru { width:95%; border:1px solid #fff; padding:3%; margin:3% auto; border-radius:20px; }

ul.apli { list-style:none; width:100%; margin:2% auto;}
ul.apli li:first-child { display:inline-block; text-align:right; margin:0 10px 0 0; width:40%;}
ul.apli li:last-child { display:inline-block; text-align:left; margin:0 0 0 0; width:45%;}

.bg-blk { background-color:#000; padding:3%; }
.corona { padding:3%; color:#FFF; font-size:0.9em; line-height:1.3; text-align:left; background-color:#005CA2; }
.large { font-size:1.1em; }



.fr-shop { width:98%; margin:4% auto;}
.fr-shop-body { background-image:url("../images/bg-shop_1.png"); background-repeat:no-repeat; background-position:top left; background-size:100%;}
.fr-food-body { background-image:url("../images/bg-food_1.png"); background-repeat:no-repeat; background-position:top left; background-size:100%;}
.fr-amuse-body { background-image:url("../images/bg-amuse_1.png"); background-repeat:no-repeat; background-position:top left; background-size:100%;}

ul.shop-name { width:70%; margin:0 auto; list-style:none; }
ul.shop-name li { display:inline-block; margin:0; padding:0; width:50%; }
ul.shop-body { width:90%; list-style:none; margin:0 auto; }
ul.shop-body li { display:inline-block; margin:0; padding:0; width:50%; }
ul.shop-body735 { width:90%; list-style:none; margin:0 auto; }
ul.shop-body735 li { display:inline-block; margin:0; padding:0; vertical-align:top; width:50%;}
ul.shop-body735 li:nth-child(1) { width:50%; }
ul.shop-body735 li:nth-child(2) { width:50%; }


.pt56 { padding-top:8%!important; }

.w721 { width:90%; margin:20px auto 0 auto; font-size:1em; line-height:1.3; text-align:left; }
.w735 { widht:90%; margin:0 auto; }

.w800 { width:95%; margin:4% auto 0 auto; text-align:left; font-size:1em; line-height:1.3;}
.w800-fr { width:95%; border:2px solid #000; padding:2%; margin:4% auto 0 auto; text-align:left; font-size:1em; line-height:1.3;}

.top-bg { background-image:url("../images/bg-main.jpg"); background-repeat:repeat-y; background-position:top left; background-size:100%;}
.bg-red { background-color:#ea617c; padding:2%; }
.bg-orange { background-color:#f6ab00; padding:2%; }
.bg-blue { background-color:#00b2bc; padding:2%; }

}



