@charset "utf-8";

/* --------------------------------------------------
	Resetting default margin and padding
-------------------------------------------------- */

/* !HTML5 elements
---------------------------------------------------------- */
header, footer, nav, section, aside, article
{ display: block;}

/* !Reseting
---------------------------------------------------------- */
html {
	font-size: 62.5%;
}
@media screen and (max-width: 750px) {
html {
	font-size: 1.3333333333vw;
}
}
	
body {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.5;
	-webkit-text-size-adjust: none;
	background: #fff;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	color: #000;
}

body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td,input,a,textarea,select,span,nav,section
{
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

textarea,
input,
textarea {
	margin: 0;
	font-size: 100%;
	appearance: none;
	-webkit-appearance: none;
	border: none;
	outline: none;
}
label
{ cursor: pointer;}
table
{ border-collapse: collapse; border-spacing: 0; font-size: 100%;}
fieldset, img
{ border: 0;}
img
{ vertical-align: top; max-width: 100%; }
address, caption, cite, code, dfn, em, th, var
{ font-style: normal; font-weight: normal;}
ol, ul
{ list-style: none;}
caption, th
{ text-align: left;}
h1, h2, h3, h4, h5, h6
{ font-size: 100%; font-weight: normal;}
q:after, q:before
{ content:'';}
a, input
{ /* outline: none; */ }
abbr, acronym
{ border: 0;}




/* !Clearfix
---------------------------------------------------------- */
.clearfix {
	display: block;
	min-height: 1%;
}
.clearfix:after {
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}
* html .clearfix {
	height: 1%;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/* !Layout
---------------------------------------------------------- */
html { overflow-y: scroll;}
body { }
@media print {
	html,
	html body { *zoom: 0.65;}
}



/* link
------------------------------------------------ */
a {
	color: #000;
	text-decoration:none;
	transition: all 0.3s !important;
	-moz-transition: all 0.3s !important; /* Firefox */
	-webkit-transition: all 0.3s !important; /* Chrome&Safari */
}

a:hover {
	transition: all 0.3s !important;
	-moz-transition: all 0.3s !important; /* Firefox */
	-webkit-transition: all 0.3s !important; /* Chrome&Safari */
}

.op,
.op a,
.op img,
.op input {
	-webkit-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
	-ms-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
}
.op:hover,
.op a:hover,
.op:hover img,
.op:hover input {
	opacity: .7;
	-webkit-opacity: .7;
	-moz-opacity: .7;
	filter: alpha(opacity=70);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=70)"; /* IE 8 */
	-webkit-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
	-ms-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
}



/* !fonts
------------------------------------------------ */
.fwb {
	font-weight: bold;
}
.vat {
	vertical-align: top !important;
}
.vam {
	vertical-align: middle !important;
}
.tac {
	text-align: center !important;
}
.tar {
	text-align: right !important;
}



/* wrapper
----------------------------------------------- */
#wrapper {
	overflow: hidden;
	max-width: 75rem;
	margin: 0 auto;
}


/* footer
----------------------------------------------- */
#footer {
	background: rgba(80,157,105,0.1);
	padding: 1rem 7.5rem 30.5rem;
}
#footer .footer_txt {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.4;
	margin: 0 0 2rem;
}
#footer .footer_time {
	margin: 0 0 1rem;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	letter-spacing: -0.01em;
	line-height: 1.5;
}
#footer .footer_note {
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 1.5;
	margin: 0 0 2rem;
	text-align: justify;
	text-justify: inter-ideograph;
}
#footer .footer_link {
	display: flex;
	align-items: center;
	gap: 1rem;
	justify-content: space-between;
}
#footer .footer_logo img {
	width: 20.6rem;
}
#footer .footer_sns {
	border: 1px #009DD9 solid;
	display: flex;
	align-items: stretch;
}
#footer .footer_sns .sns_txt {
	background: #009DD9;
	width: 14rem;
	height: 5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.3;
}
#footer .footer_sns .sns_cont {
	width: 22rem;
	display: flex;
	justify-content: center;
	align-items: center;
	gap:1.4rem;
}
#footer .footer_sns .sns_cont img {
	height: 3.7rem;
}


/* animation
----------------------------------------------- */
@keyframes fadeInUpLit {
from {
	opacity: 0;
	transform: translate3d(0, 10px, 0);
}

to {
	opacity: 1;
	transform: none;
}
}
.fadeInUpLit {
animation-name: fadeInUpLit;
}



/* top
----------------------------------------------- */
.main_img {
	
}
.main_bnr {
	padding: 3rem 7rem 4rem;
}
.main_bnr .bnr_list li+li {
	margin: 3rem 0 0 0;
}
.main_bnr .bnr_list li a {
	display: block;
}
.main_bnr .bnr_list .link02 {
	margin: 3rem 0 0;
}
.main_bnr .bnr_list .link03 {
	margin: 1rem -2.5rem 0 0;
}

.main_navi {
	margin: 0 0 6rem;
}
.main_navi .navi_list {
	padding: 0 6.8rem;
	display: flex;
	justify-content: space-between;
	gap: 1.4rem;
}
.main_navi .navi_list img {
	width: 11.1rem;
}

.fix_com {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 2rem 0;
	transform: translateY(100%);
	transition: all 0.3s !important;
	-moz-transition: all 0.3s !important; /* Firefox */
	-webkit-transition: all 0.3s !important; /* Chrome&Safari */
	z-index: 99;
}
.show .fix_com {
	transform: translateY(0);
}
.fix_com .fix_box {
	max-width: 75rem;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.fix_com .pagetop {
	margin: 0 0 2rem;
	padding: 0 6.8rem;
}
.fix_com .pagetop img {
	width: 10rem;
}
.fix_com .fix_navi {
	width: 100%;
	padding: 0 6.8rem;
	display: flex;
	justify-content: space-between;
	gap: 1.4rem;
}
.fix_com .fix_navi img {
	width: 11.1rem;
}

.main_contents {
	
}
.com_hd {
	text-align: center;
	margin: 0 0 3rem;
}
.com_inner {
	display: flex;
	flex-direction: column;
	gap: 3rem 0;
}
.com_box {
	background: #fff;
	padding: 3rem;
	font-size: 2.1rem;
	position: relative;
	-webkit-border-radius: 1.4rem;
	-moz-border-radius: 1.4rem;
	-ms-border-radius: 1.4rem;
	-o-border-radius: 1.4rem;
	border-radius: 1.4rem;
}
.com_box .com_img {
	margin: 0 0 2rem;
	position: relative;
}
.com_box .com_img img {
	width: 100%;
}
.com_box .com_cont {
	position: relative;
}
.com_box .com_txt {
	font-weight: 700;
	position: relative;
}
.com_box .com_txt+.com_txt {
	margin: 2.5rem 0 0;
}
.com_box .com_txt .txt_lar {
	font-size: 3rem;
}
.com_box .com_txt .txt_mid {
	font-size: 1.8rem;
}
.com_box .com_addr {
	font-weight: 500;
	background: url(../../img/2ndanniversary/dot.png) 0 0 repeat-x;
	background-size: 0.7rem 0.3rem;
	margin: 1.5rem 0 0;
	padding: 1.5rem 0 0 0.2rem;
}

.no_margin {
	margin: 0;
}

.no_spacing {
	letter-spacing: 0;
}

.spacing_change {
	
}

.fc_color {
	
}
.com_ico {
	position: absolute;
	width: 13.9rem;
}



/* food
----------------------------------------------- */
.food_block {
	background: rgba(255,236,174,0.5);
	padding: 5rem 5.5rem;
}
.food_block .fc_color {
	color: #d85a24;
}

.food01 .ico01 {
	right: 0.5rem;
	top: 0.5rem;
	display: flex;
	flex-direction: column;
	gap: 1rem 0;
}

.food02 .com_addr {
	margin-right: 16.5rem;
}
.food02 .ico01 {
	top: 0;
	right: 2rem;
}

.food03 .ico01 {
	right: -1.5rem;
	bottom: -1.5rem;
}
.food03 .spacing_change {
	letter-spacing: -0.01em;
}

.food04 .ico01 {
	right: -1.5rem;
	top: -9rem;
}

.food05 .com_addr {
	margin-right: 10rem;
}
.food05 .ico01 {
	top: -5rem;
	right: -5rem;
	display: flex;
	flex-direction: column;
	gap: 0.7rem 0;
}
.food05 .com_txt+.com_txt {
	margin-top: 1rem;
}

.food06 .ico01 {
	bottom: 5.5rem;
	right: -6rem;
	width: 27.3rem;
}
.food06 .spacing_change {
	letter-spacing: -0.05em;
}
.food06 .com_txt+.com_txt {
	margin-top: 1rem;
}

.food07 .ico01 {
	bottom: calc(100% + 0.5rem);
	right: -4.5rem;
}

.food08 .ico01 {
	bottom: 5.5rem;
	right: -1.5rem;
}

.food09 .ico01 {
	bottom: 5.5rem;
	right: -1.5rem;
}

.food28 .ico01 {
	top: -7.5rem;
	right: 0;
}

.food29 .ico01 {
	top: -11.5rem;
	right: 0;
}

.food10 .ico01 {
	bottom: 5.5rem;
	right: 0;
}

.food11 .ico01 {
	bottom: 5.5rem;
	right: 0;
}

.food12 .com_addr {
	margin-right: 13.5rem;
}
.food12 .ico01 {
	bottom: 0;
	right: -0.5rem;
}

.food13 .ico01 {
	right: 0;
	top: 9.3rem;
}
.food13 .spacing_change {
	letter-spacing: -0.03em;
}

.food14 .com_addr {
	margin-right: 12.5rem;
}
.food14 .ico01 {
	bottom: 0;
	right: -2rem;
}

.food15 .com_addr {
	margin-right: 10rem;
}
.food15 .ico01 {
	bottom: 2.5rem;
	right: -4.5rem;
}

.food16 .com_addr {
	margin-right: 15.5rem;
}
.food16 .ico01 {
	bottom: -0.5rem;
	right: -0.5rem;
}

.food17 .com_addr {
	margin-right: 12rem;
}
.food17 .ico01 {
	bottom: -0.5rem;
	right: -5rem;
}
.food17 .com_txt {
	letter-spacing: 0.05em;
}
.food17 .com_txt .txt_lar {
	letter-spacing: 0.09em;
}

.food18 .com_addr {
	margin-right: 17rem;
}
.food18 .ico01 {
	bottom: -1rem;
	right: 0;
}
.food18 .com_txt .txt_lar {
	letter-spacing: 0.05em;
}

.food19 .ico01 {
	bottom: 6rem;
	right: -2.5rem;
}

.food20 .com_addr {
	margin-right: 12.5rem;
}
.food20 .ico01 {
	bottom: -5.5rem;
	right: -1rem;
}
.food20 .com_txt+.com_txt {
	margin-top: 1.5rem;
}
.food20 .com_txt+.com_txt {
	letter-spacing: -0.1em;
	white-space: nowrap;
}
.food20 .com_txt .spacing_change {
	letter-spacing: -0.15em;
}

.food21 .com_addr {
	margin-right: 15.5rem;
}
.food21 .ico01 {
	bottom: -2rem;
	right: 0;
}

.food22 .com_addr {
	margin-right: 10rem;
}
.food22 .ico01 {
	bottom: -0.5rem;
	right: -5rem;
}

.food23 .ico01 {
	bottom: 10rem;
	right: 0.5rem;
}
.food23 .com_txt+.com_txt {
	margin-top: 1.5rem;
}

.food24 .com_addr {
	margin-right: 16rem;
}
.food24 .ico01 {
	right: -0.5rem;
	top: 50%;
	transform: translateY(-50%);
}

.food25 .com_addr {
	margin-right: 19.5rem;
}
.food25 .ico01 {
	right: 3.5rem;
	bottom: 0;
}

.food26 .com_addr {
	letter-spacing: -0.02em;
	margin-right: 9.5rem;
}
.food26 .ico01 {
	right: -6rem;
	top: 50%;
	transform: translateY(-50%);
}

.food27 .com_txt {
	white-space: nowrap;
}
.food27 .com_txt+.com_txt {
	margin-top: 1rem;
}



/* restaurant
----------------------------------------------- */
.rest_block {
	background: rgba(247,152,179,0.1);
	padding: 5rem 5.5rem;
}
.rest_block .fc_color {
	color: #e2537c;
}

.rest01 .com_addr {
	margin-right: 16rem;
}
.rest01 .ico01 {
	right: 0;
	bottom: -1.5rem;
}

.rest02 .com_addr {
	margin-right: 13.5rem;
}
.rest02 .ico01 {
	right: -3rem;
	bottom: 0;
}

.rest03 .com_addr {
	margin-right: 10rem;
}
.rest03 .ico01 {
	right: -5.2rem;
	bottom: -0.5rem;
}
.rest03 .spacing_change {
	letter-spacing: -0.12em;
}

.rest04 .com_addr {
	margin-right: 8.5rem;;
}
.rest04 .ico01 {
	right: -6.5rem;
	bottom: 0.5rem;
}

.rest05 .com_addr {
	margin-right: 8.5rem;;
}
.rest05 .ico01 {
	right: -6.5rem;
	top: -1.5rem;
}


/* fashion
----------------------------------------------- */
.fashion_block {
	background: rgba(47,176,192,0.1);
	padding: 5rem 5.5rem;
}
.fashion_block .fc_color {
	color: #00a0c4;
}

.fashion01 .com_addr {
	margin-right: 12rem;
}
.fashion01 .ico01 {
	right: -4rem;
	bottom: -2rem;
}

.fashion02 .com_addr {
	margin-right: 11.5rem;
}
.fashion02 .ico01 {
	right: -1.5rem;
	bottom: 0;
}

.fashion03 .ico01 {
	right: -1.5rem;
	bottom: 5.5rem;
}

.fashion04 .com_addr {
	margin-right: 14rem;
}
.fashion04 .ico01 {
	right: -1.5rem;
	bottom: 0;
}

.fashion05 .com_addr {
	margin-right: 14rem;
}
.fashion05 .ico01 {
	right: -1.5rem;
	bottom: 0;
}

.fashion06 .com_addr {
	margin-right: 14rem;
}
.fashion06 .ico01 {
	right: -1.5rem;
	bottom: 0;
}

.fashion07 .com_addr {
	margin-right: 14rem;
}
.fashion07 .ico01 {
	right: -1.5rem;
	bottom: 0;
}

.fashion08 .com_addr {
	margin-right: 14rem;
}
.fashion08 .ico01 {
	right: -1.5rem;
	bottom: 0;
}
.fashion08 .spacing_change {
	letter-spacing: -0.1em;
}


/* goods
----------------------------------------------- */
.goods_block {
	background: rgba(199,152,89,0.1);
	padding: 5rem 5.5rem;
}
.goods_block .fc_color {
	color: #ac7149;
}

.goods01 .ico01 {
	right: -4.5rem;
	top: -10.5rem;
}

.goods02 .com_txt {
	padding-right: 17.5rem;
}
.goods02 .com_ico {
	right: 3.5rem;
	top: 50%;
	transform: translateY(-50%);
}

.goods03 .com_addr {
	margin-right: 11rem;
}
.goods03 .ico01 {
	right: -1.5rem;
	bottom: 1rem;
}

.goods04 .ico01 {
	right: -2rem;
	bottom: 0;
}
.goods04 .com_addr {
	margin-right: 13.5rem;
}

.goods05 .ico01 {
	top: 15.8rem;
	right: 7.5rem;
}

.goods06 {
	padding-top: 5rem;
	padding-bottom: 4rem;
}
.goods06 .com_addr {
	margin-right: 15.4rem;
}
.goods06 .ico01 {
	right: -1.5rem;
	bottom: -4.5rem;
	display: flex;
	flex-direction: column;
	gap: 0.2rem;
}

.goods07 .com_addr {
	margin-right: 15rem;
}
.goods07 .ico01 {
	right: -1.5rem;
	top: 50%;
	transform: translateY(-50%);
}

.goods08 .com_addr {
	margin-right: 13.5rem;
}
.goods08 .ico01 {
	right: -1.5rem;
	top: 50%;
	transform: translateY(-50%);
}
.goods08 .spacing_change {
	letter-spacing: -0.1em;
}

.goods09 .com_addr {
	margin-right: 15rem;
}
.goods09 .ico01 {
	right: -1.5rem;
	top: 50%;
	transform: translateY(-50%);
}


/* service
----------------------------------------------- */
.service_block {
	background: rgba(80,157,105,0.1);
	padding: 5rem 5.5rem;
}
.service_block .fc_color {
	color: #24a27f;
}

.service01 .ico01 {
	right: -2rem;
	bottom: 5.5rem;
}

.service02 .ico01 {
	display: flex;
	flex-direction: column;
	gap: 0.7rem 0;
	right: -1rem;
	bottom: 5.5rem;
}

.service03 .com_addr {
	margin-right: 15rem;
}
.service03 .ico01 {
	right: 0;
	bottom: -1rem;
}

.service04 .ico01 {
	right: -4.5rem;
	bottom: calc(100% + 0.5rem);
}













