/* 電話でのお問合せボタン START */
@import "https://use.fontawesome.com/releases/v5.13.0/css/all.css";

body a{
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
ul{
	padding: 0;
	margin: 0;
}
ul.in li {
    display:inline-block;
}
.blank {
    margin: 1em;
}
.how-to-apply-1 ul{
	padding: 0 1.5em;
}
h1,h2,h3,h4,h5,h6,label,p{
	margin:0;
}
h2 i {
    padding: 0 12px;
}
.spark_price {
    text-align: right;
}
.top-logo {
	float:left;
}
.top-logo div, .store h1, .news h1, .news-detail h1, .entry h1 {
	font-family: 'Raleway', sans-serif;
	/* title logo size for pc */
    font-size: 2em;
	font-weight: 700;
	letter-spacing: 2px;
    text-align: center;
    width: 100%;
    line-height: 1.1;
    color: inherit;
}
.news h1, .news-detail h1, .entry h1 {
    font-size: 5em;
    text-shadow: 0px 0px 5px #fd6060;
}
.logo-icon-g, .logo-icon-c {
    width: 2em;
}
.logo-icon-c {
    margin:0 0 0 10px;
}
.top-logo a, .store h1, .news h1, .news-detail h1, .entry h1 {
    color: #fff;
	text-decoration:none;
}
.top-logo a img {
    margin: 0px 4px;
}
.logo-container {
    padding: 1em 0 0 0 ;
}
.top-nav-icon, .nav-icon {
    float: right;
}
.nav-icon {
    margin: 1em 0 0;
}

i.glyphicon.glyphicon-menu-hamburger {
    color: #fff;
    font-size: 2em;
}
.menu-divide {
    position: relative;
    height: 1px;
    border-width: 0;
    background-image: -webkit-linear-gradient(left, transparent 0%,#f78d8d 50%,transparent 100%);
    background-image: linear-gradient(90deg, transparent 0%,#f78d8d 50%,transparent 100%);
}

.header{
	background:url(../images/headerImg.jpg) no-repeat center;
	width:100%;
	background-size:cover;
	display:block;
    padding-top: 1em;
    margin-top: 54px;
}
.header-happiness{
	background:url(../store/happiness/images/inside/photo_store_happiness_l.jpg) no-repeat center;
}
.header-clover{
	background:url(../store/clover/images/inside/gallery_5.jpg) no-repeat center;
}
.header-labyrinth{
	background:url(../store/labyrinth/images/store_top_labyrinth.png) no-repeat center;
}
.header-sakura{
	background:url(../store/sakura/images/store_top_sakura.jpg) no-repeat center;
}
.header-pgc{
	background:url(../store/pure/images/store_top_pure.png) no-repeat center;
}
.header-petit{
	background:url(../store/petit/images/store_top_petit.png) no-repeat center;
}
.header-prime{
	background:url(../store/prime/images/store_top_prime.png) no-repeat center;
}
.header-umbrella{
	background:url(../store/umbrella/images/inside/photo_store_umbrella_2.jpg) no-repeat center;
}
.header-berry{
	background:url(../store/berry/images/store_header_berry.png) no-repeat center;
}
.header-macherie{
	background:url(../store/macherie/images/store_header_macherie.jpg) no-repeat center;
}
.header-bijou{
	background:url(../store/bijou/images/inside/photo_store_bijou_1.jpg) no-repeat center;
}
.header-burn{
	background:url(../store/burn/images/inside/photo_store_burn_3.jpg) no-repeat center;
}
.header-happiness, .header-clover, .header-labyrinth, .header-sakura, .header-pgc, .header-petit, .header-prime, .header-umbrella, .header-berry, .header-macherie, .header-bijou, .header-burn, .header-news, .header-news-detail, .header-entry {
    position: relative;
    background-size: cover;
    height: 440px;
}
.banner{
	text-align:center;
	margin-top: 5em;
}
.banner-rect div {
    color:#f2dede;
    font-size: 3em;
    border: 2px solid #fff;
    width: 70%;
    margin: 0 auto;
    font-weight: 700;
    line-height: 1.1;
	font-family: 'Raleway', sans-serif;
    background: linear-gradient(-45deg, rgba(136, 255, 114, 0.5), rgba(111, 195, 255, 0.5));
    text-shadow: 0px 0px 20px rgba(255,255,0,1);
    -webkit-box-shadow: 0 0px 40px 5px #ffffff;
    -moz-box-shadow: 0 0px 40px 5px #ffffff;
    box-shadow: 0 0px 40px 5px #ffffff;
}
.banner p {
    font-size: 1.2em;
    color: #fff;
    margin: 0 2em;
}
.banner label {
    width: 78px;
    height: 2px;
    background-color: #fff;
    margin: 2em 0;
}
.banner-rect div span h1 {
    font-size: 1.2em;
    font-weight: 700;
}
/*
span.highlight {
    position: relative;
    background: linear-gradient(transparent 40%, yellow 40%);
}
*/
.down {
    margin-top: 5em;
    display: block;
}
.icon_between {
    margin: 0 0 0 1em;
}
/*--content--*/
.hover-fold {
  background:#2f2f2f;
  height: 300px;
  margin: 0px auto;
  -moz-perspective: 1500;
  -webkit-perspective: 1500;
  perspective: 1500;
  position: relative;
  width:100%;
}
.hover-fold h4 {
  border-bottom: 3px double #f78d8d;
  margin: 0 40px;
  padding: 2em 0 0.3em;
  color:#f78d8d;
  font-size:2em;
  font-family: 'Raleway', sans-serif;
}
.hover-fold .top {
  height: 50%;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 10;
}
.hover-fold .top .face {
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}
.hover-fold:hover .top {
  -moz-transform: rotateX(-180deg);
  -ms-transform: rotateX(-180deg);
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}
.hover-fold .front {
  background: url(../images/aa.png) top;
  height: 100%;
  /*has to be 100% of .top */
  width: 100%;
}
.hover-fold .back {
  background: #2f2f2f;
  height: 100%;
  /*has to be 100% of .top */
  padding: 0 40px;
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
  width: 100%;
}
.hover-fold .back p {
  margin: 0;
  color:#f78d8d;
  font-size:1.15em;
  line-height:2em;
}
.hover-fold .bottom {
  background: url(../images/aa.png) bottom;
  height: 50%;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 0;
}
.hover-fold .front1 {
  background: url(../images/aa1.png) top;
}
.hover-fold .bottom1{
  background: url(../images/aa1.png) bottom;
}
.hover-fold .front2 {
  background: url(../images/aa2.png) top;
}
.hover-fold .bottom2{
  background: url(../images/aa2.png) bottom;
}

/*--content--*/
.category-header-toppage {
    text-align: center;
    width: 100%;
}
.category-header-toppage h2 {
    font-size:3em;
    color: #8f7452;
    font-family: 'Raleway', sans-serif;
    font-weight:700;
}
.category-header-toppage label {
    display: block;
    margin: 0.4em 0;
}
.category-header-toppage label:before, .category-header-toppage label:after{
	width: 45px;
    height: 2px;
    display: inline-block;
    vertical-align: middle;
    content: "";
    margin: 0 1%;
    background-color: #000;
}
.category-header-toppage i{
	font-size:1em;
	color:#000;
}
/*--service--*/
.gallery-top div, .blog-top div {
    width: 100%;
}
.content-header {
    text-align: center;
    margin-top: 0em;
    width: 100%;
}
.gallery-left, .blog-left {
    float: left;
    text-align: left;
}
.content-header h2, .menu-left h2, .gallery-left h3, .blog-left h3{
    font-size: 26px;
    color: #f78d8d;
    font-family: 'Raleway', sans-serif;
    font-weight:700;
}
.category-header-toppage h3, .content-header h3, .menu-left h3, .gallery-left span, .gallery-right span, .blog-left span{
	font-size:2em;
	color:#777;
}
.headline {
    width: 60%;
}
.content-header label, .gallery-left label, .blog-left label {
    display: block;
}
.content-header label:before, .content-header label:after, .gallery-left label:before, .gallery-left label:after, .blog-left label:before, .blog-left label:after{
	width: 100px;
    height: 1px;
    display: inline-block;
    vertical-align: middle;
    content: "";
    margin: 0 1%;
    background-color: #777;
}
.content-header i, .gallery-left i, .blog-left i{
	font-size:1em;
	color:#777;
}
.primary-item {
    /* background: radial-gradient(#ffffff, #ffc0c0); */
    padding: 3em 0;
}
.system-title {
    margin: 0 1em 0 0;
}
.systems, .drinks, .foods {
    background: #ffe6de;
    padding: 2em 10em;
    border: solid 1px #aaa;
    border-radius: 10px;
}
.service-grid1 i {
    font-size: 2em;
    border: 3px solid #000;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 3em;
    color: #000;
}
.ser-bottom {
    right:  0;
    top: 50%;
    width: 15%;
    position: absolute;
    z-index: -1;
}
.ser-bottom img {
    /* border-radius: 100px; */
    transform: translate(-10%,-50%);
}
.ser-top {
    float: left;
    width: 80%;
	margin-left:5%;
}
.ser-top h5 {
    color: #f78d8d;
    font-size: 2em;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
}
.ser-top p {
    font-size: 1.15em;
    color: #fff;
    line-height: 2em;
}
.system-content{
    float: left;
    width: 100%;
}
.store .primary-item h4, .place-blank {
    color: #f78d8d;
    font-size: 1.15em;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
}
.place-blank {
    font-size: 13px;
}
.sys-tax {
    color: #777;
    text-align: right;
}
.ser-bottom a {
    color: #fff;
    font-size: 1.5em;
}
.service-bottom {
    margin-top: 3em;
}
.service-bottom1 {
    margin-bottom: 2em;
    position: relative;
    z-index: 1;
}
.service-grid {
    margin-bottom: 8em;
}
.service-grid:last-child {
    margin-bottom: 0em;
}
.time_zone {
    font-weight: 700;
}
/*--events--*/
.news-bottom1 {
	position: relative;
}
.news-bot {
    margin-bottom: 2em;
}
.news-bot:last-child {
    margin-bottom: 0em;
}
ul.grid-news li {
    display: inline-block;
}
 ul.grid-news li span {
    text-decoration: none;
    font-size: 1.1em;
    color: #fff;
    display: inline-block;
}
ul.grid-news li i {
    margin: 0 5px 0 0;
    color: #f78d8d;
}
ul.grid-news li b {
    color: #fff;
    margin: 0 1em;
}
.news-bottom2 {
    position: absolute;
    bottom: 7%;
    width: 86%;
    left: 6%;
}
.news-bottom2 p{
   font-size:1.5em;
   color:#fff;
       font-family: 'Raleway', sans-serif;
    font-weight: 700;
}
.newslist-link {
    text-align: right;
    padding: 1em 1em 0;
}
/*--conent--*/
.content-item {
    background: url(../images/ne.jpg) no-repeat;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 321px;
    overflow: hidden;
    position: relative;
    z-index: 9999;
    border-radius: 5px;
}
.content-item1 {
  background: url(../images/ne1.jpg) no-repeat;
}
.content-item2 {
  background: url(../images/ne2.jpg) no-repeat;
}
.content-item3 {
  background: url(../images/ne3.jpg) no-repeat;
}
.content-item .overlay {
  border-bottom: 100px solid #ffa7a7;
  border-left: 100px solid transparent;
  bottom: 0;
  height: 0;
  opacity: .50;
  position: absolute;
  right: 0;
  text-indent: -9999px;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  width: 0;
}
.content-item:hover .overlay {
  border-bottom: 800px solid #ffa7a7;
  border-left: 800px solid transparent;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  z-index:-1;
}
/*--footer START--*/
.footer {
    background: linear-gradient(-45deg, rgba(246, 255, 0, .5), rgba(255, 0, 161, .5)),
    url(../images/headerImg.jpg);
    background-size: cover;
    padding: 6em 0;
}
ul.in li {
    display:inline-block;
}
ul.in li a {
    color: #FFFFFF;
    font-size: 2em;
    text-decoration: none;
    padding: 0 2em 0 0;
    display: block;
}
ul.in li a:hover {
    color: #ffa7a7;
}
.footer-top span{
	font-size: 2em;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    border-top: 2px solid #fff;
    width: 80%;
    display: block;
	margin: 3em 0;
}
.footer-top p{
	font-size:1.2em;
	color:#fff;
}
.footer-top p a{
	text-decoration:none;
	color:#fff;
}
p.footer-class{
    font-size: 1.2em;
    color: #fff;
}
p.footer-class a{
	text-decoration:none;
	color:#ffa7a7;
}
p.footer-class a:hover{
	color:#fff;
}
.footer-bottom div{
	font-size: 2em;
    color: #fff;
	font-family: 'Raleway', sans-serif;
    font-weight: 700;
    line-height: 1em;
}
.footer-bottom p{
	font-size:1.2em;
	color:#fff;
	margin-bottom: 1.5em;
	line-height:2em;
}
.footer-bottom label {
    display: block;
    margin: 0.4em 0;
}
.footer-bottom label:before, .footer-bottom label:after {
    width: 45px;
    height: 2px;
    display: inline-block;
    vertical-align: middle;
    content: "";
    margin: 0 1%;
    background-color: #fff;
}
.footer-bottom i {
    font-size: 1em;
    color: #fff;
}
/*--footer END--*/

/*--about--*/
.top-store-img {
    padding: 0 1em;
}
.top-store-img div a img {
    border-radius: 5px;
}
.tertiary-item {
    padding: 2.9em;
    /* background: radial-gradient(#ffffff, #afe4ff); */
}
.tertiary-item h5{
    font-size: 2em;
    color: #000000;
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    text-align: center;
}
.tertiary-item label {
    display: block;
    margin: 0.4em 0;
}
.tertiary-item label:before,.tertiary-item label:after{
	width: 45px;
    height: 2px;
    display: inline-block;
    vertical-align: middle;
    content: "";
    margin: 0 1%;
    background-color: #ffa7a7;
}
.tertiary-item label i {
    font-size: 1em;
    color: #ffa7a7;
}
.tertiary-item p, .about-right p {
    font-size: 1.15em;
    color: #777;
    line-height: 2em;
}
.read-more{
    text-align: center;
	text-decoration:none;
    padding-top: 1.8em;
	margin-top:1.8em;
    border-top: 1px solid #000000;
}
.read-more a {
    font-size: 1.3em;
    color: #f78d8d;
    text-align: center;
    display: inline-block;
	text-decoration:none;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* 背景用*/
.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.btn-wrap-pc-sp {
  max-width: 435px;
  margin: 0 auto 20px;
}

a.btn-pc-sp {
  line-height: 1.4;
  width: 49.5%;
  padding: 1.25rem 0;
  color: #ffff;
}

a.btn-tel {
  display: block;
  padding: 0.5rem 0 0.5rem 2.2rem;
  color: #fff;
  border-radius: 100vh;
  background: #f3acac;
  -webkit-box-shadow: 0 5px 0 #a96e6d;
  box-shadow: 0 5px 0 #a96e6d;
}

a.btn-tel i {
  font-size: 2rem;
}

a.btn-tel i.fa-position-left {
  font-size: 3rem;
  left: 2rem;
}

a.btn-tel .number {
  line-height: 1;

  display: inline-block;
  padding: 0.25rem 2rem;
  letter-spacing: 0;
  color: #f78d8d;
  border-radius: 0.5rem;
  background: #fff;
}

a.btn-tel:hover {
  color: #fff;
}

.fa-position-left {
  position: absolute;
  top: calc(50% - 0.5em);
  left: 1rem;
}

.fa-position-right {
  position: absolute;
  top: calc(50% - 0.5em);
  right: 1rem;
}
/* 電話でのお問合せボタン END */
.secondary-item {
    margin-top: 2em;
    padding-top: 2em;
    padding-bottom: 2em;
    border: dashed #785222 2px;
    background: rgba(255, 252, 244, 1);
    border-radius: 10px;
    background-color: #ffe6de;
    box-shadow: 0 0 0 8px #ffe6de;
}
/*--contact--*/
.contact {
	padding: 3em 0 0;
}
.contact-para p{
	margin:0 0;
	font-size:1em;
}
.contact-para h5, .contact-map h5 {
    margin:0 0 1em;
    font-weight: 700;
    font-size: 1.4em;
    color: #ffa7a7;
    font-family: 'Raleway', sans-serif;
}
p.your-para{
	color:#8d8d8d;
	margin: 0 0 0.3em;
}
.grid-contact {
	padding: 0 0 1.5em;
}
.contact-grid {
    color: #8A8A8A;
}
.contact-grid li.list-grid{
	list-style:none;
	border:1px solid #8d8d8d;
	background: #fff;
}
.contact-grid input[type="text"],
.contact-grid input[type="tel"],
.contact-grid input[type="email"],
.contact-grid input[type="password"],
.contact-grid select{
	width: 100%;
    padding: 0.6em 1em;
    outline: none;
    border: 1px solid #8A8A8A;
    -webkit-appearance: none;
}
.contact-grid input#name_1,
.contact-grid input#name_2,
.contact-grid input#read_1,
.contact-grid input#read_2{
	width: 49%;
}
.contact-grid select{
    color: #8e8e8e;
    background-color: #fff;
    -webkit-appearance: menulist;
}
.select-birthday{
    margin: 0 0.2em 0 0;
	width: 26%;
    height: 2em;
}
.contact-grid  p{
	margin: 0 0 0.5em;
	font-size:1.2em;
	float: left;
	width: 85%;
}
.contact-para textarea{
	resize:none;
	width: 99%;
	padding: 1em;
    background-color: #fff;
	outline:none;
	border:1px solid #8d8d8d;
	-webkit-appearance: none;
}
.contact-para input[type="button"]{
	font-size: 1.3em;
	background: #f78d8d;
    padding: 0.5em 2em;
	text-align: center;
	color: #fff;
	border: none;
	outline: none;
	margin: 0 auto;
	-webkit-appearance: none;
	font-weight: 700;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-moz-transition: 0.5s all;
}
p.msg-para{
	margin:0 1em 0.6em;
}
.contact-para input[type="button"]:hover{
	background: #ffa7a7;
}
.send {
	padding: 1em 1em 0;
}
.map iframe{
	width: 100%;
	height: 242px;
	border: none;
}
.contact-top {
    padding-top: 1em;
}
.address h4 {
    font-weight: 700;
    font-size: 1.4em;
    color: #ffa7a7;
    font-family: 'Raleway', sans-serif;
	    margin: 1em 0 0.2em;
}
.address p {
    font-size:1.2em;
    color: #777;
    line-height: 2em;
}
.address p a{
    color: #777;
	text-decoration:underline;
}
.address p a:hover{
    color: #000;
	text-decoration:none;
}
/*--blog--*/
.more {
    text-align: center;
    border-top: 1px solid #000;
    padding-top: 1em;
    margin-top: 2em;
}

.date {
    margin: 1em 0;
}
span.date-in{
	float:left;
	color:#7C7C7C;
	font-size:1em;
}
i.glyphicon.glyphicon-calendar {
  font-size: 14px;
  margin-right: 0.3em;
}
a.comments{
	float:right;
	color:#7C7C7C;
	text-decoration:none;
	font-size:1em;
}
i.glyphicon.glyphicon-comment {
  font-size: 14px;
  margin-right: 0.3em;
  vertical-align: middle;
}
/*---*/
.link {
	outline: none;
	text-decoration: none;
	position: relative;
	display: inline-block;
}
/* Yaku */
.link-yaku {
	color: #f78d8d;
    font-size: 1.2em;
    text-decoration: none;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
	overflow: hidden;
	padding: 0px 0 3px;
	text-decoration: none;
}

.link-yaku::before {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	border-width: 2px 0;
	border-color: #ffa7a7;
	border-style: solid;
	left: 0;
	-webkit-transform: translate3d(-101%,0,0);
	transform: translate3d(-101%,0,0);
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}

.link-yaku:hover::before {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.link-yaku span {
	display: inline-block;
	position: relative;
	-webkit-transform: perspective(1000px) rotate3d(0,1,0,0deg);
	transform: perspective(1000px) rotate3d(0,1,0,0deg);
	-webkit-transition: -webkit-transform 0.5s, color 0.5s;
	transition: transform 0.5s, color 0.5s;
}

.link-yaku:hover span {
	color: #ffa7a7;
	-webkit-transform: perspective(1000px) rotate3d(0,1,0,360deg);
	transform: perspective(1000px) rotate3d(0,1,0,360deg);
}

.link-yaku span:nth-child(8),
.link-yaku:hover span:first-child {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.link-yaku span:nth-child(7),
.link-yaku:hover span:nth-child(2) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.link-yaku span:nth-child(6),
.link-yaku:hover span:nth-child(3) {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.3s;
}

.link-yaku span:nth-child(5),
.link-yaku:hover span:nth-child(4) {
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

.link-yaku span:nth-child(4),
.link-yaku:hover span:nth-child(5) {
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

.link-yaku span:nth-child(3),
.link-yaku:hover span:nth-child(6) {
	-webkit-transition-delay: 0.6s;
	transition-delay: 0.6s;
}

.link-yaku span:nth-child(2),
.link-yaku:hover span:nth-child(7) {
	-webkit-transition-delay: 0.7s;
	transition-delay: 0.7s;
}

.link-yaku span:first-child,
.link-yaku:hover span:nth-child(8) {
	-webkit-transition-delay: 0.8s;
	transition-delay: 0.8s;
}
/*--single--*/
ul.grid-blog li{
	display: inline-block;
    margin-bottom: 5px;
}
ul.grid-blog li a, ul.grid-blog li span, .sup {
	text-decoration: none;
	font-size: 1em;
	color: #777;
}
.sup{
	font-size: 0.9em;
}
ul.grid-blog li a:hover{
    color: #ffa7a7;
}
ul.grid-blog li i{
	margin: 0 5px 0 0;
	color:#ffa7a7;
}
.comment h3{
	font-size: 2.5em;
    color: #ffa7a7;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
}
.media-body p {
    font-size: 1.15em;
    color: #777;
    line-height: 2em;
	margin-top: 1em;
}
.media-left, .media > .pull-left {
  padding-right: 22px;
}
.leave h3{
	    font-size: 2.5em;
    color: #ffa7a7;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
}
.single-grid input[type="text"],.single-grid textarea{
	background: none;
    padding: 0.6em 1em;
    margin: 1em 0 0;
    font-size: 1em;
    color: #A9A9A9;
	width: 100%;
    outline: none;
    border: 1px solid #A8A8A8;
    -webkit-appearance: none;
}
.single-grid textarea{
	resize:none;
	height: 185px;
}
.single-grid {
    width: 60%;
	padding-top: 1em;
}
.single-grid label {
    font-weight: 400;
    color: #EB1478;
	margin-top:1em;
    cursor: pointer;
}
.single-grid input[type="button"] {
    font-size: 1.3em;
    background: #f78d8d;
    padding: 0.5em 2em;
    text-align: center;
    color: #fff;
    border: none;
    outline: none;
    margin: 0 auto;
    -webkit-appearance: none;
    font-weight: 700;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
}
.single-grid input[type="button"]:hover {
    background: #ffa7a7;
}
.media {
    margin-top: 25px;
}
.comment {
    padding: 4em 0;
}
p.smith {
    float: left;
    padding: 0;
    font-size: 1.1em;
}
p.smith a {
    text-decoration: none;
    color:#f78d8d;
    font-size: 1.1em;
	font-weight: 600;
}
p.smith span {
    padding: 0 2em;
    color:#8A8A8A;
}
p.reply {
    float: right;
    padding: 0;
    color: #8A8A8A;
    font-size: 1em;
}
p.reply a {
    text-decoration: none;
    color:#f78d8d;
}
p.reply a:hover {
    color: #EB1478;
}
.code-in {
    padding-bottom: 1em;
}
p.reply a i{
    padding-right:0.8em;
}
.media-left img{
	 border-radius: 100px;
    border: 2px dashed #ffa7a7;
}
.media-1{
	padding-left:7em;
}
/*--single--*/
.blog-bottom h4{
	color: #f78d8d;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
	font-size:2em;
}
.search{
	position:relative;
	border:none;
	background:#000;
	margin:1em 0 0;
}
.search input[type="text"] {
	outline: none;
	padding:8px 15px;
	background: none;
	width: 87%;
	border: none;
	color:#fff;
	font-size: 1.2em;
}
.search input[type="button"] {
	width: 30px;
	height: 30px;
	background: url(../images/search.png)no-repeat 0px 10px ;
	padding: 0px 1px;
	border: none;
	cursor: pointer;
	position:absolute;
	outline: none;
	right:0;
}
.popular li{
	list-style:none;
	padding:0.5em 0;
}
.popular li a{
	color:#777;
	font-size:1.15em;
}
.popular li i{
	width: 17px;
  height: 17px;
  background: url(../images/img-sprite.png)no-repeat -562px -40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 16px;
}
a.fashion {
  float: left;
  width: 34%;
}
.grid-product {
  float: right;
  width: 62%;
}
a.elit{
    color: #f78d8d;
    text-decoration: none;
}
a.elit:hover{
	color:#000;
}
.product-go {
  padding: 1em 0;
}
.sister-item {
  padding: 0 0 1em 0;
}
ul.popular {
  padding: 1em 0 0;
}
ul.start{
	text-align:center;
}
ul.start li{
	display:inline-block;
}
ul.start li a{
	text-decoration:none;
	color:#fff;
	font-size:1.2em;
	background:#394962;
	padding:0.5em 1em;
}
ul.start li a:hover{
	background:#2AAACB;
}
ul.start li span{
	background:#2AAACB;
	color:#fff;
	font-size:1.2em;
	padding:0.5em 1em;
}
/*--//blog--*/
/*--menu--*/
.menu-top {
    padding: 0em 0 2em;
}
.menu-right p{
	font-size:1.15em;
	color:#777;
	line-height: 2em;
}
.menu-left label {
    display: block;
    margin: 0.4em 0;
}
.menu-left label:before,.menu-left label:after{
	width: 45px;
    height: 2px;
    display: inline-block;
    vertical-align: middle;
    content: "";
    margin: 0 1%;
    background-color: #ffa7a7;
}
.menu-left i{
	font-size:1em;
	color:#ffa7a7;
}
.menu-bottom {
    margin-top: 2em;
}
.menu {
    padding: 6em 0;
}
/*--typo--*/
.page-header h3{
	font-size: 3em;
	color:#000;
	font-family: 'Oswald', sans-serif;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: none;
}
.grid1 {
  margin: 1.5em 0 0;
}
ul.nav.nav-pills {
  margin: 1.5em 0 0;
}
.grid2{
	margin: 1em 0 0;
}
.page {
  padding: 6em 0;
}
.bs-example {
  padding: 2em 0 0;
}
.form-horizontal .control-label {
  text-align: left;
}
.about-right {
    background: url(../images/about_1.jpg) no-repeat center;
    background-size: cover;
    border-radius: 5%;
    padding: 0.5em 1em;
    margin: 2em auto;
}
.about-frame {
    width: 40%;
    margin: 2em auto;
}
/*--//typo--*/
/*--media-quires--*/
.img-shop-top {
    display: block;
    max-width: 100%;
    height: auto;
    /*影を入れる*/
    -webkit-box-shadow: 0 10px 8px -6px #8d8c8c;
    -moz-box-shadow: 0 10px 8px -6px #8d8c8c;
     box-shadow: 0 16px 8px -6px #8d8c8c;
}
.news-frame {
    width: 100%;
    height: 16em;
    border: solid #785222;
    background: #fff;
    overflow: scroll;
}
#up_ymd{
	text-align:right;
	font-size:13px;
	margin:5px 10px;
}
.detailUpfile{
	margin:5px 0 35px;
	text-align:center;
}
.backORcloseBtn{
	text-align:center;
	line-height:100%;
	margin-top:15px;
}
.backORcloseBtn a{
	display:inline-block;
	padding:4px 15px;
	border:1px solid #aaa;
	color:#999;
	border-radius:6px;
	text-decoration:none;
	font-size:12px;
}
.detailUpfile img{
	max-width:100%;
	height:auto;
}
.pNav{
	font-size:11px;
    margin: 1em 0;
}
.upload-date {
    margin: 0.5em 0;
}
/* clearfix */
.clearfix:after { content:"."; display:block; clear:both; height:0; visibility:hidden; }
.clearfix { display:inline-block; }

/* for macIE \*/
* html .clearfix { height:1%; }
.clearfix { display:block; }

ul#newsList{
	margin:0 0 15px;
	padding:0;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
ul#newsList li{
	color:#666;
	margin:0;
	padding:5px 0;
	margin-bottom:3px;
	border-bottom:1px dotted #ccc;
	line-height:120%;
	list-style-type:none;
}
.catName{
	display:inline-block;
	padding:3px 8px;
	border:1px solid #ccc;
	border-radius:6px;
	font-size:11px;
	line-height:100%;
	margin:0 2px;
}
.newMark{
	display:inline-block;
	border:1px solid #F00;
	padding:1px 4px;
	font-size:11px;
	line-height:100%;
	background:#F00;
	color:#fff;
	box-shadow:1px 1px 1px #999;
	border-radius:8px;
	font-style:italic;
}
.news-text{
	display:block;
	padding:3px 1em;
	float:left;
	overflow:hidden;
	width:80%;
}
.thumbNailWrap{
	display:block;
	width:20%;
	float:left;
	overflow:hidden;
}
.linkTag,.title{
	display:block;
	margin:3px 0;
}
div#newsWrap{
	margin:0 10em;
}

/* Pager style（外部化可） */
.pager{
	text-align:right;
	padding:10px;
	clear:both;
}
/*ページャーボタン*/
.pager a{
    border: 1px solid #999;
    border-radius: 5px 5px 5px 5px;
    color: #333;
    font-size: 11px;
    padding: 2px 6px 1px;
    text-decoration: none;
	margin:0 1px;
}

/*現在のページのボタン*/
.pager a.current{
    background: #999;
    border: 1px solid #999;
    border-radius: 5px 5px 5px 5px;
    color: #fff;
    font-size: 11px;
    padding: 2px 6px 1px;
	margin:0 1px;
    text-decoration: none;
}

.pager a:hover{
    background:#999;
    color: #fff;
}

.overPagerPattern{
	padding:0 2px ;
}

.detailText {
    background: linear-gradient(-135deg, #FFFFFF, rgba(255, 255, 255, .15));
    padding: 0.5em;
    border: solid 1px #000;
}

ul#top-newsList li{
	color:#777;
	font-size:12px;
	margin: 4px 8px;
	padding:2px 0;
	margin-bottom:3px;
	border-bottom:1px dotted #ccc;
	line-height:100%;
	list-style-type:none;
}

a{color:#36F;text-decoration:underline;}
a:hover{color:#039;text-decoration:none;}

.top-catName{
	display:inline-block;
	padding:3px 8px;
	border:2px solid #ccc;
	border-radius:6px;
	font-size:11px;
	line-height:100%;
	margin:0 2px;
}
.top-newMark{
	display:inline-block;
	border:1px solid #F00;
	padding:1px 4px;
	font-size:11px;
	line-height:100%;
	background:#F00;
	color:#fff;
	box-shadow:1px 1px 1px #999;
	border-radius:8px;
	font-style:italic;
}
.top-comment{
	display:block;
	padding:3px 0.5em;
	float:left;
	overflow:hidden;
	width:88%;
}
.top-thumbNailWrap{
	display:block;
	width:10%;
	float:right;
	overflow:hidden;
}
.top-linkTag,.top-title{
	display:block;
	margin:3px 0;
}
.top-up_ymd{
	font-size: 1em;
}
/* 募集要項 */
ul.how-to-apply-1 {
    margin: 0 0.5em 0 2em;
    padding: 0;
}
ul.how-to-apply-2 {
    margin: 0 0 0 1.5em;
    padding: 0;
}
/* How to apply 右側 */
.menu-top-right {
    padding: 0 0 0 7em;
}
.menu-top-right p {
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    padding: 0 0 1em 0;
}
.how-to-apply-top {
    padding: 0em 0 2em;
    display: flex;
}
.how-to-apply-item-head {
    margin-bottom: 1em;
}
.how-to-apply-item-top {
    background: #fff;
    padding: 0.5em 0;
    border: solid 1px #000;
}
.entry h4 {
    font-size: 1.2em;
    padding-bottom: 0.5em;
    color: #f78d8d;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
}
.entry h5 {
    font-size: 1.0em;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
}
.how-to-apply-right ol{
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
  margin-right: 1.5em;
  padding: 0.3em 0.8em;
  border: solid 2px #ffb107;
}
.how-to-apply-right ol li{
  border-bottom: dashed 1px orange;
  position: relative;
  padding: 0.5em 0.5em 0.5em 30px;
  line-height: 1.5em;
}
.how-to-apply-item{
    margin: 0 0.5em 0 0.5em;
}

.how-to-apply-right ol li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*数字のデザイン変える*/
  display:inline-block;
  background: #ffb107;
  color: white;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  font-weight:bold;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align:center;
  /*以下 上下中央寄せのため*/
  top: 50%;
  -moz-transform: translateY(-50%);
  	-webkit-transform: translateY(-50%);
  	-o-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
}
.how-to-apply-right ol li:last-of-type{
  border-bottom: none; /*最後のliの線だけ消す*/
}
.hr-ornament {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    border-top: 1px dashed #bbb;
}
/* トップヘッダーのキラっと光るアニメーション START */
#button {
    display: block;
    margin: 0 auto;
}
#button span {
    display: block;
    position: relative;
    z-index: 2;
    overflow: hidden;
    width: 100%;
    border: 1px solid #52d3ff;
    border-radius: 2px;
    color: #ffffff;
    padding: 60px 0;
    text-align: center;
    text-decoration: none;
    transition: .25s linear;
    -webkit-transition: .25s linear;
    -moz-transition: .25s linear;
}
#button span:hover {
    color: #52d3ff;
    background-color: rgba(255, 255, 255, 0.8);
}
#button span:before {
    display: block;
    position: absolute;
    z-index: -1;
    left: -30%;
    top: -20%;
    content: "";
    width: 30px;
    height: 320px;
    transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    background-image: linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
    background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(50%,rgba(255,255,255,1)),color-stop(100%,rgba(255,255,255,0)));
    background-image: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, #ffffff rgba(255,255,255,1),rgba(255,255,255,0) 100%);
    animation: shiny 8s infinite cubic-bezier(0.55, 0.06, 0.68, 0.19);
    -webkit-animation: shiny 8s infinite cubic-bezier(0.55, 0.06, 0.68, 0.19);
    -moz-animation: shiny 8s infinite cubic-bezier(0.55, 0.06, 0.68, 0.19);
}
@keyframes shiny {
    0% {
        left: -80%;
    }
    20% {
        left: -80%;
    }
    30% {
        left: 150%;
    }
    100% {
        left: 150%;
    }
}
@-webkit-keyframes shiny {
    0% {
        left: -80%;
    }
    20% {
        left: -80%;
    }
    30% {
        left: 150%;
    }
    100% {
        left: 150%;
    }
}
@-moz-keyframes shiny {
    0% {
        left: -80%;
    }
    20% {
        left: -80%;
    }
    30% {
        left: 150%;
    }
    100% {
        left: 150%;
    }
}
/* トップヘッダーのキラっと光るアニメーション END */
/* トップ店舗画像キラっと光るアニメーション START */
#img-flash {
    display: block;
    width: 100%;
    margin: 0 auto;
}
#img-flash a {
    display: block;
    position: relative;
    z-index: 2;
    overflow: hidden;
    width: 100%;
    border-radius: 2px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    transition: .25s linear;
    -webkit-transition: .25s linear;
    -moz-transition: .25s linear;
}
#img-flash a:hover {
    color: #52d3ff;
    background-color: #ffffff;
}

#img-flash a:before {
    display: block;
    position: absolute;
    z-index: 1;

    /* 修正1: 擬似要素のサイズを大幅に拡大 */
    left: -50%;
    top: -150%; /* 回転していても縦方向を確実にカバーできるように値を調整 */
    content: "";
    width: 200%; /* 修正: 親要素の幅の2倍 */
    height: 400%; /* 修正: 親要素の高さの3倍 */

    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);

    /* フラッシュの幅 (30px) はグラデーションの幅で制御します */
    /* グラデーションの中心が白い部分、両端が透明な部分 */
    background-image: linear-gradient(to right, 
        rgba(255,255,255,0) 0%, 
        rgba(255,255,255,0.0) 45%, /* 透明の開始位置 */
        rgba(255,255,255,1) 50%,   /* フラッシュの最も明るい部分 */
        rgba(255,255,255,0.0) 55%, /* 透明の終了位置 */
        rgba(255,255,255,0) 100%
    );
    /* ベンダープレフィックスも同様に調整 (簡略化のため一つだけ記述) */
    background-image: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.0) 45%, rgba(255,255,255,1) 50%, rgba(255,255,255,0.0) 55%, rgba(255,255,255,0) 100%);

    /* 共通 (アニメーションは前回の修正案を維持) */
    animation: img-shiny 6s infinite cubic-bezier(0.55, 0.06, 0.68, 0.19);
    -webkit-animation: img-shiny 6s infinite cubic-bezier(0.55, 0.06, 0.68, 0.19);
    -moz-animation: img-shiny 6s infinite cubic-bezier(0.55, 0.06, 0.68, 0.19);
}
/* アニメーションの left 値をさらに広げ、要素の大きさに関わらず
   完全に画面外から画面外まで移動するようにします */
@keyframes img-shiny {
    0%, 20% {
        left: -180%; /* 修正: 開始位置を -180% に広げ、完全に隠れるように */
    }
    30%, 100% {
        left: 280%; /* 修正: 終了位置も 280% に広げ、完全に隠れるように */
    }
}
/* ベンダープレフィックスも同様に修正 */
@-webkit-keyframes img-shiny {
    0%, 20% {
        left: -180%;
    }
    30%, 100% {
        left: 280%;
    }
}
@-moz-keyframes img-shiny {
    0%, 20% {
        left: -180%;
    }
    30%, 100% {
        left: 280%;
    }
}
/* トップ店舗画像キラっと光るアニメーション END */

.new {
	position: relative;
	display: inline-block;
	overflow: hidden; /* 不要部分を消す */
	padding: 1px;
}
.new:after {
    content: "";
    position: absolute;
    z-index: 100;
    width: 160px;
    height: auto;
    background: #f3a8b5;
    content: "New";
    text-align: center;
    color: #fff;
    /* font-family: 'Arial'; */
    font-weight: bold;
    padding: 5px 10px;
    left: -52px;
    top: 10px;
    transform: rotate(-45deg);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.renew {
	position: relative;
	display: inline-block;
	overflow: hidden; /* 不要部分を消す */
	padding: 1px;
}
.renew:after {
    content: "";
    position: absolute;
    z-index: 100;
    width: 160px;
    height: auto;
    background: red;
    content: "\FF98\FF86\FF6D\FF70\FF71\FF99";
    text-align: center;
    color: #fff;
    /* font-family: 'Arial'; */
    font-weight: bold;
    padding: 5px 10px;
    left: -52px;
    top: 10px;
    transform: rotate(-35deg);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.fancybox-buttons-img {
	margin: 0 0.3em 0.5em 0.3em;
}

.location-gbar h4 {
    position: relative;
    padding: 0.2em 0.5em;
    background: -moz-linear-gradient(to right, rgb(76 45 7), rgb(120 82 34));
    background: -webkit-linear-gradient(to right, rgb(76 45 7), rgb(120 82 34));
    background: linear-gradient(to right, rgb(76 45 7), rgb(120 82 34));
    color: white;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.56);
    text-align: center;
    margin: 1em 0 0;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
	font-size:2em;
}
.news-bottom {
    margin: 1em 0 0;
}

.radio02{
	clear:both;
}
.radio02 input{
	display: none;
}
.radio02 label{
	display: block;
	float: left;
	cursor: pointer;
	width: 50%;
	margin: 1px 0 1px 0;
    padding: 0.3em 1em;
	background: #fff;
	color: #8e8e8e;
	font-size: 14px;
	text-align: center;
    border-radius: 5px;
	transition: .2s;
    border: 1px solid #abb2b7;
}
.radio02 label:first-of-type{
}
.radio02 label:last-of-type{
	/* border-right: 0px; */
}
.radio02 input[type="radio"]:checked + label#women,
.radio02 input[type="radio"]:checked + label#men{
	color: #fff;
}
.radio02 input[type="radio"]:checked + label#women {
	background-color: #f9a9a9;
	color: #fff;
}
.radio02 input[type="radio"]:checked + label#men {
	background-color: #a9cdf9;
	color: #fff;
}

/* twinkle box START */
.flash_box{
    display: table;
    width: 100%;
    margin: 0 auto;
    background: #52d3ff;
    color: #ffffff;
    margin-right: 10px;
    animation: flash_box 1.5s infinite linear;
    border-radius: 5px;
    -webkit-animation: flash_box 1.5s infinite linear;
    -moz-animation: flash_box 1.5s infinite linear;
}
@keyframes flash_box {
    0% { opacity: 0.2; }
    50% { opacity: 1; }
    100% { opacity: 0.2; }
}
@-webkit-keyframes flash_box {
    0% { opacity: 0.2; }
    50% { opacity: 1; }
    100% { opacity: 0.2; }
}
@-moz-keyframes flash_box {
    0% { opacity: 0.2; }
    50% { opacity: 1; }
    100% { opacity: 0.2; }
}
.flash_box:last-child {
    margin-right: 0;
}
.flash_box span {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
/* twinkle box END */

.boxscroll {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 13px;
    overflow-x: hidden;
    overflow-y: scroll;
    height: 400px;
    background-color: rgb(255, 255, 255);
    text-align: left;
    padding: 10px;
    margin: 0px auto;
    border-width: 5px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-image: initial;
}

.twitter {
    width: 60%;
    text-align: center;
    margin: 2em auto 0;
}

/* Move to the top START */
.page-top-frame {
    margin-right: 10px;
    margin-bottom: 10px;
}
#page-top{
  width: 50px;
  height: 50px;
  background: #9bdaff;
  opacity: 0.6;
  border-radius: 50%;
  z-index: 1;
}
#page-top a{
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
#page-top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f062';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 75%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
/* Move to the top END */

.group-map {
    width: 100%;
    margin-top: 2em;
    border: 0;
    /*
    -webkit-box-shadow: 0 10px 8px -6px #8d8c8c;
    -moz-box-shadow: 0 10px 8px -6px #8d8c8c;
    box-shadow: 0 16px 16px -6px #8d8c8c;
    */
}

ul.submenubox2 {
    margin: 0px;
    padding: 0;
    list-style: none;
}

ul.submenubox2 li {
    float: left;
    margin: 0 8px 8px 0;
    font-size: 12px;
    border: 1px solid #f78d8d;
    background-color: #fcf8e3;
    color: #555;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: block;
    padding: 4px 8px;
}

.clear {
    clear: both;
    height: 0;
    visibility: hidden;
}

.address {
    padding: 0 0.8em;
}

.entry-phone {
    margin: 0 0 2em;
}

.unti-virus {
    width: 100%;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.unti-virus-frame {
	display: inline-block;
	position: relative;
	overflow: hidden; /* 不要部分を消す */
	padding: 6px; /* 6px だけは写真からはみ出す */
}
.unti-virus-frame img {
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}
.unti-virus-frame:before,
.unti-virus-frame:after {
	content: "";
	position: absolute;
	z-index: 1;
	width: 97px;
	height: 50px;
	background: #ffe6de; /* 背景色 */
	transform: rotate(-30deg);
}
/* 左上 */
.unti-virus-frame:before {
	box-shadow: 0 10px 8px -12px rgba(0, 0, 0, 0.8);
	top: -24px;
	bottom: auto;
	right: auto;
	left: -26px;

}
/* 右下 */
.unti-virus-frame:after {
	box-shadow: 0 -10px 10px -10px rgba(0, 0, 0, 0.7);
	top: auto;
	bottom: -22px;
	right: -25px;
	left: auto;
}

.virus-link-frame {
    text-align: center;
    margin-bottom: 1em;
}

.btn-flat-double-border {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  color: #67c5ff;
  border: double 10px #67c5ff;
  border-radius: 3px;
  transition: .4s;
  background-color: yellow;
  width: 100%;
}

.btn-flat-double-border:hover {
  background: #fffbef;
}

span.entry-staff {
    margin-top: 1em;
    line-height: 30px;
    color: #777;
}

.toubu {
    background-color: #eff8ff;
}
.seibu {
    background-color: #fdffef;
}
.yamanote {
    background-color: #effff0;
}

.menu-bottom1 img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.menu-bottom1 h4 {
  font-size: 1.2rem;
  margin-top: 0.5rem;
}

.menu-bottom1 p {
  font-size: 1rem;
  line-height: 1.6;
}

.btm-right {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.btm-right img {
  display: block;
  width: 100%;
  height: auto;
}

.captn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* 全体を覆う黒透過 */
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 1rem;
  box-sizing: border-box;
}

.menu-bottom1 img {
  max-width: 100%;
  height: auto;
  display: block;
}

@media(max-width:1280px){
    #button span:before {
        top: -20%;
        height: 300px;
    }
    .content-header label:before, .content-header label:after {
    	width: 80px;
    }
    .about-frame {
        width: 50%;
    }
}
@media(max-width:1080px){
    .banner-rect div {
        width:75%;
    }
    ul.in li a {
        padding: 0px 1em 0 0;
    }
    .footer-top span {
        width: 85%;
    }
    .header {
        min-height: 700px;
        min-height: 89px;
    }
    .header-happiness, .header-clover, .header-labyrinth, .header-sakura, .header-pgc, .header-petit, .header-prime, .header-umbrella, .header-news, .header-news-detail, .header-entry {
        height: 400px;
    }
    .read-more {
        padding-top: 0.7em;
        margin-top: 0.4em;
    }
    .tertiary-item {
        padding: 1em;
    }
    .top-thumbNailWrap{
        width:30%;
    }
    div#newsWrap{
    	margin:0;
    }
    .top-comment{
    	width:65%;
    }
}
@media(max-width:991px){
    .banner-rect div {
        font-size: 2.5em;
    }
    #button span:before {
        height: 250px;
    }
    #img-flash a:before {
        height: 420px;
    }
    #img-flash a:before {
        height: 300px;
    }
    .down {
        margin-top: 3em;
    }
    .banner {
        margin-top: 3em;
    }
    .header {
        min-height: 595px;
    }
    .header-happiness, .header-clover, .header-labyrinth, .header-sakura, .header-pgc, .header-petit, .header-prime, .header-umbrella, .header-berry, .header-macherie, .header-bijou, .header-burn, .header-news, .header-news-detail, .header-entry {
        height: 360px;
    }
    .food-grid {
        width: 55%;
        margin: 0 auto 2em;
    }
    .food-grid:last-child {
        margin: 0 auto 0em;
    }
    .service-grid1 {
        float: left;
        width: 50%;
    }
    .service-grid {
        margin-bottom: 2em;
    }
    .content-item {
        width: 100%;
        background-size: cover;
    }
    p.footer-class {
        padding: 2em 1em 0;
    }
    .footer {
        padding: 4em 0;
    }
    .primary-item {
        padding: 4em 0;
    }
    .systems {
        padding: 4em 6em;
    }
    .news-bot {
        margin-bottom: 0em;
    }
    .news-bottom1 {
        margin-bottom: 2em;
    }
    .news-bottom1:last-child {
        margin-bottom: 0em;
    }
    .header {
        min-height: 89px;
    }
    .menu {
        padding: 4em 0;
    }
    .menu-bottom1 {
        width: 33.3%;
        float: left;
        padding: 0 10px;
    }
    .header {
        min-height: 89px;
    }
    .menu-top {
        padding: 0em 0 0em;
    }
    .top-store-img img{
        margin: 0 auto;
    }
    .read-more {
        padding-top: 1em;
        margin-top: 1em;
    }
    .contact {
        padding: 4em 0;
    }
    .contact-grid {
        padding: 0 0 1em;
    }
    .grid-contact {
        padding: 0;
    }
    .contact-para textarea {
        margin: 0;
        width:100%;
    }
    p.msg-para {
        margin: 0 0em 0.6em;
    }
    .send {
        padding: 1em 0em 0;
    }
    .search input[type="text"] {
        width: 94%;
    }
    /*--typo--*/
    h1.grid2 {
        font-size: 2.3em;
    }
    .page {
        padding: 4em 0;
    }
    .news-frame {
        width: 100%;
        height: 16em;
    }
    .how-to-apply-top {
        padding: 0em 0 2em;
        display: inline;
    }
    .radio02 label{
    	margin: 1px 0 30px 0;
    }
    .twitter {
        width: 100%;
        text-align: center;
    }
    .content-header label:before, .content-header label:after {
    	width: 100px;
    }
    .about-frame {
        width: 60%;
    }
}
@media(max-width:767px){
    .banner-rect div {
        font-size: 2em;
    }
    .header {
        min-height: 485px;
        padding-top: 0.5em;
    }
    .primary-item {
        padding: 3em 0;
    }
    .systems, .drinks, .foods {
        padding: 2em 4em;
    }
    .menu-top {
        padding: 0em 0 0em;
    }
    .menu {
        padding: 3em 0;
    }
    .header {
        min-height: 74px;
        padding-top: 0.5em;
    }
    .header-happiness, .header-clover, .header-labyrinth, .header-sakura, .header-pgc, .header-petit, .header-prime, .header-umbrella, .header-berry, .header-macherie, .header-bijou, .header-burn, .header-news, .header-news-detail, .header-entry {
        height: 320px;
    }
    .category-header-toppage h2 , .content-header h2, .menu-left h2, .gallery-left h3, .blog-left h3 {
        font-size: 2.5em;
    }
    .category-header-toppage h3, .content-header h3, .menu-left h3, .gallery-left span, .blog-left span {
        font-size: 1.7em;
    }
    .ser-top h5 {
        font-size: 1.7em;
    }
    .footer-top span {
        width: 95%;
        margin: 1em 0;
        font-size: 1.8em;
    }
    .comment {
        padding: 2em 0;
    }
    .secondary-item {
        margin-top: 2em;
    }
    /*--typo--*/
    button.btn.btn-lg {
        font-size: 1.1em;
    }
    h1.grid2 {
        font-size: 2em;
    }
    h2.grid2 {
        font-size: 1.9em;
    }
    .b-wrapper1.long-img {
        padding-top: 16em;
    }
    td.add-check a {
        width: 106px;
    }
    .heart li a {
        margin: 0 0.3em;
    }
    .page-header h3 {
        font-size: 2.5em;
    }
    .how-to-apply-top {
        padding: 0em 0 2em;
        display: inline;
    }
    .ser-bottom {
        width: 14%;
    }
    .about-frame {
        width: 80%;
    }
    .group-map {
        height: 300px;
    }
}
@media(max-width:600px){
    .banner-rect div {
        font-size: 1.8em;
        width: 87%;
    }
    #button span {
        padding: 0.5em;
    }
    .down img{
        width:10%;
    }
    .header {
        min-height: 400px;
    }
    .food-grid {
        width: 97%;
    }
    .primary-item {
        padding: 2.5em 0;
    }
    .systems, .drinks, .foods {
        padding: 2em 2em;
    }
    .ser-top h5 {
        font-size: 1.5em;
    }
    .news-bottom2 p {
        font-size: 1.3em;
    }
    ul.in li a {
        font-size: 1.5em;
    }
    .footer-top span {
        font-size: 1.5em;
    }
    .footer {
        padding: 2.5em 0;
    }
    .header {
        min-height: 62px;
    }
    .menu-bottom1 {
        width: 85%;
        float: none;
        padding: 0 0px 1em;
        margin: 0 auto;
    }
    .page {
        padding: 2.5em 0;
    }
    .category-header-toppage h2, .content-header h2, .menu-left h2, .gallery-left h3, .blog-left h3 {
        font-size: 2.2em;
    }
    .category-header-toppage h3, .content-header h3, .menu-left h3, .gallery-left span, .blog-left span {
        font-size: 1.6em;
    }
    .menu {
        padding: 2.5em 0;
    }
    .header {
        min-height: 64px;
    }
    .contact {
        padding: 3em 0;
    }
    /*--typo--*/
    .page-header h3 {
        font-size: 2em;
    }
    button.btn.btn-lg {
        font-size: 1em;
        padding: 7px;
    }
    button.btn.btn-1 {
        font-size: 0.9em;
        padding: 8px;
    }
    button.btn.btn-sm {
        font-size: 0.8em;
        padding: 9px;
    }
    h1#h1-bootstrap-heading {
        font-size: 2.2em;
    }
    h2#h2-bootstrap-heading {
        font-size: 2em;
    }
    h1.grid2 {
        font-size: 1.45em;
    }
    h2.grid2 {
        font-size: 1.35em;
    }
    h3.grid2 {
        font-size: 1.3em;
    }
    h4.grid2 {
        font-size: 1.2em;
    }
    .media-1 {
        padding-left: 0em;
    }
    .how-to-apply-top {
        padding: 0em 0 2em;
        display: inline;
    }
    .about-frame {
        width: 100%;
    }
}
@media(max-width:414px){
    .top-logo div {
        /* title logo size for mobile phone */
        font-size: 1.4em;
    }
    .news h1, .news-detail h1, .entry h1 {
        /* title logo size for mobile phone */
        font-size: 3em;
    }
    .logo-icon-g, .logo-icon-c {
        width: 1.4em;
    }
    .top-logo a img {
        width: 15%;
    }
    .banner-rect div {
        font-size: 1.2em;
        width: 85%;
    }
    #button span {
        padding: 0.5em 0.3em;
    }
    #button span:before {
        top: -120%;
        height: 180px;
    }
    #img-flash a:before {
        height: 500px;
    }
    .down {
        margin-top: 2em;
    }
    .banner {
        margin-top: 2em;
    }
    .banner p {
        font-size: 1.1em;
        margin: 0 1em;
    }
    .banner label {
        margin: 1em 0;
    }
    /* mobile phone */
    .header {
        min-height: 338px;
        padding-top: 0.5em;
    }
    .header-happiness, .header-clover, .header-labyrinth, .header-sakura, .header-pgc, .header-petit, .header-prime, .header-umbrella, .header-berry, .header-macherie, .header-bijou, .header-burn, .header-news, .header-news-detail, .header-entry {
        height: 280px;
    }
    .category-header-toppage h2, .content-header h2, .menu-left h2 {
        font-size: 1.6em;
    }
    .category-header-toppage h3, .content-header h3, .menu-left h3 {
        font-size: 1.2em;
        font-family: 'Raleway', sans-serif;
    }
    .category-header-toppage {
        padding: 0;
    }
    .food-grid {
        width: 100%;
        padding: 0;
    }
    .hover-fold h4 {
        margin: 0 20px;
    }
    .hover-fold .back {
        padding: 0 20px;
    }
    .primary-item {
        padding: 1em 0 2em;
    }
    .drinks, .foods {
        padding: 2em 1em 2em 1em;
    }
    .service-bottom {
        margin-top: 2em;
        padding: 0;
    }
    .content-header, .content-header, .news-bottom1, .gallery-left, .blog-left {
        padding:0;
    }
    .ser-top h5 {
        font-size: 1em;
        line-height: 1.5em;
    }
    .ser-top p {
        font-size: 1.1em;
    }
    .store .primary-item h4 {
        font-size: 1em;
        line-height: 1.5em;
    }
    .store .systems h4, .store .drinks h4, .store .foods h4 {
        text-align: center;
    }
    .news-bottom2 {
        width: 90%;
    }
    ul.grid-news li b {
        margin: 0 0.5em;
    }
    .news-bottom2 p {
        font-size: 1.1em;
    }
    .news-bottom1 {
        margin-bottom: 1em;
    }
    ul.in li a {
        font-size: 1.3em;
        padding: 0px 0.5em 0 0;
    }
    .footer-top {
        padding: 0;
    }
    .footer-top span {
        font-size: 1em;
    }
    .footer-bottom div {
        font-size: 1.5em;
    }
    .footer-bottom {
        padding: 0;
    }
    .footer-bottom p {
        font-size: 1.1em;
    }
    .social-ic li a i {
        margin: 0 0.3em;
    }
    p.footer-class {
        padding: 1em 0 0 0;
        font-size: 1em;
        color: #fff;
    }
    .header {
        min-height: 180px;
        padding-top: 0.5em;
    }
    .menu {
        padding: 2em 0 1em;
    }
    .menu-left,.menu-right {
        padding: 0;
    }
    .menu-bottom1 {
        width: 100%;
    }
    .blog-bottom h4 {
        font-size: 1.5em;
    }
    .location-gbar h4 {
        font-size: 1.5em;
    }
    .tertiary-item h5 {
        font-size: 1.7em;
    }
    .tertiary-item p, .about-right p {
        font-size: 1.1em;
    }
    .menu-left {
        padding: 0;
    }
    .menu-right {
        padding: 2em 0 0 0;
    }
    .contact {
        padding: 2em 0 0;
    }
    .content-left, .content-right {
        padding: 0;
    }
    .primary-item h1 {
        font-size: 1em;
    }
    .store p {
        font-size: 14px;
    }
    .comment h3 {
        font-size: 2em;
    }
    .media-body p {
        font-size: 1.1em;
    }
    .leave h3 {
        font-size: 2em;
    }
    .single-grid {
        width: 90%;
    }
    .single-grid input[type="button"] {
        font-size: 1em;
    }
    .contact-para input[type="button"] {
        font-size: 1em;
    }
    .food-grid {
        margin: 0 auto 1em;
    }
    .content-mid {
        margin-bottom: 1em;
    }
    .content-item {
        height: 233px;
    }
    .contact-map,.contact-para {
        padding: 0;
    }
    .contact-para h5, .contact-map h5 {
        margin: 0.5em 0 0.5em;
    }
    .ser-bottom {
        width: 18%;
    }
    .ser-top {
        width: 69%;
    }
    .read-more a {
        font-size: 1.1em;
    }
    /*--typo--*/
    h1#h1-bootstrap-heading {
        font-size: 1.6em;
    }
    h2#h2-bootstrap-heading {
        font-size: 1.5em;
    }
    h3#h3-bootstrap-heading {
        font-size: 1.4em;
    }
    button.btn.btn-lg {
        font-size: 0.9em;
        margin: 0 0 0.5em 0px;
        padding: 9px;
    }
    .grid1 {
        margin: 0.7em 0 0;
    }
    button.btn.btn-1 {
        font-size: 0.8em;
        margin: 0 0 0.5em;
    }
    button.btn.btn-sm {
        font-size: 0.7em;
        padding: 5px;
        margin: 0 0 0.5em;
    }
    button.btn.btn-xs {
        font-size: 0.7em;
    }
    ul.nav.nav-pills a{
        padding: 0.5em;
        font-size: 0.9em;
    }
    span.label {
        margin: 0 0 0.5em;
        display: inline-block;
    }
    .page {
        padding: 3em 0 1em;
    }
    .page-header {
        margin: 16px 0 9px;
    }
    .grid2 {
        margin: 0.4em 0 0;
    }
    .bs-example {
        padding: 1em 0 0;
    }
    .page-header h3 {
        font-size: 1.6em;
    }
    td.add-check a {
        width: 86px;
    }
    .how-to-apply-top {
        padding: 0em 0 2em;
        display: inline;
    }
}

/* google map */
.ggmap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
