@charset 'utf-8';

/* =========================================================
about
========================================================= */
#about {
}
@media only screen and (max-width: 750px){
}

/* =========================================================
info_bloc
========================================================= */
#info_bloc {
}
#info_bloc .inner{
	display:         flex;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	        flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
	        align-items: stretch;
	-webkit-align-items: stretch;
	padding-top: 5rem;
	padding-bottom: 11rem !important;
}
@media only screen and (max-width: 750px){
	#info_bloc {
	}
	#info_bloc .inner{
		display: block;
		padding-top: 0;
		padding-bottom: 1.1rem !important;
	}
}

/* =========================================================
info_left_bloc
========================================================= */
#info_left_bloc {
	width: 210px;
	padding-right: 20px;
}
#info_left_bloc .m_ttl {
	align-items: flex-start;
	-webkit-align-items: flex-start;
	margin-top: 1.2rem;
}
#info_left_bloc .m_ttl .en {
	font-size: 3.2rem;
	margin-bottom: 1.1rem;
	margin-top: -0.9rem;
}
#info_left_bloc .m_ttl .jp {
	font-size: 1.4rem;
}
@media only screen and (max-width: 750px){
	#info_left_bloc {
		width: 100%;
		padding-right: 0;
		margin-bottom: 0.55rem;
	}
	#info_left_bloc .m_ttl {
		margin-top: 0;
	}
	#info_left_bloc .m_ttl .en {
		font-size: 0.62rem;
		margin-top: -0.1rem;
		margin-bottom: 0.18rem;
	}
	#info_left_bloc .m_ttl .jp {
		font-size: 0.26rem;
	}
}

/* =========================================================
info_right_bloc
========================================================= */
#info_right_bloc {
	width: 77.193%;
	display:         flex;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	        flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
	        align-items: stretch;
	-webkit-align-items: stretch;
}
#info_right_bloc .txt_area {
	width: calc(100% - 255px);
}
#info_right_bloc .txt_area p {
	width: 100%;
	line-height: 3.15em;
}
#info_right_bloc .img_area {
	width: 200px;
}
#info_right_bloc .img_area .img {
	margin-top: 1.2rem;
	margin-bottom: 1.8rem;
}
#info_right_bloc .img_area .img picture {
}
#info_right_bloc .img_area .name {
	text-align: center;
}
#info_right_bloc .img_area .name *{
	display: block;
}
#info_right_bloc .img_area .name .jp {
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1em;
	margin-bottom: 0.6rem;
	letter-spacing: 0.2em;
}
#info_right_bloc .img_area .name .en {
	letter-spacing: 0;
}
@media only screen and (max-width: 750px){
	#info_right_bloc {
		width: 100%;
		display: block;
	}
	#info_right_bloc .txt_area {
		width: 100%;
	}
	#info_right_bloc .txt_area p {
		line-height: 1.75em;
	}
	#info_right_bloc .img_area {
		display:         flex;
		display: -webkit-flex;
		-webkit-justify-content: flex-start;
		        justify-content: flex-start;
		        flex-flow: row nowrap;
		-webkit-flex-flow: row nowrap;
		        align-items: stretch;
		-webkit-align-items: stretch;
		width: 100%;
		margin-top: 0.5rem;
	}
	#info_right_bloc .img_area .img {
		margin-top: 0;
		margin-bottom: 0.2rem;
	}
	#info_right_bloc .img_area .name {
		text-align: left;
		white-space: nowrap;
		margin-left: 0.6rem;
		margin-top: -0.04rem;
	}
	#info_right_bloc .img_area .name .jp {
		font-size: 0.36rem;
		margin-bottom: 0.12rem;
	}
}

/* =========================================================
store_bloc
========================================================= */
#store_bloc {
}
#store_bloc .inner {
	display:         flex;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	        flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
	        align-items: stretch;
	-webkit-align-items: stretch;
	padding-top: 0;
	padding-bottom: 11.8rem !important;
}
@media only screen and (max-width: 750px){
	#store_bloc .inner {
		display: block;
		padding-top: 0;
		padding-bottom: 1.18rem !important;
	}
}

/* =========================================================
store_left_bloc
========================================================= */
#store_left_bloc {
	width: 210px;
	padding-right: 20px;
}
#store_left_bloc .m_ttl {
	align-items: flex-start;
	-webkit-align-items: flex-start;
}
#store_left_bloc .m_ttl .en {
	font-size: 3.2rem;
	margin-bottom: 1.1rem;
	margin-top: -0.9rem;
}
#store_left_bloc .m_ttl .jp {
	font-size: 1.4rem;
}
@media only screen and (max-width: 750px){
	#store_left_bloc {
		width: 100%;
		padding-right: 0;
	}
	#store_left_bloc .m_ttl {
		margin-bottom: 0.55rem;
	}
	#store_left_bloc .m_ttl .en {
		font-size: 0.62rem;
		margin-top: -0.19rem;
		margin-bottom: 0.18rem;
	}
	#store_left_bloc .m_ttl .jp {
		font-size: 0.26rem;
	}
}

/* =========================================================
store_right_bloc
========================================================= */
#store_right_bloc{
	display:         flex;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	        flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	        align-items: stretch;
	-webkit-align-items: stretch;
	width: 77.193%;
}
#store_right_bloc .info{
	padding-right: 20px;
	margin-bottom: 2rem;
}
#store_right_bloc .info .name{
	margin-bottom: 2.2rem;
	margin-top: -0.5rem;
}
#store_right_bloc .info .name .cate{
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 1.3em;
	display: block;
	margin-bottom: 1.6rem;
	letter-spacing: 0;
}
#store_right_bloc .info .name .shop{
	font-size: 3.6rem;
	font-weight: 500;
	line-height: 1.3em;
	display: block;
	letter-spacing: 0;
}
#store_right_bloc .info .msg{
	display:         flex;
	display: -webkit-flex;
	-webkit-justify-content: flex-start;
	        justify-content: flex-start;
	        flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
	        align-items: center;
	-webkit-align-items: center;
	margin-bottom: 1.6rem;
}
#store_right_bloc .info .msg .box{
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1em;
	margin-right: 0.8rem;
	padding: 4px 8px 6px 7px;
	white-space: nowrap;
	border: 1px solid #414976;
}
#store_right_bloc .info .contact{
	display:         flex;
	display: -webkit-flex;
	-webkit-justify-content: flex-start;
	        justify-content: flex-start;
	        flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
	        align-items: center;
	-webkit-align-items: center;
	margin-bottom: 0.7rem;
}
#store_right_bloc .info .contact .tel{
	display:         flex;
	display: -webkit-flex;
	-webkit-justify-content: flex-start;
	        justify-content: flex-start;
	        flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
	        align-items: center;
	-webkit-align-items: center;
	margin-right: 2.4rem;
}
#store_right_bloc .info .contact .tel i{
	margin-right: 1rem;
	margin-left: -0.4rem;
	padding-top: 0;
	padding-bottom: 0;
}
#store_right_bloc .info .contact .tel *{
	font-size: 2.4rem;
	line-height: 1em;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	letter-spacing: 0.01em;
}
#store_right_bloc .info .addr{
	line-height: 1.7em;
}
@media only screen and (max-width: 750px){
	#store_right_bloc{
		display: block;
		width: 100%;
	}
	#store_right_bloc .info{
		padding-right: 0;
		margin-bottom: 0.55rem;
	}
	#store_right_bloc .info .name{
		margin-bottom: 0.21rem;
		margin-top: 0;
	}
	#store_right_bloc .info .name .cate{
		font-size: 0.32rem;
		margin-bottom: 0.13rem;
	}
	#store_right_bloc .info .name .shop{
		font-size: 0.48rem;
	}
	#store_right_bloc .info .msg{
		margin-bottom: 0.28rem;
	}
	#store_right_bloc .info .msg .box{
		font-size: 0.26rem;
		margin-right: 0.2rem;
		padding: 0.1rem 0.11rem 0.1rem 0.12rem;
		letter-spacing: 0.03em;
	}
		#store_right_bloc .info .msg span:not(.box) {
		letter-spacing: 0;
		white-space: nowrap;
	}
	#store_right_bloc .info .contact{
		margin-bottom: 0.15rem;
	}
	#store_right_bloc .info .contact .tel{
		margin-right: auto;
	}
	#store_right_bloc .info .contact .tel i{
		margin-right: 0.16rem;
		margin-left: -0.08rem;
	}
	#store_right_bloc .info .contact .tel *{
		font-size: 0.46rem;
		padding-top: 0.02rem;
		padding-bottom: 0.05rem;
		letter-spacing: 0.03em;
	}
	#store_right_bloc .info .addr{
		line-height: 1.4em;
		letter-spacing: 0.03em;
	}
}

/* =========================================================
gmap
========================================================= */
#gmap {
	width: 420px;
}
#gmap .gmap_box {
	overflow: hidden;
	position: relative;
	z-index: 0;
}
#gmap .gmap_box iframe {
	width: 100%;
	height: 260px;
	vertical-align: top;
	border: none;
}
@media only screen and (max-width: 750px){
	#gmap {
		width: 100%;
	}
	#gmap .gmap_box iframe {
		height: 4.33rem;
	}
}

/* =========================================================
outline_bloc
========================================================= */
#outline_bloc {
}
#outline_bloc .inner {
	display:         flex;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	        flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
	        align-items: stretch;
	-webkit-align-items: stretch;
	padding-top: 0;
	padding-bottom: 12rem !important;
}
@media only screen and (max-width: 750px){
	#outline_bloc .inner {
		display: block;
		padding-top: 0;
		padding-bottom: 1.2rem !important;
	}
}

/* =========================================================
outline_left_bloc
========================================================= */
#outline_left_bloc {
	width: 210px;
	padding-right: 20px;
}
#outline_left_bloc .m_ttl {
	align-items: flex-start;
	-webkit-align-items: flex-start;
}
#outline_left_bloc .m_ttl .en {
	font-size: 3.2rem;
	margin-bottom: 1.1rem;
	margin-top: -0.9rem;
}
#outline_left_bloc .m_ttl .jp {
	font-size: 1.4rem;
}
@media only screen and (max-width: 750px){
	#outline_left_bloc {
		width: 100%;
		padding-right: 0;
	}
	#outline_left_bloc .m_ttl {
		margin-bottom: 0.58rem;
	}
	#outline_left_bloc .m_ttl .en {
		font-size: 0.62rem;
		margin-top: -0.19rem;
		margin-bottom: 0.18rem;
	}
	#outline_left_bloc .m_ttl .jp {
		font-size: 0.26rem;
	}
}

/* =========================================================
outline_right_bloc
========================================================= */
#outline_right_bloc {
	width: 77.193%;
}
#outline_right_bloc .tbl_def th {
	width: 33%;
}
#outline_right_bloc .tbl_def td {
	width: 67%;
}
#outline_right_bloc .tbl_def td p {
	margin-bottom: 0.9rem;
	line-height: 1.7em;
}
#outline_right_bloc .tbl_def td p:before,
#outline_right_bloc .tbl_def td p:after {
	display: none !important;
}
#outline_right_bloc .tbl_def td p:last-child {
	margin-bottom: 0;
}
@media only screen and (max-width: 750px){
	#outline_right_bloc {
		width: 100%;
	}
	#outline_right_bloc .tbl_def th {
		width: 25.71%;
	}
	#outline_right_bloc .tbl_def td {
		width: 74.29%;
	}
	#outline_right_bloc .tbl_def td p {
		margin-bottom: 0.09rem;
		line-height: 1.4em;
	}
	#outline_right_bloc .tbl_def td p:last-child {
		margin-bottom: 0;
	}
}
