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

/* リセットスタイ
----------------------------------------------------------------- */
html, body, div, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, address,
ul, ol, li, dl, dt, dd,
table, th, td, form, fieldset {
	margin: 0;
	padding: 0;
}



img,
a img {
	border-style: none;
}

html {
	height: 100%;
}

table,
td {
	border-style: none;
}

ul,
li {
	list-style: none;
}

form {
	text-align: left;
	margin-left: 10px;
}

label {
	text-align: left;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}





body {
	-webkit-text-size-adjust: none; /* フォントサイズ自動調整 */
	background-color: #ffffff;
	height: 100%;
	
	animation: fadeIn 3s ease 0s 1 normal;
    -webkit-animation: fadeIn 3s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}





a:hover {
	opacity: 0.5 ;
}



/* font-family
----------------------------------------------------*/
html {
	font-family: "Kaimin Tsuki Regular";
}

/* リンク
----------------------------------------------------*/
a {
	text-decoration: none;
	cursor: pointer;
}
	
a:link {
	text-decoration: none;
}
	
a:visited {
	text-decoration: none;
}
	
a:hover {
	text-decoration: none;
}
	
a:active {
	text-decoration: none;
}

/* 汎用
----------------------------------------------------*/
/* clerfix */
.clearfix:after {
  content: ".";  /* 新しいコンテンツ */
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; /* 非表示に */
}

.clearfix {
  min-height: 1px;
}

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


a { 
    -webkit-transition: 0.5s ease-in-out; 
    -moz-transition: 0.5s ease-in-out; 
    -o-transition: 0.5s ease-in-out; 
    transition: 0.5s ease-in-out;  
} 
a:hover { 
    opacity: 0.5;
    -moz-opacity: 0.5;
    filter: alpha(opacity=50); 
}




/*-----------------------------
h
------------------------------*/
h1 {
	font-size: 18px;
	text-decoration: none;
	font-weight: normal;
}

h2 {
	font-size: 18px;
	text-decoration: none;
	font-weight: normal;
}

h3 {
	font-size: 18px;
	text-decoration: none;
	font-weight: normal;
}

h4 {
	font-size: 18px;
	text-decoration: none;
	font-weight: normal;
}

h5 {
	font-size: 18px;
	text-decoration: none;
	font-weight: normal;
}





/*----------------------------------------------------
#wrapper
====================================================*/
#wrapper {
	position: relative;
	width: 100%;
    height: auto;
	z-index: 1;
}



/*----------------------------------------------------
#icon
====================================================*/
#icon {
	position: absolute;
	max-width: 30%;
	min-height: auto;
	position: absolute;
	z-index: 2;
	top: 3%;
  	left: 3%;
}

#icon img {
	width: 100%;
	max-width: 300px;
	max-height: 300px;
}


#icon-tenmetsu {
	position: absolute;
	max-width: 30%;
	min-height: auto;
	position: absolute;
	z-index: 3;
	top: 3%;
  	left: 3%;
}

#icon-tenmetsu img {
	width: 100%;
	max-width: 300px;
	max-height: 300px;
}

/*----------------------------------------------------
.midashipic-con
====================================================*/
.midashipic-con {
	position: absolute;
	width: 100%;
	height: auto;
	z-index: 3;
	top: 1%;
	text-align: center;
	font-size: 18px;
	color: #d5656d;
}


/*----------------------------------------------------
.midashipic
====================================================*/
.midashipic-top {
	width: 100%;
	height: auto;
}

.midashipic-top img {
	width: 100%;
	height: auto;
}

.midashipic {
	width: 100%;
	height: auto;
}

.midashipic img {
	width: 100%;
	height: auto;
}


/*----------------------------------------------------
#menu
====================================================*/
#menu-cover {
	width: 100%;
	height: auto;
	background-color: #d5656d;
	margin-top: -10px;
}



#menu {
	position: relative; 
  	overflow: hidden;
	
	width: auto;
	height: auto;
	max-width: 980px;
	max-height: auto;
	margin: auto;
	
	color: #ffffff;
}

#menu ul {
	position: relative;
  	left: 50%;
  	float: left;
}

#menu ul li {
	position: relative;
  	left: -50%;
 	float: left;
	padding: 20px 15px;
}

#menu ul li h2 {
	font-size: 22px;
}

#menu ul li a {
	color: #ffffff;
}

#menu:after {
  content: ".";  /* 新しいコンテンツ */
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; /* 非表示に */
}





/*----------------------------------------------------
#picup
====================================================*/
#picup {
	width: 100%;
	height: auto;
	padding: 50px 0 0 0;
}

#picup-box {
	width: 980px;
	height: auto;
	margin: auto;
}


.picup-box-box1 {
	width: 100%;
}

.picup-left {
	float: left;
	width: 50%;
}

.picup-box-box1-pic {
	width: 100%;
	height: auto;
	margin: auto;
	overflow: hidden;
}

.picup-box-box1-pic img {
	width: 100%;
	height: auto;
	-moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
}

.picup-box-box1-pic img:hover {
	-webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}




.picup-right {
	float: right;
	width: 45%;
}

.picup-title {
	width: 90%;
	height: auto;
	padding: 20px 0 20px 0;
}

.picup-title img {
	width: 100%;
	height: auto;
}

.picup-box-box1-title {
	color: #d5656d;
	font-size: 30px;
	width: 100%;
	height: auto;
	text-align: justify;
	margin: 0 0 20px 0;
}

.picup-box-box1-title a {
	color: #d5656d;
}

.picup-box-box1-con {
	width: 100%;
	height: auto;
	font-size: 20px;
	color: #000000;
	text-align: justify;
	padding: 0 0 0 0;
}

.picup-box-box1-con a {
	font-size: 20px;
	color: #000000;
}




#picup-box:after {
  content: ".";  /* 新しいコンテンツ */
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; /* 非表示に */
}







/*----------------------------------------------------
#picupmenu
====================================================*/
#picupmenu {
	width: 100%;
	height: auto;
}



#picupmenu-title {
	width: 100%;
	height: auto;
	text-align: center;
	padding: 60px 0 40px 0;
}

#picupmenu-title img {
	width: 300px;
	height: auto;
}



#picupmenu-box {
	max-width: 980px;
	height: auto;
	margin: auto;
}



.picupmenu-box-box1 {
	float: left;
	width: 298px;
	padding: 0 14px 30px 14px;
}

.picupmenu-box-box1-pic {
	width: 298px;
	height: 184px;
	margin: auto;
	overflow: hidden;
}

.picupmenu-box-box1-pic img {
	width: 298px;
	height: auto;
	-moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
}

.picupmenu-box-box1-pic img:hover {
	-webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.picupmenu-box-box1-day {
	color: #858585;
	font-size: 12px;
	text-align: center;
	margin: 20px 0 0 0;
}

.picupmenu-box-box1-title {
	color: #d5656d;
	font-size: 20px;
	max-width: 298px;
	text-align: center;
	margin: 20px 0 10px 0;
}

.picupmenu-box-box1-title a {
	color: #d5656d;
}

.picupmenu-box-box1-con {
	font-size: 15px;
	text-align: justify;
}

.picupmenu-box-box1-con a {
	font-size: 15px;
	color: #d5656d;
}


#picupmenu-box:after {
  content: ".";  /* 新しいコンテンツ */
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; /* 非表示に */
}




#picupmenu-moreinfo {
	width: 100%;
	height: auto;
	text-align: center;
	padding: 60px 0 40px 0;
}

#picupmenu-moreinfo img {
	width: 300px;
	height: auto;
}




/*----------------------------------------------------
shopinfo
====================================================*/
#shopinfo {
	width: 100%;
	height: auto;
	margin: 0 0 0 0;
}

.page-map {
	position: relative;
	z-index: 5;
	margin: 0 0 -10px 0;
}

.logo-tel {
	width: 20%;
	height: auto;
	position: absolute;
	z-index: 6;
	left: 40%;
	bottom: 10%;
}

.logo-tel img {
	width: 100%;
	height: auto;
}

.shopinfo-box {
	width: 100%;
	height: auto;
	background-color: #d5656d;
	padding: 20px 0;
}

.shopinfo-con {
	width: 80%;
	max-width: 980px;
	height: auto;
	color: #ffffff;
	font-size: 18px;
	margin: auto;
}

/*----------------------------------------------------
footer
====================================================*/
#footer-chousei {
	width: 100%;
	height: auto;
	margin: -10px 0 0 0;
}

#footer-cover {
	width: 100%;
	height: auto;
	background-color: #d5656d;
	padding: 50px 0 0 0;
}

#footer {
	width: 90%;
	height: auto;
	margin: auto;
}

#footer-box1 {
	padding-bottom: 20px;
}

#fb1-title {
	width: 70%;
	max-width: 260px;
	height: auto;
	margin: auto;
	padding-bottom: 50px;
}

#fb1-title img {
	width: 100%;
	height: auto;
}

#fb1-con {
	width: 100%;
	height: auto;
	margin: auto;
	color: #ffffff;
	font-size: 18px;
	text-align: center;
	line-height: 30px;
}





#footer-box2 {
	position: relative; 
  	overflow: hidden;
	font-size: 14px;
	padding-bottom: 30px;
}

#footer-box2 ul {
	position: relative;
  	left: 50%;
  	float: left;
}

#footer-box2 ul li {
	position: relative;
  	left: -50%;
 	 float: left;
	padding: 0 30px 0 0;
}

#footer-box2 ul li.last {
	padding: 0 0px 0 0;
}

#footer-box2 ul li a {
	color: #ffffff;
}




#footer-box2:after {
  content: ".";  /* 新しいコンテンツ */
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; /* 非表示に */
}




#footer34cover {
	background-color: #9c384f;
	width: 100%;
	min-height: 100%;
	padding: 0 0 30px 0;
}

#footer-box3 {
	color: #ffffff;
	width: 100%;
	font-size: 18px;
	text-align: center;
	padding: 30px 0 10px 0;
}

#footer-box4 {
	color: #ffffff;
	width: 100%;
	font-size: 18px;
	text-align: center;
}




/*----------------------------------------------------
点滅
====================================================*/
.tenmetsu{
	-webkit-animation:blink 5.5s ease-in-out infinite alternate;
    -moz-animation:blink 5.5s ease-in-out infinite alternate;
    animation:blink 5.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    20% {opacity:0.1;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    20% {opacity:0.1;}
    100% {opacity:1;}
}
@keyframes blink{
    20% {opacity:0.1;}
    100% {opacity:1;}
}
/*
     FILE ARCHIVED ON 02:35:17 Jun 26, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 09:08:26 Sep 16, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.388
  exclusion.robots: 0.04
  exclusion.robots.policy: 0.032
  esindex: 0.007
  cdx.remote: 6.715
  LoadShardBlock: 170.573 (3)
  PetaboxLoader3.datanode: 142.307 (5)
  PetaboxLoader3.resolve: 133.569 (2)
  load_resource: 121.32
  loaddict: 28.132
*/