@charset "UTF-8";
/* CSS Document */
body {
  color: #000;
  margin: 0 auto;
  padding: 0px;
  line-height: 1.4em;
  font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
  font-weight: 300;
  overflow-x: scroll;
}

* {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

img {
  border: none;
  height: auto;
}

.clearfix:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  display: inline-table;
}

.clear {
  clear: both;
}

.left {
  float: left;
}

.right {
  float: right;
}

.block {
  overflow: hidden;
}

img {
  line-height: 1em;
  margin: 0px;
  padding: 0px;
  vertical-align: bottom;
}

a,
a img {
  transition: 0.3s;
}

a:hover img {
  opacity: 0.8;
}

a[href^='tel:'] {
  pointer-events: none;
}

input[type='submit'] {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
}

/*
{
	font-family: 'Noto Sans JP', sans-serif;
	font-family: 'Montserrat', sans-serif;
	font-family: 'Libre Baskerville', serif;
}
*/

ul.menu li.menu__mega a {
  display: block;
  position: relative; /* .en縺ｨ.ja縺ｮ邨ｶ蟇ｾ驟咲ｽｮ縺ｮ蝓ｺ貅� */
  transition: 0.2s; /* 0.5遘偵〒蛟､繧偵↑繧√ｉ縺九↓螟牙喧縺輔○繧� */
}
.en,
.ja {
  display: block; /* position謖�ｮ壹′縺ゅｋ譎ゅ�辟｡縺上※繧ょ庄 */
  width: 200px;
  position: absolute; /* .en縺ｨ.ja繧帝㍾縺ｭ縺ｦ陦ｨ遉ｺ */
  transition: 0.2s; /* 0.5遘偵〒蛟､繧偵↑繧√ｉ縺九↓螟牙喧縺輔○繧� */
}
.en {
  opacity: 1; /* 譎ｮ谿ｵ縺ｯ闍ｱ隱櫁｡ｨ險倥ｒ陦ｨ遉ｺ */
}
.ja {
  opacity: 0; /* 譎ｮ谿ｵ縺ｯ譌･譛ｬ隱櫁｡ｨ險倥ｒ騾乗�縺ｫ */
  font-family: 'Noto Sans Japanese', sans-serif;
}
ul.menu li.menu__mega a:hover .en {
  /* a縺ｫ繝帙ヰ繝ｼ縺励◆縺ｨ縺崎恭隱櫁｡ｨ險倥�騾乗�縺ｫ */
  opacity: 0;
}
ul.menu li.menu__mega a:hover .ja {
  /* a縺ｫ繝帙ヰ繝ｼ縺励◆縺ｨ縺肴律譛ｬ隱櫁｡ｨ險倥ｒ陦ｨ遉ｺ */
  opacity: 1;
}

li.menu__mega ul.menu__second-level {
  position: absolute;
  top: 0;
  left: 200px;
  /*background-color: rgba(100,88,82,0.75);
    /*-webkit-transition: all .5s ease;
    transition: all .5s ease;*/
  visibility: hidden;
  opacity: 0;
  z-index: 100;
  width: 240px;
  padding-top: 140px;
  background-color: rgba(238, 238, 238, 0.9);
}

li.menu__mega:hover ul.menu__second-level {
  position: absolute;
  left: 200px;
  visibility: visible;
  opacity: 1;
  height: 100%;
  transition: all 0.5s ease;
  z-index: 100;
}

li.menu__mega ul.menu__second-level > li {
  border: none;
  list-style: none;
  padding: 0;
  width: 240px;
  font-size: 13px !important;
}

/*li.menu__mega ul.menu__second-level > li:nth-child(3n+2) {
    margin: 0 1%;
}*/

#sns_icon,
.sns_smp {
  text-align: center;
}

.sns_smp {
  padding-top: 15px;
}

#sns_icon {
  padding-top: 5px;
}

#sns_icon img,
.sns_smp img {
  margin: 0px 5px;
}

#sns_icon img {
  display: block;
  margin: 0 auto 10px;
  width: 20px;
}

#copyright {
  position: fixed;
  top: 38%;
  right: 10px;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
}

header {
  display: none;
  width: 100%;
  position: fixed;
  background-color: #fff;
  top: 0px;
  height: 60px;
  z-index: 102;
}

header h1 {
  width: 250px;
  height: auto;
  margin: 12px 0px 0px 5%;
}

header h1 img {
  width: 100%;
}

p#smp_tel,
a#smp_contact,
.drawr,
.smp_img,
.smp_brk,
.gift_bx .main_cont .cont td a.right,
ul#fxd_btm {
  display: none;
}

/* ------------------------------
   loopSlider
------------------------------ */
.loopSliderWrap {
  top: 0;
  left: 0;
  height: 560px;
  overflow: hidden;
  position: absolute;
}

.loopSlider {
  margin: 0 auto;
  width: 100vw;
  height: 560px;
  text-align: left;
  position: relative;
  overflow: hidden;
}

.loopSlider ul {
  height: 560px;
  float: left;
  overflow: hidden;
}

.loopSlider ul li {
  width: 2458px;
  height: 560px;
  float: left;
  display: inline;
  overflow: hidden;
}

/* ------------------------------
   CLEARFIX ELEMENTS
------------------------------ */
.loopSliderWrap:after {
  content: '';
  display: none;
  clear: none;
}

/*----------------------------slide----------------------------*/

nav#side_nav {
  position: fixed;
  width: 200px;
  height: 100%;
  box-sizing: border-box;
  padding: 145px 0px 0px 0px;
  z-index: 100;
  left: 0px;
  top: 0px;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.4));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.4));
  background: linear-gradient(left, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.4));
}

nav#side_nav ul li a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  color: #000;
  text-decoration: none;
  display: block;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  text-align: center;
}

nav#side_nav .menu__second-level li a {
  font-weight: 400;
}

nav#side_nav .menu__second-level li a span {
  width: 240px;
}

nav#side_nav ul li a:hover {
  background-color: rgba(238, 238, 238, 0.9);
}

nav#side_nav ul li ul li a:hover {
  background-color: rgba(255, 255, 255, 0.9);
}

nav#side_nav p#footer {
  position: absolute;
  font-size: 14px;
  bottom: 25px;
  left: 25px;
}

nav#side_nav p#footer span {
  display: block;
  padding-top: 5px;
  line-height: 1.4em;
  font-weight: 300;
  font-family: 'Montserrat', sans-serif;
}

nav#side_nav p#footer a {
  margin-top: 15px;
  font-size: 14px;
  text-align: center;
  line-height: 24px;
  color: #fff;
  text-decoration: none;
  display: block;
  width: 130px;
  background-color: #000;
  font-family: 'Montserrat', sans-serif;
}

nav#side_nav p#footer a:hover {
  background-color: #999;
}

footer {
  background: -moz-linear-gradient(top, #000000, #313131);
  background: -webkit-linear-gradient(top, #000000, #313131);
  background: linear-gradient(to bottom, #000000, #313131);
  padding: 70px 0px 30px;
  margin-left: 200px;
  margin-top: 155px;
  position: relative;
  min-width: 1080px;
}

footer #pagetop {
  position: absolute;
  top: 30px;
  right: 70px;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
}

footer #pagetop i {
  display: block;
}

footer #pagetop a {
  color: #fff;
  text-decoration: none;
}

footer #ft_logo {
  text-align: center;
  padding-bottom: 70px;
}

footer ul#ft_link {
  text-align: center;
}

footer ul#ft_link li {
  display: inline-block;
  vertical-align: top;
  margin: 0px 3%;
  text-align: left;
}

footer ul#ft_link li p {
  font-size: 14px;
  padding-bottom: 10px;
  color: #fff;
}

footer ul#ft_link li span {
  font-size: 14px;
  display: block;
  padding-left: 10px;
  padding-bottom: 10px;
}

footer ul#ft_link li a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  position: relative;
  text-decoration: none;
}

#law_tbl td a {
  position: relative;
  text-decoration: none;
  color: #000;
  text-decoration: none;
}

p#add_law a {
  position: relative;
  text-decoration: none;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  text-decoration: none;
}

#flow_tbl td a {
  color: #000;
  text-decoration: none;
  display: inline-block;
  position: relative;
  text-decoration: none;
}

footer ul#ft_link li a::after,
p#add_law a::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #fff;
  transition: all 0.3s ease 0s;
}

#flow_tbl td a::after,
#law_tbl td a::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #000;
  transition: all 0.3s ease 0s;
}

footer ul#ft_link li a:hover::after,
#flow_tbl td a:hover::after,
p#add_law a:hover::after,
#law_tbl td a:hover::after {
  width: 100%;
}

footer p#address_txt {
  text-align: center;
  padding-top: 75px;
  font-size: 14px;
  color: #fff;
}

/*----------------------------contents----------------------------*/

h2#seo {
  font-size: 12px;
  color: #808080;
  text-align: right;
  padding: 15px 10px 15px 0px;
}

h1#logo {
  position: fixed;
  left: 65px;
  top: 40px;
  z-index: 101;
}

#main_cont {
  margin-left: 200px;
  margin-right: 40px;
  min-width: 1080px;
}

#mainimg {
  height: 1060px;
  /*background-image: url(../image/top/mainimg.jpg);*/
  background-position: center center;
  position: relative;
  overflow: hidden;
}

#mainimg h3 {
  text-align: center;
  width: 640px;
  height: 320px;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  position: absolute;
  z-index: 10;
}

#scene_list {
  padding: 30px 0px 60px;
  margin-top: 30px;
}

#scene_list li {
  width: 30%;
  margin-left: 3%;
  margin-bottom: 55px;
  height: auto;
  display: inline-block;
  position: relative;
  overflow: hidden;
  vertical-align: top;
}

#scene_list_inner {
  padding-top: 60px;
  margin-left: 60px;
  margin-right: 60px;
}

#scene_list_inner li {
  width: 31.33333333%;
  margin-bottom: 55px;
  height: auto;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

#scene_list_inner li:nth-child(2) {
  margin-left: 3%;
  margin-right: 3%;
}

#scene_list li img,
ul#gallery li img,
ul#flowe_list li img,
#scene_list_inner li img {
  width: 100%;
}

#scene_list li p.frst,
#scene_list_inner li p.frst {
  position: absolute;
  font-family: 'Libre Baskerville', serif;
  font-weight: 400;
  line-height: 1em;
  font-size: 36px;
  line-height: 36px;
  top: 40%;
  left: 10%;
}

#scene_list_inner_bx .left div h4 {
  font-family: 'Libre Baskerville', serif;
  font-weight: 400;
  line-height: 1em;
  font-size: 36px;
  line-height: 36px;
}

#scene_list li p.frst span,
#scene_list_inner li p.frst span,
#scene_list_inner_bx .left div h4 span {
  font-size: 18px;
  line-height: 18px;
  padding-top: 5px;
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
}

#scene_list_inner_bx .left div p {
  font-family: 'Montserrat', sans-serif;
  line-height: 2.2em;
  font-size: 16px;
  padding-top: 15px;
}

#scene_list li p.sec,
#scene_list_inner li p.sec,
#scene_list_inner_bx .right p.sec {
  font-family: 'Montserrat', sans-serif;
  line-height: 1em;
  font-size: 26px;
}

#scene_list li p.sec i {
  position: absolute;
  bottom: 90px;
  right: 25px;
  font-size: 14px;
}

ul#scene_list_inner li p i,
#scene_list_inner_bx .right p i {
  position: absolute;
  bottom: 20px;
  right: 25px;
  font-size: 14px;
}

#scene_list li p.sec {
  height: 130px;
}

#scene_list li p.sec span,
#scene_list_inner li p.sec span,
#scene_list_inner_bx .right p.sec span {
  font-size: 14px;
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
}

.sub_top_cont {
  overflow: hidden;
  padding-top: 10px;
  position: relative;
  margin-left: 60px;
  margin-right: 60px;
}

.sub_top_cont .top_hover {
  height: 180px;
  width: 47%;
  background-size: cover;
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.sub_top_cont a.over {
  display: block;
  color: #fff;
  text-decoration: none;
}

.sub_top_cont .top_hover:after {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.top_hover_01:after {
  background-image: url(../image/top/blck_img1.jpg);
}

.top_hover_02:after {
  background-image: url(../image/top/blck_img2.jpg);
}

.top_hover_03:after {
  background-image: url(../image/top/blck_img3.jpg);
}

.top_hover_04:after {
  background-image: url(../image/top/blck_img4.jpg);
}

.top_hover_05:after {
  background-image: url(../image/top/blck_img5.jpg);
}

.top_hover_06:after {
  background-image: url(../image/top/blck_img6.jpg);
}

.sub_top_cont .top_hover:hover:after {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.sub_top_cont .top_hover img {
  padding-top: 45px;
  z-index: 1;
  position: relative;
}

.sub_top_cont .top_hover p {
  font-size: 20px;
  padding-top: 20px;
  font-family: 'Montserrat', sans-serif;
  z-index: 1;
  position: relative;
}

.sub_top_cont .top_hover p a {
  color: #fff;
}

.sub_top_cont .top_hover p span {
  font-size: 14px;
  line-height: 14px;
  padding-top: 10px;
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
}

.sub_ttl {
  overflow: hidden;
  margin-top: 70px;
  position: relative;
}

.gap_margin {
  margin-left: 60px;
  margin-right: 60px;
}

.gap_margin_top {
  margin-top: 100px;
}

.sub_ttl h4 {
  font-size: 28px;
  line-height: 1.2em;
  font-family: 'Libre Baskerville', serif;
  font-weight: 400;
  float: left;
  background-color: #fff;
  padding-right: 30px;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}

.sub_ttl h4 span {
  display: block;
  font-size: 16px;
  line-height: 1.2em;
  font-family: 'Noto Sans JP', sans-serif;
}

.sub_ttl .line {
  position: absolute;
  top: 25px;
  width: 100%;
  height: 1px;
  margin-left: 60px;
  box-sizing: border-box;
  background-color: #000;
}

.sub_top_cont .s_h_bx {
  width: 48%;
}

.sub_top_cont #s_h_bx_all {
  width: 100%;
}

ul#gallery {
  margin-left: 60px;
  margin-right: 60px;
}

ul#gallery li {
  width: 31.3%;
  margin-right: 3%;
  height: auto;
  display: inline-block;
  z-index: 1;
  margin-bottom: 15px;
  position: relative;
}

ul#gallery li:nth-child(3n + 3) {
  margin-right: 0px;
}

ul#gallery li img {
  height: 350px;
  object-fit: cover;
}

ul#gallery li:last-child,
ul#flowe_list li:last-child {
  margin-right: 0px;
}

ul#flowe_list {
  padding: 0px 60px 150px 60px;
}

ul#flowe_list li {
  width: 31%;
  margin-right: 3%;
  height: auto;
  display: inline-block;
  position: relative;
  vertical-align: top;
  overflow: hidden;
}

ul#flowe_list li p {
  font-family: 'Montserrat', sans-serif;
  line-height: 1em;
  font-size: 26px;
  color: #fff;
}

ul#flowe_list li p span {
  font-size: 14px;
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
}

ul#flowe_list li:first-child {
  margin-top: 80px;
}

ul#flowe_list li:nth-child(2) {
  margin-top: 40px;
}

h4#flowerlist {
  padding-top: 110px;
  padding-left: 60px;
  font-family: 'Libre Baskerville', serif;
  font-size: 36px;
  line-height: 36px;
  font-weight: 400;
}

h4#flowerlist span {
  font-size: 18px;
  line-height: 18px;
  display: block;
  padding-top: 5px;
  font-family: 'Noto Sans JP', sans-serif;
}

#top_news {
  background-color: rgba(0, 0, 0, 0.75);
  padding: 40px 0px 30px;
  position: absolute;
  bottom: 0px;
  width: 100%;
  overflow: hidden;
  color: #fff;
  z-index: 10;
}

#top_news p#news_txt {
  float: left;
  font-family: 'Libre Baskerville', serif;
  font-size: 32px;
  line-height: 32px;
  font-weight: 400;
  padding: 0px 70px 0px 340px;
}

#top_news table {
  float: left;
}

#top_news table th {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  padding-bottom: 10px;
  font-weight: 300;
  text-align: left;
  width: 135px;
}

#top_news table td {
  padding-bottom: 10px;
  font-size: 16px;
}

#fdh_bx {
  position: relative;
  padding-bottom: 100px;
  margin-bottom: 100px;
  margin: 0 auto;
}

#scl_bx {
  position: relative;
  padding-bottom: 70px;
}

#fdh_bx #fdh_img {
  margin-left: 180px;
  margin-right: 190px;
}

#scl_bx #scl_img {
  margin-left: 190px;
  margin-right: 190px;
}

#fdh_bx #fdh_img img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}

#scl_bx #scl_img img {
  width: 100%;
  height: 440px;
  object-fit: cover;
}

#fdh_bx #fdh_txt1 {
  position: absolute;
  top: 45px;
  width: 60%;
}

#fdh_bx #fdh_txt2 {
  position: absolute;
  bottom: 45px;
  right: 270px;
  z-index: 5;
  width: 20%;
}

#fdh_bx #fdh_txt1 img,
#fdh_bx #fdh_txt2 img,
#fdh_bx #fdh_pic img,
#scl_bx #scl_pic1 img,
#scl_bx #scl_pic2 img,
#scl_bx #scl_txt img {
  width: 100%;
  height: auto;
}

#fdh_bx #fdh_pic {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 280px;
  z-index: 2;
}

#fdh_bx p#fdh_p_txt1 {
  font-size: 28px;
  line-height: 1.4em;
  font-family: 'Noto Sans JP', sans-serif;
  position: absolute;
  left: 85px;
  top: 160px;
}

#fdh_bx p#fdh_p_txt1 span {
  font-family: 'Montserrat', sans-serif;
}

#fdh_bx p#fdh_p_txt1 span,
#scl_bx #scl_bx p#scl_p_txt2 span {
  font-family: 'Montserrat', sans-serif;
}

#fdh_bx p#fdh_p_txt2 {
  font-size: 36px;
  line-height: 36px;
  font-family: 'Libre Baskerville', serif;
  position: absolute;
  left: 245px;
  bottom: 130px;
  z-index: 3;
}

#fdh_bx p#fdh_p_txt2 span {
  font-size: 28px;
}

#fdh_bx a {
  font-family: 'Montserrat', sans-serif;
  display: block;
  position: absolute;
  width: 180px;
  line-height: 40px;
  border-radius: 20px;
  text-decoration: none;
  color: #000;
  text-align: center;
  border: 1px solid #000;
  top: 255px;
  left: 80px;
  transition: 1s;
}

#fdh_bx a:hover,
#scl_bx #scl_bx a:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

#scl_bx #scl_bx a {
  font-family: 'Montserrat', sans-serif;
  display: block;
  width: 180px;
  line-height: 40px;
  border-radius: 20px;
  text-decoration: none;
  color: #000;
  text-align: center;
  border: 1px solid #000;
  transition: 1s;
}

#scl_bx #scl_pic1 {
  left: 40px;
  bottom: 20px;
  width: 240px;
  height: auto;
  position: absolute;
}

#scl_bx #scl_pic2 {
  right: 130px;
  bottom: 0px;
  width: 230px;
  height: auto;
  position: absolute;
}

#scl_bx #scl_txt {
  right: 285px;
  bottom: 35px;
  width: 30%;
  height: auto;
  position: absolute;
  z-index: 1;
}

#scl_bx #scl_bx {
  left: 315px;
  top: 80px;
  position: absolute;
}

#scl_bx #scl_bx p#scl_p_txt1 {
  font-size: 36px;
  line-height: 36px;
  font-family: 'Libre Baskerville', serif;
}

#scl_bx #scl_bx p#scl_p_txt1 span {
  font-size: 18px;
  line-height: 18px;
  font-family: 'Noto Sans JP', sans-serif;
  display: block;
  padding-top: 10px;
}

#scl_bx #scl_bx p#scl_p_txt2 {
  padding-top: 25px;
  font-size: 28px;
  line-height: 1.6em;
  position: relative;
  z-index: 3;
}

#scl_bx #scl_bx p#scl_p_txt3 {
  font-size: 16px;
  padding: 20px 0px 50px;
  position: relative;
  z-index: 3;
}

#scl_bx p#scl_name {
  left: 290px;
  bottom: 30px;
  width: 240px;
  position: absolute;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
}

#scl_bx p#scl_name span {
  display: inline-block;
  padding-left: 15px;
  font-size: 16px;
}

ul#flowe_list,
ul#scene_list,
ul#scene_list_inner li,
#scene_list_inner_bx .right {
  position: relative;
  overflow: hidden;
}
ul#flowe_list *,
ul#scene_list *,
ul#scene_list_inner *,
#scene_list_inner_bx .right * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
ul#flowe_list li img {
  max-width: 100%;
  vertical-align: top;
  /*  height: 400px;
  object-fit: cover;*/
}
ul#scene_list li img {
  max-width: 100%;
  vertical-align: top;
}
ul#scene_list_inner li img {
  max-width: 100%;
  vertical-align: top;
  /*  height: 280px;
  object-fit: cover;*/
}
ul#flowe_list li p {
  position: absolute;
  bottom: 0px;
  padding-bottom: 10px;
  /*bottom: calc(-20px);*/
  width: 100%;
  padding-top: 5%;
  padding-left: 5%;
  box-sizing: border-box;
  /*background-color: #000;*/
  background-image: -webkit-linear-gradient(top, transparent 0%, #000 100%);
  background-image: linear-gradient(to bottom, transparent 0%, #000 100%);
}
ul#scene_list li p {
  position: absolute;
  /*bottom: calc(-50px);*/
  bottom: -80px;
  width: 100%;
  padding-left: 5%;
  box-sizing: border-box;
  background-color: #fff;
}
ul#scene_list_inner li p,
#scene_list_inner_bx .right p {
  position: absolute;
  /*bottom: calc(-50px);*/
  bottom: 0px;
  width: 100%;
  padding-left: 5%;
  box-sizing: border-box;
  background-color: #fff;
}
/*ul#flowe_list li p:before{
  position: absolute;
  content: '';
  z-index: 2;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 40px;
  background-image: -webkit-linear-gradient(top, transparent 0%, #000 100%);
  background-image: linear-gradient(to bottom, transparent 0%, #000 100%);
}*/
ul#scene_list li p:before,
ul#scene_list_inner li p:before,
#scene_list_inner_bx .right p:before {
  position: absolute;
  content: '';
  z-index: 2;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 40px;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}
ul#flowe_list li:hover p,
ul#scene_list li:hover p {
  bottom: 0px;
  padding-bottom: 50px;
}
ul#scene_list_inner li:hover p,
#scene_list_inner_bx .right:hover p {
  bottom: 0px;
  padding-bottom: 0px;
}

ul#flowe_list li:hover p {
  padding-bottom: 10px;
}

#scene_list li a {
  color: #000;
  text-decoration: none;
}

.bouquet_img {
  background-image: url(../image/bouquet/mainimg.jpg);
}

.arrange_img {
  background-image: url(../image/arrange/mainimg.jpg);
}

.school_img {
  background-image: url(../image/flower_school/mainimg.jpg);
}

.season_img {
  background-image: url(../image/season/mainimg.jpg);
}

.howto_img {
  background-image: url(../image/condolence/__mainimg.jpg);
}

.concept_img {
  background-image: url(../image/concept/mainimg.jpg);
}

.condolence_img {
  background-image: url(../image/condolence/mainimg.jpg);
}

.bridal_img {
  background-image: url(../image/bridal/mainimg.jpg);
}

.regularly_event_img {
  background-image: url(../image/regularly_event/mainimg.jpg);
}

.service_img {
  background-image: url(../image/service/mainimg.jpg);
}

.congratulations_img {
  background-image: url(../image/congratulations/mainimg.jpg);
}

.contact_img {
  background-image: url(../image/standflow/_mainimg.jpg);
}

.delivery_img {
  background-image: url(../image/delivery/mainimg.jpg);
}

.standflow_img {
  background-image: url(../image/standflow/mainimg.jpg);
}

#inner_mainimg {
  height: 560px;
  box-sizing: border-box;
  padding-top: 200px;
  background-size: cover;
  background-size: 1440px 560px;
  margin-bottom: 60px;
  overflow: hidden;
  background-size: cover;
}

#inner_mainimg_bx {
  /*background-color: rgba(0,0,0,0.75);*/
  float: left;
  padding: 40px 80px 40px 40px;
}

#inner_mainimg_bx h3 {
  font-family: 'Libre Baskerville', serif;
  font-size: 48px;
  line-height: 48px;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-shadow: rgba(0, 0, 0, 0.9) 0px 0px 25px;
}

#inner_mainimg_bx h3 span {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 21px;
  line-height: 21px;
  padding-top: 10px;
  display: block;
}

ul#products_list,
ul#products_lists {
  text-align: center;
  width: 1200px;
  margin: 0 auto;
}

ul#products_list li {
  display: inline-block;
  margin: 0px 30px 20px;
}

ul#products_lists li {
  display: inline-block;
  margin: 0px 20px 20px;
}

ul#products_list li a {
  display: block;
  border: 1px solid #000;
  width: 500px;
  padding: 30px 0px 15px;
  color: #000;
  text-decoration: none;
}

ul#products_lists li a {
  display: block;
  border: 1px solid #000;
  width: 358px;
  padding: 30px 0px 15px;
  color: #000;
  text-decoration: none;
}

ul#products_list li a p,
ul#products_lists li a p {
  font-family: 'Libre Baskerville', serif;
  font-size: 28px;
  line-height: 28px;
  font-weight: 400;
}

ul#products_list li a p span,
ul#products_lists li a p span {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  line-height: 18px;
  padding-top: 10px;
  display: block;
}

.product_intro {
  width: 1160px;
  overflow: hidden;
  margin: 0 auto;
}

.product_intro .pi_cont {
  padding-bottom: 70px;
  width: 550px;
  display: inline-block;
  vertical-align: top;
}

.product_intro .pi_cont .lightSlider img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}

.product_intro .pi_cont:nth-child(even) {
  margin-left: 55px;
}

.product_intro .pi_cont_detail {
  background-color: #000;
  padding: 20px 15px 10px 15px;
  margin-top: 8px;
  color: #fff;
}

ul#condolence_style li .style_cont_detail {
  background-color: #000;
  padding: 20px 20px 20px 20px;
  color: #fff;
  min-height: 247px;
  box-sizing: border-box;
}

.product_intro .pi_cont_detail th {
  text-align: left;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  font-size: 28px;
  line-height: 28px;
  letter-spacing: 0.05em;
}

.product_intro .pi_cont_detail th span {
  display: block;
  padding-top: 3px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
}

.product_intro .pi_cont_detail td {
  font-family: 'Montserrat', sans-serif;
  font-size: 28px;
  line-height: 28px;
  text-align: right;
  letter-spacing: 0.05em;
}

.product_intro .pi_cont_detail td span {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 24px;
}

.product_intro .pi_cont_detail .links {
  padding-top: 10px;
}

.product_intro .pi_cont_detail .links a,
.gift_bx .main_cont .cont td a {
  width: 245px;
  border-radius: 20px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 0.15em;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #fff;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .gift_bx .main_cont .cont td a {
    width: 100% !important;
  }
}

.product_intro .pi_cont_detail .links a img,
.gift_bx .main_cont .cont td a img {
  vertical-align: top;
  padding-top: 6px;
  padding-right: 10px;
}

.product_main {
  width: 1160px;
  margin: 100px auto 85px;
  overflow: hidden;
  position: relative;
}

.product_main h3 {
  font-family: 'Libre Baskerville', serif;
  font-size: 42px;
  line-height: 42px;
  font-weight: 400;
  padding-left: 20px;
  padding-bottom: 30px;
}

.product_main h3 span {
  display: block;
  padding-top: 7px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 24px;
  line-height: 24px;
}

.product_main .subcont {
  background-color: #000;
  width: 800px;
  padding: 75px 250px 60px 50px;
  box-sizing: border-box;
  color: #fff;
  min-height: 450px;
}

.product_main .subcont_fd {
  min-height: 620px;
}

.product_main .subcont h4 {
  font-size: 32px;
  line-height: 32px;
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: 1px solid #fff;
}

.product_main .subcont h4 span {
  font-family: 'Montserrat', sans-serif;
}

.product_main .subcont p {
  font-size: 18px;
  line-height: 2.2em;
}

.product_main .subcont div {
  text-align: right;
  font-size: 32px;
  line-height: 32px;
  padding-top: 25px;
  letter-spacing: 0.1em;
  font-family: 'Montserrat', sans-serif;
}

.product_main .subcont div span {
  font-size: 26px;
  font-family: 'Noto Sans JP', sans-serif;
}

.product_main .subimg {
  position: absolute;
  right: 0px;
  top: 0px;
}

#scene_list_inner_bx {
  overflow: hidden;
  padding-top: 40px;
  margin-left: 60px;
  margin-right: 60px;
}

#scene_list_inner_bx .left img,
#scene_list_inner_bx .right img {
  width: 100%;
  height: auto;
}

#scene_list_inner_bx .left {
  width: 48%;
  position: relative;
}

#scene_list_inner_bx .right {
  width: 48%;
}

#scene_list_inner_bx .left div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 210px;
  margin: auto;
  top: 1;
  padding-left: 5%;
  padding-right: 5%;
  box-sizing: border-box;
}

p#wto_txt {
  font-size: 18px;
  margin-left: 60px;
  margin-bottom: 50px;
}

a#wto_vm {
  width: 180px;
  line-height: 40px;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  display: block;
  margin: 20px auto 0px;
  font-size: 18px;
  color: #000;
  text-decoration: none;
  border: 1px solid #000;
  border-radius: 20px;
  transition: 1s;
}

a:hover#wto_vm {
  background-color: rgba(0, 0, 0, 0.1);
}

#originality_bx .ob_cont a {
  display: block;
  font-size: 14px;
  padding-top: 10px;
  text-align: right;
  color: #000;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
}

#originality_bx .ob_cont a i {
  margin-left: 5px;
}

#originality_bx .ob_cont a:hover {
  text-decoration: underline;
}

ul#wto_list {
  text-align: center;
}

ul#wto_list li {
  border-right: 1px solid #000;
  padding: 25px 0px;
  width: 24%;
  display: inline-block;
  margin-bottom: 15px;
  vertical-align: top;
}

ul#wto_list a:last-child li {
  border: none;
}

ul#wto_list a {
  color: #000;
  text-decoration: none;
}

ul#wto_list li p {
  font-size: 18px;
  padding-top: 10px;
  letter-spacing: 0.15em;
}

ul#wto_list li p span {
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  display: block;
  padding-top: 5px;
  letter-spacing: 0em;
  word-wrap: break-word;
}

p#contact_txt1 {
  text-align: center;
  font-size: 24px;
  line-height: 1.4em;
  letter-spacing: 0.1em;
  padding: 70px 0px 15px;
}

p#contact_txt2 {
  text-align: center;
  font-size: 64px;
  line-height: 64px;
  letter-spacing: 0.1em;
  padding: 0px 0px 95px;
}

p#contact_txt2 span {
  display: block;
  padding-top: 15px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  line-height: 18px;
}

p#contact_txt3 {
  text-align: center;
  font-size: 24px;
  line-height: 1.4em;
  letter-spacing: 0.1em;
  padding: 75px 0px 0px;
}

.form_bx {
  margin-left: 60px;
  margin-right: 60px;
}

.contact_ttl {
  position: relative;
  overflow: hidden;
  margin-top: 60px;
  margin-bottom: 30px;
}

.contact_ttl h3 {
  font-size: 21px;
  line-height: 21px;
  font-weight: 400;
  float: left;
  background-color: #fff;
  padding-right: 30px;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}

.contact_ttl .line {
  position: absolute;
  top: 12px;
  width: 100%;
  height: 1px;
  margin-left: 60px;
  box-sizing: border-box;
  background-color: #000;
}

h3.cntr_ttl {
  text-align: center;
  font-family: 'Libre Baskerville', serif;
  font-size: 36px;
  line-height: 1.2em;
  font-weight: 400;
  margin-top: 95px;
}

h3.cntr_ttl span {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  display: block;
}

h3#event {
  font-size: 42px;
  line-height: 42px;
}

h3#event span {
  font-size: 24px;
  line-height: 24px;
}

#originality_bx {
  margin: 0 60px;
  overflow: hidden;
  padding-top: 50px;
}

.originality_bx_btm {
  padding-bottom: 80px;
}

.ob_cont {
  width: 48%;
}

.ob_cont_hdr {
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  margin-bottom: 20px;
  overflow: hidden;
}

.ob_cont_hdr h4 {
  font-family: 'Libre Baskerville', serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1em;
  float: left;
}

.ob_cont_hdr h4 span {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  display: block;
}

.ob_cont_hdr p {
  float: right;
  padding-top: 20px;
  font-family: 'Montserrat', sans-serif;
  font-size: 28px;
  line-height: 28px;
}

.ob_cont_hdr p span {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 24px;
}

.ob_cont_ftr .pic {
  float: left;
  width: 40%;
}

.ob_cont_ftr .pic img {
  width: 100%;
}

.ob_cont_ftr .txt {
  float: right;
  font-size: 16px;
  line-height: 1.8em;
  width: 55%;
}

ul#condolence_style {
  text-align: center;
  padding: 20px 0px 85px;
}

ul.condolence_btm {
  padding-bottom: 0px !important;
}

ul#condolence_style li {
  width: 30%;
  display: inline-block;
  margin: 0px 1%;
  text-align: left;
  vertical-align: top;
}

ul#condolence_style li img {
  width: 100%;
}

ul#condolence_style li .style_cont_detail h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 28px;
  line-height: 28px;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
}

ul#condolence_style li .style_cont_detail h4 span {
  display: block;
  padding-top: 3px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
}

ul#condolence_style li .style_cont_detail p {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  height: 85px;
  letter-spacing: 0.05em;
}

ul#condolence_style li .style_cont_detail a {
  display: block;
  width: 200px;
  line-height: 30px;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  border: 1px solid #fff;
  border-radius: 20px;
  margin: 0 auto;
  transition: 0.3s;
}

ul#condolence_style li .style_cont_detail a:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

#flowerphoto_cont a {
  display: block;
  width: 135px;
  line-height: 30px;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  border: 1px solid #fff;
  border-radius: 20px;
  transition: 0.3s;
}

#flowerphoto_cont a:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

h3#form_ttl {
  text-align: center;
  letter-spacing: 0.2em;
  font-size: 24px;
  line-height: 1.4em;
  font-weight: 300;
  padding-bottom: 50px;
}

.form {
  width: 1000px;
  margin: 0 auto;
}

.form th {
  border-right: 1px solid #000;
  vertical-align: top;
  font-weight: 400;
  text-align: center;
  padding: 17px 0px;
  width: 200px;
}

.form td {
  vertical-align: top;
  padding: 17px 0px 17px 50px;
}

.form td a {
  display: block;
  margin-top: 5px;
  color: #989898;
  text-decoration: none;
  letter-spacing: 0.05em;
}

.form td p.attn {
  letter-spacing: 0.05em;
  padding-top: 5px;
}

.cp_ipselect_bx p {
  float: left;
  letter-spacing: 0.05em;
  padding: 10px 0px 0px 15px;
}

.cp_ipselect {
  overflow: hidden;
  width: 30%;
  float: left;
}
.cp_ipselect select {
  width: 100%;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
.cp_ipselect select::-ms-expand {
  display: none;
}
.cp_ipselect.cp_sl01 {
  position: relative;
  border: 1px solid #000;
  background: #ffffff;
}
.cp_ipselect.cp_sl01::before {
  position: absolute;
  top: 0.8em;
  right: 0.9em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666666;
  pointer-events: none;
}
.cp_ipselect.cp_sl01 select {
  padding: 8px 38px 8px 8px;
  color: #666666;
}

.form td input,
.form td texarea {
  vertical-align: top;
}

.form td .entry {
  width: 740px;
  border: 1px solid #000;
  height: 40px;
  padding-left: 10px;
  box-sizing: border-box;
  letter-spacing: 0.05em;
}

.form td .post {
  width: 160px;
  border: 1px solid #000;
  height: 40px;
  padding-left: 10px;
  margin-left: 15px;
  margin-right: 10px;
  box-sizing: border-box;
  letter-spacing: 0.05em;
}

.form td .addreaa {
  display: block;
  margin-top: 10px;
  letter-spacing: 0.05em;
}

.form td textarea {
  width: 740px;
  height: 200px;
  border: 1px solid #000;
  padding: 10px;
  box-sizing: border-box;
  letter-spacing: 0.05em;
}

.form td p#btn {
  display: inline-block;
  width: 100px;
  line-height: 40px;
  text-align: center;
  background-color: #989898;
  font-size: 16px;
  color: #fff;
}

.form td p.radio_btn {
  margin-right: 30px;
  display: inline-block;
  letter-spacing: 0.1em;
}

.form td p.radio_btn input {
  width: 16px;
  height: 16px;
  margin-right: 5px;
  vertical-align: top;
}

.form td p.radio_btn_square input {
  border-radius: inherit;
}

.form td p.radio_btn span {
  vertical-align: top;
  line-height: 16px;
}

.form td p.radio_btn:first-child,
.form td p.radio_btn:nth-child(2) {
  margin-bottom: 15px;
}

.form td p.radio_btn_btm {
  margin-bottom: 0px !important;
}

#submit {
  margin-left: 250px;
}

#bridal_submit {
  margin-left: 270px;
}

#bridal_submit input {
  font-family: 'Montserrat', sans-serif;
  display: block;
  width: 180px;
  line-height: 40px;
  border-radius: 20px;
  font-size: 16px;
  text-decoration: none;
  color: #fff;
  background-color: #000;
  text-align: center;
  border: 1px solid #fff;
}

#submit input {
  font-family: 'Montserrat', sans-serif;
  display: block;
  width: 180px;
  line-height: 40px;
  border-radius: 20px;
  font-size: 16px;
  text-decoration: none;
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
}

ul.congratulations_add {
  padding-bottom: 30px !important;
}

p#congratulations_txt {
  text-align: center;
}

.sub_top_cont .flrs_txt p {
  padding-top: 112px;
}

#flwr_bx {
  width: 1160px;
  margin: 0 auto;
  overflow: hidden;
  padding: 115px 0px 0px;
}

#flwr_bx h3 {
  padding-bottom: 45px;
  font-family: 'Libre Baskerville', serif;
  font-size: 36px;
  line-height: 1.2em;
  font-weight: 400;
}

#flwr_bx h3 span {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  display: block;
}

.flwr_up {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 75px;
}

.fs_up {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 15px;
}

.srvc_up {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 110px;
}

.flwr_up a,
.fs_up a,
.srvc_up a {
  color: #000;
}

.flwr_clm h4 {
  border-bottom: 1px solid #000;
  font-size: 21px;
  line-height: 21px;
  font-weight: 300;
  padding: 0px 10px 20px 10px;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}

.flwr_clm p.frnd_add {
  font-size: 21px;
  padding: 20px 10px;
  letter-spacing: 0.1em;
}

.flwr_clm p {
  font-size: 16px;
  line-height: 1.6em;
  padding: 0px 10px 70px 10px;
  letter-spacing: 0.1em;
}

.flwr_clm p.last {
  padding-bottom: 0px;
}

.flwr_clm .rltv_bx {
  position: relative;
}

.flwr_clm .rltv_bx #qr {
  position: absolute;
  top: 0px;
  right: 0px;
}

ul.flwr_list3 li {
  display: inline-block;
  width: 360px;
  margin-right: 40px;
  vertical-align: top;
  padding-bottom: 70px;
}

ul.flwr_list2 li {
  display: inline-block;
  width: 560px;
  margin-right: 35px;
  vertical-align: top;
}

ul.flwr_py li {
  padding-bottom: 0px;
}

ul.flwr_list3 li:last-child,
ul.flwr_list2 li:last-child {
  margin-right: 0px;
}

ul.flwr_list3 li:last-child p span {
  display: block;
  padding-top: 5px;
}

#line_oa,
#add_btn {
  padding-left: 10px;
}

#line_oa {
  padding-top: 10px;
}

#add_btn {
  padding: 20px 10px 70px 10px;
}

#time1 {
  padding-top: 15px;
}

#time2 {
  padding-top: 15px;
  padding-bottom: 70px;
}

#card {
  margin: 0 auto;
  width: 340px;
  display: block;
  padding-top: 5px;
}

.flwr_clm p.ltr_0 {
  letter-spacing: 0em;
}

.flwr_clm p.tel {
  font-family: 'Libre Baskerville', serif;
  font-size: 32px;
  line-height: 32px;
  padding-bottom: 10px;
}

.flwr_clm a.mail {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  color: #000;
  padding-left: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: block;
}

.flwr_clm a.access {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: #000;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;
  display: block;
}

.map_bx {
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 100px;
}

.map_bx .txt {
  float: left;
  width: 660px;
}

.map_bx .txt p {
  padding: 0px;
}

.map_bx .txt1 div {
  text-align: right;
  padding-top: 15px;
}

.map_bx .txt2 div {
  padding-top: 15px;
  padding-left: 20px;
  line-height: 1.6em;
  letter-spacing: 0.1em;
}

.map_bx #map_tb1 tr th {
  text-align: center;
  padding: 20px 0px;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #000;
  font-weight: 400;
}

.map_bx #map_tb1 tr td {
  text-align: center;
  padding: 30px 0px;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #000;
}

.map_bx #map_tb1 tr td span {
  display: block;
  padding-bottom: 5px;
}

.map_bx #map_tb2 tr th {
  text-align: left;
  padding: 20px 0px;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #000;
  font-weight: 400;
}

.map_bx #map_tb2 tr td {
  text-align: left;
  padding: 30px 0px;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #000;
}

.map_bx #map_tb2 tr th:first-child {
  padding-left: 20px;
}

.map_bx #map_tb2 tr td:first-child {
  width: 100px;
  padding-left: 20px;
  padding-right: 40px;
}

.map_bx #map_tb2 tr:nth-child(2) td span {
  width: 100px;
  line-height: 40px;
  display: block;
  background-color: #000;
  color: #fff;
  text-align: center;
} /*

.map_bx #map_tb2 tr:nth-child(3) td span{
	width: 100px;
	line-height: 40px;
	display: block;
	background-color: #555555;
	color:#fff;
	text-align: center;
}

.map_bx #map_tb2 tr:nth-child(4) td span{
	width: 100px;
	line-height: 40px;
	display: block;
	background-color: #999999;
	color:#fff;
	text-align: center;
}*/

.map_bx #map_tb2 tr:nth-child(3) td span {
  width: 100px;
  line-height: 40px;
  display: block;
  background-color: #dddddd;
  color: #000;
  text-align: center;
}

.map_bx #map_tb2 tr td:last-child {
  width: 500px;
}

.map_bx #map_tb1 tr:first-child th,
.map_bx #map_tb1 tr:first-child td {
  width: 200px;
}

.map_bx .map {
  float: right;
}

#brdl_bx {
  width: 1160px;
  margin: 0 auto;
  overflow: hidden;
  padding: 100px 0px 0px;
}

#srvc_bx {
  width: 1160px;
  margin: 0 auto;
  overflow: hidden;
  padding: 70px 0px 0px;
}

#event_bx {
  width: 1160px;
  margin: 0 auto;
  overflow: hidden;
}

#brdl_bx h3,
#event_bx h3 {
  font-family: 'Libre Baskerville', serif;
  font-size: 36px;
  line-height: 36px;
  font-weight: 300;
  padding-bottom: 30px;
}

#brdl_bx h3 span,
#event_bx h3 span {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  line-height: 18px;
  display: block;
}

#brdl_bx h3 span {
  padding-top: 12px;
}

#bc_list li {
  display: inline-block;
  margin-right: 40px;
  margin-bottom: 40px;
}

#bc_list li:nth-child(3n + 3) {
  margin-right: 0px;
}

#brdl_bx .flow,
#event_bx .flow {
  margin-top: 200px;
}

#brdl_bx .price {
  margin-top: 100px;
}

#flow_tbl th {
  padding-bottom: 17px;
  padding: 0px 0px 35px 0px;
}

#flow_tbl td {
  vertical-align: top;
  padding: 30px 0px 35px 25px;
  line-height: 1.8em;
}

#flow_tbl td p {
  font-size: 28px;
  line-height: 28px;
  letter-spacing: 0.1em;
  padding-bottom: 20px;
}

#flow_tbl td p span {
  font-size: 16px;
  padding-left: 15px;
  letter-spacing: 0em;
}

#bridal_slider {
  margin-top: 120px;
  margin-bottom: 55px;
  position: relative;
  overflow: hidden;
}

#bridal_cont {
  position: absolute;
  top: 180px;
  left: 180px;
}

.hapiness_life_cont {
  top: 120px !important;
}

#bridal_cont p#txt1 {
  letter-spacing: 0.1em;
  font-size: 48px;
  line-height: 48px;
  font-family: 'Libre Baskerville', serif;
}

#bridal_cont p#txt2 {
  font-size: 28px;
  line-height: 1.4em;
  padding: 40px 0px 30px;
}

#bridal_cont p#txt3 {
  letter-spacing: 0.1em;
}

#bridal_cont p#txt3 span {
  font-family: 'Montserrat', sans-serif;
}

#bridal_cont p#txt4 {
  font-size: 30px;
  line-height: 1.4em;
  padding: 40px 0px 30px;
}

#bridal_cont p#txt5 {
  padding-top: 35px;
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
}

#bridal_cont p#txt6 {
  font-size: 18px;
  display: block;
  padding: 10px 0px 0px;
}

#bridal_cont p#txt6 span {
  font-size: 14px;
  display: inline-block;
  margin-left: 20px;
  font-family: 'Montserrat', sans-serif;
}

#bridal_txt {
  position: absolute;
  bottom: 0px;
  right: 0px;
}

p#price_txt {
  text-align: center;
  line-height: 1.8em;
  padding-bottom: 50px;
}

#flowerphoto {
  height: 320px;
  background-image: url(../image/bridal/flower_photo.jpg);
  background-size: 1160px 320px;
  margin-bottom: 180px;
}

#flowerphoto_cont {
  padding: 60px 0px 0px 60px;
  color: #fff;
}

#flowerphoto_cont p#txt1 {
  letter-spacing: 0.1em;
  font-size: 32px;
  line-height: 32px;
  font-family: 'Libre Baskerville', serif;
}

#flowerphoto_cont p#txt1 span {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  display: block;
  padding: 5px 0px 15px;
}

#flowerphoto_cont p#txt2 {
  line-height: 1.6em;
  padding-bottom: 20px;
}

#bridal_form {
  background-position: center top;
  background-repeat: no-repeat;
  background-image: url(../image/bridal/bridal_form_bg.jpg);
  background-size: 1480px 580px;
  background-color: #000;
  color: #fff;
  margin-left: 200px;
}

#bridal_form #cont {
  width: 1010px;
  margin: 0 auto;
  padding: 495px 0px 0px;
}

#bridal_form #cont h4 {
  letter-spacing: 0.1em;
  font-size: 36px;
  line-height: 36px;
  font-weight: 400;
  font-family: 'Libre Baskerville', serif;
  padding-bottom: 65px;
}

#bridal_form #cont h4 span {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  display: block;
}

#bridal_form #cont th {
  padding: 30px 0px 20px;
  vertical-align: top;
  font-weight: 400;
  border-right: 1px solid #fff;
  width: 220px;
}

#bridal_form #cont td {
  padding: 20px 0px 20px 45px;
  vertical-align: top;
}

#bridal_form #cont td input {
  width: 740px;
  border: 1px solid #fff;
  background-color: #fff;
  height: 40px;
  padding-left: 10px;
  box-sizing: border-box;
}

#bridal_form #cont td textarea {
  width: 740px;
  height: 200px;
  border: 1px solid #fff;
  background-color: #fff;
  padding-left: 10px;
  padding-top: 10px;
  box-sizing: border-box;
}

#top_nn {
  margin-top: 0px !important;
}

ul#price_list3 {
  text-align: center;
  margin: 40px 0px 35px;
  border-bottom: 1px solid #000;
}

ul#price_list3 li {
  width: 380px;
  display: inline-block;
  margin-bottom: 40px;
  padding-top: 10px;
  padding-bottom: 20px;
}

ul#price_list3 li span.eng {
  font-family: 'Montserrat', sans-serif;
  font-size: 32px;
  line-height: 32px;
}

ul#price_list3 li p {
  line-height: 1.6em;
  padding-top: 15px;
}

ul#price_list3 li p span,
ul#price_list2 li p span {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  margin: 0px 3px;
}

ul#price_list3 li:nth-child(2) {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}

ul#price_list2 {
  text-align: center;
  margin: 40px 0px 25px;
  border-bottom: 1px solid #000;
}

ul#price_list2 li {
  width: 580px;
  display: inline-block;
  padding-top: 25px;
  padding-bottom: 25px;
  margin-bottom: 40px;
  box-sizing: border-box;
  position: relative;
}

ul#price_list2 li:first-child {
  border-right: 1px solid #000;
}

ul#price_list2 li div {
  text-align: left;
  padding-left: 40px;
  font-family: 'Montserrat', sans-serif;
  font-size: 28px;
  line-height: 28px;
}

ul#price_list2 li div span {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  display: block;
}

ul#price_list2 li p {
  position: absolute;
  top: 40px;
  right: 40px;
}

h4#proce_bq {
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 26px;
  line-height: 26px;
  position: relative;
}

h4#proce_bq span {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  display: block;
  padding-top: 3px;
}

h4#proce_bq:before,
h4#proce_bq:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 460px;
  height: 1px;
  background-color: black;
}

h4#proce_bq:before,
p.gift_detail:before {
  left: 0;
}

h4#proce_bq:after,
p.gift_detail:after {
  right: 0;
}

.guide_bx {
  overflow: hidden;
  padding-bottom: 50px;
  width: 1160px;
  margin: 0 auto;
}

.product_main_btm {
  margin-bottom: 60px;
}

.product_main_btms {
  margin-bottom: 0px;
  padding-bottom: 60px;
}

/*.guide_bx .pic{
	float: left;
	width: 600px;
}*/

.guide_bx .cont {
  float: right;
  width: 500px;
  /*display: none;*/
}

.guide_bx .cont h4 {
  padding-bottom: 25px;
  text-align: center;
  font-size: 28px;
  line-height: 28px;
  font-family: 'Libre Baskerville', serif;
  font-weight: 400;
}

.guide_bx .cont h4 span {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  display: block;
}

.guide_bx .cont th {
  border-right: 1px solid #000;
  padding: 10px 0px 10px 0px;
  width: 100px;
  font-weight: 400;
  text-align: left;
  font-size: 18px;
}

.guide_bx .cont td {
  padding: 10px 0px 10px 35px;
  font-size: 18px;
}

.guide_bx .pic img {
  width: 100%;
}

.guide_bx .add_img_fs img {
  width: 47%;
}

.guide_bx .add_img_fs img:first-child {
  margin-right: 3%;
}
.guide_bx .add_img_fs2 img {
  width: 22%;
  margin: 1%;
}

.add_btn {
  text-align: center;
}

.add_btn_top {
  padding-top: 50px;
}

.add_btn a.fs_btn {
  display: inline-block;
  margin: 0px 10px;
}

a.fs_btn {
  width: 510px;
  height: 80px;
  border: 1px solid #000;
  text-align: center;
  font-size: 21px;
  line-height: 21px;
  font-family: 'Libre Baskerville', serif;
  display: block;
  margin: 0 auto;
  box-sizing: border-box;
  padding-top: 20px;
  color: #000;
  text-decoration: none;
  position: relative;
  letter-spacing: 0.1em;
}

a.re_btn {
  margin-top: 60px;
}

a.fs_btn span {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  display: block;
  padding-top: 3px;
}

a.fs_btn i {
  position: absolute;
  right: 35px;
  top: 32px;
}

.season_bx {
  overflow: hidden;
  padding-bottom: 60px;
  width: 1160px;
  margin: 0px auto;
}

.season_bx .pic {
  float: left;
}

.season_bx .cont {
  float: left;
  padding: 70px 0px 0px 60px;
}

.season_bx .cont p.txt1 {
  font-size: 42px;
  line-height: 42px;
  font-family: 'Libre Baskerville', serif;
  letter-spacing: 0.05em;
}

.season_bx .cont p.txt2 {
  font-size: 24px;
  line-height: 24px;
  padding: 25px 0px 30px;
  letter-spacing: 0.05em;
}

.season_bx .cont p.txt3 {
  font-size: 18px;
  line-height: 1.8em;
  letter-spacing: 0.1em;
}

#hapiness_life {
  width: 1160px;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 75px;
}

#hapiness_life .pic {
  float: left;
}

#hapiness_life .cont {
  float: left;
  padding: 55px 0px 0px 100px;
}

#hapiness_life .cont p#txt1 {
  font-size: 48px;
  line-height: 1.2em;
  font-family: 'Libre Baskerville', serif;
  letter-spacing: 0.05em;
  font-weight: 400;
}

#hapiness_life .cont p#txt1 span {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 30px;
  display: block;
  padding-top: 3px;
}

#hapiness_life .cont p#txt2 {
  font-size: 18px;
  line-height: 1.8em;
  padding: 55px 0px 35px;
}

#hapiness_life .cont p#txt3 span#t1 {
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
}

#hapiness_life .cont p#txt3 span#t2 {
  font-size: 18px;
  display: block;
  padding: 3px 0px;
}

#hapiness_life .cont p#txt3 span#t3 {
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
}

#school_detail {
  width: 1160px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 100px;
}

#school_detail .cont {
  width: 550px;
}

#school_detail .cont h4 {
  border-bottom: 1px solid #000;
  font-family: 'Libre Baskerville', serif;
  font-size: 28px;
  line-height: 1em;
  font-weight: 400;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

#school_detail .cont h4 span {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  display: block;
}

#school_detail .cont p {
  font-size: 18px;
  line-height: 1.8em;
  padding-bottom: 95px;
}

#tokyo_lesson {
  width: 1160px;
  margin: 65px auto 80px;
  overflow: hidden;
  position: relative;
}

.gift_bx {
  width: 1160px;
  margin: 70px auto 15px;
  overflow: hidden;
  position: relative;
}

#tokyo_lesson .main_cont .cont {
  background-color: #000;
  width: 840px;
  min-height: 450px;
  box-sizing: border-box;
  color: #fff;
  padding: 75px 60px 50px 165px;
}

.gift_bx .main_cont .cont {
  background-color: #000;
  width: 840px;
  min-height: 700px;
  box-sizing: border-box;
  color: #fff;
  padding: 75px 60px 20px 165px;
}

#tokyo_lesson .main_cont h3,
.gift_bx .main_cont h3 {
  font-family: 'Libre Baskerville', serif;
  font-size: 42px;
  line-height: 42px;
  font-weight: 400;
  padding-bottom: 30px;
  padding-left: 165px;
}

#tokyo_lesson .main_cont h3 span,
.gift_bx .main_cont h3 span {
  display: block;
  padding-top: 7px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 24px;
  line-height: 24px;
}

#tokyo_lesson .main_cont .cont h4,
.gift_bx .main_cont .cont h4 {
  font-size: 32px;
  line-height: 32px;
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: 1px solid #fff;
}

#tokyo_lesson .main_cont .cont p,
.gift_bx .main_cont .cont p {
  font-size: 18px;
  line-height: 2.2em;
}

#tokyo_lesson .main_cont .cont table {
  padding-top: 30px;
}

.gift_bx .main_cont .cont table {
  padding-top: 20px;
}

#tokyo_lesson .main_cont .cont th {
  border-right: 1px solid #fff;
  padding: 10px 0px 10px 0px;
  width: 100px;
  font-weight: 400;
  text-align: left;
  font-size: 18px;
  vertical-align: top;
  line-height: 1.4em;
}

#tokyo_lesson .main_cont .cont td {
  padding: 10px 0px 10px 35px;
  font-size: 18px;
  line-height: 1.4em;
}

#tokyo_lesson .main_cont,
.gift_bx .main_cont {
  float: right;
}

#tokyo_lesson .pic,
.gift_bx .pic {
  position: absolute;
  left: 0px;
  top: 0px;
}

#concept_bx {
  width: 1160px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  padding-bottom: 125px;
}

#cb_cont1 {
  position: relative;
  margin-bottom: 55px;
}

#cb_cont1 p#t1 {
  background-color: rgba(255, 255, 255, 0.75);
  padding: 75px 60px;
  width: 650px;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1.8em;
  position: relative;
  z-index: 1;
}

#cb_cont1 p#t2 {
  background-color: rgba(255, 255, 255, 0.75);
  padding: 75px 60px;
  width: 650px;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 2em;
  position: relative;
  z-index: 1;
  margin-top: 130px;
  margin-left: 550px;
}

#cb_cont1 #center_img {
  position: absolute;
  width: 760px;
  height: 760px;
  margin: 0 auto;
  top: 110px;
  left: 0px;
  right: 0px;
}

#cb_cont1 #txt_img1 {
  position: absolute;
  top: 0px;
  left: 650px;
  z-index: 1;
}

#cb_cont1 #txt_img2 {
  position: absolute;
  bottom: 65px;
  left: 65px;
  z-index: 1;
}

#cb_cont2 {
  height: 400px;
  background-image: url(../image/concept/img2.jpg);
  background-size: 1160px 400px;
  color: #fff;
}

#cb_cont2 p#t1 {
  font-family: 'Libre Baskerville', serif;
  font-size: 48px;
  line-height: 48px;
  padding: 100px 0px 0px 75px;
  font-weight: 100;
  letter-spacing: 0.05em;
}

#cb_cont2 #t2 {
  padding: 40px 0px 0px 150px;
}

#cb_cont3 {
  margin-top: 80px;
  overflow: hidden;
  position: relative;
}

#cb_cont3 #pic {
  float: left;
}

#cb_cont3 #txt_img {
  position: absolute;
  top: 40px;
  left: 380px;
  z-index: 1;
}

#cb_cont3 p#txt {
  line-height: 1.8em;
  font-size: 18px;
  background-color: rgba(255, 255, 255, 0.75);
  padding: 60px;
  position: absolute;
  top: 140px;
  right: 0px;
}

#cb_cont3 #ozeki {
  position: absolute;
  bottom: 0px;
  right: 0px;
}

#cb_cont3 #ozeki p {
  font-size: 18px;
  line-height: 18px;
  display: inline-block;
  padding-bottom: 40px;
}

#cb_cont3 #ozeki p span {
  font-family: 'Montserrat', sans-serif;
  display: block;
  padding-bottom: 3px;
}

#access_bx {
  overflow: hidden;
  margin: 0px 60px;
}

#access_bx .left {
  width: 45%;
}

#access_bx .left p#t1 {
  font-size: 18px;
  line-height: 2em;
  padding: 35px 0px 40px;
}

#access_bx .left p#t2 {
  line-height: 2em;
}

#access_bx .right {
  width: 50%;
}

#access_bx .right a {
  width: 220px;
  line-height: 40px;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  display: block;
  margin: 30px auto 0px;
  font-size: 18px;
  color: #000;
  text-decoration: none;
  border: 1px solid #000;
  border-radius: 20px;
}

.srvc_cont {
  overflow: hidden;
  position: relative;
}

.srvc_cont .left,
.srvc_cont .lefts {
  width: 500px;
}

.srvc_cont .left h3,
.srvc_cont .lefts h3 {
  font-family: 'Libre Baskerville', serif;
  font-size: 36px;
  line-height: 1.2em;
  padding: 80px 0px 30px 0px;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.srvc_cont .left h3.spc,
.srvc_cont .lefts h3.spc {
  padding-top: 45px;
}

.srvc_cont .left h3 span,
.srvc_cont .lefts h3 span {
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 21px;
  letter-spacing: 0.2em;
}

.srvc_cont .left p,
.srvc_cont .lefts p {
  line-height: 1.8em;
  border-top: 1px solid #000;
  padding-top: 40px;
}

.srvc_cont .right,
.srvc_cont .rights {
  width: 600px;
}

.srvc_cont .right table {
  padding-top: 100px;
}

.srvc_cont .right .sv-acd {
  padding-top: 100px;
}

.srvc_cont .right #sv-acd-o {
  padding-top: 0px;
}

.srvc_cont .right .sv-acd dt {
  position: relative;
  background-image: url(../image/season/snkk_1.jpg);
  background-position: right 240px center;
  background-repeat: no-repeat;
  background-size: 10px 10px;
  cursor: pointer;
}

.srvc_cont .right .sv-acd dt.active {
  background-image: url(../image/season/snkk_2.jpg);
}

.srvc_cont .right .sv-acd dt {
  position: relative;
}

.srvc_cont .right .sv-acd dd {
  display: none;
  padding: 35px 0px;
  border-bottom: 1px solid #000;
}

.srvc_cont .right .sv-acd p.gift_detail:before,
.srvc_cont .right .sv-acd p.gift_detail:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 200px;
  height: 1px;
  background-color: black;
}

.srvc_cont .right .sv-acd table {
  padding-top: 0px;
}

/*.srvc_cont .right table#aft_tbl{
	padding-top: 40px;
}*/

.srvc_cont .right th span,
dl.wg-acd dd table th span {
  width: 12px;
  height: 12px;
  display: block;
  margin-top: 10px;
  background-color: #000;
}

.srvc_cont .right th,
.srvc_cont .right td {
  vertical-align: top;
  padding-bottom: 20px;
}

dl.wg-acd dd table th,
dl.wg-acd dd table td {
  vertical-align: top;
  padding-bottom: 15px;
}

.srvc_cont .right td,
dl.wg-acd dd table td {
  line-height: 1.8em;
  padding-left: 15px;
}

ul.blck_bx {
  /*position: absolute;
	bottom: 0px;
	left: 0px;*/
  padding-top: 50px;
}

ul.blck_bx_right {
  position: absolute;
  bottom: 85px;
  right: 0px;
  left: auto;
}

ul.blck_bx li,
dl.wg-acd dd ul li {
  background-color: #000;
  width: 240px;
  height: 140px;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  display: inline-block;
  margin-bottom: 20px;
}

ul.blck_bx li:nth-child(odd),
dl.wg-acd dd ul li:nth-child(odd) {
  margin-right: 20px;
}

ul.blck_bx li .t1,
dl.wg-acd dd ul li .t1 {
  display: block;
  font-family: 'Libre Baskerville', serif;
  font-size: 21px;
  line-height: 21px;
  padding: 30px 0px 5px;
}

ul.blck_bx li .t2,
dl.wg-acd dd ul li .t2 {
  display: block;
  font-size: 16px;
}

ul.blck_bx li .t3,
dl.wg-acd dd ul li .t3 {
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0.1em;
  font-family: 'Montserrat', sans-serif;
  padding-top: 20px;
}

ul.blck_bx li .t3 span,
dl.wg-acd dd ul li .t3 span {
  font-size: 18px;
  font-family: 'Noto Sans JP', sans-serif;
}

.srvc_cont_sub {
  padding-bottom: 85px;
}

ul.blck_bx_sub {
  bottom: 85px;
}

.srvc_cont .lefts {
  float: right;
}

.srvc_cont .rights {
  float: left;
}

.srvc_up_last {
  padding-bottom: 50px;
}

#srvc_txt1 {
  top: 450px;
  right: 150px;
  position: absolute;
  z-index: 101;
}

#srvc_txt2 {
  top: 435px;
  right: 100px;
  position: absolute;
  z-index: 101;
}

#srvc_txt3 {
  top: 435px;
  right: 360px;
  position: absolute;
  z-index: 101;
}

#srvc_txt4 {
  top: 435px;
  left: 0px;
  position: absolute;
  z-index: 101;
}

.wg-acd {
  width: 1160px;
  margin: 0 auto;
}

.fsa-acd {
  width: 700px;
  margin: 20px 0px 0px;
}

dl.wg-acd dd {
  display: none;
  padding: 35px 0px;
  border-bottom: 1px solid #000;
  overflow: hidden;
}

dl.wg-acd dd ul {
  float: left;
}

dl.wg-acd dd table {
  float: left;
}

dl.wg-acd dd table.re_left {
  float: left;
  margin-left: 10px;
}

dl.wg-acd dd table.re_right {
  float: right;
  margin-right: 10px;
}

dl.wg-acd dt {
  position: relative;
  background-image: url(../image/season/snkk_1.jpg);
  background-position: right 480px center;
  background-repeat: no-repeat;
  background-size: 10px 10px;
  cursor: pointer;
}

dl.wg-acd dt.active {
  background-image: url(../image/season/snkk_2.jpg);
}

dl.fsa-acd dt {
  background-position: right 300px center;
}

p.gift_detail {
  font-size: 16px;
  text-align: center;

  padding-right: 30px;
}

p.gift_detail:before,
p.gift_detail:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 440px;
  height: 1px;
  background-color: black;
}

.fsa-acd p.gift_detail:before,
.fsa-acd p.gift_detail:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 250px;
  height: 1px;
  background-color: black;
}

.gift_bx .main_cont .cont th {
  font-size: 28px;
  line-height: 28px;
  letter-spacing: 0.1em;
  font-family: 'Montserrat', sans-serif;
  text-align: left;
  font-weight: 300;
}

.gift_bx .main_cont .cont th .en_t {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 24px;
}

.gift_bx .main_cont .cont th .txt {
  font-size: 16px;
  display: block;
  padding-top: 5px;
}

.gift_bx .main_cont .cont td,
dl.wg-acd dd table {
  float: right;
}

.gift_bx .main_cont .cont td {
  padding-top: 20px;
}

dl.wg-acd dd ul {
  float: left;
  margin-left: 20px;
}

.re_cont_bx {
  overflow: hidden;
  padding-bottom: 60px;
}

.re_cont_bx .right {
  width: 570px;
  padding-top: 45px;
  position: relative;
}

.re_cont_bx .right h4 {
  overflow: hidden;
  font-size: 32px;
  line-height: 34px;
  letter-spacing: 0.1em;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  position: relative;
  z-index: 1;
}

.re_cont_bx .right h4 span {
  float: right;
  padding-right: 20px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  letter-spacing: 0.2em;
}

.re_cont_bx .right p {
  padding-top: 20px;
  padding-right: 20px;
  line-height: 2em;
  position: relative;
  z-index: 1;
}

.re_cont_bx .right div {
  position: absolute;
  top: 45px;
  right: 0px;
}

.product_main .en_txts {
  position: absolute;
  bottom: 0px;
  right: 0px;
}

.event_price {
  overflow: hidden;
  padding-bottom: 30px;
}

.event_price_btm {
  padding-bottom: 60px;
}

.event_price p {
  float: left;
  font-family: 'Libre Baskerville', serif;
  font-size: 28px;
  line-height: 28px;
  padding: 5px 100px 0px 0px;
}

.event_price p span {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  line-height: 16px;
  padding-top: 5px;
  letter-spacing: 0.1em;
  display: block;
}

.event_price table {
  float: left;
  padding-left: 90px;
  padding-bottom: 20px;
  border-left: 1px solid #000;
}

.event_price table td {
  padding-top: 20px;
  font-size: 18px;
  letter-spacing: 0.1em;
}

.re_side_cont1 {
  margin: 115px 0px 60px;
}

.re_side_cont2 {
  margin-bottom: 45px;
}

.re_side_cont {
  overflow: hidden;
  background-color: #000;
}

.re_side_cont .right {
  padding: 60px 0px 0px 0px;
  width: 580px;
  margin-right: 60px;
  color: #fff;
}

.re_side_cont .right h4 {
  font-family: 'Libre Baskerville', serif;
  font-size: 28px;
  line-height: 28px;
  font-weight: 400;
  position: relative;
}

.re_side_cont .right h4 span.t1 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  line-height: 16px;
  padding-top: 5px;
  letter-spacing: 0.1em;
  display: block;
}

.re_side_cont .right h4 p {
  position: absolute;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0.1em;
  font-family: 'Montserrat', sans-serif;
  top: 15px;
  right: 0px;
}

.re_side_cont .right h4 p span.t2 {
  font-family: 'Noto Sans JP', sans-serif;
}

.re_side_cont .right p.txt {
  line-height: 1.8em;
  padding-top: 35px;
  margin-top: 15px;
  border-top: 1px solid #fff;
}

.re_side_cont .right p.txt a {
  color: #fff;
  text-decoration: none;
}

.re_side_cont .right p.txt a:hover {
  text-decoration: underline;
}

#lightGallery {
  position: relative;
  text-align: center;
  /*height: 100%;*/
  height: 730px;
  overflow: hidden;
}

#l_abs {
  height: 100%;
  position: absolute;
  left: 0px;
  background-color: #fff;
  width: 25px;
  top: 0px;
  z-index: 1;
}

#r_abs {
  height: 100%;
  position: absolute;
  right: 0px;
  background-color: #fff;
  width: 25px;
  top: 0px;
  z-index: 1;
}

#lightGallery1 li {
  display: inline-block;
  height: 240px;
  margin: 0px 3px;
  overflow: hidden;
}

#lightGallery1 li img {
  height: 240px;
}

#lightGallery1 li:hover {
  cursor: pointer;
  opacity: 0.8;
  transition: 0.3s;
}

.product_intro .nn_btm {
  padding-bottom: 0px;
}

p#sf_km,
p.sf_km {
  font-size: 14px;
  line-height: 2em;
  margin-top: 15px;
  padding-bottom: 45px;
  text-align: center;
}

p#sf_km span,
p.sf_km span,
p#congratulations_txt span,
p#price_txt span {
  width: 20px;
  line-height: 20px;
  text-align: center;
  color: #000;
  border: 1px solid #000;
  border-radius: 50%;
  display: inline-block;
  font-size: 12px;
  margin-right: 3px;
  font-weight: bold;
}

ul#web_list li {
  display: inline-block;
  vertical-align: top;
  width: 31%;
}

ul#web_list li:nth-child(2) {
  margin-left: 2%;
  margin-right: 2%;
}

ul#web_list li h5 {
  padding: 10px 10px 15px 10px;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0.1em;
  font-weight: 400;
  margin-bottom: 15px;
  border-bottom: 1px dashed #000;
}

ul#flowe_list li i {
  position: absolute;
  right: 25px;
  bottom: 30px;
  color: #fff;
}

/* multiple
----------------------- */
.multiples {
  margin: 0 auto;
  width: 600px;
  height: 500px;
  text-align: left;
  overflow: hidden;
}

.multiples ul {
  width: 600px;
  height: 500px;
  text-align: left;
  overflow: hidden;
  position: relative;
}

.multiples ul li {
  top: 0;
  left: 0;
  width: 600px;
  height: 500px;
  display: none;
  position: absolute;
}

.re_side_cont .multiple {
  margin: 0 auto;
  width: 400px;
  height: 340px;
  text-align: left;
  overflow: hidden;
}

.re_side_cont .multiple ul {
  width: 400px;
  height: 340px;
  text-align: left;
  overflow: hidden;
  position: relative;
}

.re_side_cont .multiple ul li {
  top: 0;
  left: 0;
  width: 400px;
  height: 340px;
  display: none;
  position: absolute;
}

ul#lightGallery1 li:nth-last-child(2) img {
  width: 280px;
  object-fit: cover;
}

p.pp_ttl {
  font-size: 21px;
  line-height: 1.8em;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #000;
  padding-bottom: 35px;
}

p.pp_txts {
  border-bottom: 1px solid #000;
  font-size: 16px;
  padding: 25px 0px;
  line-height: 1.8em;
  letter-spacing: 0.05em;
}

p.pp_txts span {
  padding-bottom: 5px;
  display: block;
}

#law_tbl {
  border-top: 1px solid #000;
}

#law_tbl th {
  border-bottom: 1px solid #000;
  width: 270px;
  padding: 25px 0px 22px 10px;
  line-height: 1.8em;
  text-align: left;
  font-weight: 400;
  letter-spacing: 0.05em;
  vertical-align: top;
}

#law_tbl td {
  border-bottom: 1px solid #000;
  line-height: 1.8em;
  letter-spacing: 0.05em;
  vertical-align: top;
  padding: 25px 0px 22px 0px;
}

p#line_txt {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.8em;
}

p#add_law {
  position: absolute;
  bottom: 30px;
  right: 70px;
}

.add_btn_hw {
  width: auto;
  height: 25px !important;
  vertical-align: top;
  margin-right: 3px;
}

.main_img {
  z-index: 1;
  opacity: 0;
  width: 100%;
  height: 1060px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: anime 42s 0s infinite;
  animation: anime 42s 0s infinite;
}

#page-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 50;
  cursor: pointer;
}

#page-top a {
  display: block;
}

#page-top a img {
  width: 75px;
  height: 75px;
}

.main_img:nth-of-type(2) {
  -webkit-animation-delay: 7s;
  animation-delay: 7s;
}

.main_img:nth-of-type(3) {
  -webkit-animation-delay: 14s;
  animation-delay: 14s;
}

.main_img:nth-of-type(4) {
  -webkit-animation-delay: 21s;
  animation-delay: 21s;
}

.main_img:nth-of-type(5) {
  -webkit-animation-delay: 28s;
  animation-delay: 28s;
}

.main_img:nth-of-type(6) {
  -webkit-animation-delay: 35s;
  animation-delay: 35s;
}

@keyframes anime {
  0% {
    opacity: 0;
  }
  8% {
    opacity: 1;
  }
  17% {
    opacity: 1;
  }
  25% {
    opacity: 0;
    transform: scale(1.2);
    z-index: 9;
  }
  100% {
    opacity: 0;
  }
}
