@charset "utf-8";


/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
h1,h2,h3,h4,h5,h6 {
  font-size: 100%;
}



/*---common---*/
body{
    color: #333;
    padding: 0;
    margin: 0;
    line-height: 1.6;
    letter-spacing: 1.5px;
}
html {
  font-size: 62.5%;
}

body {
  font-size: 1.6em;
}
.sp{ display:none;}
.util-hide{ display:none;}
.inner{ width: 1000px; margin: 0 auto;}
.center{text-align: center;}
.prologue{ padding: 0 0 30px;}

#header #mainmenu{
	width:860px;
	height:60px;
	margin:auto;
	display: none;
}

#header nav#side{
	clear:both;
	position:fixed;
	top:50px;
	right:0px;
	z-index:99999999;
}

/*---contents common---*/
article#contents {
	width:100%;
	margin-top:0;
}

a{
	color: #f0507f;
    text-decoration: underline;
    font-size: 14px;
}
a:hover{
	color: #f0507f;
    text-decoration: none;
}


/*---#visual---*/
/* #visual{
  background: url(../img/main_visual.png) #f3f2f3 no-repeat center;
  background-size: cover;
  height: 683px;
} */
/* #visual .inner{
    width: 1200px;
    height: 683px;
    margin: 0 auto;
    position: relative;
} */
#visual .inner {
    margin: 0 auto;
    position: relative;
    width: 100%;
}
#visual .inner img {
 max-width: 100%;
 height: auto;
 width: 100%;
}
#visual .inner .copy{
    position: absolute;
    top: 140px;
    left: 8%;
}
.main_logo{
    padding: 20px 50px;    
}
.main_taisyo{
    position: absolute;
    right: 0;
    bottom: 0;
}
.main_day{
    text-align: center;
    margin: 0 auto;
}


.con_ttl{
    text-align: center;
}

/*---#con_01---*/
#con001{
    padding: 40px 0 5px;
    box-sizing: border-box;
    background: url(../img/con01_bg_pink.png) repeat;   
}
.con01_contents{
    margin: 50px 0;
    text-align: center;
}
.con01_contents ul{
    text-align: center;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: -moz-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    -moz-justify-content: space-between;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}
.con01_contents ul li{
    list-style: none;
    margin: 20px auto 0;
}

/*---#con_02---*/
#con002{
    padding: 60px 0 10px;
    box-sizing: border-box;
    background: url(../img/con02_bg.png) repeat;   
}
.con02_contents{
    margin: 50px 0;
    text-align: center;
}
.con02_contents ul li{
    list-style: none;
    margin: 40px 0 0;
}

/*---#con_03---*/
#con003{
    padding: 60px 0;
    box-sizing: border-box;  
}
.con03_contents ul li{
    list-style: none;
}
.con03_photo-mainbox{
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: -moz-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    -moz-justify-content: space-between;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    margin: 0 0 40px;
}
.con03_photo-subbox{
    clear: both;
    overflow: hidden;
}
.con03_photo-subbox li{
 float:left;
 width: 25%;
 padding: 0 5px;
 box-sizing: border-box;
}
.con03_photo-subbox li:nth-of-type(5n){
    margin-right: 0;
}
.con03_photo-subbox li img{
    width: 100%;
    margin-right: 0px;
}

/*---#con_004---*/
#con004{
    padding: 60px 0;
    box-sizing: border-box;  
}
.con04_box{
    overflow: hidden;
}
.con04_contents ul li {
 margin:30px auto 0;
 max-width: 587px;
}
.con04_contents ul li:nth-of-type(2) {
 margin:0 auto;
 max-width: 403px;
}
#con004 .con04_box img.disPC {
 display: none;
}
#con004 h3 {
 background: #88ACE2;
 border-radius: 15px;
 color: #fff;
 font-size: 21px;
 font-weight: bold;
 text-align: center;
 max-width: 50%;
 margin: 40px auto 0;
 position: relative;
 padding: 0.6em;
}
#con004 h3:after {
 position: absolute;
 content: '';
 top: 100%;
 left: 30px;
 border: 15px solid transparent;
 border-top: 15px solid #88ACE2;
 width: 0;
 height: 0;
}
#con004 h3 span {
 display: block;
 font-size: 18px;
}
#con004 .con04_contents00 {
 margin: 70px auto 30px;
}
#con004 h4 {
 color: #F25D75;
 font-size: 18px;
 font-weight: bold;
 margin-bottom: 10px;
 position: relative;
 padding-left: 25px;
 line-height: 1.4;
}
#con004 h4:before {
 font-family: "Font Awesome 5 Free";
 content: "\f00c";
 position: absolute;
 font-size: 1em;
 font-weight: bold;
 left: 0;
 top: 0;
 color: #FE9CAC;
}
#con004 .con04_contents00InnerTxt {
 margin-bottom: 25px;
}
#con004 .h5Wrap {
 text-align: center;
}
#con004 h5 {
 font-size: 20px;
 /* font-weight: bold; */
 text-align: center;
 position: relative;
 color: #333333;
 display: inline-block;
 margin: 47px auto;
 text-shadow: 0 0 2px white;
}
#con004 h5:before {
 content: '';
 position: absolute;
 background: #a9e1ff;
 width: 100px;
 height: 100px;
 border-radius: 50%;
 top: 50%;
 border: dashed 1px white;
 left: 50%;
 -moz-transform: translate(-50%,-50%);
 -webkit-transform: translate(-50%,-50%);
 -ms-transform: translate(-50%,-50%);
 transform: translate(-50%,-50%);
 z-index: -1;
 box-shadow: 0px 0px 0px 5px #a9e1ff;
}

/*---#con_05---*/
#con005{
    padding: 60px 0;
    box-sizing: border-box;
    background: url(../img/con05_bg.png) repeat;   
}
.con02_contents{
    margin: 50px 0;
    text-align: center;
}

/*---.inqArea---*/
.inqArea{
    text-align: center;
    padding: 40px;
    box-sizing: border-box;
}
.inqArea .inq_btn a{
    background: #f0507f;
    width: 760px;
    height: 100px;
    border-radius: 16px;
    border-bottom: 6px solid #c8184b;
    line-height: 128px;
    display: inline-block;
    position: relative;
    margin-bottom: 10px;
}
.inqArea .inq_btn a:hover{
    border-bottom: 4px solid #c8184b;
    position: relative;
    bottom: -2px;
    height: 102px;
}
.inqArea .inq_btn a:after{
    content: "";
    border-right:3px solid #fff; 
    border-top:3px solid #fff;
    position: absolute;
    right: 84px;
    top: 45px;
    width: 15px;
    height: 16px;
    transform: rotate(45deg);
}
.inqArea .inq_tel a{
    display: inline-block;
    position: relative;
}
.inqArea .inq_tel a:after{
    content: "";
    border-right: 3px solid #f0507f;
    border-top: 3px solid #f0507f;
    position: absolute;
    right: -22px;
    top: 7px;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    border-radius: 2px;
}

/*---#shoplist---*/
#shoplist{
    padding: 60px 0;
}
.shoplist-box{
    width: 1000px;
    margin: 40px auto 60px;
    text-align: center;
    clear: both;
    overflow: hidden;   
}
.shop-name{
    margin-bottom: 30px;
}
.shop-name p{
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    position: relative;
    display: inline;
}
.shop-name p:before{
    content: "●";
    position: absolute;
    left: -40px;
    top: 0;
    color: #f0507f; 
}
.shop-name p:after{
    content: "●";
    position: absolute;
    right: -40px;
    top: 0;
    color: #f0507f; 
}
.shop-contents-wrap{
    clear: both;
    overflow: hidden;
        
}
.shoplist-box figure{
    float:left;
    padding: 0;
    margin: 0;
}
.shop-contents-info{
    background: url(../img/shop-line.jpg) repeat-x top;
    text-align: left;
    float: right;
    width: 460px;
}
.shop-contents-info ul{
    padding: 0;
    margin: 0;
    position: relative;
}
.shop-contents-info ul li{
    padding: 16px 0;
    box-sizing: border-box;
    list-style: none;
    background: url(../img/shop-line.jpg) repeat-x bottom;
}
.shop-map{
    position: absolute;
    right: 0;
}
.shop-contents-info li.shop-tel a{
    font-weight: bold;
    font-size: 26px;
    color: #f0507f;
    position: relative;
    text-decoration: none;
    padding-left: 40px;
}
.shop-contents-info li.shop-tel a:before{
    content: "";
    background: url(../img/tel_icon.jpg) no-repeat;
    width: 28px;
    height: 28px;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 4px;
}


/*---#footer---*/
footer{
    background: #f3f3f3;
    overflow: hidden;
    padding: 20px 0;
    box-sizing: border-box;
}
footer .inner{
    position: relative;
}
footer .footer-logo{
    clear: both;
    overflow: hidden;
}
footer .footer-logo li{
    float: left;
    margin-right: 20px;
}
footer .copyright{
    position: absolute;
    right: 0;
    top: 10px;
    font-size: 12px;
}

/*---#pageTop---*/
#pageTop {
  position: fixed;
  bottom: 60px;
  right: 15px;
  z-index: 999;
}
#pageTop i {
  padding-top: 6px
}
#pageTop a {
 position: relative;
 display: block;
 z-index: 999;
 padding: 30px 0 10px;
 box-sizing: border-box;
 border-radius: 6px;
 width: 55px;
 height: 55px;
 border: solid 3px #f0507f;
 background-color: #fff;
 color: #f0507f;
 font-size: 12px;
 font-weight: bold;
 text-decoration: none;
 text-align: center;
}
#pageTop a:before{
 content: "";
 border-right:2px solid #f0507f; 
 border-top:2px solid #f0507f;
 position: absolute;
 right: 22px;
 top: 16px;
 width: 7px;
 height: 7px;
 transform: rotate(-45deg);
}
#pageTop a:hover , a.alpha:hover {
  text-decoration: none;
  opacity: 0.7;
}


/* 20181213 edit */
.main_day--modifier figure:nth-of-type(1) {
 padding-top: 30px
}
.main_day--modifier figure img {
 max-width: 112px;
 width: 50%;
}
.main_day__element {
 margin: 10px auto 0;
 max-width: 1200px;
 padding-bottom: 30px;
 width: 100%;
}
.main_day__element img {
 width: 75%;
}
.main_day__element img:nth-of-type(1) {
 max-width: 280px;
}
.main_day__element img:nth-of-type(2) {
 max-width: 170px;
 width: 75%
}
.main_day__element img:nth-of-type(3) {
 max-width: 270px;
}
.main_day__element img:not(:first-child) {
 margin-top: 20px
}
.con01_contents ul {
 position: relative;
}
.con02_box {
 margin-top: 50px;
}
.con05_contents img {
 max-width: 1000px;
 width: 100%;
}
.con03_box li img.disPC {
 display: none;
}
.con02_boxWrap {
 margin-top: 30px;
}
.con02_boxWrap .con02_box__element {
 background-color: #fff;
 border-radius: 5px;
 padding-bottom: 50px;
 width: 100%;
}
.con02_boxWrap .con02_box__element:nth-of-type(2) {
 margin-top: 70px;
}
.con02_boxWrap.--modifier .con02_box__element {
 background-color: #fff;
 border-radius: 5px;
 width: 100%;
}
.con02_boxWrap .con02_box__elementTit {
 background: #a6d3c8;
 color: #fff;
 display: inline-block;
 font-size: 18px;
 font-weight: bold;
 margin-top: -18px;
 padding: 15px 20px;
 position: relative;
 text-align: center;
}
.con02_boxWrap .con02_box__element:nth-of-type(2) .con02_box__elementTit {
 background: #88ACE2;
}
.con02_box__elementTit:before {
 border: none;
 border-bottom: solid 15px transparent;
 border-right: solid 20px rgb(149, 158, 155);
 content: '';
 left: 0;
 position: absolute;
 top: 100%;
}
.p-box__Inner {
 display: flex;
 justify-content: flex-start;
 -ms-flex-pack: start;
 flex-wrap: wrap;
 font-size: 14px;
 margin: 50px 0 0;
 padding: 0 20px;
 text-align: left;
}
.p-box__Inner--modifier {
 width: 100%;
 margin-top: 20px;
 max-width: 100%;
 padding: 0 10px;
}
.p-box__Inner--modifier span.special {
 background-color: #f8aa37;
 color: #fff;
 display: inline;
 font-size: 14px;
 font-weight: bold;
 margin-bottom: 15px;
 padding: 6px 15px;
}
.p-box__Inner--modifier span.special + div {
 margin-top: 10px;
}
.p-box__Inner--modifier__Txt {
 background: linear-gradient(transparent 72%, #a8f2e1);
 display: inline;
 font-size: 1.6rem !important;
 font-weight: bold;
 line-height: 1.6;
 padding: 12px 0 0 0;
}
.u-box__Inner--modifier__Txt {
 background: none;
 display: block;
 font-weight: normal;
}
.con02_box__element:nth-of-type(2) .p-box__Inner--modifier__Txt {
 background: linear-gradient(transparent 72%, #88ACE2);
}
.p-box__Inner--modifier span {
 display: block;
 font-size: 11px;
}
.p-box__InnerTxt--01 {
 color: #EC587C;
 font-size: 20px;
 font-weight: bold;
 margin-top: 10px;
 text-align: center;
}
.p-box__InnerTxt--02 {
 font-size: 12px;
 margin-top: 10px;
 padding: 0 20px;
 text-align: left;
}
/*---#con_04---*/
#seijinshiki #contents #con_04 {
 margin-top: 50px;
}
#seijinshiki #contents #con_04 a:hover{
 opacity: .7;
}
#seijinshiki #contents #con_04 .con04img img{
 vertical-align: top;
}
/*---#con_04---*/

#seijinshiki #contents #con_04 #con_04_ttl .con_04img01{
	width: 100%;
  margin-right: auto;
  margin-left: auto;
  display: block;
  margin-top: 40px;
}
#seijinshiki #contents #con_04 #con_04_ttl h2{
	text-align:center;
}
#seijinshiki #contents #con_04 #con_04_ttl h2 img{
	width: 100%;
}


#seijinshiki #contents #con_04 #con_04_ttl img{
	width:100%;
}
#seijinshiki #contents #con_04 #con_04_contents{
	width:100%;
	height:inherit;
	margin:0 auto;
	background-image:url(../img/con_04_arw.png);
	background-repeat:no-repeat;
	background-position:top center;
	position:relative;
}
#seijinshiki #contents #con_04 #con_04_contents ul li{
	display:inline-block;
	position:static;
	margin:5%;
	width:40%;
}
#seijinshiki #contents #con_04 #con_04_contents ul li img{
	width:100%;
}
#seijinshiki #contents #con_04 #con_04_contents ul li#img402{
	margin-left:inherit;
	margin:5%;
}
#seijinshiki #contents #con_04 #con_04_contents ul li#img409{
	margin-left:inherit;
	margin:5%;
}
/*#seijinshiki #contents #con_04 #con_04_contents img#img402,
#seijinshiki #contents #con_04 #con_04_contents img#img409{
	margin:5%;
}*/
#seijinshiki #contents #con_04 #con_04_contents .modal-content .modal-close img{
	width:30px;
}

#seijinshiki #contents #con_04 #con_04_contents ul li{
	display:block;
	position:absolute;
}
#seijinshiki #contents #con_04 #con_04_contents ul li#img401{
	top:40px;
	left:128px;
}
#seijinshiki #contents #con_04 #con_04_contents ul li#img402{
	top:40px;
	left:50%;
	margin-left:-112px;
}
#seijinshiki #contents #con_04 #con_04_contents ul li#img403{
	top:40px;
	left:649px;
}
#seijinshiki #contents #con_04 #con_04_contents ul li#img404{
	top:250px;
	left:0;
}
#seijinshiki #contents #con_04 #con_04_contents ul li#img405{
	top:250px;
	left:259px;
}
#seijinshiki #contents #con_04 #con_04_contents ul li#img406{
	top:250px;
	left:518px;
}
#seijinshiki #contents #con_04 #con_04_contents ul li#img407{
	top:250px;
	right:0;
}
#seijinshiki #contents #con_04 #con_04_contents ul li#img408{
	top:470px;
	left:128px;
}
#seijinshiki #contents #con_04 #con_04_contents ul li#img409{
	top:470px;
	left:50%;
	margin-left:-112px;
}
#seijinshiki #contents #con_04 #con_04_contents ul li#img410{
	top:470px;
	left:649px;
}
#seijinshiki #contents #con_04 #con_04_contents ul li#img411{
	top:680px;
	left:0;
}
#seijinshiki #contents #con_04 #con_04_contents ul li#img412{
	top:680px;
	left:259px
}
#seijinshiki #contents #con_04 #con_04_contents ul li#img413{
	top:680px;
	left:518px;
}
#seijinshiki #contents #con_04 #con_04_contents ul li#img414{
	top:680px;
	right:0;
}
/*お嬢様の声 ニコル*/
.modal-content {
 position:fixed;
 display:none;
 z-index:2;
 width:80%;
 height:80%;
 margin:auto;
 padding:10px 20px;
 border:2px solid #aaa;
 background:#fff;
 overflow:scroll;
}
.modal-content--modifier {
 position:fixed;
 display:none;
 z-index:2;
 left: 50% !important;
 margin:auto;
 padding:10px 20px;
 overflow: auto;
 transform: translate(-50% , 0)
}
.modal-overlay {
    z-index:1;
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.75);
}
.modal-open {
    color:#00f;
    text-decoration:underline;
}

.modal-open:hover {
    cursor:pointer;
    color:#f00;
}

.modal-close {
	display:block;
	width:100%;
	text-align:right;
	/*position:relative;*/
}
.modal-close:hover {
    cursor:pointer;
}
#seijinshiki #contents #con_04 #con_04_contents .modal-content .modal-close img{
	position:absolute;
	right:0;
	top:0;
}
#seijinshiki #contents #con_04 #con_04_contents .modal-content h3{
	font-size:24px;
	margin:15px 0;
	border-bottom:1px dashed #CCC;
}
#seijinshiki #contents #con_04 #con_04_contents .modal-content p{
	font-size:18px;
	line-height:1.5;
	margin:15px 0;
}
#seijinshiki #contents #con_04 #con_04_contents .modal-content p.con04img{
 margin: auto;
 max-width: 1000px;
 display: flex;
 flex-wrap: wrap;
 align-items: flex-start;
}
/* #seijinshiki #contents #con_04 #con_04_contents .modal-content p.con04img{
 margin: auto;
 max-width: 1000px;
	text-align:center;
} */

#seijinshiki #contents #con_04 #con_04_contents .modal-content p.con04img img{
	display:inline;
 position:static;
	margin:5px;
	border:1px #f0f0f0 solid;
}
#seijinshiki #contents #con_04 #con_04_contents .modal-content#con02 p.con04img,
#seijinshiki #contents #con_04 #con_04_contents .modal-content#con07 p.con04img,
#seijinshiki #contents #con_04 #con_04_contents .modal-content#con11 p.con04img,
#seijinshiki #contents #con_04 #con_04_contents .modal-content#con12 p.con04img {
 max-width: 775px;
}
#seijinshiki #contents #con_04 #con_04_contents .modal-content#con04 p.con04img {
 max-width: 936px;
}
#seijinshiki #contents #con_04 #con_04_contents .modal-content#con09 p.con04img {
 max-width: 625px;
 justify-content: center;
}
.con05_contents a {
 align-items: center;
 background-color: #EF5080;
 border-radius: 7px;
 color: #fff;
 display: flex;
 flex-direction: row;
 font-size: 20px;
 font-weight: bold;
 height: 80px;
 justify-content: center;
 -ms-flex-pack: center;
 margin: 60px auto 20px;
 max-width: 500px;
 position: relative;
 text-align: center;
 text-decoration: none;
 width: 100%;
}
.con05_contents a:before {
 content: '\f0da';
 display: inline-block;
 font-family: "Font Awesome 5 Free";
 font-weight: bold;
 position: absolute;
 right: 15px;
}
.con03_photo-subboxTit {
 margin: 20px 0 10px;
 padding: 0 7px;
 position: relative;
 text-align: center;
}
.con03_photo-subboxTit:before , .con03_photo-subboxTit:after {
 content: '▼';
 position: absolute;
}
.con03_photo-subboxTit:before {
 left: 18%;
}
.con03_photo-subboxTit:after {
 right: 18%;
}




.cp_arrows_1 , .cp_arrows_2 {
	position: relative;
	display: flex;
	height: 120px;
	margin: -2rem auto -3rem;
	justify-content: center;
	-ms-flex-pack: center;
	align-items: center;
}
.cp_arrows_2 {
	margin: -5rem auto 0;
}
.cp_arrows_1 span , .cp_arrows_2 span {
	color: #076938;
	font-size: 2rem;
	font-weight: bold;
	position: absolute;
	left: 50%;
	text-align: center;
	top: 8%;
	transform: translate(-50% , 0);
	width: 100%;
}
.cp_arrows_1 .cp_arrow , .cp_arrows_2 .cp_arrow {
	position: absolute;
	top: 60%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
									transform: translate(-50%, -50%);
	-webkit-transform-origin: 50% 50%;
									transform-origin: 50% 50%;
	opacity: 0;
}
.cp_arrows_1 .cp_arrowfirst {
	-webkit-animation: arrow-move08 2s ease-in-out infinite;
									animation: arrow-move08 2s ease-in-out infinite;
}
.cp_arrows_1 .cp_arrowsecond {
	-webkit-animation: arrow-move08 2s 1s ease-in-out infinite;
									animation: arrow-move08 2s 1s ease-in-out infinite;
}
.cp_arrows_2 .cp_arrowfirst {
	-webkit-animation: arrow-move09 2s ease-in-out infinite;
									animation: arrow-move09 2s ease-in-out infinite;
}
.cp_arrows_2 .cp_arrowsecond {
	-webkit-animation: arrow-move09 2s 1s ease-in-out infinite;
									animation: arrow-move09 2s 1s ease-in-out infinite;
}
.cp_arrows_1 .cp_arrow:before {
	position: absolute;
	top: 0;
	left: -30px;
	display: block;
	width: 62px;
	height: 5px;
	content: '';
	background: #076938;
}
.cp_arrows_1 .cp_arrow:after {
	position: absolute;
	top: 0;
	left: -31px;
	display: block;
	width: 62px;
	height: 5px;
	content: '';
	background: #076938;
}
.cp_arrows_2 .cp_arrow:before, .cp_arrows_2 .cp_arrow:after {
	position: absolute;
	top: 0;
	left: -33px;
	display: block;
	width: 62px;
	height: 5px;
	content: '';
	background: #076938;
}
.cp_arrows_2 .cp_arrow:after {
	position: absolute;
	top: 0;
	left: -29px;
	display: block;
	width: 62px;
	height: 5px;
	content: '';
	background: #076938;
}
.cp_arrows_1 .cp_arrow:before {
	-webkit-transform: rotate(30deg) translateX(-39%);
									transform: rotate(30deg) translateX(-39%);
	-webkit-transform-origin: top left;
									transform-origin: top left;
}
.cp_arrows_2 .cp_arrow:before {
	-webkit-transform: rotate(-30deg) translateX(-39%);
									transform: rotate(-30deg) translateX(-39%);
	-webkit-transform-origin: top left;
									transform-origin: top left;
}
.cp_arrows_1 .cp_arrow:after {
	-webkit-transform: rotate(-30deg) translateX(39%);
									transform: rotate(-30deg) translateX(39%);
	-webkit-transform-origin: top right;
									transform-origin: top right;
}
.cp_arrows_2 .cp_arrow:after {
	-webkit-transform: rotate(30deg) translateX(39%);
									transform: rotate(30deg) translateX(39%);
	-webkit-transform-origin: top right;
									transform-origin: top right;
}
@-webkit-keyframes arrow-move08 {
	0% {
		top: 40%;
		opacity: 0;
	}
	70% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@keyframes arrow-move08 {
	0% {
		top: 40%;
		opacity: 0;
	}
	70% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@-webkit-keyframes arrow-move09 {
	0% {
		opacity: 0;
	}
	70% {
		opacity: 1;
	}
	100% {
  top: 40%;
		opacity: 0;
	}
}
@keyframes arrow-move09 {
	0% {
		opacity: 0;
	}
	70% {
		opacity: 1;
	}
	100% {
  top: 40%;
		opacity: 0;
	}
}
section#shoplist{
	padding:70px 0;
	border-top:1px solid #dfdfdf;
}
section#shoplist ul{
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
 -ms-flex-pack: center;
 max-width: 1200px;
 margin: 0 auto;
	width:100%;
	margin:auto;
}
section#shoplist ul li{
	width: 42%;
	border-right:1px solid #D7D7D7;
	line-height:1.5em;
	padding-left:10px;
	padding-right:10px;
	margin-bottom:20px;
}
section#shoplist ul li:nth-child(even){
	border-right:none;
}
section#shoplist ul li h4{
	font-weight:bold;
}
section#shoplist h2{
	margin-bottom:40px;
}
section#shoplist h4 a{
	color:#3993CB;
}
.nicolelogo {
 display: block;
 text-align: right;
}
.nicolelogo img {
 max-width: 60px;
}
.p-Prefecture {
 display: flex;
 flex-wrap: nowrap;
 justify-content: space-between;
 -ms-flex-pack: justify;
 margin: 15px auto;
 max-width: 660px;
 padding: 0 10px;
}
.p-Prefecture > a {
 align-items: center;
 border: solid 2px #ccc;
 color: #636363;
 display: flex;
 flex-direction: column;
 font-size: 13px;
 font-weight: bold;
 height: 45px;
 justify-content: center;
 -ms-flex-pack: center;
 position: relative;
 text-decoration: none;
 width: 23%;
}




@media all and (min-width:800px) {
 .main_day__element img:nth-of-type(1) {
  padding-right: 30px;
 }
 .main_day__element img:nth-of-type(3) {
  padding-left: 30px;
 }
 .con03_box li img.disPC {
  display: block;
 }
 .con03_box li img.disSP {
  display: none;
 }
 .con01_contents ul.con01_box {
  margin-top: 30px;
  /* margin-top: 130px; */ /* 20181227 Edit */
 }
 .con01_contents ul.con01_box:before {
  /* background: url(../img/img_choicepc.png); */
  content: '';
  height: 192px;
  left: 50%;
  position: absolute;
  top: -140px;
  transform: translate(-50% , 0);
  width: 199px
 }
 .con01_contents ul.con01_box li{
  margin: 20px 0 0;
 }
 .con01_box li:nth-of-type(2) {
  display: block;
  /* display: none; */ /* 20181227 Edit */
 }
 .p-box__Inner--modifier {
  width: 30%;
 }
 .cp_arrows_1 , .cp_arrows_2 , .cp_arrows_1 + figure {
  display: none
 }
 /*---#con_04---*/
#seijinshiki #contents #con_04 {
 margin-top: 50px;
}
#seijinshiki #contents #con_04 a:hover{
 opacity: .7;
}
#seijinshiki #contents #con_04 .con04img img{
 vertical-align: top;
}
#seijinshiki #contents #con_04 #con_04_ttl .con_04img01{
	width: 850px;
  margin-right: auto;
  margin-left: auto;
  display: block;
  margin-top: 40px;
}
#seijinshiki #contents #con_04 #con_04_ttl h2{
	text-align:center;
}
#seijinshiki #contents #con_04 #con_04_ttl h2 img{
	width: 976px;
}
#seijinshiki #contents #con_04 #con_04_contents{
	width:1000px;
	height:1000px;
	margin:0 auto;
	background-repeat:no-repeat;
	background-position:top center;
	position:relative;
}
#seijinshiki #contents #con_04 #con_04_contents ul li img {
 max-width: 225px;
}
#seijinshiki #contents #con_04 #con_04_contents ul li {
 margin: 0;
}
#seijinshiki #contents #con_04 #con_04_contents ul li#img402 {
 margin: 0 0 0 -112px;
}
#seijinshiki #contents #con_04 #con_04_contents ul li#img407 {
 right: -180px;
}
#seijinshiki #contents #con_04 #con_04_contents ul li#img409 {
 margin: 0 0 0 -112px;
}
.p-box__InnerTxt--02 {
 font-size: 12px;
}
#con002{
 padding: 60px 0;
}
#con004 .con04_box {
 display: flex;
}
.con04_contents ul li:nth-of-type(2) {
 max-width: 419px;
}
#con004 .con04_box img.disPC {
 display: block;
}
#con004 .con04_box img.disSP {
 display: none;
}
section#shoplist ul li{
	width: 20%;
	border-right:1px solid #D7D7D7;
	line-height:1.5em;
	padding-left:10px;
	padding-right:10px;
	margin-bottom:20px;
}
section#shoplist ul li:nth-child(even){
	border-right:1px solid #D7D7D7;
}
.nicolelogo img {
 max-width: 80px;
}
.main_day--modifier figure img {
 max-width: 92px;
}
.main_day__element img:nth-of-type(2) {
 max-width: 200px;
}
.p-Prefecture {
 max-width: 840px;
}
.p-Prefecture > a {
 font-size: 16px;
 font-weight: normal;
 line-height: 1;
}
.p-Prefecture > a:before {
 content: '>';
 position: absolute;
 right: 10px;
}
}

.main_day--modifier__child {
 color: #066278;
 font-family: 'Kosugi Maru', sans-serif;
 font-size: 18px;
 font-weight: bold;
 margin: 25px 0 30px;
}
.main_day--modifier__child span {
 font-size: 45px;
}

/* 20190201 Add */
h1.copy + span {
 color: #f0507f;
 font-size: 22px;
 font-weight: bold;
 left: 18%;
 position: absolute;
 text-shadow:
       2px  2px 0px #fff,
      -2px  2px 0px #fff,
       2px -2px 0px #fff,
      -2px -2px 0px #fff,
       2px  0px 0px #fff,
       0px  2px 0px #fff,
      -2px  0px 0px #fff,
       0px -2px 0px #fff;
 top: 610px;
}
h1.copy + span span {
 font-size: 36px;
}
.p-fixedMenu {
 display: none;
}

@media all and (max-width:800px) {
 h1.copy + span {
  font-size: 13px;
  left: 7%;
  top: 230px;
 }
 h1.copy + span span {
  font-size: 20px;
 }
 #con004 h3 {
  max-width: 80%;
 }
 .p-fixedMenu {
  bottom: 0;
  display: block;
  position: fixed;
  text-align: center;
  width: 100%;
 }
 .p-flexWrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
 }
 .p-flexWrap a {
  align-items: center;
  background-color: #f0507f;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  height: 50px;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  width: 50%;
 }
 .p-flexWrap a:nth-of-type(1) {
  border-right: solid 2px #fff;
 }
 .con_ttl {
  padding: 0 10px;
 }
}

/* 190417 Add */
#con000 {
 background: url(../img/gwplan_bg.png);
 padding: 60px 0;
}
.p-box__InnerTxt--02 {
 margin-top: 10px;
}
.p-box__InnerTxt--02 span {
 font-weight: bold;
}
.p-specail--catch {
 margin-top: 3rem;
}
.u-box__Inner--modifier__Txt {
 background: none;
 display: block;
 font-size: 1.3rem !important;
 font-weight: normal;
}
.p-specail--catch + div {
 margin-top: 20px;
}
#con000 .p-heading03 {
 margin: 1rem auto;
 max-width: 300px;
 text-align: center;
 width: 80%;
}
#con000 .p-heading03 img {
 max-width: 100%;
}
#con000 .u-prologue02 {
 font-size: 18px;
 margin-top: 20px;
}
#con000 .u-prologue02 span {
 color: #EB6160;
 font-size: 3rem;
 font-weight: 700;
}
#con000 .con000--Wrap {
 background-color: #fff;
 border: solid 2px #D9C9BA;
 border-radius: 5px;
 padding:20px 10px;
 margin: 3rem auto 0;
 max-width: 1020px;
}
#con000 .p-con000--Block {
 margin: 0 auto;
 width: 90%;
}
#con000 .p-con000--Block .p-con000--Inner {
 border: solid 2px rgba(235, 70, 124, .5);;
}
#con000 .p-tabelBlock {
 display: flex;
 line-height: 1;
 text-align: center;
}
#con000 .p-table-cell {
 border-bottom: solid 2px rgba(235, 70, 124, .5);
 padding: 15px 0;
}
#con000 .p-table-cell span {
 color: #EB467C;
 font-size: 24px;
 font-weight: bold;
}
#con000 .p-table-cell:nth-child(odd) {
 background-color: #ffe6e6;
 border-right: solid 2px rgba(235, 70, 124, .5);
 padding: 20px 0 0;
 width: 35%;
}
#con000 .p-table-cell:nth-child(even) {
 width: 65%;
}
#con000 .p-tabelBlock:nth-of-type(1) {
 background-color: #EB467C !important;
 color: #fff;
 font-weight: bold;
}
#con000 .p-tabelBlock:nth-of-type(1) .p-table-cell:first-child {
 background-color: #EB467C !important;
 border-right: solid 2px #fff;
 padding: 15px 0;
}
#con000 .p-tabelBlock:last-child .p-table-cell {
 border-bottom: none;
}
.con02_boxWrap .con02_box__element:nth-of-type(3) .con02_box__elementTit {
 background: rgba(238, 109, 16, .75);
}
.con02_boxWrap .con02_box__element:nth-of-type(3) {
 margin-top: 70px;
}
.p-box__Inner--modifier span.special {
 background: #fff;
 color: #961A2B;
 padding-left: 35px;
 position: relative;
}
.p-box__Inner--modifier span.special:before {
 background: url(../img/con02_box_icon01.png);
 background-size: 26px 26px;
 content: '';
 height: 26px;
 left: 3px;
 position: absolute;
 top: 46%;
 transform: translateY(-50%);
 width: 26px;
}
.p-box__Inner--modifier__Txt {
 background: linear-gradient(transparent 81%, #a8f2e1);
}
.con02_box__element:nth-of-type(2) .p-box__Inner--modifier__Txt {
 background: linear-gradient(transparent 81%, #88ACE2);
}
.con02_box__element:nth-of-type(3) .p-box__Inner--modifier__Txt {
 background: linear-gradient(transparent 81%, #f2a56d);
}
.u-box__Inner--modifier__Txt , .con02_box__element:nth-of-type(2) .u-box__Inner--modifier__Txt , .con02_box__element:nth-of-type(3) .u-box__Inner--modifier__Txt {
 background: none;
}
.p-box__Inner--modifier {
 position: relative;
}
.p-box__Inner--modifier:before {
 bottom: -20px;
 color: rgba(166, 211, 200, .22);
 font-family: 'Great Vibes', cursive;
 font-size: 90px;
 line-height: 1;
 position: absolute;
 right: 30px;
 z-index: 0;
}
.con02_box__element:nth-of-type(2) .p-box__Inner--modifier:before {
 color: rgba(166, 211, 200, .22);
}
.con02_box__element:nth-of-type(3) .p-box__Inner--modifier:before {
 color: rgba(238, 109, 16, .12);
}
.p-box__Inner--modifier:nth-of-type(1):before {
 content: '01';
}
.p-box__Inner--modifier:nth-of-type(2):before {
 content: '02';
}
.p-box__Inner--modifier:nth-of-type(3):before {
 content: '03';
}
.p-box__Inner--modifier:nth-of-type(4):before {
 content: '04';
}
.p-box__Inner--modifier:nth-of-type(5):before {
 content: '05';
}
.p-box__Inner--modifier:nth-of-type(6):before {
 content: '06';
}
.p-box__Inner--modifier:nth-of-type(7):before {
 content: '07';
}
.p-box__Inner--modifier:nth-of-type(8):before {
 content: '08';
}
.p-box__Inner--modifier:nth-of-type(9):before {
 content: '09';
}
.p-box__Inner--modifier:nth-of-type(10):before {
 content: '10';
}
.p-box__Inner--modifier:nth-of-type(11):before {
 content: '11';
}
.p-box__Inner--modifier:nth-of-type(12):before {
 content: '12';
}
.p-box__Inner--modifier:nth-of-type(13):before {
 content: '13';
}
.con02_boxWrap .con02_box__element {
 background-image: url(../img/con02_box__element_bg.png);
 background-position: right bottom;
 background-repeat: no-repeat;
 background-size: 238px 216px;
}
.con02_boxWrap .con02_box__element {
 padding-bottom: 70px;
}
.con03_box {
 margin-top: 20px;
}
.main_day--modifier figure:nth-of-type(1) {
 padding-top: 30px;
}
.main_day--modifier__child.u-holiday {
 font-size: 16px;
 margin-bottom: 40px !important;
}
section#shoplist.list1 + #shoplist02 {
	padding:70px 0;
	border-top:none !important;
}
.brsp {
 display: none;
}

@media all and (max-width:800px) {
 #con000 {
  padding: 60px 10px 10px;
 }
 .con02_boxWrap .con02_box__element {
  background-size: 119px 108px;
 }
 .brsp {
  display: block;
 }
 .main_day--modifier figure:nth-of-type(1) {
  padding-top: 0;
 }
 .main_day--modifier__child {
  margin: 0 0 10px;
 }
}

/* 190719 Add */
.main_day .l-flexCont .l-flexBlock {
 display: flex;
 justify-content: center;
 -ms-flex-pack: center;
}
.main_day .l-flexCont .l-flexBlock .main_day--modifier__child {
 margin: 25px 10px 50px;
}
.main_day .l-flexCont .l-flexBlock .main_day--modifier__child span:first-child {
 padding-left: 65px;
 position: relative;
}
.main_day .l-flexCont .l-flexBlock .main_day--modifier__child span:first-child:before {
 content: '';
 height: 50px;
 left: 0;
 position: absolute;
 top: 50%;
 transform: translateY(-50%);
 width: 50px;
}
.main_day .l-flexCont .l-flexBlock .main_day--modifier__child.u-main_day--modifier__child1 span:first-child:before {
 background: url(../img/icon_limited01.png);
 background-size: 50px 50px;
}
.main_day .l-flexCont .l-flexBlock .main_day--modifier__child.u-main_day--modifier__child2 span:first-child:before {
 background: url(../img/icon_limited02.png);
 background-size: 50px 50px;
}
.main_day .l-flexCont .l-flexBlock .main_day--modifier__child.u-main_day--modifier__child3 span:first-child:before {
 background: url(../img/icon_limited03.png);
 background-size: 50px 50px;
}
.main_day--modifier__child span {
 font-size: 30px;
}
.p-limitedPlan {
 margin: 40px auto 120px;
 max-width: 1000px;
 text-align: center;
}

@media all and (max-width:800px) {
 .main_day--modifier figure:nth-of-type(1) {
  margin: 20px auto 0;
  width: 100%;
 }
 .main_day .l-flexCont .l-flexBlock .main_day--modifier__child {
  margin: 25px 0 30px;
 }
 .main_day .l-flexCont .l-flexBlock {
  display: block;
 }
 .p-limitedPlan {
  margin: 40px auto 60px;
 }
 .main_day .l-flexCont .l-flexBlock .main_day--modifier__child span:first-child {
  padding-left: 60px;
 }
 .main_day .l-flexCont .l-flexBlock .main_day--modifier__child span:first-child:before {
  height: 46px;
  width: 50px;
 }
 .main_day .l-flexCont .l-flexBlock .main_day--modifier__child:first-child span:nth-of-type(1):before {
  background-size: 50px 46px;
 }
 .main_day .l-flexCont .l-flexBlock .main_day--modifier__child:nth-child(2) span:first-child:before {
  background-size: 50px 46px;
 }
 .main_day .l-flexCont .l-flexBlock .main_day--modifier__child:last-child span:first-child:before {
  background-size: 50px 46px;
 }
}

/* 191028 Add */
.main_day--modifier .p-cashlessWrap figure img {
 max-width: 560px;
}
@media all and (max-width:800px) {
 .main_day--modifier .p-cashlessWrap figure img {
  width: 100%;
 }
}
.p-cashlessWrap {
 margin-bottom: 60px;
}
.p-otherSpecialTxt {
 margin-bottom: 30px;
 margin-top: 30px;
}
.p-jump {
 border: solid 2px #F0507F;
 margin: 50px auto 50px;
 max-width: 780px;
 padding: 20px 60px;
}
.p-jump .p-jumpTxt {
 color: #F0507F;
 font-size: 24px;
 font-weight: 500;
 margin-bottom: 20px;
}
.p-jump ul {
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
}
.p-jump ul li a {
 align-items: center;
 color: #333;
 display: flex;
 height: 50px;
 justify-content: center;
 -ms-flex-pack: center;
 position: relative;
 text-decoration: none;
}
.p-jump ul li a:before,.p-jump ul li a:after {
 position: absolute;
 top: 0;
 bottom: 0;
 right: -20px;
 margin: auto;
 content: "";
 vertical-align: middle;
}
.p-jump ul li a:before {
 background: #f0507f;
 height: 2px;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
 width: 12px;
}
.p-jump ul li a:after {
 right: -20px;
 width: 8px;
 height: 8px;
 border-right: 2px solid #f0507f;
 border-bottom: 2px solid #f0507f;
}
.p-jump ul li a:hover {
 opacity: .7;
}
.p-jump ul li a span {
 font-size: 20px;
 font-weight: bold;
 position: relative;
}
.p-jump ul li a span:before {
 background: url(../img/con02_box_icon01.png);
 background-size: 26px 26px;
 content: '';
 height: 26px;
 left: -3.5rem;
 position: absolute;
 top: 46%;
 transform: translateY(-50%);
 width: 26px;
}

@media all and (max-width:800px) {
 .p-jump {
  padding: 20px;
 }
 .p-jump ul {
  flex-direction: column;
 }
 .p-jump ul li {
  margin: auto;
  width: 80%;
 }
}

/* 1911212 Add */
.p-smallTxt {
 font-size: 13px;
}

/* 191224 Add */
.con04img.c-flexCont .c-flexBlock {
 margin: auto;
 max-width: 900px;
}

.con04img.c-flexCont .c-flexBlock+.c-flexBlock {
 margin: auto;
 max-width: 600px;
}

.con04img.c-flexCont .c-flexBlock {
 display: flex;
 flex-direction: row;
 flex-wrap: wrap;
}

.con04img.c-flexCont .c-flexBlock.c-flexCt {
 justify-content: center;
 -ms-flex-pack: center;
}

.con04img.c-flexCont .c-flexBlock.c-flexCt.c-col3 .c-flexItem {
 padding: 0 5px;
 width: calc((100% - 30px) / 3);
}

.con04img.c-flexCont .c-flexBlock+.c-flexBlock {
 margin-top: 10px;
}

.con04img.c-flexCont .c-flexBlock.c-flexCt.c-col2 .c-flexItem {
 padding: 0 5px;
 width: calc((100% - 30px) / 2);
}

@media all and (max-width:800px) {
 .con04img.c-flexCont .c-flexBlock {
  flex-direction: column;
 }

 .con04img.c-flexCont .c-flexBlock.c-flexCt {
  justify-content: center;
  -ms-flex-pack: center;
 }

 .con04img.c-flexCont .c-flexBlock.c-flexCt.c-col3 .c-flexItem,
 .con04img.c-flexCont .c-flexBlock.c-flexCt.c-col2 .c-flexItem {
  width: 100%;
 }
}

/* 200216 Add */
nav#side02 {
 max-width: 72px;
 position:fixed;
 top:300px;
 right:0px;
 z-index:99999999;
}
nav#side02 a {
 display: block;
}
nav#side02 a:hover {
 opacity: .8;
}
nav#side02 a img {
 width: 100%;
}

/* 20200412 Add */
.p-bnr__w500 {
 margin: 40px auto;
 max-width: 520px;
 padding: 0 10px;
}

/* 20200429 Add */
.p-covid__anounce {
 margin: auto;
 max-width: 640px;
 text-align: center;
}
/* 200609 Add */
.p-figure {
 margin: auto;
 max-width: 1200px;
 width: 100%;
}
.p-figure + .p-figure {
 margin-top: 40px;
}
.p-figure img {
 height: auto;
 max-width: 100%;
 vertical-align: middle;
}

/* 20200727 Add */
.p-moreBtn {
 margin: 4rem auto;
 max-width: 640px;
}
.p-moreBtn a {
 background: #F0507F;
 border: solid 3px #F0507F;
 border-radius: 5px;
 color: #fff;
 display: block;
 font-size: 30px;
 padding: 2rem 0;
 text-decoration: none;
 transition: all .3s;
}
.p-moreBtn a:hover {
 background: #fff;
 color: #F0507F;
 opacity: .8;
}

/* 20200904 Add */
.inner .footer-logo {
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
}
.inner .footer-logo li {
 float: none;
 flex: 0 0 15%;
 margin-right: 0;
 margin: auto;
 max-width: 200px;
 padding: 0 2px;
}
.inner .footer-logo li img {
 height: auto;
 max-width: 100%;
 vertical-align: middle;
}
footer .inner .copyright {
 margin-top: 40px;
 position: relative;
 right: auto;
 text-align: right;
 top: auto;
}
footer .footer-logo {
 overflow: visible;
}