@charset "UTF-8";

/* message
===================================*/

#shopinfo {
    width: 100%;
    position: relative;
}

#shopinfo .inner {
    max-width: 1280px; /*1200px*/
}

#shopinfo p.lead{
	font-size: 1.6rem;
    line-height: 2.0;
    text-align: center;
    margin-bottom: 2em;
}

@media screen and (max-width: 480px) {
#shopinfo p.lead{
	font-size: 1.4rem;
    text-align: justify;
}
}

/* shopinfo-wrap
===================================*/
.shopinfo-wrap{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto 4em;
}

@media only screen and (max-width:768px){
.shopinfo-wrap{
	margin: 0 auto 2em;
}
}

/* shopinfo-txt */

.shopinfo-txt{
	width: 40%;
	max-width: 480px;
	border-right: 1px solid #A59ACA;
}
@media only screen and (max-width:768px){
.shopinfo-txt{
	width: 100%;
	margin: 0 auto;
	padding-bottom: 2em;
	border-right: none;
	border-bottom: 1px solid #A59ACA;
}
}

.shopinfo-txt .add_box{
	width: 100%;
}

.shopinfo-txt .add_box h3{
	margin-bottom: 2em;
}
@media only screen and (max-width:768px){
.shopinfo-txt .add_box h3{
	text-align: center!important;
}
.shopinfo-txt .add_box h3 img{
	max-width: 200px;
	margin: 0 auto;
}
}

/* shopinfo-img */

.shopinfo-img{
	width: 55%;
	max-width: 660px;
}
@media only screen and (max-width:768px){
.shopinfo-img{
	width: 100%;
	margin-bottom: 2em;
}
}

.shopinfo-img img{
	max-width: 100%;
}


/* access
===================================*/

#access {
    width: 100%;
	padding: 4em 0;
}
@media only screen and (max-width: 768px){
#access {
	padding: 2em 0;
}
}

#access .inner{
	position: relative;
}

#access .ttlbox{
	position: absolute;
	top: 0;
	left: 40px;
}
@media only screen and (max-width:768px){
#access .ttlbox{
	left: 20px;
}
}

#access .map_wrap{
	width: 100%;
	max-width: 1120px; /*960*/
	margin: 0 auto;
	padding: 0 80px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
@media only screen and (max-width:768px){
#access .map_wrap{
	margin: 0;
	padding: 0 0 0 50px;
}
}


#access .map_wrap p.add{
	width: 100%;
	font-size: 1.6rem;
	text-align: center;
	margin-top: 2em;
}
@media only screen and (max-width:768px){
#access .map_wrap p.add{
	font-size: 1.4rem;
	margin-top: 1em;
}
}
/*
#access .map_wrap.multi-col2{
	column-count: 2;
	column-gap: 40px;
	padding: 0;
}
@media only screen and (max-width:768px){
#access .map_wrap.multi-col2{
	column-count: 1;
	column-gap: 0;
}
#access .map_wrap.multi-col2 div{
	margin-bottom: 2em;
}
#access .map_wrap.multi-col2 div:last-child{
	margin-bottom: 0;
}
}
*/


/* profile
===================================*/

#profile {
    width: 100%;
    position: relative;
	padding-top: 2em;
	padding-bottom: 4em;
}
@media screen and (max-width: 768px) {
#profile {
	padding-top: 1em;
	padding-bottom: 2em;
}
}

#profile .inner {
	position: relative;
}

#profile .ttlbox{
	position: absolute;
	top: 0;
	right: 40px;
}
@media only screen and (max-width:768px){
#profile .ttlbox{
	right: 20px;
}
}

#profile .info_wrap{
	width: 100%;
	max-width: 1120px; /*960*/
	margin: 0 auto;
	padding: 0 80px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
@media only screen and (max-width:768px){
#profile .info_wrap{
	padding: 0 50px 0 0;
}
}

/* information */

table.information{
	width: 100%;
	text-align: left;
	font-size: 1.6rem;
}

table.information tr{
	border-bottom: 1px solid #707070;
}

table.information tr:first-child{
	border-top: 1px solid #707070;
}

table.information th,
table.information td{
	padding: 16px 32px;
    vertical-align: top;
}

table.information th{
	width: 25%;
    font-weight: 400;
}

table.information td{
	padding-left: 0;
}

@media screen and (max-width: 768px) {
table.information{
    font-size: 1.4rem;
}
table.information th,
table.information td{
	padding: 8px 20px;
}
table.information th{
	width: 35%;
}
table.information td{
	padding-left: 0;
}
} /*@mediaEnd*/

/* related
===================================*/

#profile .related {
	width: 100%;
	padding: 4em 0;
	margin-bottom: 4em;
	border-bottom: 1px solid #707070;
}
@media only screen and (max-width:768px){
#profile .related {
	padding: 2em 0;
	margin-bottom: 2em;
}
}


/***** hta_logo *****/

#profile .related .hta_logo{
	margin: 0 auto;
	width: 100%;
}

@media only screen and (min-width:1px) and (max-width:580px) {
#profile .related .hta_logo {
	width: 100%;
	margin-top: 0em;
}
}

#profile .related .hta_logo li{
	max-width: 100%;
}

#profile .related .hta_logo p.cap{
	font-size: 1.6rem;
}

#profile .related .hta_logo p.add{
	font-size: 1.4rem;
	margin-top: 1.5em;
}
