﻿@charset "utf-8";

.lower .page-title {
  background-image: url(../images/img_title.jpg);
}
.content .intro {
  margin:0 auto;
}

.service-list{
	display: flex;
	justify-content: space-between;
}
.service-list li{
	width: 23%;
}
.service-list li dl{
	border: 3px solid #a69abd;
	padding: 15px;
	min-height: 460px;
}
.service-list .title{
	text-align: center;
	font-size: 110%;
	font-weight: bold;
	color: #7a699c;
	margin: 10px 0;
}
.content .content-list{
	border-top: 1px solid #ccc;
	width: 80%;
	margin: 30px auto 0;
}

.content-list dl {
  display: table;
  border-bottom: 1px solid #ccc;
  margin-top: 1em;
  padding-bottom: 1em;
}
.content-list dt,
.content-list dd {
  display: table-cell;
  vertical-align: middle;
}
.content-list dt{
	padding:0;
  width: 100px;
	text-align: center;
}
.content-list dt span {
  color: #fff;
  width: 100px;
  height: 100px;
  background: #a69abd;
  line-height: 100px;
  border-radius: 50px;
  display: block;
}
.content-list dd{
	padding: 15px 20px;
	min-height: 120px;
  width: 100%;
}

table th {
  width: 50%;
}
.drink th {
  width: 190px;
}

#price td {
  text-align: right;
}
#price .layout-unit {
  text-align: center;
}

#price .layout-frame img {
  width: 100%;
}

.column_2 {
  padding: 20px;
}



#food table:first-child {
  /*margin-top: 0;*/
}

#food img {
  /*margin: 0 0 0 auto;*/
  border-radius: 0;
}
.full-height {
  height: 824px;
  object-fit: cover;
}


.day-flow h3 {
  text-align: center;
  font-size: 1.5em;
  margin-top: 60px;
}
.day-flow h4 {
  background: #a69abd;
  color: #fff;
  border-left: 0;
  margin: 30px 20px 0;
  padding: 8px;
}
.day-flow ol {
  padding: 0 20px;
  margin-top: 10px;
}
.day-flow li {
  text-align: left;
  border-bottom: 1px solid #ccc;
  padding: 10px;
}


/* SP -----------------------------*/
.sp .service-list{
	display: block;
}
.sp .service-list li{
	width: 100%;
	margin-bottom: 20px;
}
.sp .service-list dl{
	min-height: auto;
}
.sp #price th {
  width: 65%;
}

.sp .content #price table:last-child {
  margin-top: 0;
}

.sp .content .intro {
  margin-bottom: 30px;
}

.sp .content img {
  margin-bottom: 10px;
}

.sp .content .content-list {
  width: 100%;
}
.sp .content-list dl {
  padding-bottom: 0;
}
.sp .content-list dt,
.sp .content-list dd {
  display: block;
}
.sp .content-list dt {
  width: 100%;
}
.sp .content-list dt span {
  margin: 0 auto;
}
.sp .content-list dd {
  padding: 15px 0;
  min-height: auto;
}

.sp .day-flow h4 {
  margin: 30px 0 0;
}
.sp .day-flow ol {
  padding: 0;
}

.sp .full-height {
  height: auto;
  padding-bottom: 20px;
}
.sp td {
  white-space: nowrap;
}


/*色変更*/
table thead th, th.head {
  background: #a69abd;
}
table th {
  background: rgba(166, 154, 189, .3);
}
.room-list h3 span {
  background:#a69abd;
  font-size: .8em;
  padding: 5px 10px;
  border-radius: 20px;
  color: #fff;
}
.pagetop a {
  border: solid 2px #a69abd;
}
.pagetop a::after {
    border-top: solid 2px  #a69abd;
    border-right: solid 2px  #a69abd;
}
.header .global-navigation li:hover a, .header .global-navigation li.stay a {
  color:#a69abd;
}
.header .global-navigation li:hover, .header .global-navigation li.stay {
  border-bottom: solid 3px #a69abd;
}