/*
Theme Name: Restaurant Pilgrim30032022
Theme URI: https://pilgrimparis.com/
Description: Restaurant Pilgrim's Official Web Site
Version: 2.1
Author: Studio Lazuli
Author e-mail: info@studiolazuli.com
*/

/****************************************
　General Setting
*****************************************/
html {
  margin: 0;
  padding: 0;
  color:#000;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  position: relative;
  min-height: 100%;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}
body {
  font-size: 14px;
  font-family: 'Open Sans','Century Gothic',Helvetica,'Lucida Grande', sans-serif;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
ul, li{
  margin: 0;
  padding: 0;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 200;
    line-height: 1.5em;
}
.h1 {
  font-size: 1.8em;
}
.h-deco {
  margin: 0;
}
.h-deco:after {
  display: block;
  content: "";
  border-bottom: 1px solid #333333;
  width: 60px;
  margin: 30px auto;
}
.container h2 {
  font-size: 1.6em;
}
p{
  font-size: 1.1em;
  line-height: 1.8em;
}
h1.headline1 {
  font-size: 1em;
  line-height: 1.8em;
  font-weight: normal;
}
a {
  color: #000;
  -webkit-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
}
a:hover{
  color: #333;
  text-decoration: underline;
}
a:link {color:#333;}
a:visited {color:#333;}
a:active {color:#333;}
a.underline{
  text-decoration: underline;
}
a.no-underline{
  text-decoration: none;
}
figure {
    display: block;
    overflow: hidden;
    position: relative;
}
figure a, figure a img {
    display: block;
    position: relative;
}
img {
  max-width:100%;
  height: auto;
  width: auto\9;
}
img.alignleft{
  float:left;
  margin: 0 10px 10px 0;
}
.gauche {
  float: left;
  margin-bottom: 30px
}
.droite {
  float: right;
  margin-bottom: 30px
}
@media screen and (min-width: 768px){
.gauche, .droite {
  margin-bottom: 0;
}
}
.body-wrapper .contents .container .col-sm-8 p a, .post-description p a {
  color: #ff5a5f;
}
ul{
  -webkit-padding-start: 0;
}
.page-template-main{
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.light-wrapper {
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
.inner-big {
  padding-top: 80px;
  padding-bottom: 80px;
}
.inner {
  padding-top: 50px;
  padding-bottom: 50px;
}
.inner-mini {
  padding-top: 30px;
  padding-bottom: 30px;
}
.inner-works {
  padding-top: 30px;
  padding-bottom: 160px;
}
.top10{
  margin-top: 10px;
}
.top15{
  margin-top: 15px;
}
.top30{
  margin-top: 30px;
}
.top50{
  margin-top: 50px;
}
.top80{
  margin-top: 80px;
}
.bottom10 {
  margin-bottom: 10px;
}
.bottom15 {
  margin-bottom: 15px;
}
.bottom30 {
  margin-bottom: 30px;
}
.bottom50 {
  margin-bottom: 50px;
}
.bottom80 {
  margin-bottom: 80px;
}
.opacity{
  transition: 0.5s ease-in-out;/* CSS3 */
  -webkit-transition: 0.5s ease-in-out;/* for Safari and Chrome */
  -moz-transition: 0.5s ease-in-out;/* for Firefox */
  -o-transition: 0.5s ease-in-out;/* when Opera Presto 2.3 or later is released */
  -ms-transition: 0.5s ease-in-out;/* Linux browsers */
}
.opacity:hover{
  opacity:0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
  -moz-opacity:0.5;
  -khtml-opacity: 0.5;
}
.rslides_nav {
  background-color: #FFF !important;
  background-color: rgba(255, 255, 255, 0.70)!important;
  color: #333 !important;
}
.headline {
  text-align: center;
}
#lien-blog span, #lien-blog i {
    display: block;
}
#lien-blog i {
    font-size: 3em;
}
/****************************************
　Clearfix
*****************************************/
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
/* clearfix for ie7 */
.clearfix{
    display: inline-block;
}
.clearfix {
    display: block;
}
*:first-child+html .clearfix { zoom: 1;}
*:first-child+html .center,:first-child+html #contents-wrapper,:first-child+html #slideshow{ margin:0 50%;}
 /* IE6 */
* html .clearfix { zoom: 1;}
/****************************************
　Eye Catch Image size for Responsive Design
*****************************************/
img.size-thumbnail,
img.size-medium,
img.size-large,
img.size-full {
max-width: 100%;
width: auto\9; /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */
height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
/****************************************
  Basic Layout
*****************************************/
#header{
  position:fixed;
  top: 0;
  width: 100%;
  height: 70px;
  padding: 15px 0;
  font-size: 1.1em;
  background-color: #FFF;
  background-color: rgba(255, 255, 255, 0.90);
  border-bottom-color: rgba(0,0,0,0.1);
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 0px 0px;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 0px 0px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 0px 0px;
  z-index: 299;
}
#header .col-sm-12{
  position: relative;
  height: 42px;
}
#site-name img.logo{
  height: 40px;
}
.body-wrapper{
  padding-top: 70px;
  padding-bottom: 488px;
}
.contents{
  padding: 50px 0 80px;
}
.home .contents{
  padding: 0 0 100px;
}
#sidebar {
  text-align: left;
  margin-top: 50px;
}
#footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #595f70;
}
#footer h3 {
    font-size: 1.4em;
    text-decoration: underline;
}
#footer p {
  font-size: 1em;
  line-height: 21px;
}
.sns-footer li {
  float: left;
  margin-right: 1.0em;
  font-size: 1.15em;
  line-height: 21px;
}
#sns a:hover {
  text-decoration: none;
}
.copyright {
  font-size: 1.0em;
}
@media screen and (min-width: 768px){
#site-name img.logo{
  position: absolute;
  left: 15px;
}
.body-wrapper{
  padding-top: 70px;
  padding-bottom: 265px;
}
#sidebar {
  margin: 0;
}
}
/****************************************
　Navitation
*****************************************/
.global-header__menu {
  line-height: 1;
  display: none;
}
.principal {
  display: block;
  position: absolute;
  right: 120px;
  margin: 13.5px -1.5em 0;
}
.principal li {
  float: left;
  margin: 0 1.5em;
}
ul.category {
  display:inline-block;
  font-size:1.0em;
  margin-top:0px;
}

ul.category li {
  zoom:1;
  line-height: 2.2;
}

ul.category > li:first-child {
  border-left:none;
}

ul.category li > a {
  text-decoration:none;
  display:block;
}

ul.category > li.current-menu-item > a {
  color: #da8756;
}

ul.category > li.current_page_ancestor > a {
  font-weight:700;
  text-decoration:none;
}
#header .sns {
  position: absolute;
  top: 0px;
  right: 15px;
  margin: 0px -1em 0;
  display: none;
}
#header .sns li {
  font-size: 1em;
}
@media screen and (min-width: 768px){
ul.category li {
  float:left;
  margin-right:1em;
  padding-left:1em;
  line-height: 1;
  border-left:solid 1px #333;
}
#header .sns {
  display: inline-block;
}
}
.sns {
  display: inline-block;
  margin: 5px -1em 0;
}
.sns li {
    float: left;
    margin: 0 1.0em;
    font-size: 1.5em;
}
.blog-menu .sns  {
    display: block;
    clear: both;
    padding: 30px 0 0 35px;
    margin: 0 -1.0em;
    white-space: nowrap;
}
.blog-menu .sns li {
    float: left;
    list-style: none;
    padding: 0 1.0em;
    margin: 0;
    font-size: 1.0em;
    line-height: 0.9em;
}
#footer .sns {
  margin-bottom: 20px;
}
.langues {
  float: right;
  display: none;
}
.wpml-ls-legacy-list-horizontal{
  display: none;
  position: absolute;
  right: 15px;
  margin: 13px -1.0em 0;
}
.wpml-ls-legacy-list-horizontal ul li{
  border-left: solid 1px #777;
  float: left;
  list-style: none;
  padding: 0 1.0em;
  margin: 0;
  line-height: 1em;
}
.wpml-ls-legacy-list-horizontal li a{
  margin: 0;
  padding: 0;
}
.wpml-ls-legacy-list-horizontal li:first-child{
  border-left: none;
  list-style-type: none
}
@media screen and (min-width: 768px){
.wpml-ls-legacy-list-horizontal{
  display: block;
}
.global-header__menu {
  display: block;
}
.langues{
  display: inline-block;
}
#lang_sel_list ul{
  margin: 18px 0 !important;
}
}
/****************************************
  Vertical Drawer
*****************************************/
.wrapper {
  min-height: 100%;
  z-index: 1;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.side-open .wrapper {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: perspective(500px) rotateY(4deg);
  transform: perspective(500px) rotateY(4deg);
}
.side-open.page .wrapper,.side-open.archive .wrapper,.side-open.single .wrapper {
  -webkit-transform: translate3d(200px, 0, 0);
  transform: translate3d(200px, 0, 0);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.overlay {
  position: fixed;
  top: 70px;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  cursor: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  z-index: 100;
}
.side-open .overlay {
  visibility: visible;
  background: rgba(0,0,0,.50);
  opacity: 1;
}
.overlay:after {
  position: fixed;
  top: 35%;
  left: 0px;
  display: block;
  width: 100%;
  height: 100px;
  visibility: hidden;
  font-size: 100px;
  text-align: center;
  color: rgba(255,255,255,0);
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
}
.side-open .overlay:after {
  visibility: visible;
  color: rgba(255,255,255,1);
}
/* android browser */
@media screen and (max-width: 500px) {
  .overlay:after {
    display: none;
  }
}
/* --------------------------------------------------- blog side menu */
.blog-menu {
  position: fixed;
  top: 70px;
  left: 0;
  width: 200px;
  height: 100%;
  margin: none;
  text-align: left;
  background: #fff;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: perspective(-500px) rotateY(90deg);
  transform: perspective(-500px) rotateY(90deg);
  opacity: 0;
  display: none;
}
.side-open .blog-menu {
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1;
  z-index: 200;
  display: block;
}
.blog-menu__list {
  width: 100%;
  height: 100%;
  display: block;
  overflow: auto;
  clear: both;
  padding: 20px 10px;
}
.blog-menu__list * {
  -webkit-transition-delay: .8s;
  transition-delay: .8s;
  -webkit-transition-duration: .8s;
  transition-duration: .8s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  opacity: 0;
}
.side-open .blog-menu__list * {
  opacity: 100;
}
.blog-menu__list--child {
  display: none;
}
.active .blog-menu__list--child {
  display: block;
}
.active .blog-menu__list--child li {
  display: block;
  padding: 8px 0 8px 32px;
  font-size: 12px;
  color: #000;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.blog-menu__list > li h2,
.blog-menu__list > li {
  display: block;
  position: relative;
  white-space: nowrap;
  margin-bottom: 15px;
  line-height: 40px;
  height: 40px;
  padding: 0 0 0 25px;
  font-weight: bold;
}
.blog-menu__list h2 {
  cursor: pointer;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.blog-menu__list > li > h2:after {
  content: ' +';
  color: #000;
  font-size: 20px;
}
.blog-menu__list > li.active h2:after {
  content: ' -';
}
.blog-menu__list > li > h2:hover,
.blog-menu__list > li:after {
    content: '';
    height: 1px;
    width: 0%;
    position: absolute;
    top: 50%;
    left: 110%;
    background-color: #000;
    -webkit-transition: width 500ms, left 500ms;
    -moz-transition: width 500ms, left 500ms;
    -o-transition: width 500ms, left 500ms;
    transition: width 500ms, left 500ms;
}
/* --------------------------------------------------- ellipsis btn */
.side-menu__btn {
  position: fixed;
  top: 20px;
  left: 15px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 300;
  display: inline-block;
}
.ellipsis-v {
  position: relative;
  display: block;
  cursor: pointer;
  width: 30px;
  height: 30px;
}
.ellipsis-v .point {
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  width: 30px;
  height: 5px;
  margin: auto;
  background: #000;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}
.ellipsis-v .point.top {
  top: 0;
}
.ellipsis-v .point.mid {
  top: 0;
  bottom: 0;
}
.ellipsis-v .point.bot {
  bottom: 0;
}
.side-menu__btn:hover .point.top {
  -webkit-transform: translate3d(0,-2px,0);
  transform: translate3d(0,-2px,0);
}
.side-menu__btn:hover .point.bot {
  -webkit-transform: translate3d(0,2px,0);
  transform: translate3d(0,2px,0);
}
.side-open .side-menu__btn:hover .point.top,
.side-open .point.top {
  width: 41px;
  height: 1px;
  background: #000;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.side-open .point.mid {
  opacity: 0;
}
.side-open .side-menu__btn:hover .point.bot,
.side-open .point.bot {
  width: 41px;
  height: 1px;
  background: #000;
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.side-open .side-menu__btn:hover .point.bot,
.side-open .side-menu__btn:hover .point.top {
  background: #ccc;
}
@media screen and (min-width: 768px){
.side-menu__btn {
  display: none;
}
}
/****************************************
　Home
*****************************************/
.home h1{
  font-size: 1.8em;
  margin-top: 0;
}
.home  section h2{
  font-size: 1.8em;
}
html:lang(ja) .home h1{
  font-size: 1.8em;
  margin-top: 0;
}
html:lang(ja) .home  section h2{
  font-size: 1.5em;
}
.effect-lazuli {
  position: relative;
  overflow: hidden;
  width: 100%;
  text-align: center;
  cursor: pointer;
  z-index: 1;
}

.effect-lazuli img {
  position: relative;
  max-width: 100%;
}

figure.effect-lazuli h3 {
  word-spacing: -0.15em;
  font-weight: 300;
}

figure.effect-lazuli h3 span {
  font-weight: 800;
}

figure.effect-lazuli h3,
figure.effect-lazuli p {
  margin: 0;
}

.effect-lazuli figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}
figure.effect-lazuli img {
  -webkit-transition: 0.35s, -webkit-transform 0.35s;
  transition: 0.35s, transform 0.35s;
  -webkit-transform: scale(1);
  transform: scale(1);
}

figure.effect-lazuli:hover img {
  -webkit-transform: scale(1.12);
  transform: scale(1.12);
}
figure.effect-lazuli figcaption::before,
figure.effect-lazuli p {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}
figure.effect-lazuli figcaption {
  position: absolute;
  bottom: 15px;
  width: -webkit-calc(100% - 60px);
  width: calc(100% - 60px);
  margin: 0 30px;
  text-align: center;
  display: none;
  z-index: 3;
}
figure.effect-lazuli figcaption h3 {
  font-size: 1.0em;
  line-height: 2.3em;
  margin: 0;
  padding: 0;
}
figure.effect-lazuli figcaption p {
  display: block;
  font-size: .7em;
  margin: 0 auto;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
.lazuli {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  text-align: center;
  cursor: pointer;
}
figure.lazuli figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  color: #000;
}

figure.lazuli h3 {
  word-spacing: -0.15em;
  font-weight: 100;
}

figure.lazuli h3 span {
}

figure.lazuli h3,
figure.lazuli p {
  margin: 0;
}

.lazuli figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}
figure.lazuli figcaption::before,
figure.lazuli p {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}
figure.lazuli figcaption {
  position: absolute;
  top: 45%;
  width: -webkit-calc(100% - 60px);
  width: calc(100% - 60px);
  margin: 0 30px;
  text-align: center;
}
figure.lazuli figcaption h3 {
  font-size: 1.3em;
  line-height: 1em;
  margin: 0;
  padding: 0;
}
figure a .text-overlay {
    opacity: 0;
    height: 100%;
    position: absolute;
    text-decoration: none;
    width: 100%;
    z-index: 1;
    padding: 20px;
    background: #fff;
    background: rgba(255,255,255,0.50);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
figure a .text-overlay {
    background: #fff;
    background: rgba(255,255,255,0.90);
}
figure a .text-overlay:hover {
  opacity:0.9;
  -moz-opacity:0.9;
  filter:alpha(opacity = 90);
}
figure a .text-overlay:before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border: 1px solid rgba(0,0,0,0.3);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
figure a .text-overlay:before {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}
figure a:hover .text-overlay:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
figure a .text-overlay .info {
    text-align: center;
    top: 50%;
    width: 100%;
    left: 0;
    position: absolute;
    margin-top: -11px;
    color: #333;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
}
#filters li {
  display: inline-block;
  padding: 10px 18px;
  margin-bottom: 10px;
  background: #EEE;
  border: none;
  border-radius: 7px;
  background-image: linear-gradient( to bottom, hsla(0, 0%, 0%, 0), hsla(0, 0%, 0%, 0.2) );
  color: #222;
  font-size: 16px;
  text-shadow: 0 1px white;
  cursor: pointer;
}

#filters li:hover {
  background-color: #8CF;
  text-shadow: 0 1px hsla(0, 0%, 100%, 0.5);
  color: #222;
}

#filters li:active,
#filters li.is-checked {
  background-color: #28F;
}

#filters li.is-checked {
  color: white;
  text-shadow: 0 -1px hsla(0, 0%, 0%, 0.8);
}

#filters li:active {
  box-shadow: inset 0 1px 10px hsla(0, 0%, 0%, 0.8);
}
article.masonry-item, article.isotope-item {
  opacity: 0;
  animation: fadeBottom 1.5s forwards 0s;
  -webkit-transition-duration:0.2s;
    -moz-transition-duration:0.2s;
    -ms-transition-duration:0.2s;
    -o-transition-duration:0.2s;
    transition-duration:0.2s;
}
.mix{
  display: none;
  overflow-y: hidden;
}
.filter {
  cursor : pointer;
}
.fadebottom{
  opacity: 0;
  animation-name: fadeBottom;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-play-state: pause;
}
@keyframes fadeBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(1000%);
    -ms-transform: translateY(1000%);
    transform: translateY(1000%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(1000%);
    -ms-transform: translateX(1000%);
    transform: translateX(1000%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.mix figure img{
  width: 100%;
  height: auto;
}
.imagezoom {
  color: #fff;
}
.imagezoom a{
  color: #fff;
}
.imagezoom figure:after {
    position: absolute;
    background: #fff;
    content: "";
    display: block;
    width: 50%;
    height: 1px;
    left: 25%;
    top: 50%;
    transform: scale(0);
    transition: all 0.35s ease-out;
    opacity: 0;
}
.imagezoom figure:hover {
    background-color: #000;
}
.imagezoom figure:hover:after {
    transform: scale(1);
    opacity: 1;
}
.imagezoom figcaption p,
.imagezoom figcaption h3 {
    position: absolute;
    text-align: center;
    width: 100%;
    opacity: 0;
    transition: all 0.35s ease-out 0.05s;
}
.imagezoom figcaption h3 {
  bottom: 51%;
  font-size: 1.2em;
  transform: translateY(-30px);
}
.imagezoom figcaption p {
    top: 52%;
    transform: translateY(30px);
}
.imagezoom figure:hover figcaption p,
.imagezoom figure:hover figcaption h3 {
    opacity: 1;
    transform: translateY(0);
}

.imagezoom figure img {
  transition: all 0.35s ease-out;
}
.imagezoom figure:hover img {
  opacity: .4;
  transform: scale(1.2);
}
/*
.hover-line
---------------------------------------*/
.hover-line span,
.hover-line > span{
  display:inline-block;
  position:relative;
  white-space: nowrap;
}


.hover-line span:after,
.hover-line > span:after{
  content:'';
  height:1px;
  width:0%;
  position:absolute;
  top:50%;
  left:110%;
  background-color:#000;
  -webkit-transition: width 500ms, left 500ms;
     -moz-transition: width 500ms, left 500ms;
       -o-transition: width 500ms, left 500ms;
          transition: width 500ms, left 500ms;
}


.hover-line:hover span:after,
.hover-line.current span:after,
.hover-line:hover > span:after,
.hover-line.active > span:after{
  width:120%;
  left:-10%;
  -webkit-transition: width 500ms;
     -moz-transition: width 500ms;
       -o-transition: width 500ms;
          transition: width 500ms;
}
#lightcase-content {
  border: solid 1px #CCC;
}
#lightcase-info #lightcase-caption {
    color: #000;
}
#lightcase-info {
  padding-top: 5px;
  width: 100%;
  z-index: 9999;
}
#lightcase-case {
    font-family: 'Montserrat','Lato','Open Sans', sans-serif;
    line-height: 18px;
    text-align: left;
    text-shadow: none;
}
#lightcase-info #lightcase-title {
  font-size: 13px;
  font-weight: bold;
  color: #333;
}
/****************************************
　PHOTO WEDDING
*****************************************/
.photowedding .imagezoom{
  margin: 0 -15px;
}
.photowedding header h3 {
    font-size: 1.15em;
    font-weight: bold;
    margin-top: 20px;
}
.photowedding header h3 a {
  color: #ff5a5f;
}
.padding-text p {
  margin-bottom: 0;
}
a .imagezoom {
  color: #fff;
}
figure.imagezoom:after {
    position: absolute;
    background: #fff;
    content: "";
    display: block;
    width: 50%;
    height: 1px;
    left: 25%;
    top: 50%;
    transform: scale(0);
    transition: all 0.35s ease-out;
    opacity: 0;
}
figure.imagezoom:hover:after {
    transform: scale(1);
    opacity: 1;
}
figure.imagezoom:hover {
    background-color: #000;
}
figure.imagezoom figcaption p,
figure.imagezoom figcaption h3 {
    position: absolute;
    text-align: center;
    width: 100%;
    opacity: 0;
    transition: all 0.35s ease-out 0.05s;
}
figure.imagezoom figcaption h3 {
  bottom: 51%;
  font-size: 1.2em;
  transform: translateY(-30px);
  margin: 0;
}
figure.imagezoom figcaption p {
    top: 52%;
    transform: translateY(30px);
}
figure.imagezoom:hover figcaption p,
figure.imagezoom:hover figcaption h3 {
    opacity: 1;
    transform: translateY(0);
}

figure.imagezoom img {
  transition: all 0.35s ease-out;
}
figure.imagezoom:hover img {
  opacity: .4;
  transform: scale(1.2);
}
.post-article header h2 {
    font-size: 1.5em;
    margin: 10px 0 10px;
    line-height: 1.8;
}
@media screen and (min-width: 768px){
.post-article header h2 {
    font-size: 1.8em;
    margin: 0 0 10px;
    line-height: 1;
}
}
.post-article header h3 {
  font-size: 1.5em;
  margin: 0;
}
.post-article a:hover{
  text-decoration: none;
}
h2.works{
  font-size: 1.1em;
  margin: 0px;
  line-height:1;
}
.youtube {
position: relative;
width: 100%;
padding-top: 56.25%;
}
.youtube iframe{
position: absolute;
top: 0;
right: 0;
width: 100% !important;
height: 100% !important;
}
.bordered {
  border: 1px solid rgba(0,0,0,0.1);
}
.bordered {
    border: 1px solid rgba(0,0,0,0.1);
    padding: 0 15px 15px 15px;
    background: #fff;
}
/****************************************
　Gallery Design Grind
*****************************************/
.gallery-design-grid-slide {
margin-bottom: 10px;
position: relative;
overflow: hidden;
}
@media screen and (min-width: 820px) {
.gallery-design-grid-slide {
width: 48%;
float: left;
margin: 0 1% 10px;
position: relative;
overflow: hidden;
}
}
@media screen and (min-width: 1260px) {
.gallery-design-grid-slide {
width: 32%;
float: left;
margin: 0 0.6% 10px;
position: relative;
overflow: hidden;
}
}

div.gallery ul li {
    display: none;
}

div.gallery ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}

div.gallery ul {
    overflow: hidden;
}
/****************************************
　Blog
*****************************************/
.space {
    padding: 50px 15px 80px;
}
.post-article p.description {
    text-align: justify;
    text-justify: inter-ideograph;
}
.spacer-line {
    margin: 0 auto;
    height: 16px;
    width: 100%;
    display: table;
    margin-top: 60px;
    margin-bottom: 60px;
    border-top: 1px solid #404040;
    text-align: center;
    clear: both;
    position: relative;
}
.spacer-line img {
    margin: 0 auto;
    padding: 0;
    top: -1px;
    left: 0;
    right: 0;
    position: absolute;
    width: 31px;
}
.galerie {
  margin-bottom: 30px;
}
.entry-header h1 {
  margin: 0;
}
.entry-header div.info {
  width: 100%;
  clear: both;
}
.entry-header div.info p {
  margin: 0;
  float: left;
}
.post-description h2 {
    border-top: 0;
    padding: 0;
    border-bottom: 1px solid #cdcdd1;
    margin: 40px 0 20px;
    line-height: 1.8;
    font-size: 1.3em;
    font-weight: bold;
}
.youtube {
position: relative;
width: 100%;
padding-top: 56.25%;
}
.youtube iframe{
position: absolute;
top: 0;
right: 0;
width: 100% !important;
height: 100% !important;
}
/****************************************
　Pagination
*****************************************/
.pagination {
    clear: both;
    padding: 20px 0;
    position: relative;
    font-size: 14px;
    line-height: 14px;
}
.pagination span, .pagination a {
    display: block;
    float: left;
    width: auto;
    margin: 2px 2px 2px 0;
    padding: 5px 9px 5px 9px;
    background-color: #fff;
    color: #555;
    text-decoration: none;
}
.pagination a {
    border: 1px solid #ccc;
}
.pagination a:hover{
    background-color: #f5d0d2;
    border: 1px solid #f5d0d2;
    color: #fff;
}
.pagination .current{
    padding: 5px 9px 5px 9px;
    background-color: #F4868B;
    border: 1px solid #F4868B;
    color: #fff;
}

/*** SNS Navigation ***/
ul.sns-before {
  float: right;
}
ul.sns-before li{
  font-size: 120%;
  float: left;
  margin-left: 10px;
  line-height: 28px;
  transition: 0.5s ease-in-out;/* CSS3 */
  -webkit-transition: 0.5s ease-in-out;/* for Safari and Chrome */
  -moz-transition: 0.5s ease-in-out;/* for Firefox */
  -o-transition: 0.5s ease-in-out;/* when Opera Presto 2.3 or later is released */
  -ms-transition: 0.5s ease-in-out;/* Linux browsers */
}
ul.sns-before li a{
  transition: 0.5s ease-in-out;/* CSS3 */
  -webkit-transition: 0.5s ease-in-out;/* for Safari and Chrome */
  -moz-transition: 0.5s ease-in-out;/* for Firefox */
  -o-transition: 0.5s ease-in-out;/* when Opera Presto 2.3 or later is released */
  -ms-transition: 0.5s ease-in-out;/* Linux browsers */
}
ul.sns-before li a:hover {
  opacity:0.5;
  -moz-opacity:0.5;
  filter:alpha(opacity = 50);
}
ul.sns-after {
  width: 100%;
  margin-top: 50px;
}
.single #main h1{
  float: left;
  font-size: 1.6em;
  font-weight: bold;
}
.single #main ul.sns-after li a{
  color: #666666;
  width: 25%;
  height: 70px;
  font-size: 170%;
  float: left;
  background-color: #eeeeee;
  line-height: 70px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  transition: 0.5s ease-in-out;/* CSS3 */
  -webkit-transition: 0.5s ease-in-out;/* for Safari and Chrome */
  -moz-transition: 0.5s ease-in-out;/* for Firefox */
  -o-transition: 0.5s ease-in-out;/* when Opera Presto 2.3 or later is released */
  -ms-transition: 0.5s ease-in-out;/* Linux browsers */
}
.single #main ul.sns-after li a:hover {
  opacity:0.5;
  -moz-opacity:0.5;
  filter:alpha(opacity = 50);
  text-decoration: none;
}

/*** Bottom Navigation, Comment Navigation ***/
.post_neighbors_container_wrapper {
       display: table;
       border-top: 1px solid #dcdcdc;
       border-bottom: #dcdcdc 1px solid;
       width: 100%;
       margin-top: 30px;
}
.post_neighbors_container {
       padding: 10px 0;
       display: table-row;
}
.single #main .post_neighbors_container a {
       padding: 20px 50px;
       display: block;
       text-align: center;
       display: table-cell;
       vertical-align: center;
       vertical-align: middle;
       width: 49.9%;
}
.single #main a.previous_post {
       vertical-align: middle;
       width: 49.9%;
       background: url(images/small-left.png) 3% center no-repeat;
      color: #666666;
}
.single #main a.previous_post:hover {
       background-color: #f5f5f5;
       text-decoration: underline;
}
.single #main a.next_post {
border-left: 1px dashed #dcdcdc;
background: url(images/small-right.png) 97% center no-repeat;
      color: #666666;
}
.single #main a.next_post:hover {
       background-color: #f5f5f5;
       text-decoration: underline;
}

div.nav-below{margin: 40px 0 0;overflow:auto;}
div.navigation{overflow:auto;}
  div.navigation a{margin-bottom:10px}

  .nav-previous a, .nav-next a,
  div.navigation .alignleft a, div.navigation .alignright a{
  color:#00A3D9;
  font-size:85%;
  text-decoration:none;
    }
    .nav-previous a:hover, .nav-next a:hover,
    div.navigation .alignleft a:hover, div.navigation .alignright a:hover{
  text-decoration:underline
      }

  .nav-previous a, div.navigation .alignleft a{
    float:left;
    }
  .nav-next a, div.navigation .alignright a{
    float:right;
    }
.reservation-mobile {
    text-align: center;
    position: fixed;
    bottom: 25px;
    width: 90%;
    z-index: 99999;
}

.single #content .reservation-mobile a {
    display: inline-block;
    width: 70%;
    color: #fff;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    padding: 6px 0;
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: .05em;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
}
.reservation-contact a {
    display: inline-block;
    width: 80%;
    color: #fff;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    padding: 6px 0;
    margin: 0 5px;
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: .05em;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
}
a.reservation {
  background-color: #F4868B;
  margin-bottom: 10px;
}
#reservation-wrapper {
    display: none;
    border: 1px solid #CCC;
    margin-bottom: 20px;
    background-color: #FFF;
    background-color: rgba(255, 255, 255, 0.90);
    width: 100%;
    max-width: 325px;
    z-index: 990;
    font-size: 90%;
    text-align: center;
}
#sidebar img.wp-post-image {
margin: 0 10px 0 0;
width: 100px;
float: left;
}
#sidebar img.wp-post-image {
  width: 100px;
}
#sidebar .textwidget img{
  vertical-align: top;
}
.widget-container h3 {
  font-size: 1.2em;
}
.widget-area h4{
    font-size: 1.0em;
    font-weight: bold;
}
@media screen and (min-width: 768px){
.reservation-mobile {
    display: none;
}
.reservation-contact a {
  width: 35%;
}
#reservation-wrapper {
    display: inline-block;
}
#sidebar img.wp-post-image {
  width: 65px;
}
}
.red{
  color: red;
}
.hide {
  transform: translateY(850px);
}
body.fixed #reservation-wrapper {
    position: fixed;
    top: 90px;
}
body.fixed .ajust {
    margin-bottom: 180px;
}
#reservation-wrapper h3{
  font-weight: bold;
  font-size: 1.2em;
}
.sidebar-fixed {
    position: fixed;
    top: 70px;
}
/****************************************
　Contact
*****************************************/
.wpcf7 p{
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
  text-align: left;
}
.wpcf7-text, .wpcf7-date, .wpcf7-form select, .wpcf7-textarea {
    width: 100%;
    margin-bottom: 0px;
    border-color: #1a1e24;
    border-width: 1px;
    padding: 0.5em;
}
.wpcf7-text, .wpcf7-date, .wpcf7-form select {
    height: 2.5em;
    border-radius: 0;    /* CSS3草案 */
  -webkit-border-radius: 0;  /* Safari,Google Chrome用 */
  -moz-border-radius: 0; /* Firefox用 */
}
div.wpcf7-mail-sent-ok {
  border: none;
}
.btn__box input.wpcf7-form-control.wpcf7-submit,.cool-button {
    display: block;
    width: 198px;
    height: 38px;
    margin: 0 auto;
    padding: 0 !important;
    line-height: 40px;
    font-size: 14px;
    color: #1a1e24;
    background: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border: 1px solid #1a1e24;
}
.btn__box input.wpcf7-form-control.wpcf7-submit:hover,.cool-button:hover {
    color: #fff !important;
    background: #1a1e24;
}
/* ---------------------------------------------------btn */
.btn__box {
  position: relative;
  text-align: center;
}

.btn__box a {
  display: block;
  width: 198px;
  height: 38px;
  margin: 0 auto;
  line-height: 40px;
  font-size: 14px;
  color: #1a1e24;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  border: 1px solid #1a1e24;
}

.btn__box a:hover {
  color: #fff !important;
  background: #1a1e24;
  text-decoration: none;
}

.btn__box--svg {
  position: absolute;
  top: -7px;
  left: 0;
  right: 0;
  width: 214px;
  height: 54px;
  margin: 0 auto;
  z-index: -1;
}

.btn__box--svg rect {
  fill: transparent;
  stroke: #1a1e24;
  stroke-width: 1px;
  stroke-dasharray: 242px;
  stroke-dashoffset: 256px;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.btn__box:hover .btn__box--svg rect {
  stroke-width: 2px;
  stroke-dasharray: 600px;
  stroke-dashoffset: 0;
}
.btn__box--svg rect {
    stroke-dasharray: 120px;
    stroke-dashoffset: 125px;
}
.btn__box:hover .btn__box--svg rect {
    stroke-width: 1px;
}

.blanc .btn__box {
  position: relative;
  text-align: center;
  z-index: 3;
}

.blanc .btn__box a {
  display: block;
  width: 198px;
  height: 38px;
  margin: 0 auto;
  line-height: 40px;
  font-size: 14px;
  color: #fff;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  border: 1px solid #fff;
  z-index: 3;
}

.blanc .btn__box a:hover {
  color: #1a1e24 !important;
  background: #fff;
  text-decoration: none;
  z-index: 3;
}

.blanc .btn__box--svg {
  position: absolute;
  top: -7px;
  left: 0;
  right: 0;
  width: 214px;
  height: 54px;
  margin: 0 auto;
  z-index: -1;
}

.blanc .btn__box--svg rect {
  fill: transparent;
  stroke: #fff;
  stroke-width: 1px;
  stroke-dasharray: 242px;
  stroke-dashoffset: 256px;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  z-index: 3;
}

.blanc .btn__box:hover .btn__box--svg rect {
  stroke-width: 2px;
  stroke-dasharray: 600px;
  stroke-dashoffset: 0;
  z-index: 3;
}
.blanc .btn__box--svg rect {
    stroke-dasharray: 120px;
    stroke-dashoffset: 125px;
  z-index: 3;
}
.blanc .btn__box:hover .btn__box--svg rect {
    stroke-width: 1px;
  z-index: 3;
}
div.wpcf7-mail-sent-ok {
    border: none !important;
    text-align: center !important;
}
.partner h4 {
  margin-bottom: 0px;
  font-weight: bold;
}
#footer h3 {
  font-weight: bold;
}
.filter a {
    color: #333333;
    font-size: 1.1em;
    padding: 0 1em;
    line-height: 1;
    border-right: 1px solid #333333;
    cursor: pointer;
}
#isotope {
  margin-top: 30px;
}
#ssba-classic-2 {
  float: right;
  width: auto !important;
}
li.widget-container {
  margin-bottom: 20px;
}
li.cat-item {
  margin-bottom: 10px;
}
#biography h2 {
  margin-top: 0px;
}
.post-page {
  width: 100%;
  position: relative;
  margin-bottom: 50px;
}
.post-page-description {
  width: 100%;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  background-color: #fff;
  padding: 20px 30px;
  z-index: 10;
}
.post-page-description h2{
  font-size: 1.5em;
}
.post-page-description h3{
  font-size: 1.3em;
}
.post-page:nth-child(odd) .post-page-description{
  float: right!important;
}
.post-page:nth-child(even) .post-page-description{
  float: left!important;
}
.post-page-image {
  margin: 0;
  width: auto;
  height: auto;
  max-width: 100%;
  font-size: 0;
  line-height: 0;
  text-align: center;
  z-index: -10;
  width: 100%;
}
.post-page:nth-child(odd) .post-page-image {
  left: 0;
}
.post-page:nth-child(even) .post-page-image {
  right: 0;
}
.post-page-image img {
  max-width :100%;
  max-height: 100%;
  object-fit: cover;
}
.post-service header h2 {
  font-size: 1.5em;
  margin: 0;
}
.ui-datepicker-calendar tr td:first-child,.ui-datepicker-calendar tr td:nth-child(7){
  pointer-events: none;
  filter: alpha(opacity=50);        /* ie5-7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  -moz-opacity:0.5; /* FF , Netscape */
  -khtml-opacity: 0.5; /* Safari 1.x */
  opacity: 0.5;
}
@media screen and (min-width: 768px){
.post-page {
  margin-top: 50px;
  margin-bottom: 250px;
}
.post-page-description {
  width: 60%;
  margin: 0 -15px 0;
  padding: 50px 100px;
}
.post-page-image {
  margin: 0 -15px;
  max-width: 45%;
  top: -48px;
  position: absolute;
  bottom: -350px;
}
}
/* ==================================================
  2022年3月28日修正内容
================================================== */
/****************************************
　LA FOURCHETTE予約モジュールのためのモーダルオープン
*****************************************/
#reservation {
  position:  fixed;
  right: 15px;
  bottom: 15px;
  background-color: #fff;
  white-space: nowrap;
  background: #fff;
  box-shadow: 5px 5px 15px rgb(0 0 0 / 10%), -2px -2px 10px rgb(0 0 0 / 5%);
  border-radius: 5px;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
#reservation a {
  -moz-transition: .2s ease;
  -o-transition: .2s ease;
  -webkit-transition: .2s ease;
  transition: .2s ease;
  -webkit-box-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  cursor: pointer;
  padding: 12px 18px;
  text-align: center;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  color: #666;
  text-decoration: none;
  position: relative;
}
#reservation a:hover {
  background: #f5f5f5;
}
.lafourchette-open {
  border-right: 1px solid rgba(0,0,0,.1);
}
.lafourchette-box {
  width: 100%;
  max-width: 320px;
  border: solid 1px #CCC;
  border-radius: 5px;
  vertical-align: middle;
  position: fixed;
  top: 15px;
  right: 15px;
  background-color: #fff;
  height: -webkit-calc(100vh - 70px) ;
  height: calc(100vh - 70px) ;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 99990;
  display: none;
}
.lafourchette-opened .lafourchette-box {
  display: block;
}
.lafourchette-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 30px;
  height: -webkit-calc(100vh - 70px) ;
  height: calc(100vh - 70px) ;
}
.bonscadeaux-box {
  width: 100%;
  max-width: 320px;
  border: solid 1px #CCC;
  border-radius: 5px;
  vertical-align: middle;
  position: fixed;
  top: 15px;
  right: 15px;
  background-color: #fff;
  height: -webkit-calc(100vh - 70px) ;
  height: calc(100vh - 70px) ;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 99990;
  display: none;
}
.bonscadeaux-opened .boncadeau-box {
  display: block;
}
.bonscadeaux-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: -webkit-calc(100vh - 70px) ;
  height: calc(100vh - 70px) ;
}
.lafourchette-close span, .bonscadeaux-close span {
  position: absolute;
  right: 15px;
  top: 18px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  background-image: url(images/icon-close.svg);
  z-index: 99999;
}
#cookie-notice {
  line-height: 15px !important;
}
.cookie-notice-container {
  padding: 5px 30px !important;
}
#cookie-notice .cn-button:not(.cn-button-custom) {
  padding: 7px !important;
}
@media screen and (min-width: 768px){
.lafourchette-box {
  display: block;
}
#cookie-notice {
  z-index: 9990 !important;
}
}