@charset "UTF-8";

/*-- Layout --*/
body {
	background: #f7e4ca;
	background-image: url("../img/bg-base.png");
	color: #544639;
	font-family: "MPLUS1RegularSubset", sans-serif;
	overflow-x: hidden;
}

/*-- Navi */
#tree-navibtn {
	display: none;
}

#navi {
	background: #eeeeee;
	background: rgba(255, 255, 255, .45);
	-webkit-filter: drop-shadow(0px 0px 10px #aaaaaa);
	filter: drop-shadow(0px 0px 10px #aaaaaa);
	height: 70px;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999999;
}

#navi input {
	display: none;
}

#navi h1 a {
	content: url("../img/logo-allier.png");
	float: left;
	height: 70px;
	margin-left: 8%;
	width: auto;
}

#navi a:hover {
	border-bottom: none;
	color: #5e830e;
}

.tree {
	float: right;
	margin-right: 30px;
}

.tree-parent {
	float: left;
	font-size: 15px;
	line-height: 70px;
	margin-right: 30px;
	white-space: nowrap;
}

.tree-parent:last-child {
	margin-right: 0;
}

.tree a {
	color: #544639;
}

.tree-parent {
	position: relative;
}

.tree-parent .tree-child {
	box-sizing: border-box;
	margin-left: -30px;
	opacity: 0;
	position: absolute;
	visibility: hidden;
	width: auto;
}

.tree-parent .tree-child li {
	margin: 3px 0 0 0;
	padding: 3px 0;
}

.tree-parent ul.tree-child a {
	color: #ffffff;
	display: block;
	margin: auto;
	padding: 4px 13px 5px;
}

/* Navi for PC */
@media screen and (min-width: 768px) {
	.tree-parent:hover .tree-child {
		opacity: 1;
		visibility: visible;
	}

	.tree-parent .tree-child li {
		background: rgba(84, 70, 57, .65);
		border: 1px solid #544639;
		border-radius: 25px;
	}

	.tree-parent .tree-child li:hover {
		background-color: #e7e1d5;
	}

	.for-mobile {
		display: none;
	}
}

/* Burger (三ゲタ: html:&#9776; css:\002630) */
#navi #navibtn {
	display: none;
}

/* Navi for Mobile */
@media screen and (max-width: 768px) {
	.tree {
		display: none;
	}

	.tree-parent {
		background: rgba(255, 255, 255, .5);
		border-bottom: 1px solid #eeeeee;
		height: auto;
		line-height: 45px;
		padding: 0 20px;
		width: 100%;
	}

	.tree-parent:first-child {
		border-top: 1px solid #eeeeee;
	}

	.tree-parent a {
		display: block;
		color: #8d5612;
	}

	.tree-parent a:hover {
		background: rgba(231, 225, 213, .75);
	}

	.tree-parent a::before {
		content: url("../svg/right-c.svg");
		margin-right: 5px;
	}

	.tree-parent>label:hover {
		cursor: pointer;
	}

	.tree-parent .tree-child {
		left: auto;
		margin-left: auto;
		opacity: 1;
		position: relative;
		top: 0;
		width: auto;
	}

	.tree-parent .tree-child li {
		padding: 0;
		margin: 0 0 2px 5px;
	}

	.tree-parent .tree-child li a {
		color: #8d5612;
	}

	#tree-navibtn:checked~#navi {
		height: 100%;
		overflow-x: hidden;
		overflow-y: scroll;
		position: fixed;
	}

	#tree-navibtn:checked~* .tree {
		display: block;
		opacity: 1;
	}

	#tree-navibtn:checked~* .tree-parent {
		max-height: inherit;
		overflow-y: visible;
	}

	#tree-navibtn:checked~* .tree-child {
		opacity: 1;
		visibility: visible;
	}

	.for-mobile:before {
		display: none;
	}

	.for-mobile .tree-parent a::before {
		content: "";
	}

	#navi #navibtn {
		cursor: pointer;
		display: block;
		position: absolute;
		right: 10px;
		top: 10px;
	}

	#navibtn span {
		display: block;
		height: 40px;
		width: 40px;
	}

	#navibtn span span {
		display: block;
		height: 1px;
		overflow: hidden;
		width: 1px;
	}

	#navibtn span span::before,
	#navibtn span span::after,
	#navibtn span::after {
		background-color: #8d5612;
		content: "";
		height: 3px;
		left: 10px;
		position: absolute;
		transition: all .2s ease-in-out;
		width: 20px;
	}

	#navibtn span span::before {
		top: 10px;
	}

	#tree-navibtn:checked~#navi label#navibtn span span::before {
		top: 19px;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	#navibtn span::after {
		bottom: 10px;
	}

	#tree-navibtn:checked~#navi label#navibtn>span::after {
		bottom: 18px;
		-webkit-transform: rotate(-135deg);
		transform: rotate(-135deg);
	}

	#navibtn span span::after {
		top: 18px;
	}

	#tree-navibtn:checked~#navi label#navibtn span span::after {
		display: none;
	}
}

/* Navi --*/

/* for Mobile */
@media screen and (max-width: 768px) {
	h2 {
		font-size: 25px;
	}
}

/*-- WaveSVG https://www.webcreatorbox.com/webinfo/section-divider --*/
.shapedividers_com-8266 {
	height: 70px;
	overflow: hidden;
	position: relative;
}

.shapedividers_com-8266::before {
	animation: 10s infinite alternate shape-anim-8266 linear;
	background-image: url("data:image/svg+xml;charset=utf8, <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 35.28 2.17\" preserveAspectRatio=\"none\"><path d=\"M0 .5c3.07.55 9.27-.42 16.14 0 6.88.4 13.75.57 19.14-.11V0H0z\" fill=\"%23bb8a37\"/><path d=\"M0 1c3.17.8 7.29-.38 10.04-.55 2.75-.17 9.25 1.47 12.67 1.3 3.43-.17 4.65-.84 7.05-.87 2.4-.02 5.52.88 5.52.88V0H0z\" opacity=\".5\" fill=\"%23bb8a37\"/><path d=\"M0 1.85c2.56-.83 7.68-.3 11.79-.42 4.1-.12 6.86-.61 9.58-.28 2.73.33 5.61 1.17 8.61 1 3-.19 4.73-.82 5.3-.84V.1H0z\" opacity=\".5\" fill=\"%23bb8a37\"/></svg>");
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: 100% 70px;
	bottom: -.1vw;
	content: "";
	left: -.1vw;
	pointer-events: none;
	position: absolute;
	right: -.1vw;
	top: -.1vw;
	transform: scaleX(4);
	transform-origin: 100% 0;
	z-index: 3;
}

@media (min-width: 2100px) {
	.shapedividers_com-8266::before {
		background-size: 100% calc(2vw + 100px);
	}
}

@keyframes shape-anim-8266 {
	100% {
		transform: scaleX(4) translateX(calc(100% - (100% / 4)));
	}
}

/* Breadcrumb */
.breadcrumb {
	background: #e8d7c3;
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: .3em 1em;
}

.breadcrumb li {
	display: inline;
	font-size: 12px;
	font-weight: bold;
	list-style: none;
}

.breadcrumb li::after {
	color: #544639;
	content: "\003e";
	padding: 0 .2em;
}

.breadcrumb li:last-child::after {
	content: "";
}

.breadcrumb li a {
	color: #544639;
	text-decoration: none;
}

.breadcrumb li:first-child a::before {
	content: url("../svg/home.svg");
	padding: 5px;
	vertical-align: middle;
}

.breadcrumb li a:hover {
	border-bottom: none;
	color: #ffad02;
}

/*-- Container --*/
.container {
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}

/*-- Page Navi --*/
nav.pagenavi {
	border-top: 1px solid #eee;
	display: flex;
	justify-content: center;
	margin: 0 0 1em;
}

.paging {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
}

.paging a {
	border: 1px solid #999;
	border-radius: 0.2em;
	display: block;
	margin: 0 .2em;
	padding: 0.3em .8em;
	text-decoration: none;
}

.paging a:hover {
	background-color: #999;
	color: #fff;
}

.paging a[aria-current="page"] {
	background-color: #666;
	color: #fff;
}

/* Logo - Top */
.boxlogo {
	align-items: center;
	background: #ffffff;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	display: -webkit-box;
	justify-content: center;
	margin: 80px auto 30px;
	min-height: 200px;
	padding: 20px;
	text-align: center;
	-webkit-transform-origin: center center;
	transform-origin: center center;
	width: 80%;
}

.boxlogo-inner {
	background-image: linear-gradient(rgba(255, 255, 255, .7), rgba(255, 255, 255, .2)), url("../img/bg-damask.jpg");
	border: 4px double #e8d7c3;
	padding: 20px 0;
	width: 100%;
}

.boxlogo-inner img {
	height: auto;
	max-width: 300px;
	padding: 2.5em 0 1.7em;
	width: 75%;
}

/*-- Section --*/
section {
	padding: 25px 0 40px 0;
}

.wrap {
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}

.wrap .inner {
	-webkit-box-flex: 1;
	flex: 1;
	margin-bottom: 30px;
}

/* Card */
.card {
	-webkit-backdrop-filter: blur(3px);
	backdrop-filter: blur(3px);
	background: #fdf5e6;
	border-radius: 15px;
	box-shadow: 0 3px 10px 0 rgba(31, 38, 135, .3);
	margin-bottom: 15px;
	padding-bottom: 15px;
	text-align: center;
	width: 100%;
	/*350px*/
}

.card-img {
	border-radius: 15px 15px 0 0;
	max-width: 100%;
	color: #ffffff;
	text-shadow: 1px 1px 2px #777777;
	text-align: right;
	width: 100%; /*自動縮小拡大*/
}

.card a img:hover {
	filter: brightness(106%);
	opacity: .9;
}

.card-content {
	padding: 5px 30px;
	text-align: left;
}

.card-link {
	padding: 5px 0 15px;
}

.card-link a {
	background-color: #544639;
	border-radius: 15px;
	color: #f7e4ca;
	font-size: 13px;
	margin: 0 10px;
	padding: 2px 10px 5px;
}

.card-link a:hover {
	border: none;
	color: #ffad02;
}

.card-link a::before {
	content: "\00bb";
	display: inline-block;
	margin-right: 3px;
}

.card-link a::after {
	display: inline-block;
}

/* _blank */
a[target="_blank"]::after {
	content: url("../svg/blank.svg");
	margin-left: 5px;
	vertical-align: middle;
}

/* UL Toc */
ul.toc li {
	border-bottom: dashed 1px #bbbbbb;
	margin: 2px 0;
	padding: .3em .5em .2em 1em;
	position: relative;
}

ul.toc li::before {
	content: "\00bb";
	counter-increment: list;
	display: block;
	left: .1em;
	position: absolute;
}

ul.toc ul li {
	border-bottom: none;
	font-size: 93%;
	padding: 0 0 0 .05em;
}

ul.toc ul li::before {
	left: -1.2em;
}

/* Search */
form {
	margin: 15px 0;
	text-align: center;
}

/* Speech */
.speech {
	font-size: 15px;
	margin-bottom: -1.8em;
	position: relative;
	text-align: center;
}

.speech::before {
	content: "＼";
	margin-right: .5em;
}

.speech::after {
	content: "／";
	margin-left: .5rem;
}

/* DL */
dt {
	background: #ffe9ca;
	font-size: 14px;
	font-weight: bold;
	margin: .5em 0;
	padding: .2em .5em .2em 1em;
	position: relative;
}

dt::before {
	content: "\00bb";
	counter-increment: list;
	display: block;
	left: .2em;
	position: absolute;
}

dd {
	margin: 0;
	padding: 0em .5em .5em 1em;
}

dd p {
	margin: .2em 0;
}

time {
	letter-spacing: .15em;
	padding: 0;
}

/*-- Footer --*/
footer {
	background: #e7e1d5;
	background-image: linear-gradient(rgba(255, 255, 255, .7), rgba(255, 255, 255, .2)), url("../img/bg-damask.jpg");
	font-size: 14px;
	padding: 30px 0 10px;
}

/* Logo */
img.logo {
	height: 80px;
	width: 161px;
}

/* Button */
a.btn {
	border-radius: 8px;
	color: #ffffff;
	display: block;
	margin: 0 auto;
	min-width: 275px;
	padding: 10px 5px 8px 13px;
	-webkit-transition: .3s;
	transition: .3s;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	background: linear-gradient(90deg, #ffcf68 0%, #ffad02 45px, #544639 45px, #544639 100%);
}

a.btn:hover {
	border-bottom: none;
	border-left: 1px solid #aaaaaa;
	border-top: 1px solid #aaaaaa;
	color: #544639;
	background: linear-gradient(90deg, #967251 0%, #544639 45px, #ffe9ca 45px, #ffe9ca 100%);
}

/* PAGE TOP */
a#totop {
	background: #ffffff;
	border: 1px solid #544639;
	border-radius: 50%;
	bottom: 40px;
	box-sizing: border-box;
	color: #ffffff;
	display: block;
	height: 50px;
	opacity: .6;
	padding-top: 26px;
	position: fixed;
	right: 20px;
	text-align: center;
	text-decoration: none;
	width: 50px;
	z-index: 10000;
}

a#totop::before {
	border-right: 3px solid #544639;
	border-top: 3px solid #544639;
	content: "";
	display: block;
	height: 25%;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 42%;
	transform: rotate(-45deg);
	width: 25%;
}

a#totop:hover {
	border: 1px solid #544639;
	opacity: 1;
}

/*-- Sub Page --*/
/* Ranking --- DEL? */
.ranking {
	background: #f77567;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	color: #ffffff;
	margin: 10px auto;
	padding: 3px 0;
	position: relative;
	width: 80%;
	/*200px*/
	zoom: 1;
}

.ranking:before,
.ranking:after {
	border: 18px solid #f77567;
	content: "";
	height: 0;
	position: absolute;
	top: 14px;
	width: 0;
	z-index: -1;
}

.ranking:before {
	border-right-color: transparent;
	right: -30px;
}

.ranking:after {
	border-left-color: transparent;
	left: -30px;
}

.ranking span {
	border-bottom: 1px dashed #dddddd;
	border-top: 1px dashed #dddddd;
	display: block;
	padding: 5px;
	text-align: center;
}

.ranking2:before,
.ranking2:after {
	border: 3px solid transparent;
	border-top: 3px solid #ffad02;
	content: "";
	height: 0;
	position: absolute;
	top: 100%;
	width: 0;
}

.ranking2:before {
	border-left: 3px solid #ffad02;
	right: 0;
}

.ranking2:after {
	border-right: 3px solid #ffad02;
	left: 0;
}

/* Menu Price */
h4 .course {
	display: inline-block;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.2;
}

.price {
	font-size: 14px;
	font-weight: bold;
	line-height: 2;
	margin: 5px 0 15px;
	text-align: right;
}

.price::before {
	content: url("../svg/time.svg");
	margin-right: 5px;
	vertical-align: middle;
}

a.btn-reserve {
	background: #99cc33;
	border-radius: 15px;
	color: #ffffff;
	font-size: 15px;
	font-weight: normal;
	padding: 1px 8px 3px;
}

a.btn-reserve:hover {
	background: #544639;
	color: #ffffff;
}

ul.key li {
	background: #e7e1d5;
	border-radius: 5px;
	display: inline-block;
	font-size: 13px;
	margin-top: 5px;
	padding: 0 7px;
	position: relative;
}

ul.key li:not(:last-child) {
	margin-right: 3px;
}

ul.bui:before {
	/*
	content: "部位";
	display: inline-block;
	font-size: 11px;
	line-height: 1.2;
	margin-top: -15px;
	white-space: pre;
	*/
	content: "部位:";
	display: inline-block;
	font-size: 11px;
	white-space: pre;
}

ul.check {
	font-size: 15px;
	list-style: none;
	margin: 1.0em 0 1.5em 0;
}

ul.check li {
	border-bottom: 1px solid #bbbbbb;
	margin: .1em;
	padding-bottom: .18em;
	padding-left: 1.5em;
	position: relative;
}

ul.check.topline li:first-child {
	border-top: 1px solid #bbbbbb;
}

ul.check li::before {
	background-image: url("../svg/check.svg");
	content: "";
	display: block;
	height: 10px;
	left: 5px;
	margin: auto;
	position: absolute;
	top: 7px;
	width: 10px;
}

ul.tag {
	font-size: 14px;
	margin: -20px 0 15px;
}

ul.tag li {
	display: inline-block;
	margin-top: 3px;
	padding: 0 3px;
	position: relative;
}

ul.tag li:not(:last-child) {
	margin-right: 3px;
}

ul.tag li::before {
	content: url("../svg/right-c.svg");
	margin-right: 3px;
}

/* G-Map */
.iframe-wrapper {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
}

.iframe-wrapper iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

/* Message Card */
.msg {
	-webkit-backdrop-filter: blur(3px);
	backdrop-filter: blur(3px);
	border-radius: 15px;
	box-shadow: 0 3px 10px 0 rgba(31, 38, 135, .3);
	margin-bottom: 60px;
}

.msg-box {
	background-color: rgba(255, 255, 255, .7);
	border-radius: 15px;
	-webkit-box-shadow: 0 1px 2px #cccccc;
	-moz-box-shadow: 0 1px 2px #cccccc;
	box-shadow: 0 1px 2px #cccccc;
	display: inline-block;
	margin: 10%;
	padding: 5%;
}

/* Point Box */
.p-box {
    background-color: #fff;
		border: solid 1px #cfc8ad;
		margin: 1.5em 0em;
    padding: 1.5em .8em .8em .8em;
    position: relative;
}

.box-title {
    background-color: #9a8c79;
    font-size: 15px;
    color: #FFFFFF;
    padding: 7px 10px;
    line-height: 1;
    position: absolute;
    top: -12px;
    left: 15px;
}

/* Float - Icon */
img.floico {
	background-color: #f7e4ca;
	border: 1px #b8b8b8 solid;
	float: left;
	height: 60px;
	margin-right: .5em;
	width: 60px;
}

.flo::after {
	content: "";
	display: block;
	clear: both;
}

/* DropDownBox - Headline */
summary.dd-0::marker {
	content: "";
}

summary.dd-0 {
	padding: .1em 0;
}

summary.dd-0:hover {
	color: #0579bd;
}

summary.dd-0:before {
	padding-left: .3em;
}

summary.dd-0.dd-tap:after {
	content: " [詳細]";
	font-size: 13px;
}

/* DropDownBox - Text */
details .dd-1 {
	border-top: 1px solid #cccccc;
	margin: 0 .8em;
	padding: .1em 0em 1em;
}

/* FAQ - Q */
summary.faq-q {
	background-color: #fdf6e7;
	border-left: 13px solid #ffad02;
	padding: 0.7em 1.5em 0.7em .5em;
}

summary.faq-q:hover {
	color: #0579bd;
}

/* FAQ - A */
details .faq-a {
	background-color: rgba(253, 246, 231, 0.5);
	border-left: 13px solid #abd4a9;
	border-top: 1px solid #cccccc;
	/*display: flex;*/
	margin: 0;
	padding: 0.7em 1.5em 0.7em 1.5em;
}

/* Read More */
.readmore {
	display: table;
	margin: -15px auto 20px;
	padding: 0 0 15px;
	position: relative;
}

.readmore label {
	background: #888;
	border-radius: 5px;
	bottom: -.8em;
	color: white;
	cursor: pointer;
	display: block;
	font-size: 14px;
	position: absolute;
	padding: 5px 10px 6px;
	text-align: center;
	width: 100%;
	z-index: 999;
}

.readmore label:before {
	content: "続きを読む";
	letter-spacing: .1em;
}

.readmore input:checked+label:before {
	content: "表示を戻す"
}

.readmore input {
	visibility: hidden;
}

.more-area {
	max-height: 180px;
	overflow: hidden;
	padding: 0 0 10px;
	position: relative;
	transition: 1s;
	width: 100%;
}

.more-area::before {
	background: linear-gradient(rgba(255, 255, 255, 0) 0%, #fdf5e6 100%);
	bottom: 0;
	content: "";
	height: 50%;
	pointer-events: none;
	position: absolute;
	transition: 1.5s;
	width: 100%;
}

input[type=checkbox]:checked~.more-area {
	max-height: 100vh;
}

input[type=checkbox]:checked~.more-area:before {
	opacity: 0
}

/* Class */
.mk-p {
	background: linear-gradient(transparent 75%, #ffc1e0 0%);
	margin: 0 3px;
}

.mk-b {
	text-decoration: underline wavy #86aeff;
}

.bg-change {
	background-color: rgba(255, 191, 95, .25);
}


.bg-c1 {
	background: #ffb8d3;
}

.bg-c2 {
	background: #9ccfff;
}

.bg-c3 {
	background: #ffd188;
}

.bg-c4 {
	background: #a2ecc7;
}

.bg-c5 {
	background: #c3ea99;
}

.bg-face {
	background-image: linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, .3)), url("../img/bg-face.webp");
	background-position: center center;
	background-size: cover;
	height: 100%;
}

.bg-pastel {
	background-image: linear-gradient(rgba(255, 255, 255, .7), rgba(255, 255, 255, .2)), url("../img/bg-pastel.webp");
	background-size: cover;
}

.fs-12 {
	font-size: 12px;
}

.fs-13 {
	font-size: 13px;
}

.fs-14 {
	font-size: 14px;
}

.fs-15 {
	font-size: 15px;
}

.fw-b {
	font-weight: bold;
}

.ta-r {
	text-align: right;
}

.ta-c {
	text-align: center;
}

.ta-l {
	text-align: left;
}

.br-tb13 {
	padding: 1.3em 0;
}

.spacer {
	display: block;
	height: 1em;
}

/* SVG Size */
img.wh26 {
	height: 26px;
	margin: 0 .3rem;
	vertical-align: text-bottom;
	width: 26px;
}

img.wh46 {
	height: 46px;
	vertical-align: text-bottom;
	width: 46px;
}

/* Icon */
.map::before {
	content: url("../svg/m-pin.svg");
	margin-right: 20px;
	vertical-align: middle;
}

.qmark::before {
	content: url("../svg/q-mark.svg");
	margin-right: 20px;
	vertical-align: middle;
}

.calen::before {
	content: url("../svg/web-r.svg");
	margin-right: 21px;
	vertical-align: middle;
}

.line::before {
	content: url("../svg/_line.svg");
	margin-right: 19px;
	vertical-align: middle;
}

.insta::before {
	content: url("../svg/_insta.svg");
	margin-right: 20px;
	vertical-align: middle;
}

.mail::before {
	content: url("../svg/mail.svg");
	margin-right: 20px;
	vertical-align: middle;
}

.oops::before {
	content: url("../svg/oops.svg");
	margin-right: 5px;
	vertical-align: middle;
}

.info::before {
	content: url("../svg/info.svg");
	margin-right: .2em;
	vertical-align: middle;
}

.rose::before {
	content: url("../svg/rose.svg");
	margin-right: .1em;
	vertical-align: middle;
}

.right-c::before {
	content: url("../svg/right-c.svg");
	margin-right: .4em;
	vertical-align: bottom;
}

.gift {
	margin: -15px 0 20px;
	font-weight: bold;
}

.gift::before {
	content: url("../svg/gift.svg");
	margin-right: .4em;
	vertical-align: middle;
}

/*-- Brake Point - Mobile Fast (px) // phone -414 / tablet [768]600-834 / pc [960]950-1280 --*/
@media (min-width: 768px) {
	.wrap {
		-webkit-box-direction: normal;
		-webkit-box-orient: horizontal;
		flex-direction: row;
	}
}

@media (min-width: 768px) and (max-width: 879px) {
	.container {
		max-width: 730px;
	}
}

@media (min-width: 880px) and (max-width: 1029px) {
	.container {
		max-width: 840px;
	}
}

@media (min-width: 1030px) {
	.container {
		max-width: 960px;
	}
}

@media only screen and (min-width: 768px) {
	.wrap {
		-webkit-box-direction: normal;
		-webkit-box-orient: horizontal;
		-webkit-box-pack: justify;
		flex-direction: row;
		justify-content: space-between;
	}

	.wrap .inner {
		-webkit-box-flex: 0;
		flex: none;
		width: 46%;
	}
}