@charset "utf-8";

/* ==============================
Smartphone common layout
Site Name: Allegro Wedding Site;
Date: 2016.08;
================================= */




/* Foundation
================================= */
/* base
================================= */
body {
	background: url(../img/bg_flower01.png) left 20px no-repeat fixed,
		url(../img/bg_flower02.png) right 200px no-repeat fixed,
		url(../img/bg_flower03.png) left 400px no-repeat fixed,
		url(../img/bg_flower04.png) left 600px no-repeat fixed,
		url(../img/bg_flower05.png) right 500px no-repeat fixed;
	background-size: 351px, 253px, 223px, 200px, 257px;
	background-color: #fffdfa;
	color: #2c221b;
	font: 13px/1.6 "Prata", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
	height: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
}
img[src$=".svg"] {
	width: 100%;
}
a {
	color: #df468e;
	text-decoration: none;
}

/* component
================================= */
/* title
----------------------------- */
h2, h3, h4, h5, h6 {
	font: 13px/1.6 "Prata", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
}
.ttl {
	font-size: 20px;
	line-height: 1.4;
	text-align: center;
	margin-bottom: 30px;
	padding: 0 20px;
}
.ttl--en {
	display: block;/* ttl under */
	font-family: "Cormorant Garamond", serif;
	font-size: 10px;
	font-style: italic;
	margin-top: 5px;
}
.en {
	font-family: "Cormorant Garamond", serif;
	font-size: 10px;
	font-style: italic;
}
.ttl--4l {
	font-size: 20px;
}
.ttl--3l {
	font-size: 18px;
}
.ttl--ll {
	font-size: 15px;
}
.ttl--l {
	font-size: 15px;
}
.ttl--deco {
	background: url(../img/ico_deco.svg) center 0 no-repeat;
	background-size: 30px 12px;
	font-size: 18px;
	text-align: center;
	padding-top: 24px;
}
.ttl--deco02 {
	background: url(../img/ico_deco02.svg) center 0 no-repeat;
	background-size: 30px 12px;
	color: #df468e;
	font-size: 18px;
	text-align: center;
	padding-top: 24px;
}
.catch {
	font: 18px/1.4 "Prata", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "a-otf-ryumin-pr6n", serif;
	text-align: center;
	margin-bottom: 30px;
}

/* text
----------------------------- */
p.txt {
	margin-bottom: 14px;
}
div.txt {
	margin-bottom: 14px;
}
div.txt p {
	margin-bottom: 14px;
}
p.txt:last-child,
div.txt:last-child,
div.txt p:last-child {
	margin-bottom: 0;
}
/* strong */
strong {
	font-weight: bold;
}
em {
	font-weight: normal;
	font-style: normal;
}
/* color */
.pink {
	color: #df468e;
}
.red {
	color: #c91800;
}
/* font */
.pr {
	font-family: "Prata", "a-otf-ryumin-pr6n", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, serif;
}
/* price */
.price {
	color: #df468e;
	font-family: "Prata", "a-otf-ryumin-pr6n", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, serif;
}
/* tel */
.tel {
	letter-spacing: .04em;
}
/* lead */
.lead {
	margin-bottom: 40px !important;
}

/* list
----------------------------- */
.list {
	margin-left: 24px;
}
.list02 dl {
	border-bottom: 1px solid #e9e7e3;
	padding: 14px 0;
}
.list02 dl:first-child {
	border-top: 1px solid #e9e7e3;
}
.list02 dt {
	margin-bottom: 10px;
}

/* btn
----------------------------- */
.btn {
	text-align: center;
	margin: 0 auto;
	width: 100%;
	max-width: 280px;
}
.btn a {
	box-sizing: border-box;
	display: block;
	font-size: 15px;
	line-height: 44px;
	text-decoration: none;
	border: 1px solid;
	height: 44px;
}
/* color */
.btn.is-brown a {
	border-color: #2c221b;
	color: #2c221b;
}
.btn.is-bgpink a {
	background-color: #df468e;
	border-color: #df468e;
	color: white;
}

/* frame
----------------------------- */
.frame {
	box-sizing: border-box;
	padding: 30px 20px;
}
.frame.is-brown {
	background-color: #14100c;
	box-shadow: inset 0 0 0 5px #14100c, inset 0 0 0 6px #fffdfa;
	color: white;
}
.frame.is-peach {
	background-color: #f3eeea;
	box-shadow: inset 0 0 0 5px #f3eeea, inset 0 0 0 6px #fffdfa;
}
.frame02 {
	background: url(../img/concierge/bg_planner_top.jpg) 0 0 repeat-x,
		url(../img/concierge/bg_planner_right.jpg) right 10px repeat-y,
		url(../img/concierge/bg_planner_left.jpg) left 10px repeat-y,
		url(../img/concierge/bg_planner_btm.jpg) 0 bottom repeat-x;
	background-size: 580px, 10px, 10px, 580px;
	box-sizing: border-box;
}

/* Utitlity
================================= */
/* clear */
.clear {
	clear: both;
}
.clearfix::after {
	clear: both;
	content: "";
	display: block;
}
/* align */
.center,
.center--sp {
	text-align: center;
}
/* hidden */
.hdn,
.hdn--sp {
	display: none !important;
}
/* bg */
.bg--brown {
	background-color: #14100c;
	color: #fffdfa;
}
.bg--peach {
	background-color: #f3eeea;
}
.bg--border {
	border-top: 1px solid #f3eeea;
}
/* inner */
.inner {
	clear: both;
}
.indent {
	padding-right: 20px;
	padding-left: 20px;
}

/* float
----------------------------- */
.tile {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: -30px;
}
.tile li {
	font-size: 12px;
	list-style: none;
	margin-top: 30px;
	width: calc(50% - 5px);
}
.tile a {
	display: block;
}
.tile img {
	width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 959px){
	.tile.is-3 li {
		width: calc(33.333% - 10px);
	}
}

/* Layout
================================= */
/* header
----------------------------- */
#header {
	width: 100%;
}
#hero {
	width: 100%;
}
@media only screen and (max-width: 767px){
	#hero {
		height: 200px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 959px){
	#hero {
		height: 300px;
	}
}
#header__head {
	background-color: rgba(255,255,255,.9);
	position: absolute;
	z-index: 100;
	width: 100%;
	height: 50px;
}
h1 {
	overflow: hidden;
	position: absolute;
	height: 0;
	width: 0;
}
#header__head .logo {
	position: absolute;
	top: 12px;
	left: 50%;
	margin-left: -66px;
	width: 132px;
}
#header__head .tel {
	font-size: 24px;
	line-height: 50px;
	text-align: center;
	position: absolute;
}
#header__head .tel a {
	color: #2c221b;
	display: block;
	width: 50px;
	height: 50px;
}
#btn--navopen,
#btn--navclose {
	font-size: 24px;
	line-height: 50px;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1000;
}
#btn--navopen a,
#btn--navclose a {
	color: #2c221b;
	display: block;
	width: 50px;
	height: 50px;
}
#btn--navclose a {
	background-color: #f3eeea;
}
/* global--navs */
#global--navs {
	background-color: #f3eeea;
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 200;
	padding: 30px 0;
	width: 100%;
}
.global--nav ul {
	text-align: center;
	margin: 0 auto;
}
.global--nav li {
	font-size: 14px;
	list-style: none;
	letter-spacing: .1em;
}
.global--nav li i {
	font-size: 24px;
}
.global--nav a {
	color: #2c221b;
	display: block;
	margin: 0 auto;
	padding: 4px 0;
}
.global--nav01 a {
	width: 220px;
}
.global--nav02 {
	display: flex;
	justify-content: center;
}
.global--nav02 li {
	width: 50px;
}

/* main
----------------------------- */
section {
	padding: 60px 0;
}
/* ttl */
#ttl--page {
	position: absolute;
	overflow: hidden;
	height: 0;
	width: 0;
}
/* tab--nav */
.tab--nav {
	display: flex;
	width: 100%;
}
.tab--nav li {
	box-sizing: border-box;
	font-family: "Cormorant Garamond", serif;
	line-height: 1.2;
	list-style: none;
	text-align: center;
	justify-content: space-between;
	border: 1px solid;
}
.tab--nav a {
	padding: 10px 0;
}
/* color */
.tab--nav.is-brown li {
	border-color: #2c221b;
}
.tab--nav.is-brown a {
	display: block;
	color: #2c221b;
	cursor: pointer;
}
.tab--nav.is-brown .tab--current,
.tab--nav.is-brown .slick-current {
	background-color: #2c221b;
	color: white;
	text-decoration: none;
}
.tab--nav.is-white li {
	border-color: white;
}
.tab--nav.is-white a {
	display: block;
	color: white;
	cursor: pointer;
}
.tab--nav.is-white .tab--current,
.tab--nav.is-white .slick-current {
	background-color: white;
	color: #2c221b;
	text-decoration: none;
}
/* bnr */
.bnr {
	margin-top: 45px;
}
.bnr li {
	font-size: 20px;
	line-height: 1.1;
	list-style: none;
	text-align: center;
	margin-top: 20px;
	width: 100%;
	height: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 959px){
	.bnr ul {
		display: flex;
		justify-content: space-between;
	}
	.bnr li {
		width: calc(50% - 10px);
	}
}
.bnr a {
	background-color: rgba(20,16,12,.8);
	box-sizing: border-box;
	color: #df468e;
	display: block;
	padding-top: 30px;
	width: 100%;
	height: 100px;
}
.bnr #bnr--gallery {
	background: url(../img/bnr_gallery.jpg) 0 0 no-repeat;
	background-size: cover;
}
.bnr #bnr--report {
	background: url(../img/bnr_report.jpg) 0 0 no-repeat;
	background-size: cover;
}
/* booking */
#booking {
	background: url(../img/bg_booking.png) center bottom repeat-x;
	background-size: cover;
	text-align: center;
	margin-top: 50px;
	padding-top: 50px;
}
#booking h2 {
	background: url(../img/ico_bow.png) center top no-repeat;
	font-family: "Prata", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "a-otf-ryumin-pr6n", serif;
	background-size: 17px;
	font-size: 18px;
	padding-top: 30px;
	margin-bottom: 10px;
}
#booking .tel {
	font-size: 22px;
	margin-bottom: 4px;
}
#booking .time {
	font-size: 12px;
	margin-bottom: 20px;
}

/* footer
----------------------------- */
#footer__head {
	text-align: center;
	padding: 50px 0;
}
#footer__head .logo {
	margin: 0 auto 30px;
	width: 132px;
}
#footer__head .siteinfo {
	margin-bottom: 30px;
}
.siteinfo h2 {
	font-weight: bold;
	margin-bottom: 20px;
}
/* sister */
.footer__sister {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.footer__sister li {
	font-size: 10px;
	list-style: none;
	text-align: center;
}
.footer__sister a {
	background-color: rgba(20,16,12,.7);
	box-sizing: border-box;
	color: white;
	display: block;
	padding-top: 20px;
	height: 90px;
}
.footer__sister em {
	font-size: 13px;
}
#gazzo {
	background: url(../img/bnr_sister_gazzo.jpg) center no-repeat;
	background-size: cover;
	width: 33.333%;
}
#braceriabava {
	background: url(../img/bnr_sister_braceriabava.jpg) center no-repeat;
	background-size: cover;
	width: 33.333%;
}
#torisobakotori {
	background: url(../img/bnr_sister_torisobakotori.jpg) center no-repeat;
	background-size: cover;
	width: 33.333%;
}

#allegrokanazawa {
	background: url(../img/bnr_sister_allegrokanazawa.jpg) center no-repeat;
	background-size: cover;
	width: 33.333%;
}
#jamorchestra {
	background: url(../img/bnr_sister_jamorchestra_sp.jpg) center no-repeat;
	background-size: cover;
	width: 50%;
}
#jamrestaurant {
	background: url(../img/bnr_sister_jamrestaurant_sp.jpg) center no-repeat;
	background-size: cover;
	width: 50%;
}
/* foot */
#footer__foot {
	background-color: #14100c;
	clear: both;
	color: white;
	text-align: center;
	padding: 20px 0 30px;
}
.share {
	display: flex;
	font-size: 24px;
		justify-content: center;
	margin: 0 auto 4px;
}
.share li {
	list-style: none;
}
.share a {
	color: white;
	display: block;
	width: 44px;
	height: 44px;
}
#copyright {
	font-size: 8px;
	letter-spacing: .2em;
}

#copyright a{
 font-size: 8px;
 color: #fff;
 display: block;
 text-decoration: none;
}




/* pagetop */
#pagetop {
	position: fixed;
	bottom: 0;
	right: 0;
	width: 44px;
	height: 44px;
}
#pagetop i {
	font-size: 24px;
}
#pagetop a {
	display: block;
	line-height: 50px;
	text-align: center;
	width: 44px;
	height: 44px;
}

/*
_sp.concierge.css
_sp.plan.css
_sp.floor.css
_sp.access.css
_sp.gallery.css
_sp.contact.css
*/