﻿h2,
h3,
.list_02 dt,
.list_03 dt,
.must_01 dt,
.must_02 dt,
.reason dt,
.salon dt,
.salon_02 dt,
.hxsub p,
.box_grey .title p,
.box_green .title p,
.box_brown .title p,
div.hot h4,
div.contain h4,
p.message,
dl.salon_03 dt {
  font-family: "Noto Sans JP","ヒラギノ角ゴシック Pro";
}
.right {
  text-align: right;
}
.txt_right {
  text-align: right;
	font-size:1.2rem;
}
.naname{
  position: relative;
}
.naname::before {
  position: absolute;
  content: "";
  display: block;
  transform: rotate(-10deg);
  background-color: red;
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
}
.fr {
  float: right;
}
.fl {
  float: left;
}
.ctr {
  text-align: center;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mr10 {
  margin-right: 10px;
}
.mr20 {
  margin-right: 20px;
}
.ml10 {
  margin-left: 10px;
}
.ml15 {
  margin-left: 15px;
}
.ml20 {
  margin-left: 20px;
}
.mb0 {
  margin-bottom: 0;
}
.mb20 {
  margin-bottom: 20px;
}
img {
  max-width: 100%;
}
ul#navi {
  background-image: url(../img/import/img/navi.png);
  background-repeat: no-repeat;
  height: 55px;
  width: 1040px;
  text-align: center;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  padding: 0;
}
ul#navi li {
  margin: 0;
  padding: 0;
  position: relative;
  float: left;
  width: 137px;
}
ul#navi li a {
  line-height: 16px;
  padding: 10px;
  display: block;
  color: #fff;
  text-decoration: none;
}
ul#navi li a span {
  font-size: 10px;
}
ul#navi li a:hover,
ul#navi li a.open {
  color: #dd3b90;
  background-color: rgba(17, 33, 108, 0.5);
}
ul#navi li ul {
  margin-left: 0;
  padding-top: 3px;
  list-style: none;
  position: absolute;
  left: 0;
  z-index: 999;
}
ul#navi li ul li {
  background-color: rgba(17, 33, 108, 0.8);
  margin-bottom: 1px;
  margin-left: 1px;
  float: none;
}
ul#navi li ul#plan li {
  width: 250px;
}
ul#navi li ul#option li {
  width: 170px;
}
ul#navi li ul li ul,
ul#navi li ul#option li ul {
  padding-top: 0;
  padding-left: 1px;
  position: absolute;
  top: 0;
}
ul#navi li ul li ul {
  left: 137px;
}
ul#navi li ul#option li ul {
  left: 170px;
}
div#menu2 {
  background-image: url(../img/import/img/bg_menu2.jpg);
  background-repeat: repeat-x;
  height: 55px;
  margin-right: auto;
  margin-left: auto;
}
div#menu2 nav {
  background-image: url(../img/import/img/navi3.png);
  background-repeat: no-repeat;
  height: 55px;
  width: 1040px;
  text-align: center;
  margin-top: -28px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  overflow: hidden;
  padding: 0px;
}
div#menu2 nav ul {
  overflow: hidden;
  width: 1040px;
  margin: 0px;
  padding: 0px;
}
div#menu2 nav ul li {
  float: left;
  width: 160px;
  height: 54px;
  margin: 0px;
  padding: 0px;
}
div#menu2 nav ul li a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding-top: 9px;
  line-height: 16px;
}
div#menu2 nav ul li a span {
  font-size: 10px;
}
#main {
  width: 1040px;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding-top: 20px;
}
.txt_big::first-letter {
  font-size: 38px;
}
.plan_list{
	display:flex;	
	margin: 5% auto;
}
.plan_list div {
	width:43%;
	margin-left: 5%;
}
.plan_list div p{
	margin:3% auto;
}
.plan_list a{
	font-size: 1rem;
	display: block;
	text-align: center;
	padding:5% 10%;
	margin: 5% 20%;
	background: #f8b0b8;
	color: #fff;
	border-radius:10px;
}
.plan_list h4{
	text-align: left;
	border-bottom: 1px #eee solid;
	padding: 0 1% 1%;
	margin: 0 auto 2%;
	font-size: 1.2rem;
	font-weight: 700;
	color: #ef4f62;
}
.hawaii_img{
	text-align:center;
	margin: 5% auto;
	max-width:500px;
}
.hawaii_img img{
	width:420px;
}
@media screen and (max-width:680px) {
	.plan_list{
		width:100%;
		display: block;
	}
	.plan_list div {
		width:100%;
		margin: 0;
	}
	.plan_list h4{
		text-align:center;
	}
}
.slideShow {
  background-color: #f5f5f5;
}
.viewer {
  margin: 0 auto;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.viewer ul {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.viewer ul li {
  top: 0;
  left: 0;
  width: 100%;
  position: relative;
}
.viewer ul li img {
  width: 100%;
}
.viewer .btnPrev,
.viewer .btnNext {
  margin-top: -25px;
  top: 50%;
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 101;
}
.viewer .btnPrev:hover,
.viewer .btnNext:hover {
  opacity: 0.7;
}
.viewer .btnPrev {
  left: 5px;
  background: url(../img/import/img/btnPrev1.png) no-repeat center center;
}
.viewer .btnNext {
  right: 5px;
  background: url(../img/import/img/btnNext1.png) no-repeat center center;
}
.viewer ul:after {
  content: ".";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}
.viewer ul {
  display: inline-block;
  overflow: hidden;
}
#go-top {
  position: fixed;
  bottom: 50px;
  right: 0;
}
#go-top a {
  display: block;
  width: 45px;
}
#go-top a:hover {
  text-decoration: none;
}
#go-top span {
  background: url(../img/import/img/gotop.png) no-repeat center center;
  display: block;
  height: 70px;
  width: 45px;
  opacity: 1;
  transition: 0.2s ease-out;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
}
#sideWrap {
  width: 260px;
  float: left;
  margin-right: 20px;
  background-color: #fff;
  display: none;
}
@media only screen and (max-width: 767px) {
  #sideWrap {
    width: 100%;
    float: none;
    margin-right: 0;
    height: auto !important;
  }
}
#left_col {
  width: 260px;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  #left_col {
    width: 100%;
    position: static !important;
  }
}
#left_col h2 {
  line-height: 33px;
  color: #fff;
  background-image: url(../img/import/img/bg_pink.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  height: 33px;
  font-size: 15px;
  text-align: center;
  margin-bottom: 10px;
}
#left_col h2.type01 {
  background-image: url(../img/import/img/bg_orange.jpg);
  background-repeat: no-repeat;
  background-position: left top;
}
#left_col h2.type02 {
  background-image: url(../img/import/img/bg_brown.jpg);
  background-repeat: no-repeat;
  background-position: left top;
}
#left_col nav {
  margin-bottom: 15px;
  padding-right: 10px;
  padding-left: 10px;
}
#left_col nav.separate {
  margin-bottom: 0;
  padding-bottom: 5px;
  border-bottom: solid 20px #ffffff;
}
#left_col nav h3 {
  font-size: 15px;
  background-image: url(../img/import/img/icon.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 20px;
  font-weight: bold;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  border-bottom-color: #333;
  margin-bottom: 5px;
}
#left_col nav h3.btn {
  background-image: none;
  padding-left: 0;
  border-bottom: none;
  margin-bottom: 10px;
  margin-left: -10px;
}
@media only screen and (max-width: 767px) {
  #left_col nav h3.btn img {
    display: block;
    margin: auto;
  }
}
#left_col nav a {
  text-decoration: none;
  display: block;
}
#left_col nav ul li {
  background-image: url(../img/import/img/arw_r.gif);
  background-repeat: no-repeat;
  background-position: left center;
  margin-bottom: 5px;
  padding-left: 20px;
  line-height: 1.6em;
}
#left_col nav ul li#original {
  background-image: url(../img/import/img/icon_original.png);
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 40px;
  padding-bottom: 5px;
  border-bottom: dotted 1px #ccc;
}
#left_col nav ul li#premium {
  background-image: url(../img/import/img/icon_premium.png);
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 40px;
  padding-bottom: 5px;
  border-bottom: dotted 1px #ccc;
}
#left_col nav ul li#value {
  background-image: url(../img/import/img/icon_value.png);
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 40px;
  padding-bottom: 5px;
  border-bottom: dotted 1px #ccc;
}
#left_col nav ul li#sunset {
  background-image: url(../img/import/img/bg_sunset.png);
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 40px;
  padding-bottom: 5px;
  border-bottom: dotted 1px #ccc;
}
#left_col nav ul li#sunset2 {
  background-image: url(../img/import/img/bg_sunset2.png);
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 40px;
  padding-bottom: 5px;
  border-bottom: dotted 1px #ccc;
}
#left_col nav ul li#location {
  background-image: url(../img/import/img/icon_location.png);
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 40px;
  padding-bottom: 5px;
  border-bottom: dotted 1px #ccc;
}
#left_col nav ul li#plumeria {
  background-image: url(../img/import/img/icon_plumeria.png);
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 40px;
  padding-bottom: 5px;
  border-bottom: dotted 1px #ccc;
}
#left_col nav ul li#chapel {
  background-image: url(../img/import/img/icon_chapel.png);
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 40px;
  padding-bottom: 5px;
  border-bottom: dotted 1px #ccc;
}
#left_col nav ul li#waimanalo {
  background-image: url(../img/import/img/icon_waimanalo.png);
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 40px;
  padding-bottom: 5px;
  border-bottom: dotted 1px #ccc;
}
#left_col nav ul li#kakaako {
  background-image: url(../img/import/img/icon_kakaako.png);
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 40px;
  padding-bottom: 5px;
  border-bottom: dotted 1px #ccc;
}
#left_col nav ul li#moanalua {
  background-image: url(../img/import/img/icon_moanalua.png);
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 40px;
  padding-bottom: 5px;
  border-bottom: dotted 1px #ccc;
}
#left_col nav ul li#family {
  background-image: url(../img/import/img/icon_family.png);
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 40px;
  padding-bottom: 5px;
  border-bottom: dotted 1px #ccc;
}
#left_col nav ul li#vow {
  background-image: url(../img/import/img/icon_vow.png);
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 40px;
  padding-bottom: 5px;
  border-bottom: dotted 1px #ccc;
}
#left_col nav ul li .menu_m {
  font-weight: bold;
  border-bottom: dotted 1px #666;
}
#left_col nav ul li .menu_s {
  font-size: 0.9em;
}
#left_col nav .side_hx {
  background-color: #dc3b8f;
  color: #fff;
  background-position: 10px center;
  padding-left: 50px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}
#left_col .side_bana {
  text-align: center;
  display: block;
}
#left_col .fb_box {
  text-align: center;
}
#left_col .side_bana img {
  margin-bottom: 10px;
}
#left_col .fb-page {
  height: 500px;
}
#right_col {
  width: 760px;
  margin: 0 auto;
	
}
@media only screen and (max-width: 767px) {
  #right_col {
    width: 100%;
    float: none;
  }
}
#right_col2 {
  width: 760px;
  margin-left: 130px;
}
@media only screen and (max-width: 767px) {
  #right_col2 {
    width: 100%;
    float: none;
    margin-left: 0;
  }
}
p {
  margin-bottom: 10px;
}
p.lead {
  font-size: 1.2em;
  padding: 0 10px;
  text-align: center;
  line-height: 1.4em;
}
p.lead2 {
	text-align: center;
  font-size: 1.2em;
  padding: 5px 10px;
  line-height: 1.4em;
  margin-left: 5px;
  margin-bottom: 15px;
}
.pan {
  margin-bottom: 5px;
}
#main_col {
  width: 1040px;
  margin: auto;
}
#box_10,
.box_bnr {
  overflow: hidden;
  margin-bottom: 50px;
  padding-top: 10px;
  text-align: center;
}
#box_10 a .bana_left {
  margin-right: 5px;
}
#box_10 a .bana_center {
  margin-right: 5px;
}
#box_10 a img:hover,
.box_bnr a img:hover,
#box_plan a img:hover,
#box_plan2 a img:hover,
#box_option a img:hover {
  opacity: 0.8;
  position: relative;
  top: 1px;
}
#catalog {
  background-color: #fdf4e4;
  background: url("../img/import/img/bg_catalog.png");
  padding: 10px 30px;
  margin-bottom: 20px;
  border-radius: 10px;
}
#catalog_b {
  background-color: #fdf4e4;
  background: url("../img/import/img/bg_catalog.png");
  padding: 15px 30px;
  margin-bottom: 20px;
  border-radius: 10px;
  height: 330px;
}
#catalog h3 {
  font-size: 18px;
  border-left: solid 5px #ae7f47;
  padding-left: 5px;
}
@media only screen and (max-width: 767px) {
  #catalog h3 {
    margin: 10px auto;
  }
}
#catalog dt {
  float: right;
  width: 200px;
}
@media only screen and (max-width: 767px) {
  #catalog dt {
    float: none;
    padding-top: 10px;
    width: 100%;
  }
}
#catalog dt img {
  border: solid 1px #fff;
  width: 80%;
}
@media only screen and (max-width: 767px) {
  #catalog dt img {
    display: block;
    margin: auto;
  }
}
#catalog dd {
  padding: 0 0 10px 0;
}
#catalog_b h3 {
  font-size: 18px;
  border-left: solid 5px #ae7f47;
  padding-left: 5px;
  float: left;
}
#catalog_b p {
  float: left;
  padding-top: 0.5em;
}
#catalog_b .box {
  float: left;
  padding-top: 5px;
  margin-left: 20px;
}
#catalog_b .box img {
  border: solid 1px #fff;
  margin-bottom: 5px;
}
#catalog ul,
#catalog p,
#catalog_b p {
  margin-left: 1em;
}
@media only screen and (max-width: 767px) {
  #catalog ul,
  #catalog p,
  #catalog_b p {
    margin-left: 0px;
  }
}
#catalog li,
#catalog_b a.pdf {
  background: url("../img/import/img/icon_pdf.png") no-repeat scroll left
    top/16px 16px transparent;
  padding: 0 0 0 20px;
  line-height: 1.8em;
}
#catalog ul li a {
  text-decoration: underline;
}
br.clr {
  clear: both;
}
a {
  color: #333;
}
a:hover,
div#menu2 nav ul li a:hover {
  color: #dd3b90;
}
.box_grey {
  clear: both;
  background: #fff;
  padding: 20px 30px;
  margin-bottom: 20px;
}
.box_grey.message,
.no_bdr.message {
  background-image: url("../img/import/img/photo_wedding/bg_messageb.jpg");
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 324px;
}
@media only screen and (max-width: 767px) {
  .box_grey.message,
  .no_bdr.message {
    background-position: top center;
    background-size: contain;
    padding-top: 50%;
  }
}
.box_hawaii {
  clear: both;
  border-radius: 10px;
  background: #fff;
  padding: 20px 30px;
  margin-bottom: 20px;
}
.box_green {
  clear: both;
  /* border: solid 5px #e7f3f4; */
  border-radius: 10px;
  background: #fff;
  padding: 20px 30px;
  margin-bottom: 20px;
}
.box_brown {
  clear: both;
  /* border: solid 5px #f2efe5; */
  border-radius: 10px;
  background: #fff;
  padding: 20px 30px;
  margin-bottom: 20px;
}
.no_bdr {
  clear: both;
  border: none;
  background: #fff;
  padding: 20px 30px;
  margin-bottom: 20px;
}
.box_half_right {
  width: 40%;
  background: #fff;
  padding: 20px 30px; /*margin-bottom:20px;*/
  float: right;
}
@media only screen and (max-width: 767px) {
  .box_half_right {
    float: none;
    width: auto;
  }
}
.box_half_left {
  width: 40%;
  background: #fff;
  padding: 20px 30px; /*margin-bottom:20px;*/
  float: left;
}
@media only screen and (max-width: 767px) {
  .box_half_left {
    float: none;
    width: auto;
  }
	.box_green , .box_brown, .box_grey{
		border: none;
	} 
}
.box_beige,
.box_beige_02,
.box_beige_03,
.box_beige_04 {
  background: #fde5b9;
  text-align: center;
  padding: 5px;
  margin-bottom: 20px;
}
.box_beige_02 {
  text-align: left;
  padding: 20px;
}
.box_beige_05 {
  background: #fde5b9;
  padding: 1px;
}
.box_grey > p {
  line-height: 2;
}
.title {
  margin-bottom: 20px;
}
.subtitle,
.subtitle_02 {
  background: #f8b0b8;
  padding: 3px 0 0 35px;
  height: 31px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .subtitle,
  .subtitle_02 {
	background: #f8b0b8;
	background-image: none;
    padding: 3px 0px;
    height: auto;
    background-size: cover;
	text-align: center;
  }
}
.subtitle_ameholi {
  background: url(../img/import/img/bg_black.jpg) 0 0 repeat-x;
  padding: 3px 0 0 35px;
  height: 31px;
  color: #fff;
  font-size: 18px;
  margin: 30px 50px 0;
}
.subtitle_02.text_center {
  text-align: center;
  padding-left: 0px;
}
.subtitle_02 {
  margin-bottom: 0;
}
.midashi_01,.midashi_01_b,
.midashi_06 {
  height: 38px;
  text-align: center;
  color: #333;
  font-size: 20px;
	padding-top:10px;
	padding-left:30px;
	padding-right:30px;
	margin-left: 30px;
	margin-right: 30px;
  margin-bottom: 20px;
  border-top:3px #767171 solid;
  border-bottom:3px #767171 solid;
}
@media only screen and (max-width: 767px) {
  .midashi_01 {
	height:auto;
	padding-top:10px;
	padding-left:30px;
	padding-right:30px;
	padding-bottom:10px;
	margin-bottom: 10px;
	margin-left: 50px;
	margin-right: 30px;
	  font-size:1rem;
	color: #333;
	background-size: contain;
	background-image: none;
	}
  .midashi_01_b {
	height:auto;
	padding-top:10px;
	padding-left:30px;
	padding-right:30px;
	padding-bottom:10px;
	margin-bottom: 10px;
	margin-left: 30px;
	margin-right: 30px;
	color: #fff;
	background: #767171;
	}	
  .midashi_06 {
    width: 100%;
	height:auto;
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom: 10px;
	background: #555;
	color:#fff;
    background-size: contain;
	background-image: none;
	}
	.midashi_01 span,
	.midashi_06 span{
		display:block;
	}
}
.midashi_09 {
  height: 38px;
  text-align: center;
  padding-top: 20px;
  font-size: 20px;
  font-weight: 800;
 /* margin-bottom: 10px; */
  position: relative;
  color: #929cc0;
}

@media only screen and (max-width: 767px) {
  .midashi_09 {
    width: 100%;
    height: auto;
    background-size: contain;
  }
}
.midashi_10 {
  height: 38px;
  text-align: center;
  padding-top: 20px;
  font-size: 20px;
  margin-bottom: 30px;
  position: relative;
}
.midashi_10:before{
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0; /*下線の上下位置調整*/
  display: inline-block;
  width: 50px; /*下線の幅*/
  height: 2px; /*下線の太さ*/
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%); /*位置調整*/
  background-color: #666666; /*下線の色*/
}

@media only screen and (max-width: 767px) {
  .midashi_10 {
    width: 100%;
    height: auto;
  }
}
.accordion2 {
  margin-bottom: 20px;
}
.accordion2 .midashi_01 a {
  color: #fff;
  text-decoration: none;
  display: block;
}
.accordion2 .midashi_01 span .accordion_img {
  margin-right: 10px;
}
.accordion2 .midashi_01 span {
  display: block;
  cursor: pointer;
  background-image: url(../img/import/img/icon1.png);
  background-repeat: no-repeat;
  background-position: 10px center;
}
.accordion2 .midashi_01 span.open {
  background-image: url(../img/import/img/icon1_on.png);
  background-repeat: no-repeat;
  background-position: 10px center;
}
.midashi_02 {
  border-bottom: 1px dashed #999;
  width: 640px;
  font-size: 18px;
  color: #ef4f62;
  line-height: 1.4;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .midashi_02 {
    width: 100%;
  }
}
.midashi_02b {
  border-bottom: 1px dashed #999;
  font-size: 18px;
  color: #ef4f62;
  line-height: 1.4;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.midashi_02-2, .midashi_02-3 {
  width: 640px;
  font-size: 20px;
  color: #ef4f62;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .midashi_02-2, .midashi_02-3 {
    width: 100%;
  }
}
.midashi_02:before,
.midashi_02b:before,
.midashi_02-2:before {
  content: url(../img/import/img/icon_heart.gif);
  position: relative;
  margin: 0 10px 10px 0;
  top: 5px;
}
#top_box .midashi_02,
#box_schedule .midashi_02,
#shinpu .midashi_02,
#shinrou .midashi_02 {
  width: auto;
}
#shinpu .midashi_02:before,
#shinrou .midashi_02:before {
  content: url(../img/import/img/icon_check.png);
}
.midashi_03 {
  background: url(../img/import/img/bg_midashi.gif) repeat-x bottom left;
  border-radius: 4px;
  color: #fff;
  padding-left: 20px;
  font-size: 16px;
  margin-bottom: 20px;
}
.midashi_03-2 {
  background: url(../img/import/img/bg_midashi.gif) repeat-x bottom left;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
}
.midashi_03-3 {
  background-color: #fff18a;
  border-radius: 4px;
  color: #333;
  font-size: 14px;
  padding-left: 15px;
  margin-bottom: 10px;
}
.midashi_03-4 {
  background-color: #c3edf3;
  border-radius: 4px;
  color: #333;
  font-size: 14px;
  padding-left: 15px;
  margin-bottom: 10px;
}
.midashi_04 {
  border-bottom: 1px dashed #999;
  margin-bottom: 10px;
  font-size: 13px;
  color: #ef4f62;
  font-family: "Noto Sans JP","ヒラギノ角ゴシック Pro";
}
.midashi_05 {
  background: url(../img/import/img/bg_midashi.gif) repeat-x bottom left;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  margin-bottom: 20px;
  text-align: center;
  padding: 5px auto;
}
.midashi_06 {
  font-size: 18px;
}
.midashi_07 {
  border-left: solid 5px #ea78bf;
  font-size: 18px;
  color: #ef4f62;
  margin-bottom: 20px;
  line-height: 1.4;
  padding: 3px 0 3px 13px;
}
.midashi_07-2 {
  border-left: solid 5px #ea78bf;
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 1.4;
  padding: 3px 0 3px 13px;
}
.midashi_07-3 {
  font-size: 18px;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.4;
  padding: 3px 0;
}
@media only screen and (max-width: 767px) {
  .midashi_07-3 {
    margin-bottom: 0px;
  }
}
.midashi_07-4 {
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 1.4;
  padding: 3px 0;
  border-bottom: 1px dashed #999;
}
.midashi_08 {
  border-bottom: 1px dashed #999;
  width: auto;
  font-size: 18px;
  color: #333;
  line-height: 1.4;
  margin: 80px 50px 20px;
  padding-bottom: 10px;
}
.midashi_08:before {
  content: url(../img/import/img/icon_heart2.png);
  position: relative;
  margin: 0 10px 10px 0;
  top: 5px;
}

.box_grey div.title,
.box_brown div.title,
.box_green div.title {
  border-top: 1px dashed #999;
  margin-top: 20px;
	padding-top: 20px;
}

.box_green div.bdr-n {
  border: none;
}


.box_grey div.title2,
.box_brown div.title2,
.box_green div.title2 {
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .box_grey div.title,
  .box_brown div.title,
  .box_green div.title {
    width: 100%;
  }
  .box_grey div.title2,
  .box_brown div.title2,
  .box_green div.title2 {
    width: 100%;
  }
}
.box_grey .title p {
  font-size: 20px;
  color: #ef4f62;
  text-align: right;
  margin: -20px 0 -5px 0;
}
.box_grey .title2 p {
  font-size: 20px;
  color: #ef4f62;
  text-align: right;
  margin: -20px 0 -5px 0;
}
.box_green .title p,
.box_brown .title p {
  font-size: 20px;
  color: #ef4f62;
  text-align: right;
  margin: -30px 0 5px 0;
}
.box_green .title2 p,
.box_brown .title2 p {
  font-size: 20px;
  color: #ef4f62;
  text-align: right;
  margin: -30px 0 5px 0;
}
@media only screen and (max-width: 767px) {
  .box_green .title p,
  .box_brown .title p {
    margin: 0px;
  }
  .box_green .title2 p,
  .box_brown .title2 p {
    margin: 0px;
  }
}
.box_green .title p.w_plan {
  margin: -10px 0 0 0;
}
.box_green .title2 p.w_plan {
  margin: -10px 0 0 0;
}
@media only screen and (max-width: 767px) {
  .box_green .title p.w_plan {
    margin: 0px;
  }
  .box_green .title2 p.w_plan {
    margin: 0px;
  }
}
.box_green .title p.mt {
  margin: -10px 0 -5px 0;
}
.box_green .title2 p.mt {
  margin: -10px 0 -5px 0;
}
@media only screen and (max-width: 767px) {
  .box_green .title p.mt {
    margin: 0px;
  }
  .box_green .title2 p.mt {
    margin: 0px;
  }
}
.box_grey .title p .small,
.box_grey h3.midashi_02 .small,
.box_brown .title p .small,
.box_green .title .small {
  font-size: 16px;
}
.box_grey .title2 p .small,
.box_brown .title2 p .small,
.box_green .title2 .small {
  font-size: 16px;
}
.box_grey .title p.color_bl,
.box_brown .title p.color_bl,
.box_green .title p.color_bl {
  color: #333;
  margin: -15px 0 0 0;
}
.box_grey .title2 p.color_bl,
.box_brown .title2 p.color_bl,
.box_green .title2 p.color_bl {
  color: #333;
  margin: -15px 0 0 0;
}
.box_grey .title p strong,
.box_brown .title p strong,
.box_green .title p strong {
  font-weight: bold;
  font-size: 1.5em;
}
.box_grey .title2 p strong,
.box_brown .title2 p strong,
.box_green .title2 p strong {
  font-weight: bold;
  font-size: 1.5em;
}
p.message {
  display: none;
}
.list_01 {
  margin-bottom: 20px;
}
.list_01 li {
  margin-bottom: 10px;
  text-indent: -24px;
  padding-left: 24px;
}
.list_01 li:before {
  content: url(../img/import/img/icon_check.gif);
  margin-right: 10px;
}
.list_02,
.list_03 {
  margin-bottom: 20px;
}
.list_04 dt {
  border-radius: 4px;
  display: inline-block;
  color: #fff;
  font-size: 13px;
  vertical-align: top;
  clear: left;
  float: left;
  margin-top: 0;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #999;
  text-align: center;
  width: 100px;
  margin-bottom: 5px;
}
.list_04 dd {
  margin-left: 110px;
  margin-bottom: 5px;
  line-height: 24px;
}
.list_02 dt,
.list_03 dt {
  border-radius: 4px;
  padding: 0 40px;
  display: inline-block;
  background: #a08d65;
  color: #fff;
  font-size: 14px;
  margin: 0 10px 10px 0;
  vertical-align: top;
}
.list_02 dt:first-child {
  background: #475d72;
}
.list_02 dd,
.list_03 dd {
  display: inline-block;
  width: 490px;
  margin: 0 0 10px 0;
}
@media only screen and (max-width: 767px) {
  .list_02 dd,
  .list_03 dd {
    width: 100%;
  }
  .hxsub ul.list_01 {
    font-size: 0.8em;
}
}
.list_03 dt {
  padding: 0 10px;
  background: #e978be;
}
.list_03 dt:first-child {
  background: #5caaff;
}
.center {
  text-align: center;
  margin-bottom: 20px;
}
img.flame {
  border: 1px solid #fff;
  margin-bottom: 20px;
}
.atn,
.atn a {
  color: #dd3b72;
  font-weight: bold;
}
.atn2,
.atn2 a {
  font-size: 0.95em;
  margin-left: 10px;
}
.accordion dt {
  cursor: pointer;
  color: #dc3b8f;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #999;
  font-size: 14px;
}
.accordion dt,
.accordion dd {
  text-indent: -34px;
  padding-left: 34px;
}
.accordion dt:before,
.accordion dd:before {
  content: url(../img/import/img/icon_q.gif);
  margin-right: 10px;
  position: relative;
  top: 5px;
}
.accordion dd {
  display: none;
  margin-bottom: 20px;
}
.accordion dd:before {
  content: url(../img/import/img/icon_a.gif);
  top: 8px;
}
.voice dt,
.must_01 dt,
.must_02 dt,
.reason dt {
  color: #dc3b8f;
  margin-bottom: 10px;
  border-bottom: 1px dashed #999;
  font-size: 14px;
}
.voice dt a {
  color: #dc3b8f;
}
.voice dt:before {
  content: url(../img/import/img/icon_feather.gif);
  margin-right: 10px;
  position: relative;
  top: 8px;
}
.must_01 dt,
.must_02 dt,
.reason dt {
  padding-bottom: 5px;
  color: #54a4d2;
  font-size: 17px;
  text-shadow: 1px 1px 0 #fff;
}
.must_02 dt {
  color: #d274db;
}
.must_01 dt img,
.must_02 dt img,
.reason dt img {
  vertical-align: bottom;
}
.must_01 dt,
.must_02 dt,
.reason dt,
.reason dt {
  font-weight: bold;
}
.reason dt {
  color: #712b76;
}
.voice dd,
.reason dd {
  margin-bottom: 15px;
  clear: both;
}
.must_01 dd,
.must_02 dd {
  margin-bottom: 15px;
}
.must_01 dd,
.must_02 dd,
.reason dt dd {
  font-size: 13px;
}
.voice dt p {
  display: inline-block;
  margin-left: 20px;
  color: #333;
  font-size: 11px;
}
#shinpu {
  position: relative;
}
#shinpu img {
  position: absolute;
  top: -15px;
  left: 520px;
}
@media only screen and (max-width: 767px) {
  #shinpu img {
    position: static;
  }
}
#shinrou {
  position: relative;
}
#shinrou img {
  position: absolute;
  top: -15px;
  left: 520px;
}
img.must_img {
  float: right;
  border: solid 1px #eee;
  padding: 2px;
  margin: 20px -3px 0 5px;
  box-shadow: 3px 3px 3px 0 #eee;
}
@media only screen and (max-width: 767px) {
  img.must_img {
    float: none;
    margin: 0px;
  }
}
.company,
.contact {
  width: 100%;
  clear: both;
}
.company{
  margin-top: 20px;
}
.company dl,
.contact dl {
  margin-bottom: 10px;
  border-bottom: 1px dashed #999;
  padding-bottom: 3px;
  overflow: hidden;
  clear: both;
}
.contact dl.text_01 {
  border-top: 5px solid #bcbcbc;
  border-bottom: 5px solid #bcbcbc;
  padding-top: 10px;
  margin-bottom: 30px;
}
.contact dl.last,
.contact .privacy {
  border-bottom: 5px solid #bcbcbc;
}
.company dl.noborder {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 3px;
  overflow: hidden;
  clear: both;
}
.contact .privacy {
  margin: 20px auto;
}
.contact .privacy p:first-child {
  text-align: left;
  background: #d4d4d4;
  padding: 5px 0 5px 10px;
}
.contact .privacy p:last-child {
  text-align: center;
  margin-top: 20px;
}
.contact .privacy input {
  vertical-align: middle;
}
.contact .privacy p img {
  margin-right: 10px;
}
p.btn {
  text-align: center;
}
a.btn_green,
a.btn_brown {
  text-decoration: none;
  color: #fff;
  text-align: center;
  padding: 2px 8px;
  border-radius: 5px;
  margin-left: 5px;
  font-size: 120%;
}
a.btn_green {
  background-color: #f8b0b8;
  color: #fff;
}
a.btn_brown {
  background-color: #cc9d00;
}
p.login a {
  font-family: "Noto Sans JP","ヒラギノ角ゴシック Pro";
  border-radius: 4px;
  width: 200px;
  cursor: pointer;
  border-width: 3px;
  border-color: #dd3b90;
  border-style: solid;
  color: #fff;
  display: block;
  font-size: 17px;
  font-weight: bold;
  text-decoration: none;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  line-height: 24px;
  height: 60px;
  margin-top: 10px;
  margin-bottom: 30px;
  background-image: -moz-linear-gradient(90deg, #ff1493 0%, #ff45a7 73%);
  background-image: -webkit-linear-gradient(90deg, #ff1493 0%, #ff45a7 73%);
  background-image: -ms-linear-gradient(90deg, #ff1493 0%, #ff45a7 73%);
  box-shadow: 3px 3px 3px 0px #999;
}
p.login2 a {
  font-family: "Noto Sans JP","ヒラギノ角ゴシック Pro";
  border-radius: 4px;
  width: 220px;
  cursor: pointer;
  border-width: 3px;
  border-color: #dd3b90;
  border-style: solid;
  color: #fff;
  display: block;
  font-size: 17px;
  font-weight: bold;
  text-decoration: none;
  margin-right: auto;
  margin-left: auto;
  line-height: 22px;
  height: 40px;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-top: 20px;
  background-image: -moz-linear-gradient(90deg, #ff1493 0%, #ff45a7 73%);
  background-image: -webkit-linear-gradient(90deg, #ff1493 0%, #ff45a7 73%);
  background-image: -ms-linear-gradient(90deg, #ff1493 0%, #ff45a7 73%);
  box-shadow: 3px 3px 3px 0px #999;
}
/* p.login3 a {
  font-family: "Noto Sans JP","ヒラギノ角ゴシック Pro";
  border-radius: 30px;
  width: auto;
  cursor: pointer;
  border-width: 3px;
  border-color: #EF4F62;
  border-style: solid;
  color: #fff;
  display: block;
  font-size: 17px;
  font-weight: bold;
  text-decoration: none;
  margin-right: 20%;
  margin-left: 20%;
  line-height: 22px;
  height: 40px;
  margin-top: 10px;
  margin-bottom: 25px;
  padding-top: 20px;
  background-image: -moz-linear-gradient(90deg, #EF4F62 0%, #EF4F62 73%);
  background-image: -webkit-linear-gradient(90deg, #EF4F62 0%, #EF4F62 73%);
  background-image: -ms-linear-gradient(90deg, #EF4F62 0%, #EF4F62 73%);
} */
p.login3 a {
  font-family: "Noto Sans JP","ヒラギノ角ゴシック Pro";
  border-radius: 30px;
  width: auto;
  cursor: pointer;
  border-width: 3px;
  border-color: #FFD700;
  border-style: solid;
  color: #fff;
  display: block;
  font-size: 17px;
  font-weight: bold;
  text-decoration: none;
  margin-right: 20%;
  margin-left: 20%;
  line-height: 22px;
  height: 40px;
  margin-top: 10px;
  margin-bottom: 25px;
  padding-top: 20px;
  background-image: -moz-linear-gradient(90deg, #FFD700 0%, #FFC700 73%);
  background-image: -webkit-linear-gradient(90deg, #FFD700 0%, #FFC700 73%);
  background-image: -ms-linear-gradient(90deg, #FFD700 0%, #FFC700 73%);
}
@media only screen and (max-width: 767px) {
  p.login3 a {
    width: auto;
	margin-right: 5%;
    margin-left: 5%;
  }
}
p.login a:hover,
p.login2 a:hover,
p.login3 a:hover,
p.btn a:hover,
a.btn_green:hover,
a.btn_brown:hover,
#top_box .hot_btn a:hover img,
h3.btn a:hover {
  opacity: 0.8;
  position: relative;
  top: 1px;
}
p.btn input {
  background: #dd3b90;
  border-radius: 4px;
  width: 250px;
  cursor: pointer;
  border: none;
  padding: 10px;
  color: #fff;
}
p.btn input:hover {
  opacity: 0.8;
}
.hukidashi {
  position: relative;
}
.hukidashi p {
  text-align: center;
  margin: 0 18%;
  padding: 15px 20px;
  background-color: #eee;
  margin-bottom: 20px;
}
.hukidashi img {
  text-align: center;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: -11px;
  left: 50%;
  margin-left: -8px;
}
.contact dl.text_01:last-child {
  border-bottom: none;
}
.contact dl.text_01 dt {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
}
.company dt {
  float: left;
  margin: 0 30px 10px 0;
  width: 150px;
  height: 25px;
  color: #7a5039;
  border-radius: 4px;
  text-align: center;
  font-size: 13px;
  padding-top: 3px;
  border: 1px solid #e8d2ab;
  background: url("../img/bg_catalog.png") repeat scroll 0 0;
}
.contact dt {
  background: none;
  color: #333;
  text-align: left;
  font-size: 12px;
  float: left;
  margin: 0 20px 10px 0;
  width: 140px;
  height: 25px;
  padding-top: 3px;
}
@media only screen and (max-width: 767px) {
  .contact dt {
    float: none;
    margin-bottom: 0px;
    height: auto;
  }
}
.contact dt span {
  font-size: 11px;
  color: #dc3b8f;
  margin-left: 10px;
}
.contact dd span {
  font-size: 11px;
}
.company dd,
.contact dd {
  padding-top: 3px;
  float: left;
}
@media only screen and (max-width: 767px) {
  .company dt,
  .company dd {
    float: none;
  }
}
.contact dd input {
  vertical-align: middle;
}
.contact dd label {
  cursor: pointer;
  width: 150px;
  margin-right: 10px;
}
.contact input,
.contact textarea,
.contact select {
  border: 1px solid #b2b2b2;
  padding: 5px;
  font-size: 12px;
}
input:focus,
textarea:focus {
  border: 1px solid #dc3b8f;
}
input.box_01 {
  width: 250px;
}
@media only screen and (max-width: 767px) {
  input.box_01 {
    display: block;
    box-sizing: border-box;
    max-width: 250px;
    width: 100%;
  }
}
input.box_02 {
  width: 100px;
}
@media only screen and (max-width: 767px) {
  input.box_02 {
    display: block;
    box-sizing: border-box;
    max-width: 100px;
    width: 100%;
  }
}
.contact textarea {
  min-width: 350px;
  max-width: 400px;
  min-height: 100px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .contact textarea {
    min-width: auto;
    width: 100%;
    box-sizing: border-box;
  }
}
.contents {
  clear: both;
}
.company ol li {
  margin: 0 0 10px 0;
}
.company span {
  display: inline-block;
  width: 50px;
  text-align: center;
  background: #999;
  color: #fff;
  border-radius: 4px;
  margin: 0 10px 3px 0;
  font-size: 11px;
}
.map {
  border: 1px solid #b4b4b4;
  background: #fff;
  padding: 2px;
  width: 634px;
  height: 350px;
  margin: 20px auto;
}
@media only screen and (max-width: 767px) {
  .map {
    width: 100%;
  }
}
.list_04,
.list_05 {
  margin-bottom: 20px;
}
.list_04 li {
  display: inline;
  margin-right: 15px;
}
.list_04 li:before,
.list_05 li:before {
  content: url(../img/import/img/icon_triangle_01.gif);
  margin-right: 10px;
  position: relative;
  top: 5px;
}
.list_05 {
  width: 630px;
  margin: 0 auto 10px;
}
@media only screen and (max-width: 767px) {
  .list_05 {
    width: auto;
  }
}
.list_05 li {
  padding-left: 14px;
  text-indent: -14px;
}
.list_05 li:before {
  content: url(../img/import/img/icon_triangle_02.gif);
  top: 0;
}
.no {
  list-style: decimal;
  padding-left: 20px;
  margin-bottom: 20px;
}
p + .midashi_01 {
  margin-top: 20px;
}
img.flame + img {
  margin-bottom: 20px;
  border: none;
}
dl.salon_02,
dl.salon_03 {
  margin-bottom: 20px;
}
dl.salon:after,
dl.salon_03:after {
  content: url(../img/import/img/triangul.gif);
  margin-left: 186px;
}
@media only screen and (max-width: 767px) {
  dl.salon:after,
  dl.salon_03:after {
    margin-left: 0px;
    text-align: center;
    display: block;
  }
}
dl.salon_03.last:after {
  content: "";
}
dl.salon dt,
dl.salon_02 dt,
dl.salon_03 dt {
  border-left: 4px solid #dd3b90;
  line-height: 1.6;
  margin-bottom: 10px;
  font-size: 16px;
  padding-left: 10px;
  color: #362e21;
}
dl.salon_03 dt {
  font-size: 16px;
  color: #dc3b8f;
}
dl.salon span,
dl.salon_02 span {
  color: #ff7c00;
  font-weight: bold;
}
dl.salon dd img,
dl.salon_02 dd img,
dl.salon_03 dd img {
  margin: 10px auto;
}
dl.salon_02 img.m_r {
  margin-right: 15px;
}
.box_beige_03 {
  margin-bottom: 10px;
}
.box_beige_04 {
  margin-bottom: 0;
}
.list_06 {
  margin-bottom: 30px;
}
.list_06 li:before {
  content: url(../img/import/img/icon_triangle_01.gif);
  margin-right: 10px;
  position: relative;
  top: 5px;
}
.list_06 li {
  margin-bottom: 5px;
}
.box_half .idpass span {
  font-size: 14px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb30 {
  margin-bottom: 30px;
}
.strong {
  font-weight: bold;
  font-size: 120%;
}
.strong_s {
  font-weight: bold;
  margin-left: 3.5em;
}
h3.tab {
  color: #1e90ff;
  font-size: 18px;
  background-color: #f0ffff;
  border: solid 1px #1e90ff;
  border-radius: 10px;
  margin-bottom: 20px;
}
h3.tab2 {
  color: #ffa500;
  font-size: 18px;
  background-color: #fffff0;
  border: solid 1px #ffa500;
  border-radius: 10px;
  margin-bottom: 20px;
}
.sitemap {
  font-size: 13px;
  line-height: 2;
  margin-left: 10px;
  margin-right: 20px;
}
.sitemap dt {
  margin: 10px 0 0;
  font-size: 13px;
}
.sitemap dt:before {
  content: url(../img/import/img/icon.png);
  margin-right: 10px;
  position: relative;
  top: 5px;
}
.sitemap dd {
  margin-left: 30px;
}
ul.btn {
  margin-bottom: 20px;
}
ul.btn li {
  float: left;
  position: relative;
  margin-left: 5px;
}
@media only screen and (max-width: 767px) {
  ul.btn li {
    float: none;
  }
}
ul.btn li:first-child {
  margin-left: 0;
}
ul.btn .name {
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 10px 10px 5px;
  position: absolute;
  top: 117px;
  width: 190px;
}
@media only screen and (max-width: 767px) {
  ul.btn .name {
    top: auto;
    bottom: -3px;
    width: 100%;
    box-sizing: border-box;
  }
}
ul.btn a:hover {
  opacity: 0.8;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
}
#top_box {
  height: 520px;
  padding-top: 30px;
  margin-bottom: 20px;
}
div.hot h4,
div.contain h4 {
  color: #ef4f62;
  font-size: 1.1em;
  text-align: center;
}
div.contain h4.chapel {
  font-size: 1.25em;
  margin: 10px 0;
}
#top_box div.hot {
  width: 215px;
  float: left;
  margin-left: 20px;
}
#top_box div.hot p {
  padding: 5px;
}
#top_box div.hot_ttl {
  width: 450px;
  float: left;
  margin-left: 20px;
  margin-top: 15px;
  margin-bottom: 10px;
}
#top_box div.hot_btn {
  width: 450px;
  float: left;
  margin-left: 20px;
  margin-top: 25px;
}
#box_plan {
  margin-bottom: 20px;
  padding-top: 15px;
}
#box_plan div.contain {
  width: 215px;
  float: left;
  padding: 8px;
  border-left: dashed 1px #999;
  border-bottom: dashed 1px #999;
}
#box_plan div.contain:nth-child(4n + 1) {
  margin-left: 20px;
  border-left: none;
}
#box_plan div.contain:nth-child(n + 9) {
  border-bottom: none;
}
#box_plan div.cont_13 {
  margin-left: 20px;
  border-top: dashed 1px #999;
  border-right: dashed 1px #999;
  border-left: none;
}
#box_plan div.contain p {
  padding: 5px;
}
#box_plan div.contain img {
  border-radius: 107px;
  margin-left: 10px;
}
.bouquet_box,
#box_plan2 {
  margin-bottom: 15px;
  padding-top: 5px;
}
.bouquet_box div.contain {
  width: 165px;
  float: left;
  margin-left: 10px;
}
#box_plan2 div.contain {
  width: 150px;
  float: left;
  margin-left: 10px;
}
@media only screen and (max-width: 767px) {
  .bouquet_box div.contain,
  #box_plan2 div.contain {
    float: none;
    margin: 0px auto;
  }
}
.bouquet_box div.contain:first-child,
#box_plan2 div.contain:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  .bouquet_box div.contain:first-child,
  #box_plan2 div.contain:first-child {
    margin-left: auto;
  }
}
.bouquet_box div.contain p,
#box_plan2 div.contain p {
  padding: 5px;
}
.bouquet_box div.contain p.price,
#box_plan2 div.contain p.price {
  padding: 5px;
  margin-bottom: 5px;
  background-color: #fffcf5;
  text-align: center;
}
.bouquet_box div.contain img,
#box_plan2 div.contain img {
 padding: 3%;
}
div.kakomi {
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.1em;
  text-align: center;
  width: auto;
  padding: 15px;
  background-color: #684d38;
  border-radius: 5px;
  float: left;
  margin: 3px;
}
div.kakomi span {
  font-size: 0.7em;
  line-height: 0.8em;
  font-weight: normal;
}
#box_plan3 {
  margin-bottom: 15px;
  padding-top: 5px;
}
#box_plan3 div.contain {
  width: 300px;
  float: left;
  margin-left: 10px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  #box_plan3 div.contain {
    width: auto;
    float: none;
    margin-bottom: 60px;
  }
}
#box_plan3 div.contain p {
  padding: 5px;
}
#box_plan3 div.contain p.price {
  padding: 5px;
  margin: 5px;
  background-color: #f5f2e8;
  text-align: center;
  border-radius: 4px;
}
#box_plan3 div.contain p.no_plan {
  padding: 5px;
  margin: 5px;
  background-color: #eee;
  text-align: center;
  border-radius: 4px;
}
#box_option {
  margin-bottom: 20px;
  padding-top: 15px;
}
#box_option div.hot {
  width: 215px;
  float: left;
  margin-left: 20px;
}
#box_option div.hot p,
#box_gallery div.hot p {
  padding: 5px;
}
#box_schedule img {
  margin-bottom: 20px;
  padding-top: 15px;
  margin-left: 20px;
}
#box_ameholi {
  margin: 0 50px 20px;
  padding: 20px 20px 35px;
  background-image: url(../img/import/img/top_ameholi_bg.jpg);
  background-repeat: no-repeat;
  background-position: -10px 60px;
  border-bottom: dashed 1px #999;
}
#box_ameholi h3 {
  font-size: 1.4em;
  border-bottom: dotted 1px #eee;
  margin-bottom: 20px;
}
#box_ameholi img {
  float: left;
}
#box_ameholi p {
  padding-left: 315px;
  text-shadow: 1px 1px 1px #fff;
}
#box_info {
  overflow: hidden;
  margin-bottom: 20px;
}
#box_info .left {
  float: left;
  width: 470px;
}
#box_info .left h2 {
  line-height: 33px;
  color: #fff;
  background-image: url(../img/import/img/bg_pink.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  height: 33px;
  text-align: center;
  font-size: 16px;
}
#box_info div .box_bg {
  background-color: #fcf3f1;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
}
#box_info div .box_bg dl {
  font-size: 13px;
  padding-right: 5px;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #666;
  overflow-y: scroll;
  height: 200px;
  -webkit-overflow-scrolling: touch;
}
#box_info div .box_bg dl {
  overflow: hidden;
  overflow-y: auto;
}
#box_info div .box_bg dl::-webkit-scrollbar {
  width: 10px;
  background: #fdf4e4;
  border-radius: 20px;
}
#box_info div .box_bg dl::-webkit-scrollbar-thumb {
  background: #b9b9b9;
  border-radius: 5px;
}
#box_info div .box_bg dl dt {
  border-top: dotted 1px #ae7f47;
  margin-top: 0;
  padding-top: 3px;
}
#box_info div .box_bg dl dd {
  width: auto;
  border-top: dotted 1px #ae7f47;
  padding-top: 3px;
}
#box_info div .box_bg dl .dashed {
  border-bottom-width: 1px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: dashed;
  border-left-style: none;
  border-bottom-color: #666;
}
#box_info div .box_bg p {
  margin: 0;
  padding: 0 10px 10px 10px;
  line-height: 1.4em;
}
#ichiran a img:hover {
  opacity: 0.8;
}
.photo_wedding #ichiran .plan {
  padding-top: 10px;
}
#ichiran .plan p {
  padding: 0 10px;
  line-height: 1.5em;
  margin-top: 5px;
  margin-bottom: 20px;
}
#box_info .right {
  float: right;
  width: 470px;
  text-align: justify;
  overflow: hidden;
}
#box_info .right h2 {
  line-height: 33px;
  color: #fff;
  background-image: url(../img/import/img/bg_pink.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  height: 33px;
  text-align: center;
  font-size: 16px;
}
#box_info p.button a {
  font-weight: bold;
  text-decoration: none;
  background-color: #fff;
  padding: 0 8px;
  border: solid 2px #e8d2ab;
  border-radius: 5px;
  position: relative;
  top: -26px;
  left: 410px;
  margin-bottom: -36px;
}
#box_info p.button {
  margin-bottom: -21px;
}
.box_grey .img_midashi {
  margin-top: -20px;
  margin-left: -30px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .box_grey .img_midashi {
    margin-top: 0px;
    margin-left: 0px;
  }
}
.box_grey .movie,
.box_brown .opt_img,
.box_green .opt_img {
  text-align: center;
  margin-bottom: 20px;
}
.box_grey .photo {
  padding: 10px;
  overflow: hidden;
}
.box_grey .photo2,
.box_green .photo2 {
  padding: 25px 10px;
  position: relative;
}
.box_green .photo2 p {
  width: 410px;
}
@media only screen and (max-width: 767px) {
  .box_green .photo2 p {
    width: auto;
  }
}
.box_grey .photo p .img_left {
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
}
.box_grey .gentei .img_right {
  float: right;
  margin-left: 5px;
  margin-bottom: 5px;
}
#gallery {
  background-color: #f5f5f5;
  margin: 20px 0;
  padding: 30px 0;
}
#gallery h2 {
  font-size: 18px;
  text-align: center;
}
#gallery p {
  text-align: center;
}
#box_gallery {
  margin-bottom: 10px;
  padding-top: 15px;
}
#box_gallery div.hot {
  width: 205px;
  float: left;
  margin-left: 3%;
}
@media only screen and (max-width: 767px) {
  #box_gallery div.hot {
    float: none;
    margin: 15px auto;
  }
}
#box_gallery a img {
  transition: all 0.3s ease-in-out 0s;
}
#box_gallery a img:hover {
  opacity: 0.7;
}
.slideShow2 {
  text-align: left;
  display: none;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .slideShow2 {
	position: relative;
	z-index: -1;
    height: auto;
  }
}
.slideShow2.nothumb {
  text-align: left;
  display: none;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  height: 360px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .slideShow2.nothumb {
    height: auto;
  }
}
.slideShow2 .mainView {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.slideShow2 .mainView ul {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.slideShow2 .mainView ul li {
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
}
.slideShow2 .mainView ul li img {
  width: 100%;
}
.slideShow2 .thumbNail {
  width: 100%;
  overflow: hidden;
}
.slideShow2 .thumbNail ul {
  width: 110%;
}
.slideShow2 .thumbNail ul li {
  float: left;
  display: inline;
  overflow: hidden;
  cursor: pointer;
  text-align: center;
}
.slideShow2 .thumbNail ul li img {
  width: 100%;
}
.slideShow2 .thumbNail ul li.active {
  filter: alpha(opacity=100) !important;
  -moz-opacity: 1 !important;
  opacity: 1 !important;
}
.slideShow2 .mainView .btnPrev,
.slideShow2 .mainView .btnNext {
  top: 0;
  width: 5%;
  height: 100%;
  position: absolute;
  z-index: 100;
}
.slideShow2 .mainView .btnPrev {
  left: 0;
  background: url(../img/import/img/btnPrev1.png) no-repeat center center;
}
.slideShow2 .mainView .btnNext {
  right: 0;
  background: url(../img/import/img/btnNext1.png) no-repeat center center;
}
.slideShow2 ul:after {
  content: ".";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}
.slideShow2 ul {
  display: inline-block;
  overflow: hidden;
}
.box_grey .hxsub,
.no_bdr .hxsub .box_brown .title,
.box_green .title {
  position: relative;
}
.box_grey .hxsub .no_img {
  position: absolute;
  left: -20px;
  top: -90px;
}
.box_grey .hxsub .otoku_img {
  position: absolute;
  right: -82px;
  top: 34px;
}
.box_grey .hxsub .otoku_img2 {
  position: absolute;
  right: -95px;
  bottom: -6px;
}
.box_grey .hxsub .otoku_img2b {
  position: absolute;
  right: -95px;
  bottom: 35px;
}
.box_green .title .otoku_img3 {
  position: absolute;
  right: -105px;
  top: -20px;
}
@media only screen and (max-width: 767px) {
  .box_green .title .otoku_img3 {
    right: -30px;
  }
}
.box_green .title .tag_img {
  position: absolute;
  left: -35px;
  top: -35px;
}
.box_grey .hxsub .limousine_img {
  position: absolute;
  right: -15px;
  top: -50px;
}
.box_grey .hxsub .new_img,
.box_brown .title .new_img {
  position: absolute;
  left: -15px;
  top: -20px;
}
.box_grey .hxsub .ribon_img {
  margin-left: 8px;
  margin-bottom: 20px;
}
.box_grey .hxsub p {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.6em;
}
.box_grey .hxsub p span,
.no_bdr .hxsub p span {
  font-size: 17px;
  font-weight: bold;
  color: #d4af37;
  margin-left: 5px;
}
.box_grey .hxsub p span.big,
.no_bdr .hxsub p span.big {
  font-size: 25px;
}
.box_grey .hxsub p span.big2,
.no_bdr .hxsub p span.big2 {
  font-size: 28px;
}
.box_grey .hxsub p span.small {
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  padding: 5px 10px;
  background-color: #ff9933;
  border-radius: 4px;
}
.box_grey .hxsub p span.small2,
.box_green p span.small2 {
  font-size: 13px;
  font-weight: normal;
  color: #333;
  padding: 5px 10px;
  background-color: #eee;
  border-radius: 4px;
}
.box_grey .hxsub p span.limousine {
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  padding: 5px 10px;
  background-color: #cc9900;
  border-radius: 20px;
}
.box_grey .no_title {
  font-size: 17px;
  color: #54a4d2;
  text-shadow: 1px 1px 0 #fff;
  font-weight: bold;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  border-bottom-color: #999;
  margin-bottom: 5px;
}
.box_grey .no_title2 {
  font-size: 14px;
  color: #54a4d2;
  text-shadow: 1px 1px 0 #fff;
  font-weight: normal;
  border-bottom-width: 1px;
  border-bottom-style: none;
  border-bottom-color: #999;
  margin-bottom: 5px;
}
.box_grey .no_title3,
.box_green .no_title3 {
  font-size: 15px;
  color: #54a4d2;
  font-weight: bold;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  border-bottom-color: #fff;
  margin-bottom: 5px;
}
.box_grey .no_title4 {
  font-size: 17px;
  color: #54a4d2;
  text-shadow: 1px 1px 0 #fff;
  font-weight: bold;
  border-bottom-width: 1px;
  border-bottom-style: none;
  border-bottom-color: #999;
  margin-bottom: 5px;
}
.box_grey .no_title2 img,
.box_grey .no_title3 img {
  height: auto;
  width: 25px;
}
.schedule dl {
  margin-bottom: 10px;
  border-bottom: 1px dashed #999;
  padding-bottom: 3px;
  overflow: hidden;
  clear: both;
}
.schedule dt {
  float: left;
  margin: 0 10px 10px 0;
  width: 200px;
  height: 25px;
  color: #fff;
  border-radius: 4px;
  text-align: center;
  font-size: 13px;
  padding-top: 3px;
  background-color: #ea78bf;
}
.schedule dd {
  padding-top: 3px;
  float: left;
}
.schedule h4 {
  width: 200px;
  height: 25px;
  color: #fff;
  border-radius: 4px;
  text-align: center;
  font-size: 13px;
  padding-top: 3px;
  background-color: #00cccc;
  margin-top: 0;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0;
}
.schedule p {
  background-color: #fffcf5;
  padding: 10px 15px;
}
.schedule {
  margin-bottom: 10px;
}
.box_grey .gentei {
  background-color: #fffcf5;
  margin-bottom: 15px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}
.box_grey .gentei h3 {
  font-weight: bold;
  background-image: url(../img/import/img/list01.png);
  background-repeat: no-repeat;
  background-position: left center;
  margin-bottom: 5px;
  padding-left: 20px;
  font-size: 14px;
}
.box_grey .gentei h4 {
  color: #fff;
  background-color: #ea78bf;
  float: left;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: 15px;
}
.box_grey p.fr {
  float: right;
  margin-bottom: 0;
  margin-left: 5px;
}
.box_grey p .img_right,
.box_green p .img_right {
  float: right;
  height: auto;
  width: 200px;
  margin-bottom: 10px;
  margin-left: 10px;
  border: 1px solid #ccc;
}
.box_grey .img_right .bdr {
  float: right;
  margin-bottom: 10px;
  margin-left: 10px;
  border: 1px solid #ccc;
}
.box_grey p .img_limousine {
  position: absolute;
  left: 385px;
  bottom: 0;
}
.box_grey p .img_horoku {
  position: absolute;
  right: 0;
  bottom: 10px;
}
.box_green p .img_album {
  position: absolute;
  left: 430px;
  bottom: -10px;
}
.box_green p .img_album2 {
  max-width: 230px;
  position: absolute;
  left: 430px;
  top: -20px;
}
@media only screen and (max-width: 767px) {
  .box_green p .img_album2 {
    position: static;
    display: block;
    margin-left: auto;
    margin-right: auto;
	max-width: auto;
  }
}
.box_grey table,
.box_grey .option2 {
  background-color: #fff;
  width: 690px;
  margin-left: -30px;
  border-top-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-left-style: solid;
  border-top-color: #ccc;
  border-left-color: #ccc;
  font-size: 11px;
  margin-bottom: 20px;
  box-sizing: border-box;
}
.box_green table,
.box_green .option2 {
  background-color: #fff;
  width: 90%;
  margin-left: 5%;
  border-top-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-left-style: solid;
  border-top-color: #ccc;
  border-left-color: #ccc;
  font-size: 11px;
  margin-bottom: 20px;
  box-sizing: border-box;
}
.box_green .option2_2 {
  background-color: #fff;
  width: 100%;
  margin-left: 0;
  border-top-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-left-style: solid;
  border-top-color: #ccc;
  border-left-color: #ccc;
  font-size: 11px;
  margin-bottom: 20px;
  box-sizing: border-box;
}
.box_grey .album tr th {
  padding: 5px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  width: 50%;
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-weight: bolder;
}
.box_grey .option2 tr th,
.box_green .option2 tr th,
.box_green .option2_2 tr th {
  padding: 5px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  text-align: center;
  font-size: 12px;
  vertical-align: middle;
  font-weight: bold;
}
.box_grey .album tr td,
.box_grey .option2 tr td,
.box_green .option2 tr td,
.box_green .option2_2 tr td {
  padding: 5px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  vertical-align: middle;
}
.box_grey table .blue,
.box_green table .blue {
  background-color: #39c5d8;
  color: #fff;
}
.box_grey table .red,
.box_green table .red {
  background-color: #fa6398;
  color: #fff;
}
.box_grey table .blue2,
.box_green table .blue2 {
  background-color: #c3edf3;
}
.box_grey table .red2,
.box_green table .red2 {
  background-color: #fed2de;
}
.box_grey table.kitei,
.box_green table.kitei {
  width: 100%;
  font-size: 100%;
  margin: 25px 0 20px;
  border: solid 1px #fff;
  border-collapse: collapse;
}
.box_grey table.kitei th,
.box_green table.kitei th {
  color: #ffffff;
  padding: 10px;
  background-color: #929cc0;
  white-space: nowrap;
  border: solid 1px #fff;
}
.box_grey table.kitei th.first,
.box_green table.kitei th.first {
  border-top: solid 1px #929cc0;
}
.box_grey table.kitei th.last,
.box_green table.kitei th.last {
  border-bottom: solid 1px #929cc0;
}
.box_grey table.kitei td,
.box_green table.kitei td {
  padding: 10px;
  background-color: #fff;
  border: solid 1px #929cc0;
}
.box_grey .album tr td strong {
  font-weight: bold;
  color: #dc3b8f;
  font-size: 14px;
}
.box_grey .option2.patan th,
.box_grey .option2.patan td {
  padding: 2px;
}
.box_grey .idpass span {
  font-size: 14px;
}
.box_grey .company p strong {
  font-weight: bold;
}
#recommend_box {
  background-color: #f0ecdd;
  border-radius: 10px;
  padding: 15px 0;
  margin-top: 60px;
  margin-bottom: 30px;
  position: relative;
}
#recommend_box div.hot {
  width: 215px;
  float: left;
  margin-left: 13px;
}
@media only screen and (max-width: 767px) {
  #recommend_box div.hot {
    float: none;
    margin: 30px auto;
  }
}
#recommend_box div.hot p {
  padding: 5px;
}
#recommend_box div.reco_ttl {
  position: absolute;
  top: -25px;
  left: 122px;
}
@media only screen and (max-width: 767px) {
  #recommend_box div.reco_ttl {
    position: static;
  }
}
img.shadow {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.content_wrap {
  padding-top: 15px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: none;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #999;
  border-right-color: #999;
  border-bottom-color: #999;
  border-left-color: #999;
  padding-right: 10px;
  padding-left: 10px;
  background-color: #f7f7f7;
}
ul#tab {
  overflow: hidden;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}
#tab li {
  float: left;
  list-style: none;
  cursor: pointer;
  width: 50%;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #999;
  border-right-color: #999;
  border-bottom-color: #999;
  border-left-color: #999;
  font-size: 18px;
  line-height: 50px;
  font-weight: bold;
  text-align: center;
  height: 50px;
  border-radius: 5px 5px 0px 0px;
  background-color: #ffffff;
  color: #999999;
  box-sizing: border-box;
}
#tab li:last-child {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #999;
}
#tab li.select {
  border-bottom-style: none;
  background-color: #f7f7f7;
  color: #dc3b8f;
}
.disnon {
  display: none;
}
.btn #submit[disabled] {
  background: #e786b9 !important;
}
.btn #submit {
  background: #dd3b90 !important;
  border-radius: 4px;
  width: 250px;
  cursor: pointer;
  border: none;
  padding: 10px;
  color: #fff;
}
.btn #submit2[disabled] {
  background: #e786b9 !important;
}
.btn #submit2 {
  background: #dd3b90 !important;
  border-radius: 4px;
  width: 250px;
  cursor: pointer;
  border: none;
  padding: 10px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .btn #submit2 {
    width: 100%;
  }
}
.box_grey .contact form .kakunin {
  width: 100%;
  background-color: #fff;
  border-top-width: 1px;
  border-right-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-top-color: #ccc;
  border-right-color: #ccc;
  margin-left: 0;
}
.box_grey .contact form .kakunin tr .l_Cel {
  background-color: #e786b9;
  font-weight: bold;
  color: #fff;
  vertical-align: middle;
}
.box_grey .contact form .kakunin tr td {
  padding: 10px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-bottom-style: solid;
  border-left-style: solid;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
}
.box_grey .contact .bottomBox .leftside {
  margin-bottom: 10px;
}
.box_grey .contact .bottomBox div {
  text-align: center;
}
.box_grey .contact .bottomBox div input {
  background: #dd3b90 !important;
  border-radius: 4px;
  width: 100px;
  cursor: pointer;
  border: none;
  padding: 10px;
  color: #fff;
  font-weight: bolder;
  margin-right: 5px;
  margin-left: 5px;
}
.box_grey .contact .bottomBox div input:hover {
  opacity: 0.7;
}
.box_grey .company .border {
  border-left-width: 5px;
  border-left-style: solid;
  border-left-color: #dd3b90;
  margin-top: 25px;
  padding-left: 10px;
}
#gallery_rec {
  margin-bottom: 20px;
}
#gallery_rec img {
  float: left;
  margin: 1px;
}
.fadeout {
  opacity: 0;
  transition: 2s ease-in-out;
  -webkit-transition: 2s ease-in-out;
}
.fadein {
  opacity: 1;
  transition: 2s ease-in-out;
  -webkit-transition: 2s ease-in-out;
}
.post h2 {
  font-family: "Noto Sans JP","ヒラギノ角ゴシック Pro";
  font-weight: bold;
  font-size: 180%;
  margin: 20px 0 10px;
  padding: 0 0 0 30px;
  background: url(../img/import/img/icon_heart.png) no-repeat left 9px;
  border-bottom: 4px solid #e4007f;
}
.post h3 {
  font-family: "Noto Sans JP","ヒラギノ角ゴシック Pro";
    Meiryo, serif;
  font-weight: bold;
  font-size: 160%;
  margin: 20px 0 10px;
}
.post .date {
  padding: 3px 6px;
  color: white;
  background: #e0b5d3;
  display: inline-block;
}
.post .content {
  margin: 20px 0;
  padding: 0 15px;
}
.post .nav_prev_next ul {
  display: table;
  width: 100%;
}
.post .nav_prev_next ul li {
  display: table-cell;
}
.post .nav_prev_next ul li:last-child {
  text-align: right;
}
.post_list {
  margin: 12px 0 28px 0;
}
.post_list li {
  padding: 16px 0 1px 0;
  border-bottom: dashed 1px #333333;
}
.post_list li .date {
  margin: 0 0 7px 0;
  padding: 3px 6px 1px 6px;
  color: white;
  background: #e0b5d3;
  display: inline-block;
}
.post_list li .title {
  margin: 0 0 5px 0;
}
.post_list li .title a {
  font-weight: bold;
}
.pagination {
  margin: 36px 0 28px 0;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
}
.pagination li {
  display: inline;
}
.pagination .current {
  display: inline-block;
  margin: 0 0 0 7px;
  padding: 10px 14px 8px 14px;
  border: solid 1px #333333;
  background: #f0f0f6;
}
.pagination a:link,
.pagination a:visited {
  display: inline-block;
  margin: 0 0 0 7px;
  padding: 10px 14px 8px 14px;
  border: solid 1px #e0e0e0;
  background: #f0f0f6;
  text-decoration: none;
}
.pagination a:hover,
.pagination a:focus,
.pagination a:active {
  text-decoration: underline;
}
.pagination li:first-child a {
  margin: 0;
}
.post strong,
.post b {
  font-weight: bold;
  font-size: 120%;
}
a.hover img:hover {
  opacity: 0.8;
}
header.pc p {
  margin-bottom: 0px;
}
.importContents {
  width: 1040px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .importContents {
    width: 100%;
  }
}
.importContents img:not(.noFit) {
  width: 100%;
}
.subtitle03 {
  background-image: url(../img/import/img/bg_pink.jpg);
  background-size: cover;
  padding: 3px 0px 3px 15px;
  height: auto;
}
.wedding_allbox2 p {
  float: right;
}
.wedding_allbox2 dl {
  float: left;
}
@media only screen and (max-width: 767px) {
  .wedding_allbox p,
  .wedding_allbox2 p {
    width: auto;
    padding-right: 0px;
    float: none;
    text-align: center;
  }
  .wedding_allbox dl,
  .wedding_allbox2 dl {
    width: auto;
    float: none;
    padding: 0px;
  }
  .wedding_allbox dt,
  .wedding_allbox2 dt {
    width: auto;
    padding-right: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .dressbox dl {
    float: none;
    padding-right: 0px;
    margin: 15px auto;
  }
  .dressbox dl.last {
    float: none;
    margin: 15px auto;
  }
  .dressbox dt {
    padding-bottom: 0px;
  }
  .dressbox dt img {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .bouquetbox dl {
    max-width: 400px;
    margin: 0px auto 20px;
  }
  .bouquetbox dt {
    width: auto;
    float: none;
    padding-right: 0px;
  }
  .bouquetbox dd {
    float: none;
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  .bouquetbottom dl,
  .bouquetbottom dl.last,
  .bouquetbottom dt,
  .bouquetbottom dd {
    width: auto;
    float: none;
    padding-right: 0px;
  }
}
.bouquetbottom dl {
  clear: both;
}
.bouquetbottom dl.last {
  clear: none;
}
@media only screen and (max-width: 767px) {
  .bouquetbottom dl.last {
    float: none;
    padding-right: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .accessorybox dl {
    max-width: 400px;
    margin: 0px auto 20px;
  }
  .accessorybox dt {
    width: auto;
    float: none;
    padding-right: 0px;
  }
  .accessorybox dd {
    float: none;
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  .accessorybottom dl,
  .accessorybottom dl.last,
  .accessorybottom dt,
  .accessorybottom dd {
    width: auto;
    float: none;
    padding-right: 0px;
  }
}
.accessorybottom dl.last {
  clear: none;
}
@media only screen and (max-width: 767px) {
  .accessorybottom dl.last {
    float: none;
    padding-right: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .accessory_left p,
  .accessory_left dl,
  .accessory_right p,
  .accessory_right dl {
    width: auto;
    float: none;
  }
}
.accessory_left,
.accessory_right {
  margin-bottom: 15px;
  width: 50%;
  text-align: center;
}
.accessory_left p,
.accessory_right p {
  margin-bottom: 0px;
  padding-right: 0px;
}
@media only screen and (max-width: 767px) {
  .wedding_photo dl {
    max-width: 400px;
    margin: 0px auto 20px;
  }
  .wedding_photo dt {
    width: auto;
    float: none;
    padding-right: 0px;
  }
  .wedding_photo dd {
    float: none;
    width: auto;
  }
}
.column_index.page_index .index_ttl {
  background-image: url(../img/import/img/bg_pink.jpg);
}
.column_index.page_index .pad_box .more a {
  text-decoration: underline;
}
.column_index.page_index .pad_box p a {
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .column_index.page_index .pad_box p a {
    display: block;
    text-align: center;
  }
  .column_index.page_index .pad_box p a img {
    float: none;
    margin-right: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .column_index.page_index .box {
    width: auto;
  }
  .column_index.page_index .box.mr10 {
    margin-right: 0px;
  }
}
.column_index .index_ttl {
  background-image: url(../img/import/img/bg_pink.jpg);
}
.column_index .pad_box .more a {
  text-decoration: underline;
}
.column_index .pad_box p a {
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .column_index .pad_box p a {
    display: block;
    text-align: center;
  }
  .column_index .pad_box p a img {
    float: none;
    margin-right: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .column_index .box {
    width: auto;
  }
  .column_index .box.mr10 {
    margin-right: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .accordion p img {
    width: 100%;
    float: none;
    margin: 0px !important;
  }
}
.column_link li {
  background-image: url(../img/import/img/icon.png);
}
#sunset_photo .btn_green {
  margin-bottom: 10px;
}
.box_green .title .midashi_02-2, .midashi_02-2 {
  padding-top: 30px;
}
@media only screen and (max-width: 767px) {
  .option_wedding_photo01 {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}
.membership_salon_box {
  max-width: 960px;
  margin: 0px auto;
}
.membership_salon_box .membership_salon_title {
  background-image: url(../img/import/img/titleimg.png);
  width: auto;
}
@media only screen and (max-width: 767px) {
  .membership_salon_box .membership_salon_title {
    height: auto;
    font-size: 30px;
    padding: 35px 0px 20px;
    background-size: cover;
  }
}
@media only screen and (max-width: 767px) {
  .membership_salon_box .amehori_mesText {
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  .membership_salon_box .pointwrap {
    width: 45%;
    margin: 5% 10% 0% 0%;
  }
  .membership_salon_box .pointwrap:nth-child(2n) {
    margin-right: 0px;
  }
}
.membership_salon_box .wrap_m_s_t {
  width: auto;
}
@media only screen and (max-width: 767px) {
  .membership_salon_box .wrap_m_s_t .clearfix div {
    float: none;
  }
  .membership_salon_box .wrap_m_s_t .clearfix .plan_in {
    width: 45%;
    margin: 5% 10% 0% 0%;
    float: left;
  }
  .membership_salon_box .wrap_m_s_t .clearfix .plan_in:nth-child(2n) {
    margin-right: 0px;
  }
  .membership_salon_box .wrap_m_s_t .clearfix .partywrap {
    width: 45%;
    margin: 5% 10% 0% 0%;
    box-sizing: border-box;
  }
  .membership_salon_box .wrap_m_s_t .clearfix .partywrap:nth-child(2n) {
    margin-right: 0px;
  }
  .membership_salon_box .wrap_m_s_t .clearfix .partywrap .partyimg {
    width: auto;
    height: auto;
  }
  .membership_salon_box .wrap_m_s_t .clearfix .partywrap .partypad {
    padding: 10px;
  }
  .membership_salon_box .wrap_m_s_t .clearfix .partywrap .partypad .marT10 {
    margin-top: 0px;
  }
  .membership_salon_box .wrap_m_s_t .clearfix .partywrap .partypad p {
    height: auto;
  }
  .membership_salon_box .wrap_m_s_t .clearfix .partywrap .partypad p.marT20 {
    margin-top: 0px;
  }
}
.membership_salon_box .wrap_question {
  background-image: url(../img/import/img/back_str_03.gif);
}
@media only screen and (max-width: 767px) {
  .membership_salon_box .wrap_question {
    width: auto;
  }
}
.membership_salon_box .question_q {
  background-image: url(../img/import/img/q_img.png);
}
.membership_salon_box .amehori_mes {
  background-image: url(../img/import/img/amehori_img.png);
}
@media only screen and (max-width: 767px) {
  .membership_salon_box .amehori_mes {
    height: auto;
    background-image: none;
  }
}
.membership_salon_box .areainfoBack {
  background-image: url(../img/import/img/s1_back.png);
}
@media only screen and (max-width: 767px) {
  .membership_salon_box .restimgArea a.restimgCommon {
    background-size: cover;
    width: 100%;
    margin: 10px 0px;
  }
}
.membership_salon_box .area_THD a.restimgCommon:nth-of-type(1) {
  background-image: url(../img/import/img/takeshiba-hamamatsucho-daimon/s2_img1.jpg);
}
.membership_salon_box .area_THD a.restimgCommon:nth-of-type(2) {
  background-image: url(../img/import/img/takeshiba-hamamatsucho-daimon/s2_img2.jpg);
}
.membership_salon_box .area_THD a.restimgCommon:nth-of-type(3) {
  background-image: url(../img/import/img/takeshiba-hamamatsucho-daimon/s2_img3.jpg);
}
.membership_salon_box .area_THD2 a.restimgCommon:nth-of-type(1) {
  background-image: url(../img/import/img/takeshiba-hamamatsucho-daimon/s2_img4.jpg);
}
.membership_salon_box .area_THD2 a.restimgCommon:nth-of-type(2) {
  background-image: url(../img/import/img/takeshiba-hamamatsucho-daimon/s2_img5.jpg);
}
.membership_salon_box .area_THD2 a.restimgCommon:nth-of-type(3) {
  background-image: url(../img/import/img/takeshiba-hamamatsucho-daimon/s2_img6.jpg);
}
.membership_salon_box .area_GMT a.restimgCommon:nth-of-type(1) {
  background-image: url(../img/import/img/ginza-yurakucho-tokyo/s2_img1.jpg);
}
.membership_salon_box .area_GMT a.restimgCommon:nth-of-type(2) {
  background-image: url(../img/import/img/ginza-yurakucho-tokyo/s2_img2.jpg);
}
.membership_salon_box .area_GMT a.restimgCommon:nth-of-type(3) {
  background-image: url(../img/import/img/ginza-yurakucho-tokyo/s2_img3.jpg);
}
.membership_salon_box .area_ST a.restimgCommon:nth-of-type(1) {
  background-image: url(../img/import/img/shinagawa-tamachi/s2_img1.jpg);
}
.membership_salon_box .area_ST a.restimgCommon:nth-of-type(2) {
  background-image: url(../img/import/img/shinagawa-tamachi/s2_img2.jpg);
}
.membership_salon_box .area_other a.restimgCommon:nth-of-type(1) {
  background-image: url(../img/import/img/other/s2_img1.jpg);
}
.membership_salon_box .area_other a.restimgCommon:nth-of-type(2) {
  background-image: url(../img/import/img/other/s2_img2.jpg);
}
.membership_salon_box .area_other a.restimgCommon:nth-of-type(3) {
  background-image: url(../img/import/img/other/s2_img3.jpg);
}
@media only screen and (max-width: 767px) {
  .membership_salon_box .slideShowM,
  .membership_salon_box .slideShowM .mainView,
  .membership_salon_box .slideShowM .mainView ul,
  .membership_salon_box .slideShowM .mainView ul li {
    width: 100% !important;
  }
}
@media only screen and (max-width: 767px) {
  .membership_salon_box .infoTextArea,
  .membership_salon_box .infoTextArea p {
    width: auto;
    float: none;
  }
}
@media only screen and (max-width: 767px) {
  .membership_salon_box .infoTextArea .infoTextArea_title {
    float: none;
  }
}
@media only screen and (max-width: 767px) {
  .wrap_m_s_t .dressArea img {
    width: 45%;
    margin: 5% 10% 0% 0%;
    box-sizing: border-box;
  }
  .wrap_m_s_t .dressArea img:nth-child(2n) {
    margin-right: 0px;
  }
}
.company dt {
  background-image: url(../img/import/img/bg_catalog.png);
}
@media only screen and (max-width: 767px) {
  .contact dd {
    float: none;
  }
}
@media only screen and (max-width: 767px) {
  .contact dl .fl {
    float: none;
  }
}
@media only screen and (max-width: 767px) {
  .contact dl .ml20 {
    margin-left: 0px;
  }
}
.img--fit {
  width: 100%;
  height: auto;
}
.img--verticalBottom {
  vertical-align: text-bottom;
}
.list--disc {
  margin-left: 20px;
}
.list--disc > li {
  list-style-type: disc;
}
.list--decimal {
  margin-left: 20px;
}
.list--decimal > li {
  list-style-type: decimal;
}

p.red {
  color: red;
}
.movie iframe {
  width: 100%;
}
.box_green p .kuub_img {
  float: right;
  width: auto !important;
}
.box_green p .kuub_img02 {
  float: right;
  width: auto !important;
}
.box_green .photo2 p.kuub {
  width: 100%;
  overflow: hidden;
}
.wap_kuub .midashi_02 {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .box_green p .kuub_img {
    position: static;
    float: right;
    width: 40%;
    margin-left: 1em;
  }
  .box_green .photo2 p.kuub {
    width: 100%;
  }
}

/*シシュハワイネイル＆スパ*/
.box_green p .syishu_img {
  float: right;
  width: auto;
}
.box_green p .syishu_img02 {
  float: right;
  width: auto;
}
.box_green .photo2 p.syishu {
  width: 100%;
  overflow: hidden;
}
.wap_syishu .midashi_02 {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .box_green p .syishu_img {
    float: none;
    width: 100% !important;
    margin-left: 1em;
  }
  .box_green .photo2 p.syishu {
    width: 100%;
  }
  .box_green p .syishu_img02 {
    float: none;
    width: 100% !important;
  }
}

.nagare {
  padding: 10px 0;
  overflow: hidden;
}
.nagare_img {
  float: left;
  margin-right: 10px;
}
.nagare_summary {
  overflow: hidden;
  border-bottom: 1px dashed #999;
}

.nagare_txt {
  border-bottom: 1px dashed #999;
  width: 100%;
  height: 60px;
  font-size: 18px;
  color: #dd3b90;
  line-height: 1.4;
  margin-bottom: 20px;
  padding-bottom: 10px;
  float: left;
  font-family: "Noto Sans JP","ヒラギノ角ゴシック Pro";
}
.nagare_txt02 {
  width: 100%;
  height: auto;
  font-size: 18px;
  color: #dd3b90;
  line-height: 1.4;
  margin-bottom: 20px;
  padding-bottom: 10px;
  float: left;
  font-family: "Noto Sans JP","ヒラギノ角ゴシック Pro";
}

.nagare_txt02 span.number {
  display: table-cell;
  vertical-align: top;
}
.nagare_txt02 span.space {
  display: table-cell;
}

.genchi_subtitle {
  font-size: 20px;
  color: #dd3b90;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
}
.genchi_txt {
  text-align: center;
  font-size: 14px;
  color: #333;
  line-height: 1.5;
}
.genchi_txt02 {
  line-height: 1.4 !important;
  font-size: 14px;
  padding-left: 10px;
  color: #333;
}
.float_box {
  padding: 10px 0;
  overflow: hidden;
}

.subtitle02 {
  font-size: 20px;
  color: #dd3b90;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
}
.price_jizen {
  font-weight: bold;
  font-size: 1.7em;
  color: #dd3b90;
}
table.option_table {
  width: 100%;
  margin: 15px 0 15px 0;
  table-layout: fixed;
}
table.option_table tr {
  border-bottom: 1px solid #fff;
}
table.option_table th {
  border-right: 1px solid #fff;
  padding: 10px;
}
table.option_table td {
  background: #ececec;
  padding: 10px;
  word-wrap: break-word;
}

table.option_table th {
  width: 60%;
  background: #f3d6e0;
}

table.option_table .benefit {
  padding-top: 0;
}

.list_magazine {
  width: 690px;
  overflow: hidden;
}

.list_magazine li {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  white-space: nowrap;
  height: 300px;
}
.floatR02 {
  float: right;
  width: 430px;
}
.floatR02 p span {
  font-size: 16px;
  color: #dd3b90;
  font-weight: bold;
}
.madia_btn_box {
  margin-top: 30px;
}
.madia_btn_box a {
  background-color: #6abfc9;
  text-decoration: none;
  color: #fff;
  text-align: center;
  padding: 15px;
  border-radius: 5px;
  font-size: 120%;
}

.grey_line {
  border-bottom: dashed #999999 1px;
  width: 100%;
  margin: 20px 0;
}

.media .floatR02 img {
  width: auto;
}
@media only screen and (max-width: 767px) {
  .space {
    display: none;
  }
  .nagare_txt,
  .nagare_txt02 {
    height: auto;
  }
  .nagare_txt02 br {
    display: none;
  }
  .media .list_magazine {
    width: 100%;
  }
  .media .list_magazine li {
    width: 30%;
    height: 55vw;
    margin: 0 1.5% 20px;
  }
  .media .floatL {
    width: 50%;
  }
  .media .floatR02 {
    width: 45%;
  }

  .nazeyasui .floatL {
    width: 50%;
    margin: 0 0.5em;
  }
  .nazeyasui .floatR02 {
    width: auto;
    float: none;
    margin: 0 0.5em;
  }
}

.midashi_02_noicon {
  border-bottom: 1px dashed #999;
  width: 100%;
  font-size: 18px;
  color: #dd3b90;
  line-height: 1.4;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.midashi_02_noicon_big {
  border-bottom: 1px dashed #999;
  width: 100%;
  font-size: 20px;
  color: #dd3b90;
  line-height: 1.4;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.noaccordion dt {
  color: #dc3b8f;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #999;
  font-size: 14px;
}
.noaccordion dd {
  margin-bottom: 20px;
}
.noaccordion dt:before {
  content: url(../img/import/img/icon_q.gif);
  margin-right: 10px;
  position: relative;
  top: 5px;
}
.noaccordion dd:before {
  content: url(../img/import/img/icon_a.gif);
  top: 8px;
}

.arrow {
  display: block;
  margin: 0 auto;
  width: 50px !important;
  height: 32px;
  margin-bottom: 15px;
}
.box_pink {
  background: #ffe8ed;
  text-align: center;
  padding: 5px;
  margin-bottom: 10px;
}

.salon_box {
  width: 760px;
  overflow: hidden;
  margin-bottom: 20px;
}

.salon_box_L {
  float: left;
  width: 370px;
}
.salon_box_R {
  float: right;
  width: 370px;
}

.salon_box_subtitle {
  background: #ff929b;
  font-size: 16px;
  font-weight: 600;
  padding: 5px;
  color: #fff;
}
.salon_box_info {
  padding: 10px 0;
}
.salon_box_title {
  background: #f4ecda;
  border: 1px solid #e6d2ae;
  border-radius: 3px;
  width: 105px;
  padding: 5px 0;
  text-align: center;
  margin-right: 20px;
}

.salon_box_info p {
  padding-top: 6px;
}
@media only screen and (max-width: 767px) {
  .salon_box {
    width: 100%;
  }
  .salon_box_L,
  .salon_box_R {
    float: none;
    width: 100%;
  }
}

.infoTextArea ul li {
  border-top: 1px dashed #999;
  padding: 10px 0;
}

.infoTextArea ul li:last-child {
  border-bottom: 1px dashed #999;
}

.infoTextArea_title {
  background: #f4ecda;
  border: 1px solid #e6d2ae;
  border-radius: 3px;
  width: 85px;
  padding: 5px 0;
  text-align: center;
  margin-right: 10px;
}

.infoTextArea p {
  margin-bottom: 0px;
  width: 270px;
}

/*option*/
.opt_menu {
  margin-bottom: 2em;
  font-family: "Noto Sans JP","ヒラギノ角ゴシック Pro";
  display: -webkit-box; /*--- Androidブラウザ用 ---*/
  display: -ms-flexbox; /*--- IE10 ---*/
  display: -webkit-flex; /* Safari */
  display: -webkit-box-flex; /* Safari */
  display: flex;
  -ms-flex-wrap: wrap; /*--- IE10用 ---*/
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap: wrap;
  -ms-justify-content: space-between; /*--- IE10用 ---*/
  -webkit-justify-content: space-between; /* Safari */
  justify-content: space-between;
}
.opt_menu li {
  margin-bottom: 0.5em;
}
.opt_menu li a {
  display: block;
  padding-top: 1em;
  padding-right: 4em;
  padding-left: 1em;
  padding-bottom: 1em;
  background: #f3cacb;
  text-align: left;
  position: relative;
}
.opt_menu li a:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 1em;
  width: 0.6em;
  height: 0.6em;
  border: 1px solid;
  border-color: transparent transparent #565656 #565656;
  transform: rotate(-45deg);
}
.opt_menu li:first-child a,
.opt_menu li:nth-child(11) a {
  color: #6cb3f5;
  background-color: #e2f0fc;
  border: 1px solid #1884ec;
}
.opt_menu li:nth-child(2) a,
.opt_menu li:nth-child(12) a {
  color: #f67e94;
  background-color: #fce5ea;
  border: 1px solid #f47f95;
}
.opt_menu li:nth-child(3) a,
.opt_menu li:nth-child(13) a {
  color: #c8a86b;
  background-color: #f4eee2;
  border: 1px solid #c7a76f;
}
.opt_menu li:nth-child(4) a,
.opt_menu li:nth-child(14) a {
  color: #56c3ab;
  background-color: #ddf2ed;
  border: 1px solid #59bfa8;
}
.opt_menu li:nth-child(5) a,
.opt_menu li:nth-child(15) a {
  color: #ff9189;
  background-color: #ffe9e7;
  border: 1px solid #fd918b;
}
.opt_menu li:nth-child(6) a,
.opt_menu li:nth-child(16) a {
  color: #5687c3;
  background-color: #dde7f2;
  border: 1px solid #5888c1;
}
.opt_menu li:nth-child(7) a,
.opt_menu li:nth-child(17) a {
  color: #b056c3;
  background-color: #eeddf2;
  border: 1px solid #ae5ac0;
}
.opt_menu li:nth-child(8) a,
.opt_menu li:nth-child(18) a {
  color: #c86b81;
  background-color: #f3e1e6;
  border: 1px solid #c66c81;
}
.opt_menu li:nth-child(9) a,
.opt_menu li:nth-child(19) a {
  color: #c8906b;
  background-color: #f4e9e2;
  border: 1px solid #c68f6d;
}
.opt_menu li:nth-child(10) a,
.opt_menu li:nth-child(20) a {
  color: #b4ba4d;
  background-color: #f0f1dc;
  border: 1px solid #b4b955;
}
@media only screen and (max-width: 767px) {
  .opt_menu {
    padding: 0 0.5em;
  }
  .opt_menu li a {
    padding: 0.5em;
    font-size: 3.5vw;
  }
  .opt_menu li a:after {
    display: none;
  }
}

/*marina_chapel*/
.infoTextArea ul li {
  border-top: 1px dashed #999;
  padding: 10px 0;
}

.infoTextArea ul li:last-child {
  border-bottom: 1px dashed #999;
}

.infoTextArea_title {
  background: #f4ecda;
  border: 1px solid #e6d2ae;
  border-radius: 3px;
  width: 85px;
  padding: 5px 0;
  text-align: center;
  margin-right: 10px;
}

.infoTextArea p {
  margin-bottom: 0px;
  width: 270px;
}

.rec_box dl,
.rec_box02 dl {
  margin-bottom: 30px;
}
.rec_box dl:after,
.rec_box02 dl:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
.rec_box dt {
  float: left;
  padding-right: 20px;
}
.rec_box dd {
  float: left;
  width: 370px;
}
.rec_box02 dt {
  float: right;
  padding-left: 20px;
}
.rec_box02 dd {
  float: right;
  width: 370px;
}

span.red {
  color: #f00;
  font-weight: bold;
  font-size: 16px;
}

span.red_s {
  color: #f00;
  font-weight: bold;
}

.border_line {
  font-size: 1.5em;
  color: #f36;
  border-bottom: solid 1px #f36;
  width: 370px;
}

.slideShow3,
.slideShow4 {
  text-align: left;
  display: none;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}
@media only screen and (max-width: 479px) {
  .rec_box dl,
  .rec_box02 dl {
    margin-bottom: 0;
  }
  .rec_box dl .strong,
  .rec_box02 dl .strong {
    font-size: 100%;
    margin-bottom: 0;
  }
  .rec_box dl:after,
  .rec_box02 dl:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
  }
  .rec_box dt {
    float: none;
    padding-right: 0;
  }
  .rec_box dd {
    float: none;
    width: 100%;
  }
  .rec_box02 dt {
    float: none;
    padding-left: 0;
  }
  .rec_box02 dd {
    float: none;
    width: 100%;
  }

  .border_line {
    width: auto;
  }

  .slideShow3,
  .slideShow4 {
    height: auto;
  }
}

.slideShow3.nothumb,
.slideShow4.nothumb {
  text-align: left;
  display: none;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  height: 360px;
  overflow: hidden;
}

@media only screen and (max-width: 479px) {
  .slideShow3.nothumb,
  .slideShow4.nothumb {
    height: auto;
  }
}

.slideShow3 .mainView,
.slideShow4 .mainView {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.slideShow3 .mainView ul,
.slideShow4 .mainView ul {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.slideShow3 .mainView ul li,
.slideShow4 .mainView ul li {
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
}

.slideShow3 .mainView ul li img,
.slideShow4 .mainView ul li img {
  width: 100%;
}

.slideShow3 .thumbNail,
.slideShow4 .thumbNail {
  width: 100%;
  overflow: hidden;
}

.slideShow3 .thumbNail ul,
.slideShow4 .thumbNail ul {
  width: 110%;
}

.slideShow3 .thumbNail ul li,
.slideShow4 .thumbNail ul li {
  float: left;
  display: inline;
  overflow: hidden;
  cursor: pointer;
  text-align: center;
}

.slideShow3 .thumbNail ul li img,
.slideShow4 .thumbNail ul li img {
  width: 100%;
}

.slideShow3 .thumbNail ul li.active,
.slideShow4 .thumbNail ul li.active {
  filter: alpha(opacity=100) !important;
  -moz-opacity: 1 !important;
  opacity: 1 !important;
}

.slideShow3 .mainView .btnPrev,
.slideShow2 .mainView .btnNext,
.slideShow4 .mainView .btnPrev {
  top: 0;
  width: 5%;
  height: 100%;
  position: absolute;
  z-index: 100;
}

.slideShow3 .mainView .btnPrev,
.slideShow4 .mainView .btnPrev {
  left: 0;
  background: url(../img/import/img/btnPrev1.png) no-repeat center center;
}

.slideShow3 .mainView .btnNext,
.slideShow4 .mainView .btnNext {
  right: 0;
  background: url(../img/import/img/btnNext1.png) no-repeat center center;
}

.slideShow3 ul:after,
.slideShow4 ul:after {
  content: ".";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}

.slideShow3 ul,
.slideShow4 ul {
  display: inline-block;
  overflow: hidden;
}

.faq_bnr {
  text-align: center;
  margin: 1em auto;
}
.faq_bnr img {
  width: auto !important;
}

/*1minute*/
.oneminute .floatL {
  width: 450px;
  margin-right: 1em;
}
.nail_fL {
  float: left;
  width: 30%;
  margin-left: 50px;
}
.clear {
  clear: both;
}
.FL {
  float: left;
  width: 48%;
}
.FR {
  float: right;
  width: 48%;
}
.FL.shosetsuka p {
  font-size: 18px;
  border-bottom: #000000 solid 1px;
}
.FR.shosetsuka p {
  font-size: 15px;
}
.cus {
  background: #fffcdc;
  border-radius: 3px;
  padding: 10px;
  margin-bottom: 20px;
}
.cus p span {
  font-size: 15px;
  border-bottom: 1px dashed #a7a7a7;
  padding-bottom: 3px;
  line-height: 2em;
}
.ribbon1 {
  margin: 20px 0;
  position: relative;
  height: 50px; /*リボンの高さ*/
  line-height: 50px; /*リボンの高さ*/
  vertical-align: middle;
  text-align: center;
  padding: 0 30px; /*横の大きさ*/
  font-size: 20px; /*文字の大きさ*/
  font-weight: bold;
  background: #f2a4b4; /*塗りつぶし色*/
  color: #fff; /*文字色*/
  box-sizing: border-box;
}

.ribbon1:before,
.ribbon1:after {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  z-index: 1;
}

.ribbon1:before {
  top: 0;
  left: 0;
  border-width: 25px 0px 25px 15px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}

.ribbon1:after {
  top: 0;
  right: 0;
  border-width: 25px 15px 25px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}
.f16 {
  font-size: 16px;
}
.nagare_txt02 span.small {
  color: #000;
  font-size: 16px;
}

@media only screen and (max-width: 479px) {
  .oneminute .floatL {
    width: 100%;
    float: none;
  }
  .nail_fL,
  .shosetsuka {
    width: 100%;
    float: none;
    margin: 0;
  }
  .midashi_11 {
    height: 50px;
  }
}
.box_green .title p.bouquetnew {
  width: fit-content;
  text-align: left;
  color: #fff;
  background: #ff0000;
  font-weight: bold;
  padding: 0 10px;
  font-size: 2em;
  font-family: "Noto Sans JP","ヒラギノ角ゴシック Pro";
  border-radius: 5px;
  display: initial;
}
table.can_table th {
  width: 37%;
}
table.can_table tr,
th,
td {
  padding: 3px;
}
table.can_table tr:nth-child(even) {
  background: #ecdec5;
}
table.can_table tr.td_brown {
  background: #5f3e00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}
table.can_table tr.td_brown02 {
  background: #826b3f;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}
.righttxt {
  text-align: right;
}
@media only screen and (max-width: 479px) {
  table.can_table {
    font-size: 80%;
  }
  .righttxt {
    text-align: left;
  }
}

p.btn a img {
  border: #f9007b 1px solid;
}

p.gallery a {
  font-family: "Noto Sans JP","ヒラギノ角ゴシック Pro";
  border-radius: 4px;
  width: 340px;
  cursor: pointer;
  border-width: 3px;
  border-color: #5aa1e9;
  border-style: solid;
  color: #fff;
  display: block;
  font-size: 17px;
  font-weight: bold;
  text-decoration: none;
  margin-right: auto;
  margin-left: auto;
  line-height: 22px;
  height: 40px;
  margin-top: 10px;
  margin-bottom: 45px;
  padding-top: 20px;
  background-image: -moz-linear-gradient(90deg, #5aa1e9 0%, #84bcf6 73%);
  background-image: -webkit-linear-gradient(90deg, #5aa1e9 0%, #84bcf6 73%);
  background-image: -ms-linear-gradient(90deg, #5aa1e9 0%, #84bcf6 73%);
  box-shadow: 3px 3px 3px 0px #999;
}

#ichiran .plan img {
  width: 100%;
}
/* ----

.box_green.opt_bouguet

--------------------------------- */
.box_green.opt_bouguet * {
  box-sizing: border-box;
}
.box_green.opt_bouguet .more-detail {
  text-align: center;
  margin: 15px 0 0;
}
.box_green.opt_bouguet .btn_green {
  display: inline-block;
  margin: 0;
  padding: 8px 16px;
}
.opt_bouguet-row img {
  display: block;
}
.opt_bouguet-row .thumbs .img-wrap {
  position: relative;
  padding-top: 100%;
}
.opt_bouguet-row .thumbs .img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  object-fit: cover;
}
.opt_bouguet-row .thumbs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -0.125rem;
}
.opt_bouguet-row .thumbs .col {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0.125rem;
}
.opt_bouguet-row .benefit {
  padding: 1rem;
  background: #fbe9f2;
  border-radius: 0.2rem;
  color: inherit;
  line-height: inherit;
  text-indent: inherit;
}
.opt_bouguet-row .benefit h4 {
  text-align: center;
  font-weight: bold;
  margin: 0 0 0.5rem;
  color: #dd3b90;
}
.opt_bouguet-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-align-items: stretch;
  align-items: stretch;
  margin: 0 -0.125rem;
}
.opt_bouguet-row .col-2nd,
.opt_bouguet-row .col-1st {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 0.125rem;
}
.opt_bouguet-row .col-3rd {
  max-width: 100%;
  padding: 15px 0 0;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .opt_bouguet-row .col-2nd,
  .opt_bouguet-row .col-1st {
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%;
    padding: 0 0.125rem;
  }
  .opt_bouguet-row .col-3rd {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
    padding: 0 0.125rem;
  }
  .opt_bouguet-row .benefit {
    padding: 0 1rem;
    height: 100%;
    border-radius: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .box_green.opt_bouguet .more-detail {
    text-align: right;
  }
}

.to_voice {
  text-align: center;
  padding: 0 15px;
}
.btn.login3 + .to_voice {
  margin: -20px 0 40px;
}

.to_voice a {
  display: inline-block;
  color: #ef4f62 !important;
  font-size: 1.1em;
  font-weight: bold;
  position: relative;
  padding: 0.5em 0.75em;
  border: solid 1px;
}
.to_voice a img {
  display: inline-block;
  height: 0.5em;
  width: auto;
  margin: 0 0 0.25em 0.25em;
  vertical-align: middle;
}
.to_voice a span {
  font-weight: bold;
}

.gentei_01{
	text-align: center;
	margin:0 20% 10px;
	padding:5px 10px;
	background: #595959;
	color: #ffffff;
	border-radius: 20px;
}
.faq_bnr2{
	text-align: center;
	background: #f8b0b8;
	margin:20px 20% 50px;
	padding:10px;
	color: #fff;
	outline: 1px solid rgb(255, 255, 255);
	outline-offset: -3px;
}	
.faq_bnr2 p{
	color:#fff;
	margin:5px;
	font-size: 1.2rem;
}
.plan_box{
	margin:1rem auto;
}
.fxbox{
	display: flex;
}
.fxcon{
	width:50%;
	margin: 0 auto;
	
}
.page_catch{
	font-size: 1.2em;
	font-family: "Noto Sans JP","ヒラギノ角ゴシック Pro";
	font-weight: 500;
	border-left: 3px solid #f8b0b8;
	padding: 10px; 15px;
}
.box_grey > p.page_catch{line-height: 1.4em;}
/* E N D */
