
/* ----------------------------------------------------------------------------------------------------
     全端末共通のCSS（961px〜）
---------------------------------------------------------------------------------------------------- */

.pc {
	display:block;
}

.sp {
	display:none;
}

.tab2 {
	display:none;
}

#tablet {
	display: none;
}

/* レイアウト
-------------------------------------*/

body {
	color: #333;
	text-align: center;
	margin: 0 auto;
	height: 100%;
	font-family: source-han-sans-japanese, sans-serif;
	font-weight: 300;
	font-style: normal;
	border-left: 30px solid #34a291;
	letter-spacing: 0.1em;
}

#wrap {
	width:100%;
	text-align:center;
	margin:0 auto;
}

#layout {
	width:100%;
	text-align:center;
	margin:0 auto;
	overflow:hidden;
}

.width {
	width: 1100px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.width60 {
	width: 60%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

/* 文字
--------------------------------------------------------------------------*/

h1 {
	font-size: 230%;
	margin-bottom: 60px;
	text-align: center;
	vertical-align: middle;
	font-family: anton, sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.15em;
	position: relative;
}

h1 span {
	display: block;
	font-size: 35%;
	color: #34a291;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
	font-family: source-han-sans-japanese, sans-serif;
	font-weight: 600;
	font-style: normal;
}

h1::before {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 160px;
  height: 2px;
  content: "";
  background-color: #CCC;
}

h2 {
	font-size: 140%;
	line-height: 140%;
	text-align: left;
	margin-bottom: 30px;
	border-left: 4px solid #34a291;
	padding-left: 18px;
	font-family: source-han-sans-japanese, sans-serif;
	font-weight: 600;
	font-style: normal;
}

h2 span {
	display: block;
	color: #34a291;
	font-size: 50%;
}

h3 {
	font-size: 110%;
	text-align: left;
	margin-bottom: 20px;
	font-family: source-han-sans-japanese, sans-serif;
	font-weight: 500;
	font-style: normal;
}

h3::before {	
	content:"ー";
	color: #34a291;
	padding-right: 10px;
}

p {
	font-size: 90%;
	line-height: 200%;
	margin-bottom: 30px;
	text-align: left;
}

ul.text {
	text-align: left;
	font-size: 90%;
	margin-bottom: 40px;
}

ul.text li {
	line-height: 150%;
	margin: 0 0 10px 20px;
	list-style: outside;
}

ol.text {
	padding:0;
	text-align: left;
	margin-bottom: 20px;
}

ol.text li {
	font-size: 95%;
	list-style: outside;
	list-style-type:decimal;
	margin-left: 20px;
	margin-bottom: 10px;
}


/* ヘッダー
--------------------------------------------------------------------------*/

#header {
	position: absolute;
	width: 100%;
	top: 20px;
	z-index: 10;
	box-sizing: border-box;
	display: block;
}

#header_left {
	float: left;
	margin-left: 50px;
}

#header_right {
	float: right;
	margin-top: 30px;
	margin-right: 50px;
}

/* ナビゲーション
--------------------------------------------------------------------------*/

nav {
}

#navi {
	width: 100%;
}

#navi ul {
}

#navi ul li {
	float: left;
	margin-right: 40px;
	text-align: center;
	box-sizing: border-box;
	list-style: none;
	line-height: 150%;
	font-size: 110%;
	font-family: anton, sans-serif;
	font-weight: 400;
	font-style: normal;
	transition:all 0.5s ease;
}

#navi ul li span {
	display: block;
	font-size: 60%;
}

#navi ul li a {
	display: block;
	text-decoration: none;
	overflow: hidden;
	box-sizing: border-box;
	transition:all 0.5s ease;
	color: #FFF;
}

#navi ul li a span {
	color: #FFF;
	transition:all 0.5s ease;
}

#navi ul li a:hover,
#navi ul li a:hover span {
	transition:all 0.5s ease;
	color: #ffe200;
}



/* 共通
--------------------------------------------------------------------------*/

#container {
	position: relative;
	z-index: 10;
	top: 80px;
}

section {
}

.bg_white {
	padding-bottom: 0;
}

.bg_gray {
	padding-top: 80px;
	margin-bottom: 80px;
	background-image: url("../img/footer/name.svg");
	background-position: right bottom;
	background-repeat: no-repeat;
	background-color: #EEEEEE;
}

.bg_gray2 {
	padding-top: 80px;
	padding-bottom: 80px;
	background-image: url("../img/footer/name.svg");
	background-position: right bottom;
	background-repeat: no-repeat;
	background-color: #EEEEEE;
}

.column2 {
	width: 48%;
	float: left;
	margin-right: 4%;
}

.column2:nth-child(2n) {
	margin-right: 0;
}

.column3 {
	width: 31%;
	float: left;
	margin-right: 3.5%;
}

.column3:nth-child(3n) {
	margin-right: 0;
}

.column4 {
	width: 23.5%;
	float: left;
	margin-right: 2%;
}

.column4:nth-child(4n) {
	margin-right: 0;
}

.column5 {
	width: 19.2%;
	float: left;
	margin-right: 1%;
}

.column5:nth-child(5n) {
	margin-right: 0;
}

.left50 {
	float: left;
	width: 48%;
}

.right50 {
	float: right;
	width: 48%;
}

.left35 {
	float: left;
	width: 32%;
}

.right65 {
	float: right;
	width: 65%;
}

.left65 {
	float: left;
	width: 62%;
}

.right35 {
	float: right;
	width: 35%;
}

/* フッター
--------------------------------------------------------------------------*/

#footer {
	margin-top: 80px;
	position: relative;
	z-index: 30;
}

/*
#footer_contact {
	border-top: 1px solid #34A291;
	border-bottom: 1px solid #34A291;
	background: #FFFEF2;
	padding: 50px 0 40px;
}

#footer_contact div {
	display: inline-block;
	padding: 20px;
}

#footer_contact_left {
}

#footer_contact_left p {
	text-align: right;
	margin-bottom: 0;
	line-height: 120%;
}

.memo {
	margin-bottom: 20px;
	font-size: 100%;
	font-weight: bold;
}

.tel {
	font-size: 350%;
	font-family: all-round-gothic, sans-serif;
	font-weight: 500;
	font-style: normal;
	background: url("../img/footer/tel.svg") left center no-repeat;
	padding-left: 40px;
}

.tel a {
	text-decoration: none;
}

.tel a:hover {
	color: #34A291;
}

.time {
	margin-top: -5px;
}
*/

#footer_contact {
	border-top: 1px solid #34A291;
	border-bottom: 1px solid #34A291;
	background: #FFFEF2;
	padding: 50px 0 40px;
}

#footer_contact p {
	width: 50%;
	background: #34A291;
	color: #FFF;
	font-size: 120%;
	line-height: 100%;
	transition: 0.3s;
	text-align: center;
	font-family: neue-kabel,sans-serif;
	font-weight: 700;
	font-style: normal;
	border-radius: 4px;
	margin-left: auto;
	margin-right: auto;
}

#footer_contact p span {
	background: url("../img/footer/tel.png") center center no-repeat;
	padding: 10px 25px;
}

#footer_contact p a {
	text-decoration: none;
	display: block;
	color: #FFF;
	padding: 35px 20px;
	box-sizing: border-box;
	transition: 0.3s;
	border-radius: 4px;
}

#footer_contact p a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #0B6753;
	transition: 0.3s;
	border-radius: 4px;
}

#footer_content {
	position: relative;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	box-sizing: border-box;
	background: url("../img/footer/footer_bg.jpg") center center no-repeat;
	background-size: cover;
}

#footer_bg {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	z-index: 3;
	box-sizing: border-box;
}

#footer_main {
	position: relative;
	z-index: 10;
	padding-top: 60px;
	padding-bottom: 500px;
}

#footer_left {
	float: left;
	margin-left: 50px;
}

#footer_right {
	float: right;
	margin-right: 50px;
}

#footer_right ul {
	margin-top: 30px;
}

#footer_right ul li {
	float: left;
	margin-right: 30px;
	text-align: center;
	box-sizing: border-box;
	list-style: none;
	line-height: 150%;
	font-size: 120%;
	font-family: anton, sans-serif;
	font-weight: 400;
	font-style: normal;
	transition:all 0.5s ease;
}

#footer_right ul li a {
	color: #FFF;
	transition:all 0.5s ease;
}

#footer_right ul li a:hover {
	color: #ffe200;
	text-decoration: none;
	transition:all 0.5s ease;
}

#footer_bottom {
	padding: 25px 0;
	background: #34A291;
}

#footer_bottom_left {
	float: left;
}

#footer_bottom_left ul li {
	font-size: 80%;
	float: left;
	padding-right: 30px;
	list-style: none;
	font-family: anton, sans-serif;
	font-weight: 300;
	font-style: normal;
}

#footer_bottom_left ul li a {
	color: #FFF;
}

#footer_bottom_left ul li a:hover {
	text-decoration: none;
	color: #ffe200;
}

#footer_bottom_right {
	float: right;
}

address {
	font-size: 80%;
	color: #FFF;
	font-family: anton, sans-serif;
	font-weight: 300;
	font-style: normal;
}

address a {
	color: #FFF !important;
}

/* トップページ
--------------------------------------------------------------------------*/

#main {
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	box-sizing: border-box;
}

#main_bg {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0);
	z-index: 3;
	box-sizing: border-box;
}

#main p {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 5;
	filter: drop-shadow(0px 0px 10px #333) opacity(0.85);
}

.box {
	position: relative;
	z-index: 3;
	background: #FFF;
	padding: 50px 30px 20px;
	box-sizing: border-box;
	margin-top: -50px;
}

.number {
	position: relative;
	background: #34a291;
	color: #FFF;
	width: 50px;
	height: 50px;
	text-align: center;
	font-size: 130%;
	font-family: anton, sans-serif;
	font-weight: 400;
	font-style: normal;
	box-sizing: border-box;
	padding: 5px;
	z-index: 5;
	left: 30px;
}

.box2 {
	position: relative;
	z-index: 3;
	background: #FFF;
	padding: 30px 30px 20px;
	box-sizing: border-box;
}

.box2::after {
	position: absolute;
	z-index: 10;
	top: 50%;
	right: -7%;
	content: "";
	background: url("../img/content/top/arrow.svg") center center no-repeat;
	padding: 12px 5px;
}

.box2:nth-child(3)::after {
	background: none;
}

.box2 p {
	text-align: center;
}

.number2 {
	display: block;
	background: #34a291;
	color: #FFF;
	margin-left: auto;
	margin-right: auto;
	width: 50px;
	height: 50px;
	font-size: 130%;
	font-family: anton, sans-serif;
	font-weight: 400;
	font-style: normal;
	box-sizing: border-box;
	padding: 5px;
	z-index: 5;
	border-radius: 100px;
}

.caption {
	font-size: 130%;
	padding-bottom: 20px;
	border-bottom: 1px solid #CCC;
	font-weight: 600;
	line-height: 160%;
	text-align: center;
}

.caption2 {
	font-size: 140%;
	padding-top: 20px;
	padding-bottom: 20px;
	font-weight: 600;
	line-height: 160%;
}

.title {
	background: #34A291;
	text-align: center;
	padding: 10px 30px;
	font-size: 130%;
	color: #FFF;
	margin-top: 50px;
	margin-bottom: 30px;
}

.point {
	margin-top: 60px;
	border: 5px solid #E0F1EE;
	border-radius: 10px;
	box-sizing: border-box;
}

.point dl {
	text-align: left;
	font-size: 90%;
}

.point dl dt {
	padding: 15px 30px;
	font-size: 120%;
	font-weight: bold;
	border-bottom: 1px solid #E0F1EE;
	background-size: 7px 7px;
	background: repeating-linear-gradient(-45deg, #F0F8F7, #F0F8F7 5px, #FFFFFF 5px, #FFFFFF 10px);
}

.point dl dt span {
	background: url("../img/content/top/car.png") center left no-repeat;
	padding-left: 45px;
}

.point dl dd {
	padding: 30px 30px 30px;
	line-height: 200%;
}

.point dl dd span {
	display: block;
	color: #34a291;
	font-size: 130%;
}


/* 下階層
--------------------------------------------------------------------------*/

#prt_main {
	top: 0;
	width: 100%;
	height: 100%;
	padding: 300px 0;
	z-index: 1;
	box-sizing: border-box;
}

#concept #prt_main { background: url("../img/content/concept/main.jpg") center center no-repeat; background-size: cover; }
#rental #prt_main { background: url("../img/content/concept/main.jpg") center center no-repeat; background-size: cover; }
#tour #prt_main { background: url("../img/content/concept/main.jpg") center center no-repeat; background-size: cover; }
#reservation #prt_main { background: url("../img/content/concept/main.jpg") center center no-repeat; background-size: cover; }
#policy #prt_main { background: url("../img/content/concept/main.jpg") center center no-repeat; background-size: cover; }
#privacy #prt_main { background: url("../img/content/concept/main.jpg") center center no-repeat; background-size: cover; }


#prt_main h1 {
	margin: 0 auto;
	font-size: 380%;
	background: none;
	text-transform: uppercase;
	color: #FFF;
	z-index: 20;
	filter: drop-shadow(0px 0px 10px #333) opacity(0.85);
}

#prt_main h1::before {
	display: none;
}

#prt_main h1 span {
	font-size: 30%;
	display: block;
	margin-top: -5px;
	color: #FFF;
	width: 250px;
	padding: 7px;
	border-radius: 100px;
	background: rgba(255,226,0, 0.8);
}

#list_navi {
	position: relative;
	z-index: 20;
	padding: 30px 0 0;
}

#list_navi div {
	text-align: left;
	font-size: 85%;
	line-height: 100%;
}
	
#list_navi div span {
	background: url("../img/common/list_navi.svg") center left no-repeat;
	padding-left: 25px;
}

#list_navi div a {
	text-decoration: none;
}

#list_navi div a:hover {
	text-decoration: underline;
}


/* コンテンツ
--------------------------------------------------------------------------*/

/* tour
-------------------------------------*/

.video {
  position: relative;
  width: 100%;
}

.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* reservation
-------------------------------------*/

.kiyaku {
	height: 300px;
	margin-top: 30px;
	padding: 30px;
	box-sizing: border-box;
	overflow: auto;
	background: #F5F5F5;
	border: 3px solid #E5E5E5;
}

.kiyaku2 {
	font-size: 130%;
	color: #0088db;
}


/* サイドバー
--------------------------------------------------------------------------*/

/* その他
--------------------------------------------------------------------------*/

.normalTbl input {
	font-size: 100%;
	color: #666;
	padding: 8px 10px;
	border: 1px solid #CCC;
}

.normalTbl label {
	font-size: 110% !important;
	color: #666;
}

.normalTbl input[type=checkbox] {
	margin: 10px 0;
}

.normalTbl select {
	color: #666;
	font-size: 100%;
	height: 30px;
	padding: 0 10px;
	border: 1px solid #CCC;
}

.normalTbl textarea {
	color: #666;
	font-size: 120%;
	padding: 5px 10px;
	border: 1px solid #CCC;
}

.normalTbl input:focus,
.normalTbl select:focus,
.normalTbl textarea:focus {
	background: #FDF2F2;
}

.formButton {
	text-align:center;
	margin:0 auto;
	display: block;
	margin-top: 40px;
}

.formButton input {
	padding:25px 10%;
	text-align: center;
	margin: 0 auto;
	border-style: none;
	background: #C32B27;
	font-weight: bold;
	cursor: pointer;
	color: #FFF;
	font-size: 110%;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.formButton input:hover {
	background:#FF8800;
	transition: 0.3s;
}

iframe {
	vertical-align:bottom;
}

/* ローディング
-------------------------------------*/

.loading {
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,1.0);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20000;
}

.loading i {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
}

/* その他ナビゲーション
--------------------------------------------------------------------------*/

.btn {
	background: #000000;
	color: #FFF;
	font-size: 100%;
	line-height: 100%;
	transition: 0.3s;
	text-align: center;
	width: 180px;
	font-family: neue-kabel,sans-serif;
	font-weight: 700;
	font-style: normal;
	border-radius: 4px;
}

.btn a {
	text-decoration: none;
	display: block;
	color: #FFF;
	padding: 20px 0px;
	box-sizing: border-box;
	transition: 0.3s;
	border-radius: 4px;
}

.btn a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #d8b448;
	transition: 0.3s;
	border-radius: 4px;
}

.btn2 {
	background: #d8b448;
	margin: 30px auto 20px;
	color: #FFF;
	font-size: 120%;
	text-align: center;
	line-height: 100%;
	transition: 0.3s;
	border-radius: 5px;
}

.btn2 a {
	text-decoration: none;
	display: block;
	color: #FFF;
	padding: 30px 0;
	box-sizing: border-box;
	transition: 0.3s;
	border-radius: 5px;
}

.btn2 a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #000;
	transition: 0.3s;
}

#menu_btn {
	display: none;
}

/* ページトップ
--------------------------------------------------------------------------*/

#page-top {
    position: fixed;
    bottom: 30px;
    right: 15px;
    font-size: 80%;
	z-index: 20000;
}

#page-top a {
    background: #111;
    text-decoration: none;
    color: #fff;
	padding: 20px 15px;
    text-align: center;
    display: block;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
}

#page-top a:hover {
    text-decoration: none;
    background: #d8b448;
}

/* wordpress
--------------------------------------------------------------------------*/

.entry-footer {
	border: 1px solid #E5DDC8;
	padding: 15px;
	margin: 50px 0;
	font-size: 90%;
}

.pageback {
	border-top: 4px solid #009E3E;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
}

.author,
.cat-links {
	display: none;
}

.navigation {
	display: none;
}

.pagination {
	clear: both;
	margin-top: 50px;
	padding: 20px 0;
	position: relative;
	font-size: 14px;
	line-height: 14px;
        text-align: center;
	border-top: 4px solid #fc858c !important;
}
.pagination-box {
	display: inline-block;
}
.pagination span, .pagination a {
	display: block;
	float: left;
	margin: 2px 2px 2px 0;
	padding: 10px 15px 10px 15px;
	text-decoration: none;
	width: auto;
	color: #fff; /* 通常の文字色 */
	background: #fc858c; /* 通常の背景色 */
}
.pagination a:hover{
	color: #fff; /* マウスホバー時の文字色 */
	background: #68cbbe; /* マウスホバー時の背景色 */
}
.pagination .current{
	padding: 10px 15px 10px 15px;
	color: #FFF; /* 現在のページの文字色 */
        background: #68cbbe; /* 現在のページの背景色 */
}

@media only screen and (max-width: 413px) {
.pagination {
	font-size: 12px;
	line-height: 12px;
}
.pagination span, .pagination a {
	padding: 8px 10px 8px 10px;
}
.pagination .current{
	padding: 8px 10px 8px 10px;
}
} /* /@media */


/* ----------------------------------------------------------------------------------------------------
     小型タブレット・スマホ端末（〜480px）（〜640px）
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1100px) {

.pc {
	display:block;
}

.sp {
	display:none;
}

.tab2 {
	display:block;
}

.width {
	width: 90%;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}




}



/* ----------------------------------------------------------------------------------------------------
     小型タブレット・スマホ端末（〜480px）（〜640px）
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 750px) {

.pc {
	display:none;
}

.sp {
	display:block;
}

.tab2 {
	display:none;
}

body {
	border-left: 15px solid #34a291;
}

.width60 {
	width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

/* 文字
--------------------------------------------------------------------------*/

h1 {
	font-size: 200%;
	margin-bottom: 60px;
	text-align: center;
	vertical-align: middle;
	font-family: anton, sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.15em;
	position: relative;
}

h1 span {
	display: block;
	font-size: 40%;
	color: #34a291;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
	font-family: source-han-sans-japanese, sans-serif;
	font-weight: 600;
	font-style: normal;
}

h1::before {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 160px;
  height: 2px;
  content: "";
  background-color: #CCC;
}

h2 {
	font-size: 140%;
	line-height: 140%;
	text-align: left;
	margin-bottom: 30px;
	border-left: 4px solid #34a291;
	padding-left: 18px;
	font-family: source-han-sans-japanese, sans-serif;
	font-weight: 600;
	font-style: normal;
}

h2 span {
	display: block;
	color: #34a291;
	font-size: 50%;
}

h3 {
	font-size: 110%;
	text-align: left;
	margin-bottom: 20px;
	font-family: source-han-sans-japanese, sans-serif;
	font-weight: 500;
	font-style: normal;
}

h3::before {	
	content:"ー";
	color: #34a291;
	padding-right: 10px;
}

/* ヘッダー
--------------------------------------------------------------------------*/

#header {
	position: absolute;
	width: 100%;
	top: 20px;
	z-index: 10000;
	box-sizing: border-box;
	display: block;
}

#header_left {
	float: left;
	margin-left: 20px;
	width: 40%;
}

#header_right {
	float: right;
	margin-top: 0px;
	margin-right: 0;
	width: auto;
}

#menu_btn {
	display: block;
	position: fixed;
	z-index: 100000 !important;
	right: 20px;
}

#menu_btn a {
	right: 0;
	display: block;
	background: #34a291;
	padding: 20px;
	box-sizing: border-box;
}
	
/* ナビゲーション
--------------------------------------------------------------------------*/

nav {
}

#navi {
	display: none;
}

/* 共通
--------------------------------------------------------------------------*/

#container {
	position: relative;
	z-index: 10;
	top: 50px;
}

section {
	padding-bottom: 50px;
}

.bg_white {
	padding-bottom: 0;
}

.bg_gray {
	padding-top: 50px;
	margin-bottom: 50px;
	background-image: url("../img/footer/name.svg");
	background-position: right bottom;
	background-repeat: no-repeat;
	background-color: #EEEEEE;
}

.bg_gray2 {
	padding-top: 50px;
	padding-bottom: 50px;
	background-image: url("../img/footer/name.svg");
	background-position: right bottom;
	background-repeat: no-repeat;
	background-color: #EEEEEE;
}

.column2 {
	width: 100%;
	float: none;
	margin-right: 0%;
}

.column2:nth-child(2n) {
	margin-right: 0;
}

.column3 {
	width: 100%;
	float: none;
	margin-right: 0%;
	margin-bottom: 30px;
}

.column3:nth-child(3n) {
	margin-right: 0;
}

.column4 {
	width: 23.5%;
	float: left;
	margin-right: 2%;
}

.column4:nth-child(4n) {
	margin-right: 0;
}

.column5 {
	width: 19.2%;
	float: left;
	margin-right: 1%;
}

.column5:nth-child(5n) {
	margin-right: 0;
}

.left50 {
	float: left;
	width: 48%;
}

.right50 {
	float: right;
	width: 48%;
}

.left35 {
	float: left;
	width: 32%;
}

.right65 {
	float: right;
	width: 65%;
}

.left65 {
	float: left;
	width: 62%;
}

.right35 {
	float: right;
	width: 35%;
}

/* フッター
--------------------------------------------------------------------------*/

#footer {
	margin-top: 50px;
	position: relative;
	z-index: 30;
}

#footer_contact {
	border-top: 1px solid #34A291;
	border-bottom: 1px solid #34A291;
	background: #FFFEF2;
	padding: 50px 0 40px;
}

#footer_contact p {
	width: 80%;
	background: #34A291;
	color: #FFF;
	font-size: 120%;
	line-height: 100%;
	transition: 0.3s;
	text-align: center;
	font-family: neue-kabel,sans-serif;
	font-weight: 700;
	font-style: normal;
	border-radius: 4px;
	margin-left: auto;
	margin-right: auto;
}

#footer_contact p span {
	background: url("../img/footer/tel.png") center center no-repeat;
	padding: 10px 25px;
}

#footer_contact p a {
	text-decoration: none;
	display: block;
	color: #FFF;
	padding: 35px 20px;
	box-sizing: border-box;
	transition: 0.3s;
	border-radius: 4px;
}

#footer_contact p a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #0B6753;
	transition: 0.3s;
	border-radius: 4px;
}

#footer_content {
	position: relative;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	box-sizing: border-box;
	background: url("../img/footer/footer_bg_sp.jpg") center right no-repeat;
	background-size: cover;
}

#footer_bg {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	z-index: 3;
	box-sizing: border-box;
}

#footer_main {
	position: relative;
	z-index: 10;
	padding-top: 60px;
	padding-bottom: 300px;
}

#footer_left {
	float: none;
	margin-left: 0px;
}

#footer_right {
	float: none;
	margin: 20px;
}

#footer_right ul {
	margin-top: 20px;
}

#footer_right ul li {
	float: none;
	margin-right: 0px;
	text-align: center;
	box-sizing: border-box;
	list-style: none;
	line-height: 200%;
	font-size: 120%;
	font-family: anton, sans-serif;
	font-weight: 400;
	font-style: normal;
	transition:all 0.5s ease;
}

#footer_right ul li a {
	color: #FFF;
	transition:all 0.5s ease;
}

#footer_right ul li a:hover {
	color: #ffe200;
	text-decoration: none;
	transition:all 0.5s ease;
}

#footer_bottom {
	padding: 25px 0;
	background: #34A291;
}

#footer_bottom_left {
	float: none;
	display: none;
}

#footer_bottom_left ul li {
	font-size: 80%;
	float: none;
	padding-right: 30px;
	list-style: none;
	font-family: anton, sans-serif;
	font-weight: 300;
	font-style: normal;
}

#footer_bottom_left ul li a {
	color: #FFF;
}

#footer_bottom_left ul li a:hover {
	text-decoration: none;
	color: #ffe200;
}

#footer_bottom_right {
	float: none;
}

address {
	font-size: 80%;
	color: #FFF;
	font-family: anton, sans-serif;
	font-weight: 300;
	font-style: normal;
}

/* トップページ
--------------------------------------------------------------------------*/

#main {
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	box-sizing: border-box;
}

#main_bg {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0);
	z-index: 3;
	box-sizing: border-box;
}

#main p {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 5;
	filter: drop-shadow(0px 0px 10px #333) opacity(0.85);
}

.box {
	position: relative;
	z-index: 3;
	background: #FFF;
	padding: 50px 30px 20px;
	box-sizing: border-box;
	margin-top: -50px;
}

.number {
	position: relative;
	background: #34a291;
	color: #FFF;
	width: 50px;
	height: 50px;
	text-align: center;
	font-size: 130%;
	font-family: anton, sans-serif;
	font-weight: 400;
	font-style: normal;
	box-sizing: border-box;
	padding: 5px;
	z-index: 5;
	left: 30px;
}

.box2 {
	position: relative;
	z-index: 3;
	background: #FFF;
	padding: 30px 30px 20px;
	box-sizing: border-box;
}

.box2::after {
	position: absolute;
	z-index: 10;
	top: -7%;
	right: 46%;
	content: "";
	background: url("../img/content/top/arrow_sp.svg") center center no-repeat;
	padding: 5px 14px;
}

.box2:nth-child(3)::after {
	background: none;
}

.box2 p {
	text-align: center;
}

.number2 {
	display: block;
	background: #34a291;
	color: #FFF;
	margin-left: auto;
	margin-right: auto;
	width: 50px;
	height: 50px;
	font-size: 130%;
	font-family: anton, sans-serif;
	font-weight: 400;
	font-style: normal;
	box-sizing: border-box;
	padding: 5px;
	z-index: 5;
	border-radius: 100px;
}


.caption {
	font-size: 130%;
	padding-bottom: 20px;
	border-bottom: 1px solid #CCC;
	font-weight: 600;
	line-height: 160%;
}

.title {
	background: #34A291;
	text-align: center;
	padding: 10px 10px;
	font-size: 120%;
	color: #FFF;
	margin-top: 50px;
	margin-bottom: 20px;
}


/* 下階層
--------------------------------------------------------------------------*/

#prt_main {
	top: 0;
	width: 100%;
	height: 100%;
	padding: 180px 0;
	z-index: 1;
	box-sizing: border-box;
}

#concept #prt_main { background: url("../img/content/concept/main_sp.jpg") center center no-repeat; background-size: cover; }
#rental #prt_main { background: url("../img/content/concept/main_sp.jpg") center center no-repeat; background-size: cover; }
#tour #prt_main { background: url("../img/content/concept/main_sp.jpg") center center no-repeat; background-size: cover; }
#reservation #prt_main { background: url("../img/content/concept/main_sp.jpg") center center no-repeat; background-size: cover; }
#policy #prt_main { background: url("../img/content/concept/main_sp.jpg") center center no-repeat; background-size: cover; }
#privacy #prt_main { background: url("../img/content/concept/main_sp.jpg") center center no-repeat; background-size: cover; }


#prt_main h1 {
	margin: 0 auto;
	font-size: 300%;
	background: none;
	text-transform: uppercase;
	color: #FFF;
	z-index: 20;
	filter: drop-shadow(0px 0px 10px #333) opacity(0.85);
}

#prt_main h1::before {
	display: none;
}

#prt_main h1 span {
	font-size: 30%;
	display: block;
	margin-top: -5px;
	color: #FFF;
	width: 250px;
	padding: 7px;
	border-radius: 100px;
	background: rgba(255,226,0, 0.8);
}

#list_navi {
	position: relative;
	z-index: 20;
	padding: 30px 0 0;
}

#list_navi div {
	text-align: left;
	font-size: 85%;
	line-height: 100%;
}
	
#list_navi div span {
	background: url("../img/common/list_navi.svg") center left no-repeat;
	padding-left: 25px;
}

#list_navi div a {
	text-decoration: none;
}

#list_navi div a:hover {
	text-decoration: underline;
}


/* コンテンツ
--------------------------------------------------------------------------*/

/* tour
-------------------------------------*/

.video {
  position: relative;
  width: 100%;
}

.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* reservation
-------------------------------------*/

.kiyaku {
	height: 300px;
	margin-top: 30px;
	padding: 20px;
	box-sizing: border-box;
	overflow: auto;
	background: #F5F5F5;
	border: 2px solid #E5E5E5;
}

.kiyaku2 {
	font-size: 130%;
	color: #0088db;
}
	
.normalTbl2 table th,
.normalTbl2 table td {
	display: block;
	width: auto;
	padding: 20px;
	text-align: center;
}
	
.normalTbl2 table td span {
	display: block;
	color: #B02C2E;
	text-align: center;
}

.normalTbl table th {
	border-bottom: none;
	padding: 30px 0 0;
	font-weight: normal;
	text-align: left;
	display: block;
	width: auto;
}

.normalTbl table th {
  position: static;
  text-align: left;
  width: auto;

}

.normalTbl table th:after {
  display: none;
}

.normalTbl table td {
	border-bottom: 1px solid #E5E5E5;
	padding: 10px 0 30px;
	font-weight: normal;
	text-align: left;
	display: block;
	width: auto;
}

.normalTbl select {
	font-size: 120%;
}

}


/* ----------------------------------------------------------------------------------------------------
     小型タブレット・スマホ端末（〜480px）（〜640px）
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 640px) {


} /* /@media */
