/*
Theme Name: WordPressテーマ
Theme URI: http://erimaki-house.com/
Author: Hardblues
Author URI: http://erimaki-house.com/
Description: WordPress用テーマ
Version: 1.0
License: ***
License URI: ***
Tags: template,blog
Text Domain: EH_template
*/


/* リセッター */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
img {
	vertical-align: bottom;
}
figure {
	margin: 0;
}

/**********************************************************************************************************************************************/
/* メイン設定
/**********************************************************************************************************************************************/

html.body {
}

body {
	font-family: "M PLUS 1p", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Helvetica, sans-serif;
	background: #ffffff;
	font-size: 16px;
	color: #625137;
}

.wrapper {
	max-width: 1200px;
	padding: 0 20px;
	margin: 0px auto;
	position: relative;
	box-sizing: border-box;
}
@media (max-width: 480px) {
	.wrapper {
		width: 100%;
		padding: 0 20px;
	}
}

a {
	text-decoration:none;
}
a:hover {
}

/**********************************************************************************************************************************************/
/* common */
.clearfix:before,.clearfix:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0px;
	font-size:0px;
	content:"";
}
.clearfix { display:inline-table;}
.clearfix { display:block;}

.fclear {clear: both;}
/* 改行制御 */
.pcbr { display: block; }
.spbr { display: none; }
@media (max-width: 480px) {
	.pcbr { display: none; }
	.spbr { display: block; }
}
/* 字揃え制御 */
.pctc {text-align: center;}
.pctr {text-align: right;}
@media (max-width: 480px) {
	.pctc {text-align: left;}
	.pctr {text-align: left;}
	.sptc {text-align: center;}
	.sptr {text-align: right;}
}
/* アウトライナー */
.outliner {display: none;}


/**********************************************************************************************************************************************/
/* メニュー（オーバーレイヤー） */
#main_menu_disp {
	display: none;
	width: 100%;
	height: 100%;
	padding: 50px 10px;
	background-color: rgba(255,255,255,0.8);
	box-sizing: border-box;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
}
#main_menu_disp.viewing {
	display: block;
}
#main_menu_disp .wrapper {}
#main_menu_close {
	position: absolute;
	top: -30px;
	right: 10px;
}
#main_menu_close span {
	display: block;
	font-size: 0;
	text-align: center;
	width: 50px;
	height: 50px;
	background-color: #fdedd3;
	border-radius: 100px;
}
#main_menu_close span:before {
	font-size: 24px;
	color: #8d692a;
	line-height: 50px;
}
#main_menu_title {
	margin-bottom: 30px;
}
#main_menu_title img {
	max-width: 100%;
}
#access {}
#gnavi {
	text-align: center;
}
#gnavi li {
	margin-bottom: 20px;
}
#gnavi li a {
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #625137;
	line-height: 60px;
	height: 60px;
	background-color: #ffffff;
	border-radius: 15px;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
#gnavi li a:hover {}
@media (max-width: 480px) {
}


/**********************************************************************************************************************************************/
/* メインレイアウト */
#main_disp {}
#main_menu_open {
	display: none;
}
#main_menu_open span {}
@media (max-width: 480px) {
	#main_menu_open {
		display: block;
		position: fixed;
		top: 20px;
		right: 20px;
		z-index: 200;
	}
	#main_menu_open span {
		display: block;
		font-size: 0;
		text-align: center;
		width: 50px;
		height: 50px;
		background-color: #fdedd3;
		border-radius: 100px;
	}
	#main_menu_open span:before {
		font-size: 24px;
		color: #8d692a;
		line-height: 50px;
		}
}


/**********************************************************************************************************************************************/
/* ヘッダー */
#main_header {
	display: block;
	background: url(images/mainvisual_charactors.png) no-repeat center top 500px,url(images/mainvisual_bg.jpg) no-repeat center top;
	background-size: auto,cover;
	padding-top: 10px;
	position:relative;
	z-index: 1;
}
#main_header:after {
	content: "";
	display: block;
	width: 100%;
	height: 20px;
	background: url(images/cmn_bg_wave_yellow.png) repeat-x center top;
	background-size: 100px;
	position: absolute;
	bottom: 0;
	z-index: 100;
}
@media (max-width: 1600px) {
	#main_header {
		background-size: auto,auto;
	}
}
#main_header h1 {
	text-align: center;
	/* margin-bottom: 280px; */
	position: relative;
	max-width: 1000px;
	margin: 0 auto 280px;
}
#main_header h1 img {
	max-width: 1000px;
	max-width: 100%;
}
/* メニュー（ヘッダー内） */
#main_gnavi_leadarea {
	background: url(images/lead_bg_cloud.png) no-repeat center top;
	position: relative;
	z-index: 1;
}
#main_menu_nav {
	padding-top: 60px;
	text-align: center;
	margin-bottom: 40px;
}
#main_menu_nav li {
	display: inline-block;
	margin: 0 20px;
}
#main_menu_nav li a {
	display: block;
	font-size: 28px;
	font-weight: bold;
	color: #625137;
	line-height: 75px;
	letter-spacing: 0.1em;
	width: 280px;
	height: 80px;
	padding: 0 5px 5px 0;
	background: url(images/gnavi_bg_cloud.png);
	box-sizing: border-box;
}
#main_menu_nav li a:hover {}
@media (max-width: 480px) {
	#main_header {
		background: url(images/mainvisual_charactors.png) no-repeat center top 160px,url(images/mainvisual_bg.jpg) no-repeat center top;
		background-size: 500px,cover;
		padding-top: 10px;
	}
	#main_header:after {
		height: 10px;
		background-size: 50px;
	}
	#main_header h1 {
		text-align: center;
		margin-bottom: 100px;
	}
	#main_header h1 img {
		max-width: 300px;
	}
	/* メニュー（ヘッダー内） */
	#main_gnavi_leadarea {
		background: url(images/lead_bg_cloud.png) no-repeat center top;
		background-size: calc(100% + 40px);
		position: relative;
		z-index: 1;
	}
	#main_menu_nav {
		display: none;
	}
}
/* リード文（ヘッダー内） */
#main_lead {
	padding-bottom: 100px;
}
#main_lead p {
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	line-height: 2;
}
#main_lead p:not(:last-child) {
	margin-bottom: 30px;
}
@media (max-width: 480px) {
	#main_lead {
		padding: 40px 0 20px;
	}
	#main_lead p {
		font-size: 16px;
		text-align: center;
		line-height: 1.5;
	}
	#main_lead p:not(:last-child) {
		margin-bottom: 10px;
	}
	}



/**********************************************************************************************************************************************/
/* 本文（#main_body） */
#main_body {}
@media (max-width: 480px) {
}

/* section common style */
.sec_common {
	padding: 50px 0;
	position: relative;
}
.sec_common_a {
	background: url(images/cmn_bg_yellow.png) repeat center top;
	background-size: 100px;
}
.sec_common_a:after {
	content: "";
	display: block;
	width: 100%;
	height: 20px;
	background: url(images/cmn_bg_wave_blue.png) repeat-x center top;
	background-size: 100px;
	position: absolute;
	bottom: 0;
	z-index: 100;
}
.sec_common_b {
	background: url(images/cmn_bg_blue.png) repeat center top;
	background-size: 100px;
}
.sec_common_b:after {
	content: "";
	display: block;
	width: 100%;
	height: 20px;
	background: url(images/cmn_bg_wave_gray.png) repeat-x center top;
	background-size: 100px;
	position: absolute;
	bottom: 0;
	z-index: 100;
}
.sec_common_c {
	background: url(images/cmn_bg_gray.png) repeat center top;
	background-size: 100px;
}
.sec_common>header {
	margin-bottom: 30px;
}
.sec_common>header h1 {
	text-align: center;
	margin-bottom: 30px;
}
.sec_common>header h1 span {
	display: inline-block;
	font-size: 48px;
	font-weight: bold;
	line-height: 120px;
	letter-spacing: 0.1em;
	width: 460px;
	height: 130px;
	padding: 0 30px 10px;
	background: url(images/cmn_header_bg_cloud.png);
	box-sizing: border-box;
	position: relative;
}
.sec_common>header h1 span:before {
	content: "";
	display: block;
	width: 190px;
	height: 250px;
	background: rgba(0,0,0,0.2);
	position: absolute;
	top: 0;
	left: -130px;
}
.sec_common>header h1 .char_a:before {
	background: url(images/header_char_a.png) no-repeat center center;
	background-size: cover;
}
.sec_common>header h1 .char_b:before {
	background: url(images/header_char_b.png) no-repeat center center;
	background-size: cover;
}
.sec_common>header h1 .char_c:before {
	background: url(images/header_char_c.png) no-repeat center center;
	background-size: cover;
}
@media (max-width: 480px) {
	.sec_common {
		padding: 20px 0;
	}
	.sec_common_a,
	.sec_common_b,
	.sec_common_c {
		background-size: 50px;
	}
	.sec_common_a:after,
	.sec_common_b:after{
		height: 10px;
		background-size: 50px;
	}
	.sec_common>header {
		margin-bottom: 10px;
	}
	.sec_common>header h1 {
		text-align: center;
		margin-bottom: 10px;
	}
	.sec_common>header h1 span {
		font-size: 24px;
		line-height: 60px;
		letter-spacing: 0.1em;
		width: 230px;
		height: 65px;
		padding: 0 15px 5px;
		background-size: cover;
	}
	.sec_common>header h1 span:before {
		width: 95px;
		height: 125px;
		left: -65px;
	}
}



/**********************************************************************************************************************************************/
/* コンテンツ */
.sec_shoplist {
	text-align: center;
	position: relative;
	z-index: 100;
}
.sec_shoplist>header {
	color: #ffffff;
	padding: 30px 0 60px;
}
.sec_shoplist:not(:first-of-type)>header {
	margin-top: 30px;
}
.sec_shoplist.sec_shoplist_brewery>header {
	background-color: #ed804f;
}
.sec_shoplist.sec_shoplist_food>header {
	background-color: #f8b424;
}
.sec_shoplist.sec_shoplist_kitchencar>header {
	background-color: #a0cc54;
}
.sec_shoplist>header .subtitle {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.4em;
	margin-bottom: 10px;
}
.sec_shoplist>header h1 {}
.sec_shoplist>header h1 span {
	display: inline-block;
	font-size: 36px;
	font-weight: bold;
	letter-spacing: 0.1em;
	position: relative;
}
.sec_shoplist>header h1 span:before,
.sec_shoplist>header h1 span:after {
	font-size: 45px;
	position: absolute;
	top: 0;
}
.sec_shoplist>header h1 span:before {left: -50px;}
.sec_shoplist>header h1 span:after {right: -50px;}
.sec_shoplist>header .title_guest {
	display: inline-block;
	font-size: 26px;
	font-weight: bold;
	position: relative;
}
.sec_shoplist>header .title_guest span:before,
.sec_shoplist>header .title_guest span:after {
	font-size: 35px;
	position: absolute;
	top: 0;
}
.sec_shoplist>header .title_guest span:before {left: -30px;}
.sec_shoplist>header .title_guest span:after {right: -30px;}
@media (max-width: 480px) {
	.sec_shoplist>header {
		padding: 10px 0 30px;
	}
	.sec_shoplist:not(:first-of-type)>header {
		margin-top: 20px;
	}
	.sec_shoplist>header .subtitle {
		font-size: 14px;
		letter-spacing: 0.4em;
		margin-bottom: 10px;
	}
	.sec_shoplist>header h1 span {
		font-size: 18px;
		letter-spacing: 0.1em;
	}
	.sec_shoplist>header h1 span:before,
	.sec_shoplist>header h1 span:after {
		font-size: 26px;
	}
	.sec_shoplist>header h1 span:before {left: -25px;}
	.sec_shoplist>header h1 span:after {right: -25px;}
	.sec_shoplist>header .title_guest {
		font-size: 16px;
		padding-top: 10px;
	}
	.sec_shoplist>header .title_guest span:before,
	.sec_shoplist>header .title_guest span:after {
		font-size: 20px;
		top: 10px;
	}
	.sec_shoplist>header .title_guest span:before {left: -20px;}
	.sec_shoplist>header .title_guest span:after {right: -20px;}
}


/* 出店情報 */
.shopbox_wrapper {
	font-size: 0;
	text-align: left;
	margin-top: -30px;
}
.shopbox_wrapper_kitchencar {
	text-align: center;
}
.shopbox_wrapper:not(:last-child) {
	margin-bottom: 30px;
}
.shopbox {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	/* width: 560px; */
	width: calc(50% - 20px);
	padding: 30px 20px;
	background-color: #ffffff;
	margin-bottom: 40px;
	border-radius: 30px;
	box-sizing: border-box;
	position: relative;
}
.shopbox:nth-of-type(odd) {
	margin-right: 30px;
}
.shopbox_kitchencar {
	width: 300px;
}
.shopbox_kitchencar .date {
	position: absolute;
	top: -30px;
	left: 30px;
}
.shopbox_kitchencar .date span.circle {
	display: block;
	font-size: 30px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	line-height: 60px;
	width: 60px;
	height: 60px;
	background-color: #8d692a;
	border-radius: 100px;
}
.shopbox_kitchencar .date span.month {
	font-size: 75%;
}
.shopbox figure {
	width: 260px;
	max-width: 100%;
	min-height: 100px;
	margin-bottom: 20px;
}
.shopbox figure img {
	max-width: 100%;
}
.shopbox .shopbox_textarea {
	text-align: left;
}
.shopbox .shopbox_textarea .station {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.1em;
	position: relative;
	margin-bottom: 5px;
}
.shopbox .shopbox_textarea .station:after {
	content: "";
	display: block;
	width: 100%;
	height: 10px;
	background-color: #ed804f;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.sec_shoplist.sec_shoplist_brewery .shopbox .shopbox_textarea .station:after {
	background-color: #ed804f;
}
.sec_shoplist.sec_shoplist_food .shopbox .shopbox_textarea .station:after {
	background-color: #f8b424;
}

.shopbox .shopbox_textarea .station span {
	display: inline-block;
	padding-bottom: 15px;
	position: relative;
}
.shopbox .shopbox_textarea .station span:before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	background-color: #ffffff;
	border-radius: 100px;
	position: absolute;
	right: 0;
	bottom: 1px;
	left: 0;
	margin: auto;
	z-index: 100;
}
.shopbox .shopbox_textarea .shopname {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 20px;
}
.shopbox .shopbox_textarea .shopdata {
	margin-bottom: 20px;
}
.shopbox .shopbox_textarea .shopdata li {
	font-size: 16px;
	line-height: 1.5;;
	padding-left: 20px;
	position: relative;
}
.shopbox .shopbox_textarea .shopdata li:before {
	position: absolute;
	top: 5px;
	left: 0;
}
.shopbox .shopbox_textarea .shopdata li:not(:last-child) {
	margin-bottom: 10px;
}
.shopbox .shopbox_textarea .message {
	font-size: 16px;
	line-height: 1.5;
}
.shopbox .shopbox_column {
	display: grid;
	grid-template-columns: 50% 1fr;
	position: relative;
}
.shopbox .shopbox_column .newcomer {
	position: absolute;
	top: -49px;
	left: calc(50% - 5px);
}
.shopbox .shopbox_column .newcomer span {
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	line-height: 34px;
	width: 100px;
	height: 34px;
	background-color: #ed804f;
	border: 4px solid #ffffff;
	border-radius: 100px;
}
.shopbox .shopbox_column .shopbox_textarea {
	padding-left: 20px;
}
.shopbox .shopbox_column .shopbox_textarea .atte {
	font-weight: bold;
	color: #ed804f;
}

.shopbox .shopbox_message {}
.shopbox .shopbox_message p {
	font-size: 16px;
	line-height: 1.5;
}
@media (max-width: 480px) {
	.shopbox_wrapper {
		margin-top: -10px;
	}
	.shopbox {
		display: block;
		width: 100%;
		padding: 20px 10px;
		margin-bottom: 20px;
		border-radius: 15px;
	}
	.shopbox:nth-of-type(odd) {
		margin-right: 0px;
	}
	.shopbox_kitchencar {
		display: inline-block;
		width: calc(50% - 5px);
	}
	.shopbox_kitchencar:nth-of-type(odd) {
		margin-right: 10px;
	}
	.shopbox_kitchencar .date {
		top: -20px;
		left: 20px;
	}
	.shopbox_kitchencar .date span.circle {
		font-size: 18px;
		line-height: 40px;
		width: 40px;
		height: 40px;
	}
	.shopbox figure {
		width: 100%;
		max-width: 300px;
		margin-bottom: 10px;
		margin-right: auto;
		margin-left: auto;
	}
	.shopbox .shopbox_textarea .station {
		font-size: 14px;
		margin-bottom: 5px;
	}
	.shopbox .shopbox_textarea .shopname {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.shopbox .shopbox_textarea .shopdata {
		margin-bottom: 10px;
	}
	.shopbox .shopbox_textarea .shopdata li {
		font-size: 14px;
		padding-left: 15px;
	}
	.shopbox .shopbox_textarea .shopdata li:before {
		position: absolute;
		top: 5px;
		left: 0;
	}
	.shopbox .shopbox_textarea .shopdata li:not(:last-child) {
		margin-bottom: 5px;
	}
	.shopbox .shopbox_textarea .message {
		font-size: 14px;
	}
	.shopbox .shopbox_column {
		display: block;
	}
	.shopbox .shopbox_column .newcomer {
		width: 100%;
		top: -37px;
		left: auto;
		right: auto;
		text-align: center;
	}
	.shopbox .shopbox_column .newcomer span {
		font-size: 16px;
		line-height: 30px;
		width: 100px;
		height: 30px;
		border-width: 4px;
	}
	.shopbox .shopbox_column .shopbox_textarea {
		padding-left: 0px;
	}
	.shopbox .shopbox_message p {
		font-size: 14px;
	}
}


/* ステージ情報 */
.timetable {
	width: 1000px;
	max-width: 100%;
	margin: 0 auto 30px;
}
.timetable figure {
	width: 100%;
	min-height: 100px;
	background-color: #cccccc;
}
.timetable figure img {
	max-width: 100%;
}
.artistbox_wrapper {
	font-size: 0;
}
.artistbox {
	display: inline-block;
	vertical-align: top;
	width: 360px;
	margin: 0 40px 30px 0;
}
.artistbox:nth-of-type(3n) {
	margin-right: 0;
}
.artistbox figure {
	width: calc(100% - 40px);
	min-height: 100px;
	background-color: #cccccc;
	margin: 0 auto 20px;
}
.artistbox figure img {
	max-width: 100%;
}
.artistbox .artistbox_textarea {
	padding: 30px 20px;
	background-color: #ffffff;
	border-radius: 30px;
	position: relative;
}
.artistbox .artistbox_textarea:before {
	display: block;
	color: #ffffff;
	width: 50px;
	height: 40px;
	font-size: 40px;
	position: absolute;
	top: -39px;
	right: 0;
	left: 0;
	margin: auto;
}
.artistbox .artistbox_textarea .name {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.artistbox .artistbox_textarea .name:not(:last-child) {
	margin-bottom: 20px;
}
.artistbox .artistbox_textarea .text {
	font-size: 16px;
	line-height: 1.5;
}
@media (max-width: 480px) {
	.timetable {
		width: 100%;
		margin: 0 auto 20px;
	}
	.artistbox {
		display: block;
		width: 100%;
		margin: 0 0 20px 0;
	}
	.artistbox figure {
		width: calc(100% - 40px);
		max-width: 300px;
		min-height: 100px;
		margin: 0 auto 10px auto;
	}
	.artistbox .artistbox_textarea {
		padding: 20px 10px;
		border-radius: 15px;
	}
	.artistbox .artistbox_textarea:before {
		width: 25px;
		height: 20px;
		font-size: 20px;
		top: -19px;
	}
	.artistbox .artistbox_textarea .name {
		font-size: 16px;
		/* text-align: left; */
	}
	.artistbox .artistbox_textarea .name.name:not(:last-child)) {
		margin-bottom: 10px;
	}
	.artistbox .artistbox_textarea .text {
		font-size: 14px;
	}
}


/* アクセス情報 */
.access_map {}
#googlemaps {
	width: 100%;
	height: 500px;
	margin-bottom: 30px;
	position: relative;
	z-index: 100;
}
#googlemaps iframe {
	width: 100%;
	height: 100%;
	border: 0;
}
.floormap {
	text-align: center;
	margin: 0 auto;
}
.floormap figure {
	width: 100%;
	min-height: 100px;
}
.floormap figure img {
	max-width: 100%;
}
@media (max-width: 480px) {
	#googlemaps {
		height: 300px;
		margin-bottom: 20px;
	}
	.floormap {
		width: 100%;
	}
}


/* ご注意事項 */
.sec_notes {
	padding: 50px 0;
}
.notesbox {
	width: 600px;
	padding: 30px;
	margin: 0 auto;
	border: 5px solid #8d692a;
	border-radius: 30px;
	box-sizing: border-box;
	position: relative;
}
.notesbox h1 {
	width: 100%;
	text-align: center;
	position: absolute;
	top: -18px;
	right: 0;
	left: 0;
	margin: auto;
}
.notesbox h1 span {
	display: inline-block;
	font-size: 22px;
	font-weight: bold;
	color: #8d692a;
	letter-spacing: 0.1em;
	padding: 5px 15px;
	background-color: #ffffff;
}
.notesbox ul {}
.notesbox li {
	line-height: 1.5;
	padding-left: 1em;
	position: relative;
}
.notesbox li:before {
	content: "※";
	position: absolute;
	left: 0;
}
.notesbox li:not(:last-child) {
	margin-bottom: 10px;
}
@media (max-width: 480px) {
	.sec_notes {
		padding: 20px 0;
	}
	.notesbox {
		width: 100%;
		padding: 20px 10px;
		border-width: 3px;
		border-radius: 15px;
	}
	.notesbox h1 {
		top: -15px;
	}
	.notesbox h1 span {
		font-size: 18px;
		padding: 5px 10px;
	}
}




/**********************************************************************************************************************************************/
/* フッター */
#main_footer {
	padding-top: 50px;
}
#footer_credits {
	width: 600px;
	margin: 0 auto 50px;
}
#footer_credits dl {}
#footer_credits dl>div {
	display: grid;
	grid-template-columns: 50px 1fr;
	line-height: 1.5;
}
#footer_credits dl dt {}
#footer_credits dl dd {}
#footer_credits dl dd span {
	white-space: nowrap;
}
#footer_logo_soratos {
	text-align: center;
	margin-bottom: 50px;
}
#footer_logo_soratos figure {}
#footer_logo_soratos figure img {
	max-width: 100%;
}
#main_footer_copyright {
	font-size: 12px;
	text-align: center;
	padding: 10px 0;
}
@media (max-width: 480px) {
	#main_footer {
		padding-top: 30px;
	}
	#footer_credits {
		width: 100%;
		margin: 0 auto 30px;
	}
	#footer_logo_soratos {
		text-align: center;
		margin-bottom: 50px;
	}
	#footer_logo_soratos figure {}
	#footer_logo_soratos figure img {
		max-width: 100%;
	}
	#main_footer_copyright {
		font-size: 12px;
		text-align: center;
		padding: 10px 0;
	}
	}


/* タブレット （iPad Portrait想定）*/
@media (max-width: 768px) {
body {
}
}

/* スマートフォン */
@media (max-width: 480px) {
html,body {
	font-size: 14px;
	-webkit-text-size-adjust: none;
}
}


/**********************************************************************************************************************************************/
