@charset "utf-8";
/* PLANページ共通 */
.font-whine-red {
  color: #b44578;
}
.font-purple {
  color: #8667a3;
}
.font-gold {
  color: #b6a460;
}
.font-blue {
  color: #59a0a6;
}
.font-green {
  color: #008e72;
}
@media screen and (max-width: 768px) {
  .sp_font-whine-red {
    color: #b44578 !important;
  }
  .sp_font-purple {
    color: #8667a3 !important;
  }
  .sp_font-gold {
    color: #b6a460 !important;
  }
  .sp_font-blue {
    color: #59a0a6 !important;
  }
  .sp_font-green {
    color: #008e72 !important;
  }
}
.bk-whine-red {
  background: #b44578;
}
.bk-purple {
  background: #8667a3;
}
.bk-gold {
  background: #b6a460;
}
.bk-blue {
  background: #59a0a6;
}
.bk-green {
  background: #008e72;
}

.border-whine-red {
  border: 1px solid #b44578;
}
.border-purple {
  border: 1px solid #8667a3;
}
.border-gold {
  border: 1px solid #b6a460;
}
.border-blue {
  border: 1px solid #59a0a6;
}
.border-green {
  border: 1px solid #008e72;
}

/* 葬儀コース　ここから --------------------------------*/
/* PCサイズ */
/* .cource-list {

} */

.cource-list-wrapper {
  max-width: 1170px;
  width: 100%;
  display: flex;
  margin: 0 auto;
  gap: 0 20px;
  justify-content: center;
}

.cource-list-wrapper.top-cource {
  margin: 90px auto 80px;
}

.cource-list-wrapper.bottom-cource {
  margin: 0 auto 210px;
}

.cource-btn {
  width: calc(20% - 16px);
  border-radius: 10px;
  height: 80px;
  background-color: #fff;
}

.cource-btn.whine-red {
  border: 3px solid #b44578;
}
.cource-btn.purple {
  border: 3px solid #8667a3;
}
.cource-btn.gold {
  border: 3px solid #b6a460;
}
.cource-btn.blue {
  border: 3px solid #59a0a6;
}
.cource-btn.limited-cource {
  border: 3px solid #008e72;
}

.cource-btn a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  border-radius: 5px;
}

.cource-btn.whine-red a {
  color: #b44578;
}
.cource-btn.purple a {
  color: #8667a3;
}
.cource-btn.gold a {
  color: #b6a460;
}
.cource-btn.blue a {
  color: #59a0a6;
}
.cource-btn.limited-cource a {
  color: #008e72;
}

/* 表示中のページのボタンのみ適用 */

.cource-btn a.oncource {
  color: #fff;
  cursor: default;
  pointer-events: none;
}

.cource-btn.whine-red a.oncource {
  background: #b44578;
}
.cource-btn.purple a.oncource {
  background: #8667a3;
}
.cource-btn.gold a.oncource {
  background: #b6a460;
}
.cource-btn.blue a.oncource {
  background: #59a0a6;
}
.cource-btn.limited-cource a.oncource {
  background: #008e72;
}

/* TBサイズ */
@media screen and (max-width: 1240px) {
  .cource-list-wrapper {
    padding: 0 2em;
  }
}

/* SPサイズ */
@media screen and (max-width: 768px) {
  .cource-list {
    background: #e9f5f3;
  }

  .cource-list-wrapper {
    flex-wrap: wrap;
    gap: 10px;
    padding: 5%;
  }

  .cource-list-wrapper.top-cource {
    margin: 10px auto 54px;
  }

  .cource-list-wrapper.bottom-cource {
    margin: 0 auto 60px;
  }

  .cource-btn {
    width: calc(50% - 5px);
    border-radius: 10px;
    height: 60px;
  }

  .cource-btn.limited-cource {
    /* width: 100%; */
    line-height: 1.5em;
  }

  .cource-btn a {
    font-size: 16px;
  }
}

/* 葬儀コース　ここまで --------------------------------*/

/* コースメイン　ここから --------------------------------*/
/* PCサイズ */

h2 {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}
h2:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -30px; /*下線の上下位置調整*/
  display: inline-block;
  width: 53px; /*下線の幅*/
  height: 5px; /*下線の太さ*/
  border-radius: 2.5px;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%); /*位置調整*/
}

h2.font-whine-red:before {
  background: #b44578; /*下線の色*/
}
h2.font-purple:before {
  background: #8667a3; /*下線の色*/
}
h2.font-gold:before {
  background: #b6a460; /*下線の色*/
}
h2.font-blue:before {
  background: #59a0a6; /*下線の色*/
}
h2.font-green:before {
  background: #008e72; /*下線の色*/
}

.cource-main-wrapper {
  max-width: 1170px;
  width: 100%;
  margin: 80px auto 0px;
  padding: 80px 30px 70px;
  display: flex;
  gap: 0 40px;
}

.cource-main-left {
  width: calc(45% - 20px);
}

.cource-main-right img {
  width: 100%;
}

.cource-main-right {
  width: calc(46% - 20px);
}

.cource-main-right .cource-main-tit {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  padding: 27px 0;
  border-top: 5px double #fff;
  border-bottom: 5px double #fff;
  margin-bottom: 40px;
}

.cource-main-img {
  object-fit: cover;
  height: 345px;
}

.cource-flow-wrapper {
  display: flex;
  align-items: center;
  gap: 0 6px;
  height: 198px;
  margin-bottom: 50px;
}

.cource-flow-wrapper .cource-flow-item {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  border: 1px solid #fff;
  height: 100%;
  width: calc(16.6% - 21px);
  display: flex;
  align-items: center;
  justify-content: center;
  /* position: relative; */
}

.delta {
  width: 13px;
  height: 28px;
  border-style: solid;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 13px solid #fff;
  border-right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.flow-opcity {
  opacity: 0.3;
}

/* kazokuso.css 打消し　ここから */

.cource-main-right .plan-wrapper-left p {
  color: #fff;
}

.cource-main-right .plan-wrapper-left p br {
  display: none;
}

.cource-main-right .plan-price {
  color: #fff;
}

.cource-main-right .plan-wrapper {
  margin: 0;
}

.cource-main-right .price-normal {
  color: #fff;
  margin: 0 0 15px 0;
}

/* kazokuso.css 打消し　ここまで */

/* .flow-arrow::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 13px;
	height: 28px;
	border-style: solid;
	border-top: 14px solid transparent;
	border-bottom: 14px solid transparent;
	border-left: 13px solid #330a0a;
	border-right: 0;
  } */

/* TBサイズ */
@media screen and (max-width: 1240px) {
  .cource-main-right .plan-wrapper-left p br {
    display: block;
  }
}

/* SPサイズ */
@media screen and (max-width: 768px) {
  h2 {
    font-size: 20px;
  }
  .cource-main-wrapper {
    max-width: 1170px;
    width: 100%;
    margin: 70px auto 0px;
    padding: 30px 5% 40px;
    display: flex;
    flex-direction: column;
    gap: 40px 0;
  }

  .cource-main-left {
    width: 100%;
  }

  .cource-main-right {
    width: 100%;
  }

  .cource-flow-wrapper .cource-flow-item {
    font-size: 22px;
  }

  .cource-main-right .plan-wrapper {
    background: #fff;
    padding: 17px 5% 0px;
  }

  .cource-main-right .plan-wrapper-left p {
    color: #bd3d3d;
  }

  .cource-main-right .plan-price {
    color: #bd3d3d;
  }

  .cource-main-right .plan-wrapper {
    margin: 0;
  }

  .cource-main-right .price-normal {
    color: #000000;
    padding: 0 5% 17px;
    margin: 0 0 15px 0;
    background: #fff;
  }
}

/* コースメイン　ここまで --------------------------------*/

/* 対象エリア　ここから --------------------------------*/
/* PCサイズ */
.cource-area {
  background: #f6f6f6;
  padding: 36px 0 40px;
  margin-bottom: 60px;
}

.cource-are-wrapper {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}

.cource-are-wrapper p {
  text-align: center;
  padding-top: 29px;
}

/* TBサイズ */
@media screen and (max-width: 1240px) {
}

/* SPサイズ */
@media screen and (max-width: 768px) {
  .cource-area {
    background: #fff;
    padding: 36px 10% 38px;
    margin-bottom: 0px;
  }

  .cource-are-wrapper {
    width: 100%;
    max-width: 1170px;
  }
}

/* 対象エリア　ここまで --------------------------------*/

/* コース内容　ここから --------------------------------*/
/* PCサイズ */

.cource-contents-tit {
  max-width: 1170px;
  width: 100%;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  height: 77px;
  margin: 0 auto 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cource-contents-wrapper {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto 78px;
  padding: 0 30px;
}

.cource-contents-top {
  display: flex;
  gap: 0 30px;
  margin-bottom: 40px;
  justify-content: center;
}

.cource-contents-top.cource10-contents-top {
  justify-content: center;
}

.cource-contents-top-item {
  width: calc(50% - 15px);
}

.cource-contents-top-item img {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}

.cource-contents-top-item p {
  text-align: center;
}

.cource-contents-bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 30px;
  margin-bottom: 60px;
}

.cource-contents-item {
  width: calc(25% - 22.5px);
  display: flex;
  align-items: center;
}

.courece-contents-item-img {
  width: 47%;
}

.courece-contents-item-img img {
  width: 100%;
}

.cource-contents-item p {
  width: 53%;
  margin-left: 20px;
}

.cource-uninclude {
  border-radius: 10px;
  margin-bottom: 38px;
}

.cource-uninclude-tit {
  font-size: 20px;
  font-weight: bold;
  height: 60px;
  width: 91%;
  clip-path: polygon(0 0, 100% 0, 98% 100%, 2% 100%);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-bottom: 36px;
}

.cource-uninclude-wrapper {
  padding: 0 30px 10px 39px;
}

.cource-uninclude-top {
  display: flex;
  flex-wrap: wrap;
  gap: 0 80px;
}

.uninclude-top-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.uninclude-top-item.item-left {
  width: calc(34.6% - 13.3px);
}
.uninclude-top-item.item-center {
  width: calc(27% - 13.3px);
}
.uninclude-top-item.item-item-right {
  width: calc(26.6% - 13.3px);
}

.uninclude-top-item-tit span {
  font-size: 0.8em;
}

/* .uninclude-top-item-fare span {
	color: #A0A0A0;
} */

/* .cource-uninclude-top .uninclude-top-item-fare {
	font-size: 16px;
} */

/* .uninclude-top-item-fare br {
	display: none;
} */

.cource-uninclude-bottoom .uninclude-top-item {
  justify-content: flex-start;
}

.cource-uninclude-bottoom .uninclude-top-item-tit {
  width: 23.7%;
}

/* .cource-uninclude-bottoom .uninclude-top-item-fare {
	width: 52.3%;
} */

/* TBサイズ */
@media screen and (max-width: 1240px) {
  .cource-uninclude-top {
    display: flex;
    flex-wrap: wrap;
    gap: 0 80px;
  }
  .uninclude-top-item {
    justify-content: center;
  }

  .uninclude-top-item.item-left {
    width: 100%;
  }
  .uninclude-top-item.item-center {
    width: 100%;
  }
  .uninclude-top-item.item-rihgt {
    width: 100%;
  }

  .uninclude-top-item-tit {
    width: 24.6%;
  }

  /* .uninclude-top-item-fare {
		width: 52.3%;
	} */

  .cource-uninclude-bottoom .uninclude-top-item {
    justify-content: center;
  }
}

/* SPサイズ */
@media screen and (max-width: 768px) {
  .cource-contents-tit {
    font-size: 24px;
    height: 70px;
    margin: 0 auto 40px;
  }

  .cource-contents-top {
    gap: 0 20px;
    margin-bottom: 20px;
  }

  .cource-contents-top-item {
    width: calc(50% - 10px);
  }

  .cource-contents-wrapper {
    padding: 0 5%;
    margin: 0 auto 40px;
  }

  .cource-contents-bottom {
    gap: 10px 15px;
    margin-bottom: 40px;
  }

  .cource-contents-item {
    width: calc(50% - 7.5px);
  }

  .uninclude-top-item {
    justify-content: space-between;
  }

  .cource-uninclude-wrapper {
    padding: 0 5% 10px 2vw;
  }

  .uninclude-top-item-tit {
    width: 58.6%;
    font-size: 14px;
  }

  /* .uninclude-top-item-fare {
		width: 30%;
		text-align: right;
		font-size: 16px;
	} */

  /* .uninclude-top-item-fare span {
		display: none;
	} */

  /* .uninclude-top-item-fare br {
		display: block;
	} */

  .cource-uninclude-bottoom .uninclude-top-item {
    justify-content: space-between;
  }

  .cource-uninclude-bottoom .uninclude-top-item-tit {
    width: 35%;
    font-size: 14px;
  }

  /* .cource-uninclude-bottoom .uninclude-top-item-fare {
		width: 50%;
		font-size: 10px;
	} */
}

/* セレマ会員募集中　ここまで --------------------------------*/

/* セレマ会員募集中　ここから --------------------------------*/
/* PCサイズ */
.cource-voice {
  background: #fffcf5;
  padding: 80px 0;
}

.cource-voice-wrapper {
  max-width: 1170px;
  width: 100%;
  display: flex;
  gap: 0 30px;
  margin: 0 auto;
}

.cource-voice-item {
  width: calc(50% - 15px);
  border: 1px solid #3c967e;
  background: #fff;
  border-radius: 10px;
  padding: 0 30px 40px;
}

.cource-voice-tit-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 82px;
  border-bottom: 1px solid #3c967e;
  margin-bottom: 20px;
}

.cource-voice-tit-wrapper img {
  max-width: 54px;
  width: 100%;
  display: block;
  margin-right: 9px;
}

.cource-voice-tit {
  font-size: 24px;
  font-weight: bold;
  color: #3c967e;
}

.customer-voice-wrapper {
  display: flex;
  align-items: center;
  gap: 0 18px;
  margin-bottom: 30px;
}

.costomer-img {
  width: calc(21% - 9px);
}

.costomer-img img {
  width: 100%;
}

.coutomer-voice {
  width: calc(79% - 9px);
}

.coustomer-voice-bold {
  color: #3c967e;
  font-weight: bold;
  font-size: 18px;
}

.cource-voice-text li {
  padding-left: 16px;
  position: relative;
}

.cource-voice-text li::before {
  content: "・";
  position: absolute;
  left: 0;
}

/* TBサイズ */
@media screen and (max-width: 1240px) {
  .cource-voice-wrapper {
    width: 100%;
    flex-direction: column;
    gap: 40px 0px;
  }

  .cource-voice-item {
    max-width: 570px;
    width: 100%;
    margin: 0 auto;
  }
}

/* SPサイズ */
@media screen and (max-width: 768px) {
  .cource-voice {
    background: #fffcf5;
    padding: 40px 5%;
  }

  .cource-voice-item {
    padding: 30px 5% 40px;
  }

  .cource-voice-tit-wrapper {
    height: auto;
    padding-bottom: 10px;
  }

  .cource-voice-tit-wrapper img {
    max-width: 42px;
  }

  .cource-voice-tit {
    font-size: 20px;
  }

  .coustomer-voice-bold {
    font-size: 16px;
  }
}

/* セレマ会員募集中　ここまで --------------------------------*/

/* PCサイズ */
.bottom-message {
  color: #008e72;
  font-size: 20px;
  font-weight: bold;
  /* background: linear-gradient(transparent 50%, #FFFF56 0%); */
  max-width: 483px;
  width: 100%;
  text-align: center;
  margin: 80px auto;
  text-decoration: underline; /* 下線 */
  text-decoration-thickness: 0.5em; /* 線の太さ */
  text-decoration-color: #ffff56; /* 線の色 */
  text-underline-offset: -0.2em; /* 線の位置。テキストに重なるようにやや上部にする */
  text-decoration-skip-ink: none; /* 下線と文字列が重なる部分でも下線が省略されない（線が途切れない） */
}

.bottom-message br {
  display: none;
}

/* 岡山・広島限定コース　ここから --------------------------------*/
/* PCサイズ */

.cource-tit br {
  display: none;
}

.plan-limited .plan-item.border-wine-red {
  margin: 110px auto 60px;
}

.plan-limited .plan-item {
  max-width: 1170px;
  width: 100%;
  margin: 70px auto 60px;
}

.plan-limited .plan-item-tit {
  height: 60px;
  margin-bottom: 32px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.plan-limited .plan-wrapper {
  justify-content: center;
  gap: 0 5%;
}

.plan-limited .price-normal {
  text-align: right;
  margin: 0 36.1% 40px 0;
}

.cource-area.area-limited {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto 60px;
}

.limited-sp-btn.plan-btn-area {
  display: none;
}

/* TBサイズ */
@media screen and (max-width: 1240px) {
  .plan-limited {
    padding: 0 30px;
  }

  .plan-limited .price-normal {
    /* text-align: right; */
    max-width: 300px;
    width: 100%;
    margin: 0 auto 20px;
  }
}

/* SPサイズ */
@media screen and (max-width: 768px) {
  body {
    scroll-behavior: auto;
  }

  .cource-tit br {
    display: block;
  }

  .plan-limited .plan-item.border-wine-red {
    margin: 60px auto 0px;
  }

  .plan-limited .plan-item {
    max-width: 1170px;
    width: 100%;
    margin: 0px auto 0px;
  }

  .plan-limited .price-normal {
    /* text-align: right; */
    max-width: 293px;
    width: 100%;
    margin: 0 auto 20px;
  }

  .plan-pulldown {
    height: 0;
    overflow: hidden;
    transition: max-height 1.7s ease; /* max-heightをアニメーション */
    max-height: 0; /* 初期状態では高さを0に */
  }

  .plan-pulldown.list-open {
    max-height: 9999px;
    height: auto;
    transition: max-height 1.7s ease;
  }

  .cource-area.area-limited {
    margin-top: 30px;
    background: #f6f6f6;
  }

  .plan-limited {
    padding: 0 5%;
    /* scroll-behavior: auto; */
  }

  .limited-sp-btn.plan-btn-area {
    display: block;
    padding: 30px 0;
    height: 120px;
  }

  .limited-sp-btn.plan-btn-area .plan-btn {
    height: 60px;
    border-radius: 0px;
  }

  .limited-sp-btn.plan-btn-area .plan-btn a {
    height: 100%;
    width: 100%;
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    /* scroll-behavior: auto; */
  }

  .limited-sp-btn.plan-btn-area .plan-btn a.open-btn {
    display: flex;
  }

  .limited-sp-btn.list-open.plan-btn-area .plan-btn a.open-btn {
    display: none;
  }

  .limited-sp-btn.plan-btn-area .plan-btn a.close-btn {
    display: none;
  }

  .limited-sp-btn.list-open.plan-btn-area .plan-btn a.close-btn {
    display: flex;
  }

  /* .close-btn {
		display: none;
	}
	.close-btn {
		display: none;
	} */

  /* 丸ボタン　中の三角の設定　 */
  .limited-sp-btn .plan-btn a::after {
    content: "";
    position: absolute;
    top: 28px;
    right: 24px;
    border-style: solid;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 6px solid #fff;
    z-index: 2;
  }

  .limited-sp-btn.list-open .plan-btn a::after {
    content: "";
    position: absolute;
    top: 28px;
    right: 24px;
    border-style: solid;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-top: 0px solid #fff;
    border-top: 0px solid #fff;
  }

  /* 丸ボタン　外枠の丸の設定　 */
  .limited-sp-btn .plan-btn a:before {
    position: absolute;
    top: 15px;
    right: 15px;
    content: "";
    width: 30px;
    height: 30px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: transparent;
    z-index: 1;
  }
}

/* 岡山・広島限定コース　ここまで --------------------------------*/

/* SPサイズ */
@media screen and (max-width: 768px) {
  .bottom-message br {
    display: block;
  }
}

/* 電話番号・LINEボタン表示 */
/* PCサイズ */
.sp_buttons_wrap {
  display: none;
}
/* SPサイズ */
@media screen and (max-width: 768px) {
  .sp_buttons_wrap {
    display: block;
    text-align: center;
  }
}

/* 家族葬にお勧めの式場　ここから --------------------------------*/
.recommend_hall_area {
  font-size: 24px;
  font-weight: bold;
  text-align: left !important;
}
.recommend_hall_list {
  font-size: 18px;
}
.recommend_hall_list li a {
  font-weight: bold;
  padding-right: 20px;
}
.recommend_hall_list li a:hover {
  text-decoration: underline;
}
.cource-area {
  background: #f6f6f6;
  padding: 36px 0 40px;
  margin-bottom: 60px;
}

.recommend-are-wrapper {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}

.recommend-are-wrapper p {
  text-align: center;
}
.recommend-contents-tit {
  max-width: 1170px;
  width: 100%;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  height: 77px;
  margin: 0 auto 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slide-area {
  margin-bottom: 60px;
}

.slide-wrapper {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}
.slick-dots li button:before {
  font-size: 20px !important;
}

.plan-wrapper .star-img {
  width: 30px;
  margin-right: 5px;
}
.plan-wrapper.plan_introduction {
  display: block;
  font-weight: bold;
}
.plan-wrapper .plan-inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 15px;
}
.plan-wrapper .plan-text {
  color: #fff;
  font-size: 17px;
  line-height: 1.4;
}
.plan-wrapper .plan-inner p {
  color: #fff;
  font-size: 17px;
}

@media screen and (max-width: 768px) {
  .recommend_hall {
    padding: 0 5%;
  }
  .slide-area {
    padding: 0 2%;
  }
  .recommend-contents-tit {
    font-size: 20px;
  }
  .recommend_hall_area {
    font-size: 20px;
  }
  .recommend_hall_list {
    font-size: 16px;
  }
  .recommend_hall_list li {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
  }
  .plan_introduction {
    padding-bottom: 17px !important;
  }
}
/* 家族葬にお勧めの式場　ここまで --------------------------------*/

/* こんな方におすすめ　ここから --------------------------------*/
.cource-recommend-area {
  margin-bottom: 60px;
}
.cource-recommend-wrapper {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 36px 0 0;
}
.cource-recommend-tit {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.cource-recommend-txt {
  font-size: 17px;
  font-weight: bold;
}
.cource-recommend-center {
  height: auto;
  display: flex;
  align-items: center;
  font-size: 40px;
  color: #fff;
}
.cource-recommend-inner {
  display: flex;
  justify-content: space-between;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  height: auto;
  padding: 36px 0 40px;
}
.cource-recommend-left {
  width: 46%;
  border-radius: 15px;
  padding: 50px 30px;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f6f6f6;
  border: solid 2px #ebebeb;
}
.cource-recommend-right {
  width: 46%;
  border-width: 3px;
  border-radius: 15px;
  padding: 50px 30px;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .cource-recommend-inner {
    flex-direction: column;
    align-items: center;
    padding-right: 5%;
    padding-left: 5%;
  }
  .cource-recommend-right,
  .cource-recommend-left {
    width: 100%;
  }
}

/* こんな方におすすめ　ここまで --------------------------------*/

/* 海洋散骨ページ　ここから --------------------------------*/
/* 散骨プラン系 */

.cource-ocean-wrapper {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 36px 0 0;
}

.cource_header_comment {
  display: flex;
  justify-content: center;
  padding: 30px 15px;
}

.ocean_plan {
  max-width: 1280px;
  margin: 50px auto;
}

.ocean_plan_box {
  display: flex;
  justify-content: space-between;
}

.ocean_plan_detail {
  width: 410px;
  border-radius: 10px;
  border: solid 1px #cccccc;
  padding: 35px 20px;
  margin-right: 20px;
  display: flex;
  flex-direction: column;
  height: auto;
}

.ocean_plan_detail:last-of-type {
  margin-right: 0;
}

.ocean_plan_detail div:first-of-type {
  font-size: 1em;
  text-align: left;
  width: 100%;
  height: 50px;
}

.ocean_plan_detail h4 {
  font-size: 1.6em;
  font-weight: 500;
  text-align: left;
  margin: 1.2em 0;
}

.ocean_plan_tag {
  display: flex;
  align-items: center;
}

.ocean_plan_tag span {
  display: inline-block;
  background-color: #008e72;
  color: #ffffff;
  border-radius: 5px;
  padding: 8px;
  margin-right: 5px;
  font-size: 0.8em;
  letter-spacing: 0.1em;
}

.ocean_plan_detail img {
  width: 100%;
  margin: 1em 0 25px;
  height: 210px;
  object-fit: cover;
}

.ocean_plan_price {
  text-align: center;
  color: #1b84a7;
  flex-grow: 1;
}

.ocean_plan_price p {
  font-size: 1em;
  line-height: 1.8em;
  font-weight: 500;
}

.ocean_plan_price span {
  font-size: 2em;
}

.ocean_plan_note {
  text-align: left;
  font-size: 1em;
  font-weight: 500;
  margin: 1em 0;
}

.ocean_price_note {
  width: 68%;
  background-color: #dbe9ee;
  margin: 50px auto 50px;
  padding: 1em 2em;
  text-align: center;
}

.ocean_price_note p {
  font-size: 1.3rem;
  font-weight: 500;
}

.ocean_tel_box {
  background: #fff;
  padding: 15px 30px;
  margin-top: 15px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 460px;
  margin: 20px auto 0;
}

.ocean_tel_box span {
  font-size: 1.3rem;
  vertical-align: middle;
  display: block;
  font-weight: normal;
}

.ocean_tel_box a {
  font-size: 1.3rem;
  vertical-align: middle;
  font-weight: bold;
}
.ocean_tel_box img {
  width: 25px;
  height: 25px;
  vertical-align: middle;
  margin-left: 30px;
  margin-right: 10px;
}

.ocean_plan_text {
  text-align: center;
  font-size: 1em;
  font-weight: 500;
  margin: 0;
  padding: 30px 0 10px;
}

.container-ocean-flow {
  display: flex;
  align-items: center;
  margin: 20px 0;
  padding: 20px 30px;
  border-radius: 10px;
}

.ocean-flow-left {
  width: 100%;
  padding: 10px;
}

.ocean-number {
  text-align: left;
  border-bottom: dashed 1px #aaaaaa;
}

.ocean-number.no-image {
  border-bottom: none;
}

.ocean-number span {
  display: inline-block;
  margin: auto 0;
  width: 50px;
  height: 50px;
  font-size: 2.5rem;
  color: #fff;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
}

.ocean-number h4 {
  display: inline-block;
  line-height: 1.6;
  font-size: 1.5rem;
  font-weight: 500;
  padding: 15px 20px;
}

.ocean_text {
  font-size: 1.2em !important;
  margin: 1.5em 0;
}

.ocean_text_flow {
  width: 100%;
  font-size: 1em;
  text-align: center;
  margin-top: 1.5em;
}

.ocean-flow-left p {
  padding: 20px 10px;
  text-align: left;
  line-height: 2em;
  font-size: 1em;
}

.ocean-flow-right {
  padding: 10px;
  width: 100%;
  height: auto;
}

.triangle-o-flow:not(:last-of-type) {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 60px 0 60px;
  border-color: #008e72 transparent transparent transparent;
  margin: 20px auto;
}

/*FMとやま清掃キャンペーン　20230928コンテンツ追加*/
.cource-ocean-area {
  overflow-x: hidden;
  margin-bottom: 30px;
}
.campaign {
  background: #f2fcff;
  padding: 50px;
  margin: 0 calc(50% - 50vw) 100px;
  width: 100vw;
}
.campaign_img {
  display: flex;
  justify-content: space-around;
  align-items: baseline;
  width: 100%;
}
/* .campaign_img img {
	width: 100%;
	max-width: 350px;
	margin-right: 10px;
	margin-left: 10px;
} */
.campaign_txt {
  max-width: 700px;
  text-align: left;
  margin: 30px auto;
  line-height: 1.7;
  letter-spacing: 0.07em;
  display: flex;
  justify-content: center;
}
/*清掃キャンペーン　20240527コンテンツ追加*/
.campaign_img0928 {
  justify-content: center;
}
.campaign_0928 {
  margin: 0 15px;
}

.width-semifixed0527 {
  text-align: center;
  margin: 0 auto;
  max-width: 1280px;
  width: 100%;
  display: block;
}
.campaign_img_0527 {
  width: 24%;
}

.campaign_txt h4 {
  font-weight: normal;
  font-size: 1em;
}

/* SPサイズ */
@media screen and (max-width: 768px) {
  .cource-ocean-inner {
    padding-right: 5%;
    padding-left: 5%;
  }
  .ocean .cource-recommend-wrapper {
    padding: 0;
  }
  .ocean_plan_box {
    flex-direction: column;
  }
  .ocean_plan_detail {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    height: 100%;
  }
    .ocean_plan_box div.ocean_plan_detail:nth-of-type(3) {
    margin-bottom: 0;
  }
  .ocean_price_note {
    margin: 30px 0 0 0;
    width: 100%;
  }
  .ocean_tel_box{
    width: 100%;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .ocean_price_note p {
    font-size: 1rem;
  }
  .ocean_tel_box img {
    margin-left: 0;
  }
  .container-ocean-flow {
    flex-direction: column;
    padding: 10px;
  }
  .ocean_plan_text,
  .ocean-flow-left p,
  .ocean .pccenter_spleft,
  .ocean_plan_detail div:first-of-type,
  .campaign_txt h4 {
    font-size: 1.15em;
  }
  .ocean_plan_detail div:first-of-type{
    height: auto;
  }
  .campaign_img {
    flex-direction: column;
  }
  .campaign_img_0527 {
    width: 100%;
    margin-bottom: 5px;
  }
  .cource-ocean-area {
    margin-bottom: 0;
  }
  .ocean_plan {
    margin: 0 auto;
  }
  .ocean .fd_banner {
    margin-bottom: 0;
  }
  .ocean-number span{
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 1.8rem;
  }
  .ocean-number h4{
    font-size: 1.25rem;
  }
}

/* 海洋散骨ページ　ここまで --------------------------------*/
