@charset "utf-8";

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

.cont-inner {
	width: 100%;
	padding: 0 10px;
}

.wrapBtn01.footer-tel-btn {
  margin-bottom: 20px;
}

/* header */

.cont-header {
  width: 100%;
  margin-bottom: 15px;
}

.cont-header > h2 {
  color: #4b3304;
  font-size: 30px;
  border-bottom: 1px solid #d3d4b4;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

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

/* noukannogi_start */

/* about */

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

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

.about p {
  font-size: 14px;
  line-height: 1.6em;
  color: #000;
  padding: 10px;
}

/* flow */

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

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

#flow h2 {
  background: #F7EFDD;
  padding: 10px;
  border-bottom: 1px solid #C5C0B7;
  color: #4b3304;
  font-size: 18px;
  line-height: 1.4em;
}

#flow > ol {
  padding: 10px;
  width: 100%;
}

#flow > ol > li {
  font-size: 14px;
  line-height: 1.6em;
  background: url(../../img/noukannogi/flow_line.gif) repeat-y 10px 0;
  margin-bottom: 10px;
  padding: 0 0 10px 30px;
  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: 2px;
  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: 10px;
  border-bottom: solid 40px #fff;
  position: relative;
  margin-left: -30px;
  position: relative;
  line-height: 1.4em;
}

#flow ol .li3 + .li3 h3 {
  margin-left: 0;
  margin-right: 0;
}

#flow ol h3 span {
  color: #fff;
  font-size: 24px;
  line-height: 30px;
}

#flow ol h3 sub {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  width: 100%;
  line-height: 40px;
  font-size: 16px;
  font-weight: 700;
  color: #299ea8;
}

#flow > ol > li > h4 {
  font-size: 16px;
  line-height: 1.4em;
  color: #fff;
  background: #664418;
  margin: 20px 0 10px;
  padding: 10px;
}

#flow .li1 figure {
  margin: 10px 0;
}

#flow .li1 div figure {
  margin-top: 0;
}

#flow .li1 ul {
  margin-top: 20px;
  overflow: hidden;
}

#flow .li1 ul li {
  margin-bottom: 15px;
}

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

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

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

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

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

#flow .li1 div h4 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4em;
  margin-bottom: 10px;
}

#flow .li2 > figure {
  margin-bottom: 10px;
}

#flow .li2 ol {
  display: block;
  overflow: hidden;
}

#flow .li2 ol li {
  color: #1c96a1;
  font-size: 14px;
  counter-increment: num;
}

#flow .li2 ol li + li {
  margin-top: 15px;
}

#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: 3px;
  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 {
  margin-top: 10px;
}

#flow .li3 + .li3 {
  padding: 0;
}

#flow .li3 ul li {
}

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

/* noukannogi_end */

/* merit_start */

.merit-list {
  width: 100%;
  margin-bottom: 20px;
}

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

.merit-list h2 span {
  font-size: 22px;
}

.merit-list h2 span b {
  font-size: 120%;
  color: #2f9e2a;
  font-weight: normal;
}

.merit-list .summary {
  width: 100%;
  border: 1px solid #aaa;
}

.merit-list .summary a {
  display: block;
  text-decoration: none;
  color: #333;
}

.merit-list .s-summary {
  width: 100%;
  display: table;
}

.merit-list .summary figure {
  width: 115px;
  overflow: hidden;
}

.merit-list .summary figure img {
  width: 100%;
  height: auto;
  margin: -1px;
}

.merit-list .summary figure,
.merit-list .summary p {
  display: table-cell;
  vertical-align: middle;
}

.merit-list .summary p {
  padding: 5px 10px;
  font-size: 15px;
  line-height: 1.4em;
}

.merit-list .summary p span {
  color: #2f9e2a;
}

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

.merit-detail {
  margin-bottom: 30px;
}

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

.merit-detail a {
  color: #41A731;
}

.merit-detail p img {
  border: solid 1px #ddd;
  padding: 3px;
  margin: 15px 0;
  display: block;
}

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

.merit-detail h4 span.ptn-01,
.merit-detail h4 span.ptn-02 {
  display: block;
  font-size: 16px;
  line-height: 1.6em;
  color: #333;
}

.merit-detail h4 span.ptn-01 {
  border: 2px solid #f6c7d0;
  padding: 10px;
}

.merit-detail h4 span.ptn-02 {
  font-size: 18px;
  border-left: 3px solid #41A731;
  padding-left: 8px;
}

.merit-detail h3 span {
  display: block;
  padding: 10px;
  background: #fbe8ec;
  color: #666;
  font-size: 16px;
  line-height: 1.4em;
}

.merit-detail h3 span b {
  font-weight: normal;
  color: #ed6680;
}

.merit-detail li {
  font-size: 14px;
  line-height: 1.6em;
}

.merit-detail li span {
  display: block;
  font-size: 16px;
  line-height: 1.6em;
}

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

.page_link {
  margin-bottom: 20px;
  text-align: center;
}

.page_link div + div {
  margin-top: 15px;
}

/* merit_end */

/* flow_start */

.flowcontbox {
  margin-bottom: 20px;
}

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

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

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

.flow_arrow {
  margin-top: 10px;
  border-style: none;
  text-align: center;
}

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

.flowcontbox h4 span {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.4em;
  display: block;
}

.flow_img {
  margin-bottom: 15px;
}

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

.note {
  color: #ff0000;
}

/* flow_end */

/* registrationflow_start */

.registrationflow {
  margin-bottom: 20px;
}

.registrationflow h3 {
  border: 1px solid #aaa;
  border-radius: 5px;
  padding: 3px;
  background: #fff;
  margin-bottom: 10px;
}

.registrationflow h4 {
  font-size: 16px;
  line-height: 1.4em;
  margin-bottom: 10px;
  font-weight: 700;
}

.registrationflow h3 span {
  display: block;
  border-radius: 3px;
  background: #eecced;
  padding: 10px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4em;
}

.registrationflow h3 span.l-blue {
  background: #cbe8f0;
}

.registrationflow figure {
  margin-bottom: 15px;
}

.registrationflow p {
  font-size: 14px;
  line-height: 1.6em;
}

.registrationflow p + p {
  margin-top: 15px;
}

.registrationflow p + h3,
.registrationflow div + h3 {
  margin-top: 20px;
}

/* registrationflow_end */

/* farewell_place */

.boxFarewellSchedule p {
  font-size: 14px;
  line-height: 1.6em;
  margin-bottom: 20px;
}

.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 5px;
  line-height: 1.6em;
  font-size: 14px;
}

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

.tbFarewellPlace th, .tbFarewellPlace td {
  padding: 10px 5px;
  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: 16px;
  color: #4b3304;
}

/* flowershop */

.flowerShopAllCont {
  line-height: 1.6em;
}

.flowerShopAllTitle {
  font-size: 18px;
  margin-bottom: 10px;
}

.anyFlowerShopInfo p {
  line-height: 1.6em;
  font-size: 14px;
  margin-bottom: 20px;
}

.windowTit {
  font-size: 16px;
  line-height: 1.6em;
  margin: 15px 0;
}

#flowershopTel {
  margin-bottom: 15px;
}

.flowershopCont {
  margin-bottom: 20px;
}

.flowershop td {
  display: block;
  padding: 5px 10px;
}

.flowerShopList {
  padding: 10px 0;
}

.flowerShopList li {
  font-size: 14px;
  line-height: 1.6em;
  list-style: none;
  background: url(../../img/area/listMarkB.gif) no-repeat 1px;
  text-indent: 22px;
}

.flowershop td,
.flowershop th {
  padding: 10px;
  font-size: 14px;
  line-height: 1.6em;
}

.flowershop td *,
.flowershop th * {
  font-size: 14px;
  line-height: 1.6em;
}

.flowershop .fax {
  border-bottom: #CCC solid 1px;
}

.flowershop .salonname {
  background: #FFF0F8;
}

.flowershop .shopname {
  background: #FFF0F8;
  border-top: #CCC solid 1px;
}

.flowershop .address {
  border-top: #CCC solid 1px;
  border-bottom: #CCC solid 1px;
}

.flowershop .phone {
  border-bottom: #CCC solid 1px;
}

.flowershop .adviser {
  border-bottom: #CCC solid 1px;
}

.flowershop {
  width: 100%;
  margin-bottom: 10px;
  border: 1px solid #ccc;
}

.map {
  text-align: center;
  display: block;
}

/* flowershop_001 */

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

.flowershop_001 p {
  font-size: 14px;
  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: 20px;
}

.flowershop_001_first_box figure {
  margin-bottom: 15px;
}

.flowershop_001_first_box table {
  max-width: 100%;
  border: 1px solid #aaa;
}

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

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

.flowershop_001 .near_saijo,
.flowershop_001 .fl_plan {
  width: 100%;
  border: 1px solid #aaa;
  overflow: hidden;
}

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

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

.flowershop_001 .near_saijo p.near_saijo_image,
.flowershop_001 .fl_plan p.fl_plan_image {
  float: left;
  width: 120px;
}

.flowershop_001 .near_saijo a,
.flowershop_001 .fl_plan a {
  padding: 10px;
  display: block;
  overflow: hidden;
  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: 1.5em;
    margin-bottom: 30px;
    line-height: 1.2;
}

section.daiko-sv {
margin-top:30px;
}

section.daiko-sv ol li {
   margin-bottom: 20px;
   padding: 0 2px;
}
section.daiko-sv ul{
padding: 10px 2px;
border: 1px solid #ccc;
}

.daiko-sv-txt {
    border: 1px solid #ccc;
    border-bottom: none;
    padding: 20px;
    background-color: #faf5ea;
}
.daiko-sv-txt1 p, .daiko-sv-txt2 p, .daiko-sv-txt3 p{
    line-height: 1.5;
    text-align: left;
    margin:5px;
}

section.daiko-sv img, section.daiko-flow img {
width:100%;
}

.title_cmt{
    width: 100%;
    text-align: left;
    line-height: 1.5;
}
.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;
 line-height: 1.5;
 padding: 8px;
 margin-bottom: 10px;
}

section.daiko-flow div{
    padding: 5px;
}

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

.daiko-bt a{
    color: #fff;
font-family: 'YuMincho', /* Mac用 */ 'Yu Mincho', /* Windows用 */ serif;
letter-spacing: -1.5px;
text-decoration: none;
}

section.daiko-notes ul li {
    text-align: left;
    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;
    text-decoration: none;
}