@charset "utf-8";
/* ===================================================
	Reset & base css
	※ この箇所は変更しないで下さい。
====================================================== */
#customer_header *,
#customer_footer * { -webkit-box-sizing: content-box; box-sizing: content-box;}

#customer_header h1,
#customer_header h2,
#customer_header h3,
#customer_header h4,
#customer_header h5,
#customer_header h6,
#customer_footer h1,
#customer_footer h2,
#customer_footer h3,
#customer_footer h4,
#customer_footer h5,
#customer_footer h6 { margin: 0;}

#customer_header ul,
#customer_header ol,
#customer_header li,
#customer_footer ul,
#customer_footer ol,
#customer_footer li { padding: 0; margin: 0; list-style-type: none;}

#customer_header dl,
#customer_footer dl { padding: 0; margin: 0;}

#customer_header p,
#customer_footer p { padding: 0; margin: 0;}

#customer_header a:link,
#customer_footer a:link { color: #250d00; text-decoration: underline; border:none;}
#customer_header a:visited,
#customer_footer a:visited	{ color: #250d00; text-decoration: underline;}

html { scroll-behavior: smooth; }
body { min-width: 1200px; }

#customer_header,
#customer_footer { font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif; line-height: 1.7;}

/* header */
#customer_header .header { width: 100%; margin: 0 auto; position: relative; overflow: hidden; box-shadow: 0 0 1rem #0000001a; }
#customer_header .header a:hover{opacity:0.75;}

/* Logo */
#customer_header .header h1 { margin-left: 1em; }
/* #customer_header h1 { display: block; width: 190px; height: 34px; position: absolute; top: 1.5em; left: 0; font-size: 26px; overflow: hidden; text-decoration: none; text-indent: 100%; white-space: nowrap; background: no-repeat;} */

/*headerBannerArea*/
#customer_header #headerBannerArea { position: absolute; right: 0; bottom: 18px; }
#customer_header #oyadonetBanner { float:left;}
#customer_header #oyadonetBanner a { width:180px; height:18px; overflow: hidden; text-indent: calc(100% + 30px); white-space: nowrap; display: block; padding-right: 30px; background: no-repeat 0 center; }

/* mnav */
#customer_header .nav { flex: 1; padding: 0; margin: 0; overflow: hidden; line-height: 1.5; background: repeat-x 0 0; font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;}
#customer_header .nav > ul { display: flex; align-items:  stretch; justify-content: flex-end; }
#customer_header .nav > ul .mnav { padding: 0; margin: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;box-sizing: border-box; margin-left: clamp(15px, 4vw, 40px); }
#customer_header .nav > ul .mnav:first-of-type { margin-left: 0; }
#customer_header .nav > ul .mnav a { display: flex; align-items: center; justify-content: center; padding: 1em 0; margin: 0; line-height: 1.4; text-align: center; text-decoration: none;  transition: all 0.5s ease; transition: .2s opacity ease-in-out,.2s color ease-in-out; position: relative; }
#customer_header .nav > ul .mnav a::before { display: block; content: ""; width: 1rem; height: .8rem; border-right: 0; position: absolute; top: 0; left: calc(50% - .5rem); opacity: 0; transform: translateY(-1.5rem); transition: .6s transform ease-in-out,.6s opacity ease-in-out; background-image: url(https://hotel-uminpia.jp/cdn/shop/files/arrow_anchor_bk.svg?v=15254350277339293491); pointer-events: none; background-repeat: no-repeat; }

/* cnav */
#customer_header .nav > ul .cnav { display: flex; gap: 1px; justify-content: flex-end; margin-left: clamp(15px, 4vw, 40px); }
#customer_header .nav > ul .cnav a { box-sizing: border-box; color: #fff; font-weight: bold; justify-content: center; padding: 1em .25em; text-align: center; text-decoration: none; height: 100%; width: clamp(60px, 9vw, 110px); font-size: clamp(12px, 1.1vw, 16px); }
#customer_header .nav > ul .cnav a.plan{ background-color: #0086c9; }
#customer_header .nav > ul .cnav a.daily { background-color: #0086c9; }
/* #customer_header .nav .mnav .cnav li a img { vertical-align: bottom;} */

/* Nav default */
#customer_header .nav .nav01 a { background-position:    0px 0px;}
#customer_header .nav .nav02 a { background-position: -120px 0px;}
#customer_header .nav .nav03 a { background-position: -240px 0px;}
#customer_header .nav .nav04 a { background-position: -360px 0px;}
#customer_header .nav .nav05 a { background-position: -480px 0px;}
#customer_header .nav .nav06 a { background-position: -600px 0px;}
#customer_header .nav .nav07 a { background-position: -720px 0px;}
#customer_header .nav .nav08 a { background-position: -840px 0px;}

/* ホテルコメント */
#customer_header .hotel-comment { padding-top: 1em; font-size:13px; font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif; width: 100%; }

/* footer */
#customer_footer .footer { width: 100%; margin: 0; padding: 0; background: no-repeat; background-size: cover; text-align: center; clear: both;}
#customer_footer .footer-inner { padding-top: 40px; background-image: url(https://hotel-uminpia.jp/cdn/shop/files/bg_footer.webp?v=7584695139391056646); background-repeat: no-repeat; background-position: center; background-size: cover; background-color: #a4d0e7; }

/* Information */
#customer_footer .information { width: 100%;  padding: 25px 0 25px; text-align: left; overflow: hidden; font-size: 18px;}
#customer_footer .information .information-inner { width: 1200px; margin: 0 auto;}
#customer_footer .information h3 { margin-bottom: 5px; font-weight: bold; line-height: 1.572;}
#customer_footer .information h4 { margin-bottom: 5px; font-size: clamp(18px, 1.1vw, 22px); background: none; padding: 0; font-weight: normal; font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif; }
#customer_footer .information p { line-height: 1.42; font-size: clamp(12px, 1.1vw, 16px); font-weight: normal; font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif; }
#customer_footer .information ul { line-height: 1.42;}
#customer_footer .information div.information-photo { padding: 0 10px; float: left;}
#customer_footer .information div.information-access { float: left; width: 560px;}
#customer_footer .information div.information-access p { margin-bottom: 5px;}
#customer_footer .information div.information-access ul { width:560px;}
#customer_footer .information div.information-access li { float:left; margin-top:10px;}
#customer_footer .information div.information-access li:first-child { margin-right: 10px; }
#customer_footer .information div.information-read { padding: 10px 0; padding-left: 15px; float: right;}
#customer_footer .information div.information-read p { width: 560px; line-height: 1.6; margin-bottom: 24px;}
#customer_footer .information .footerBtns a {transition: all 0.5s ease;}
#customer_footer .information .footerBtns a:hover { opacity:0.8; display:block;}

/* Copyright */
#customer_footer .copyright { width: 100%; background: #250d00; }
#customer_footer .copyright p { width: 1200px; margin: 0 auto; padding: 10px 0; color:#fff;text-align:center;}
#customer_footer .copyright a { color: #fff;}
#customer_footer .copyright a:hover { color: #fff;}

/*groupInfo*/
#customer_footer .groupInfo { text-align:center; padding-top: clamp(40px,calc(2.7272727273vw + 31.2727272727px),64px); padding-bottom: 40px;}
#customer_footer .groupInfo a { text-decoration:none;}
#customer_footer .groupInfo a:hover { opacity:0.8;}
#customer_footer .groupInfoTitle { max-width: 1200px; width: 100%; margin: 0 auto; border-bottom: 1px #999999 solid; padding-bottom: 20px; margin-bottom: 20px;}
#customer_footer .groupInfoTitle h5 { display: flex; font-weight: 400; justify-content: flex-start; }
#customer_footer .groupInfoTitle h5 span:first-of-type { line-height: 1.2; text-align: left; display: flex; align-items: center; font-size: clamp(20px, calc(.3472222222vw + 17.3333333333px), 24px); }
#customer_footer .groupInfoTitle h5 span:first-of-type::before { content: ""; display: inline-block; width: 12px; height: 12px; background-color: #F03D00; margin-right: 8px; }
#customer_footer .groupInfoTitle h5 span:last-of-type { line-height: 1.6; align-self: flex-end; font-size: clamp(12px, calc(.1736111111vw + 10.6666666667px), 14px); } 
#customer_footer .groupInfoTitle h5 span:last-of-type::before { content: "\ff0f"; display: inline-block; color: #F03D00; margin-inline: .8rem; }
#customer_footer .groupInfo .wrap { max-width: 1200px; width: 100%; margin: 0 auto;}
#customer_footer .groupInfo ul { max-width: 240px; width: 100%; float: left; padding-right: 0;font-size: 12px; line-height: 20px; text-align: left; }
#customer_footer .groupInfo ul.last { padding-right: 0;}
#customer_footer .groupInfo li.title { font-size: 18px; line-height: 36px;}
#customer_footer .groupInfo li a { background: no-repeat left center; padding-left: 12px; display: block; font-size: clamp(12px, 1.1vw, 14px); margin: .8rem 0 0; font-weight: normal; font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif; }


/* ===================================================
	Custom CSS
	以下の項目を施設ごとに変更して下さい。
====================================================== */
/* フォントの読み込み */
@font-face {
	font-family: "Marcellus";
	src: url("https://hotel-uminpia.jp/cdn/shop/files/Marcellus-Regular.ttf?v=4058429158300508336") format("truetype");
}
@font-face {
	font-family: "Assistant";
	font-weight: 400;
	font-style: normal;
	font-display: swap;
	src: url("https://hotel-uminpia.jp/cdn/fonts/assistant/assistant_n4.bcd3d09dcb631dec5544b8fb7b154ff234a44630.woff2?h1=aG90ZWwtdW1pbnBpYS5hY2NvdW50Lm15c2hvcGlmeS5jb20&h2=aG90ZWwtdW1pbnBpYS5qcA&hmac=1dc2804522e134c8a7686525963697124431089cc5e4dae9b6855a6c0dd08783") format("woff2"),
	url("https://hotel-uminpia.jp/cdn/fonts/assistant/assistant_n4.a2d012304becc2a26f1ded1acc136fcab85c9afd.woff?h1=aG90ZWwtdW1pbnBpYS5hY2NvdW50Lm15c2hvcGlmeS5jb20&h2=aG90ZWwtdW1pbnBpYS5qcA&hmac=e94a9836807ad79fcc2a1e52aef19ba951f3b1840ab70d3d7903fccfcfdfd144") format("woff");
}
@font-face {
	font-family: "Assistant";
	font-weight: 700;
	font-style: normal;
	font-display: swap;
	src: url("https://hotel-uminpia.jp/cdn/fonts/assistant/assistant_n7.3335c7bdaddf2501ddab87cdbd9be98f3870e10d.woff2?h1=aG90ZWwtdW1pbnBpYS5hY2NvdW50Lm15c2hvcGlmeS5jb20&h2=aG90ZWwtdW1pbnBpYS5qcA&hmac=a2da0893e733fcfa53033004bce6be7e94b2716ac9e2a45e7e1123023bcb43b0") format("woff2"),
	url("https://hotel-uminpia.jp/cdn/fonts/assistant/assistant_n7.7c85f5c5cc1555de92cc7ef2790ee3cffe5237f5.woff?h1=aG90ZWwtdW1pbnBpYS5hY2NvdW50Lm15c2hvcGlmeS5jb20&h2=aG90ZWwtdW1pbnBpYS5qcA&hmac=2e23c1ed9e9174f4ee11079e6f2693591f24eff405d3633d50453ed1a4926655") format("woff");
}

#customer_header .header {
	/* ヘッダー背景 */
	background: #fff;
}
#customer_header .header * {
	letter-spacing: .1em;
}
#customer_header h1 {
	/* ヘッダーロゴ 画像 */
	/* background-image: url(https://hotel-uminpia.jp/cdn/shop/files/logo.svg?v=1748830787&width=223); */
}
#customer_header h1 img {
	display: block;
	height: clamp(20px, 2vw, 34px);
}
#customer_header #oyadonetBanner a {
	/* お宿ねっとバナー 画像 */
	background-image: url(https://www.hotel-uminpia.jp/common/uminpia/img/common/headerOyadonetBnr.gif);
}
#customer_header .nav {
	/* ナビゲーション 背景画像 */
	/* background-image: url(https://www.hotel-uminpia.jp/common/uminpia/img/common/navBg.jpg); */
}
#customer_header .nav ul li:first-child,
#customer_header .nav ul li {
	/* ナビゲーション 線色 */
	/* border-color: #336699; */
	border-color: transparent;
}
#customer_header .nav ul li a {
	/* ナビゲーション 文字色 */
	/* color: #fff; */
	display: flex;
	flex-direction: column;
	gap: 2px;
}
#customer_header .nav ul li a span.en {
	/* ナビゲーション 英字 */
	color: #96a0aa;
	font-family: "Marcellus", "Assistant", sans-serif;
	font-size: clamp(14px, 1.25vw - 4px, 20px);
	font-weight: 400;
	white-space: nowrap;
}
#customer_header .nav ul li a span.jp {
	/* ナビゲーション 日本語 */
	font-size: 12.4px;
	line-height: 1.6;
	white-space: nowrap;
}
#customer_header .nav ul li a:hover {
	/* ナビゲーション マウスオーバー時背景色 */
	/* background: #4c6473; */
	/* ナビゲーション マウスオーバー時背景色透過度 */
	/* opacity: 0.8; */
}
#customer_header .nav ul li a:hover::before {
	transform: translateY(.5rem);
	opacity: 1;
	background-image: url(https://hotel-uminpia.jp/cdn/shop/files/arrow_anchor.svg?v=4707641747390150418);
}
#customer_header .header-inner {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-wrap: wrap;
	gap: 1em 2em;
	max-width: 1750px;
	margin-inline: auto 0;
}
/* メインイメージ画像 */
#customer_header .header-img {
	background: url(https://hotel-uminpia.jp/cdn/shop/files/img_rooms_mv.webp) no-repeat center / cover;
	display: block;
	height: 20vw;
	width: 100%;
}


#customer_footer .footer {
	/* フッター 背景画像 */
	background-image: url(https://www.hotel-uminpia.jp/common/uminpia/img/common/footerBgPhoto.jpg);
}
#customer_footer .copyright {
	/* コピーライト 背景色 */
	background: #006596;
}
#customer_footer .copyright p,
#customer_footer .copyright a,
#customer_footer .copyright a:hover {
	/* コピーライト 文字色 */
	color:#fff;
}
#customer_footer .groupInfo li a::before {
	/* グループリンク 矢印アイコン */
	display: inline-block;
  content: "";
  width: 1rem;
  height: 1.2rem;
  background-image: url(https://hotel-uminpia.jp/cdn/shop/files/arrow_anchor_or.svg?v=7267260576312060976);
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(-90deg);
}

/*groupInfo*/
#customer_footer .lnk-pageTop {
	margin-top: calc(7rem + 30 * (100vw - 76.8rem)/ 1152);
	text-align: center;
	margin-block-end: 4rem;
}
#customer_footer .lnk-pageTop a {
	display: inline-block;
	text-decoration: none;
	color: #96a0aa;
	font-family: "Marcellus", "Assistant", sans-serif;
	font-size: clamp(16px,calc(.6329113924vw + 11.1392405063px),20px);
	transition: .3s opacity ease-in-out;
}
#customer_footer .lnk-pageTop a:hover {
	opacity: .7;
}
#customer_footer .lnk-pageTop a::before {
	content: "";
	width: 10px;
	height: auto;
	aspect-ratio: 10/80;
	background-image: url(https://hotel-uminpia.jp/cdn/shop/files/arrow_top.svg?v=12806747913109976009);
	background-repeat: no-repeat;
	display: block;
	margin: 0 auto 1rem;
}


/* ----------------------------------------------------
	以下からオーシャンリゾートホテル＆スパうみんぴあ様用に追加
---------------------------------------------------- */

/* ヘッダー・フッター共通 */
#customer_header .topicpath, #customer_footer #footer .con_footer .box_footer {
	width: 90%;
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
}
@media only screen and (min-width: 1200px) and (max-width: 1849px) {
	#customer_header .topicpath, #customer_footer #footer .con_footer .box_footer {
		padding-right: 85px;
	}
}
@media only screen and (max-width: 1199px) {
	#customer_header .topicpath, #customer_footer #footer .con_footer .box_footer {
		width: 86%;
	}
}

#customer_header,
#customer_footer {
		/* http://meyerweb.com/eric/tools/css/reset/ 
		 v2.0 | 20110126
		 License: none (public domain)
		*/
	/* HTML5 display-role reset for older browsers */
	font-family: "Shippori Mincho",serif,"游ゴシック体", "Yu Gothic","Noto Sans JP","ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", YuGothic, "MS Ｐゴシック", "MS PGothic", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
	font-weight: 500;
	font-size: small;
	line-height: 1.5;
	color: #1c1c1c;
	background: #fff;
	-webkit-text-size-adjust: none;
	margin: 0;
	font-size: 124%;
}
#customer_header html, #customer_header body, #customer_header div, #customer_header span, #customer_header applet, #customer_header object, #customer_header iframe,
#customer_header h1, #customer_header h2, #customer_header h3, #customer_header h4, #customer_header h5, #customer_header h6, #customer_header p, #customer_header blockquote, #customer_header pre,
#customer_header a, #customer_header abbr, #customer_header acronym, #customer_header address, #customer_header big, #customer_header cite, #customer_header code,
#customer_header del, #customer_header dfn, #customer_header em, #customer_header img, #customer_header ins, #customer_header kbd, #customer_header q, #customer_header s, #customer_header samp,
#customer_header small, #customer_header strike, #customer_header strong, #customer_header sub, #customer_header sup, #customer_header tt, #customer_header var,
#customer_header b, #customer_header u, #customer_header i, #customer_header center,
#customer_header dl, #customer_header dt, #customer_header dd, #customer_header ol, #customer_header ul, #customer_header li,
#customer_header fieldset, #customer_header form, #customer_header label, #customer_header legend,
#customer_header table, #customer_header caption, #customer_header tbody, #customer_header tfoot, #customer_header thead, #customer_header tr, #customer_header th, #customer_header td,
#customer_header article, #customer_header aside, #customer_header canvas, #customer_header details, #customer_header embed,
#customer_header figure, #customer_header figcaption, #customer_header footer, #customer_header header, #customer_header hgroup,
#customer_header menu, #customer_header nav, #customer_header output, #customer_header ruby, #customer_header section, #customer_header summary,
#customer_header time, #customer_header mark, #customer_header audio, #customer_header video,
#customer_footer html,
#customer_footer body,
#customer_footer div,
#customer_footer span,
#customer_footer applet,
#customer_footer object,
#customer_footer iframe,
#customer_footer h1,
#customer_footer h2,
#customer_footer h3,
#customer_footer h4,
#customer_footer h5,
#customer_footer h6,
#customer_footer p,
#customer_footer blockquote,
#customer_footer pre,
#customer_footer a,
#customer_footer abbr,
#customer_footer acronym,
#customer_footer address,
#customer_footer big,
#customer_footer cite,
#customer_footer code,
#customer_footer del,
#customer_footer dfn,
#customer_footer em,
#customer_footer img,
#customer_footer ins,
#customer_footer kbd,
#customer_footer q,
#customer_footer s,
#customer_footer samp,
#customer_footer small,
#customer_footer strike,
#customer_footer strong,
#customer_footer sub,
#customer_footer sup,
#customer_footer tt,
#customer_footer var,
#customer_footer b,
#customer_footer u,
#customer_footer i,
#customer_footer center,
#customer_footer dl,
#customer_footer dt,
#customer_footer dd,
#customer_footer ol,
#customer_footer ul,
#customer_footer li,
#customer_footer fieldset,
#customer_footer form,
#customer_footer label,
#customer_footer legend,
#customer_footer table,
#customer_footer caption,
#customer_footer tbody,
#customer_footer tfoot,
#customer_footer thead,
#customer_footer tr,
#customer_footer th,
#customer_footer td,
#customer_footer article,
#customer_footer aside,
#customer_footer canvas,
#customer_footer details,
#customer_footer embed,
#customer_footer figure,
#customer_footer figcaption,
#customer_footer footer,
#customer_footer header,
#customer_footer hgroup,
#customer_footer menu,
#customer_footer nav,
#customer_footer output,
#customer_footer ruby,
#customer_footer section,
#customer_footer summary,
#customer_footer time,
#customer_footer mark,
#customer_footer audio,
#customer_footer video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
#customer_header article, #customer_header aside, #customer_header details, #customer_header figcaption, #customer_header figure,
#customer_header footer, #customer_header header, #customer_header hgroup, #customer_header menu, #customer_header nav, #customer_header section,
#customer_footer article,
#customer_footer aside,
#customer_footer details,
#customer_footer figcaption,
#customer_footer figure,
#customer_footer footer,
#customer_footer header,
#customer_footer hgroup,
#customer_footer menu,
#customer_footer nav,
#customer_footer section {
	display: block;
}
#customer_header body,
#customer_footer body {
	line-height: 1;
}
#customer_header ol, #customer_header ul,
#customer_footer ol,
#customer_footer ul {
	list-style: none;
}
#customer_header blockquote, #customer_header q,
#customer_footer blockquote,
#customer_footer q {
	quotes: none;
}
#customer_header blockquote:before, #customer_header blockquote:after,
#customer_header q:before, #customer_header q:after,
#customer_footer blockquote:before,
#customer_footer blockquote:after,
#customer_footer q:before,
#customer_footer q:after {
	content: '';
	content: none;
}
#customer_header table,
#customer_footer table {
	border-collapse: collapse;
	border-spacing: 0;
}
.ie #customer_header, .ie
#customer_footer {
	font-size: 120%;
}
#customer_header a,
#customer_footer a {
	color: #1c1c1c;
}
#customer_header a:hover,
#customer_footer a:hover {
	text-decoration: none;
}
#customer_header img,
#customer_footer img {
	max-width: 100%;
	-webkit-touch-callout: none;
	line-height: 1;
}
@media only screen and (min-width: 1200px) {
	#customer_header .view_tab-sp,
	#customer_header .view_tab,
	#customer_footer .view_tab-sp,
	#customer_footer .view_tab {
		display: none !important;
	}
}
@media print {
	#customer_header .view_tab-sp,
	#customer_header .view_tab,
	#customer_footer .view_tab-sp,
	#customer_footer .view_tab {
		display: none !important;
	}
}
@media only screen and (min-width: 768px) {
	#customer_header .view_sp,
	#customer_footer .view_sp {
		display: none !important;
	}
}
@media only screen and (max-width: 1199px) {
	#customer_header .view_pc,
	#customer_footer .view_pc {
		display: none !important;
	}
}
#customer_header .t,
#customer_footer .t {
	line-height: 1.8;
}
#customer_header .btn_basic,
#customer_footer .btn_basic {
	width: 320px;
	background: #555;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
	#customer_header .btn_basic,
	#customer_footer .btn_basic {
		width: 320px;
	}
}
#customer_header .btn_basic > a,
#customer_footer .btn_basic > a {
	padding: 20px 10px;
	display: block;
	text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
	#customer_header .btn_basic > a,
	#customer_footer .btn_basic > a {
		padding: 15px 10px;
	}
}
#customer_header .btn_basic > a span,
#customer_footer .btn_basic > a span {
	padding-left: 1em;
	position: relative;
}
#customer_header .btn_basic > a span::before,
#customer_footer .btn_basic > a span::before {
	content: "\f3d3";
	font-family: "Ionicons";
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
					transform: translateY(-50%);
}
#customer_header .btn_rsv,
#customer_footer .btn_rsv {
	width: 320px;
	background: #bd9431;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
	#customer_header .btn_rsv,
	#customer_footer .btn_rsv {
		width: 320px;
	}
}
#customer_header .btn_rsv > a,
#customer_footer .btn_rsv > a {
	padding: 20px 10px;
	display: block;
	color: #fff;
	text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
	#customer_header .btn_rsv > a,
	#customer_footer .btn_rsv > a {
		padding: 15px 10px;
	}
}
#customer_header .btn_rsv.center,
#customer_footer .btn_rsv.center {
	margin: auto;
}
#customer_header .btn_day,
#customer_footer .btn_day {
	width: 320px;
	background: #466437;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
	#customer_header .btn_day,
	#customer_footer .btn_day {
		width: 320px;
	}
}
#customer_header .btn_day > a,
#customer_footer .btn_day > a {
	padding: 20px 10px;
	display: block;
	color: #fff;
	text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
	#customer_header .btn_day > a,
	#customer_footer .btn_day > a {
		padding: 15px 10px;
	}
}
#customer_header .btn_day.center,
#customer_footer .btn_day.center {
	margin: auto;
}
.mouse #customer_header .over, .mouse
#customer_footer .over {
	-webkit-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
}
.mouse #customer_header .over:hover, .touch #customer_header .over.touchstart, .mouse
#customer_footer .over:hover, .touch
#customer_footer .over.touchstart {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
	opacity: 0.85;
}
.touch #customer_header .over, .touch
#customer_footer .over {
	-webkit-tap-highlight-color: transparent;
}
.touch #customer_header .over.touchend, .touch
#customer_footer .over.touchend {
	-webkit-transition-delay: 200ms;
	transition-delay: 200ms;
}

/*ヘッダー*/
#customer_header header {
	position: relative;
	background: #f4f4f4;
}
#customer_header header .inner {
	padding: 1.5em 0;
	width: 95%;
	max-width: 1820px;
	margin-left: auto;
	margin-right: auto;
}
@media only screen and (min-width: 1200px) {
	#customer_header header .inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
				-ms-flex-pack: justify;
						justify-content: space-between;
	}
}
@media print {
	#customer_header header .inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
				-ms-flex-pack: justify;
						justify-content: space-between;
	}
}
@media only screen and (min-width: 1200px) and (max-width: 1560px) {
	#customer_header header .inner {
		-ms-flex-wrap: wrap;
				flex-wrap: wrap;
	}
}
@media only screen and (min-width: 1200px) {
	#customer_header header .inner .box_l {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
				-ms-flex-align: center;
						align-items: center;
	}
}
@media print {
	#customer_header header .inner .box_l {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
				-ms-flex-align: center;
						align-items: center;
	}
}
@media only screen and (min-width: 1200px) and (max-width: 1560px) {
	#customer_header header .inner .box_l {
		width: 100%;
		display: block;
		text-align: center;
	}
}
@media only screen and (max-width: 1199px) {
	#customer_header header .inner .box_l {
		width: 100%;
		display: block;
		text-align: center;
	}
}
#customer_header header .inner .box_l .logo {
	width: 130px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
	#customer_header header .inner .box_l .logo {
		width: 30%;
	}
}
@media only screen and (min-width: 1200px) and (max-width: 1560px) {
	#customer_header header .inner .box_l .logo {
		margin: 0 auto;
	}
}
@media only screen and (max-width: 1199px) {
	#customer_header header .inner .box_l .logo {
		margin: 0 auto;
	}
}
#customer_header header .inner .box_l .logo a {
	display: inline-block;
}
#customer_header header .inner .box_l h1 {
	font-size: 75%;
	font-weight: 500;
	line-height: 1.6;
}
@media only screen and (min-width: 1200px) {
	#customer_header header .inner .box_l h1 {
		margin-left: 2em;
	}
}
@media print {
	#customer_header header .inner .box_l h1 {
		margin-left: 2em;
	}
}
@media only screen and (min-width: 1200px) and (max-width: 1560px) {
	#customer_header header .inner .box_l h1 {
		margin: 1em 0 0 0;
	}
}
@media only screen and (max-width: 1199px) {
	#customer_header header .inner .box_l h1 {
		margin-top: 1.5em;
	}
}
#customer_header header .inner .box_r {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
}
@media only screen and (min-width: 1200px) and (max-width: 1560px) {
	#customer_header header .inner .box_r {
		-webkit-box-pack: center;
				-ms-flex-pack: center;
						justify-content: center;
		width: 100%;
		margin-top: 1em;
	}
}
#customer_header header .inner .box_r .nav {
	font-size: 88%;
	border-left: 1px solid #ccc;
	padding: 0 1em;
}
#customer_header header .inner .box_r .nav:first-of-type {
	border-left: none;
}
#customer_header .topicpath {
	margin: 20px auto 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
}
@media only screen and (min-width: 1200px) {
	#customer_header .topicpath {
		-webkit-box-pack: end;
				-ms-flex-pack: end;
						justify-content: flex-end;
	}
}
@media print {
	#customer_header .topicpath {
		-webkit-box-pack: end;
				-ms-flex-pack: end;
						justify-content: flex-end;
	}
}
#customer_header .topicpath li {
	font-size: 94%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
	#customer_header .topicpath li {
		font-size: 88%;
	}
}
#customer_header .topicpath li:nth-of-type(n+2) {
	position: relative;
}
#customer_header .topicpath li:nth-of-type(n+2)::before {
	content: "/";
	padding: 0 .2em 0 .6em;
}
#customer_header .topicpath li a {
	text-decoration: underline;
}
#customer_header .topicpath li a:hover {
	text-decoration: none;
}

/*フッター*/
#customer_footer #footer {
	margin-top: 120px;
	padding-bottom: 30px;
	position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
	#customer_footer #footer {
		margin-top: 100px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
	#customer_footer #footer {
		padding-bottom: 16vw;
	}
}
#customer_footer #footer .con_footer {
	padding: 110px 100px 120px 100px;
	background: url(https://www.kyoto-keburikawa.jp/files/images/footer/bg_footer.jpg);
	background-size: auto 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
	#customer_footer #footer .con_footer {
		padding: 80px 60px 90px;
	}
}
#customer_footer #footer .con_footer .box_footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
			-ms-flex-pack: justify;
					justify-content: space-between;
	-webkit-box-align: start;
			-ms-flex-align: start;
					align-items: flex-start;
	width: 100%;
}
@media only screen and (max-width: 1199px) {
	#customer_footer #footer .con_footer .box_footer {
		display: block;
	}
}
@media only screen and (max-width: 1199px) {
	#customer_footer #footer .con_footer .box_footer .inn_address {
		text-align: center;
	}
}
#customer_footer #footer .con_footer .box_footer .inn_address .logo {
	text-align: center;
}
#customer_footer #footer .con_footer .box_footer .inn_address .txt {
	font-size: 94%;
	margin-top: 2em;
}
#customer_footer #footer .con_footer .box_footer .inn_address .address {
	font-size: 82%;
	margin-top: 1em;
}
#customer_footer #footer .con_footer .box_footer .inn_address .address > a {
	text-decoration: underline;
}
#customer_footer #footer .con_footer .box_footer .inn_gnav {
	width: 71.875%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
			-ms-flex-pack: end;
					justify-content: flex-end;
	-webkit-box-align: start;
			-ms-flex-align: start;
					align-items: flex-start;
}
#customer_footer #footer .con_footer .box_footer .inn_gnav .gnav {
	width: 24%;
}
@media only screen and (min-width: 1200px) and (max-width: 1771px) {
	#customer_footer #footer .con_footer .box_footer .inn_gnav .gnav {
		width: 28%;
	}
}
@media only screen and (min-width: 1200px) and (max-width: 1430px) {
	#customer_footer #footer .con_footer .box_footer .inn_gnav .gnav {
		width: 30%;
	}
}
#customer_footer #footer .con_footer .box_footer .inn_gnav .gnav > li:nth-of-type(n+2) {
	margin-top: 1.5em;
}
#customer_footer #footer .con_footer .box_footer .inn_gnav .gnav > li > ul > li {
	font-size: 88%;
	text-indent: -1em;
	padding-left: 1em;
	margin-top: .7em;
}
#customer_footer #footer .con_footer .box_footer .inn_gnav .gnav > li.sub_gnav {
	font-size: 88%;
}
#customer_footer #footer .con_footer .box_footer .inn_gnav .gnav > li.sub_gnav > a {
	color: #222222;
	opacity: .6;
}
#customer_footer #footer .con_footer .box_footer .inn_gnav .gnav > li.inn_sns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	margin-top: 1.5em;
}
#customer_footer #footer .con_footer .box_footer .inn_gnav .gnav > li.inn_sns .sns {
	width: 50px;
	height: 50px;
	background: #f4f4f4;
	border-radius: 50%;
}
#customer_footer #footer .con_footer .box_footer .inn_gnav .gnav > li.inn_sns .sns > a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
			-ms-flex-pack: center;
					justify-content: center;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	width: 100%;
	height: 100%;
}
#customer_footer #footer .con_footer .box_footer .inn_gnav .gnav > li.inn_sns .sns > a i {
	font-size: 163%;
	line-height: 1;
}
#customer_footer #footer .con_footer .box_footer .inn_gnav .gnav > li.inn_sns .sns:nth-of-type(n+2) {
	margin-left: .5em;
}
#customer_footer #footer .con_footer .box_sns .inn_sns {
	margin-top: 1.5em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
			-ms-flex-pack: center;
					justify-content: center;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
}
#customer_footer #footer .con_footer .box_sns .inn_sns .sns {
	width: 45px;
	height: 45px;
	background: #f4f4f4;
	border-radius: 50%;
}
#customer_footer #footer .con_footer .box_sns .inn_sns .sns > a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
			-ms-flex-pack: center;
					justify-content: center;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	width: 100%;
	height: 100%;
}
#customer_footer #footer .con_footer .box_sns .inn_sns .sns > a i {
	font-size: 163%;
	line-height: 1;
}
#customer_footer #footer .con_footer .box_sns .inn_sns .sns:nth-of-type(n+2) {
	margin-left: 1em;
}
#customer_footer #footer .con_fo_list {
	padding: 45px 0 65px;
	max-width: 1400px;
	margin:0 auto;
	-webkit-box-sizing: border-box;
					box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
	#customer_footer #footer .con_fo_list {
		padding: 40px 0 60px;
	}
}
@media only screen and (min-width: 1200px) and (max-width: 1369px) {
	#customer_footer #footer .con_fo_list {
		padding: 45px 5em 65px 0;
	}
}
#customer_footer #footer .con_fo_list .box_tit {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
			-ms-flex-pack: center;
					justify-content: center;
	-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
}
#customer_footer #footer .con_fo_list .box_tit .img a {
	display: inline-block;
}
#customer_footer #footer .con_fo_list .Label {
	width: 100%;
}
#customer_footer #footer .con_fo_list .box_tit .tit {
	font-size: 150%;
	margin-left: 1em;
	margin-top: 0;
	letter-spacing: 2px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
	#customer_footer #footer .con_fo_list .box_tit .tit {
		font-size: 138%;
	}
}
#customer_footer #footer .con_fo_list .box_list {
	margin-top: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
			-ms-flex-align: start;
					align-items: flex-start;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
	#customer_footer #footer .con_fo_list .box_list {
		-ms-flex-wrap: wrap;
				flex-wrap: wrap;
	}
}
#customer_footer #footer .con_fo_list .box_list .inn_list {
	width: 18.42857%;
	padding-left: 1.3em;
	position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
	#customer_footer #footer .con_fo_list .box_list .inn_list {
		width: 30%;
	}
}
@media only screen and (min-width: 1200px) and (max-width: 1369px) {
	#customer_footer #footer .con_fo_list .box_list .inn_list {
		padding-right: 1em;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
	#customer_footer #footer .con_fo_list .box_list .inn_list:nth-of-type(n+4) {
		margin-top: 2em;
	}
}
#customer_footer #footer .con_fo_list .box_list .inn_list::before {
	width: 1px;
	height: 150px;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: #ebeaec;
}
#customer_footer #footer .con_fo_list .box_list .inn_list:last-of-type::after {
	width: 1px;
	height: 150px;
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	background: #ebeaec;
}
#customer_footer #footer .con_fo_list .box_list .inn_list > ul > li {
	font-size: 82%;
	padding-left: 0.7em;
	position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
	#customer_footer #footer .con_fo_list .box_list .inn_list > ul > li {
		font-size: 82%;
	}
}
#customer_footer #footer .con_fo_list .box_list .inn_list > ul > li:nth-of-type(n+2) {
	margin-top: 1.3em;
}
#customer_footer #footer .con_fo_list .box_list .inn_list > ul > li::before {
	content: "\f3d3";
	font-family: "Ionicons";
	position: absolute;
	top: 0;
	left: 0;
}

#customer_footer #footer .con_fo_list .box_list .inn_list a span {
		display: inline-block;
}


#customer_footer #footer #copyright {
	font-size: 75%;
	text-align: center;
	letter-spacing: 1px;
}

