@charset "UTF-8";
/*＝＝＝＝＝　基本設定　＝＝＝＝＝*/
.wrap-contact_fixed {
  /* [disabled]display:none; */ }

.button {
  display: none !important; }

body, html {
  width: 100%;
  position: relative; }

body, html {
  min-width: 1200px; }

body.page-iframe_form {
  min-width: 980px; }

.container {
  width: 980px;
  margin-right: auto;
  margin-left: auto;
  position: relative; }
  .container.pt2 {
    width: 700px;
    margin-right: auto;
    margin-left: auto;
    position: relative; }
  .container.pt3 {
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
    position: relative; }

section {
  position: relative; }

.body:after, .container:after, .clear:after {
  content: ".";
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden;
  font-size: 0; }

.only-pc {
  display: block !important; }

.only-sp {
  display: none !important; }

.img-resp {
  max-width: 100%; }

.img-resp-wd {
  width: 100%; }

/* 共通上下マージン調整 */
.space-top-1 {
  margin-top: 30px !important; }

.space-top-2 {
  margin-top: 50px !important; }

.space-top-3 {
  margin-top: 100px !important; }

.space-bottom-1 {
  margin-bottom: 30px !important; }

.space-bottom-2 {
  margin-bottom: 50px !important; }

.space-bottom-3 {
  margin-bottom: 100px !important; }

/*＝＝＝＝＝　共通パーツ　＝＝＝＝＝*/
p {
  line-height: 1.75; }

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

.a-deco_on {
  color: #00F;
  text-decoration: underline; }

.a_txt-deco {
  color: #009;
  text-decoration: underline;
  word-break: break-all; }
  .a_txt-deco:hover {
    color: #66b;
    text-decoration: underline; }

.txt-red {
  color: #C0262C; }

.txt-erase {
  text-decoration: line-through;
  -webkit-text-decoration-color: #C0262C;
  text-decoration-color: #C0262C; }

.hl-1 {
  font-weight: bold;
  text-align: center;
  font-size: 30px;
  background-image: url(../images/common/bg-hl.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 30px;
  line-height: 1.33; }

.hl-4 .dot, .hl-1 .dot {
  font-weight: bold;
  background-image: url(../images/common/mark-dot.png);
  background-repeat: no-repeat;
  background-position: center 0px;
  padding-top: 10px; }

.hl-2 {
  font-size: 28px; }

.hl-3 {
  font-size: 25px;
  color: #683D25;
  line-height: 1.6;
  text-align: center; }

.hl-4 {
  font-size: 26px;
  background-image: url(../images/common/bg-hl_2.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 20px;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
  margin-top: -5px; }

.hl-5 {
  font-size: 20px;
  color: #683D25;
  text-align: center; }

.hl-6 {
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
  color: #683D25;
  padding-left: 10px;
  border-left-width: 5px;
  border-left-style: solid;
  border-left-color: #683D25;
  text-align: left; }

.hl-7 {
  font-size: 25px;
  text-align: center; }

.hl-8 {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #D6AC5F;
  margin-top: 30px;
  position: relative;
  margin-bottom: 40px; }
  .hl-8 span {
    font-size: 20px;
    line-height: 20px;
    background-color: #FFF;
    text-align: center;
    width: 12em;
    position: absolute;
    top: -11px;
    display: block;
	transform: translateX(-50%);
    left: 50%; }
    .hl-8 span:before {
      content: '';
      background-image: url(../images/other/bg-hl_left.png);
      background-repeat: no-repeat;
      background-position: 0px center;
      background-size: cover;
      height: 20px;
      width: 11px;
      position: absolute;
      top: 0px;
      left: 0px; }
    .hl-8 span:after {
      content: '';
      background-image: url(../images/other/bg-hl_right.png);
      background-repeat: no-repeat;
      background-position: 0px center;
      background-size: cover;
      height: 20px;
      width: 11px;
      position: absolute;
      top: 0px;
      right: 0px; }

.hl-9 {
  font-size: 25px;
  line-height: 1.4;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #D6AC5F;
  padding-bottom: 10px; }

.hl-10 {
  font-size: 18px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #A47644;
  color: #A47644; }
  .hl-10 span {
    font-size: 16px;
    color: #000;
    float: right; }

.hl-12 {
  font-size: 23px; }

b {
	font-weight: bold;
}

.breadcrumb {
  padding-bottom: 20px; }
  .breadcrumb li {
    font-size: 12px;
    float: left;
    padding-right: 5px; }
    .breadcrumb li:after {
      content: '\FF1E';
      font-size: 11px;
      margin-left: 5px; }
    .breadcrumb li:last-child:after {
      content: '';
      display: none; }
    .breadcrumb li a {
      color: #000; }
    .breadcrumb li:last-child a {
      pointer-events: none; }

.hover_op {
  display: block;
  zoom: 1; }
  .hover_op:hover {
    zoom: 1;
    filter: Alpha(opacity=70);
    opacity: 0.7;
    text-decoration: none; }

.btn-1 {
  font-size: 20px;
  color: #FFFFFF;
  background-image: url(../images/common/mark-btn.png);
  background-repeat: no-repeat;
  background-position: 98% center;
  text-align: center;
  min-width: 220px;
  line-height: 40px;
  display: inline-block;
  background-color: #A47644;
  padding-right: 30px;
  padding-left: 25px; }

.btn-2 {
  font-size: 20px;
  color: #FFFFFF;
  background-image: url(../images/common/mark-btn-2.png);
  background-repeat: no-repeat;
  background-position: 2% center;
  text-align: center;
  min-width: 220px;
  line-height: 40px;
  display: inline-block;
  background-color: #A47644;
  padding-right: 30px;
  padding-left: 25px; }

.txt-desc {
  font-size: 30px;
  color: #FFF;
  text-align: center; }
  .txt-desc.pt2 {
    color: #000; }

.place-center {
  text-align: center; }

.sec-border {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #DCB060; }

.sec-border-top {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #DCB060; }

/*.space-container,
section > .container {
	padding-top: 50px;
	padding-bottom: 50px;
}
*/
.space-container {
  padding-top: 50px;
  padding-bottom: 50px; }

.space-container-top {
  padding-top: 50px; }

.space-container-btm {
  padding-bottom: 50px; }

.fade-in {
  opacity: 1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }

.fade-out {
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }
  .fade-out a {
    display: none !important; }

.wrap-title {
  background-image: url(../images/common/bg-cont_1.jpg);
  background-repeat: repeat;
  background-position: 0px 0px;
  border-top-width: 2px;
  border-bottom-width: 2px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-top-color: #D6AC5F;
  border-bottom-color: #D6AC5F;
  min-height: 100px;
  padding-top: 15px;
  padding-bottom: 15px; }

.wd-s {
  width: 700px;
  margin-right: auto;
  margin-left: auto; }

.sub_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
  width: 980px;
  margin-right: auto;
  margin-left: auto; }

.page-plan .sub_nav {
  margin-top: 30px;
  margin-bottom: 40px; }

.sub_nav li {
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 30px; }
  .sub_nav li a {
    line-height: 30px;
    color: #683D25;
    width: 220px;
    padding-left: 15px;
    border: 1px solid #683D25;
    background-image: url(../images/common/mark-1.png);
    background-repeat: no-repeat;
    background-position: 98% center; }

.page-plan .sub_nav li a {
  width: 270px; }

.page-hurry .sub_nav li a {
  width: 260px; }

ul.wrap-page_nav {
  margin-top: 100px;
  margin-bottom: 100px;
  width: 800px;
  margin-right: auto;
  margin-left: auto; }
  ul.wrap-page_nav li {
    float: left;
    width: 50%; }
    ul.wrap-page_nav li a {
      width: 280px;
      margin-right: auto;
      margin-left: auto;
      display: block; }

.wrap-go_top {
  height: 70px;
  width: 70px;
  position: absolute;
  top: -200px;
  right: -100px; }

.sec-message, .sec-point.pt2, .sec-detail, .sec-110ban {
  width: 980px;
  margin-right: auto;
  margin-left: auto; }

/*＝＝＝＝＝　ヘッダー　＝＝＝＝＝*/
.sec-header {
  width: 100%;
  border-top-width: 5px;
  border-top-style: solid;
  border-top-color: #A47644;
  position: relative;
  background-image: url(../images/common/bg-header_top.png);
  background-repeat: no-repeat;
  background-position: center 0px; }
  .sec-header .container {
    height: 155px; }

.logo_main {
  height: 72px;
  width: 323px;
  position: absolute;
  left: 0px;
  top: 20px; }

.nav-main {
  position: absolute;
  width: 100%;
  left: 0px;
  top: 110px; }
  .nav-main > ul {
	display: flex;
	justify-content: space-between;
    height: 30px;
    width: 100%;
    border-collapse: collapse; }
    .nav-main > ul > li {
		flex-grow: 1;
      text-align: center;
      vertical-align: middle;
      display: table-cell;
      border-right-width: 1px;
      border-left-width: 1px;
      border-right-style: solid;
      border-left-style: solid;
      border-right-color: #BFBFBF;
      border-left-color: #BFBFBF;
      height: 30px;
      padding-right: 10px;
      padding-left: 10px; }
	  .nav-main > ul > li.wide {
		  width: 120px;
	  }
      .nav-main > ul > li > a {
		  text-align: center;
        display: block;
        border-bottom-width: 2px;
        border-bottom-style: solid;
        border-bottom-color: #FFFFFF; }

.page-top .nav-main > ul > li:nth-child(1) > a,
.page-about .nav-main > ul > li:nth-child(2) > a,
.page-oyama .nav-main > ul > li:nth-child(3) > a,
.page-family .nav-main > ul > li:nth-child(4) > a,
.page-service .nav-main > ul > li:nth-child(5) > a,
.page-place .nav-main > ul > li:nth-child(6) > a,
.page-form .nav-main > ul > li:nth-child(7) > a {
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #A47644; }

.shop-nav {
	position: absolute;
	left: 35%; top: 30%;
}
.shop-nav a:hover {
	text-decoration: underline;
}

.plan-nav {
	position: absolute;
	left: 46%; top: 28%;
	background-color: #A47644;
	padding: 3px 4px;
}
.plan-nav:hover {
	opacity: 0.7;
}
.plan-nav a {
	display: block;
	border: 1px solid white;
	background-color: #A47644;
	color: white;
	font-weight: bold;
	padding: 0.2em 0.5em;
}

.nav-main > ul > li > a:hover, .nav-main > ul > li > a.hover {
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #A47644; }

.wrap-header_contact {
  width: 404px;
  position: absolute;
  top: 40px;
  right: 0px;
  height: 40px; }
  .wrap-header_contact .btn-contact_header {
    position: absolute;
    top: 0px;
    right: 0px; }
    .wrap-header_contact .btn-contact_header:hover {
      background-image: url(../images/common/btn-contact_header-on.png);
      background-repeat: no-repeat;
      background-position: 0px 0px;
      height: 39px;
      width: 402px; }
      .wrap-header_contact .btn-contact_header:hover img {
        display: none; }
  .wrap-header_contact .btn-tel_header {
    position: absolute;
    right: 0px;
    bottom: 0px; }
  .wrap-header_contact p.time {
    position: absolute;
    top: 12px;
    width: 116px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #000;
    border-bottom-color: #000;
    left: 0;
    font-size: 12px;
    color: #000; }

.btn-header_contact a {
  font-size: 20px;
  background-image: url(../images/common/mark-btn.png);
  background-repeat: no-repeat;
  background-position: 95% center;
  padding-right: 25px;
  display: inline-block;
  position: absolute;
  top: 0px;
  color: #FFF;
  display: inline-block; }

.btn-header_contact.name-hurry a {
  left: 575px; }

.btn-header_contact.name-contact a {
  left: 820px; }

/*＝＝＝＝＝　フッター　＝＝＝＝＝*/
.sec-footer {
  border-top-width: 2px;
  border-top-style: solid;
  border-top-color: #DCB060; }
  .sec-footer .container {
    padding-top: 30px; }

.pagetop {
  display: block;
  height: 100px;
  width: 100px;
  margin-left: -50px;
  position: absolute;
  left: 50%;
  top: -50px; }

.wrap-footer {
  padding-top: 25px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #BFBFBF;
  margin-top: 25px; }

.wrap-fnav {
  clear: both;
  margin-top: -10px;
  margin-bottom: -20px; }
  .wrap-fnav li {
    float: left;
    line-height: 1;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 10px; }
    .wrap-fnav li a {
      font-size: 14px; }
      .wrap-fnav li a:before {
        content: '\FF1E';
        color: #683D25;
        font-size: 12px;
        padding-right: 5px; }
    .wrap-fnav li:first-of-type {
      border-left-style: none; }

.wrap-footer .wrap-sub {
  float: left;
  height: 95px;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #BFBFBF; }
  .wrap-footer .wrap-sub:first-of-type {
    border-left: none; }

.wrap-footer .f-address address {
  font-size: 14px;
  line-height: 1.4;
  width: 250px; }
  .wrap-footer .f-address address img {
    display: block;
    margin-bottom: 10px; }

.wrap-footer .f-info {
  width: 480px; }
  .wrap-footer .f-info ul {
    display: table;
    height: 25px;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 8px 0; }
    .wrap-footer .f-info ul li {
      text-align: center;
      vertical-align: middle;
      display: table-cell;
      width: 130px;
      margin: 0 8px;
      background: #C1272D;
      color: #FFF;
      border-radius: 3px;
      font-size: 14px;
      line-height: 25px; }
  .wrap-footer .f-info a {
    display: block;
    height: 38px;
    width: 359px;
    margin-top: 15px;
    margin-right: auto;
    margin-left: auto; }

.wrap-footer .f-contact {
  width: 250px; }
  .wrap-footer .f-contact a {
    float: right; }

.copytight {
  line-height: 50px;
  text-align: center;
  margin-top: 30px;
  font-size: 12px; }

/*＝＝＝＝＝　メインコンテンツ　＝＝＝＝＝*/
.sec-main {
  padding-top: 20px;
  position: relative; }

.sec-kv {
  text-align: center; }

#sec-bunner{
	width: 1025px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

#sec-bunner p a img{
	width: 100%;
}

/*＝＝＝＝＝　トップコラム　＝＝＝＝＝*/
.sec-column {
  padding-top: 50px; }
  .sec-column a:hover {
    opacity: 0.7; }
  .sec-column ul {
    margin-top: 50px;
    margin-bottom: 40px;
    font-size: 0; }
    .sec-column ul li {
      display: inline-block;
      width: 230px;
      border: none;
      margin-right: 20px;
      vertical-align: top;
      font-size: 16px; }
      .sec-column ul li:last-child {
        margin-right: 0; }
      .sec-column ul li p {
        margin: 10px 0; }
  .sec-column .caption p a {
    text-decoration: underline; }
  .sec-column .thumbnail {
    margin-bottom: 20px;
    background-size: cover;
    border: #CCC 1px solid; }

.thumbnail {
  position: relative;
  overflow: hidden;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  vertical-align: top; }
  .thumbnail:before {
    content: "";
    padding-top: 100%;
    display: block; }
  .thumbnail img {
    display: none; }

/*＝＝＝＝＝　お知らせ　＝＝＝＝＝*/
.sec-news {
  padding-top: 50px; }
  .sec-news ul {
    width: 800px;
    margin-right: auto;
    margin-left: auto;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #CCC;
    margin-top: 30px; }
    .sec-news ul li {
      border-bottom-width: 1px;
      border-bottom-style: solid;
      border-bottom-color: #CCC; }
      .sec-news ul li .news_date {
        padding-right: 20px;
        padding-left: 20px;
        float: left;
        width: 140px; }
      .sec-news ul li .news_title {
        padding-right: 40px;
        padding-left: 20px;
        float: right;
        width: 660px; }
      .sec-news ul li a {
        padding-top: 10px;
        padding-bottom: 10px;
        display: block; }
        .sec-news ul li a:hover {
          text-decoration: none;
          background-color: #F0F8FF; }
  .sec-news .btn-1 {
    margin-top: 30px; }

/*＝＝＝＝＝　プラン(トップ)　＝＝＝＝＝*/
.wrap-plan {
  margin-top: 15px;
  margin-bottom: 15px; }

.cont-plan {
  text-align: center;
  float: left;
  width: 33.3333%;
  position: relative; }
  .cont-plan .txt-price, .cont-plan .txt-price-normal {
    padding-left: 50px; }
  .cont-plan p {
    margin-bottom: 25px; }
  .cont-plan img {
    margin-bottom: 15px; }
  .cont-plan a {
    display: block;
    padding-top: 15px; }
	.cont-plan a h3.hl-12 span {
		font-size: 14px;
	}

.sec-plan .btn-1 {
  /* [disabled]margin-top:30px; */ }

/*＝＝＝＝＝　選ばれる理由　＝＝＝＝＝*/
.sec-bg_on {
  background-image: url(../images/common/bg-cont_1.jpg);
  background-repeat: repeat;
  background-position: 0px 0px; }

.sec-banner {
  background-image: url(../images/common/bg-cont_1.jpg);
  background-repeat: repeat;
  background-position: 0px 0px;
  border-top-width: 2px;
  border-top-style: solid;
  border-top-color: #DCB060;
  margin-top: 50px; }

.sec-point.pt2 {
  background-image: none; }

.sec-point .list-point {
  padding-top: 50px;
  padding-bottom: 50px; }

.page-top .sec-point .list-point {
  padding-top: 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.page-top .sec-point .list-point li {
	width: 23%;
	border: 1px solid #DCB060;
	padding: 1em;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sec-point.pt2 .list-point {
  width: 810px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
  padding-bottom: 0px;
  padding-left: 60px; }

.sec-point .list-point li {
  text-align: center;
  float: left;
  width: 20%; }

.sec-point.pt2 .list-point li {
  text-align: center;
  float: left;
  width: 300px;
  height: 110px;
  margin-right: 70px;
  margin-bottom: 40px; }

.sec-point.pt2 .list-point img {
  float: left;
  height: auto;
  width: 100px;
  margin-top: -15px; }

.sec-point.pt2 .list-point li:first-of-type img {
  margin-top: 0px; }

.sec-point .list-point span {
  text-align: center;
  display: block;
  font-size: 18px; }

.sec-point.pt2 .list-point span {
  font-size: 16px;
  width: 170px;
  float: right;
  text-align: left; }

.sec-point .banner-voice {
  margin-top: 50px; }

.txt-voice_desc {
  width: 700px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto; }

/*＝＝＝＝＝　斎場のご案内　＝＝＝＝＝*/
/*.sec-saijyo ul {
	margin-top: 20px;
	margin-bottom: 50px;
	width: 1360px;
	margin-left: auto;
	margin-right: auto;
}
.sec-saijyo ul li {
	float: left;
	width: 300px;
	margin-right: 20px;
	margin-left: 20px;
}
.sec-saijyo ul li:last-child {
	margin-right: 0px;
}
*/
.sec-saijyo ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 50px;
  width: 1360px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  justify-content: center;
  margin-right: auto;
  margin-left: auto; }
  .sec-saijyo ul li {
    float: none;
    width: 300px;
    margin-right: 20px;
    margin-left: 20px; }
    .sec-saijyo ul li strong {
      font-size: 22px;
      text-align: center;
      display: block;
      padding-top: 15px;
      padding-bottom: 10px; }
	  .sec-saijyo ul li strong span {
		  font-size: 16px;
		  display: block;
		  line-height: 1;
	  }
    .sec-saijyo ul li span {
      color: #683D25; }

/*＝＝＝＝＝　エリア　＝＝＝＝＝*/
.sec-area .list-area {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px; }
  .sec-area .list-area li {
    display: inline;
    margin-left: -0.3em; }
    .sec-area .list-area li:after {
      content: "／"; }
    .sec-area .list-area li:last-of-type:after {
      content: ""; }

.sec-advise {
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 50px;
  padding-left: 20px;
  border: 5px solid #A47644;
  border-radius: 5px;
  width: 900px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 50px; }
  .sec-advise ul {
    margin-left: 140px;
    padding-top: 40px;
    padding-bottom: 50px; }
    .sec-advise ul li {
      float: left;
      width: 300px;
      margin-right: 40px; }
      .sec-advise ul li strong {
        font-size: 18px;
        color: #683D25;
        white-space: nowrap;
        display: block;
        padding-top: 15px;
        padding-bottom: 10px; }

.sec-area .wrap-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center; }
  .sec-area .wrap-area .area {
    width: 50%; }

.sec-area .wrap-saijyo {
  width: 50%; }
  .sec-area .wrap-saijyo li {
    padding-top: 20px;
    padding-bottom: 20px; }
    .sec-area .wrap-saijyo li a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .sec-area .wrap-saijyo li img {
      width: 300px; }
	.sec-area .wrap-saijyo li p:not(:first-of-type) {
        margin-left: 20px;
	}
    .sec-area .wrap-saijyo li p strong {
      display: block;
      font-size: 22px;
      padding-bottom: 10px; }
	  .sec-area .wrap-saijyo li p strong span {
	  	font-size: 16px;
	  }

/*＝＝＝＝＝ 関連サービス(トップページ) ＝＝＝＝＝*/
.list-service_top {
  text-align: center;
  font-size: 0px;
  padding-top: 50px;
  padding-bottom: 50px; }
  .list-service_top li {
    display: inline-block;
    text-align: left;
    width: 230px;
    margin-right: 20px;
    font-size: 0px;
    vertical-align: middle;
    min-height: 325px; }
    .list-service_top li p {
      font-size: 15px; }
    .list-service_top li:last-child {
      margin-right: 0px; }
    .list-service_top li b {
      font-size: 18px;
      text-align: center;
      display: block;
      padding-top: 10px;
      padding-bottom: 5px; }

/*＝＝＝＝＝　バナーエリア　＝＝＝＝＝*/
.sec-banner ul {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center; }
  .sec-banner ul li {
    display: inline-block;
    margin-right: 10px;
    width: 300px; }
	.sec-banner ul li a.btn-1 {
		font-size: 16px;
	}
    .sec-banner ul li img {
      width: 100%; }
    .sec-banner ul li:last-of-type {
      margin-right: 0px; }

/*5つ
.sec-banner ul {
	padding-top: 20px;
	padding-bottom: 20px;
}
.sec-banner ul li{
	float: left;
	margin-right: 10px;
}
.sec-banner ul li:last-of-type{
	margin-right: 0px;
}
*/
/*＝＝＝＝＝　追従フッター　＝＝＝＝＝*/
.wrap-contact_fixed {
  background-color: rgba(238, 228, 218, 0.9);
  position: fixed;
  left: 0px;
  width: 100%;
  z-index: 9999;
  height: 100px;
  bottom: 0px; }
  .wrap-contact_fixed .cf_msg {
    font-size: 14px;
    position: absolute;
	width: 210px;
    left: 0px;
    top: 20px;
    line-height: 1.4;
    color: #000; }
    .wrap-contact_fixed .cf_msg strong {
      display: block;
      font-size: 40px;
      color: #A47644; }
  .wrap-contact_fixed .cf_tel {
    position: absolute;
    left: 305px;
    top: 45px; }
    .wrap-contact_fixed .cf_tel img {
      width: 100%; }
  .wrap-contact_fixed .cf_tel_msg {
    position: absolute;
    left: 300px;
    top: 20px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 366px;
    height: 20px; }
    .wrap-contact_fixed .cf_tel_msg li {
      text-align: center;
      width: 30%;
      float: left;
      background: #C1272D;
      color: #FFF;
      border-radius: 3px;
      font-size: 12px;
      line-height: 20px;
      margin-left: 2.5%; }
  .wrap-contact_fixed .btn-1 {
    position: absolute;
    left: 740px;
    top: 30px;
    min-width: inherit;
    width: 260px; }

/*
.wrap-contact_fixed .cf_tel{
	position: absolute;
	left: 410px;
	top: 20px;
	width: 310px;
}
.wrap-contact_fixed .cf_tel img{
	width: 100%;
}
.wrap-contact_fixed .cf_tel_msg {
	position: absolute;
	left: 410px;
	top: 60px;
	font-size: 12px;
}
*/
.container .cf_man {
  position: absolute;
  bottom: -100px;
  right: 0px; }

/*人物あり
.wrap-contact_fixed {
	background-color: rgba(238,228,218,.9);
	position: fixed;
	left: 0px;
	width: 100%;
	z-index: 9999;
	height: 100px;
	bottom: 0px;
}
.wrap-contact_fixed .cf_msg {
	font-size: 20px;
	position: absolute;
	left: 0px;
	top: 10px;
	line-height: 1.4;
	color: #683D25;
}
.wrap-contact_fixed .cf_msg span{
	display: block;
}
.wrap-contact_fixed .cf_msg strong{
	font-size: 33px;
}
.wrap-contact_fixed .cf_tel{
	position: absolute;
	left: 330px;
	top: 20px;
	width: 310px;
}
.wrap-contact_fixed .cf_tel img{
	width: 100%;
}
.wrap-contact_fixed .cf_tel_msg {
	position: absolute;
	left: 330px;
	top: 60px;
	font-size: 12px;
}
.wrap-contact_fixed .btn-1 {
	position: absolute;
	left: 670px;
	top: 30px;
	min-width:inherit;
	width: 180px;
}
.container .cf_man {
	position: absolute;
	bottom: -100px;
	right: 0px;
}
*/
.img-footer_book {
  display: block;
  position: absolute;
  right: -20px;
  top: -70px; }

/*＝＝＝＝＝　埼玉あんしん葬祭について 　＝＝＝＝＝*/
.sec-message .container {
  padding-right: 140px;
  padding-left: 140px; }

.sec-message p {
  margin-top: 30px; }

.sec-spec {
  margin-top: 30px; }
  .sec-spec p {
    font-size: 14px;
    text-align: center; }
  .sec-spec ul {
    width: 800px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px; }
  .sec-spec li {
    float: left;
    width: 150px;
    margin-left: 40px;
    text-align: center;
    height: 200px;
    position: relative; }
    .sec-spec li .wrap-spec {
      background-color: #C1272D;
      height: 150px;
      width: 150px;
      color: #FFF;
      vertical-align: middle;
      display: table-cell;
      border-radius: 50%;
      line-height: 1.2; }
    .sec-spec li span {
      margin-bottom: 10px;
      text-align: center;
      display: block; }
    .sec-spec li .wrap-spec b {
      font-size: 36px;
      font-weight: normal; }

/*＝＝＝＝＝　店舗案内　＝＝＝＝＝*/
.sec-detail ul {
  width: 700px;
  padding-top: 10px;
  text-align: center; }
  .sec-detail ul li {
    display: inline; }

/*２つのとき
.sec-detail ul li {
	float: left;
	margin-right: 20px;
}
*/
.table-1 {
  width: 100%;
  clear: both;
  margin-top: 30px; }
  .table-1 th, .table-1 td {
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #000;
    border-bottom-color: #000;
    line-height: 1.75;
    padding-top: 10px;
    padding-bottom: 10px; }
  .table-1 th a, .table-1 td a {
    word-break: break-all; }
  .table-1 th {
    padding-left: 30px;
    width: 190px; }

.wrap-hl {
  position: relative;
  display: inline-block;
  padding-right: 120px;
  margin-bottom: 30px; }
  .wrap-hl span {
    font-size: 14px;
    line-height: 25px;
    color: #FFF;
    background-color: #C1272D;
    text-align: center;
    height: 25px;
    width: 100px;
    position: absolute;
    top: -2px;
    right: 0px; }

.sec-jizen {
  margin-top: 50px; }

.sec-consulting {
  margin-top: 50px;
  margin-bottom: 50px; }

.sec-110ban > .container > img {
  margin-bottom: 20px; }

.sec-access {
  width: 900px;
  margin-right: auto;
  margin-left: auto; }
  .sec-access a {
    color: #00F;
    text-decoration: underline; }

/*＝＝＝＝＝　利用斎場・火葬場　＝＝＝＝＝*/
.sec-place {
  background-image: url(../images/common/bg-cont_1.jpg);
  background-repeat: repeat;
  background-position: 0px 0px;
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 50px;
  border-top-width: 2px;
  border-top-style: solid;
  border-top-color: #D6AC5F; }
  .sec-place:first-of-type {
    margin-top: 0px; }
  .sec-place table {
    width: 700px;
    margin-right: auto;
    margin-left: auto; }
  .sec-place .wrap-place {
    width: 920px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px; }
    .sec-place .wrap-place img {
      display: block;
      width: 920px;
      margin-right: auto;
      margin-left: auto;
      margin-bottom: 30px; }
    .sec-place .wrap-place p {
      width: 700px;
      margin-right: auto;
      margin-left: auto; }
  .sec-place.pt2 .wrap-place img {
    float: left;
    width: 460px;
    margin-bottom: 0px; }
  .sec-place.pt2 .wrap-place p {
    float: right;
    width: 420px; }
  .sec-place.pt3 {
    padding-bottom: 0; }
    .sec-place.pt3 .wrap-place p {
      width: 700px;
      margin-right: auto;
      margin-left: auto; }

.page-place .wrap-title {
  margin-bottom: 50px; }

.page-place .wrap-page_nav {
  padding-top: 100px; }

/*＝＝＝＝＝　プライバシーポリシー　＝＝＝＝＝*/
.sec-policy ol {
  padding-left: 2em; }
  .sec-policy ol li {
    list-style-position: outside;
    list-style-type: decimal;
    margin-bottom: 30px; }

.sec-policy address {
  margin-top: 50px; }
  .sec-policy address b {
    font-weight: bold;
    color: #683D25; }

/*＝＝＝＝＝　プラン　＝＝＝＝＝*/
.plan_list_item {
  width: 980px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 50px;
  margin-bottom: 50px; }
  .plan_list_item li {
    float: left;
    margin-right: 20px; }
    .plan_list_item li:last-of-type {
      margin-right: 0px; }

.wrap-plan_list {
  width: 980px;
  margin-right: auto;
  margin-left: auto;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #D6AC5F;
  padding-top: 50px;
  clear: both;
  margin-top: 50px; }

.cont-plan_list {
  width: 100%;
  margin-bottom: 100px;
  padding-left: 490px;
  position: relative; }
  .cont-plan_list .plan_list_img {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px; }
  .cont-plan_list .txt-price, .cont-plan_list .txt-price-normal {
    margin-bottom: 20px;}
  .cont-plan_list h2 {
    margin-bottom: 10px; }
  .cont-plan_list .plan_price {
    font-weight: bold;
    margin-top: 25px; }
    .cont-plan_list .plan_price img {
      display: block;
      margin-top: 5px; }
  .cont-plan_list:first-of-type .plan_price img {
    margin-left: -20px; }

.page-plan .wrap-title, .page-hurry .wrap-title {
  margin-bottom: 50px; }

.sec-plan_detail {
  clear: both;
  background-color: #EDE4DA;
  padding-top: 10px;
  padding-right: 30px;
  padding-bottom: 20px;
  padding-left: 30px;
  clear: both;
  margin-bottom: 50px; }
  .sec-plan_detail .plan_detail_hl {
    margin-top: 40px;
    float: left;
    margin-right: 20px;
    font-weight: bold; }
    .sec-plan_detail .plan_detail_hl.pt2 {
      margin-top: 25px; }
  .sec-plan_detail .plan_detail_hl2 {
    font-weight: bold;
    clear: both;
    padding: 10px 20px;
    background-color: #FFF; }
  .sec-plan_detail .plan_detail_price {
    font-size: 27px;
    margin-top: -10px;
    display: inline-block;
    white-space: nowrap; }
    .sec-plan_detail .plan_detail_price b {
      font-size: 60px; }
    .sec-plan_detail .plan_detail_price small {
      font-size: 18px;
      font-weight: bold;
      margin-right: -5px;
      margin-left: -10px; }
  .sec-plan_detail .plan_detail_price_sisetsu {
    white-space: nowrap;
    display: inline-block;
    font-size: 26px;
    font-weight: bold;
    background-image: url(../images/common/icon-plus.png);
    background-repeat: no-repeat;
    background-position: 0px center;
    padding-left: 40px;
    margin-right: -20px; }
    .sec-plan_detail .plan_detail_price_sisetsu small {
      margin-left: -5px;
      font-size: 18px; }

.sec-plan_detail_content {
  width: 640px;
  background-color: #FFF;
  clear: both;
  padding-top: 15px;
  padding-right: 20px;
  padding-bottom: 15px;
  padding-left: 20px;
  margin-bottom: 5px; }

.sec-plan_detail ul {
  margin-top: 10px;
  width: 614px; }
  .sec-plan_detail ul li {
    font-size: 18px;
    line-height: 40px;
    color: #EDE4DA;
    background-color: #A47644;
    text-align: center;
    float: left;
    height: 40px;
    width: 140px;
    margin-right: 13.33px;
    margin-bottom: 10px; }
    .sec-plan_detail ul li.plan_detail_none {
      background-color: #CCC;
      color: #FFF; }

.sec-plan_detail_flow .flow_list {
  margin-top: 10px;
  border: #A47644 1px solid; }

.sec-plan_detail_flow .flow_title {
  background-color: #A47644;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF; }

.sec-plan_detail_flow .flow_detail {
  padding: 20px 20px;
  font-size: 18px;
  font-weight: bold; }

.sec-plan_detail_flow .flow_btm {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 16px 0 16px;
  border-color: #A47644 transparent transparent transparent;
  margin: 0 auto;
  content: none; }

.sec-plan_detail .plan {
  background-color: #FFF;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 10px;
  margin-bottom: 10px; }

.sec-plan_detail .sec-plan_detail_price {
  margin-top: 30px; }
  .sec-plan_detail .sec-plan_detail_price.pt2 {
    margin-top: 0px; }
  .sec-plan_detail .sec-plan_detail_price table {
    width: 100%;
    margin-top: 5px; }
    .sec-plan_detail .sec-plan_detail_price table caption {
      padding-top: 5px; }
    .sec-plan_detail .sec-plan_detail_price table tr th {
      background-color: #FFF;
      border-top-width: 1px;
      border-bottom-width: 1px;
      border-top-style: solid;
      border-bottom-style: solid;
      border-top-color: #000;
      border-bottom-color: #000;
      padding-top: 5px;
      padding-right: 20px;
      padding-bottom: 5px;
      padding-left: 20px; }
    .sec-plan_detail .sec-plan_detail_price table tr td {
      background-color: #FFF;
      border-top-width: 1px;
      border-bottom-width: 1px;
      border-top-style: solid;
      border-bottom-style: solid;
      border-top-color: #000;
      border-bottom-color: #000;
      padding-top: 5px;
      padding-right: 20px;
      padding-bottom: 5px;
      padding-left: 20px; }
      .sec-plan_detail .sec-plan_detail_price table tr td:last-child br {
        display: none; }
    .sec-plan_detail .sec-plan_detail_price table tr th {
      font-weight: bold; }
      .sec-plan_detail .sec-plan_detail_price table tr th:nth-child(1) {
        width: 230px; }
      .sec-plan_detail .sec-plan_detail_price table tr th:nth-child(2) {
        /* [disabled]width:150px; */ }
      .sec-plan_detail .sec-plan_detail_price table tr th:nth-child(2) {
        border-right-width: 1px;
        border-left-width: 1px;
        border-right-style: solid;
        border-left-style: solid;
        border-right-color: #000;
        border-left-color: #000; }
    .sec-plan_detail .sec-plan_detail_price table tr td:nth-child(2) {
      border-right-width: 1px;
      border-left-width: 1px;
      border-right-style: solid;
      border-left-style: solid;
      border-right-color: #000;
      border-left-color: #000; }
    .sec-plan_detail .sec-plan_detail_price table tr th:last-child, .sec-plan_detail .sec-plan_detail_price table tr td:last-child {
      border-right: none; }

.sec-plan_flow {
  width: 980px;
  margin-right: auto;
  margin-left: auto;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #D6AC5F;
  padding-top: 50px; }

.wrap-flow_list dl, .sec-plan_flow dl {
  width: 700px;
  margin-right: auto;
  margin-left: auto; }

.wrap-flow_list dl dt, .sec-plan_flow dl dt {
  height: 100px;
  width: 100px;
  float: left;
  position: relative; }

.wrap-flow_list dl dt span, .sec-plan_flow dl dt span {
  font-size: 18px;
  color: #A47644;
  background-image: url(../images/common/bg-cont_1.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  height: 100px;
  width: 100px;
  border: 1px solid #A47644;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  border-radius: 50%;
  line-height: 1.22;
  margin-bottom: 30px;
  padding-top: 4px; }

@media (min-width: 421px) {
  .wrap-flow_list dl dt span, .sec-plan_flow dl dt span {
    height: 100px !important;
    width: 100px !important; } }

.wrap-flow_list dl dt:after, .sec-plan_flow dl dt:after {
  content: "";
  background-image: url(../images/common/mark-2.png);
  display: block;
  height: 11px;
  width: 21px;
  position: absolute;
  left: 40px;
  top: 111px; }

.wrap-flow_list dl dt:last-of-type:after, .sec-plan_flow dl dt:last-of-type:after {
  content: "";
  background-image: none; }

.wrap-flow_list dl dd, .sec-plan_flow dl dd {
  float: left;
  height: auto;
  min-height: 130px;
  width: 570px;
  margin-left: 30px; }

.wrap-flow_list dl dd span, .sec-plan_flow dl dd span {
  height: 100px;
  width: 570px;
  vertical-align: middle;
  display: table-cell; }

/*＝＝＝＝＝　お問い合わせ　＝＝＝＝＝*/
.sec-contact h3 {
  margin-top: 50px;
  margin-bottom: 30px; }

.btn_contact_tel {
  margin-bottom: 5px; }

#page-top .aa_wrap {
  position: relative; }

.wrap-mielca {
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 50px; }

.page-contact .wrap-mielca {
  margin-top: -20px; }

.wrap-mielca iframe {
  width: 100%;
  border: none; }

.page-contact_thanks .sec-contact p {
  margin-bottom: 50px; }

.banner_tone {
  display: block;
  margin-right: auto;
  margin-left: auto;
  height: 80px;
  width: 500px;
  margin-top: 50px; }

/*＝＝＝＝＝　安心品質　＝＝＝＝＝*/
.sec-quality .container {
  padding-right: 140px;
  padding-left: 140px; }

.list-quality {
  margin-right: auto;
  margin-left: auto; }
  .list-quality li {
    text-align: center;
    float: left;
    width: 33.333%; }
    .list-quality li span {
      display: block;
      text-align: center;
      font-size: 18px;
      color: #A47644;
      padding-top: 30px; }
	.list-quality li img {
		height: auto !important;
		max-width: 100%;
	}

.sec-quality p {
  margin-top: 30px; }

/*＝＝＝＝＝ 選ばれる理由 ＝＝＝＝＝*/
.sec-reason .container {
  padding-right: 140px;
  padding-left: 140px; }

.sec-reason .list-reason {
  margin-top: 30px; }
  .sec-reason .list-reason li {
    padding-left: 150px;
    position: relative;
    margin-bottom: 50px; }
    .sec-reason .list-reason li:last-child {
      margin-bottom: 0px; }
    .sec-reason .list-reason li img {
      margin-top: -62.5px;
      position: absolute;
      left: 0px;
      top: 50%; }
    .sec-reason .list-reason li p {
      margin-top: 20px; }

.banner-voice {
  width: 600px;
  margin-right: auto;
  margin-left: auto; }

/*＝＝＝＝＝ 各種サービス ＝＝＝＝＝*/
.wrap-service_info {
  padding-bottom: 30px; }
  .wrap-service_info .sub_nav li a {
    width: 200px;
    background-position: 175px center; }
  .wrap-service_info p {
    margin-top: 30px;
    text-align: center; }

.table-service_price {
  width: 100%; }
  .table-service_price thead tr th, .table-service_price thead tr td {
    text-align: center;
    vertical-align: middle; }
  .table-service_price tr th, .table-service_price tr td {
    font-size: 16px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #000;
    border-bottom-color: #000;
    vertical-align: middle;
    padding-right: 1em;
    padding-left: 1em; }
  .table-service_price tr th:nth-child(2), .table-service_price tr td:nth-child(2) {
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #000;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #000;
    width: 200px; }
  .table-service_price tbody tr td:nth-child(2) {
    text-align: right; }
  .table-service_price tbody tr th {
    width: 240px; }
  .table-service_price tbody tr:nth-child(odd) th, .table-service_price tbody tr:nth-child(odd) td {
    background-color: #F6F2ED; }

.sec-powder .table-service_price {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 30px;
  margin-bottom: 30px; }
  .sec-powder .table-service_price tbody tr td {
    border-right-style: none; }
    .sec-powder .table-service_price tbody tr td:first-of-type {
      text-align: left; }

.sec-embalming_tokuchou p {
  clear: both;
  margin-top: 30px; }

.list-embalming {
  width: 1000px;
  margin-left: -150px; }
  .list-embalming li {
    float: left;
    width: 33.333%;
    padding-right: 30px;
    padding-left: 30px;
    font-size: 14px; }
    .list-embalming li b {
      font-size: 18px;
      text-align: center;
      display: block;
      color: #A47644;
      margin-bottom: 10px; }

.sec-hansou_price p {
  font-size: 14px;
  color: #666; }

.img-servise {
  margin-bottom: 20px; }

.sec-embalming_tokuchou {
  margin-top: 50px; }

/*＝＝＝＝＝ お客様の声 ＝＝＝＝＝*/
.wrap-voice .arc-voice .wrap-voice_customer .hl-9 {
  clear: none;
  float: right;
  width: 320px; }

.wrap-voice .arc-voice .wrap-voice_customer .wrap-voice_customer_img {
  float: left;
  width: 320px;
  margin-right: 60px; }
  .wrap-voice .arc-voice .wrap-voice_customer .wrap-voice_customer_img img {
    width: 100%; }

.wrap-voice .arc-voice .wrap-voice_customer ul {
  float: right;
  width: 320px; }
  .wrap-voice .arc-voice .wrap-voice_customer ul li {
    display: inline-block;
    padding-top: 10px;
    font-size: 16px;
    padding-right: 10px; }

.wrap-voice .arc-voice .wrap-voice_handwrite {
  text-align: center;
  margin-top: 30px; }
  .wrap-voice .arc-voice .wrap-voice_handwrite .wrap-img_handwrite {
    height: 240px;
    width: 330px;
    border: 1px solid #CCC;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding: 10px; }
    .wrap-voice .arc-voice .wrap-voice_handwrite .wrap-img_handwrite img {
      width: 100%; }
  .wrap-voice .arc-voice .wrap-voice_handwrite p {
    padding-top: 10px; }

.wrap-voice .arc-voice .list-voice_qa {
  margin-top: 50px; }
  .wrap-voice .arc-voice .list-voice_qa dt {
    color: #683D25;
    background-color: #F6F2ED;
    padding-right: 0.5em;
    padding-left: 0.5em;
    padding-top: 5px;
    padding-bottom: 5px; }
  .wrap-voice .arc-voice .list-voice_qa dd {
    margin-bottom: 30px;
    padding-top: 5px;
    padding-right: 0.5em;
    padding-bottom: 5px;
    padding-left: 0.5em; }

.wrap-sougi_img {
  width: 1040px;
  margin-left: -170px; }
  .wrap-sougi_img .list-sougi_img {
    text-align: center; }
    .wrap-sougi_img .list-sougi_img li {
      margin-right: 0px;
      display: inline-table; }
      .wrap-sougi_img .list-sougi_img li:last-child {
        margin-right: 0px; }

.wrap-from_staff {
  background-color: #EFE6DD;
  padding: 30px;
  margin-top: 50px;
  position: relative;
  margin-bottom: 30px; }
  .wrap-from_staff .hl-10 {
    float: left;
    width: 360px; }
  .wrap-from_staff .txt-staff {
    float: left;
    width: 360px;
    margin-top: 10px; }
  .wrap-from_staff .wrap-staff_img {
    float: right;
    width: 260px; }
  .wrap-from_staff.pt-staff_img_none .hl-10, .wrap-from_staff.pt-staff_img_none .txt-staff {
    float: none;
    width: auto; }
  .wrap-from_staff .txt-kyoka {
    position: absolute;
    right: 0px;
    bottom: -1.8em; }
  .wrap-from_staff.pt-staff_img_none .wrap-staff_img {
    display: none; }

.wrap-contact_btnlist {
  padding-top: 30px;
  width: 900px;
  margin-right: auto;
  margin-left: auto; }

.page-voice .wrap-contact_btnlist {
  background-color: #F0E7DE;
  padding-top: 30px;
  margin-bottom: 100px;
  width: 100%; }

/*＝＝＝＝＝ 問い合わせボタン ＝＝＝＝＝*/
.wrap-c_b_btn {
  width: 700px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 30px; }
  .wrap-c_b_btn .wrap-inner {
    background-color: #FFF;
    display: block;
    height: 150px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    border: 3px solid #A47644;
    border-radius: 10px;
    padding-top: 20px; }
  .wrap-c_b_btn a.wrap-inner {
    background-image: url(../images/common/mark-3.png);
    background-repeat: no-repeat;
    background-position: 98% center; }

.pt-lowp .wrap-c_b_btn a.wrap-inner {
  /*	background-image: url(../images/common/mark-6.png);
  	background-repeat: no-repeat;
  	background-position: center 95%;
  */ }

.wrap-c_b_btn .title-mail_btn {
  font-size: 25px;
  color: #A47644;
  line-height: 1.4;
  padding-bottom: 5px; }

.wrap-c_b_btn .title-tel_btn {
  color: #C0262C;
  padding-bottom: 5px; }

.wrap-inner .btn-tel {
  padding-bottom: 10px; }

.m-function_images li {
  float: left;
  margin-right: 15px;
  margin-top: 15px; }
  .m-function_images li img {
    width: 100%; }

.lb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  -webkit-transition: .3s opacity ease;
  -o-transition: .3s opacity ease;
  transition: .3s opacity ease;
  z-index: -1; }
  .lb img {
    width: auto !important;
    max-height: 100% !important;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transition: .4s transform ease;
    -o-transition: .4s transform ease;
    transition: .4s transform ease;
    pointer-events: none; }
  .lb:target {
    opacity: 1;
    z-index: 103; }
    .lb:target img {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }
  .lb::before, .lb::after {
    display: block;
    position: fixed;
    content: "";
    width: 24px;
    height: 3px;
    top: 24px;
    right: 12px;
    background: #fff;
    border-radius: 4px; }
  .lb::before {
    -webkit-transform: rotate(-315deg);
    -ms-transform: rotate(-315deg);
    transform: rotate(-315deg); }
  .lb::after {
    -webkit-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    transform: rotate(315deg); }

/*＝＝＝＝＝ テキスト化テスト ＝＝＝＝＝*/
@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 700;
  src: url(../font/NotoSerifCJKjp-Bold_light.otf) format("opentype");
  font-display: swap; }

@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 400;
  src: url(../font/NotoSerifCJKjp-Regular_light.otf) format("opentype");
  font-display: swap; }

.test-price {
  font-family: 'Noto Serif Japanese', sans-serif;
  color: #693D25;
  text-shadow: -1px -1px 0px #FFFFFF, 1px -1px 0px #FFFFFF, 1px 1px 0px #FFFFFF, -1px 1px 0px #FFFFFF, 1px 2px 3px rgba(0, 0, 0, 0.6);
  font-size: 60px;
  letter-spacing: -2px;
  font-weight: bold; }
  .test-price > span {
    font-size: 40px;
    margin-right: -5px;
    margin-left: -5px; }
  .test-price small {
    font-size: 24px; }
    .test-price small span {
      font-size: 18px; }

/*＝＝＝＝＝ グループ情報スペック ＝＝＝＝＝*/
.sec-spec {
  margin-top: 30px;
  margin-bottom: 30px; }
  .sec-spec p {
    font-size: 14px;
    text-align: center; }
  .sec-spec ul {
    width: 800px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px; }
  .sec-spec li {
    float: left;
    width: 150px;
    margin-left: 40px;
    text-align: center;
    height: 200px;
    position: relative; }
    .sec-spec li .wrap-spec {
      background-color: #C1272D;
      height: 150px;
      width: 150px;
      color: #FFF;
      vertical-align: middle;
      display: table-cell;
      border-radius: 50%;
      line-height: 1.2; }
    .sec-spec li span {
      margin-bottom: 10px;
      text-align: center;
      display: block; }
    .sec-spec li .wrap-spec b {
      font-size: 36px;
      font-weight: normal; }

/*＝＝＝＝＝ お急ぎページ ＝＝＝＝＝*/
.txt-group {
  font-size: 30px;
  line-height: 1.4;
  background-color: #EDE4DA;
  text-align: center;
  padding-top: 35px;
  padding-bottom: 40px;
  margin-top: 40px;
  margin-bottom: 40px;
  vertical-align: middle; }
  .txt-group strong {
    color: #C0262C;
    line-height: 1.6; }
    .txt-group strong b {
      font-size: 50px; }

.wrap-example {
  background-image: url(../images/common/bg-cont_1.jpg);
  background-repeat: repeat;
  background-position: 0px 0px;
  padding: 55px;
  width: 700px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #A47644;
  position: relative;
  z-index: -1;
  margin-top: 30px; }
  .wrap-example.pt2 {
    z-index: 1; }
  .wrap-example .list-example {
    position: relative; }

.sec-gokitoku .wrap-example:after, .sec-if_flow .wrap-example:after {
  content: '';
  background-image: url(../images/other/img-hurry_woman.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  display: block;
  height: 277px;
  width: 183px;
  position: absolute;
  right: -30px;
  bottom: 0px; }

.wrap-example .list-example li, .wrap-example .list-example dt {
  font-size: 20px;
  background-image: url(../images/other/icon-check.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  padding-left: 50px;
  padding-top: 7px;
  margin-bottom: 10px; }

.wrap-example .list-example dd {
  font-size: 16px;
  width: 470px;
  padding-left: 50px;
  margin-bottom: 10px; }

.wrap-okomari_hurry .img-hurry_message {
  display: block;
  height: 277px;
  width: 668px;
  margin-left: 280px;
  margin-top: -80px; }

.page-hurry .sec-okomari {
  margin-top: 50px;
  border-top-width: 2px;
  border-top-style: solid;
  border-top-color: #DCB060; }

.page-hurry .sec-sinrai {
  padding-top: 50px; }

.sec-area_hurry .wrap-page_nav {
  margin-top: 50px; }

.sec-area_hurry .container > p {
  margin-top: 30px;
  margin-bottom: 50px;
  font-size: 18px; }

.page-hurry .wrap-c_b_btn {
  margin-top: 50px; }

.sec-hurry_contact {
  background-color: #EDE4DA;
  margin-bottom: -50px;
  padding-top: 50px;
  padding-bottom: 30px; }

.page-low_price .sec-hurry_contact {
  margin-bottom: 50px; }

.page-hurry .sec-hurry_contact .wrap-c_b_btn {
  margin-top: 0px; }

.sec-gokitoku .txt-gokitoku {
  text-align: center; }

/*＝＝＝＝＝ プランページ追加分 ＝＝＝＝＝*/
.sec-kv_plan {
  height: 250px;
  margin-bottom: 30px; }
  .sec-kv_plan img {
    float: right; }
  .sec-kv_plan p {
    font-size: 25px;
    color: #FFF;
    display: table-cell;
    height: 250px;
    background-color: #A47644;
    vertical-align: middle;
    width: 490px;
    padding-left: 100px; }

.sec-osusume {
  padding: 15px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-color: #A47644;
  border-bottom-color: #A47644;
  border-left-color: #A47644;
  background-image: url(../images/common/bg-cont_1.jpg);
  background-repeat: repeat;
  background-position: 0px 0px;
  margin-top: -30px; }
  .sec-osusume ul {
    text-align: center;
    margin-top: 5px; }
    .sec-osusume ul li {
      font-size: 20px;
      background-image: url(../images/other/icon-check.png);
      background-repeat: no-repeat;
      background-position: 0px 0px;
      padding-left: 40px;
      padding-top: 7px;
      display: inline-block;
      margin-right: 30px; }
      .sec-osusume ul li:last-child {
        margin-right: 0px; }
  .sec-osusume .caption {
    text-align: right;
    color: #C0262C; }

/*＝＝＝＝＝ ご利用事例 ＝＝＝＝＝*/
.hl-11 {
  font-size: 18px;
  line-height: 1.3;
  background-color: #693D25;
  padding-top: 11px;
  padding-right: 7px;
  padding-bottom: 10px;
  padding-left: 10px;
  color: #FFF; }
  .hl-11 b {
    font-size: 26px;
    padding-right: 2px;
    padding-left: 2px; }
    .hl-11 b:first-of-type {
      font-size: 24px; }
  .hl-11 br {
    display: none; }

.sec-plan_jirei_detail {
  width: 700px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 50px; }
  .sec-plan_jirei_detail .wrap-inner {
    background-color: #EDE4DA;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-top: 20px; }
  .sec-plan_jirei_detail > p {
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    font-size: 18px; }
  .sec-plan_jirei_detail .txt-jirei_price {
    background-color: #FFF;
    position: relative;
    height: 70px;
    padding-right: 10px;
    padding-left: 10px;
    margin-top: 30px;
    margin-bottom: 70px; }
    .sec-plan_jirei_detail .txt-jirei_price:after {
      content: '';
      background-image: url(../images/common/mark-equal.png);
      background-repeat: no-repeat;
      background-position: center center;
      display: block;
      height: 50px;
      width: 50px;
      margin-left: -25px;
      position: absolute;
      bottom: -60px;
      left: 50%;
      visibility: visible; }
    .sec-plan_jirei_detail .txt-jirei_price p:first-of-type {
      font-size: 20px;
      position: absolute;
      left: 15px;
      top: 50%;
      line-height: 1;
      margin-top: -10px; }
    .sec-plan_jirei_detail .txt-jirei_price p:nth-child(2) {
      font-size: 25px;
      text-align: right; }
      .sec-plan_jirei_detail .txt-jirei_price p:nth-child(2) b {
        font-size: 40px; }
      .sec-plan_jirei_detail .txt-jirei_price p:nth-child(2) small {
        font-size: 15px;
        margin-left: -10px; }
  .sec-plan_jirei_detail .sec-utiwake {
    background-color: #FFF;
    padding-bottom: 30px;
    margin-bottom: 30px; }
    .sec-plan_jirei_detail .sec-utiwake h4 {
      background-color: #693D25;
      text-align: center;
      color: #FFF;
      letter-spacing: 1em;
      padding-left: 1em; }
    .sec-plan_jirei_detail .sec-utiwake table {
      width: 600px;
      margin-right: auto;
      margin-left: auto;
      margin-top: 30px; }
      .sec-plan_jirei_detail .sec-utiwake table tr th {
        font-size: 20px; }
        .sec-plan_jirei_detail .sec-utiwake table tr th:last-child {
          text-align: right; }
      .sec-plan_jirei_detail .sec-utiwake table tr td {
        border-top-width: 1px;
        border-top-style: dashed;
        border-top-color: #000; }
      .sec-plan_jirei_detail .sec-utiwake table tr th, .sec-plan_jirei_detail .sec-utiwake table tr td {
        padding-top: 10px;
        padding-right: 20px;
        padding-bottom: 10px;
        padding-left: 20px; }
      .sec-plan_jirei_detail .sec-utiwake table tr th span, .sec-plan_jirei_detail .sec-utiwake table tr td span {
        float: right;
        margin-left: 20px; }
      .sec-plan_jirei_detail .sec-utiwake table tr th {
        border-top-width: 1px;
        border-bottom-width: 1px;
        border-top-style: solid;
        border-bottom-style: solid;
        border-top-color: #000;
        border-bottom-color: #000; }
        .sec-plan_jirei_detail .sec-utiwake table tr th span small {
          font-size: 16px; }
        .sec-plan_jirei_detail .sec-utiwake table tr th small {
          font-size: 70%; }
        .sec-plan_jirei_detail .sec-utiwake table tr th:first-child {
          border-bottom: none;
          width: 230px; }
      .sec-plan_jirei_detail .sec-utiwake table tr td:first-child {
        border: none; }
      .sec-plan_jirei_detail .sec-utiwake table tr:last-child td {
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #000; }
        .sec-plan_jirei_detail .sec-utiwake table tr:last-child td:first-child {
          border-bottom-width: 1px;
          border-bottom-style: solid;
          border-bottom-color: #000; }
      .sec-plan_jirei_detail .sec-utiwake table .td-saijyo {
        font-size: 20px; }
  .sec-plan_jirei_detail .sec-hojyo {
    font-size: 14px;
    width: 700px;
    margin-top: 30px;
    padding-top: 15px;
    padding-right: 30px;
    padding-bottom: 15px;
    padding-left: 30px;
    border: 1px solid #CCC; }
    .sec-plan_jirei_detail .sec-hojyo h4 {
      border-bottom-width: 1px;
      border-bottom-style: solid;
      border-bottom-color: #CCC;
      margin-bottom: 5px;
      padding-bottom: 5px; }

/*＝＝＝＝＝ 内訳テーブル ＝＝＝＝＝*/
.list-jirei_nav {
  text-align: center;
  width: 980x;
  margin-right: auto;
  margin-left: auto;
  margin-top: 50px;
  margin-bottom: 50px; }
  .list-jirei_nav li {
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px; }
    .list-jirei_nav li a {
      color: #683D25;
      width: 280px;
      border: 1px solid #683D25;
      background-image: url(../images/common/mark-1.png);
      background-repeat: no-repeat;
      background-position: center 95%;
      padding-top: 15x;
      padding-right: 15px;
      padding-bottom: 30px;
      padding-left: 15px;
      text-align: left;
      font-size: 28px;
      font-weight: bold; }
      .list-jirei_nav li a small {
        font-size: 20px; }
      .list-jirei_nav li a span {
        display: block;
        font-size: 16px;
        font-weight: normal; }

.sec-plan_page {
  margin-top: 50px;
}

.txt-jirei_person {
  color: #FFF;
  background-color: #a47644; }

/*＝＝＝＝＝　格安ページ　＝＝＝＝＝*/
.sec-header-2 {
  height: 100px;
  width: 100%; }
  .sec-header-2 .btn-header_contact-lowp {
    float: right;
    margin-top: 15px; }

.sec-main-2 .wrap-kv {
  text-align: center; }

.list-plan_point {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  width: 980px;
  margin-top: 30px;
  margin-bottom: 30px; }
  .list-plan_point li {
    display: inline-block;
    margin-left: 50px; }

.txt-plan_point_attention {
  /* [disabled]text-align: center; */ }

.sec-area_lowp {
  width: 850px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  border: 2px solid #A47644;
  height: 90px;
  position: relative;
  display: table; }
  .sec-area_lowp h2 {
    font-size: 18px;
    color: #FFF;
    background-color: #A47644;
    height: 88px;
    width: 88px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    line-height: 1.4; }
    .sec-area_lowp h2 span {
      letter-spacing: 1em;
      margin-right: -1em; }
  .sec-area_lowp .list-area {
    margin-top: 30px;
    padding-left: 30px; }
    .sec-area_lowp .list-area li {
      display: inline;
      margin-left: -0.3em; }
      .sec-area_lowp .list-area li:after {
        content: "／"; }
      .sec-area_lowp .list-area li:last-of-type:after {
        content: ""; }

.sec-voice_lowp {
  background-color: #F6F2ED;
  margin-top: 30px;
  padding-top: 50px;
  padding-bottom: 50px;
  /* [disabled]background-image: url(../images/kakuyasu/bg-voice.png); */
  background-repeat: no-repeat;
  background-position: right 0px; }
  .sec-voice_lowp h2 {
    font-size: 30px; }
  .sec-voice_lowp .list-voice_lowp {
    margin-top: 20px;
    margin-bottom: 30px; }
    .sec-voice_lowp .list-voice_lowp li {
      background-image: url(../images/kakuyasu/icon-voice.png);
      background-repeat: no-repeat;
      background-position: center 0px;
      background-size: 53px 38px;
      text-align: center;
      display: inline-block;
      width: 274px;
      padding-top: 50px;
      font-size: 20px;
      margin-left: 55px; }
      .sec-voice_lowp .list-voice_lowp li:first-child {
        margin-left: 0px; }
      .sec-voice_lowp .list-voice_lowp li img {
        margin-top: 10px; }

.wrap-plan_nav .list-plan_nav {
  text-align: center;
  margin-top: 50px;
  padding-bottom: 50px; }
  .wrap-plan_nav .list-plan_nav li {
    display: inline-block;
    width: 310px;
    position: relative;
    margin-left: 30px; }
    .wrap-plan_nav .list-plan_nav li:first-child {
      margin-left: 0px; }
    .wrap-plan_nav .list-plan_nav li .mark {
      display: block;
      height: 21px;
      width: 22px;
      position: absolute;
      left: 50%;
      bottom: -40px;
      margin-left: -11px;
      z-index: 10000; }
    .wrap-plan_nav .list-plan_nav li a {
      text-align: center;
      display: block;
      border: 1px solid #A47644;
      text-align: center;
      position: relative;
      margin-bottom: 100px; }
      .wrap-plan_nav .list-plan_nav li a .deco-nav-top {
        content: "";
        position: absolute;
        bottom: -70px;
        left: 0%;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 70px 155px 0 155px;
        border-color: #ffffff transparent transparent transparent;
        z-index: 2; }
      .wrap-plan_nav .list-plan_nav li a .deco-nav-btm {
        content: "";
        position: absolute;
        bottom: -71px;
        left: 0%;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 70px 155px 0  155px;
        border-color: #a47644 transparent transparent transparent;
        z-index: 1; }
    .wrap-plan_nav .list-plan_nav li h2 {
      font-size: 25px;
      line-height: 1.4;
      color: #FFF;
      background-color: #A47644;
      text-align: center;
      margin-bottom: 10px;
      padding-top: 15px;
      padding-bottom: 15px; }
    .wrap-plan_nav .list-plan_nav li .img-plan_flow {
      margin-top: 10px;
      margin-bottom: 10px; }
    .wrap-plan_nav .list-plan_nav li .txt-plan_nav_price {
      font-size: 25px;
      color: #C0262C;
      font-weight: bold; }
      .wrap-plan_nav .list-plan_nav li .txt-plan_nav_price b {
        font-size: 45px; }
      .wrap-plan_nav .list-plan_nav li .txt-plan_nav_price small {
        font-size: 14px;
        margin-left: -10px; }

/*.wrap-plan_nav .list-plan_nav li h2 {
	font-size: 25px;
	line-height: 60px;
	color: #FFF;
	background-color: #A47644;
	text-align: center;
	margin-bottom: 10px;
}
*/
/*＝＝＝＝＝　格安プラン利用例　＝＝＝＝＝*/
.sec-plan_detail_wrap {
  margin-top: 50px; }

.sec-plan_example_wrap {
  width: 700px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto; }
  .sec-plan_example_wrap > h2 {
    font-size: 25px;
    line-height: 1.3;
    font-weight: bold;
    color: #FFF;
    background-color: #693D25;
    padding-top: 9px;
    padding-right: 10px;
    padding-bottom: 9px;
    padding-left: 10px; }

.sec-plan_example {
  background-color: #EDE4DA;
  padding: 20px;
  margin-top: 20px;
  position: relative; }
  .sec-plan_example > h3 {
    font-size: 20px;
    font-weight: bold; }
    .sec-plan_example > h3 span {
      font-size: 16px;
      font-weight: normal;
      padding-left: 1em; }
  .sec-plan_example .txt-plan_example_price {
    font-size: 30px;
    font-weight: bold;
    color: #C1272D;
    margin-top: -10px; }
    .sec-plan_example .txt-plan_example_price b {
      font-size: 50px; }
    .sec-plan_example .txt-plan_example_price small {
      font-size: 18px;
      margin-left: -10px; }

.btn-plan_example_open {
  font-size: 16px;
  background-color: #693D25;
  background-image: url(../images/common/mark-5.png);
  background-repeat: no-repeat;
  background-position: center 45px;
  text-align: center;
  display: block;
  height: 60px;
  width: 130px;
  padding-top: 10px;
  position: absolute;
  top: 55px;
  right: 0px;
  color: #FFF; }
  .btn-plan_example_open.active {
    background-image: url(../images/common/mark-5-up.png); }

.wrap-plan_example_detail {
  background-color: #FFF;
  width: 640px;
  margin-right: auto;
  margin-bottom: 70px;
  margin-left: auto;
  position: relative;
  padding: 20px; }
  .wrap-plan_example_detail:after {
    content: '';
    background-image: url(../images/common/icon-plus_2.png);
    background-repeat: no-repeat;
    background-position: center center;
    height: 70px;
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: -70px;
    display: block; }
  .wrap-plan_example_detail.pt-last {
    margin-bottom: 20px; }
    .wrap-plan_example_detail.pt-last:after {
      display: none; }
  .wrap-plan_example_detail h4 {
    font-size: 20px;
    font-weight: bold; }
  .wrap-plan_example_detail .txt-plan_example_detail_price {
    font-size: 25px;
    font-weight: bold;
    text-align: right;
    margin-top: -52px;
    height: 50px; }
    .wrap-plan_example_detail .txt-plan_example_detail_price b {
      font-size: 40px; }
    .wrap-plan_example_detail .txt-plan_example_detail_price small {
      font-size: 15px;
      margin-left: -10px; }
  .wrap-plan_example_detail .wrap-inner {
    padding-top: 15px; }
  .wrap-plan_example_detail.pt-sisetsu .wrap-inner img {
    float: left;
    padding-right: 10px; }
  .wrap-plan_example_detail .wrap-inner h5 {
    font-size: 14px;
    line-height: 1.3;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #A47644;
    clear: none;
    width: 360px;
    float: right; }
  .wrap-plan_example_detail .wrap-inner p {
    font-size: 14px;
    margin-bottom: 20px;
    width: 360px;
    float: right; }
    .wrap-plan_example_detail .wrap-inner p:last-of-type {
      margin-bottom: 0px; }
  .wrap-plan_example_detail .wrap-inner .list-plan_example_icon {
    float: left;
    width: 240px;
    margin-bottom: -10px; }
    .wrap-plan_example_detail .wrap-inner .list-plan_example_icon li {
      float: left;
      margin-right: 10px;
      margin-bottom: 10px;
      width: 110px;
      text-align: center; }

.wrap-plan_example_close {
  display: none; }

.sec-plan_example .wrap-c_b_btn {
  width: 640px;
  margin-top: 30px;
  padding-bottom: 0px; }

/* イマスグ */
.sec-now .hl-now {
  font-size: 30px;
  color: #C1272D;
  text-align: center; }

.sec-now .btn-area_open {
  color: #C1272D;
  text-align: center;
  font-size: 20px;
  display: block;
  margin-top: 30px; }

.sec-now .wrap-now_cont {
  display: none;
  text-align: center; }
  .sec-now .wrap-now_cont .btn-area_close {
    text-align: center;
    font-size: 20px;
    display: block;
    margin-top: 30px; }
  .sec-now .wrap-now_cont .img-now_message {
    margin-bottom: 30px;
    margin-top: 30px; }

.txt-pt1 {
  font-size: 22px;
  line-height: 1.5;
  text-align: center; }
  .txt-pt1 b {
    font-size: 110%;
    color: #C1272D; }

.sec-now .wrap-now_cont .wrap-c_b_btn {
  margin-top: 50px; }

.wrap-example_other {
  margin-top: 10px; }
  .wrap-example_other p {
    color: #693D25;
    font-size: 18px;
    font-weight: bold; }
  .wrap-example_other ul {
    border: 1px solid #EEDBD0 !important;
    padding: 1em !important;
    margin-top: 10px !important; }
    .wrap-example_other ul li {
      list-style-position: inside !important;
      list-style-type: disc !important;
      line-height: 1.3 !important;
      margin-bottom: 10px !important; }

.wrap-form_select {
  margin-bottom: 30px;
  margin-top: 50px; }
  .wrap-form_select .list-form_select {
    width: 980px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    margin-top: 30px; }
    .wrap-form_select .list-form_select li {
      display: inline-block;
      width: 30%; }
      .wrap-form_select .list-form_select li a {
        color: #FFF;
        background-color: #693D25;
        display: block;
        border-radius: 5px;
        padding: 5px;
        border: 1px solid #693D25;
        position: relative; }
        .wrap-form_select .list-form_select li a:hover {
          color: #693D25;
          background-color: #FFFFFF;
          display: block;
          border-radius: 5px;
          padding: 5px;
          border: 1px solid #693D25; }
      .wrap-form_select .list-form_select li.active a {
        color: #693D25;
        background-color: #FFFFFF;
        display: block;
        border-radius: 5px;
        padding: 5px;
        border: 1px solid #693D25; }
      .wrap-form_select .list-form_select li a:after {
        content: '▼';
        display: block;
        height: 1em;
        width: 1em;
        position: absolute;
        left: 90%;
        top: 50%;
        margin-top: -0.5em; }
      .wrap-form_select .list-form_select li a b {
        font-size: 20px;
        font-weight: bold;
        display: block; }
      .wrap-form_select .list-form_select li a br {
        display: none; }

.wrap-form_page {
  width: 100%; }

.iframe-form {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none; }

.txt-btn_hurry {
  color: #C0262C; }

.txt-price {
  font-size: 50px;
  font-weight: bold;
  color: #693D25;
  text-shadow: 2px 0px #FFF, -2px 0px #FFF, 0px -2px #FFF, 0px 2px #FFF, 2px 2px #FFF, -2px 2px #FFF, 2px -2px #FFF, -2px -2px #FFF, 1px 2px #FFF, -1px 2px #FFF, 1px -2px #FFF, -1px -2px #FFF, 2px 1px #FFF, -2px 1px #FFF, 2px -1px #FFF, -2px -1px #FFF, -1px 1px 5px #000, 3px 4px 5px #000, -1px -1px 5px #000, 1px -1px 5px #000;
  white-space: nowrap; }

.txt-price-normal {
  font-size: 42px;
  font-weight: bold;
  color: #693D25;
  white-space: nowrap; }

.txt-price small, .txt-price-normal small {
  font-size: 14px;
  margin-left: -0.5em; }

.btn-hurry_top {
  padding-top: 30px; }
  .btn-hurry_top p {
	  width: 700px;
	  margin: 0 auto;
  }
  .btn-hurry_top p a img {
	  max-width: 100%;
	  filter: drop-shadow(5px 5px 0px rgba(0,0,0,0.23));
	  transition: all 0.3s ease 0s;
  }
  .btn-hurry_top p a:hover img {
  	filter: none;
  	transform: translate(5px,5px);
  }
  .btn-hurry_top .btn-1.pt-large {
    background-color: #C1272D;
    font-size: 30px;
    line-height: 120px;
    height: 120px;
    width: 700px;
    border-radius: 10px;
    background-image: url(../images/common/mark-7.png); }
    .btn-hurry_top .btn-1.pt-large br {
      display: none; }

/*メールが届かない方へ*/
.wrap-contact_sub {
  background-color: #EFE6DD;
  padding: 30px;
  margin-top: 50px;
  position: relative;
  margin-bottom: 80px; }
  .wrap-contact_sub h3 {
    margin-top: 0px !important;
    margin-bottom: 0px !important; }
  .wrap-contact_sub p {
    margin-top: 10px !important;
    margin-bottom: 20px !important; }
    .wrap-contact_sub p:last-of-type {
      margin-bottom: 0px !important; }
  .wrap-contact_sub .txt-sub {
    position: absolute;
    right: 0px;
    bottom: -3em; }

@media (min-width: 481px) {
  .sec-banner ul {
    width: 1200px;
    margin-left: -110px; } }

/*プランページ用斎場プランリンク*/
.list-place_plan {
  text-align: center; }
  .list-place_plan li {
    display: inline-block;
    margin-right: 15px;
    margin-left: 15px; }

/*コラムページ*/
.column-wrap {
  width: 980px;
  margin: 0 auto;
  margin-top: 50px; }
  .column-wrap:after {
    content: "";
    clear: both;
    display: block; }

.column-contents {
  width: 680px;
  float: left; }
  .column-contents article {
    margin-bottom: 50px; }
  .column-contents h1 {
    background-color: #f6f1ec;
    border-top: #d6ac5f solid 1px;
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 30px;
    padding: 10px;
    padding-top: 0; }
    .column-contents h1 a {
      font-weight: bold;
      display: block; }
      .column-contents h1 a:hover {
        opacity: 0.7; }
    .column-contents h1 .al-r {
      text-align: right;
      font-size: 16px; }

.base, .junbi, .manners, .tips, .jiji, .voice, .faq, .event, .other {
  padding: 2px 5px;
  display: inline;
  font-size: 16px; }

.column-base {
  color: #fff;
  background-color: #666; }

.junbi {
  color: #fff;
  background-color: #8cc63f; }

.manners {
  color: #fff;
  background-color: #7b5fa6; }

.tips {
  color: #fff;
  background-color: #37bef0; }

.jiji {
  color: #fff;
  background-color: #e94a51; }

.voice {
  color: #fff;
  background-color: #fbb03b; }

.faq {
  color: #fff;
  background-color: #5dbb85; }

.event {
  color: #fff;
  background-color: #a47644; }

.other {
  color: #fff;
  background-color: #ccc; }

.column-contents .f_l {
  float: left;
  width: 35%;
  vertical-align: top; }

.column-contents .f_r {
  width: 60%;
  float: right; }
  .column-contents .f_r p {
    margin-bottom: 10px; }

.column-contents article .btn-1 {
  float: right; }

.column-list-nav {
  margin-top: 80px; }
  .column-list-nav ul {
    text-align: center; }
    .column-list-nav ul li {
      display: inline-block;
      margin-right: 10px;
      margin-bottom: 5px; }
      .column-list-nav ul li:last-child {
        margin-right: 0; }
      .column-list-nav ul li .btn-1, .column-list-nav ul li .btn-2 {
        min-width: 126px;
        font-size: 16px;
        padding-left: 0;
        padding-right: 0; }
      .column-list-nav ul li.btn-page a {
        border: solid 1px #A47644;
        padding: 8px;
        color: #fff;
        background-color: #A47644; }
      .column-list-nav ul li.active {
        border: solid 1px #A47644;
        padding: 6px 8px;
        color: #A47644;
        background-color: #fff; }

.column-page-nav {
  margin-top: 80px; }
  .column-page-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: #DCB060 1px solid;
    padding-top: 10px; }
    .column-page-nav ul li.prev-page {
      background-image: url(../../shared/images/common/mark-8.png);
      background-position: center left 15px;
      background-repeat: no-repeat;
      padding: 0;
      margin: 0;
      width: 50%;
      margin-right: auto; }
    .column-page-nav ul li.next-page {
      background-image: url(../../shared/images/common/mark-3.png);
      background-position: center right 15px;
      background-repeat: no-repeat;
      padding: 0;
      margin: 0;
      width: 50%;
      margin-left: auto; }
    .column-page-nav ul li.prev-page a {
      display: block;
      padding: 10px 10px 10px 40px;
      margin-right: 10px; }
    .column-page-nav ul li.next-page a {
      display: block;
      padding: 10px 40px 10px 10px;
      margin-left: 10px; }
    .column-page-nav ul li:nth-child(even) {
      border-left: #DCB060 dotted 1px; }
    .column-page-nav ul li p {
      margin-top: 10px; }

.column-side-menu {
  width: 250px;
  float: right;
  vertical-align: top; }
  .column-side-menu section {
    margin-bottom: 50px; }
  .column-side-menu h1 {
    border: #a47644 solid 1px;
    padding: 10px;
    text-align: center;
    color: #a47644;
    margin-bottom: 10px; }
  .column-side-menu section ul li {
    border-top: #a47644 dotted 1px;
    background-image: url(../images/common/mark-3.png);
    background-position: center left 15px;
    background-repeat: no-repeat;
    padding: 0;
    margin: 0; }
    .column-side-menu section ul li a, .column-side-menu section ul li p {
      display: block;
      padding: 8px 8px 8px 40px; }
    .column-side-menu section ul li:first-child {
      border-top: #fff solid 1px; }
    .column-side-menu section ul li:last-child {
      border-bottom: #a47644 dotted 1px; }
    .column-side-menu section ul li.select-none {
      background-image: none; }
    .column-side-menu section ul li.active {
      background-color: #f6f1ec;
      border-top: #d6ac5f solid 1px !important;
      background-image: none; }
      .column-side-menu section ul li.active:last-child {
        border-bottom: #fff solid 1px !important; }
      .column-side-menu section ul li.active + li {
        border-top: #fff solid 1px; }
    .column-side-menu section ul li:hover {
      background-color: #f6f1ec;
      border-top: #d6ac5f solid 1px; }
    .column-side-menu section ul li:last-child:hover {
      border-bottom: #fff dotted 1px; }
    .column-side-menu section ul li.select-none:hover {
      background-color: white;
      border-top: #a47644 dotted 1px; }
    .column-side-menu section ul li.select-none:last-child:hover {
      border-bottom: #a47644 dotted 1px; }
    .column-side-menu section ul li:hover + li {
      border-top: #fff solid 1px !important; }
    .column-side-menu section ul li.active + li:hover {
      border-top: #d6ac5f solid 1px; }
    .column-side-menu section ul li.active + li.select-none:hover {
      border-top: #fff 1px solid; }
    .column-side-menu section ul li.select-none + li.select-none:hover {
      border-top: #a47644 dotted 1px; }
    .column-side-menu section ul li.select-none:hover + li {
      border-top: #a47644 dotted 1px !important; }
      .column-side-menu section ul li.select-none:hover + li.active {
        border-top: #d6ac5f solid 1px !important; }

.cat-base, .cat-junbi, .cat-manners, .cat-tips, .cat-jiji, .cat-voice, .cat-faq, .cat-event, .cat-other {
  padding-left: 24px;
  position: relative;
  padding-left: 60px !important; }

.cat-base:before {
  content: "\25A0";
  color: #666;
  position: absolute;
  top: 50%;
  left: 36px;
  margin-top: -13.5px; }

.cat-junbi:before {
  content: "\25A0";
  color: #8cc63f;
  position: absolute;
  top: 50%;
  left: 36px;
  margin-top: -13.5px; }

.cat-manners:before {
  content: "\25A0";
  color: #7b5fa6;
  position: absolute;
  top: 50%;
  left: 36px;
  margin-top: -13.5px; }

.cat-tips:before {
  content: "\25A0";
  color: #37bef0;
  position: absolute;
  top: 50%;
  left: 36px;
  margin-top: -13.5px; }

.cat-jiji:before {
  content: "\25A0";
  color: #e94a51;
  position: absolute;
  top: 50%;
  left: 36px;
  margin-top: -13.5px; }

.cat-voice:before {
  content: "\25A0";
  color: #fbb03b;
  position: absolute;
  top: 50%;
  left: 36px;
  margin-top: -13.5px; }

.cat-faq:before {
  content: "\25A0";
  color: #5dbb85;
  position: absolute;
  top: 50%;
  left: 36px;
  margin-top: -13.5px; }

.cat-event:before {
  content: "\25A0";
  color: #a47644;
  position: absolute;
  top: 50%;
  left: 36px;
  margin-top: -13.5px; }

.cat-other:before {
  content: "\25A0";
  color: #ccc;
  position: absolute;
  top: 50%;
  left: 36px;
  margin-top: -13.5px; }

/*コラム記事ページ*/
.column-contents img {
  max-width: 100%;
  max-height: 100%;
  height: auto !important; }

.column-contents h2 {
  background-color: #f6f1ec;
  font-weight: bold;
  font-size: 20px;
  padding: 10px;
  margin: 20px 0; }

.column-contents h3 {
  padding-left: 20px;
  border-left: solid #a47644 5px;
  font-weight: bold;
  margin: 20px 0; }

.column-contents h4 {
  color: #a47644;
  margin: 20px 0;
  font-weight: bold; }

.order-list {
	display: flex;
	justify-content: center;
}
.order-list li {
	width: 31%;
	margin: 0 1%;
	text-align: center;
	font-size: 18px;
	color: #A47644;
}
.order-list li img {
	width: 100%;
	margin-bottom: 30px;
}