@charset "UTF-8";
@import url(base.css);
@import url(fonts.css);
@import url("https://fonts.googleapis.com/css2?family=Tangerine:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&display=swap");
/*==========================================================================*/
/*//////////////////////////////////////////////////////////////////////////*/
/*//////                                                              //////*/
/*//////  Copyright (C) 2009 株式会社フリーセル All Rights Reserved.  //////*/
/*//////                                                              //////*/
/*//////////////////////////////////////////////////////////////////////////*/
/*                                                                          */
/*    base.css  --> スタイルの初期設定を行うため、変更しないで下さい。      */
/*    fonts.css --> フォントの初期設定を行うため、変更しないで下さい。      */
/*                                                                          */
/*==========================================================================*/
/*==========================================================================*/
/*                           Common-Setting                                 */
/*==========================================================================*/
/* 基本タグのフォントサイズを指定（12px -> 120% or 1.2em ） */
h1, h2, h3, h4, h5, h6, input, button, textarea, select, p, blockquote, th, td, pre, address, li, dt, dd { -webkit-text-size-adjust: none; }

* { box-sizing: border-box; outline: none; }

input, button, textarea, select, p, blockquote, th, td, pre, li, dt, dd { font-size: 150%; letter-spacing: 1px; }

p, dt, dd, td, th, li { line-height: 1.8em; letter-spacing: 0.08em; }

img { vertical-align: bottom; max-width: 100%; height: auto; }

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

.en { font-family: 'Tangerine', cursive; }

.big { font-family: 'Noto Serif JP', serif; }

/*==========================================================================*/
/*                            Container                                     */
/*==========================================================================*/
html { background: none; }

header, section, footer, aside, nav, main, article, figure { display: block; }

body { color: #444444; font-family: 'Noto Serif JP', serif; font-weight: 100; }

#wrapper { width: 100%; overflow: hidden; }

.sp, .sp_320, .sp_375, .sp_480 { display: none; }

.pc { display: block; }

.bold { font-weight: bold; }

.fr { float: right; }

.fl { float: left; }

.tel_link { cursor: auto; }

.txt_tel { text-decoration: none; }

.v_top { vertical-align: top; }

.txt_ver { cursor: vertical-text; writing-mode: vertical-rl; -o-writing-mode: vertical-rl; -ms-writing-mode: vertical-rl; -ms-writing-mode: tb-rl; -moz-writing-mode: vertical-rl; -webkit-writing-mode: vertical-rl; text-orientation: upright; word-wrap: break-word; }

/* table */
table { width: 100%; }

table th, table td { border: 1px solid #e1e1e0; box-sizing: border-box; padding: 13px 20px 10px; }

table th { background: #1f955b; text-align: center; }

table td { background: #fff; }

table.tbl_style1 > tbody > tr > th { border-top: none !important; }

table.tbl_style2 > tbody > tr > th { background-color: #d2eade; color: #1f955b; text-align: left; }

/* to top */
#totop { position: fixed; z-index: 50; margin: 0; display: none; width: 90px; }

@media screen and (min-width: 769px) { a:hover, a:active { color: #000; }
  a:hover { transition: all .3s; opacity: 0.8; }
  p { margin-bottom: 25px; }
  #wrapper, header { min-width: 1200px; }
  .inner { max-width: 1180px; margin: 0 auto; }
  .image_l { float: left; margin: 8px 40px 15px 0; }
  .image_r { float: right; margin: 8px 0 15px 40px; }
  .image_l img, .image_r img { width: auto; max-width: 520px; }
  .no-hover { opacity: 1 !important; text-decoration: none !important; color: #000 !important; }
  .tel_link { pointer-events: none; cursor: text; }
  #totop { right: 40px; bottom: 40px; }
  #totop a { transition: all .3s; }
  #totop a:hover { opacity: 0.7; }
  /* topic path */
  .topic_path { background: #f5f5f5; }
  .topic_path ul { text-align: right; }
  .topic_path li { display: inline-block; font-size: 14px; margin-right: 10px; line-height: 1; color: #333; position: relative; padding: 18px 15px 18px 0; }
  .topic_path li:last-child { margin-right: 0; padding-right: 0; }
  .topic_path li:not(:last-child):before { content: ''; border-right: solid 1px #666; border-bottom: solid 1px #666; position: absolute; transform: rotate(-45deg); padding: 3px; right: 1px; top: 50%; margin-top: -3px; }
  .topic_path li a { display: inline-block; margin-right: 5px; text-decoration: underline; color: #019646; position: relative; }
  .topic_path li a:hover { text-decoration: none; } }

/* end min-width 641 */
/*==========================================================================*/
/*                               Header                                     */
/*==========================================================================*/
header { position: fixed; top: 0; left: 0; width: 100%; height: 110px; background: rgba(255, 255, 255, 0.98); box-shadow: 0 0 8px rgba(0, 0, 0, 0.1); z-index: 7; }

header h1 { font-family: Meiryo, arial, clean, verdana, "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka, sans-serif; }

header .head_ct { display: flex; justify-content: space-between; padding: 12px 30px 0; }

header .head_l h1 { font-size: 12px; letter-spacing: 0em; line-height: 20px; background: rgba(255, 255, 255, 0.5); }

header .head_l #logo { margin-top: 10px; margin-bottom: 0px; }

header .head_l #logo a { display: flex; align-items: center; font-size: 25px; letter-spacing: 0; color: #7c7c7c; font-weight: 500; }

header .head_l #logo a:hover { opacity: 1; }

header .head_l #logo img { width: 230px; margin-right: 10px; }


/* ----- PC用 お問い合わせメニュー（右上） ----- */

header .head_r {
  display: block;
  width: 480px;
  height: 45px;
}
header .head_r ul {
  display: flex;
  background: #9fb995;
}
header .head_r li {
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
  border-right: 1px #fff solid;
}
header .head_r li a {
  display: block;
  width: 155px;
  height: 45px;
  color: #fff;
  padding: 3px 0 0 38px;
}
header .head_r li:nth-child(1) a {
  background: url(../images/ic_line.svg) no-repeat 10px 15px;
  background-size: 18px;
}
header .head_r li:nth-child(2) a {
  background: url(../images/ic_plane_w.png) no-repeat 10px 15px;
  background-size: 18px;
}
header .head_r li:nth-child(3) {
  width: 170px;
  height: 45px;
  background: url(../images/ic_tel_w.svg) no-repeat 10px 15px;
  background-size: 18px;
  padding: 13px 0 0 38px;
  border-right: none;
}

/* ----- // PC用 お問い合わせメニュー（右上） // ----- */



@media screen and (min-width: 769px) { header #gnavi .scroll { padding: 13px 0; }
  header #gnavi.fixed .scroll { position: fixed; left: 0; top: 0; width: 100%; background: rgba(255, 255, 255, 0.7); } }

ul.menu { width: 100%; box-sizing: border-box; }

ul.menu > li > a, ul.menu > li > span { text-decoration: none; display: block; font-weight: 700; }

ul.menu .sub li:first-child { border-top: none; }

ul.menu .sub li a { display: block; text-decoration: none; position: relative; }

ul.menu .sub li a:before { content: ""; position: absolute; top: 50%; transform: rotate(-45deg) translateY(-50%); padding: 3px; }

@media screen and (min-width: 769px) { ul.menu { display: flex; height: 100%; }
  ul.menu > li { position: relative; box-sizing: border-box; text-align: center; padding: 10px 0; }
  ul.menu > li:nth-child(1) { width: 170px; }
  ul.menu > li:nth-child(2) { width: 202px; }
  ul.menu > li:nth-child(3) { width: 165px; }
  ul.menu > li:nth-child(4) { width: 178px; }
  ul.menu > li:nth-child(5) { width: 165px; }
  ul.menu > li:nth-child(6) { width: 163px; }
  ul.menu > li:nth-child(7) { width: 158px; }
  ul.menu > li > a, ul.menu > li > span { font-size: 18px; text-align: center; transition: color 0.3s; }
  ul.menu > li:hover > a, ul.menu > li:hover > span { color: #287b44; opacity: 1 !important; }
  ul.menu > li:hover .sub { height: auto; opacity: 1; overflow: inherit; transform: translateX(0) !important; padding-top: 13px; }
  ul.menu .sub { height: 0; opacity: 0; overflow: hidden; box-sizing: border-box; position: absolute; left: 50%; top: 50px; width: 300px; margin-left: -150px; z-index: 10; transform: translateX(30px); transition: transform 0.3s, opacity 0.3s; }
  ul.menu .sub li { background: rgba(40, 123, 68, 0.9); }
  ul.menu .sub li:first-child { padding-top: 20px; }
  ul.menu .sub li:last-child { padding-bottom: 20px; }
  ul.menu .sub li a { padding: 5px 30px; font-size: 16px; color: #fff; text-align: left; }
  ul.menu .sub li a:hover { color: #f8b500; } }

/* end min-width 751 */
/*==========================================================================*/
/*                             Index                                     	*/
/*==========================================================================*/
.box00 { background: url("../images/main1.jpg") fixed center no-repeat; background-size: cover; height: 100vh; position: relative; max-height: 969px; min-height: 780px; }

.box00 .inner { height: 100%; }

.box00 .box00_ct { display: flex; align-items: flex-start; justify-content: center; flex-wrap: wrap; padding-top: 210px; height: 100%; box-sizing: border-box; }

.box00 .box00_img { width: 360px; }

.box00 .box00_txt { margin: 0px auto; width: 100%; position: absolute; bottom: 40px; left: 50%; transform: translateX(-50%); }

.box00 .box00_txt p { margin-bottom: 0; }

.box00 .box00_txt .big { font-size: 40px; color: #fff; line-height: 60px; letter-spacing: 0px; font-weight: 500; margin-bottom: 5px; text-align: center; }

.box00 .box00_txt .big .sub { letter-spacing: 0.6px; }

.box00 .box00_txt .en { font-size: 20px; color: #afcaa6; }

.box00 .box00_list ul { display: flex; margin-top: 40px; }

.box00 .box00_list ul li { z-index: 1; width: 148px; height: 148px; background: #de8c90; border-radius: 50%; display: flex; justify-content: center; align-items: center; flex-direction: column; font-size: 19px; color: #fff; padding-top: 5px; position: relative; margin: 0 0 0 20px; }

.box00 .box00_list ul li ul li::before, .box00 .box00_list ul li::after { border: 1px solid #fff; border-radius: 50%; position: absolute; top: 0; right: -4px; content: ""; width: calc(100% - 2px); height: 100%; }

.box00 .box00_list ul li::after { border: 2px solid #de8c90; right: -5px; z-index: -1; height: calc(100% - 2px); }

.box00 .box00_list ul li span { font-size: 26px; line-height: 1em; }

.box00 .box00_list ul li.two { background: #d8c0dd; }

.box00 .box00_list ul li.two::after { border-color: #d8c0dd; }

.box00 .box00_list ul li.free { background: #efc7a7; }

.box00 .box00_list ul li.free::after { border-color: #efc7a7; }

.box00 .box00_anchor { position: absolute; bottom: 25px; right: 63px; }

.box00 .box00_anchor img { margin-left: 10px; }

.box01 { background: #a3be9a; padding: 43px 0; }

.box01 .box01_ct { text-align: center; color: #444444; }

.box01 .box01_ct p { margin-bottom: 0px; }

.box01 .box01_ct .big.top { font-size: 20px; line-height: 30px; font-weight: 400; }

.box01 .box01_ct .big.bot { font-size: 40px; line-height: 60px; font-weight: 500; letter-spacing: 2px; }

.box02 { position: relative; padding: 70px 0 67px; }

.box02 h3 { font-size: 30px; text-align: center; margin-bottom: 80px; font-weight: 400; letter-spacing: 1px; }

.box02 .inner { position: relative; }

.box02 .inner::before { background: url("../images/icn-flower01.png") center no-repeat; background-size: cover; width: 136px; height: 51px; position: absolute; top: -34px; left: calc(50% - 68px); content: ""; z-index: 1; }

.box02 .box02_ct { background: #fff; box-shadow: 0 0 8px rgba(0, 0, 0, 0.15); max-width: 823px; margin: 0 auto; padding: 36px 60px 28px; position: relative; }

.box02 .box02_ct::before, .box02 .box02_ct::after { position: absolute; background-position: center; background-repeat: no-repeat; background-size: cover; content: ""; }

.box02 .box02_ct::after { left: inherit; right: -31px; bottom: -20px; background-image: url("../images/icn-flower03.png"); width: 72px; height: 103px; }

.box02 .box02_ct::before { background-image: url("../images/icn-flower02.png"); width: 80px; height: 117px; bottom: -14px; left: -33px; }

.box02 .box02_ct ul li { font-size: 24px; letter-spacing: 0.3px; line-height: 34px; margin-bottom: 10px; font-weight: 400; }

.box02 .box02_ct ul li:last-child { line-height: 25px; margin-top: 14px; }

.box02 .box02_ct ul li .sm, .box02 .box02_ct ul li .sub { padding-left: 110px; }

.box02 .box02_ct ul li .sm { font-size: 16px; line-height: 16px; }

.box02 .box02_wd p { font-size: 24px; text-align: center; margin: 30px; font-weight: 400; letter-spacing: 1px; }

.box02 .box02_wd p .sm { font-size: 16px; }

.box02 .box02_br p { text-align: center; margin-top: 30px; margin-bottom: 50px;}

.box03 .box03_ct { display: flex; justify-content: center; }

.box04 .box04_ct { max-width: 1200px; margin: 0px auto 110px; width: 100%; }

.box04 .box04_ct .p1 h3::before { background-image: url(../images/point01.png); }

.box04 .box04_ct .p2 h3::before { background-image: url(../images/point02.png); }

.box04 .box04_ct .p3 h3::before { background-image: url(../images/point03.png); }

.box04 .box04_ct .p4 h3::before { background-image: url(../images/point04.png); }

.box04 .box04_ct .p5 h3::before { background-image: url(../images/point05.png); }

.box04 .box04_ct .p6 h3::before { background-image: url(../images/point06.png); }

.box04 .box04_ct h3 { font-size: 36px; text-align: center; margin-bottom: 56px; position: relative; padding-top: 0px; letter-spacing: 0.6px; }

.box04 .box04_ct h3 .green { font-weight: 500; }

.box04 .box04_ct h3::before { content: ""; width: 196px; height: 104px; display: block; margin-left: auto; margin-right: auto; background-size: auto 100%; background-position: bottom center; background-repeat: no-repeat; margin-bottom: 39px; }

.box04 .box_point { margin-top: 56px; margin-bottom: 64px; }

.box04 .box_point:last-child { margin-bottom: 0px; }

.box04 .box2col { display: flex; align-items: center; justify-content: flex-start; width: 100%; }

.box04 .box2col .col1 { width: 50%; padding-left: 36px; }

.box04 .box2col .col1 img { margin: auto; display: block; }

.box04 .box2col .col2 { width: 50%; display: flex; }

.box04 .box2col .col2 li { position: relative; padding-left: 17px; padding-left: 19px; font-size: 20px; margin: 0px auto; line-height: 50px; letter-spacing: 0px; }

.box04 .box2col .col2 li::before { content: ""; width: 17px; height: 17px; border-radius: 50%; display: block; position: absolute; left: -1px; top: 17px; background-color: #A3BE9A; }

.box05 .box05_ct { display: flex; justify-content: center; }

.green { color: #A3BE9A; }

p:last-child { margin-bottom: 0px; }

.box06 { background-color: #ffd7d7; text-align: center; padding: 38px 0px 36px; }

.box06 h3 { color: #a64444; font-size: 28px; margin-bottom: 16px; }

.box06 p { font-size: 14px; font-family: Meiryo, arial, clean, verdana, "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka, sans-serif; letter-spacing: 0px; line-height: 26px; }

.box07 .box07_ct1 { max-width: 1000px; border: 1px solid #A3BE9A; margin: 44px auto 58px; padding: 23px 26px 30px; /*display: flex;*/ justify-content: center; align-items: center; }

.box07 .box07_ct1 .image { width: 264px; margin-bottom: 0px; }

.box07 .box07_ct1 .image img { max-width: 206px; margin: auto; display: block; }

.box07 .box07_ct1 .content { padding-left: 0px; text-align: center; }

.box07 .box07_ct1 .title { font-size: 28px; letter-spacing: 0.4px; margin-bottom: 8px; line-height: 42px; }

.box07 .box07_ct1 .sub { font-size: 21px; letter-spacing: 0px; line-height: 38px; margin-bottom: 9px; }

.gmap {margin: 20px 0; height: 0; overflow: hidden; padding-bottom: 56.25%; position: relative;}

.gmap iframe {position: absolute; left: 0; top: 0; height: 100%; width: 100%;}

.box08 { max-width: 1000px; margin: 0px auto 65px; }

.box08 #fmail { font-family: Meiryo, arial, clean, verdana, "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka, sans-serif; }

.box08 .box08_ct1 { text-align: center; background: #A3BE9A; color: #fff; font-size: 170%; margin-bottom: 50px; padding: 14px 0 9px; overflow: hidden; }

.box08 .box08_ct1 span { font-family: Meiryo, arial, clean, verdana, "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka, sans-serif; font-size: 17px; line-height: 30px; letter-spacing: 0px; }

.box08 .box08_ct1 a { color: #fff; font-size: 31px; font-weight: 500; line-height: 57px; }

.box08 .box08_ct1 a:hover { opacity: 1; }

.box08 h3 { border-top: 1px dotted #A3BE9A; border-bottom: 1px dotted #A3BE9A; padding: 15px 0; font-size: 32px; margin-bottom: 35px; color: #A3BE9A; text-align: center; }

.box08 h4 { border-left: 5px solid #A3BE9A; padding: 9px 24px 11px; font-size: 18px; margin-bottom: 16px; color: #fff; background-color: #3e3d3c; letter-spacing: 0px; }

.box08 .button, .box08 p:empty { margin-bottom: 0px; }

.box08 .box08_ct3 { margin-top: 27px; }

.box08 .box08_ct3 p, .box08 .box08_ct3 font { font-family: Meiryo, arial, clean, verdana, "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka, sans-serif; font-size: 14px; letter-spacing: 0px; line-height: 1.8em; margin-bottom: 21px; }

.box08 .box08_ct3 .sign p { font-size: 13px; text-align: right; margin-bottom: 0px; line-height: 19px; }

.box08 .box08_br p { text-align: center; margin-top: 0px; margin-bottom: 30px;}

.box09 { padding: 100px 0; }

.box09 .box09_ct { display: flex; position: relative; width: 840px; margin: 0 auto 40px; padding-left: 15px; }

.box09 .box09_ct::before, .box09 .box09_ct::after { position: absolute; top: 0; left: -52px; content: ""; width: 52px; height: 52px; background: url("../images/box09_ic_1.png") center no-repeat; background-size: cover; }

.box09 .box09_ct::after { background: url("../images/box09_ic_2.png") center no-repeat; background-size: cover; left: inherit; right: -52px; }

.box09 .ttl { padding-right: 50px; margin-right: 50px; position: relative; }

.box09 .ttl h3 { align-items: flex-start; position: relative; }

.box09 .ttl h3 .en { color: #AFCAA6; font-size: 34px; line-height: 1em; letter-spacing: 0.04em; position: relative; padding-bottom: 20px; margin-bottom: 18px; margin-bottom: 5px; padding-bottom: 0; }

.box09 .ttl h3 .jp { font-size: 20px; color: #444; letter-spacing: 0.12em; display: block; }

.box09 .ttl h3::before { background: #e5e5e5; width: 1px; height: 30px; position: absolute; top: 15px; right: -50px; content: ""; }

.box09 .ttl h3 .en { margin-bottom: 5px; padding-bottom: 0; }

.box09 .ttl h3 .en::before { display: none; }

.box09 .ttl h3 .jp { font-size: 20px; }

.box09 .box09_txt p { margin-bottom: 0; font-weight: 500; }

.box09 .box09_map { height: 305px; }

.box09 .gg_map iframe { width: 100%; height: 100%; border: none; box-shadow: none; }

.box10 .box10_ct { display: flex; justify-content: center; }

@media screen and (min-width: 769px) { .box04 .box_point.p1 h3 { letter-spacing: 0.8px; }
  .box02 .box02_br p { margin-top: 30px; }
  .box04 .box_point.p1 .box2col .col2 li .green { font-weight: 500; }
  .box04 .box_point.p2 h3 { letter-spacing: 0px; }
  .box04 .box_point.p5 h3 { letter-spacing: 0.2px; }
  .box03 .box03_ct, .box05 .box05_ct { max-width: 100%; }
  .box03 .box03_ct .img, .box05 .box05_ct .img { width: 33.333%; }
  .box08 .box08_ct1 a { pointer-events: none; }
  .box08 .box08_br p { margin-top: -30px; }
  .box10 .box10_ct { max-width: 100%; }
  .box10 .box10_ct .img { width: 59.118%; }
  .box10 .box10_ct .img:first-child { width: 40.882%; } }

@media screen and (max-width: 1345px) and (min-width: 769px) { .box00 { background-attachment: inherit; max-height: 781px; }
  .box00 .box00_ct { padding-top: 188px; } }

@media screen and (min-width: 1346px) and (max-height: 810px) { .box00 { background-position: top 20px center; } }

/*==========================================================================*/
/*                              Content Under                               */
/*==========================================================================*/
.under section { padding: 70px 0; }

.under .box_h4 { margin-top: 80px; }

.under .box_h5 { margin-top: 50px; }

.under h3, .under h4, .under h5 { font-weight: 700; }

.under h3 { text-align: center; font-size: 36px; line-height: 48px; letter-spacing: 3px; position: relative; padding: 0 0 20px; margin-bottom: 40px; }

.under h3:before { content: ''; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); width: 80px; height: 3px; background: #019646; background: -moz-linear-gradient(0deg, #019646 50%, #f8b500 50%); background: -webkit-linear-gradient(0deg, #019646 50%, #f8b500 50%); background: -o-linear-gradient(0deg, #019646 50%, #f8b500 50%); background: -ms-linear-gradient(0deg, #019646 50%, #f8b500 50%); background: linear-gradient(90deg, #019646 50%, #f8b500 50%); }

.under h4 { font-size: 28px; margin-bottom: 30px; color: #333333; letter-spacing: 0.5px; }

.under h4:first-letter { color: #f8b500; }

.under h5 { font-size: 22px; color: #019646; line-height: 34px; letter-spacing: 0.5px; margin-bottom: 20px; }

.under h6 { background: #f1f6fb; font-size: 18px; font-weight: 700; padding: 15px 20px 12px; margin-top: 40px; margin-bottom: 20px; border-radius: 2px; line-height: 30px; }

.under .box_text_h3 { max-width: 940px; margin: 0 auto; }

/*==========================================================================*/
/*                             overnode                                     	*/
/*==========================================================================*/
.category_list { display: flex; justify-content: center; margin: 30px auto 0; flex-wrap: wrap; list-style: none; padding: 0; }

.category_list li { width: calc(100% / 4 - 15px); margin-right: 20px; margin-top: 20px; }

.category_list li:nth-child(4n+0) { margin-right: 0; }

.category_list li a { width: 100%; box-sizing: border-box; color: #fff; display: flex; padding: 10px 10px 10px; letter-spacing: 2px; position: relative; text-align: center; z-index: 2; height: 100%; align-items: center; text-decoration: none !important; justify-content: center; background: #287b44; font-size: 20px; }

.category_list li a:before, .category_list li a:after { content: ''; position: absolute; }

.category_list li a:before { top: 4px; left: 4px; bottom: 4px; right: 4px; border: solid 1px #fff; }

.category_list li a:after { bottom: 5px; right: 5px; width: 0; height: 0; border-style: solid; border-width: 0 0 6px 6px; border-color: transparent transparent #fff transparent; }

.category_list li a:hover { opacity: 0.8; }

.category_list li.active a { background: #4ba675; }

@media all and (-ms-high-contrast: none) { *::-ms-backdrop, .category_list li a { padding: 13px 15px 6px; } }

.blog_items .item { margin-top: 30px; }

.blog_items .item a { display: block; width: 100%; border: dashed 1px rgba(0, 0, 0, 0.1); padding: 30px; overflow: hidden; box-sizing: border-box; display: flex; flex-wrap: wrap; flex-direction: row-reverse; justify-content: space-between; text-decoration: none; }

.blog_items .item .thumb { width: 400px; height: 266px; overflow: hidden; background: #ccc; margin: 0; text-align: center; }

.blog_items .item .thumb img { position: relative; top: 50%; transform: translateY(-50%); max-height: 267px; }

.blog_items .item .box_text { width: calc(100% - 430px); }

.blog_items .item .date { color: #999; }

.blog_items .item .title { font-size: 20px; font-weight: bold; }

.blog_img { margin-bottom: 25px; text-align: center; }

.blog_img img { max-height: 400px; max-width: 800px; }

.blog_category { justify-content: center; }

.blog_btn_bot { margin-top: 60px; }

.blog_btn_bot a { display: flex; width: 200px; height: 50px; background: #f8b500; border-radius: 100px; border: none; margin: 0 auto; text-align: center; font-size: 18px; color: #fff; justify-content: center; align-items: center; text-decoration: none; }

.blog_content .image_l img { max-height: 300px; }

/*==========================================================================*/
/*                             case                                    	*/
/*==========================================================================*/
#property .block_case { border-top: solid 2px #eee; padding-top: 40px; }

#property .category_case { margin-top: 20px; }

#property .list_items { display: flex; flex-wrap: wrap; margin-bottom: 40px; }

#property .list_items .item { width: calc(100% / 4 - 30px); margin-right: 40px; margin-top: 40px; position: relative; }

#property .list_items .item:before { content: ''; position: absolute; top: -10px; left: -10px; right: -10px; bottom: -10px; background: rgba(0, 0, 0, 0.03); opacity: 0; transition: all .3s; }

#property .list_items .item:hover:before { opacity: 1; }

#property .list_items .item:nth-child(4n+0) { margin-right: 0; }

#property .list_items .item a { text-decoration: none; position: relative; z-index: 2; opacity: 1 !important; color: #333 !important; }

#property .list_items .item .thumb { margin-bottom: 10px; background: #f5f5f5; text-align: center; height: 180px; }

#property .list_items .item .thumb img { max-height: 180px; position: relative; top: 50%; transform: translateY(-50%); }

#property .list_items .item dl { display: flex; flex-wrap: wrap; margin-top: 10px; border-bottom: dotted 1px rgba(0, 0, 0, 0.1); padding-bottom: 10px; margin-bottom: 10px; }

#property .list_items .item dl:last-child { margin-bottom: 0; }

#property .list_items .item dt { width: 45px; line-height: 20px; font-size: 14px; font-weight: bold; }

#property .list_items .item dd { width: calc(100% - 45px); line-height: 20px; font-size: 14px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

#property .list_cate { display: flex; flex-wrap: wrap; }

#property .list_cate li { margin-bottom: 10px; }

#property .list_cate li a { display: flex; justify-content: center; align-items: center; text-decoration: none; height: 50px; margin: 0 auto; color: #fff; position: relative; box-sizing: border-box; background: #8f7556; }

#property .list_cate li a:before { content: ''; position: absolute; border-top: solid 5px transparent; border-bottom: solid 5px transparent; border-left: solid 5px #fff; right: 5px; bottom: 3px; transform: rotate(45deg); }

#property #box_thumbs { margin-top: 50px; }

#property #box_thumbs .slick-slide img { max-width: 100%; max-height: 100%; width: auto; height: auto; }

#property #box_thumbs .slick-slide { display: flex; justify-content: center; align-items: center; text-align: center; background: #f1f3f5; }

#property #box_thumbs .slick-slide:hover { opacity: 0.8; }

#property .thumb_show { margin-bottom: 30px; }

#property .thumb_show ul { width: 80%; margin: 0 10%; background: #f1f3f5; }

#property .thumb_show .slick-slide { height: 600px; }

#property .thumb_list ul { padding: 0 20px; }

#property .thumb_list .slick-track { margin: 0 auto; }

#property .thumb_list .slick-arrow { position: absolute; top: 0; left: 0; width: 20px; height: 100%; background: #82a163; border: none; transform: translate(0, 0); -webkit-transform: translate(0, 0); -moz-transform: translate(0, 0); -ms-transform: translate(0, 0); -o-transform: translate(0, 0); }

#property .thumb_list .slick-arrow::before { position: absolute; top: calc(50% - 10px); left: 5px; height: 0; width: 0; border-style: solid; content: ''; }

#property .thumb_list .slick-prev::before { border-width: 10px 10px 10px 0; border-color: transparent #fff transparent transparent; }

#property .thumb_list .slick-next::before { border-width: 10px 0 10px 10px; border-color: transparent transparent transparent #fff; }

#property .thumb_list .slick-next { left: inherit; right: 5px; }

#property .thumb_list .slick-slide { height: 129px; margin: 0 10px; }

#property .case_tbl { margin-top: 40px; }

#property .case_tbl th { width: 230px; }

#property .case_tbl th, #property .case_tbl td { padding: 15px 20px; }

#property .case_tbl td p:last-child { margin-bottom: 0; }

#property .box_map { margin-top: 40px; }

#property .box_map iframe { width: 100%; height: 400px; display: block; }

.btn_cate a { display: flex; justify-content: center; align-items: center; text-decoration: none; height: 50px; max-width: 300px; margin: 0 auto; color: #fff; position: relative; box-sizing: border-box; background: #f8b500; border-radius: 100px; }

.btn_cate a:before { content: ''; position: absolute; border-top: solid 5px transparent; border-bottom: solid 5px transparent; border-left: solid 5px #fff; right: 15px; top: 50%; margin-top: -5px; }

.btn_case_detail { padding-top: 40px; }

/* pagination */
.paging_detail { border: double 3px #ddd; padding: 10px; margin: 50px 0 0; display: flex; justify-content: space-between; background: #f5f5f5; }

.paging_detail a { display: inline-block; background: #019646; padding: 5px 10px; font-size: 14px; color: #fff; text-decoration: none; width: 100px; text-align: center; border-radius: 3px; }

.paging_detail a:not(.disable):hover { opacity: 0.8; }

.paging_detail a.disable { background: #ccc; cursor: default; }

ul.pagination { text-align: center; padding: 30px 0 0 0; }

ul.pagination li { display: inline-block; margin-bottom: 10px; }

ul.pagination li a { padding: 5px 12px 3px; text-decoration: none; display: block; color: #fff; background: #37a66a; line-height: 26px; border-radius: 3px; }

ul.pagination li.active a, ul.pagination li.active a:hover { background: #019646; color: #fff; cursor: pointer; }

ul.pagination li a:hover { background: #019646; color: #fff; cursor: pointer; opacity: 1; }

ul.pagination li.disabled a { display: none; }

/*# sourceMappingURL=styles.css.map */


/* ----------------------------------
ブライダルフェア20251207
-------------------------------------*/

/* 全体 */
.p4-sub{
  border: 1px solid #a3be9a;  
}

/* 全体 flex */
.p4-sub-content{  
  display: flex;
  flex-direction: row;
  padding: 50px 0;
}

/* 左写真 */
.p4-sub-ph{
  width:50%;  
  padding: 0 0 0 36px;
}

.p4-sub-ph span{
  display: block;
  max-width: 440px;
  margin: 0 auto;
}

/* 右内容 */
.p4-sub-ttl{
  width:50%;
  margin: 0 auto;
  padding: 10px 5% 0 0;
}
.p4-sub-ttl div{
  max-width:auto;
  margin: 0;
}

/* 右コンテンツ */
.p4-sub-content h4{
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  color: #a3be9a;
  letter-spacing: 0.05em;
  text-align: left;  
}

.p4-sub-content ol{
  display: flex;
  flex-wrap: wrap;
  padding: 15px 0;
}
.p4-sub-content ol li{
  margin: 0 15px 8px 0;
  padding: 0 8px;
  border-radius: 60px;
  border: 1px solid #a3be9a;  
  font-size: 16px;
  font-weight: bold;
  color: #a3be9a;
}

.p4-sub-content ul{
  margin: 0 0 20px;
}
.p4-sub-content ul li {
  position: relative;
  padding-left: 17px;
  padding-left: 19px;
  font-size: 20px;
  margin: 0px auto 5px;
  line-height: 40px;
  letter-spacing: 0px;
}
.p4-sub-content ul li::before {
  content: "";
  width: 17px;
  height: 17px;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: -1px;
  top: 14px;
  background-color: #A3BE9A;
}

/* 予約ボタン */
.p4-sub-content .p4-btn{
  max-width: 360px;
  background-color: #A3BE9A;
}
.p4-sub-content .p4-btn a{
  display: block;
  padding: 12px 0;
  text-align: center;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.05em;
  background: url(../images/box04-sub-icon.svg) no-repeat 24% 58%;
  background-size:18px;
}
.p4-sub-content .p4-btn a::after{
  content: " > ";  
}

@media screen and (max-width: 768px) { 

  /* 全体 flex　SP */
  .p4-sub-content{  
    flex-direction: column;
    padding: 25px 15px;
  }

  /* 左写真 SP */
  .p4-sub-ph{
    width:auto;  
    padding: 15px 0 10px;
  }

  /* 右内容 SP */
  .p4-sub-ttl{
    width: auto;
    margin: 0;
    padding: 0;
  }
  .p4-sub-ttl div{
    max-width: 360px;
    margin: 0 auto;
  }

  /* 右コンテンツ SP */
  .p4-sub-content h4{
    font-size: 18px;
    text-align: center;  
  }

  .p4-sub-content ol{
    padding: 0;
  }
  .p4-sub-content ol li{
    margin: 0 8px 8px 0;
    padding: 0 5px;
    font-size: 13px;
  }

  .p4-sub-content ul li {
    font-size: 14px;
    margin: 0 0 5px;
    line-height: 25px;
  }
  .p4-sub-content ul li::before {
    width: 13px;
    height: 13px;
    left: 0px;
    top: 6px;
  }

  /* 予約ボタン SP */
  .p4-sub-content .p4-btn a{ 
    font-size: 16px;    
    background: url(../images/box04-sub-icon.svg) no-repeat 25% 50%;
    background-size:14px;
  }
}
