@charset "utf-8";
/* ===================================================================
 style info : ヘッダーやフッターなどサイト内共通
=================================================================== */

/*----------------------------------------------------
	共通
----------------------------------------------------*/
html {
	overflow-y: scroll;
	font-size: 62.5%;
	xbackground: #f7f3ec;
	background: #ffffff;
}

body {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	xbackground: #f7f3ec;
	background: #ffffff;
	color: #191919;
	font-size: 14px;
	font-size: 1.4rem;
  font-weight: bold;
	line-height: 1.6;
	letter-spacing: 0.25em;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
	font-feature-settings: "palt";
}

/*----------------------------------------------------
    リンク
----------------------------------------------------*/
a:link {
	color: #191919;
	text-decoration: none;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
}

a:visited {
	color: #191919;
	text-decoration: none;
}

a:hover {
	color: #191919;
	text-decoration: none;
}

a:active {
	color: #191919;
	text-decoration: none;
}

#lower #mainArea {
  font-weight: normal;
}

#lower #mainArea strong {
  font-weight: bold;
}

/* toggle-panel
----------------------------------------------------------- */
#panel-btn {
	display: none;
}

/* -----------------------------------------------------------
    header
----------------------------------------------------------- */
header {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
  justify-content: space-between;
	-webkit-justify-content: space-between;
	position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  min-height: 120px;
	height: 120px\0;/*IE*/
  padding: 0 3vw;
}

header h1 {
  position: relative;
  width: 15%;
}

header h1 img {
  position: absolute;
  top: 0;
  left: 0;
}

/* #nav
----------------------------------------------------------- */
#nav {
	font-size: 15px;
	font-size: 1.5rem;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}

#nav ul {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}

#nav .g_nav li:not(:first-of-type) {
	margin: 0 0 0 1.5vw;
}

#nav .g_nav li a {
  color: #ffffff;
  position: relative;
  padding: 0 0 0.5vw;
}

#nav .g_nav li a:after {
	position: absolute;
	bottom: -5px;
	left: 0;
	content: "";
	width: 100%;
	height: 1px;
	background: #d40d0e;
	opacity: 0;
	visibility: hidden;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
}

#nav .g_nav li a:hover:after,
#nav .g_nav li a.current:after {
	bottom: 0;
	opacity: 1;
	visibility: visible;
}

#nav .u_nav {
  display: flex;
  display: -webkit-flex;
  margin: 0 0 0 1.5vw;
}

#nav .u_nav li:not(:first-of-type) {
  margin: 0 0 0 0.5vw;
}

#nav .u_nav li.inquiry a {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  background: #d40d0e;
  border-radius: 30px;
  color: #ffffff;
  min-width: 160px;
  min-height: 40px;
  height: 40px\0;
}

#nav .u_nav li.inquiry a:hover {
  xbackground: #222222;
  background: #ffffff;
  color: #222222;
}

#nav .u_nav li.instagram a {
  font-size: 18px;
  font-size: 1.8rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  xbackground: #222222;
  background: #ffffff;
  border-radius: 50%;
  xcolor: #ffffff;
  color: #222222;
  width: 40px;
  height: 40px;
  letter-spacing: normal;
}

#nav .u_nav li.instagram a:hover {
  background: #d40d0e;
  color: #ffffff;
}

/* -----------------------------------------------------------
    #main_box
----------------------------------------------------------- */
#main_box {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
  background: #222222 url(../img/common/head_bg.jpg) no-repeat left top / 45vw 100vh;
  position: relative;
  z-index: 0;
}

#lower #main_box {
  height: 60vh;
}

#lower #main_box picture {
  background: url(../img/common/main.jpg) no-repeat bottom right / cover;
  position: absolute;
  right: 0;
  bottom: 0;
  height: calc(60vh - 120px);
  width: 74.5vw;
  z-index: 0;
}

#lower #main_box picture img {
  display: none;
}

#main_box .title {
  position: relative;
  z-index: 1;
  margin: 120px 0 0;
  xdisplay: none;
}

#main_box .title h1 {
	font-size: 30px;
	font-size: 3.0rem;
  font-weight: 700;
  xcolor: #ffffff;
  color: #191919;
  letter-spacing: 0.25em;
  line-height: 1.8;
  margin: 0 0 0 5vw;
  position: relative;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.1), 0 0 8px rgba(255, 255, 255, 0.2), 0 0 8px rgba(255, 255, 255, 0.3);
}

#main_box .title h1:after {
  content: "";
  background: #d40d0e;
  width: 50px;
  height: 2px;
  position: absolute;
  bottom: -30%;
  left: 0;
}

#main_box .title h1 span {
	display: block;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.1), 0 0 8px rgba(255, 255, 255, 0.2), 0 0 8px rgba(255, 255, 255, 0.3);
}

/* -----------------------------------------------------------
    main
----------------------------------------------------------- */
#top main {
  padding: 5vw 0 0;
}

#lower main {
  padding: 7vw 5vw 0;
}

/* -----------------------------------------------------------
    .sec_img_box
----------------------------------------------------------- */
.sec_img_box picture {
  margin: 0 0 0 5vw;
  position: relative;
  z-index: 0;
}

.sec_img_box picture:after {
  content: "";
  background: #e8e1d6;
  width: 45vw;
  height: 35vw;
  position: absolute;
  top: -5vw;
  left: -5vw;
  z-index: -1;
}

/* -----------------------------------------------------------
    .sec_box
----------------------------------------------------------- */
.sec_box {
  display: flex;
  display: -webkit-flex;
  margin: 5vw 0 0;
  padding: 0 5vw;
}

.sec_box02 {

  margin: 5vw 0 0;
  padding: 0 5vw;
}

.sec_box02 > div {
  display: flex;
  display: -webkit-flex;
  margin-bottom: 3vw;
}

.sec_box02 h2 span {
  display: block;
}

.sec_box02 .sec_txt {
    flex: 1 1;
    -webkit-flex: 1 1;
    margin: 0 0 0 7.5vw;
}

.sec_box02 h2 span:nth-of-type(2) {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 700;
  margin: 0.75vw 0 0;
  position: relative;
}

.sec_box02 h2 span:nth-of-type(2)::after {
    content: "";
    background: #d40d0e;
    width: 50px;
    height: 2px;
    position: absolute;
    bottom: -100%;
    left: 0;
}
.about_allergies a.btn.orange {
    margin: auto;
}
.sec_box02 .menu_txt_m {
  margin: 1vw 0 2.5vw 0;
  border: 1px solid #d40d0e;
  padding: 10px 14px;
  display: inline-block;
}

.sec_box02 .menu_txt_m span{
  color: #d40d0e;

}

.sec_box picture {
  margin-bottom: 30px;
}

.sec_box h2 span {
  display: block;
}

.sec_box h2 span:nth-of-type(2) {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 700;
  margin: 0.75vw 0 0;
  position: relative;
}

.sec_box h2 span:nth-of-type(2):after {
  content: "";
  background: #d40d0e;
  width: 50px;
  height: 2px;
  position: absolute;
  bottom: -90px;
  left: 0;
}

.sec_box .sec_txt {
  flex: 1 1;
  -webkit-flex: 1 1;
  margin: 0 0 0 7.5vw;
}

.sec_box .sec_txt h3 {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
}

.sec_box .sec_txt p {
  margin: 2vw 0 0;
}

.sec_box .sec_txt .btn_box {
  margin: 3vw 0 0;
}

/* -----------------------------------------------------------
    .btn_box
----------------------------------------------------------- */
.btn_box {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}

.btn {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 600;
  xbackground: #d40d0e;
  background-image: url(../img/common/head_bg.jpg);
  background-position: center top;
  background-repeat: repeat-x;
  xcolor: #ffffff !important;
  min-height: 60px;
  height: 60px\0;
  xpadding: 0.5vw 1.15vw;
  padding: 0.5vw;
  position: relative;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.1), 0 0 8px rgba(255, 255, 255, 0.2), 0 0 8px rgba(255, 255, 255, 0.3);
}

.btn:hover {
  xbackground: #222222;
  opacity: 0.5;
}

.btn span {
  background-color: rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  padding: 15px;
}

.wid_01 {
  width: 20em;
}

.icon:after {
  font-family: FontAwesome;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: normal;
  content: "\f105";
  xcolor: #ffffff;
  position: absolute;
  top: 50%;
  right: 1.15vw;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

/* -----------------------------------------------------------
    pagination
----------------------------------------------------------- */
.pagination {
	font-weight: 700;
  letter-spacing: 0.1em;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	margin: 7.5vw 0 0;
}

.pagination li {
	margin: 0 0 0 0.5vw;
}

.pagination li:first-of-type {
	margin: 0;
}

.pagination li.prev,
.pagination li.next {
	font-size: 20px;
	font-size: 2.0rem;
}

.pagination li i {
	font-weight: 700;
	line-height: 0.1;
}

.pagination li a {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	border: 1px solid #eee9e1;
	background: #ffffff;
	width: 35px;
	height: 35px;
}

.pagination li a.current {
	border: 1px solid #d40d0e;
	background: #d40d0e;
	color: #ffffff;
	pointer-events: none;
	cursor: none;
}

.pagination li a:hover {
	background: #f5f0e9;
}

/* -----------------------------------------------------------
    pager
----------------------------------------------------------- */
.pager {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
	font-weight: 500;
	margin: 5vw 0 0;
}

.pager li a {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}

.pager li a:before,
.pager li a:after {
	font-family: FontAwesome;
  font-weight: normal;
	color: #d40d0e;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
}

.pager li:nth-of-type(1) a:before {
	font-size: 24px;
	font-size: 2.4rem;
	content: "\f104";
	margin: 0 0.75em 0 0;
}

.pager li:nth-of-type(2) a:before {
	font-size: 18px;
	font-size: 1.8rem;
	content: "\f00a";
	margin: 0 0.5em 0 0;
}

.pager li:nth-of-type(3) a:after {
	font-size: 24px;
	font-size: 2.4rem;
	content: "\f105";
	margin: 0 0 0 0.75em;
}

.pager li a:hover {
	color: #222222;
}

.pager li a:hover:before,
.pager li a:hover:after {
	color: #222222;
}

.pager li.none a {
	pointer-events: none;
  opacity: 0.4;
}

/* -----------------------------------------------------------
    aside
----------------------------------------------------------- */
aside {
  padding: 10vw 5vw 6vw 5vw;
}

aside > ul {
  display: flex;
  display: -webkit-flex;
}

aside > ul li {
  flex: 1 1;
  -webkit-flex: 1 1;
}

aside > ul li:nth-of-type(1) {
  background: url(../img/common/bnr_img01.jpg) no-repeat center / cover;
}

aside > ul li:nth-of-type(2) {
  background: url(../img/common/bnr_img02.jpg) no-repeat center / cover;
}

aside > ul li:nth-of-type(3) {
  background: url(../img/common/bnr_img03.jpg) no-repeat center / cover;
}

aside > ul li a {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column;
  height: 40vh;
  position: relative;
  z-index: 0;
}

aside > ul li a:before {
  content: "";
  background: rgba(0,0,0,0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
}

aside > ul li a span {
  color: #ffffff;
}

aside > ul li a span:nth-of-type(1) {
  font-size: 30px;
  font-size: 3.0rem;
  font-weight: 700;
}

aside > ul li a span:nth-of-type(2) {
  margin: 0.25vw 0 0;
}

aside > ul li a:hover:before {
  background: rgba(0,0,0,0.8);
}

aside .footer_bnr {
  margin: 4vw 0 0;
}

aside .footer_bnr ul {
  display: flex;
  -webkit-display: flex;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}

aside .footer_bnr ul li:not(:first-of-type) {
  margin: 0 0 0 1.5vw;
}

aside .footer_bnr a:hover{
  opacity: 0.6;
}

/* -----------------------------------------------------------
    footer
----------------------------------------------------------- */
footer .pagetop {
	font-size: 40px;
	font-size: 4.0rem;
}

footer .pagetop a {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	xbackground: #e8e1d6;
	background: #222222;
	xcolor: #191919;
	color: #ffffff;
	min-height: 80px;
	height: 80px\0;
}

footer .pagetop a:hover {
	background: #d40d0e;
  color: #ffffff;
}

footer .f_box {
	xbackground: #222222;
  background-image: url(../img/common/head_bg.jpg);
  background-position: center top;
  background-repeat: repeat-x;
	font-size: 13px;
	font-size: 1.3rem;
	display: flex;
	xalign-items: flex-end;
  xflex-direction: column;
	justify-content: space-between;
	xcolor: #ffffff;
	padding: 3vw 5vw;
}

footer .f_box .f_rakkan {
	margin-top: -100px;
}

footer .f_box .f_rakkan .copyright {
	font-size: 12px;
	font-size: 1.2rem;
  letter-spacing: 0.1em;
  margin-top: 30px;
}

footer .f_box .f_nav {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

footer .f_box .f_nav nav {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 20px;
}

footer .f_box .f_nav figure {
  margin-top: 20px;
  width: 200px;
}

footer .f_box nav ul {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}

footer .f_box nav ul li:not(:first-of-type) {
	margin: 0 0 0 1.5vw;
}

footer .f_box nav ul li a.external {
	display: flex;
	display: -webkit-flex;
	align-items: baseline;
	-webkit-align-items: baseline;
}

footer .f_box nav ul li a.external:after {
	font-family: FontAwesome;
	content: "\f08e";
  margin: 0 0 0 0.3em;
}

footer .f_box a {
	xcolor: #ffffff;
}

footer .f_box a:hover {
	opacity: 0.5;
}

/* -----------------------------------------------------------
    img:hover
----------------------------------------------------------- */
a img:hover {
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
}