@charset "UTF-8";
/* CSS Document */

body {
	min-width: 1280px;
}
.sp {
	display: none;
}
h2 {
	font-size: 43px;
	line-height: 180%;
	text-align: center;
	margin: 0 0 10px 0;
	padding: 0;
}
h3 {
	font-size: 24px;
	line-height: 180%;
	margin: 10px 0;
	padding: 0;
	border-bottom: 1px dashed #EFDDCB;
}
.inner {
	margin: 0 auto 0 auto;
	width: 1200px;
	overflow: hidden;
}
p {
	margin: 0;
	padding: 0;
}
a:hover {
	text-decoration: none;
}

/* header
--------------------------------*/
header {
	background: url(../img/common/header.jpg) fixed;
	height: 400px;
	background-size: cover;
	position: relative;
}
header h1 {
	background: url(../img/common/logo.png) no-repeat 50% 50%;
	width: 290px;
	height: 160px;
	text-indent: -9999px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -80px 0 0 -145px;
	z-index: 999;
}
.nav {
	display: flex;
	justify-content: space-between;
	list-style: none;
	padding: 20px 0;
	margin: 0;
}
.nav li {
	width: 11.111111%;
	text-align: center;
	border-right: 1px dotted #DDD;
}
.nav li a {
	display: block;
	text-decoration: none;
}

/* notice
------------------------------- */
#notice {
	text-align: center;
	padding: 40px 0;
	width: 1200px;
	margin: 30px auto;
	background: #EEE;
	border-radius: 10px;
}
#notice h2 {
	font-size: 21px;
	line-height: 160%;
	display: inline-block;
	border-bottom: 2px dashed #E3004F;
	color: #E3004F;
	margin-bottom: 15px;
}
#notice p {
	font-size: 16px;
	line-height: 200%;
}
#notice strong {
	background: #FFF654;
}

/* corn
--------------------------------*/
#corn {
	padding: 50px 0;
}
#corn h2 {
	margin-bottom: 20px;
}
#corn .inner {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#corn .img {
	width: 33%;
}
#corn .img img {
	width: 100%;
	height: auto;
}
#corn .text {
	width: 63%;
}
#corn .text h3 {
    margin: 30px 0 10px 0;
    font-weight: normal;
    color: #E3004F;
}

/* news
--------------------------------*/
#news {
	margin: 30px auto 0 auto;
	padding: 15px;
	border: 5px double #E3004F !important;
	width: 1170px;
}
#news h2 {
	color: #E3004F;
	font-size: 32px;
    line-height: 160%;
}
#news .note::before {
	content: "＼";
}
#news .note::after {
	content: "／";
}
#news strong {
	border-bottom: 1px dashed #E3004F;
    color: #E3004F;
}
a.btn {
	display: block;
	background: #d8305c;
	color: #FFF;
	border-radius: 5px;
	padding: 10px 0;
	width: 450px;
	margin: 15px auto;
	text-decoration: none;
	border-bottom: 2px solid #DDD;
	text-align: center !important;
}
.half_btn {
	display: flex;
	justify-content: center;
}
.half_btn a.btn {
	margin: 15px;
    width: 45%;
}
a.btn:hover {
	background: #CC0000;
}

/* kankan-musume
--------------------------------*/
#kankan-musume {
	margin: 50px auto;
}
#kankan-musume .inner {
	padding: 30px;
	background: #FFC;
	border-radius: 10px;
}
#kankan-musume h2 {
	font-size: 32px;
    line-height: 160%;
}
#kankan-musume p.center {
	margin: 15px 0 30px 0;
}
#kankan-musume p strong {
	font-size: 20px;
    border-bottom: 1px dashed #E3004F;
    color: #E3004F;
}
#kankan-musume ul {
	list-style: none;
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
	padding: 0;
	margin: 0;
}
#kankan-musume ul li {
	width: 26%;
    margin: 0 1%;
	display: flex;
    flex-direction: column;
    min-height: 0%;
}
#kankan-musume ul li img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}
#kankan-musume ul li p.name {
    font-weight: bolder;
}
#kankan-musume ul li p.price {
    margin: 10px 0;
    text-align: right;
    padding-top: 10px;
    border-top: 1px dashed #EFDDCB;
}
#kankan-musume ul li a.cart {
    display: block;
    background: #630;
    text-align: center;
    color: #EEE3D9;
    padding: 3%;
    border-radius: 10px;
    box-shadow: 0px 2px 0px #d7c3b2;
    text-decoration: none;
    margin-top: auto;
}

/* cafe
--------------------------------*/
#cafe {
	padding: 50px;
	font-size: 18px;
	line-height: 180%;
	text-align: center;
	background: #FFF;
	color: #630;
	margin: 50px 0 0 0;
    border-radius: 10px;
}
#cafe h2 {
	margin-bottom: 20px;
	font-size: 36px;
	line-height: 120%;
}
#cafe h2 small {
	font-size: 18px;
	line-height: 110%;
}
#cafe strong {
	border-bottom: 1px dashed #E3004F;
	color: #E3004F;
}
#cafe .flex {
	display: flex;
	justify-content: space-between;
	text-align: left;
	margin-top: 50px;
}
#cafe .photo {
	width: 450px;
}
#cafe .photo img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
#cafe .text {
	width: 600px;
}
#cafe .text h3 {
    margin: 30px 0 10px 0;
	font-weight: normal;
	color: #E3004F;
}
#cafe .text .calender {
	margin: 30px 0;
}
#cafe .text .calender img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
#cafe a.btn {
    font-size: 16px;
    line-height: 160%;
}

/* thanks */
#cafe .thanks {
	padding: 40px 15px;
    border: 5px double #EFDDCB !important;
    margin: 50px auto;
    width: 1170px;
}
#cafe .thanks h2 {
	border-bottom: dotted;
    display: inline-block;
    padding-bottom: 10px;
    font-size: 32px;
}
/* tv_notice */
#cafe .thanks .inner {
	width: 1100px;
	margin: 30px auto 0 auto;
}
#cafe .thanks h3 {
	margin: 0;
}
#cafe .photo div {
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 90%;
}
#cafe .photo div img {
	width: 49%;
}
#cafe .photo div img {
	width: 49%;
}
#cafe .text .tv_notice {
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}


/* about fuuka
--------------------------------*/
#about {
	padding: 50px 0 80px 0;
	background: url(../img/common/bg_wood.jpg);
	color: #FFF;
}
#about .intro {
	text-align: center;
	font-size: 16px;
	margin: 15px 0 30px 0;
}
#about ul {
	list-style: none;
	margin: 0;
	padding: 0;
    display:flex;
    flex-wrap:wrap;
	justify-content: space-between;
}
#about ul li {
	width: 48%;
	padding: 0;
	margin: 0;
	text-align: left;
}
#about ul li img {
	width: 100%;
	height: auto;
}
#about .store_event {
	background: #FFF;
	border-radius: 10px;
	padding: 30px;
	margin-top: 40px;
	color: #630;
}
#about .store_event {
	text-align: center;
}
#about .store_event h2 {
	font-size: 32px;
	line-height: 160%;
	color: #CC0000;
}
#about .store_event .eat,
#about .store_event .store_event {
	text-align: left;
	margin-top: 40px;
}
#about .store_event .eat h3,
#about .store_event .store_event h3 {
	text-align: center;
	font-size: 24px;
	line-height: 160%;
	margin: 0 0 15px 0;
	padding: 0 0 10px 0;
}
#about .store_event h4 {
	font-size: 21px;
	line-height: 160%;
	color: #CC0000;
	margin: 0 0 10px 0;
	padding: 0;
}
#about .store_event .store_event ul li {
    display:flex;
    flex-wrap:wrap;
	justify-content:space-between;
}
#about .store_event .store_event ul li .photo {
	width: 40%;
}
#about .store_event .store_event ul li .text {
	width: 55%;
}
#about #shopevent {
	margin-top: 50px;
	border-radius: 10px;
}
#about #shopevent h2 {
	text-align: center;
	font-size: 32px;
	line-height: 160%;
}
#about #shopevent h3 {
	margin-top: 50px;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
#about #shopevent h4 {
	background: #EFDDCB;
	padding: 10px 15px;
	border-radius: 5px;
}
#about #shopevent .eat .photo {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}
#about #shopevent .eat .photo a {
    width: 48%;
    position: relative;
}
#about #shopevent .eat .photo a::before {
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23FFFFFF%22%20class%3D%22bi%20bi-zoom-in%22%20viewBox%3D%220%200%2016%2016%22%3E%20%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M6.5%2012a5.5%205.5%200%201%200%200-11%205.5%205.5%200%200%200%200%2011M13%206.5a6.5%206.5%200%201%201-13%200%206.5%206.5%200%200%201%2013%200%22%2F%3E%20%3Cpath%20d%3D%22M10.344%2011.742q.044.06.098.115l3.85%203.85a1%201%200%200%200%201.415-1.414l-3.85-3.85a1%201%200%200%200-.115-.1%206.5%206.5%200%200%201-1.398%201.4z%22%2F%3E%20%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M6.5%203a.5.5%200%200%201%20.5.5V6h2.5a.5.5%200%200%201%200%201H7v2.5a.5.5%200%200%201-1%200V7H3.5a.5.5%200%200%201%200-1H6V3.5a.5.5%200%200%201%20.5-.5%22%2F%3E%3C%2Fsvg%3E') no-repeat;
    background-size: 100%;
    display: block;
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 20px;
    right: 20px;
}


/* profile
--------------------------------*/
#profile {
	padding: 60px 0;
	overflow: hidden;
	/* border-top: 1px solid #EFDDCB; */
}
#profile h3 {
	margin: 0 0 15px 0;
}
#profile .photo img {
	width: 30%;
	height: auto;
	float: left;
}
#profile .text {
	float: right;
	width: 68%;
}
#profile .text p.competence {
	font-size: 15px;
}

/* event
--------------------------------*/
.event {
	width: 1170px;
	margin: 0 auto;
	padding: 15px;
}
.event h2 {
	margin: 15px 0;
}
.event h3 {
	font-size: 21px;
	line-height: 160%;
	padding-bottom: 5px;
}
.event img {
	margin: 0 0 10px 0;
}
.event ul {
	margin: 0 auto;
	width: 90%;
	padding: 0;
	list-style: none;
    display:flex;
    flex-wrap:wrap;
}
.event ul li {
	width: 46%;
	margin: 0 2% 15px 2%;
}
.event strong {
	border-bottom: 1px dashed #E3004F;
	color: #E3004F;
}

/* delivery
--------------------------------*/
#delivery {
	padding: 50px 0px;
	background: #EFDDCB;
}
#delivery .attention {
	padding: 20px 2.5%;
	width: 100%;
	margin: 15px 0 0 0;
	border: 2px solid #FFF;
	border-radius: 10px;
	background: rgba(255,255,255,0.3);
}
.event.gift .attention {
	padding: 20px 2.5%;
	width: 85%;
	margin: 15px auto 10px auto;
	background: #EEE;
	border-radius: 5px;
}
#delivery ul {
	margin: 15px auto 30px auto;
	padding: 0;
	list-style: none;
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
}
#delivery ul li {
	width: 48%;
	background: #FFF;
	padding: 20px 30px;
	border-radius: 10px;
}
#delivery ul li h3 {
	margin: 0 0 15px 0;
}


/* gift 
-------------------------------- */
#gift {
	margin: 0;
	padding: 50px 0px;
    background: #EFDDCB;
}
#gift h3 {
	border-color: #FFF;
	margin-bottom: 15px;
	text-align: center;
}
#gift ul {
	margin: 0;
	padding: 0;
	justify-content: space-between;
}
#gift ul li {
	width: 32%;
	margin: 0;
}

/* event 
-------------------------------- */
#event {
	text-align: left;
	margin: 40px auto 80px auto;
}
#event ul {
	margin-top: 30px;
}
#event .text{
    float: right;
    width: 68%;
}
#event .photo img {
    width: 30%;
    height: auto;
    float: left;
}

/* egg
--------------------------------*/
.egg_about {
	background: url(../img/common/bg.jpg);
	background-size: cover;
    margin: 0 auto;
    overflow: hidden;
    padding: 60px 0;
	border-bottom: 1px solid #EFDDCB;
}
.egg_about .inner {
	width: 1110px;
    margin: 0 auto;
	background: #FFF;
	border-radius: 10px;
	padding: 30px;
}
.egg_about h2 {
	font-size: 32px;
    line-height: 160%;
    margin: 15px 0;
}
.egg_about .photo img {
    width: 45% !important;
    height: auto;
    float: left;
}
.egg_about .text {
    float: right;
    width: 50% !important;
}
.egg_about a.btn {
    display: block;
    background: #d8305c;
    color: #FFF;
    border-radius: 5px;
    padding: 10px 0;
    width: 330px;
    margin: 15px 0;
    text-decoration: none;
    border-bottom: 2px solid #DDD;
    text-align: center;
}

/* sweets list
--------------------------------*/
#sweets_list {
	background: url(../img/common/bg.jpg);
	background-size: cover;
	padding: 50px 0;
    overflow: hidden;
    border-top: 1px solid #EFDDCB;
}
#sweets_list .notice {
    width: 1200px;
    margin: 30px auto;
    display: block;
    border-radius: 10px;
   font-size: 16px;
   line-height: 160%;
   padding: 30px;
}
#sweets_list .notice h3 {
   font-size: 21px;
   line-height: 160%;
   margin: 0 0 15px 0;
}
#sweets_list p.info {
	text-align: center;
	font-size: 18px;
	line-height: 180%;
	font-weight: normal;
}
#sweets_list p.info b {
	margin-top: 30px;
	display: inline-block;
	background: #FFF654;
}
#sweets_list .item ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: 1200px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
#sweets_list .item ul li {
	width: 23%;
	margin: 20px 1%;
	display: flex;
	flex-direction: column;
	min-height: 0%;
}
#sweets_list .item ul li img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
#sweets_list .item ul li h3 {
	font-size: 14px;
	line-height: 160%;
	margin: 0%;
}
#sweets_list .item ul li p {
	padding: 0 10px;
}
#sweets_list .item ul li p.name {
	font-weight: bolder;
}
#sweets_list .item ul li p.price {
	margin: 10px 0;
	text-align: right;
	padding-top: 10px;
	border-top: 1px dashed #EFDDCB;
}
#sweets_list .item ul li a.cart {
	display: block;
	background: #630;
	text-align: center;
	color: #EEE3D9;
	padding: 3%;
	border-radius: 10px;
	box-shadow: 0px 2px 0px #D7C3B2;
	text-decoration: none;
	margin-top: auto;
}
#sweets_list .item ul li a.cart:hover {
	text-decoration: none;
	background: #402000;
}
#sweets_list .item ul li a.soldout {
	display: block;
	background: #DDD;
	text-align: center;
	color: #555;
	padding: 3%;
	margin: 3% 0;
	border-radius: 10px;
	box-shadow: 0px 2px 0px #CCC;
	text-decoration: none;
}


#sweets_list p.info a {
	display: inline-block;
    background: #d8305c;
    color: #FFF;
    border-radius: 5px;
    padding: 10px 0;
    width: 330px;
    margin: 15px auto;
    text-decoration: none;
    border-bottom: 2px solid #DDD;
}
#sweets_list p.info a.btn:hover {
    background: #CC0000;
}
/* mother_gift */
#sweets_list .item .mother_gift {
    text-align: left;
	margin: 70px auto 20px auto;
	width: 50%;
}
/* christmas */
#christmas {
	background: url(../img/common/bg.jpg);
	background-size: cover;
	padding: 50px 0;
    overflow: hidden;
}
#christmas p.info {
    text-align: center;
    font-size: 18px;
    line-height: 180%;
    font-weight: normal;
}
#christmas p.info strong {
    border-bottom: 1px dashed #E3004F;
    color: #E3004F;
}
#christmas .item ul {
	list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 1200px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#christmas .item ul li.photo2 {
	width: 46%;
    margin: 20px 1%;
}
#christmas .item ul li.photo2 .img_box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#christmas .item ul li.photo2 .img_box img {
	width: 49%;
}
#christmas .item ul li.photo1 {
	width: 98%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 40px auto;
}
#christmas .item ul li.photo1 .img_box {
	width: 47%;
}
#christmas .item ul li.photo1 img {
	width: 100%;
}
#christmas .item ul li.photo1 .txt_box {
	width: 48%;
}
#christmas .item ul li p.name {
    font-weight: bolder;
	margin: 10px 0;
}
#christmas .item ul li .flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#christmas .item ul li .flex div {
	width: 50%;
    padding-top: 10px;
	margin: 10px 0;
    border-top: 1px dashed #EFDDCB;
}
#christmas .item ul li p.price {
    margin: 10px 0;
    text-align: right;
    padding-top: 10px;
    border-top: 1px dashed #EFDDCB;
}
/* onenga_list */
#onenga_list {
	background: url(../img/common/bg.jpg);
	background-size: cover;
	padding: 50px 0;
    margin-bottom: 90px;
    overflow: hidden;
    border-bottom: 1px solid #EFDDCB;
}
#onenga_list p.info {
	text-align: center;
	font-size: 18px;
	line-height: 180%;
	font-weight: normal;
}
#onenga_list p.info b {
	margin-top: 30px;
	display: inline-block;
	background: #FFF654;
}
#onenga_list .item ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: 1200px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
#onenga_list .item ul li {
	width: 31.3%;
	margin: 20px 1%;
	display: flex;
	flex-direction: column;
	min-height: 0%;
}
#onenga_list .item ul li img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
#onenga_list .item ul li h3 {
	font-size: 14px;
	line-height: 160%;
	margin: 0%;
}
#onenga_list .item ul li p {
	padding: 0 10px;
}
#onenga_list .item ul li p.name {
	font-weight: bolder;
}
#onenga_list .item ul li p.price {
	margin: 10px 0;
	text-align: right;
	padding-top: 10px;
	border-top: 1px dashed #EFDDCB;
}


/* greeting */
#greeting {
	padding: 30px;
	text-align: center;
	font-size: 21px;
	line-height: 180%;
	background: #FFC;
}


/* access
--------------------------------*/
#access {
	padding: 50px 0;
	background: url(../img/common/bg_wood.jpg);
	color: #FFF;
	overflow: hidden;
}
#access h3 {
	border-bottom: 1px dashed #FFF;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
#access a {
	color: #FFFFCC;
}
#access .attention {
	font-size: 12px;
	line-height: 180%;
	margin: 10px 0 30px 0;
}
#access .txt {
	float: left;
	width: 50%;
}
#access .txt h3 {
	font-size: 18px;
	line-height: 160%;
}
#access .directions p {
	margin-bottom: 20px;
}
#access .photo {
	width: 45%;
	float: right;
}
#access .photo img {
	width: 100%;
	height: auto;
}

/* info
--------------------------------*/
#information {
	padding: 50px;
	background: url(../img/common/bg_info.jpg);
	background-size: cover;
}
#information h2 {
	margin: 30px auto 30px auto;
	text-align: center;
}
#information dl {
	overflow: hidden;
	width: 1000px;
	margin: 0 auto 0 auto;
	border-bottom: 1px dashed #EFDDCB;
	font-size: 14px;
	line-height: 180%;
}
#information dt {
	clear: both;
	float: left;
	width: 16%;
	margin: 0;
	padding: 1% 2% 1% 2%;
	border-top: 1px dashed #EFDDCB;
}
#information dd {
	float: right;
	width: 76%;
	margin: 0;
	padding: 1% 2% 1% 2%;
	border-top: 1px dashed #EFDDCB;
}


/* greeting */
.greeting {
	padding: 50px;
	background: url(../img/common/bg.jpg);
	background-size: cover;
	text-align: center;
}

/* copyright
--------------------------------*/
.copyright {
	text-align: right;
	margin: 0;
	padding: 20px;
	font-size: 12px;
	line-height: 160%;
	background: url(../img/common/bg_wood.jpg);
	color: #FFF;
}
.copyright a {
	color: #FFC;
}

/* LS */
.copyright #ls {
	text-align: left !important;
	width: 1200px;
	margin: 10px auto 15px auto !important;
	font-size: 14px;
	line-height: 160%;
}
.copyright #ls h2 {
	font-size: 21px;
	line-height: 160%;
	text-align: left !important;
}