
div.mainimg {
	position: relative;
}

div.mainimg div.mainimg-text {
	bottom: 12%;
	left: 5%;
	position: absolute;
}

@media (min-width: 1500px) {
	div.mainimg div.mainimg-text {
		bottom: 24%;
		left: 15%;
		position: absolute;
	}
}

div.mainimg div.mainimg-text h1 {
	color: #ea609e;
	font-family: YuMincho, "Yu Mincho", serif;
	font-size: 20px;
}

div.mainimg div.img {
	margin: 0 0 0 auto;
	width: 73%;
}

div.mainimg div.img img {
	height: auto;
	object-fit: cover;
	width: 100%;
}

/******************************************************************/
div.instagram-feed {
	background: #fbe6ef;
	padding: 50px 0;
}

div.instagram-feed ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	width: 900px;
}

div.instagram-feed ul li {
	padding: 5px;
	position: relative;
	width: 170px;
}

div.instagram-feed ul li a {
	display: block;
	text-decoration: none;
}

div.instagram-feed ul li a span.img {
	display: block;
	height: 170px;
	position: relative;
	width: 170px;
}

div.instagram-feed ul li a span.img img.instagram-card {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

div.instagram-feed ul li a span.instagram-badge {
	bottom: 3px;
	position: absolute;
	right: 0;
}

div.instagram-feed ul li a span.instagram-badge img {
	vertical-align: middle;
}

div.instagram-feed ul li a span.instagram-badge em {
	color: white;
	font-size: 13px;
	padding-right: 10px;
}

div.instagram-feed ul li a span.instagram-comment {
	display: block;
	font-size: 13px;
	font-weight: 500;
	height: 60px;
	margin: 5px 0 20px 0;
	overflow: hidden;
}

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

div.message {
	margin: 0 auto;
	max-width: 900px;
}

div.profile {
	background: #fbe6ef;
	padding: 50px 0;
}

div.profile div.profile-content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 900px;
}

div.profile div.text {
	max-width: 500px;
}

div.profile div.text h3 {
	font-size: 18px;
	padding-bottom: 20px;
	text-align: left;
}

div.profile div.text h3 em {
	font-family: YuMincho, "Yu Mincho", serif;
	font-size: 30px;
	padding-left: 20px;
}

div.profile div.text p {
	font-size: 14px;
	line-height: 1.6em;
}

div.profile div.career h4 {
	background: #ea609e;
	color: white;
	font-size: 18px;
	font-weight: 500;
	padding: 0 10px;
	text-align: left;
}
div.profile div.career p {
	color: #ea609e;
}

div.howto {
	margin: 0 auto;
	max-width: 900px;
	text-align: center;
}

div.howto h2 {
	color: #ea609e;
	font-family: YuMincho, "Yu Mincho", serif;
	font-size: 34px;
	padding-bottom: 20px;
}

div.howto div.recommend {
	background: #fbe6ef;
	padding: 40px 0;
	position: relative;
}

div.howto div.recommend:before {
	border: 15px solid transparent;
	border-top: 15px solid #fbe6ef;
	content: "";
	left: 50%;
	margin-left: -15px;
	position: absolute;
	top: 100%;
}

div.howto div.recommend h3 {
	border-bottom: 1px solid #ea609e;
	color: #ea609e;
	margin: 0 auto;
	margin-bottom: 30px;
	max-width: 500px;
	padding-bottom: 5px;
}

div.howto div.recommend ul {
	margin: 0 auto;
	max-width: 500px;
}

div.howto div.recommend ul li {
	background: white url(images/howto_li.svg) no-repeat center left 30px;
	background-size: 20px;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 20px;
	padding: 5px 0 5px 65px;
	text-align: left;
}

div.howto div.answer h3 {
	color: #ea609e;
	padding: 40px 0 20px;
}

div.howto div.answer-text p {
	line-height: 1.6em;
}

div.menu {
	margin: 0 auto;
	max-width: 900px;
}

div.menu h3 {
	color: #ea609e;
	font-size: 32px;
	font-weight: 500;
	padding: 40px 0 20px;
	text-align: left;
}

div.menu table {
	max-width: 410px;
}

div.menu table th {
	color: #ea609e;
	font-size: 20px;
	font-weight: 500;
	padding: 7px 0;
	text-align: left;
	width: 240px;
}

div.menu table th em {
	font-size: 14px;
	padding-left: 15px;
}

div.menu table td {
	color: #ea609e;
	text-align: right;
}

div.menu table td em {
	font-family: YuMincho, "Yu Mincho", serif;
	font-size: 28px;
}

div.menu-text {
	padding-top: 50px;
}

div.menu p {
	line-height: 1.6em;
}

div.shop {
	margin: 0 auto;
	max-width: 900px;
}

div.shop div.open {
	max-width: 500px;
	padding-top: 30px;
}

div.shop div.open table tr.header th,
div.shop div.open table tr.header td {
	background: #ea609e;
	color: white;
}

div.shop div.open table tr {
	background: #fbe6ef;
	border: 1px solid white;
	padding: 10px 30px;
	text-align: center;
}

div.shop div.open table th {
	color: #ea609e;
	font-weight: 500;
	padding: 10px 0;
	width: 140px;
}

div.shop div.open table td {
	border: 1px solid white;
	color: #ea609e;
}

div.access {
	margin: 0 auto;
	max-width: 900px;
}

div.access ul.access-detail li {
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
	padding: 5px 0;
}

div.access ul.access-detail li span.title {
	background-image: url(images/access_train.svg);
	background-position: center left;
	background-repeat: no-repeat;
	background-size: 20px;
	color: #ea609e;
	padding-left: 30px;
}

div.access ul.access-detail li:nth-of-type(2) span.title {
	background-image: url(images/access_bus.svg);
}

div.access ul.access-detail li:nth-of-type(3) span.title {
	background-image: url(images/access_car.svg);
}

div.access ul.access-detail li span.text {
	padding-left: 30px;
}


div.reserve {
	background: url(images/reserve_bg.jpg) no-repeat center top;
	background-size: cover;
	padding: 70px 0 ;
}

div.reserve h2.img {
	color: white;
	padding-bottom: 0;
}

div.reserve p {
	color: white;
}

div.reserve p em {
	background: white;
	color: #333333;
	display: block;
	line-height: 1.2em;
	text-align: center;
	width: 140px;
}

div.reserve ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 50px 0;
}

div.reserve ul li {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	max-width: 400px;
}

div.reserve ul li span.media {
	background: white;
	color: #333333;
	font-size: 12px;
	margin-bottom: 25px ;
	text-align: center;
	width: 85px;
}

div.reserve ul li:last-child span.media {
	background: #4cc764;
}

div.reserve ul li span.text {
	color: white;
	font-family: YuMincho, "Yu Mincho", serif;
	font-size: 36px;
	padding-left: 15px;
}

div.reserve ul li span.text a img {
	vertical-align: bottom;
}

div.reserve ul li span.text span.small {
	display: block;
}
