@charset "UTF-8";

/*
Theme Name: food-takeout
Author: minoru kubota
Version: 1
*/

/**
* Foundation
* ========================== */
/*
---------------------------------------
reset
---------------------------------------
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, button {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
	margin: 0;
	padding: 0;
}

html {
	min-height: 100%;
	width: 100%;
	font-size: 62.5%;
}

html, body {
	/*height:100%;*/
	position: relative;
}

body {
	overflow: auto;
	height: 100%;
	width: 100%;
	min-width: 375px;
	margin: 0;
	padding: 0;
}

input, textarea {
	margin: 0;
	padding: 0;
}

input:focus, textarea:focus, button:focus {
	outline: 0;
}

button,
input[type="button"],
input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	box-shadow: none;
}

img {
	border: none;
}

img.no-img {
	border: solid 1px #ccc;
}

ol, ul {
	list-style: none;
}

p, dt, dd, li {
	font-size: 1.6rem;
	line-height: 2;
}

li {
	font-size: 1.6rem;
}

table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

table th {
	font-weight: normal;
}

caption, th {
	text-align: left;
}

a:focus {
	outline: none;
}

p, dd, li, address {
	font-style: normal;
}

body small {
	font-size: 1.2rem;
}

figure {
	line-height: 0;
}

em {
	font-weight: inherit;
}

/*
---------------------------------------
icomoon
---------------------------------------
*/

@font-face {
	font-family: 'icomoon';
	src: url("assets/fonts/icomoon.eot?364d5z");
	src: url("assets/fonts/icomoon.eot?364d5z#iefix") format("embedded-opentype"), url("assets/fonts/icomoon.ttf?364d5z") format("truetype"), url("assets/fonts/icomoon.woff?364d5z") format("woff"), url("assets/fonts/icomoon.svg?364d5z#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-chevron-left:before {
	content: "\e900";
}

.icon-youtube:before {
	content: "\e901";
}

.icon-instagram:before {
	content: "\e902";
}

.icon-facebook:before {
	content: "\e903";
}

.icon-twitter:before {
	content: "\e904";
}

.icon-chevron-right:before {
	content: "\e905";
}

.icon-chevron-right-regular:before {
	content: "\e906";
}

.wrapper {
	position: relative;
	overflow: hidden;
}

body.bg-fixed {
	position: fixed;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#container {
	position: relative;
}

body {
	font-family: "Helvetica Neue", 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
	color: #333;
}

/* IE */
@media all and ( -ms-high-contrast: none ) {
	body {
		font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	}
}

/*
----------------------------------------
flex
----------------------------------------
*/

.flex {
	-js-display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: stretch;
}

.flex.nowrap {
	flex-wrap: nowrap;
}

.flex.reverse {
	flex-direction: row-reverse;
}

.flex.item-center {
	align-items: center;
}

.flex-column {
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

/*
---------------------------------------
link
---------------------------------------
*/
a {
	text-decoration: none;
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
}

a:hover {
	text-decoration: none;
}

/*
---------------------------------------
clear
---------------------------------------
*/
.clearfix:after {
	content: '.';
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*\*/
	/*/
		height: auto;
		overflow: hidden;
		/**/
}

*:first-child + html .clearfix {
	zoom: 1;
}

/* IE7 */
/*
---------------------------------------
common
---------------------------------------
*/

.pc {
	display: block !important;
	margin: 0 auto;
}

.sp {
	display: none !important;
}

.swipe {
	display: none;
}

.inline-pc {
	display: inline-block !important;
}

.inline-sp {
	display: none !important;
}

.inner {
	max-width: 1140px;
	padding: 0 20px;
	margin: 0 auto;
	word-wrap: break-word;
	word-break: break-all;
}

.l-contents {
	min-height: calc( 100vh - 350px );
	padding-bottom: 10rem;
}

span {
	font-size: inherit;
	font-weight: inherit;
}

.img {
	line-height: 0;
}

img {
	max-width: 100%;
	height: auto;
}

.en {
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
}

.center {
	text-align: center;
}

.bold {
	font-weight: bold;
}

.trans, #sp-btn {
	transition: all .2s;
}

.ofi {
	object-fit: cover;
	object-position: center;
	font-family: 'object-fit: cover;';
}

input[type=text],
input[type=search],
input[type=tel],
input[type=number],
input[type=url],
input[type=email],
input[type=password],
input[type=date],
textarea, select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 1.6rem;
	border-radius: 0;
	box-shadow: none;
}

input[type=text].req,
input[type=search].req,
input[type=tel].req,
input[type=number].req,
input[type=url].req,
input[type=email].req,
input[type=password].req,
input[type=date].req,
textarea.req, select.req {
	background: #FDF8F7 !important;
}

textarea {
	resize: vertical;
	width: 100% !important;
	height: 180px !important;
	box-shadow: none;
}

input::-webkit-input-placeholder {
	color: #aaa;
}

input:-moz-placeholder {
	color: #aaa;
}


/*
---------------------------------------
animation
---------------------------------------
*/
/* Object
* ========================== */
/* Component ------------ */
/*
---------------------------------------
breadcrumbs
---------------------------------------
*/
.breadcrumbs-wrap {
	padding: 0 0 4rem;
}

.breadcrumbs-wrap #breadcrumbs {
	color: #95703D;
	font-size: 1.5rem;
}

.breadcrumbs-wrap a {
	color: #333;
	opacity: .5;
	text-decoration: underline;
}

.breadcrumbs-wrap .icon {
	font-size: 1.3rem;
	padding: 0 0.4rem;
}

/*
---------------------------------------
btn
---------------------------------------
*/
.btn {
	text-align: right;
}

.btn-more {
	display: inline-block;
}

.btn-more:before {
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}

.btn-more .btn-inner {
	position: relative;
	padding: 2px 10px;
	color: #999999;
	font-size: 1.5rem;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	letter-spacing: 1.2px;
	text-decoration: underline;
	z-index: 1;
	overflow: hidden;
	display: inline-block;
}

.btn-more .btn-inner .icon {
	font-size: 1.4rem;
}

.btn-more .btn-inner:before {
	content: '';
	background: #C02838;
	width: 0;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/*
---------------------------------------
dl
---------------------------------------
*/
.dl-01 {
	margin-bottom: 3rem;
}

.dl-01 .row {
	display: -ms-flexbox;
	display: flex;
	border-bottom: 1px dashed #C02838;
	padding: 1.3rem 1rem;
}

.dl-01 .row > dt,
.dl-01 .row > h5 {
	font-size: 1.6rem;
	width: 120px;
	font-weight: bold;
}

.dl-01 .row > h5 {
	width: auto;
	line-height: 2;
}

.dl-01 .row > dd {
	width: calc( 100% - 120px );
}

.dl-01 .row > dd,
.dl-01 .row > p {
	flex: 1;
}

.dl-01 .row > dd a,
.dl-01 .row > p a {
	color: #C02838;
	text-decoration: underline;
}

.dl-01 .row > dd .item,
.dl-01 .row > p .item {
	padding-left: 1.8rem;
	text-indent: -1.8rem;
}

.dl-01 .row > dd .item:before,
.dl-01 .row > p .item:before {
	content: '';
	display: inline-block;
	background: #C02838;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin-right: 1rem;
}

.dl-01 .row > p {
	margin: 0 0 0 auto;
	flex: none;
}

/*
---------------------------------------
filtering-search
---------------------------------------
*/

.filtering-search-wrap {
	padding: 0 0 6rem;
}

.filtering-search-wrap .filtering-search-btn {
	display: none;
}

.filtering-search-wrap .filtering-search-btn img {
	margin-left: 1rem;
}

.ttl-filtering-search {
	display: none;
}

.ttl-filtering-search img {
	margin-left: 1rem;
}

#filtering-search-form {
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
}

#filtering-search-form .selectmenu {
	width: 250px;
	max-width: 250px;
	background-image: url( assets/img/common/arror-bottom@2x.png );
	background-repeat: no-repeat;
	background-position: right 20px center;
	background-size: 16px;
	background-color: #FDF5DF;
	border: 1px solid #C0C0C0;
	padding: 17px 35px 17px 29px !important;
	color: #706D67;
	font-size: 1.8rem;
	transition: all .2s;
}

#filtering-search-form .selectmenu.selected {
	background-color: #fff;
}

#filtering-search-form .submit-btn {
	background: #C02838;
	color: #fff;
	border-radius: 5px;
	width: 150px;
	font-size: 1.8rem;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	height: 60px;
	letter-spacing: .3em;
	border: 1px solid #C02838;
	transition: all .2s;
}

#filtering-search-form .cross {
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0 1rem;
}

.search-mes {
	margin-bottom: 5rem;
}

.search-mes .note {
	text-align: center;
	margin-top: 2rem;
	font-size: 1.4rem;
}

.blocker {
	padding-left: 0 !important;
	padding-right: 0 !important;
	z-index: 9999999999 !important;
}

.blocker .modal {
	border-radius: 0;
	width: 100%;
	padding: 35px 15px;
}

.blocker .modal a.close-modal {
	top: 14px;
	right: 18px;
	height: 30.5px;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2231.893%22%20viewBox%3D%220%200%2032%2031.893%22%3E%20%3Cg%20id%3D%22btn-close%22%20transform%3D%22translate(-321%20-462.107)%22%3E%20%3Cline%20id%3D%22%E7%B7%9A_381%22%20data-name%3D%22%E7%B7%9A%20381%22%20x2%3D%2221.714%22%20y2%3D%2215.2%22%20transform%3D%22translate(326.743%20463.5)%22%20fill%3D%22none%22%20stroke%3D%22%23c02838%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%20%3Ctext%20id%3D%22%E3%81%A8%E3%81%98%E3%82%8B%22%20transform%3D%22translate(337%20493)%22%20fill%3D%22%23c02838%22%20font-size%3D%2210%22%20font-family%3D%22HiraginoSans-W6%2C%20Hiragino%20Sans%22%20letter-spacing%3D%220.03em%22%3E%3Ctspan%20x%3D%22-15.3%22%20y%3D%220%22%3E%E3%81%A8%E3%81%98%E3%82%8B%3C%2Ftspan%3E%3C%2Ftext%3E%20%3Cline%20id%3D%22%E7%B7%9A_382%22%20data-name%3D%22%E7%B7%9A%20382%22%20x1%3D%2221.714%22%20y2%3D%2215.2%22%20transform%3D%22translate(326.743%20463.5)%22%20fill%3D%22none%22%20stroke%3D%22%23c02838%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
}

/*
---------------------------------------
heading
---------------------------------------
*/
.heading-01 {
	text-align: center;
}

.heading-01 .ttl-ja {
	font-size: 3rem;
}

.heading-01 .ttl-en {
	font-size: 2rem;
	color: #C02838;
	font-weight: 400;
	line-height: 1;
}

.heading-02 {
	text-align: center;
	margin-bottom: 3rem;
}

.heading-02 span {
	font-size: 2.5rem;
	background-image: url( assets/img/shop-ac/ttl-line@2x.png );
	background-repeat: repeat-x;
	background-position: left bottom;
	background-size: 330px;
	display: inline-block;
	padding-bottom: .5rem;
}

.heading-03 {
	font-size: 2rem;
	border-left: 5px solid #C02838;
	padding-left: 1rem;
	margin-bottom: 3rem;
	line-height: 1.8;
}

.heading-04 {
	font-size: 3rem;
	line-height: 1.4;
	text-align: center;
	background-image:
		url( assets/img/shop-ac/ttl-line@2x.png ),
		url( assets/img/shop-ac/ttl-line@2x.png );
	background-position:
		left top,
		left bottom;
	background-size: 330px;
	background-repeat: repeat-x;
	padding: 2.4rem 1rem;
	margin-bottom: 5rem;
}


/*
---------------------------------------
page-head
---------------------------------------
*/

.page-head {
	display: -ms-flexbox;
	display: flex;
	height: 229px;
	margin-bottom: 2rem;
	position: relative;
}

.page-head:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-image: url( assets/img/shop-ac/bg-line-parts@2x.png ), url( assets/img/shop-ac/bg-line-parts@2x.png );
	background-repeat: repeat-x;
	background-position: left top, left bottom;
	background-size: 11px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

.page-head .inner {
	position: relative;
	width: 1140px;
}

.page-head .cont-l {
	width: 50%;
	height: 229px;
	background: url( assets/img/shop-ac/bg-default@2x.png ) no-repeat center center/cover;
	position: absolute;
	left: 0;
	top: 0;
}

.page-head .cont-r {
	width: 555px;
	height: 229px;
	background: #fff;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 0 0 0 auto;
}

.page-head .cont-r .cat-ttl {
	display: inline-block;
	font-size: 3rem;
	background-image: url( assets/img/shop-ac/ttl-line@2x.png ), url( assets/img/shop-ac/ttl-line@2x.png );
	background-repeat: repeat-x;
	background-position: center top, center bottom;
	background-size: 330px;
	padding: 2.3rem .5rem;
}


/*
---------------------------------------
search
---------------------------------------
*/
.search-wrap #search-form {
	position: relative;
}

.search-wrap .search-form-input {
	width: 100%;
	max-width: 578px;
	background-image: url( assets/img/common/icn_search@2x.png );
	background-repeat: no-repeat;
	background-position: right 25px center;
	background-size: 29px;
	background-color: #FDF5DF;
	border: 1px solid #C0C0C0;
	padding: 17px 80px 17px 29px !important;
	color: #706D67;
	font-size: 2rem;
	border-radius: 5px;
}

.search-wrap .search-btn {
	position: absolute;
	right: 0;
	width: 80px;
	height: 100%;
	text-indent: -9999px;
	overflow: hidden;
	background: none;
	border-radius: 0 5px 5px 0;
	z-index: 1;
	cursor: pointer;
}

/*
---------------------------------------
shop-list
---------------------------------------
*/

.shop-list {
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}

.shop-list .shop-item {
	width: 33.3333%;
	padding: 2rem 2rem 0;
	background: #fff;
	margin-bottom: 2rem;
	transition: box-shadow .2s;
	position: relative;
}

.shop-list .shop-item .img {
	padding-bottom: 2.5rem;
}

.shop-list .shop-item .img img {
	width: 100%;
	height: 210px;
}

.shop-list .shop-item .shop-name {
	font-size: 1.8rem;
	padding-bottom: 1.5rem;
}

.shop-list .shop-item .cat-list {
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

.shop-list .shop-item .cat-list .cat-item {
	border: 1px solid #C02838;
	border-radius: 5px;
	color: #C02838;
	display: inline-block;
	padding: 0 1rem;
	margin: 0 .5rem .5rem 0;
}

.shop-list .shop-item .dl-01 {
	margin-top: .5rem;
}

.shop-list .shop-item .dl-01 dd span {
	white-space: nowrap;
}

.page-load-status {
	text-align: center;
}

.mes {
	font-size: 1.8rem;
	text-align: center;
	border: solid 1px #C02838;
	color: #C02838;
	padding: 10px;
}

.mes .keyword > span::before {
	content: 'x';
	display: inline-block;
	margin: 0 1rem;
}

.mes .keyword > span:first-child::before {
	display: none;
}

/* Project ------------ */
/*
---------------------------------------
header
---------------------------------------
*/

#header .line-bnr a {
	display: block;
	background: #74C03E;
	color: #fff;
	padding: 15px 0;
	transition: all .2s;
}

#header .line-bnr a:hover {
	background: #7BCC41;
}

#header .line-bnr .flex {
	align-items: center;
	flex-wrap: nowrap;
}

#header .line-bnr a .txt {
	font-size: 2.2rem;
	margin-right: auto;
}

#header .line-bnr a .btn span {
	display: inline-block;
	font-size: 1.8rem;
	padding: 7px 42px 7px 73px;
	background: #fff url( assets/img/common/icon-line.svg ) 22px center no-repeat;
	color: #74C03E;
	border-radius: 5px;
}

#header .head {
	padding: 10px 0;
}

#header .head > .flex {
	align-items: center;
	flex-wrap: nowrap;
	height: 110px;
}

#header .head h1 {
	padding-right: 20px;
	margin-right: auto;
}

#header .head h1 img {
	width: 223px;
	max-width: 100%;
}

.search-form form {
	width: 578px;
	position: relative;
	margin-right: 45px;
}

.search-form input[type=text] {
	font-size: 2rem;
	line-height: 58px;
	color: #333;
	background: #FDF5DF;
	border: solid 1px #C0C0C0;
	border-radius: 5px;
	padding: 0 90px 0 30px;
	box-sizing: border-box;
	width: 100%;
	transition: all .2s;
}

.search-form input[type=text]::placeholder {
	color: rgba( 51, 51, 51, .7 );
}

/* IE */
.search-form input[type=text]:-ms-input-placeholder {
	color: rgba( 51, 51, 51, .7 );
}

/* Edge */
.search-form input[type=text]::-ms-input-placeholder {
	color: rgba( 51, 51, 51, .7 );
}

.search-form button {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 90px;
	overflow: hidden;
	text-indent: -999999px;
	background: url( assets/img/common/icon-search.svg ) center center no-repeat;
}

#g-nav {
	display: none;
	position: relative;
}

#header .overlay {
	content: '';
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	height: 100vh;
	background: rgba(0, 0, 0, 0);
	z-index: -99999;
	visibility: hidden;
	opacity: 0;
	transition: all .4s;
}

#header.nav-open .overlay {
	visibility: visible;
	opacity: 1;
	background: rgba(0, 0, 0, 0.7);
	z-index: 99999999;
}

#sp-btn {
	width: 110px;
	height: 110px;
	position: relative;
	transition: all 0.2s;
	background: #fff;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	border-radius: 50%;
}

#sp-btn.fixed,
.bg-fixed #sp-btn {
	position: fixed;
	top: 50px;
	right: 100px;
	box-shadow: 0px 0px 6px rgba( 0, 0, 0, 0.15 );
	visibility: visible;
	opacity: 1;
	z-index: 99999999999;
}

#sp-btn:hover {
	cursor: pointer;
}

#sp-btn #sp-btn-a,
#sp-btn #sp-btn-a span {
	display: inline-block;
	box-sizing: border-box;
	transition: all .5s;
}

#sp-btn #sp-btn-a {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: none;
}

#sp-btn #sp-btn-a:hover {
	opacity: 1;
}

#sp-btn #sp-btn-a span {
	width: 40px;
	height: 3px;
	background: #C02838;
	border-radius: 3px;
	margin-bottom: 7px;
}

#sp-btn-a::after {
	content: 'メニュー';
	display: block;
	width: 100%;
	color: #C02838;
	font-size: 14px;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
	line-height: 1;
	transition: all 0.2s;
}

#sp-btn.active #sp-btn-a::after {
	content: 'とじる';
}

#sp-btn.active span:nth-of-type(1) {
	-webkit-transform: translateY(10px) rotate(-35deg);
	transform: translateY(10px) rotate(-35deg);
}

#sp-btn.active span:nth-of-type(2) {
	opacity: 0;
}

#sp-btn.active span:nth-of-type(3) {
	-webkit-transform: translateY(-10px) rotate(35deg);
	transform: translateY(-10px) rotate(35deg);
}

/* g-anv */
#g-nav {
	display: block;
	z-index: 999999999;
	position: fixed;
	top: 0;
	background: #fff;
	transition: all 1s;
	overflow-y: scroll;
	overflow-x: hidden;
	padding: 92px 100px 80px 120px;
	width: 50%;
	min-width: 778px;
	height: 100%;
	right: -200%;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
}

#g-nav.active {
	right: 0;
	transition: all 0.3s;
}

#g-nav .p-header__logo {
	margin-bottom: 8rem;
}

#g-nav .search-wrap {
	margin-bottom: 2rem;
}

#g-nav .search-wrap .search-form-input {
	max-width: 100%;
}

#g-nav .p-header__ttl {
	font-size: 1.8rem;
	border-bottom: 1px dashed #C02838;
	padding: 2.1rem 5.5rem 2.1rem 6rem;
	position: relative;
}

#g-nav .p-header__ttl.ac-ttl {
	transition: all .2s;
}

#g-nav .p-header__ttl.ac-ttl:before {
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e905";
	position: absolute;
	right: 2rem;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
	transition: all .2s;
}

#g-nav .p-header__ttl.ac-ttl.on {
	color: #858585;
}

#g-nav .p-header__ttl.ac-ttl.on:before {
	transform: translateY(-50%) rotate(-90deg);
}

#g-nav .item-01 .p-header__ttl {
	background: url( assets/img/common/icn_genre@2x.png ) no-repeat left 15px center;
	background-size: 36px;
}

#g-nav .item-02 .p-header__ttl {
	background: url( assets/img/common/icn_way@2x.png ) no-repeat left 15px center;
	background-size: 36px;
}

#g-nav .item-03 .p-header__ttl {
	background: url( assets/img/common/icn_area@2x.png ) no-repeat left 15px center;
	background-size: 36px;
}

#g-nav .item-04 .p-header__ttl {
	background: url( assets/img/common/icn_feature@2x.png ) no-repeat left 15px center;
	background-size: 36px;
}

#g-nav .item-05 .p-header__ttl {
	background: url( assets/img/common/icn_shop@2x.png ) no-repeat left 15px center;
	background-size: 36px;
}

#g-nav .item-06 .p-header__ttl {
	background: url( assets/img/common/icn_posting@2x.png ) no-repeat left 15px center;
	background-size: 36px;
}

#g-nav .item-07 .p-header__ttl {
	background: url( assets/img/common/icn_company@2x.png ) no-repeat left 15px center;
	background-size: 36px;
}

#g-nav .p-header__child {
	padding: 2rem 0 1rem 6rem;
}

#g-nav .p-header__child li {
	padding: .2rem 0;
	font-size: 1.8rem;
}

#g-nav .p-header__child li:before {
	content: '-';
	color: #C02838;
	margin-right: 1.6rem;
}


/*
---------------------------------------
footer
---------------------------------------
*/

footer {
	border-top: solid 1px #95703D;
}

footer .inner.flex {
	align-items: center;
	padding-top: 28px;
	padding-bottom: 28px;
}

footer .logo {
	line-height: .5;
	margin-right: auto;
}

footer .logo img {
	width: 223px;
	max-width: 100%;
}

footer nav li {
	margin-left: 40px;
}

footer nav li a {
	display: inline-block;
	padding-left: 17px;
	background: url( assets/img/common/arrow-01@2x.png ) left center / 7px no-repeat;
	transition: all .2s;
}

footer nav li a:hover {
	color: #C02838;
}

footer .copyright {
	text-align: center;
	background: #C02838;
	color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: 5px;
	padding: 9px 0;
}

#sp-bottom-fix {
	display: none;
}


/*
---------------------------------------
shop-ac
---------------------------------------
*/

#shop-ac {
	padding-bottom: 8rem;
}

/*
---------------------------------------
shop-dtl
---------------------------------------
*/
#shop-dtl .breadcrumbs-wrap {
	padding-bottom: 4rem;
}

#shop-dtl .sec-shop {
	padding: 0 0 9.5rem;
}

#shop-dtl .sec-shop .head-wrap {
	background-image: url( assets/img/shop-ac/ttl-line@2x.png ), url( assets/img/shop-ac/ttl-line@2x.png );
	background-repeat: repeat-x;
	background-position: left top, left bottom;
	background-size: 330px;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 2.4rem 1rem;
	margin-bottom: 5rem;
}

#shop-dtl .sec-shop .head-wrap .link-list {
	display: -ms-flexbox;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

#shop-dtl .sec-shop .head-wrap .icon {
	font-size: 3rem;
}

#shop-dtl .sec-shop .head-wrap .link-item {
	padding: 0 1.2rem;
	line-height: 0;
}

#shop-dtl .sec-shop .head-wrap .link-item a {
	display: inline-block;
}

#shop-dtl .sec-shop .head-wrap .item-01 .icon {
	color: #64A9E2;
}

#shop-dtl .sec-shop .head-wrap .item-02 .icon {
	color: #406AAE;
}

#shop-dtl .sec-shop .head-wrap .item-03 .icon {
	color: #C23E81;
}

#shop-dtl .sec-shop .head-wrap .item-04 .icon {
	color: #EF2525;
}

#shop-dtl .sec-shop .head-wrap .item-05 {
	padding-right: 0 !important;
}

#shop-dtl .sec-shop .head-wrap .shop-name {
	font-size: 3rem;
}

#shop-dtl .sec-shop .slide-wrap {
	padding: 0;
}

#shop-dtl .sec-shop .slide-main-c,
#shop-dtl .sec-shop .slide-thumbnail-c,
#shop-dtl .sec-shop .no-img {
	width: 636px;
	margin: 0 auto 20px;
}

#shop-dtl .sec-shop .no-img img {
	border: solid 1px #ccc;
}

#shop-dtl .sec-shop .slide-item img {
	width: calc(100% - 8px);
	box-sizing: border-box;
}

#shop-dtl .sec-shop .slide-main-c img {
	width: 100%;
	height: 423px;
}

#shop-dtl .sec-shop .thumbnail-item:hover {
	cursor: pointer;
}

#shop-dtl .sec-shop .thumbnail-item img {
	width: 150px;
	height: 105px;
	margin: 0 auto;
	box-sizing: border-box;
	border: 1px solid #D4D4D4;
}

.slick-initialized .slick-slide {
	outline: none;
}

#shop-dtl .sec-shop .thumbnail-item.slick-current img {
	border: 4px solid #C02838;
	box-sizing: border-box;
}

#shop-dtl .sec-shop .slide-thumbnail-c .slick-list {
	padding: 0 60px !important;
}

#shop-dtl .sec-shop .slide-thumbnail-c.slide-2-col .slick-list {
	padding: 0 150px !important;
}

#shop-dtl .sec-shop .slick-next:before {
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e905";
	font-size: 2rem;
	color: #fff;
	line-height: 30px;
	background: #C02838;
	opacity: 1;
	z-index: 3;
}

#shop-dtl .sec-shop .slick-prev:before {
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e900";
	font-size: 2rem;
	color: #fff;
	line-height: 30px;
	background: #C02838;
	opacity: 1;
	z-index: 3;
}

#shop-dtl .sec-shop .slick-prev,
#shop-dtl .sec-shop .slick-next {
	width: 50px !important;
	height: 100% !important;
	z-index: 3;
	background: #C02838;
}

#shop-dtl .sec-shop .slick-next {
	right: 0px !important;
}

#shop-dtl .sec-shop .slick-prev {
	left: 0px !important;
}

#shop-dtl .sec-shop .box-r {
	flex: 1;
	padding-left: 4rem;
	transform: translateY(-11px);
}

#shop-dtl .sec-shop .box-r .btn-more:before {
	content: none;
}

#shop-dtl .sec-shop .box-r .dl-01 dd span {
	white-space: nowrap;
}

#shop-dtl .sec-menu {
	background: #FCF4F5;
	padding: 5.5rem 0 7.5rem;
}

#shop-dtl .sec-menu .heading-01 {
	margin-bottom: 3.5rem;
}

#shop-dtl .sec-menu .cont {
	background: #fff;
	padding: 4.5rem 5rem 0;
}

#shop-dtl .sec-menu .cat-box {
	padding-bottom: 3.5rem;
}

#shop-dtl .sec-menu .cat-box:last-child {
	padding-bottom: 2rem;
}

#shop-dtl .sec-menu .pick-list-wrap {
	padding-bottom: 2.5rem;
}

#shop-dtl .sec-menu .pick-list {
	display: -ms-flexbox;
	display: flex;
	margin-right: -2rem;
}

#shop-dtl .sec-menu .pick-item {
	width: 25%;
	padding-right: 2rem;
}

#shop-dtl .sec-menu .pick-item .img {
	margin-bottom: 1rem;
}

#shop-dtl .sec-menu .pick-item .img img {
	width: 100%;
	height: 160px;
}

#shop-dtl .sec-menu .pick-item .menu-name {
	font-weight: bold;
}

#shop-dtl .sec-menu .pick-item .price {
	text-align: right;
}

#shop-dtl .sec-menu .menu-list {
	align-items: center;
}

#shop-dtl .sec-menu .menu-list h5 {
	padding-right: 3rem;
}

#shop-dtl .sec-menu .menu-list .price {
	white-space: nowrap;
}

#shop-dtl .sec-guide {
	padding: 8rem 0 3.5rem;
}

#shop-dtl .sec-guide .heading-01 {
	margin-bottom: 4.5rem;
}

#shop-dtl .sec-guide .heading-02 {
	margin-bottom: 2rem;
}

#shop-dtl .sec-guide .cont {
	margin-bottom: 4rem;
}

#shop-dtl .sec-around {
	background: #FCF4F5;
	padding: 5.5rem 0 8rem;
}

#shop-dtl .sec-around .heading-01 {
	margin-bottom: 4.5rem;
}

#shop-dtl .sec-around .shop-list .shop-item {
	margin-bottom: 0;
}

#shop-dtl .sec-search {
	padding: 8rem 0 0;
}

#shop-dtl .sec-search .heading-01 {
	margin-bottom: 6rem;
}

#shop-dtl .sec-search .search-form {
	display: none;
}


/*
----------------------------------------
hoem
----------------------------------------
*/

#home .main-img {
	background: url( assets/img/home/main-bg@2x.png ) center center / cover no-repeat;
	padding: 55px 0 83px;
	margin-bottom: 60px;
}

#home .main-img picture {
	display: block;
	text-align: center;
	line-height: .5;
}

#home .main-img picture img {
	width: 558px;
	max-width: 100%;
}

#home .filtering-search-wrap {
	padding: 0 0 5rem;
}

#home .main-copy p {
	text-align: center;
	font-size: 3rem;
}

#home .main-copy p span {
	display: inline-block;
	background: url( assets/img/shop-ac/ttl-line@2x.png ) left bottom / 330px repeat-x;
	line-height: 1.5;
	padding-left: 10px;
}

#home .main-copy p br {
	display: none;
}

#home .main-copy p strong {
	color: #C02838;
	font-size: 4rem;
	font-weight: bold;
}

#home .news-box {
	margin: 50px 0;
	padding: 40px 0;
	background: #FCF4F5;
}

#home .news-box .inner .box {
	background-image:
		url( assets/img/common/ttl-line-02@2x.png ),
		url( assets/img/common/ttl-line-02@2x.png );
	background-position:
		left top,
		left bottom;
	background-size: 152px;
	background-repeat: repeat-x;
	padding: 1px 0;
}

#home .news-box .box > a {
	padding: 19px 60px 19px 20px;
	background: #fff url( assets/img/common/arrow-02.png ) right 30px center / 16px no-repeat;
	transition: all .2s;
}

#home .news-box .box > a:hover {
	background: rgba( 255, 255, 255, .7 ) url( assets/img/common/arrow-02.png ) right 20px center / 16px no-repeat;
}

#home .news-box .flex h2 {
	width: 250px;
	text-align: center;
	padding-right: 20px;
}

#home .news-box .flex h2 span {
	display: inline-block;
	font-size: 2.5rem;
	color: #C02838;
	font-weight: bold;
	padding-right: 70px;
	background: url( assets/img/home/icon-alert.svg ) right center no-repeat;
}

#home .news-box .flex .link {
	width: calc( 100% - 250px );
	font-size: 2rem;
	white-space: nowrap;
	overflow: hidden;text-overflow: ellipsis;
}

#home .news-box .flex .link time {
	display: inline-block;
	width: 130px;
	color: #999;
	font-weight: bold;
}

#home .bnr-today {
	line-height: .5;
	margin: 80px 0;
}

#home .bnr-today a {
	display: block;
	border-radius: 10px;
	transition: all .2s;
}

#home .bnr-today a:hover {
	box-shadow: 0px 6px 12px #C0283880;
	opacity: .9;
}

#home .genre-box {
	padding: 60px 0 45px;
	background: #FCF4F5;
}

#home .genre-box .heading-01 {
	margin-bottom: 30px;
}

#home .genre-box .flex {
	justify-content: flex-start;
}

#home .genre-box .flex > a {
	width: calc( ( 100% - 48px ) / 5 );
	margin: 0 12px 15px 0;
}

#home .genre-box .flex > a:nth-child( 5n ) {
	margin-right: 0;
}

#home .genre-box .flex figure {
	position: relative;
	border-radius: 5px;
	overflow: hidden;
	transition: all .6s;
}

#home .genre-box .flex > a:hover figure {
	background: #000;
}

#home .genre-box .flex > a img {
	line-height: .6;
	transition: all .6s;
}

#home .genre-box .flex > a:hover img {
	transform: scale( 1.1 );
	opacity: .7;
}

#home .genre-box .flex figcaption {
	display: block;
	font-size: 2rem;
	line-height: 5rem;
	padding-top: 10px;
	color: #fff;
	text-align: center;
	background:-moz-linear-gradient( top, transparent, #333 ); /* Firefox */
	background:-webkit-linear-gradient( top, transparent, #333 );/* safari Chrome */
	background:-ms-linear-gradient( top, transparent, #333 ); /* IE */
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}

#home .way-box {
	padding: 75px 0 80px;
}

#home .way-box .heading-01 {
	margin-bottom: 30px;
}

#home .way-box .bnr {
	width: calc( ( 100% - 25px ) / 2 );
}

#home .way-box .bnr a {
	align-items: center;
	background: #C02838 url( assets/img/common/arrow-02-wh@2x.png ) right 15px center / 16px no-repeat;
	border-radius: 10px;
	transition: all .2s;
}

#home .way-box .bnr a:hover {
	background: #D92E3F url( assets/img/common/arrow-02-wh@2x.png ) right 10px center / 16px no-repeat;
}

#home .way-box .bnr a img {
	width: 54%;
	line-height: .5rem;
}

#home .way-box .bnr a .txt {
	width: 46%;
	padding: 27px 30px;
	box-sizing: border-box;
	color: #fff;
}

#home .way-box .bnr:first-child a .txt {
	background: url( assets/img/home/bg-takeout@2x.png ) center center / contain no-repeat;
}

#home .way-box .bnr:nth-child( 2 ) a .txt {
	background: url( assets/img/home/bg-delivery@2x.png ) center center / contain no-repeat;
}

#home .way-box .bnr a .en {
	font-size: 2.6rem;
	line-height: 1.2;
}

#home .way-box .bnr a .jp {
	font-size: 1.5rem;
}

#home .station-box {
	padding: 60px 0 45px;
	background: #FCF4F5;
}

#home .station-box .heading-01 {
	margin-bottom: 30px;
}

#home .station-box .station-list {
	justify-content: flex-start;
}

#home .station-box .station-list li {
	width:  calc( ( 100% - 60px ) / 5 );
	margin: 0 15px 15px 0;
}

#home .station-box .station-list li:nth-child( 5n ) {
	margin-right: 0;
}

#home .station-box .station-list li a {
	display: block;
	padding: 10px 20px;
	font-size: 2rem;
	line-height: 1.4;
	color: #333;
	background: #fff url( assets/img/common/arrow-02@2x.png ) right 15px center / 16px no-repeat;
	border: solid 1px #C02838;
	border-radius: 10px;
	transition: all .2s;
}

#home .station-box .station-list li a:hover {
	color: #fff;
	background: #C02838 url( assets/img/common/arrow-02-wh@2x.png ) right 10px center / 16px no-repeat;
}

#home .feature-box {
	padding: 75px 0;
}

#home .feature-box .heading-01 {
	margin-bottom: 30px;
}

#home .feature-box .feature-list li {
	width: calc( ( 100% - 20px ) / 2 );
	margin-bottom: 20px;
}

#home .feature-box .feature-list li a {
	-js-display: flex;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 175px;
	background: #eee;
	padding: 15px;
	text-align: center;
	border-radius: 5px;
	font-size: 2rem;
	color: #fff;
	font-weight: bold;
	text-shadow: 0 0 6px #000;
	overflow: hidden;
	position: relative;
}

#home .feature-box .feature-list li a::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba( 51, 51, 51, .3 );	
}

#home .feature-box .feature-list li a figure img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all .8s;
}

#home .feature-box .feature-list li a:hover figure img {
	transform: scale( 1.1 );
}

#home .feature-box .feature-list li a span {
	position: relative;
	z-index: 99;
}

.bnr-contact a {
	display: block;
	padding: 80px 20px 60px;
	text-align: center;
	position: relative;
	box-shadow: 0 0 6px rgba( 127, 127, 127, .7 );
	border-radius: 5px;
	overflow: hidden;
	transition: all .2s;
}

.bnr-contact a:hover {
	background: #aaa;
}

.bnr-contact a::after {
	content: '';
	background: url( assets/img/common/contact-bg@2x.png ) center center / cover no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transition: all .8s;
	transition: all .8s;
}

.bnr-contact a:hover::after {
	transform: scale( 1.1 );
}

.bnr-contact a .box {
	width: 666px;
	max-width: 100%;
	margin: 0 auto;
	background: #fff;
	padding: 60px 20px 40px;
	position: relative;
	z-index: 99;
}

.bnr-contact a .box .free {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate( -50%, -50% );
	width: 216px;
	max-width: 100%;
}

.bnr-contact a .box .txt {
	display: inline-block;
	font-size: 2.5rem;
	padding: 0 35px 0 55px;
	background:
		url( assets/img/common/icon-contact.svg ),
		url( assets/img/common/arrow-03@2x.png );
	background-position:
		left center,
		right 5px center;
	background-size:
		auto,
		16px;
	background-repeat: no-repeat;
	transition: all .2s;
}

.bnr-contact a:hover .box .txt {
	background-position:
		left center,
		right center;	
}


/*
----------------------------------------
about
----------------------------------------
*/

#about .about-box {
	margin: 0 0 8rem;
}

#about .about-box .heading-04 {
	margin-bottom: 6rem;
}

#about .about-table {
	background: #FCF4F5;
	padding: 6rem 0;
}

#about .about-table .box {
	background: #fff;
	padding: 6rem 9rem;
}

#about .about-table dl {
	background: url( assets/img/common/ttl-line-02@2x.png ) center bottom / 152px repeat-x;
}

#about .about-table dt {
	width: 26%;
	font-weight: bold;
	padding: 30px 25px;
	background: url( assets/img/common/ttl-line-02@2x.png ) right top / 152px repeat-x;
}

#about .about-table dd {
	width: 74%;
	padding: 30px 25px;
	background: url( assets/img/common/ttl-line-02@2x.png ) left top / 152px repeat-x;
	line-height: 2.5;
}

/*
----------------------------------------
404
----------------------------------------
*/

#not-found .info-box {
	text-align: center;
}

#not-found .back-link {
	margin-top: 3rem;
}

.back-link a {
	display: inline-block;
	padding: 10px 25px 10px 45px;
	line-height: 1.4;
	color: #333;
	background: #fff url( assets/img/common/arrow-back@2x.png ) left 20px center / 16px no-repeat;
	border: solid 1px #C02838;
	border-radius: 10px;
	transition: all .2s;
}

.back-link a:hover {
	color: #fff;
	background: #C02838 url( assets/img/common/arrow-back-wh@2x.png ) left 15px center / 16px no-repeat;
}


/*
----------------------------------------
contact
----------------------------------------
*/

#contact .flow-box {
	margin: 8.5rem 0;
	padding: 5.4rem 0 6.4rem;
	background: #FCF4F5;
}

#contact .flow-box .heading-01 {
	margin-bottom: 7rem;
}

#contact .step-list li {
	width: calc( ( 100% - 135px ) / 4 );
	background: #fff;
	padding: 20px 15px 24px;
	border: solid 2px #C02838;
	border-radius: 5px;
	position: relative;
}

#contact .step-list li::after {
	content: url( assets/img/page/arrow-flow.svg );
	line-height: .5;
	position: absolute;
	top: 50%;
	right: -25px;
	transform: translate( 50%, -50% );
}

#contact .step-list li:nth-child( 4n )::after {
	display: none;
}

#contact .step-list li .step {
	display: inline-block;
	width: 60px;
	height: 30px;
	padding: 10px 0;
	box-sizing: border-box;
	font-size: 1.2rem;
	font-family: 'Noto Sans', sans-serif;
	font-weight: bold;
	text-align: center;
	line-height: 1.1;
	color: #C02838;
	position: absolute;
	top: 0;
	left: 50%;
	background: #fff;
	border: solid 2px #C02838;
	border-bottom: none;
	border-radius: 30px 30px 0 0;
	transform: translate( -50%, -100% );
}

#contact .step-list li .step .num {
	font-size: 2.8rem;
}

#contact .step-list li figure {
	margin: 36px 0;
	text-align: center;
}

#contact .step-list li figure img {
	width: 135px;
	max-width: 100%;
}

#contact .step-list li h3 {
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 1px;
}

#contact .form-box .heading-01 {
	margin-bottom: 5rem;
}

#contact .form-box .notice {
	background: #eee;
	padding: 24px 30px;
	margin-bottom: 6rem;
}

#contact .form-box .notice .flex {
	align-items: center;
	font-family: 'Noto Sans JP', sans-serif;
}

#contact .form-box .notice dt {
	width: 32.2%;
	text-align: center;
	font-weight: bold;
	letter-spacing: 3px;
	padding-right: 11rem;
}

#contact .form-box .notice dd {
	width: 67.8%;
}

#contact .form-box .notice dd li {
	line-height: 1.8;
	margin: 4px 0;
	padding-left: 1.6rem;
	text-indent: -1.6rem;
	opacity: .8;
}

#thanks .thanks-box p {
	text-align: center;
	margin-bottom: 2rem;
}

#thanks .thanks-box p a {
	text-decoration: underline;
}

#thanks .back-link {
	margin-top: 3rem;
}

#thanks .thanks-box p.back-link a {
	text-decoration: none;
}


/* form.php */

.form-step {
	width: 100%;
	margin-bottom: 4rem;
}

.form-step > p {
	width: calc( ( 100% - 20px ) / 3 );
	height: 55px;
	line-height: 55px;
	padding: 0 30px;
	background: #ccc;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	position: relative;
}

.form-step > p::before {
	content: '';
	border-top: solid 14px #fff;
	border-right: solid 8px #fff;
	border-bottom: solid 14px transparent;
	border-left: solid 8px transparent;
	position: absolute;
	top: 0;
	right: 0;
}

.form-step > p::after {
	content: '';
	border-top: solid 14px transparent;
	border-right: solid 8px #fff;
	border-bottom: solid 14px #fff;
	border-left: solid 8px transparent;
	position: absolute;
	right: 0;
	bottom: 0;
}

#mailformpro .step-01,
#mfp_phase_confirm .step-02 {
	background: #C02838;
}

.form-step > p.step-03::before,
.form-step > p.step-03::after {
	display: none;
}

.form-box {
	padding: 0;
}

#contact form#mailformpro {
	padding: 0;
}

#contact form#mailformpro > dl {
	-js-display: flex;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	padding: 0 6rem;
}

#contact form#mailformpro dl dt {
	width: 30%;
	padding: 20px 70px 20px 40px;
	box-sizing: border-box;
	border: none;
	text-align: left;
	font-size: 1.6rem;
	line-height: 42px;
	white-space: nowrap;
	position: relative;
}

#contact .req-label {
	display: inline-block;
	background: #C02838;
	color: #fff;
	font-size: 1.4rem;
	line-height: 2rem;
	padding: 0 11px;
	position: absolute;
	top: 40px;
	right: 30px;
	transform: translateY( -50% );
}

#contact form#mailformpro dl dd {
	width: 70%;
	padding: 20px 40px 20px 0;
	box-sizing: border-box;
	border: none;
	font-size: 1.6rem;
	position: relative;
}

#contact form#mailformpro dl dd::after {
	content: '';
	width: 24px;
	height: 24px;
	background: url( assets/img/common/icon-check.svg ) center center / 24px no-repeat;
	position: absolute;
	right: 0;
	top: 29px;
	opacity: 0;
	visibility: hidden;
	transition: all .2s;
}

#contact form#mailformpro dl dd.ok::after {
	opacity: 1;
	visibility: visible;
}

#contact dd .flex > .ttl {
	width: 25%;
	padding: 13px 0;
}

#contact dd .flex > .input {
	width: 75%;
	padding: 5px 0;
}

#contact dd .flex.inline span {
	padding: 0 20px 0 0;
}

.pp-box {
	max-height: 200px;
	overflow: auto;
	border: solid 1px #ccc;
	padding: 40px;
	margin: 40px 0;
	opacity: .7;
	-webkit-overflow-scrolling: touch;
}

.pp-box p {
	font-size: 1.5rem;
}

.pp-box h2 {
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 25px;
}

.pp-box h3 {
	font-size: 1.7rem;
	font-weight: bold;
	margin: 30px 0 15px;
	padding-bottom: 10px;
	border-bottom: solid 1px #ccc;
}

.pp-box ul li {
	margin-left: 2rem;
	list-style: disc;
}

.pp-box ol li {
	margin-left: 2rem;
	list-style: decimal;
}

.pp-box .address-box p {
	display: inline-block;
	background: #eee;
	margin-top: 20px;
	padding: 20px 30px;
}

.submit-box {
	text-align: center;
}

#contact .agree label {
	font-size: 1.6rem;
	margin: 0 !important;
	padding: 0 0 0 8rem !important;
	position: relative;
}

#contact .agree .req-label {
	top: 6px;
	right: auto;
	left: 0;
	transform: translate( 0, 0 );
}

#contact .agree input[type=checkbox] {
	transform: translateY( -2px ) scale( 1.25 );
	opacity: .7;
	margin-right: 5px;
}

#contact button.mfp_element_submit,
#contact button#mfp_button_send {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: inline-block;
	width: 250px;
	max-width: 100%;
	font-size: 1.8rem;
	text-shadow: none;
	padding: 16px 0;
	background: #C02838;
	display: block;
	margin: 30px auto 0;
	border: none;
	border-radius: 5px;
	box-sizing: border-box;
	box-shadow: none !important;
	transition: background .2s;
}

#contact button.mfp_element_reset,
#contact button#mfp_button_cancel {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-weight: normal;
	text-shadow: none;
	padding: 10px 20px;
	margin: 30px 0 0;
	border-radius: 0;
	border: solid 1px #000;
	background: #ccc;
	border: none;
	border-radius: 5px;
	color: #fff;
	box-shadow: none !important;
	transition: all .2s;
}

#contact button.mfp_element_submit,
#contact button#mfp_button_send {
	background: #C02838;
	color: #fff;
	font-weight: bold;
	letter-spacing: 5px;
}

#contact button.mfp_element_submit:hover,
#contact button#mfp_button_send:hover {
	background: #D92E3F;
}

#contact button.mfp_element_submit.disable,
#contact button.mfp_element_submit.disable:hover {
	background: #ccc;
	color: #fff;
	font-weight: normal;
	letter-spacing: 0;
}

#contact button.mfp_element_reset:hover,
#contact button#mfp_button_cancel:hover {
	background: #ddd;
}

#contact .mfp_element_all {
	max-width: 100%;
}

#contact .mfp_element_text,
#contact .mfp_element_number,
#contact .mfp_element_select-one,
#contact .mfp_element_email,
#contact .mfp_element_tel,
#contact .mfp_element_textarea,
#contact .mfp_element_date,
#contact .mfp_element_password {
	box-shadow: none;
	border: solid 1px #ccc;
	border-radius: 0;
	background: #FFFDE6;
	padding: 11px 15px;
	margin: 0;
	width: 100%;
	box-sizing: border-box;
}

#contact .mfp_element_text.req,
#contact .mfp_element_number.req,
#contact .mfp_element_select-one.req,
#contact .mfp_element_email.req,
#contact .mfp_element_tel.req,
#contact .mfp_element_textarea.req,
#contact .mfp_element_date.req,
#contact .mfp_element_password.req {
	background: #FFFDE6 !important;
}

#contact form#mailformpro label.mfp_not_checked,
#contact form#mailformpro label.mfp_checked {
	background: transparent;
	padding: 15px;
	display: inline-block;
	text-align: center;
	box-sizing: border-box;
	margin-right: 10px;
	box-shadow: none;
	border: none;
	border-radius: 0;
	transition: all .2s;
}

#contact .name.flex > span {
	padding: 0;
	margin-right: 15px;
}

#contact .problem {
	border: solid 1px #a00 !important;
}

#contact div.mfp_err {
	background: transparent;
	padding: 0;
	margin: 10px 0 0;
	font-size: 1.2rem;
	color: #a00;
}

#contact div#mfp_phase_confirm h4 {
	font-size: 3rem;
	padding: 0;
}

#contact .mfp_confirm_before {
	text-align: center;
}

#contact table#mfp_confirm_table {
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
	margin: 30px 0 45px;
}

#contact table#mfp_confirm_table tr th,
#contact table#mfp_confirm_table tr td {
	font-size: 1.6rem;
	font-weight: normal;
	padding: 15px;
	box-sizing: border-box;
	border: none;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}

#contact table#mfp_confirm_table tr th {
	background: #fafafa;
}

#contact table#mfp_confirm_table tr.mfp_colored {
	background: transparent;
}

#contact div.mfp_buttons {
	padding: 0;
}

#contact .remaining {
	position: fixed;
	right: 20px;
	bottom: 70px;
	display: inline-block;
	background: #fff;
	border: solid 1px #C02838;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	transition: all .2s;
}

#contact .remaining.active {
	opacity: 1;
	visibility: visible;
	z-index: 999;
}

#contact .remaining .read {
	padding: 10px 20px;
}

#contact .remaining .num {
	background: #C02838;
	color: #fff;
	padding: 5px 20px;
}

