@charset "utf-8";

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

.main {
	width: 760px;
	float: left;
}

.side {
	width: 220px;
	float: right;
}

.bnrArea li {
    margin-bottom: 8px;
}

/* header */

.cont-header {
  width: 100%;
  border-bottom: 1px solid #d3d4b4;
  padding-bottom: 15px;
  margin-bottom: 15px;
  display: table;
}

.cont-header>h2,
.cont-header>p {
  display: table-cell;
  vertical-align: middle;
}

.cont-header>h2 {
  color: #4b3304;
  font-size: 38px;
}

.cont-header > p {
  font-size: 15px;
  line-height: 1.6em;
  width: 560px;
}

/* noukannogi_start */

/* about */

.about {
  width: 100%;
  margin-bottom: 40px;
  background: #F5F1E9;
  border: 1px solid #C5C0B7;
  border-top: none;
}

.about h2 {
  font-size: 24px;
  line-height: 1.2em;
  color: #fff;
  background: #684527;
  padding: 10px 20px;
  margin: 0 -1px;
}

.about p {
  font-size: 16px;
  line-height: 1.7em;
  color: #000;
  padding: 15px 20px;
}

/* flow */

#flow {
  border: 1px solid #C5C0B7;
  margin-bottom: 40px;
}

#flow p {
  font-size: 16px;
  line-height: 1.6em;
}

#flow h2 {
  color: #4b3304;
  font-size: 32px;
  line-height: 1.2;
  background: #F7EFDD;
  padding: 14px 25px 12px;
  margin: 0;
  border-bottom: 1px solid #C5C0B7;
}

#flow > ol {
  background: #FBF8F3;
  display: block;
  margin: 24px 19px;
  overflow: hidden;
}

#flow > ol > li {
  font-size: 16px;
  line-height: 1.75;
  background: url(../../img/noukannogi/flow_line.gif) repeat-y 38px 0;
  margin-bottom: 30px;
  padding: 0 30px 20px 80px;
  overflow: hidden;
  position: relative;
}

#flow > ol > li:last-child {
  background: none;
  padding-bottom: 0;
}

#flow > ol > li:after {
  content: "";
  background: url(../../img/noukannogi/flow_arrow.gif) no-repeat;
  display: block;
  height: 16px;
  width: 21px;
  position: absolute;
  left: 30px;
  bottom: 0;
}

#flow > ol > li:last-child:after {
  display: none;
}

#flow ol h3 {
  line-height: 1;
  background: url(../../img/noukannogi/flow_tit_bg.gif) repeat-y;
  padding: 13px 30px;
  margin: 0 -30px 0 -80px;
  border-bottom: solid 20px #FBF8F3;
  position: relative;
}

#flow ol h3 span {
  color: #fff;
  font-size: 26px;
  line-height: 1.6em;
}

#flow ol h3 sub {
  font-size: 21px;
  color: #FFF;
  position: absolute;
  top: 50%;
  line-height: 1.6em;
  right: 30px;
  margin-top: -0.8em;
}

#flow > ol > li > h4 {
  font-size: 18px;
  line-height: 1.1;
  color: #FFF;
  background: #664418;
  margin: 25px 0 15px;
  padding: 8px 18px;
  clear: both;
}

#flow .li1 figure {
  margin: 20px 0 0 20px;
  float: right;
}

#flow .li1 ul {
  margin-top: 20px;
  min-height: 200px;
  width: 580px;
  overflow: hidden;
}

#flow .li1 ul li {
  float: left;
  width: 275px;
  margin-bottom: 25px;
}

#flow .li1 ul li:nth-child(odd) {
  clear: both;
  padding-right: 30px;
}

#flow .li1 ul li dt {
  color: #1c96a1;
  margin-bottom: 12px;
}

#flow .li1 ul li dd {
  color: #4b3304;
  font-size: 14px;
  line-height: 1.6em;
}

#flow .li1 div {
  color: #4b3304;
  background: #FFF;
  padding: 22px 25px;
  border: 1px solid #C5C0B7;
  overflow: hidden;
}

#flow .li1 div li {
  line-height: 1.8em;
}

#flow .li1 div h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

#flow .li2 > figure {
  float: right;
  margin-left: 35px;
  padding-bottom: 20px;
}

#flow .li2 ol {
  display: block;
  margin-left: -20px;
  overflow: hidden;
}

#flow .li2 ol li {
  color: #1c96a1;
  font-size: 16px;
  float: left;
  width: 270px;
  margin: 25px 0 0 20px;
  counter-increment: num;
}

#flow .li2 ol li:first-child {
  float: left;
  width: 850px;
}

#flow .li2 ol li:nth-child(3n+2) {
  clear: both;
}

#flow .li2 ol li:before {
  content: counter(num);
  color: #FFF;
  background: #1C96A1;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  margin-right: 13px;
  border-radius: 12px;
}

#flow .li2 ol li figure {
  margin: 15px 0 0 0;
}

#flow .li2 ol li p,
#flow .li2 ol li figcaption {
  font-size: 14px;
  color: #4b3304;
  margin-top: 10px;
  line-height: 1.6em;
}

#flow .li3 h4 {
  margin-top: 0;
}

#flow .li3 ul {
  display: block;
  margin: 0 0 0 -20px;
  overflow: hidden;
}

#flow .li3 p {
  margin: 30px 0;
}

#flow .li3 ul li {
  float: left;
  margin-left: 20px;
}

#flow .li4 p {
  padding-top: 10px;
}

/* noukannogi_end */

/* merit_start */

.merit-list {
  width: 100%;
}

.merit-list h2 {
  margin-bottom: 20px;
}

.merit-list .summary+.summary {
  margin-top: 15px;
}

.merit-detail p {
  font-size: 15px;
  line-height: 1.8em;
  margin: 20px 0;
}

.merit-detail p img {
  border: solid 4px #fff;
  outline: solid 1px #ddd;
  margin: 20px 0;
  display: block;
}

.merit-detail li {
  font-size: 16px;
  line-height: 1.8em;
}

.merit-detail li + li {
  margin-top: 10px;
}

.merit-detail h4 {
  margin: 0 0 20px 0;
}

/* merit_end */

/* flow_start */

.boxflow123 {
  background-color: #f5f1e8;
  padding: 20px 20px 20px 30px;
}

.cont-header.flow > h2 {
  font-size: 30px;
}

.flowhr {
  height: 0;
  color: #413414;
  margin: 10px 0 0 0;
  border-top: 2px solid #413414
}

.flow_arrow {
  border-style: none;
  text-align: center;
}

.flowcontbox h3 {
  font-weight: bold;
  font-size: 30px;
  color: #4b402a;
  margin-top: 10px;
  margin-bottom: 10px;
}

.flowcontbox h4 span {
  display: block;
  font-weight: bold;
  margin-bottom: 15px;
}

.flow_img {
  float: left;
  padding-right: 20px;
  width: auto;
}

.boxflow123 > p,
.boxflow123 > .note {
  font-size: 15px;
  line-height: 1.6em;
}

.note {
  color: #ff0000;
}

/* flow_end */


/* registrationflow_start */

.registrationflowkeyv {
  background: url(../../img/registrationflow/keyvbg.jpg) no-repeat;
  width: 378px;
  height: 197px;
  padding-left: 380px;
  padding-top: 25px;
  font-size: 15px;
  line-height: 1.9em;
  margin-top:15px;
}

.registrationflow1 {
  background: url(../../img/registrationflow/flow1bg.jpg) no-repeat;
  width: 758px;
  height: 385px;
  margin-top: 30px;
  margin-bottom: 5px;
}

.registrationflow1_1 {
  padding-top: 200px;
  padding-left: 383px;
  font-size: 15px;
  line-height: 1.9em;
}

.registrationflow1_2 {
  font-size: 15px;
  line-height: 1.9em;
  padding-top: 25px;
  padding-left: 398px;
  padding-right: 5px;
}

.registrationflow2 {
  width: 100%;
  background: url(../../img/registrationflow/flow2bg.jpg) no-repeat;
  font-size: 15px;
  line-height: 1.9em;
  padding-top: 125px;
  padding-left: 383px;
  padding-bottom: 45px;
}

.registrationflow3 {
  background: url(../../img/registrationflow/flow3bg.jpg) no-repeat;
  width: 100%;
  font-size: 15px;
  line-height: 1.9em;
  padding-top: 125px;
  padding-left: 383px;
  padding-bottom: 40px;
}

.registrationflow4 {
  background: url(../../img/registrationflow/flow4bg.jpg) no-repeat;
  width: 100%;
  font-size: 15px;
  line-height: 1.9em;
  padding-top: 145px;
  padding-left: 383px;
  padding-bottom: 25px;
}

.registrationflow5 {
  background: url(../../img/registrationflow/flow5bg.jpg) no-repeat;
  width: 100%;
  font-size: 15px;
  line-height: 1.9em;
  padding-top: 145px;
  padding-left: 383px;
  padding-bottom: 100px;
}

/* registrationflow_end */

/* farewell_place */

.boxFarewellSchedule p {
  font-size: 16px;
  line-height: 1.6em;
}

.main {
  width: 760px;
  float: left;
}

.side {
  width: 220px;
  float: right;
}

.titFarewellFlow01 {
  margin-bottom: 30px;
}

.tbFarewellPlace {
  width: 100%;
  border: #bcb39f 1px solid;
  margin-bottom: 20px;
}

.tbFarewellPlace th,
.tbFarewellPlace td {
  border: #bcb39f 1px solid;
  vertical-align: middle;
  padding: 10px;
  line-height: 1.8em;
  font-size: 15px;
}

.tbFarewellPlace th *,
.tbFarewellPlace td * {
  line-height: 1.8em;
  font-size: 15px;
}

.tbFarewellPlace th, .tbFarewellPlace td {
  padding: 10px 15px;
  border-bottom: #bcb39f 1px solid;
}

.tbFS_th04 {
  background: #fffaf0;
  border-top: #b69045 3px solid !important;
  text-align: center;
  border-left: #bcb39f 1px solid;
  border-right: #bcb39f 1px solid;
  font-size: 18px;
  color: #4b3304;
}

.sideNav {
  background: #f0ece3;
  padding: 3px;
  margin-bottom: 15px;
}

.sideNav li {
  background: white;
}

.sideNav li a {
  padding: 18px 20px 15px 20px;
  display: block;
  border-top: #d3d4b4 1px solid;
  border-left: #d3d4b4 1px solid;
  border-right: #d3d4b4 1px solid;
  position: relative;
}

.sideNav li a:hover {
  background: #c5e584;
}

.sideCurrent {
  background: #c5e584!important;
}

/* flowershop */

.flowershopCont {
  margin: 0;
}

.flowerShopAllTitle {
  font-size: 22px;
  margin-bottom: 15px;
}

.windowTit {
  margin: 25px 0 10px 0;
  clear: both;
}

.flowerShopAllCont {
  background: url(../img/flowerShop/flowerShopAllShopImg.jpg) no-repeat;
  padding-left: 260px;
  line-height: 2.4em;
}

.flowerShopAllSmallTitle {
  margin: 25px 0 10px 0;
  clear: both;
}

.flowerShopAllTo {
  float: left;
  margin-bottom: 25px;
}

.flowerShopAllTo a .flowerShopAllToTokyo {
  background: url(../img/flowerShop/flowerShopAllTokyoBg.jpg) no-repeat;
  width: 182px;
  height: 83px;
}

.flowerShopAllTo a:hover .flowerShopAllToTokyo {
  background: url(../img/flowerShop/flowerShopAllTokyoBg_on.jpg) no-repeat;
  width: 182px;
  height: 83px;
}

.flowerShopAllTo a .flowerShopAllToKanagawa {
  background: url(../img/flowerShop/flowerShopAllKanagawaBg.jpg) no-repeat;
  width: 182px;
  height: 83px;
  margin-left: 10px;
}

.flowerShopAllTo a:hover .flowerShopAllToKanagawa {
  background: url(../img/flowerShop/flowerShopAllKanagawaBg_on.jpg) no-repeat;
  width: 182px;
  height: 83px;
  margin-left: 10px;
}

.flowerShopAllTo a .flowerShopAllToSaitama {
  background: url(../img/flowerShop/flowerShopAllSaitamaBg.jpg) no-repeat;
  width: 182px;
  height: 83px;
  margin-left: 10px;
}

.flowerShopAllTo a:hover .flowerShopAllToSaitama {
  background: url(../img/flowerShop/flowerShopAllSaitamaBg_on.jpg) no-repeat;
  width: 182px;
  height: 83px;
  margin-left: 10px;
}

.flowerShopAllTo a .flowerShopAllToChiba {
  background: url(../img/flowerShop/flowerShopAllChibaBg.jpg) no-repeat;
  width: 182px;
  height: 83px;
  margin-left: 10px;
}

.flowerShopAllTo a:hover .flowerShopAllToChiba {
  background: url(../img/flowerShop/flowerShopAllChibaBg_on.jpg) no-repeat;
  width: 182px;
  height: 83px;
  margin-left: 10px;
}

.anyFlowerShopInfo {
  width: 100%;
  overflow: hidden;
}

.anyFlowerShopInfo figure {
  float: right;
}

.anyFlowerShopInfo p {
  width: 600px;
  line-height: 1.6em;
  margin-bottom: 20px;
  float: left;
}

#flowershopTel {
  width: 758px;
  height: 50px;
  margin: 10px 0;
}

#flowershopTel p {
  width: 260px;
  height: 50px;
  float: right;
}

.flowershop {
  width: 758px;
  height: 60px;
  margin-bottom: 10px;
}

.flowershop td {
  line-height: 1.6em;
  vertical-align: middle;
  padding: 5px;
  font-size: 14px;
}

.flowershop .fax {
  text-indent: 10px;
  border-right: #CCC solid 1px;
  border-bottom: #CCC solid 1px;
  height: 30px;
  width: 250px;
}

.flowershop .salonname {
  background: #FFF0F8;
  width: 130px;
  padding-left: 10px;
  border: #CCC solid 1px;
}

.flowershop .shopname {
  background: #FFF0F8;
  width: 150px;
  text-align: center;
  border-top: #CCC solid 1px;
  border-right: #CCC solid 1px;
  border-bottom: #CCC solid 1px;
}

.flowershop .address {
  width: 478px;
  text-indent: 10px;
  border-top: #CCC solid 1px;
  border-right: #CCC solid 1px;
  border-bottom: #CCC solid 1px;
  height: 30px;
}

.flowershop .phone {
  text-indent: 10px;
  border-right: #CCC solid 1px;
  border-bottom: #CCC solid 1px;
  height: 30px;
  width: 250px;
}

.flowershop .adviser {
  text-indent: 10px;
  border-right: #CCC solid 1px;
  border-bottom: #CCC solid 1px;
  width: 120px;
}

.map {
  border-right: #CCC solid 1px;
  border-bottom: #CCC solid 1px;
  text-align: center;
  width: 120px;
}

.flowerShopList {
  width: 750px;
  margin-bottom: 15px;
  margin-top: 10px;
}

.flowerShopList li {
  display: inline-block;
  width: 150px;
  list-style: none;
  background: url(../../img/area/listMarkB.gif) no-repeat 1px;
  text-indent: 22px;
  font-size: 16px;
}

/* flowershop_001 */

.flowershop_001 {
  width: 100%;
  margin-bottom: 30px;
}

.flowershop_001 p {
  font-size: 15px;
  line-height: 1.6em;
}

.flowershop_001 p + p {
  margin-top: 1.0em;
}

.flowershop_001 img {
  border: 1px solid #ccc;
  padding: 3px;
}

.flowershop_001_first_box {
  width: 100%;
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 30px;
}

.flowershop_001_first_box figure {
  float: left;
  margin-right: 15px;
}

.flowershop_001_first_box table {
  float: left;
  border: 1px solid #aaa;
}

.flowershop_001_first_box th,
.flowershop_001_first_box td {
  border: 1px solid #aaa;
  font-size: 15px;
  line-height: 1.6em;
  padding: 10px;
}

.flowershop_001_first_box td.tb_tit {
  background: #e4f1e4;
}

.flowershop_001 .near_saijo,
.flowershop_001 .fl_plan {
  width: 300px;
  float: left;
  border: 1px solid #aaa;
}

.flowershop_001 .fl_plan {
  width: 185px;
}

.flowershop_001 .near_saijo + .near_saijo,
.flowershop_001 .fl_plan + .fl_plan {
  margin-left: 15px;
}

.flowershop_001 .near_saijo p + p,
.flowershop_001 .fl_plan p + p {
  margin-top: 0.2em;
}

.flowershop_001 .near_saijo p.near_saijo_image,
.flowershop_001 .fl_plan p.near_saijo_image {
  margin-bottom: 10px;
}

.flowershop_001 .near_saijo a,
.flowershop_001 .fl_plan a {
  padding: 15px;
  display: block;
  color: #333;
  text-decoration: none;
}

.flowershop_001 .near_saijo a img,
.flowershop_001 .fl_plan a img {
  width: 100%;
}

/*参列代行ページ*/


section.daiko, .daiko-sv, .daiko-flow, .daiko-notes, .button-area{
    margin: 0 0 50px 0;
    width: 100%;
    text-align: center;
}

.daiko h2,.daiko-sv h2,.daiko-flow h2,.daiko-notes h2 {
font-family: YuMincho, /* Mac用 */ 'Yu Mincho', /* Windows用 */ serif;
    color: #c65080;
    font-size: 2em;
    margin-bottom: 30px;
    line-height: 1.3;
}


section.daiko-sv ol li {
   margin-bottom: 20px;
}

section.daiko-sv ul{
overflow:hidden;
padding: 20px;
border: 1px solid #ccc;
}

.daiko-sv-txt {
    border: 1px solid #ccc;
    border-bottom: none;
    padding: 20px;
    background-color: #fceefb;
}

.daiko-sv-txt2{
width: 50%;
float: left;
}

.daiko-sv-txt3{
width: 50%;
float: right;
}

.daiko-sv-txt2 p, .daiko-sv-txt3 p{
    line-height: 1.5;
    text-align: left;
    margin-right: 30px;
    padding-left: 30px;
}

section.daiko-sv img {
width:400px;
}

.title_cmt{
    width: 100%;
    text-align: center;
    line-height: 2;
}

.title_txt{
margin-bottom:20px;
}

section.daiko-flow ol li {
border: 1px solid #ccc;
margin-bottom: 45px;
position:relative;
}

section.daiko-flow ol li::after {
content:"";
position:absolute;
margin: 10px 0 0 -50px;
border-top: 30px solid #f9caca;
border-right: 50px solid transparent;
border-left: 50px solid transparent;
}

section.daiko-flow ol li:last-child::after{
content: none; }

.daiko-flow-txt{
text-align: left;
width: 65%;
float: left;
 line-height: 1.5;
}
section.daiko-flow img {
width:300px;
}
section.daiko-flow div{
overflow: hidden;
width: 95%;
    margin: 0 auto;
    padding: 20px;
}

.daiko-bt {
  width: 600px;
    border: solid 1px #c65080;
    font-size: 19px;
    background-color: #c65080;
    padding: 10px;
    margin: 20px auto;
    border-radius: 25px 25px 25px 25px;
}
.daiko-bt a {
   display:block; 
   color: #fff;
font-family: 'YuMincho', /* Mac用 */ 'Yu Mincho', /* Windows用 */ serif;
}

.daiko-bt a:hover{
opacity:0.8;
}

section.daiko-notes ul li {
    text-align: left;
    width: 600px;
    margin: 0 auto;
    line-height:1.5;
}

section.button-area div{
  margin:10px auto;
}

.button-for-kyoka-area {
  margin: 30px 0 5px 0;
}

.button-for-kyoka {
border: 1px solid #08b33a;
    border-radius: 10px;
    color: #08b33a;
    display: inline-block;
    font-weight: 700;
    width: 320px;
    padding: 15px 0;
}


