@charset "UTF-8";
/*==========================================
  Common
==========================================*/
/*==================================*/
/* base
==================================*/
a.Arrow {
  position: relative;
  display: inline-block;
  padding-right: 20px;
  color: #333;
  text-decoration: none;
}
a.Arrow::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  margin-top: -3px;
  transform: rotate(45deg);
  display: inline-block;
  vertical-align: 1.05px;
  margin-left: 6px;
}

.btn_normal a {
  display: block;
  padding: 15px 0;
  text-align: center;
  background-color: #000;
  color: #fff;
  font-size: 16px;
  width: 245px;
  margin: 0 auto;
}
.btn_normal a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.main_video_area .thumbnail {
  height: 0;
}
.main_video_area .thumbnail img {
  height: 0;
}

.Home section.Award_box .txt,
.Home section.Award_box .txt a,
section.Map_box address,
section.Map_box .ad_t,
section.Map_box .tel_kome,
section.Map_box .kome_bg,
.Menu_linkbox li li a,
.Sns_box a {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif, "Hiragino Sans", Meiryo, "MS PGothic", sans-serif;
}

.pc {
  display: none !important;
}

.sv {
  background: none;
  height: 0;
}
.sv h1 {
  text-indent: -9999px;
  opacity: 0;
  height: 0;
  padding: 0;
  margin: 0;
  float: none;
}


.styleun_box {
  display: block;
  width:80%;
  margin: 0 auto;
}

.styleun_box div {
            width: 100%; /* 画像とテキストの幅を30%に設定 */
            margin-bottom: 20px; /* 画像とテキスト間に余白を追加 */
            text-align: center; /* テキストを中央揃えにする */
        }
.styleun_box img {
                    width:100%; /* 画像の幅を100%に設定 */
                    border-radius: 8px; /* 画像に角丸を適用 */
                }

/*==================================
  common
==================================*/
.fixBnr .fixBnrWrap.ok {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  display: none;
}
.fixBnr .fixBnrClose {
  display: block;
}
.fixBnr .fixBnrClose img {
  border-radius: 50%;
  padding: 2px;
  margin: -2px 0 -17px;
  z-index: 3;
  position: relative;
}

.S_Wrap {
  margin: 0 auto;
  padding: 0 15px;
}

#header {
  padding: 10px 0;
  display: block !important;
  background-color: #fff;
  overflow: visible !important;
  position: static !important;
  background: #fff;
  height: 65px;
}
#header .logo_mark {
  display: none;
}
#header .logo {
  width: 170px;
  padding: 10px 0 0 20px;
  position: relative;
}
#header .logo img {
  width: 100%;
}
#header .hamburger {
  display: block;
  position: absolute;
  top: 10px;
  right: 20px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  text-align: center;
  z-index: 700;
}
#header .hamburger span {
  display: block;
  position: absolute;
  width: 40px;
  height: 1px;
  left: 0;
  background: #000;
  transition: 0.3s ease-in-out;
}
#header .hamburger span.b01 {
  top: 16px;
}
#header .hamburger span.b02 {
  top: 23px;
}
#header .hamburger span.b03 {
  top: 30px;
}
#header .hamburger.active {
  position: fixed;
  top: 18px !important;
  right: 20px;
  left: auto;
  z-index: 600;
}
#header .hamburger.active span.b01 {
  background: #000;
  transform: rotate(-30deg);
}
#header .hamburger.active span.b02 {
  display: none;
}
#header .hamburger.active span.b03 {
  top: 16px;
  background: #000;
  transform: rotate(30deg);
}
#header nav.globalMenu {
  visibility: hidden;
  opacity: 0;
  height: 0;
}
#header nav.globalMenu.active {
  background-color: #f7f6f1;
  position: fixed;
  z-index: 500;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  transform: translate(0, 0);
  visibility: visible;
  opacity: 1;
  overflow-y: scroll;
}

.Menu_linkbox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: left;
}
.Menu_linkbox .l_box01 {
  width: 50%;
}
.Menu_linkbox .l_box02 {
  width: 50%;
}
.Menu_linkbox .l_box03 {
  width: 50%;
}
.Menu_linkbox .l_box04 {
  width: 50%;
}
.Menu_linkbox .c {
  margin-top: 30px;
}
.Menu_linkbox ul li {
  margin-bottom: 35px;
}
.Menu_linkbox ul li a {
  font-size: 14px;
  color: #000;
  line-height: 1.6;
  display: flex;
  align-items: center;
}
.Menu_linkbox ul li a.Arrow::after {
  border-color: #000;
  margin-top: 0.5px;
}
.Menu_linkbox ul li ul {
  margin-top: 18px;
}
.Menu_linkbox ul li li {
  margin-bottom: 15px;
}
.Menu_linkbox ul li li a {
  opacity: 0.7;
  font-size: 12px;
}

.Sns_box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 20px;
}
.Sns_box li {
  color: #abada8;
  margin: 0 0 10px;
  width: 30%;
  text-align: center;
}
.Sns_box li span.s {
  display: none;
}
.Sns_box li a {
  color: #000;
  margin: 0 14px 0 0;
  background: url(../img/icon_line_b.svg) no-repeat center top;
  background-size: 25px auto;
  text-align: center;
  display: block;
  margin: 0;
  padding: 34px 0 10px;
  font-size: 11px;
}
.Sns_box li a:hover {
  text-decoration: underline;
}
.Sns_box .facebook a {
  background: url(../img/icon_facebook_b.svg) no-repeat center top;
  background-size: 25px auto;
}
.Sns_box .instagram a {
  background: url(../img/icon_Instagram_b.svg) no-repeat center top;
  background-size: 25px auto;
}
.Sns_box .staffblog a {
  background: url(../img/icon_blog_b.svg) no-repeat center top;
  background-size: 23px auto;
}

.Tel_box {
  margin: 0 0 20px;
}
.Tel_box ul {
  text-align: center;
}
.Tel_box span.s {
  display: none;
}
.Tel_box dt {
  font-size: 14px;
  margin-bottom: 10px;
}
.Tel_box dd {
  color: #b59501;
  font-size: 26px;
  margin-bottom: 30px;
}
.Tel_box dd a {
  color: #b59501;
  letter-spacing: 0.02em;
}
.Tel_box dd span {
  font-size: 20px;
}
.Tel_box .tel_kome {
  font-size: 12px;
  line-height: 1.8;
  margin: 0 auto 20px;
  width: 200px;
  text-align: left;
}
.Tel_box .kome_bg {
  font-size: 10px;
  line-height: 1.6;
  background-color: #f1f1f1;
  padding: 10px 10px;
  margin: 0 auto 20px;
}
.Tel_box span.s {
  display: none;
}

#header {
  overflow: visible;
}
#header .Menu_linkbox {
  padding-top: 40px;
}
#header .Contact_box {
  padding: 20px 0 40px;
  background: none !important;
}
#header .Sns_box {
  padding-bottom: 0px;
}
#header .C_title,
#header .lead,
#header .cont {
  display: none;
}
#header .Tel_box {
  margin: 0 20px 20px;
  border-bottom: solid 1px #abada8;
}

#header.gnav01fix-fixed {
  top: 0 !important;
  position: fixed !important;
}
#header.gnav01fix-fixed .hamburger {
  position: fixed !important;
  top: 10px;
  right: 20px;
}
#header.gnav01fix-fixed .h-box {
  height: 62px !important;
  top: 0 !important;
}
#header.gnav01fix-fixed .s-menu {
  position: absolute;
  top: 0;
  right: 592px;
  width: 485px;
  height: 56px;
  overflow: hidden;
  margin: 0 !important;
}
#header.gnav01fix-fixed .r-menu {
  position: absolute;
  top: 0;
  right: 0;
}
#header.gnav01fix-fixed .r-menu {
  height: 56px;
  overflow: hidden;
}
#header.gnav01fix-fixed .r-menu ul li {
  padding: 13px 2px;
}
#header.gnav01fix-fixed .ptx {
  font-size: 16px;
}
#header.gnav01fix-fixed .pnumber {
  font-size: 20px;
}

.common_Award_box .p01 {
  text-align: center;
  margin: 0 auto 10px;
  width: 140px;
}
.common_Award_box .p01 img {
  width: 100%;
}
.common_Award_box .p02 {
  padding: 0 0;
}
.common_Award_box .p02 img {
  width: 100%;
}
.common_Award_box h2 {
  text-align: center;
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 20px;
}
.common_Award_box figure {
  text-align: center;
  margin-bottom: 20px;
}
.common_Award_box .txt {
  text-align: center;
  line-height: 1.8;
  margin-bottom: 20px;
  font-size: 13px;
}
.common_Award_box .txt a {
  display: block;
  text-align: center;
  margin-top: 15px;
}

/*==================================
  footer
==================================*/
section.Contact_box {
  background-color: #f3f1ea;
  padding: 40px 0;
}
section.Contact_box .C_title {
  margin-bottom: 20px;
}
section.Contact_box .lead {
  text-align: center;
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 1.8;
}
section.Contact_box .btn,
section.Contact_box .link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 20px;
}
section.Contact_box .btn li,
section.Contact_box .link li {
  width: 49%;
  height: 57px;
  overflow: hidden;
}
section.Contact_box .btn li.l01,
section.Contact_box .link li.l01 {
  width: 100%;
  margin-bottom: 2%;
  height: 52px;
}
section.Contact_box .btn li a,
section.Contact_box .link li a {
  background-color: #d1ac00;
  display: block;
  color: #fff;
  padding: 22px 0;
  text-align: center;
  font-size: 13px;
  line-height: 1.3;
}
section.Contact_box .btn li a:hover,
section.Contact_box .link li a:hover {
  text-decoration: none;
  opacity: 0.7;
}
section.Contact_box .btn li a.line,
section.Contact_box .link li a.line {
  background-color: #789256;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 14px 0;
}
section.Contact_box .btn li a.line::before,
section.Contact_box .link li a.line::before {
  content: "";
  display: block;
  background: url(../img/icon_line_w.svg) no-repeat 0 50%;
  background-size: 23px auto;
  width: 23px;
  height: 23px;
  margin-right: 5px;
}
section.Contact_box .btn li a.line br,
section.Contact_box .link li a.line br {
  display: none;
}
section.Contact_box .link {
  margin-top: 2%;
}
section.Contact_box .link li {
  margin-bottom: 2%;
}
section.Contact_box .link a::after {
  display: none;
}
section.Contact_box .link a.l04 {
  padding: 12px 0 !important;
}

.Map_box {
  margin: 0 15px;
}
.Map_box .map iframe {
  filter: grayscale(100%);
  width: 100%;
  height: 100%;
}
.Map_box .r_box {
  padding: 50px 0 20px;
}
.Map_box .r_box .logo_box {
  width: 230px;
  margin: 0 auto 30px;
}
.Map_box .r_box .logo_box .logo {
  margin-bottom: 10px;
}
.Map_box .r_box .logo_t {
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  font-size: 14px;
  text-align: center;
  padding: 15px 0;
}
.Map_box .r_box address,
.Map_box .r_box .ad_t {
  font-style: normal;
  font-size: 14px;
  margin-bottom: 15px;
  text-align: center;
}
.Map_box .r_box .ad_t {
  margin-bottom: 30px;
}
.Map_box .r_box .btn_normal a {
  margin: 20px auto 40px;
}

footer {
  padding: 30px 0 !important;
}
footer .Menu_linkbox {
  display: none;
}
footer a {
  color: #fff !important;
}
footer a::after {
  border-color: #fff !important;
}
footer .Sns_box {
  margin: 0;
}
footer .Sns_box li {
  margin-bottom: 0;
}
footer .Sns_box .line a {
  background: url(../img/icon_line_w.svg) no-repeat center top;
  background-size: 25px auto;
}
footer .Sns_box .facebook a {
  background: url(../img/icon_facebook_w.svg) no-repeat center top;
  background-size: 25px auto;
}
footer .Sns_box .instagram a {
  background: url(../img/icon_Instagram_w.svg) no-repeat center top;
  background-size: 25px auto;
}
footer .Sns_box .staffblog a {
  background: url(../img/icon_blog_w.svg) no-repeat center top;
  background-size: 23px auto !important;
}

/*==========================================
  Layout
==========================================*/
/*==================================
  Top main
==================================*/
.Home {
  position: relative;
}
.Home img {
  height: auto;
}
.Home .bestrate {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 130px;
  z-index: 2;
}
.Home .bestrate img {
  width: 100%;
}
.Home .bestrate p {
  background: #857351;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
  justify-content: center;
  text-decoration: none !important;
}
.Home .bestrate a {
  display: block;
  transition: 0.3s;
}
.Home .bestrate a:hover {
  opacity: 0.7;
  text-decoration: none !important;
}

.main_video_area {
  width: 100%;
  height: calc(100vh - 119px);
  overflow: hidden;
  position: relative;
}
.main_video_area video {
  position: relative;
  top: 0;
  width: 100%;
  height: calc(100vh - 119px);
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.main_video_area::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100vh - 119px);
  background-color: rgba(0, 0, 0, 0.3);
}
.main_video_area .main_txt {
  position: absolute;
  top: calc(50% - 65px);
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 3;
  width: 210px;
}
.main_video_area .main_txt li.logo {
  width: 148px;
  margin: 0 auto 20px;
}
.main_video_area .main_txt li.logo img {
  width: 100%;
}
.main_video_area .main_txt .t {
  font-size: 16px;
  line-height: 50px;
  color: #fff;
  width: auto;
  line-height: 2;
}
.main_video_area .btn_scroll {
  position: absolute;
  bottom: 90px;
  left: 50%;
  z-index: 5;
  margin-left: -20px;
}
.main_video_area .btn_scroll a {
  font-size: 16px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  position: relative;
}
.main_video_area .btn_scroll a:after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #fff;
  border-left: solid 2px #fff;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin: -4px 0 0 -3px;
  transform: rotate(-135deg);
}

.main-modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  z-index: 1111111;
  width: 100%;
  left: 0;
}

.modal__bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}

.main-modal .container {
  position: relative;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  max-width: 800px;
}

.main-modal .container .btn {
  width: 40px;
  height: 40px;
  position: absolute;
  top: -10px;
  right: -10px;
  cursor: pointer;
}

.main-modal .container .movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.main-modal .container .movie video {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

body.active {
  overflow: hidden;
}

html.active {
  overflow: hidden;
}

.modalbtn {
  text-align: center;
  z-index: 2;
  width: 200px;
  margin: 20px auto 30px;
}
.modalbtn a {
  display: block;
  padding: 10px 20px;
  color: #fff;
  background-color: #000;
  font-size: 12px;
}
.modalbtn a::after {
  border-color: #fff;
}

/*==================================
  base
==================================*/
.Mincho,
.btn_normal a {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Sawarabi Mincho", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.C_title {
  font-size: 32px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 50px;
}
.C_title span {
  font-size: 16px;
  display: block;
  margin-top: 10px;
  letter-spacing: 0;
}

/*==================================
  top
==================================*/
.Home {
  margin: 0 0 0;
}
.Home .Top_Banner_area {
  text-align: center;
  margin: 10px 10px 40px;
  aspect-ratio: 2.78/1;
}
.Home .Top_Banner_area img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.Home #anc01 {
  padding-top: 120px;
  margin-top: -110px;
  display: block;
  height: 0;
}
.Home .bnr {
  width: auto;
  padding: 0 20px;
}
.Home .bnr img {
  width: 100%;
}
.Home section {
  margin-bottom: 30px;
  padding: 0 15px;
}
.Home section .tl {
  font-size: 20px;
  line-height: 1.7;
  text-align: center;
  margin-bottom: 20px;
}
.Home section .lead {
  font-size: 16px;
  line-height: 2.1;
  text-align: center;
}
.Home .Recommendfair .C_title,
.Home .Recommendplan .C_title {
  margin-bottom: -230px;
  z-index: 3;
  background-color: #ffffff;
  padding: 30px 40px 20px;
  position: relative;
}
.Home .Recommendplan .C_title {
  margin-bottom: -110px;
}
.Home .Banner_box {
  margin: 0 15px 30px;
}
.Home .Banner_box img {
  width: 100%;
}
.Home .topNewsList {
  background-color: #f7f7f7;
  padding: 40px 15px;
  margin-top: 0 !important;
}
.Home .Award_box .p01 {
  text-align: center;
  margin: 0 auto 10px;
  width: 140px;
}
.Home .Award_box .p01 img {
  width: 100%;
}
.Home .Award_box .p02 {
  padding: 0 0;
}
.Home .Award_box .p02 img {
  width: 100%;
}
.Home .Award_box h2 {
  text-align: center;
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 20px;
}
.Home .Award_box figure {
  text-align: center;
  margin-bottom: 20px;
}
.Home .Award_box .txt {
  text-align: center;
  line-height: 1.8;
  margin-bottom: 20px;
  font-size: 13px;
}
.Home .Award_box .txt a {
  display: block;
  text-align: center;
  margin-top: 15px;
}
.Home .styleBox .item {
  margin-bottom: 80px;
}
.Home .styleBox .item_end {
  margin-bottom: 0;
}
.Home .reason .inn .box {
  background: #fff;
}
.Home .reason .inn .box .txtbox .txt {
  padding: 20px 0 0;
}
.Home .top-wedding-report {
  margin-bottom: 30px;
}
.Home .topConceptWrap .topConcept {
  background: none;
}

/*==================================
  simple
==================================*/
main.Simple #anc01,
main.Simple #anc02 {
  padding-top: 60px;
  margin-top: -60px;
  display: block;
  height: 0;
}
main.Simple .sp {
  display: block;
}
main.Simple section:not(.common_Award_box) p,
main.Simple section:not(.common_Award_box) li,
main.Simple section:not(.common_Award_box) dt,
main.Simple section:not(.common_Award_box) dd,
main.Simple section:not(.common_Award_box) h2,
main.Simple section:not(.common_Award_box) h3,
main.Simple section:not(.common_Award_box) h4,
main.Simple section:not(.common_Award_box) h5 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif, "Hiragino Sans", Meiryo, "MS PGothic", sans-serif;
  line-height: 1.7;
}
main.Simple .main_ph img {
  width: 100%;
  height: auto;
}
main.Simple .message h2 {
  text-align: center;
  margin: 30px auto;
  max-width: 250px;
}
main.Simple .message h2 img {
  width: 100%;
  max-width: 100%;
}
main.Simple .Which_area .box {
  margin: 0 15px;
}
main.Simple .Which_area .box a {
  display: block;
  margin: 0 auto 40px;
}
main.Simple .Which_area .box a:hover {
  text-decoration: none;
}
main.Simple .Which_area .w_box li img {
  width: 12px;
  height: auto;
}
main.Simple .Which_area .w_box .txt {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}
main.Simple .Which_area .w_box .txt span {
  font-size: 14px;
  line-height: 24px;
  padding: 0 15px;
}
main.Simple .Which_area .w_box .tl h3 {
  background: #82965a;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  padding: 15px;
  position: relative;
  transition: 0.3s;
  font-size: 18px;
  line-height: 1.4;
}
main.Simple .Which_area .w_box .tl h3::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 7px 7px;
  border-color: transparent transparent #82965a;
  position: absolute;
  left: 50%;
  margin-left: -7px;
  bottom: -7px;
  top: auto;
  transform: rotate(180deg);
}
main.Simple .Which_area .w_box .tl h3 figure {
  background: #fff;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}
main.Simple .Which_area .w_box .tl h3 figure img {
  width: 20px;
}
main.Simple .Which_area .w_box .tl h3 strong {
  width: calc(100% - 50px);
}
main.Simple .Which_area .w_box02 .tl h3 {
  background: #5b718e;
}
main.Simple .Which_area .w_box02 .tl h3::after {
  border-color: transparent transparent #5b718e;
}
main.Simple .Which_area .w_box02 .tl h3 figure img {
  width: 24px;
}
main.Simple .Which_area a:hover .w_box .tl h3 {
  background: #92ab61 !important;
}
main.Simple .Which_area a:hover .w_box .tl h3::after {
  border-color: transparent transparent #92ab61;
}
main.Simple .Which_area a:hover .w_box02 .tl h3 {
  background: #6786b1 !important;
}
main.Simple .Which_area a:hover .w_box02 .tl h3::after {
  border-color: transparent transparent #6786b1;
}
main.Simple .Plan_area {
  background: #f7f6eb;
  padding: 15px;
}
main.Simple .Plan_area .Plan_inner {
  background: #fff;
  padding: 30px 15px;
  width: auto !important;
}
main.Simple .Plan_area h3 {
  font-size: 18px;
  justify-content: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #4a7e51;
  margin-bottom: 15px;
  line-height: 1.4 !important;
}
main.Simple .Plan_area h3 figure {
  background: #fff;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  border: solid 1px #4c4c4c;
}
main.Simple .Plan_area h3 figure img {
  width: 20px;
}
main.Simple .Plan_area h3 span {
  font-size: 20px;
  background: url(../../images/simple/border.svg) no-repeat 0 bottom;
  background-size: auto 2px;
  padding: 0 0 7px;
  display: block;
  width: 150px;
}
main.Simple .Plan_area h4 {
  margin: 10px 0 15px;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
}
main.Simple .Plan_area h4 span {
  color: #369f67;
}
main.Simple .Plan_area .lead {
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}
main.Simple .Plan_area .btn a {
  background: #d1ac00;
  display: block;
  padding: 15px 0;
  width: 220px;
  margin: 20px auto 30px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
main.Simple .Plan_area .btn a:hover {
  text-decoration: none;
  opacity: 0.7;
}
main.Simple .Plan_area .kome {
  font-size: 12px;
  text-align: center;
}
main.Simple .plan02 {
  background: #ebeef2;
}
main.Simple .plan02 h4 span {
  color: #3c91b4;
}
main.Simple .plan02 h3 {
  color: #5e7697;
}
main.Simple .plan02 h3 figure img {
  width: 24px;
}
main.Simple .swiper {
  max-width: 743px;
  margin: 0 auto;
}
main.Simple .swiper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main.Simple .swiper .plan_swiper {
  position: relative;
}
main.Simple .swiper .swiper-pagination {
  display: flex;
  justify-content: flex-end;
  padding-right: 20px;
  margin-bottom: 5px;
}
main.Simple .swiper .swiper-pagination-bullet {
  background: #dddddd;
  opacity: 1 !important;
}
main.Simple .swiper .swiper-pagination-bullet-active {
  background-color: #958067;
  opacity: 1 !important;
}
main.Simple .common_Award_box {
  margin: 50px 15px;
}
