@charset "UTF-8";
/* CSS Document */

/************************************************
 diningtable.css
************************************************ */
/*201810*/
#diningtable2018{
	width: 1150px;
	/*color: #4c4c4c;*/
	color: #333;
	line-height: 1.4;
	margin: 0 auto 70px;
}
#diningtable2018 a{
	text-decoration: none;
	color: #333;
}
#diningtable2018 a:hover{
	opacity: 0.7;
}
#diningtable2018 img{
	max-width: 100%;
}
#diningtable2018 .intro{
	position: relative;
	margin: 0 auto 30px;
	text-align: center;
}
#diningtable2018 .intro .main-img img{
	width: 100%;
}
#diningtable2018 .intro .main-ttl{
	position: absolute;
	top: 5vw;
	/*right: 8vw;*/
	left: 0;
	right: 0;
	font-family: "Ancizar Serif", serif;
	font-weight: 400;
	line-height: 1.0;
}
#diningtable2018 .intro .main-ttl .ttl01{
	display: block;
	font-size: 60px;
}
#diningtable2018 .intro .main-ttl .ttl02{
	display: block;
	font-size: 71px;
}
#diningtable2018 .intro p{
	position: absolute;
	/*right: 20px;*/
	left: 20px;
	bottom: 26px;
	/*text-align: right;*/
	text-align: left;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.6;
	color: #fff;
}
.menu-box{
	position: relative;
	font-family: 'Noto Sans JP', sans-serif;
	text-align: right;
}
.menu-box .menu{
	position: absolute;
	left: 0;
	top: -16px;
	display: inline-block;
	vertical-align: middle;
	width: 80px;
	height: 80px;
}
.menu-box .menu img{
	width: 100%;
	height: auto;
}
.menu-inner{
	display: inline-block;
}
.menu-box ul{
	display: inline-block;
	vertical-align: middle;
	padding-left: 10px;
}
.menu-box li{
	display: inline-block;
	text-align: center;
	line-height: 1.0;
}
.menu-box li span:first-child{
	display: block;
	font-size: 22px;
	font-weight: 400;
	letter-spacing: .02em;
	border-right: 1px solid #000;
	padding: 0 20px;
	margin: 0;
}
.menu-box li span.last{
	border-right: none;
}
.menu-box li span{
	display: block;
	font-size: 13px;
	font-weight: 200;
	border-right: none;
	margin-top: 10px;
}
#design,#material,#function,#form,#point,#color,#legs,#size{
	padding-top: 100px;
	margin-top: -100px;
}
	
.section-box{
	margin: 40px auto;
	text-align: center;
}
.section-box .howto-box{
	margin: 80px auto;
}
.section-box h2.howto-ttl{
	font-size: 26px;
	margin: 0 auto 40px;
}
.section-box .howto-flex{
	margin: 30px auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.section-box .howto-txt-box{
	width: 48%;
}
.section-box .howto-img{
	width: 48%;
}
.section-box p.howto-txt{
	font-size: 15px;
	line-height: 1.6;
	text-align: left;
	margin: 0 auto 10px;
}
.section-box .ttl{
	text-align: center;
}
.section-box .ttl h3.ttl-txt{
	position: relative;
	display: block;
	font-size: 36px;
	border-bottom: 1px solid #000;
	margin: 0 auto 40px;
	color: #999;
}
.section-box .ttl  h3.ttl-txt:before{
	position: absolute;
	left: 0;
	bottom: -3px;
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	background: #000;
}
.section-box .ttl  h3.ttl-txt:after{
	position: absolute;
	right: 0;
	bottom: -3px;
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	background: #000;
}
.section-box .ttl  h3.ttl-txt span{
	display: block;
	font-size: 13px;color: #333;
	margin-bottom: 5px;
}
.section-box .ttl p{
	font-size: 15px;
	line-height: 1.6;
	/*text-align: left;*/
	padding: 0;
}
.section-box ul{
	width: 1000px;
	margin: 40px auto 0;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display:-ms-flexbox;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	/*justify-content: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: center;*/
}
.section-box ul li{
	position: relative;
/*	display: inline-block;
	vertical-align: top;*/
	width: 46%;
	margin: 20px 2% 60px;
}
.section-box ul li .scene{
	text-align: right;
}
.section-box ul li .scene img{
	width: 300px;
	height: auto;
}
.section-box ul li .item{
	position: absolute;
	top: 200px;
	left: 50px;
}
.section-box ul li .item img{
	width: 230px;
	height: auto;
}
.section-box ul li .no{
	position: absolute;
	top: 262px;
	right: 0;
	width: 160px;
	font-size: 16px;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.2;
	background: rgba(255,255,255,0.95);
	box-shadow: 2px 2px 2px rgba(0,0,0,0.10);
	padding: 8px;
	letter-spacing: .03em;
	word-wrap: break-word;
	color: #333;
}
.section-box ul li .no span{
	display: block;
	border-top: 1px solid #000;
	font-size: 12px;
	padding: 5px 10px 0;
	margin-top: .3em;
}
.section-box ul li dl{
	width: 300px;
	position: relative;
	top: 40px;
	text-align: left;
	float: right;
	line-height: 1.4;
}
.section-box ul li dl dt{
	font-size: 13px;
	font-weight: 600;
}
.section-box ul li dl dt a{
	/*text-decoration: underline !important;*/
}
.section-box ul li dl dd{
	padding-top: 5px;
	font-size: 13px;
}
.section-box ul li dl dd p{
	margin-bottom: 5px;
}
.section-box ul li dl dd .link:after{
	content: "＞";
	padding-left: .3em;
}
.section-box ul li dl dd .link{
	font-size: 12px;
	float: right;
	margin-top: 5px;
}

.size .ttl h2.ttl-txt{
	font-size: 24px;
	color: #333;
	letter-spacing: .05em;
	font-family: 'Noto Sans JP', sans-serif;
}
.size-box{
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}
.size-box h3.size-ttl{
	font-size: 22px;
	font-weight: 400;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: .03em;
	line-height: 1.4;
	text-align: center;
	padding-bottom: .3em;
	margin: 20px auto;
}
.size-box h3.size-ttl:after{
	content: "";
	display: block;
	width: 18px;
	height: 1px;
	background: #000;
	margin: 16px auto 0;
}
.size-box p{
	font-size: 14px;
	line-height: 1.6;
	margin: 30px auto;
	text-align: left;
}
.size-box .size-img{
	width: 100%;
	overflow: hidden;
}
.size-box .size-img .flL{
	width: 48%;
	overflow: hidden;
}
.size-box .size-img .flR{
	width: 48%;
	overflow: hidden;
}
.size-box .size-txt{
	width: 100%;
	margin-top: 20px;
}
.size-box .size-img img{
	width: 100%;
	max-width: 360px;
	height: auto;
}
.size-box .size-img2{
	width: 48%;
	margin-top: 20px;
}
.size-box .size-img2 p{
	margin: 0;
}
.size-box .ttl{
	font-size: 30px;
	text-align: left;
}
.size-box p.ttl{
	margin-top: 10px;
}

.size-box a.link:after{
	content: "＞";
	padding-left: .3em;
}
.size-box a.link{
	font-size: 12px;
	float: right;
	margin-top: 5px;
}

/*//201810*/


#coordi *,
#sizebalance * {
	box-sizing: border-box;
}
#coordi,
#sizebalance {
	margin: 20px auto;
}
#coordi .cont-inner,
#sizebalance .cont-inner {
	padding: 0 40px;
}
#coordi p.cont-lead,
#sizebalance p.cont-lead {
	line-height: 1.7;
	margin-bottom: 25px;
}
#coordi h3.coordi-ttl {
	width: 800px; height: 39px;
	text-align: right;
	box-sizing: border-box;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	padding: 10px 10px;
	margin-bottom: 15px;
	background: url(/files/images/unique/diningtable/coordi_ttl.gif) no-repeat;
}
#coordi .style-box {
	margin: 0 0 30px;
	position: relative;
}
#coordi .style-box h3 {
	text-indent: -9999px; overflow: hidden;
	width: 720px; height: 47px;
	margin-bottom: 14px;
}
#coordi .lbox { float: left; }
#coordi .rbox { float: right; }
#coordi .style-box.ph-left .lbox {
	width: 340px;
	position: relative;
	z-index: 2;
}
#coordi .style-box.ph-left .rbox {
	width: 380px; padding-left: 20px;
}
#coordi .style-box.ph-right .lbox {
	width: 380px; padding-right: 20px;
}
#coordi .style-box.ph-right .rbox {
	width: 340px;
}
#coordi .style-box .item {
	position: absolute;
}
#coordi .style-box p.caption {
	color: #6a6666;
	font-size: 12px;
	line-height: 1.5;
}
#coordi .databox {
	padding-top: 175px;
	width: 360px;
}
#coordi .go-detail {
	background: #a7967f;
	padding: 2px;
	width: 360px;
	position: absolute;
	right: 0; bottom: 20px;
}
#coordi .go-detail a {
	display: block;
	text-align: center;
	padding: 6px;
	width: 354px;
	border: 1px solid #fff;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	width: 100%;
}
#coordi .go-detail a span {
	display: block;
	margin: auto;
	background: url(/files/images/unique/diningtable/btn_link_arrow.gif) no-repeat left center;
	background-size: 15px 14px;
}
#coordi .lbox .go-detail {
	left: 0;
}
#coordi .style-box#no1-style h3 { background: url(/files/images/unique/201603_newlife/no1_ttl.gif); }
#coordi .style-box#no1-style .item { top: 0; right: 0; }
#coordi .style-box#no2-style h3 { background: url(/files/images/unique/201603_newlife/no2_ttl.gif); }
#coordi .style-box#no2-style .item { top: 47px; left: 0; }
#coordi .style-box#no3-style h3 { background: url(/files/images/unique/201603_newlife/no3_ttl.gif); }
#coordi .style-box#no3-style .item { top: 0; right: 0; }
#coordi .style-box#no4-style h3 { background: url(/files/images/unique/201603_newlife/no4_ttl.gif); }
#coordi .style-box#no4-style .item { top: 47px; left: 0; }

#sizebalance {
	margin-top: 60px;
}
#sizebalance h3.size-ttl {
	width: 800px; height: 39px;
	text-align: right;
	box-sizing: border-box;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	padding: 10px 10px;
	margin-bottom: 15px;
	background: url(/files/images/unique/diningtable/balance_ttl.gif) no-repeat;
}
#sizebalance h4.balance-h4 {
	font-size: 15px;
	font-weight: bold;
	border-top: 2px solid #b5b6b6;
	border-bottom: 0;
	padding: 0;
	margin: 30px 0 10px !important;
}
#sizebalance h4.balance-h4 span {
	margin-top: -0.5em;
	display: inline-block;
	background: #fff;
	padding-right: 0.5em;
}
#sizebalance .tablebox {
	width: 350px;
}
#sizebalance .tablebox.left {
	float: left;
}
#sizebalance .tablebox.right {
	float: right;
}
#sizebalance .tablebox dl {
	margin: 15px 0 20px;
	padding: 10px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#sizebalance .tablebox dt {
	font-weight: bold;
	margin-bottom: 0.5em;
}
#sizebalance .tablebox.left dl {
	background: #efe9e4;
}
#sizebalance .tablebox.right dl {
	background: #e9eff2;
}
#sizebalance .tablebox.left dt span {
	color: #c0ab99;
}
#sizebalance .tablebox.right dt span {
	color: #b7ccd4;
}
#sizebalance #checkpoint {
	background: #f8f4eb;
	border: 1px solid #cfb37a;
	padding: 15px;
	margin: 30px 0 60px;
	position: relative;
	z-index: 0;
}
#sizebalance #checkpoint h4 {
	text-indent: -9999px; overflow: hidden;
	border: none;
	padding: 0;
	margin: -30px 0 15px;
	width: 158px; height: 27px;
	background: url(/files/images/unique/diningtable/checkpoint.png) no-repeat;
}
#sizebalance #checkpoint dt {
	font-weight: bold;
	font-size: 14px;
	line-height: 1.5;
	float: left;
	position: relative;
	z-index: 2;
}
#sizebalance #checkpoint dd {
	color: #736357;
	width: 288px;
	float: right;
	margin-top: -5px;
}
#sizebalance #checkpoint .check-ill {
	position: absolute;
	left: 20px; top: -8px; z-index: 1;
}
.drawer_menu .drawer_button {
	display: none;
}

@media screen and (max-width: 800px) and (min-width: 533px){
	#coordi h3.coordi-ttl,
	#sizebalance h3.size-ttl {
		background-size: 800px !important;
		padding: 35px 0 0 0 !important;
	}
}

@media screen and (max-width: 896px){
	/*201810*/
#diningtable2018{
	width: 96%;
	position: relative;
	margin-bottom: 40px;
}
.section-box .ttl p br{
	display: none;
}
#diningtable2018 .intro{
	/*position: static;*/
	margin: 0 auto 20px;
}
#diningtable2018 .intro .main-ttl{
	position: absolute;
	top: 5vw;
	left: 0;
	right: 0;
}
#diningtable2018 .intro .main-ttl .ttl01{
	font-size: 5.8vw;
}
#diningtable2018 .intro .main-ttl .ttl02{
	font-size: 7vw;
}
#diningtable2018 .intro p{
	/*position: static;*/
	/*text-align:center;*/
	font-size: 1.3rem;
	margin: 0;
	padding: 0;
}
.menu-box{
}
.menu-box ul{
	display: block;
	padding-left: 0;
}
.menu-box li{
	display: block;
	text-align: left;
	line-height: 1.4;
	margin-bottom: 10px;
}
.menu-box li span:first-child{
	display: inline-block;
	font-size:1.5rem;
	border-right: 0;
	padding: 0;
	margin: 0;
}
.menu-box .nav_sp li a{
	padding: 0;
}
#diningtable2018 .menu-box li span{
	display: inline-block;
	font-size: 1.3rem;
	margin-top: 0;
	padding-left: .5em;
}
.menu-box .menu{
display: none;
}
.menu-box .menu img{
	width: 100%;
	height: auto;
}
	
/*drawer*/
.drawer_menu * {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.drawer_menu .drawer_bg_table {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999!important;
  background-color: rgba(51, 51, 51, 0.3);
  display: none;
  top: 0;
  left: 0;
}

.drawer_menu .drawer_button {
  display: block;
  background: none;
  border: none;
  padding: 0;
  width: 50px;
  letter-spacing: 0.1em;
  cursor: pointer;
  position: fixed;
 	bottom: 100px;
  right: -2px;
  left: auto;
  z-index: 1001;
  text-align: center;
}

.drawer_menu .drawer_button.active .drawer_bar {
  width: 38px;
}

/*.drawer_menu .drawer_button.active .bar1 {
  transform: rotate(32deg);
}
.drawer_menu .drawer_button.active .bar2 {
  opacity: 0;
}
.drawer_menu .drawer_button.active .bar3 {
  transform: rotate(-32deg);
}*/

.drawer_menu .drawer_button.active .drawer_menu_text {
  display: none;
}

.drawer_menu .drawer_button.active .drawer_close {
  display: block;
}

.drawer_menu .drawer_bar {
  display: block;
  height: 2px;
  margin: 8px 0;
  transition: all 0.2s;
	-webkit-transition : all 0.2s;
	transition : opacity 0.3s ease ;
  transform-origin: 0 0;
	background: url(/files/images/unique/diningtable/menu-icon.jpg) no-repeat;
	background-size: contain;
}

.drawer_menu .drawer_text {
  text-align: center;
  font-size: 1.0rem;
	font-family: 'Noto Sans JP', sans-serif;
}

.drawer_menu .drawer_close {
  letter-spacing: 0.08em;
  display: none;
}

.drawer_menu .drawer_menu_text {
  display: block;
}

.drawer_menu .nav_wrapper_table {
  width: 240px;
  height: auto;
  transition: all 0.2s;
  transform: translate(312px);
  position: fixed;
  bottom: 80px;
  right: 0;
  left: auto;
  z-index: 1000!important;
  background: #F6F6F6;
}

.drawer_menu .nav_wrapper_table.open {
  transform: translate(0);
}
.drawer_menu .nav_sp {
  padding: 30px 24px;
}
.drawer_menu .drawer_button {
  /*color: #276490;*/
	color: #000;
	background: #f6f6f6;
	padding: 2px;
	border: 1px solid #ccc;
}
.drawer_menu .drawer_button.active {
 border: 1px solid #f6f6f6;
}
.drawer_menu .drawer_button .drawer_bar {
  background-color: #276490;
}
/*//drawer*/

/*モバイルのみ表示のナビ*/
.menu-box2{
	width: 100%;
	margin: 10px auto 0;
	text-align: center;
}
.menu-box2 ul{
}
.menu-box2 li{
	display: inline-block;
	text-align: center;
	line-height: 1.0;
}
.menu-box2 li span:first-child{
	display: block;
	font-size: 1.4rem;
	letter-spacing: .02em;
	border-right: 1px solid #000;
	padding: 0 .8em;
	margin: 0;
}
.menu-box2 li span{
	display: block;
	font-size: 1.2rem;
	border-right: none;
	margin: 5px auto 10px;
}
.menu-box2 li span.last{
	border-right: none;
}

#design,#material,#function,#form,#point,#color,#legs,#size{
	padding-top: 60px;
	margin-top: -60px;
}
	
.section-box{
	margin: 10px auto;
	text-align: center;
}
	
.section-box .howto-box{
	width: 100%;
	margin: 40px auto 40px;
}
.section-box h2.howto-ttl{
	font-size: 24px;
	margin: 0 auto 20px;
}
.section-box p.howto-txt{
	font-size: 14px;
	margin: 0 auto 10px;
}	
.section-box .howto-flex{
	margin: 30px auto 0;
}
.section-box .howto-txt-box{
	width: 48%;
}
.section-box .howto-img{
	width: 48%;
}
	
.section-box .ttl{
	text-align: center;
}
.section-box .ttl h3.ttl-txt{
	position: relative;
	display: block;
	font-size: 2.4rem;
	font-weight: 400;
	line-height: 1.5;
	margin: 0 auto 20px;
}
.section-box .ttl h3.ttl-txt:before{
	position: absolute;
	left: 0;
	bottom: -2.5px;
	content: "";
	display: block;
	width: 4px;
	height: 4px;
}
.section-box .ttl h3.ttl-txt:after{
	position: absolute;
	right: 0;
	bottom: -2.5px;
	content: "";
	display: block;
	width: 4px;
	height: 4px;
}
.section-box .ttl h3.ttl-txt span{
	display: block;
	font-size: 1.3rem;
	margin-bottom: 3px;
}
.section-box .ttl p{
	font-size: 1.3rem;
	line-height: 1.6;
	text-align: left;
	padding: 0 2%;
	margin-bottom: 20px;
}
.section-box ul{
	width: 100%;
	margin: 10px auto;
}
.section-box ul li{
	width: 100%;
	margin: 0 auto 16px;
}
.section-box ul li:last-child{
	margin: 0 auto;
}
.section-box ul li .list-l{
	float: left;
	width: 48%;
	display: inline-block;
	vertical-align: top;
}
.section-box ul li .list-r{
	float: right;
	width: 48%;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}
.section-box ul li:nth-of-type(odd) .list-l{
	float: left;
}
.section-box ul li:nth-of-type(even) .list-l{
	float: right;
}
.section-box ul li:nth-of-type(odd) .list-r{
	float: right;
}
.section-box ul li:nth-of-type(even) .list-r{
	float: left;
	text-align: center;
}
.section-box ul li .scene{
	position: relative;
	text-align: right
}
.section-box ul li .scene img{
	width: 300px;
	height: auto;
}
.section-box ul li .item{
	position: relative;
	top: -10px;
	left: 0;
	width: 80%;
	max-width: 240px;
	float: none;
	display: inline-block;
	text-align: right;
	margin: 0;
}
.section-box ul li .item img{
	width: 100%;
	height: auto;
}
.section-box ul li .no{
	position: relative;
	top: -25px;
	width: 65%;
	font-size: 1.6rem;
	line-height: 1.4;
	padding: 5px;
	box-sizing: border-box;
	float: right;
}
.section-box ul li .no span{
	font-size: 1.3rem;
	padding: 3px 5px 0;
}
.section-box ul li dl{
	width: 96%;
	position: static;
	float: none;
}
.section-box ul li dl dt{
	font-size: 1.2rem;
	line-height: 1.3;
}
.section-box ul li dl dd{
	font-size: 1.2rem;
}
.section-box ul li dl dd .link{
	font-size: 1.0rem;
}
.section-box ul li:nth-of-type(even) .list-r .link{
	float: left;
}
.size .ttl h2.ttl-txt{
	font-size: 1.7rem!important;
}
.size-box{
	width: 100%;
	margin: 0 auto 30px;
	overflow: hidden;
}
.size-box:last-child{
	margin: 0 auto;
}
.size-box h3.size-ttl{
	font-size: 1.6rem;
	padding-bottom: .3em;
	margin: 0 auto 10px;
}
.size-box h3.size-ttl:after{
	margin: 10px auto;
}
.size-box p{
	font-size: 1.3rem;
	line-height: 1.5;
	margin: 10px auto;
}
.size-box .size-img{
	width: 100%;
	overflow: hidden;
}
.size-box .size-img .flL,	.size-box .size-img .flR{
	margin: 0;
}
.size-box .size-txt{
	width: 96%;
	font-size: 1.4rem;
	margin: auto;
	margin-top: 20px;
}
.size-box .size-img2{
	width: 48%;
	margin: 0;
}
.size-box .size-img2 p{
	margin: 0;
}
.size-box .size-img2 .ttl{
	font-size: 1.4rem;
	margin: 10px 0 0;
	text-align: left;
}	
/*//201810*/
	
	
	#coordi *,
	#sizebalance * {
		font-size: 1.2rem;
	}
	#coordi, #sizebalance {
			margin: 50px auto;
	}
	#sizebalance {
			margin-bottom: 30px;
	}
	#coordi h3.coordi-ttl,
	#sizebalance h3.size-ttl {
		background-size: auto 26px;
		width: 100%; height: auto;
		padding: 30px 0 0 0;
		color: #666;
	}
	#coordi p.cont-lead br,
	#sizebalance p.cont-lead br {
		display: none;
	}
	#coordi p.cont-lead,
	#sizebalance p.cont-lead {
		font-size: 1.3rem;
	}
	#coordi .cont-inner,
	#sizebalance .cont-inner {
    padding: 0 5px;
	}
	#coordi .style-box {
		margin: 0 6px 20px;
		position: relative;
		text-align: center;
		border-bottom: 1px solid #999;
		padding-bottom: 20px;
	}
	#coordi .style-box:last-child {
		border: none;
		margin-bottom: 0;
		padding-bottom: 0;
	}
	#coordi .style-box h3 {
		text-indent: -9999px; overflow: hidden;
		width: auto; height: 30px;
		background-size: auto 100% !important;
		background-repeat: no-repeat !important;
		margin-bottom: 14px;
		margin: 20px auto 10px;
	}
	#coordi .lbox,
	#coordi .rbox { float: none; }
	#coordi .style-box.ph-left .lbox {
		width: auto;
	}
	#coordi .style-box.ph-left .rbox {
		width: auto; padding-left: 0;
	}
	#coordi .style-box.ph-right .lbox {
		width: auto; padding-right: 0;
	}
	#coordi .style-box.ph-right .rbox {
		width: auto;
		margin-top: 15px;
	}
	#coordi .style-box .item {
		position: relative;
		margin: 0;
	}
	#coordi .style-box p.caption {
		text-align: left;
		margin-top: 1em;
	}
	#coordi .databox {
		padding-top: 0;
		width: auto;
	}
	#coordi .go-detail {
		position: relative;
		width: 100%;
		max-width: 360px;
		left: auto; bottom: auto;
		margin: 1em auto 0;
		text-align: center;
	}
	#coordi .go-detail a {
		margin: 0 auto;
	}
	#coordi .go-detail a span {
    padding-left: 1em;
	}
	#coordi .st4 {
		display: block;
	}
	#coordi .style-box#no1-style .item,
	#coordi .style-box#no2-style .item,
	#coordi .style-box#no3-style .item,
	#coordi .style-box#no4-style .item {
		top: 0; right: auto; left: auto;
		margin-top: 10px;
	}
	#sizebalance .tablebox {
    width: auto;
	}
	#sizebalance #checkpoint dt {
		float: none;
	}
	#sizebalance #checkpoint dd {
		float: none;
	}
	#sizebalance #checkpoint .check-ill {
		position: relative;
		left: auto; top: auto;
	}
	#sizebalance #checkpoint h4 {
		position: absolute;
    top: 10px;
    left: 10px;
		margin: 0;
	}
	#sizebalance #checkpoint dt {
		margin: 1.5em 0 1em;
	}
	#sizebalance #checkpoint dd {
		width: auto;
	}
	#sizebalance #checkpoint {
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 568px){
	#diningtable2018 .intro{
		/*position: static;*/
		margin: 0 auto 20px;
	}
	#diningtable2018 .intro .main-ttl{
		position: absolute;
		top: 8.5vw;
		left: 0;
		right: 0;
	}
	#diningtable2018 .intro .main-ttl .ttl01{
		font-size: 7.5vw;
	}
	#diningtable2018 .intro .main-ttl .ttl02{
		font-size: 9vw;
	}
	#diningtable2018 .intro p{
		/*position: static;*/
		position: absolute;
		right: 0;
		left: 0;
		bottom: 10px;
		text-align:center;
		font-size: 3.2vw;
		margin: 30px 0 0;
		padding: 0;
	}
	.section-box .howto-box{
		margin: 40px auto 40px;
	}
	.section-box .howto-flex{
		margin: 20px auto 0;
	}
	.section-box .howto-txt-box{
		width: 96%;
		margin: 0 auto 20px;
	}
	.section-box .howto-img{
		width: 100%;
	}
	.section-box h2.howto-ttl{
		font-size: 4.3vw;
		font-weight: 600;
		letter-spacing: .05em;
		margin: 0 auto 20px;
	}
	.section-box p.howto-txt{
		font-size: 3.4vw;
		line-height: 1.6;
		margin: 0 auto 10px;
		text-align: left;
	}	
	
	/*201810*/
	.section-box ul li .no{
		font-size: 3.5vw;
	}
	.section-box ul li .no span{
		font-size: 3vw;
	}
	.section-box ul li dl{
		width: 96%;
		float: none;
	}
	.menu-box2 li span:first-child{
		font-size: 4.3vw;
	}
	.menu-box2 li span{
		font-size: 3vw;
	}
	.menu-box2 li span.last2{
		border-right: none;
	}
	/*//201810*/
}