@import url('https://fonts.googleapis.com/css?family=Raleway');

@import url('https://fonts.googleapis.com/css?family=PTSans');
@charset "UTF-8";
body,
html {
  width: 100%;
}
/* ---------------------------------
	HEADER
---------------------------------- */
#l_header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 105px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
#l_header.active {
  opacity: 1;
}
#header {
  width: 100%;
  height: 105px;
}
#header .inner {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 99999;
}
#header .l_logo {
  height: 110px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.patty_text{
    color: #669999;
    padding-top: 2px;
    margin-left: -1px;
    font-size: 10px;
    font-weight: 600;
}
/* ---------------------------------
menu
---------------------------------- */
nav * {
  background-repeat: no-repeat;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
nav#gn {
  position: fixed;
  top: 0;
  margin: 0;
  width: 100%;
  height: 105px;
  color: #fff;
  padding-top: 0;
  z-index: 130000;
  overflow: hidden;
  backface-visibility: hidden;
  -webkit-transition: background-color 0.6s cubic-bezier(0.7, 0.01, 0.3, 1), padding-top 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
  -moz-transition: background-color 0.6s cubic-bezier(0.7, 0.01, 0.3, 1), padding-top 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
  -o-transition: background-color 0.6s cubic-bezier(0.7, 0.01, 0.3, 1), padding-top 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
  transition: background-color 0.6s cubic-bezier(0.7, 0.01, 0.3, 1), padding-top 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
}
nav#gn .bar {
  position: relative;
  z-index: 100000;
  margin: 0;
  height: 105px;
  -webkit-transition: background-color 0.6s cubic-bezier(0.7, 0.01, 0.3, 1), margin-top 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
  -moz-transition: background-color 0.6s cubic-bezier(0.7, 0.01, 0.3, 1), margin-top 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
  -o-transition: background-color 0.6s cubic-bezier(0.7, 0.01, 0.3, 1), margin-top 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
  transition: background-color 0.6s cubic-bezier(0.7, 0.01, 0.3, 1), margin-top 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
}
nav#gn .nav-background {
  z-index: 1500;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: none;
  display: table;
  -webkit-transition: background-color 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
  -moz-transition: background-color 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
  -o-transition: background-color 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
  transition: background-color 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
}
nav#gn .nav-background ul {
  visibility: hidden;
  top: -10%;
  width: 100%;
  padding: 0;
  opacity: 0;
  display: table-cell;
  vertical-align: middle;
  -webkit-transform: perspective(600px) rotateX(10deg);
  -moz-transform: perspective(600px) rotateX(10deg);
  -ms-transform: perspective(600px) rotateX(10deg);
  -o-transform: perspective(600px) rotateX(10deg);
  transform: perspective(600px) rotateX(10deg);
  -webkit-transition: all 0.5s cubic-bezier(0.7, 0, 0.36, 0.63);
  -moz-transition: all 0.5s cubic-bezier(0.7, 0, 0.36, 0.63);
  -o-transition: all 0.5s cubic-bezier(0.7, 0, 0.36, 0.63);
  transition: all 0.5s cubic-bezier(0.7, 0, 0.36, 0.63);
}
nav#gn #toggle {
  z-index: 100000;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  cursor: pointer;
  position: absolute;
  top: 40px;
  left: 40px;
  -webkit-transition: padding-top 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
  -moz-transition: padding-top 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
  -o-transition: padding-top 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
  transition: padding-top 0.6s cubic-bezier(0.7, 0.01, 0.3, 1);
}
nav#gn #toggle :hover {
  -webkit-transition: top .4s;
  -moz-transition: top .4s;
  -o-transition: top .4s;
  transition: top .4s;
}
nav#gn #toggle .patty {
  width: 30px;
  height: 4px;
  margin: 10px 0;
  background: #669999;
}
nav#gn #toggle .patty:after,
nav#gn #toggle .patty:before {
  content: '';
  display: block;
  width: 30px;
  height: 4px;
  background: #669999;
  position: absolute;
  z-index: -1;
}
nav#gn #toggle .patty:before {
  top: -9px;
}
nav#gn #toggle .patty:after {
  top: 9px;
}
nav#gn .toggle {
  opacity: 0;
}
#to-top-button {
  display: none;
  position: absolute;
  z-index: 999;
  width: 70px;
  height: 60px;
  right: 60px;
  top: 10px;
  padding: 17px 20px;
  margin: 0;
  background: none;
}
#to-top-button:hover span {
  background: url(../img/top-arrow.png) center 5px no-repeat;
}
#to-top-button span {
  font-size: 14px;
  line-height: 40px;
  width: 24px;
  height: 24px;
  display: block;
  text-align: center;
  background: url(../img/top-arrow.png) center 7px no-repeat;
}
#to-top-button span:before {
  content: '';
  display: block;
  width: 24px;
  height: 4px;
  top: 0;
  background: #ec008c;
  position: absolute;
  z-index: -1;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
nav#gn .nav-background li {
  list-style: none;
  text-align: center;
  margin: 10px 0px 20px;
}
nav#gn .nav-background li:first-child {
  margin-top: 0;
}
nav#gn .nav-background li a {
  padding: 0;
  color: #669999;
  width: 100%;
  display: block;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 5px;
  text-indent: 5px;
  font-family: 'PTSans', sans-serif;
  outline: none;
}
nav#gn .nav-background li a span {
  display: inline-block;
  padding: 0 10px;
  margin: 0;
}
nav#gn .nav-background li a span:after {
  display: block;
  height: 1px;
  width: 0;
  font-weight: normal;
  background: #669999;
  position: absolute;
  bottom: 15px;
  left: 0;
  content: "";
  -webkit-transition: width 200ms ease-in-out;
  -moz-transition: width 200ms ease-in-out;
  -o-transition: width 200ms ease-in-out;
  transition: width 200ms ease-in-out;
}
nav#gn .nav-background li a:hover span:after {
  width: 100%;
}
nav#gn.solid {
  padding-top: 0;
}
nav#gn.solid #to-top-button {
  display: block;
}
nav#gn.solid #social li a {
  color: #fff;
}
nav#gn.solid #social li a:hover {
  color: #f7c5e3;
}
nav#gn.open {
  height: 100%;
  top: 0;
}
nav#gn.open #toggle {
  background-color: none !important;
}
nav#gn.open #to-top-button {
  display: none;
}
nav#gn.open .patty {
  background: none !important;
}
nav#gn.open .patty:after {
  top: 0 !important;
  background: #669999 !important;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
nav#gn.open .patty:before {
  top: 0 !important;
  background: #669999 !important;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
nav#gn.open .nav-background {
  background-color: #FFF!important;
  background-color: rgba(255, 255, 255, 0.9) !important;
}
nav#gn.open .nav-background ul {
  top: -40px;
  visibility: visible;
  opacity: 1;
  margin-top: 0;
  -webkit-transform: perspective(600px) rotateX(0deg);
  -moz-transform: perspective(600px) rotateX(0deg);
  -ms-transform: perspective(600px) rotateX(0deg);
  -o-transform: perspective(600px) rotateX(0deg);
  transform: perspective(600px) rotateX(0deg);
}
nav#gn.open #social li a {
  color: #ec008c;
}
nav#gn.open #social li a:hover {
  color: #f352b2;
}
nav#gn.closing {
  height: 100%;
}
nav#gn.closing .nav-background ul {
  top: 10%;
  visibility: visible;
  opacity: 0;
  -webkit-transform: perspective(600px) rotateX(-10deg);
  -moz-transform: perspective(600px) rotateX(-10deg);
  -ms-transform: perspective(600px) rotateX(-10deg);
  -o-transform: perspective(600px) rotateX(-10deg);
  transform: perspective(600px) rotateX(-10deg);
  -webkit-transition: all 0.5s cubic-bezier(0.63, 0.64, 0.3, 1);
  -moz-transition: all 0.5s cubic-bezier(0.63, 0.64, 0.3, 1);
  -o-transition: all 0.5s cubic-bezier(0.63, 0.64, 0.3, 1);
  transition: all 0.5s cubic-bezier(0.63, 0.64, 0.3, 1);
}
nav#gn .l_box {
  height: 40px;
  position: absolute;
  top: 33px;
  right: 30px;
  z-index: 999999;
  opacity: 0;
}
nav#gn .navBtn {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  font-family: 'PTSans', sans-serif;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: center;
  position: relative;
}
nav#gn .navBtn.navBtn--gray {
  background-color: #999999;
  color: #fff;
  margin: 0 5px;
}
nav#gn .navBtn.navBtn--green {
  background-color: #99cccc;
  color: #fff;
  margin: 0 5px;
}
nav#gn .navBtn i {
  margin-right: 10px;
}
nav#gn .active {
  opacity: 1;
}
nav#gn .salonLinkBox {
  width: 70%;
  display: block;
  margin: 20px auto 20px;
  overflow: hidden;
  padding: 100px 0 0;
}
nav#gn .salonLinkBox .reserveLink {
  float: left;
  width: 31.333%;
  margin: 0px 1%;
}
nav#gn .salonLinkBox .reserveLink a {
  background: #9cc;
  font-size: 22px;
}
nav#gn .salonLinkBox .underLinkBox {
  float: left;
  width: 31.333%;
  margin: 35px 1% 0px;
  font-size: 12px;
  color: #FFF;
}
nav#gn .salonLinkBox .underLinkBox a.reserveTelLink {
  text-decoration: none;
  background: #99cccc;
  color: #FFF;
  text-align: center;
  padding: 10px 0;
  width: 100%;
  margin: 0px auto;
  display: block;
  font-size: 13px;
}
nav#gn .salonLinkBox .underLinkBox a.reserveTelLink span {
  display: block;
  background-image: url(/resources/images/nail/icon_tel.png);
  background-repeat: no-repeat;
  background-position: 10% 50%;
  padding: 0px 0px 0px 30px;
  box-sizing: border-box;
  text-align: center;
  font-family: 'Raleway', sans-serif;
  font-size: 20px;
}
nav#gn .salonLinkBox .underLinkBox span.capTxt {
  display: block;
  width: 330px;
  margin: 10px auto 0;
  font-size: 12px;
  color: #666;
  letter-spacing: 2px;
}
#location.location {
  width: 100%;
  height: 510px;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
#location.location:hover > .catch {
  background-color: rgba(102, 153, 153, 0);
}
#location.location:hover .title,
#location.location:hover .icon,
#location.location:hover .comment {
  opacity: 0;
}
#location.location #map-canvas {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#location.location .catch {
  width: 375px;
  height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 10;
}
#location.location .title {
  font-size: 26px;
  height: 65px;
  text-align: center;
  line-height: 65px;
  color: white;
  transition: opacity 0.3s ease;
  opacity: 1;
}
#location.location .icon {
  width: 100px;
  height: 75px;
  border-top: 3px solid white;
  text-align: center;
  line-height: 75px;
  color: white;
  font-size: 26px;
  transition: opacity 0.3s ease;
}
#location.location .comment {
  line-height: 25px;
  text-align: center;
  font-size: 16px;
  color: white;
  margin-bottom: 20px;
  transition: opacity 0.3s ease;
  opacity: 1;
}
#breadcrumb.breadcrumb {
  width: 100%;
  height: 40px;
  background-color: #f7fbfb;
}
#breadcrumb.breadcrumb .inner {
  height: 40px;
  max-width: 1200px;
  width: 100%;
  display: flex;
  margin: 0 auto;
}
#breadcrumb.breadcrumb .item {
  height: 100%;
  line-height: 40px;
  padding: 0 20px;
  text-align: center;
  font-size: 14px;
  color: #555;
}
#breadcrumb.breadcrumb .item.active {
  color: #669999;
  font-weight: bold;
}
#breadcrumb.breadcrumb .arrow {
  width: 15px;
  height: 100%;
  background: url("http://zacc.branches/public_html/resources/images/breadcrumb_arrow.png") no-repeat center;
  background-size: 15px 100%;
}
/* ---------------------------------
	FOOTER
---------------------------------- */
#footer {
  width: 100%;
  height: 250px;
  background-color: #669999;
}
#footer .underLink{
  width: 1100px;
  margin: 0px auto 0px;
  border-bottom: 1px solid rgba(255,255,255,0.2);
}
#footer .underLink ul{ overflow: hidden; }
#footer .underLink li{ text-align: center; float: left; width: 12.5%; padding: 10px 0px 10px; }
#footer .underLink li a{ color: #FFF; display: block; padding: 15px 0px; box-sizing: border-box; }
#footer .underLink li a:hover{ text-decoration: underline; }
#footer .inner {
  padding: 35px 50px;
  box-sizing: border-box;
  height: 100%;
  max-width: 1200px;
  width: 100%;
  letter-spacing: 1px;
  display: flex;
  margin: 0 auto;
}
#footer .inner .l_box {
  height: 40px;
  z-index: 999999;
  margin-top: 20px;
}
#footer .inner .navBtn {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  font-family: 'PTSans', sans-serif;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: center;
  position: relative;
}
#footer .inner .navBtn.navBtn--gray {
  background-color: #999999;
  color: #fff;
  margin: 0 0px 0px 5px;
}
#footer .inner .navBtn.navBtn--green {
  background-color: #99cccc;
  color: #fff;
  margin: 0 5px;
}
#footer .inner .navBtn i {
  margin-right: 10px;
}
#footer .inner .col {
  height: 100%;
}
#footer .inner .col .headline {
  font-weight: bold;
  color: #fff;
  font-size: 16px;
  margin-bottom: 25px;
}
#footer .inner .col .tel {
  font-weight: bold;
}
#footer .inner .col .text {
  font-size: 14px;
  color: #fff;
}
#footer .inner .col.contactUs {
  text-align: left;
  width: 33%;
  flex: 1;
}
#footer .inner .col.followUs {
  width: 33%;
  text-align: center;
  flex: 1;
}
#footer .inner .col.followUs .iconBox {
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: center;
  padding: 0 20px;
  box-sizing: border-box;
}
#footer .inner .col.followUs .iconBox .icon {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #669999;
  margin: 5px;
  font-size: 22px;
  background-color: white;
}
#footer .inner .col.location {
  width: 33%;
  text-align: right;
  flex: 1;
  color: #fff;
}
#footer .inner .col.location .comment {
  font-weight: bold;
}
#footer .inner .col.location .link {
  color: white;
  font-size: 16px;
}
#footer .inner .col.location .link i {
  margin-left: 5px;
}
#copyright.copyright {
  width: 100%;
  height: 100px;
  text-align: center;
  font-size: 14px;
  line-height: 100px;
  background-color: #669999;
  color: white;
  letter-spacing: 1px;
}
a {
  text-decoration: none;
}
.b {
  font-weight: bold;
}
.u {
  text-decoration: underline;
}
.i {
  font-style: italic;
}
.B {
  display: block;
}
.js--fadeIn {
  transform: translateY(0px);
  opacity: 1;
  transition: all 1s ease 0s;
}
.js--fadeIn.close {
  transform: translateY(20px);
  opacity: 0;
}
.js--comeOn > .image {
  transition: all 0.8s ease !important;
}
.js--comeOn:hover > .image {
  transform: scale(1.2) !important;
}
#l_body.l_body {
  letter-spacing: 3px;
  padding-top: 105px;
  box-sizing: border-box;
}
/***********************************
* ナビゲーション
***********************************/
#sub-nav .row {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: flex;
  display: -webkit-flex;
  border: solid #f7fbfb 5px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 14px;
}
#sub-nav .btn {
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #99cccc;
  color: #fff;
  flex: 1;
  -webkit-flex: 1;
}
#sub-nav .btn.btn--light {
  background-color: #f7fbfb;
  color: #669999;
}
/***********************************
* レイアウト
***********************************/
.inner700 {
  width: 700px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}
.inner1200 {
  width: 1200px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}
/***********************************
* ペーパー
***********************************/
.paper.paper--l {
  width: 100%;
  height: auto;
  overflow: hidden;
  line-height: 180%;
  color: #333;
  font-size: 14px;
  text-align: left;
}
.paper.paper--plan {
  width: 100%;
  height: auto;
  overflow: hidden;
  line-height: 180%;
  color: #727272;
  text-align: left;
  font-size: 13px;
  margin-top: 30px;
}
.paper.paper--plan .paper__title {
  width: 100%;
  height: 22px;
  line-height: 22px;
  text-align: center;
  font-size: 22px;
  color: #669999;
  letter-spacing: 4px;
}
.paper.paper--plan .paper__sub {
  width: 100%;
  height: 12px;
  line-height: 12px;
  text-align: center;
  font-size: 12px;
  color: #888;
  margin-top: 15px;
}
.paper.paper--plan .paper__plan {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  line-height: 30px;
}
.paper.paper--plan .paper__comment {
  text-align: center;
  line-height: 180%;
  margin-top: 30px;
}
/***********************************
* 見出し
***********************************/
.mini-headline {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 50px 0 50px 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.mini-headline .mini-headline__inner {
  width: 1200px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}
.mini-headline .mini-headline__inner__headline {
  width: 100%;
  height: 25px;
  line-height: 25px;
  text-align: left;
  color: #669999;
  font-size: 25px;
  margin-bottom: 15px;
}
.mini-headline .mini-headline__inner__border {
  width: 70px;
  height: 2px;
  background-color: #669999;
}
.lg-headline {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.lg-headline .inner {
  width: 700px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding: 35px 0 15px 0;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
.lg-headline .headline {
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 30px;
  color: #669999;
  letter-spacing: 8px;
}
.lg-headline .border {
  width: 100px;
  height: 3px;
  background-color: #669999;
  margin-top: 20px;
}
.lg-headline .icon {
  width: 65px;
  height: 65px;
  line-height: 75px;
  text-align: center;
  color: #669999;
  font-size: 25px;
}
.lg-headline .sub {
  width: 100%;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #555;
  font-size: 14px;
}
/***********************************
* カタログボックス
***********************************/
#catalogBox {
  width: 100%;
  height: auto;
  overflow: hidden;
}
#catalogBox .mini-headline {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 50px 0 50px 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#catalogBox .mini-headline__inner {
  width: 1200px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}
#catalogBox .mini-headline__inner__headline {
  width: 100%;
  height: 25px;
  line-height: 25px;
  text-align: left;
  color: #669999;
  font-size: 25px;
  margin-bottom: 15px;
}
#catalogBox .mini-headline__inner__border {
  width: 70px;
  height: 2px;
  background-color: #669999;
}
#catalogBox .catalogBox__inner {
  width: 1100px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
#catalogBox.in-spacer .catalogBox__inner__frame {
  margin-top: 50px;
}
#catalogBox .catalogBox__inner__frame {
  width: 260px;
  height: 390px;
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
}
#catalogBox .catalogBox__inner__frame .iconNew {
  background: #ef6a6a;
  color: #FFF;
  font-size: 10px;
  padding: 5px 5px;
  position: absolute;
  line-height: 100%;
  top: 0px;
  right: 0px;
  z-index: 99999;
  letter-spacing: 0px;
}
#catalogBox .catalogBox__inner__frame .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 260px;
  height: 390px;
  background-color: #bbb;
}
#catalogBox .catalogBox__inner__frame .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 260px;
  height: 390px;
  transition: background-color 0.4s ease;
}
#catalogBox .catalogBox__inner__frame .catch {
  position: absolute;
  top: 0;
  left: 0;
  width: 260px;
  height: 390px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column;
  align-items: center;
  -webkit-align-items: center;
  opacity: 0;
  transition: opacity 0.4s ease;
}
#catalogBox .catalogBox__inner__frame.frame--white .catch__title {
  font-size: 16px;
  font-weight: bold;
  line-height: 25px;
  border-bottom: 1px solid #333;
  width: 85%;
  text-align: center;
  color: #333;
}
#catalogBox .catalogBox__inner__frame.frame--white .catch__comment {
  margin-top: 10px;
  font-size: 12px;
  line-height: 20px;
  width: 80%;
  text-align: center;
  color: #333;
}
#catalogBox .catalogBox__inner__frame.frame--white:hover .mask {
  background-color: rgba(255, 255, 255, 0.6);
}
#catalogBox .catalogBox__inner__frame.frame--white:hover .catch {
  opacity: 1;
}
#catalogBox .catalogBox__inner__frame.frame--black .catch__title {
  font-size: 16px;
  font-weight: bold;
  line-height: 25px;
  color: #fff;
  border-bottom: 1px solid #fff;
  width: 85%;
  text-align: center;
}
#catalogBox .catalogBox__inner__frame.frame--black .catch__comment {
  margin-top: 10px;
  font-size: 12px;
  line-height: 20px;
  width: 80%;
  text-align: center;
  color: #fff;
}
#catalogBox .catalogBox__inner__frame.frame--black:hover .mask {
  background-color: rgba(0, 0, 0, 0.4);
}
#catalogBox .catalogBox__inner__frame.frame--black:hover .catch {
  opacity: 1;
}
.viewall-btn {
  width: 300px;
  height: 65px;
  border-radius: 32.5px;
  border: solid 2px #669999;
  position: relative;
  top: 0;
  left: 0;
  margin: 50px auto;
  line-height: 65px;
  text-align: center;
  color: #669999;
}
.viewall-btn .arrow {
  position: absolute;
  top: 0;
  right: 0;
  width: 65px;
  height: 65px;
  line-height: 65px;
  text-align: center;
}
/* ---------------------------------
	LINK
---------------------------------- */
/** シェアボックス追記　**/
.shareData {
  clear: both;
  width: 1100px;
  margin: 0px auto 0px;
  padding: 5px 0px;
  overflow: hidden;
}
.shareData .shareBox {
  display: block;
  padding: 10px 0px 5px;
}
.shareData .shareBox .lineData img {
  width: 82px;
  height: auto;
}
.shareData ul.share {
  overflow: hidden;
}
.shareData ul.share li {
  float: left;
  margin-right: 10px;
  padding: 0px;
  line-height: 100%;
  list-style: none;
}
#wedding__bigImage {
  width: 100%;
  height: 400px;
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
}
#wedding__bigImage .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 400px;
  z-index: 100;
}
#wedding__bigImage .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 400px;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1000;
}
#wedding__bigImage .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 400px;
  display: block;
  text-align: center;
  z-index: 2000;
}
#wedding__bigImage .content .catch {
  width: 100%;
  margin: 0px auto;
  padding: 150px 0 0;
}
#wedding__bigImage .content .catch .title {
  width: 100%;
  line-height: 58px;
  text-align: center;
  font-size: 58px;
  color: #fff;
  letter-spacing: 8px;
}
#wedding__bigImage .content .catch .comment {
  width: 100%;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  letter-spacing: 6px;
  margin-top: 25px;
}
.lg-headline {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.lg-headline .inner {
  width: 700px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding: 35px 0 15px 0;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
.lg-headline .headline {
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 30px;
  color: #669999;
  letter-spacing: 8px;
}
.lg-headline .border {
  width: 100px;
  height: 3px;
  background-color: #669999;
  margin-top: 20px;
}
.lg-headline .icon {
  width: 65px;
  height: 65px;
  line-height: 75px;
  text-align: center;
  color: #669999;
  font-size: 25px;
}
.lg-headline .sub {
  width: 100%;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #555;
  font-size: 14px;
  margin-top: 20px;
}
#weddingAbout.box {
  width: 100%;
  height: auto;
  overflow: hidden;
}
#weddingAbout.box .inner {
  width: 700px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding: 75px 0 50px 0;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
#weddingAbout.box .headline {
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 30px;
  color: #669999;
  letter-spacing: 8px;
}
#weddingAbout.box .border {
  width: 55px;
  height: 5px;
  background-color: #669999;
  margin-top: 20px;
}
#weddingAbout.box .paper {
  width: 100%;
  height: auto;
  overflow: hidden;
  line-height: 200%;
  color: #727272;
  font-size: 14px;
  text-align: center;
  margin-top: 60px;
}
#weddingProgram.box {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #f7fbfb;
  margin-bottom: 40px;
}
#weddingProgram.box .inner {
  width: 700px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding: 75px 0 50px 0;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
#weddingProgram.box .headline {
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 30px;
  color: #669999;
  letter-spacing: 8px;
}
#weddingProgram.box .border {
  width: 55px;
  height: 5px;
  background-color: #669999;
  margin: 20px 0;
}
#weddingProgram.box .paper {
  width: 100%;
  height: auto;
  overflow: hidden;
  line-height: 200%;
  color: #727272;
  font-size: 14px;
  text-align: center;
  margin-top: 60px;
}
#weddingProgram.box .underBox {
  overflow: hidden;
  padding: 50px 0;
}
#weddingProgram.box .leftCont {
  width: 66.666%;
  float: left;
}
#weddingProgram.box .rightCont {
  width: 32.333%;
  float: right;
}
#weddingProgram.box ul.blockBox {
  overflow: hidden;
}
#weddingProgram.box ul.blockBox li {
  width: 100%;
  height: 180px;
  margin: 0 3% 15px 0;
  background: #99cccc;
  padding: 20px;
  box-sizing: border-box;
  float: left;
  color: #FFF;
}
#weddingProgram.box ul.blockBox li span {
  width: 105px;
  height: 22px;
  letter-spacing: 0px;
  font-size: 12px;
  text-align: center;
  border: 1px solid #FFF;
  padding: 1px 0 0;
  box-sizing: border-box;
  border-radius: 11px;
  margin: 5px auto;
  display: block;
}
#weddingProgram.box ul.blockBox li h3 {
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0px;
  padding-top: 10px;
}
#weddingProgram.box ul.blockBox li p {
  font-size: 13px;
  line-height: 180%;
  font-weight: normal;
  margin-top: 10px;
  letter-spacing: 0;
}
#menu__section {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-bottom: 80px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#menu__section .inner {
  width: 700px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding: 25px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.paper.paper--plan {
  width: 100%;
  height: auto;
  overflow: hidden;
  line-height: 180%;
  color: #727272;
  text-align: left;
  font-size: 13px;
  margin-top: 30px;
}
.paper.paper--plan .paper__title {
  width: 100%;
  height: 22px;
  line-height: 22px;
  text-align: center;
  font-size: 22px;
  color: #669999;
  letter-spacing: 4px;
}
.paper.paper--plan .paper__sub {
  width: 100%;
  height: 12px;
  line-height: 12px;
  text-align: center;
  font-size: 12px;
  color: #888;
  margin-top: 25px;
}
.paper.paper--plan .paper__plan {
  overflow: hidden;
  display: block;
  line-height: 30px;
  padding: 20px 0 0;
}
.paper.paper--plan .paper__name {
  width: 70%;
  float: left;
  text-align: left;
  font-size: 16px;
  letter-spacing: 0px;
}
.paper.paper--plan .paper__price {
  width: 30%;
  float: right;
  text-align: right;
  font-size: 16px;
  letter-spacing: 0px;
}
.paper.paper--plan .paperComment {
  clear: both;
  text-align: left;
  line-height: 160%;
  padding-top: 10px;
  letter-spacing: 0px;
  display: block;
}
.paper.paper--plan .paperComment2 {
  clear: both;
  text-align: center;
  line-height: 200%;
  font-size: 14px;
  padding-top: 0px;
  letter-spacing: 0px;
  display: block;
}



@media screen and (max-width: 1024px) {
  nav#gn .l_box {
    width: 30%;
    height: 40px;
    position: absolute;
    top: 30px;
    right: 20px;
    z-index: 999999;
    text-align: right;
  }
  #footer .underLink{
    width: 100%;
    margin: 0px auto 0px;
    border-bottom: 1px solid rgba(255,255,255,0.2);
  }
}