@charset "UTF-8";
/*
	@include sc(pc) {
		width: 100%;
	}
	@include sc(sp) {
		width: 50%;
	}
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700&display=swap");
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes menuBar_01 {
  0% {
    transform: translateY(20px) rotate(45deg); }
  50% {
    transform: translateY(20px) rotate(0); }
  100% {
    transform: translateY(0) rotate(0); } }
@keyframes heightScale {
  0% {
    transform: scaleY(0);
    transform-origin: center top; }
  49.99% {
    transform: scaleY(1);
    transform-origin: center top; }
  50% {
    transform: scaleY(1);
    transform-origin: center bottom; }
  99.99% {
    transform: scaleY(0);
    transform-origin: center bottom; } }
/*
	$size:object-fitの値

	@include objectfit();
	@include objectfit('contain');
*/
/*
	$color:色指定
	$stripe:線サイズ
	$spacing:線の空きサイズ
	$height:太さ

	@include dotted(#e6e1d2, 4,4,2);
*/
/*
example
@include dotted-y(#COLOR, WidthPX,SpaceingPX,LengthPX,); 横破線
@include dotted-y(#e6e1d2, 4,4,2,10);
*/
/*
	@extend %rightarr;
*/
@media print, screen and (min-width: 641px) {
  .sec_menu {
    padding-bottom: 1rem;
    padding-top: 0.8rem; } }
@media screen and (max-width: 640px) {
  .sec_menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; } }
@media print, screen and (min-width: 641px) {
  .sec_menu .menu_wrap {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.85rem; } }
@media screen and (max-width: 640px) {
  .sec_menu .menu_wrap {
    margin-top: 0.5rem; } }
@media print, screen and (min-width: 641px) {
  .sec_menu .menu_wrap {
    position: relative; }
    .sec_menu .menu_wrap::before {
      position: absolute;
      display: block;
      content: "";
      right: 50%;
      transform: translate(145%);
      width: 5.4rem;
      height: 4.95rem;
      bottom: 0;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      background-image: url(/common/img/bg_logo_g.svg);
      z-index: -1;
      margin-right: -0.6rem; } }
@media print, screen and (min-width: 641px) {
  .sec_menu .menu_box {
    width: calc((100% - 0.6rem) / 3);
    margin-left: 0.3rem; }
    .sec_menu .menu_box:nth-of-type(3n + 1) {
      margin-left: 0; }
    .sec_menu .menu_box:nth-of-type(n + 4) {
      margin-top: 0.53rem; } }
@media screen and (max-width: 640px) {
  .sec_menu .menu_box {
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1); }
    .sec_menu .menu_box:nth-of-type(n + 2) {
      margin-top: 0.15rem; } }
@media screen and (max-width: 640px) {
  .sec_menu .box_top {
    display: flex;
    height: 0.85rem; }
    .sec_menu .box_top.is-open .point::after {
      transform: rotate(45deg);
      opacity: 0; } }
.sec_menu .box_top .box_img {
  position: relative; }
  @media print, screen and (min-width: 641px) {
    .sec_menu .box_top .box_img {
      width: 100%; } }
  @media screen and (max-width: 640px) {
    .sec_menu .box_top .box_img {
      width: 1.3rem; } }
  .sec_menu .box_top .box_img .img {
    width: 100%;
    height: 100%;
    vertical-align: bottom;
    object-fit: cover;
    font-family: "object-fit: cover;";
    background-size: cover;
    background-position: center center; }
  .sec_menu .box_top .box_img .label {
    position: absolute;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.06em;
    background-color: rgba(46, 131, 100, 0.9);
    bottom: 0;
    left: 0; }
    @media print, screen and (min-width: 641px) {
      .sec_menu .box_top .box_img .label {
        font-size: 0.16rem;
        padding: 0.06rem 0.2rem; } }
    @media screen and (max-width: 640px) {
      .sec_menu .box_top .box_img .label {
        font-size: 0.12rem;
        padding: 0.03rem 0.1rem; } }
@media screen and (max-width: 640px) {
  .sec_menu .box_top .box_ttlArea {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 64%;
    padding-left: 0.1rem;
    padding-right: 0.2rem;
    background-color: #fff;
    box-sizing: border-box; } }
.sec_menu .box_top .box_ttl {
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.08em;
  color: #38A878; }
  @media print, screen and (min-width: 641px) {
    .sec_menu .box_top .box_ttl {
      font-size: 0.22rem;
      line-height: 1; } }
  @media screen and (max-width: 640px) {
    .sec_menu .box_top .box_ttl {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%;
      font-size: 0.17rem;
      line-height: 1.5; } }
@media screen and (max-width: 640px) {
  .sec_menu .box_top .point {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 14px;
    height: 14px; }
    .sec_menu .box_top .point::before, .sec_menu .box_top .point::after {
      position: absolute;
      display: block;
      content: "";
      background-color: #38A878; }
    .sec_menu .box_top .point::before {
      top: 6px;
      right: 0;
      width: calc(100% + 2px);
      height: 2px; }
    .sec_menu .box_top .point::after {
      top: 0;
      right: 6px;
      width: 2px;
      height: 100%;
      transition: 0.3s ease-in-out; }
    .sec_menu .box_top .point.is_open::after {
      transform: rotate(-45deg);
      opacity: 0; } }
@media print, screen and (min-width: 641px) {
  .sec_menu .box_top.accordionBtn .box_ttlArea {
    margin-top: 0.28rem; }
    .sec_menu .box_top.accordionBtn .box_ttlArea .box_price {
      margin-top: 0.05rem;
      text-align: center;
      font-weight: 700;
      font-size: 0.22rem;
      letter-spacing: 0;
      color: #1a1a1a; }
      .sec_menu .box_top.accordionBtn .box_ttlArea .box_price ._min {
        vertical-align: middle;
        font-size: 0.12rem;
        line-height: 1; } }
@media screen and (max-width: 640px) {
  .sec_menu .box_bottom {
    width: auto;
    padding: 0.2rem 0.2rem 0.17rem;
    background-color: #f2f2f2; }
    .sec_menu .box_bottom.accordionIn {
      display: none; }
      .sec_menu .box_bottom.accordionIn .label {
        position: relative;
        display: inline-block;
        color: #fff;
        font-weight: 600;
        letter-spacing: 0.06em;
        background-color: rgba(46, 131, 100, 0.9);
        font-size: 0.12rem;
        left: 50%;
        transform: translateX(-50%);
        padding: 0.03rem 0.1rem;
        margin-bottom: 0.06rem; }
      .sec_menu .box_bottom.accordionIn .box_price {
        display: block;
        padding-bottom: 0.06rem;
        text-align: center;
        font-weight: 700;
        letter-spacing: 0;
        color: #1a1a1a;
        font-size: 0.19rem; }
        .sec_menu .box_bottom.accordionIn .box_price ._min {
          vertical-align: middle;
          font-size: 0.12rem; } }
.sec_menu .box_bottom .box_txt {
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.7;
  text-align: justify; }
  @media print, screen and (min-width: 641px) {
    .sec_menu .box_bottom .box_txt {
      margin-top: 0.2rem;
      font-size: 0.16rem; } }
  @media screen and (max-width: 640px) {
    .sec_menu .box_bottom .box_txt {
      font-size: 0.15rem; } }
@media screen and (max-width: 640px) {
  .sec_menu .menu_wrap.type-b {
    padding: 0 0.2rem;
    position: relative; } }
.sec_menu .menu_wrap.type-b::after {
  position: absolute;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 10;
  /*background-image: url("/img/guidance/pickup.png");*/
  background-image: url("/img/guidance/new.png");
  content: ""; }
  @media print, screen and (min-width: 641px) {
    .sec_menu .menu_wrap.type-b::after {
      width: 1.08rem;
      height: 1.36rem;
      left: -0.34rem;
      top: -0.53rem; } }
  @media screen and (max-width: 640px) {
    .sec_menu .menu_wrap.type-b::after {
      width: 0.74rem;
      height: 0.68rem;
      left: 0;
      top: 0.2rem; } }
@media print, screen and (min-width: 641px) {
  .sec_menu .menu_wrap.type-b {
    position: relative; }
    .sec_menu .menu_wrap.type-b::before {
      display: none; } }
.sec_menu .menu_wrap.type-b.lr-c {
  align-items: center; }
@media print, screen and (min-width: 641px) {
  .sec_menu .menu_wrap.type-b .menu_box {
    width: calc((100% - 0.8rem) / 2);
    margin-left: 0; }
    .sec_menu .menu_wrap.type-b .menu_box:nth-of-type(2n) {
      margin-left: 0.8rem; } }
@media screen and (max-width: 640px) {
  .sec_menu .menu_wrap.type-b .menu_box {
    box-shadow: none; } }
@media screen and (max-width: 640px) {
  .sec_menu .menu_wrap.type-b .menu_box + .menu_box {
    margin-top: 0;
    /*margin-top: 0.4rem;*/ } }
@media screen and (max-width: 640px) {
  .sec_menu .menu_wrap.type-b .box_top {
    flex-wrap: wrap;
    height: auto; }
    .sec_menu .menu_wrap.type-b .box_top .box_img {
      width: 100%; }
    .sec_menu .menu_wrap.type-b .box_top .point {
      display: none; }
    .sec_menu .menu_wrap.type-b .box_top .box_ttlArea {
      width: 100%;
      padding: 0; } }
@media print, screen and (min-width: 641px) {
  .sec_menu .menu_wrap.type-b .box_top .box_ttlArea {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.38rem; } }
@media screen and (max-width: 640px) {
  .sec_menu .menu_wrap.type-b .box_top .box_ttlArea {
    display: block;
    background-color: transparent;
    margin-top: 0.2rem; } }
.sec_menu .menu_wrap.type-b .box_top h5 {
  letter-spacing: 0.1em; }
  @media print, screen and (min-width: 641px) {
    .sec_menu .menu_wrap.type-b .box_top h5 {
      display: block;
      text-align: left;
      font-size: 0.16rem; } }
  @media screen and (max-width: 640px) {
    .sec_menu .menu_wrap.type-b .box_top h5 {
      height: auto;
      font-size: 0.13rem;
      font-weight: 500;
      text-align: center;
      width: 100%;
      margin-bottom: 0.15rem; } }
.sec_menu .menu_wrap.type-b .box_top .box_ttl {
  letter-spacing: 0.1em; }
  @media print, screen and (min-width: 641px) {
    .sec_menu .menu_wrap.type-b .box_top .box_ttl {
      text-align: left;
      font-size: 0.3rem; } }
  @media screen and (max-width: 640px) {
    .sec_menu .menu_wrap.type-b .box_top .box_ttl {
      height: auto;
      font-size: 0.2rem; } }
.sec_menu .menu_wrap.type-b .box_top .box_price {
  font-weight: 700;
  letter-spacing: 0;
  color: #1a1a1a; }
  @media print, screen and (min-width: 641px) {
    .sec_menu .menu_wrap.type-b .box_top .box_price {
      font-size: 0.28rem; } }
  @media screen and (max-width: 640px) {
    .sec_menu .menu_wrap.type-b .box_top .box_price {
      display: block;
      margin-top: 0.07rem;
      text-align: center;
      font-size: 0.21rem;
      line-height: 1; } }
  .sec_menu .menu_wrap.type-b .box_top .box_price ._min {
    vertical-align: middle; }
    @media print, screen and (min-width: 641px) {
      .sec_menu .menu_wrap.type-b .box_top .box_price ._min {
        font-size: 0.16rem;
        line-height: 1; } }
    @media screen and (max-width: 640px) {
      .sec_menu .menu_wrap.type-b .box_top .box_price ._min {
        font-size: 0.12rem; } }
@media screen and (max-width: 640px) {
  .sec_menu .menu_wrap.type-b .box_bottom {
    background-color: transparent;
    padding: 0;
    margin-top: 0.18rem; } }
@media print, screen and (min-width: 641px) {
  .sec_menu .menu_wrap.type-b .box_bottom .box_txt {
    margin-top: 0.3rem; } }
.sec_menu .newest_area {
  position: relative;
  background-color: #f2f2f2; }
  @media print, screen and (min-width: 641px) {
    .sec_menu .newest_area {
      max-width: 13rem;
      margin: 0 auto;
      padding: 0.8rem 0 0;
      margin-top: 0.72rem; } }
  @media screen and (max-width: 640px) {
    .sec_menu .newest_area {
      margin-top: 0.4rem;
      padding-top: 0.5rem; } }
  .sec_menu .newest_area::after {
    position: absolute;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 10;
    background-image: url("/img/guidance/newest.png");
    content: ""; }
  @media print, screen and (min-width: 641px) {
    .sec_menu .newest_area::after {
      width: 2.38rem;
      height: 1.4rem;
      left: 0.4rem;
      bottom: -0.78rem; } }
  @media screen and (max-width: 640px) {
    .sec_menu .newest_area::after {
      width: 1.2rem;
      height: 0.7rem;
      right: -0.1rem;
      bottom: -0.15rem;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover; } }
  .sec_menu .newest_area .detailArea {
    display: flex; }
    @media print, screen and (min-width: 641px) {
      .sec_menu .newest_area .detailArea {
        max-width: 11.6rem;
        margin: 0 auto;
        justify-content: space-between; } }
    @media screen and (max-width: 640px) {
      .sec_menu .newest_area .detailArea {
        flex-wrap: wrap;
        padding: 0 0.2rem 0.5rem; } }
    @media print, screen and (min-width: 641px) {
      .sec_menu .newest_area .detailArea .detail {
        max-width: 5.44rem; } }
    @media screen and (max-width: 640px) {
      .sec_menu .newest_area .detailArea .detail + .detail {
        margin-top: 0.35rem; } }
    .sec_menu .newest_area .detailArea .detail .listImg {
      position: relative; }
      .sec_menu .newest_area .detailArea .detail .listImg > img {
        vertical-align: bottom;
        width: 100%; }
        @media screen and (max-width: 640px) {
          .sec_menu .newest_area .detailArea .detail .listImg > img {
            width: 100%;
            object-fit: cover;
            height: calc(100vw * (348 / 720)); } }
      .sec_menu .newest_area .detailArea .detail .listImg .label {
        position: absolute;
        color: #fff;
        font-weight: 500;
        letter-spacing: 0.06em;
        background-color: rgba(46, 131, 100, 0.9);
        bottom: 0;
        left: 0; }
        @media print, screen and (min-width: 641px) {
          .sec_menu .newest_area .detailArea .detail .listImg .label {
            font-size: 0.16rem;
            padding: 0.06rem 0.2rem; } }
        @media screen and (max-width: 640px) {
          .sec_menu .newest_area .detailArea .detail .listImg .label {
            font-size: 0.12rem;
            padding: 0.03rem 0.1rem; } }
    @media print, screen and (min-width: 641px) {
      .sec_menu .newest_area .detailArea .detail dl {
        margin-top: 0.38rem;
        padding-bottom: 0.7rem; } }
    .sec_menu .newest_area .detailArea .detail dl dt {
      color: #2E8364;
      position: relative;
      letter-spacing: 0.1em;
      line-height: 1;
      font-weight: 700; }
      @media print, screen and (min-width: 641px) {
        .sec_menu .newest_area .detailArea .detail dl dt {
          display: flex;
          justify-content: space-between;
          font-size: 0.3rem; } }
      @media screen and (max-width: 640px) {
        .sec_menu .newest_area .detailArea .detail dl dt {
          text-align: center;
          font-size: 0.2rem;
          margin-top: 0.25rem; } }
      .sec_menu .newest_area .detailArea .detail dl dt .box_price {
        letter-spacing: 0;
        color: #1a1a1a; }
        @media print, screen and (min-width: 641px) {
          .sec_menu .newest_area .detailArea .detail dl dt .box_price {
            font-size: 0.28rem; } }
        @media screen and (max-width: 640px) {
          .sec_menu .newest_area .detailArea .detail dl dt .box_price {
            display: block;
            margin-top: 0.1rem;
            font-size: 0.21rem;
            line-height: 1; } }
        .sec_menu .newest_area .detailArea .detail dl dt .box_price ._min {
          vertical-align: middle; }
          @media print, screen and (min-width: 641px) {
            .sec_menu .newest_area .detailArea .detail dl dt .box_price ._min {
              font-size: 0.16rem; } }
          @media screen and (max-width: 640px) {
            .sec_menu .newest_area .detailArea .detail dl dt .box_price ._min {
              font-size: 0.12rem; } }
    @media print, screen and (min-width: 641px) {
      .sec_menu .newest_area .detailArea .detail dl dd {
        font-size: 0.16rem;
        letter-spacing: 0.05em;
        line-height: 1.8;
        margin-top: 0.3rem; } }
    @media screen and (max-width: 640px) {
      .sec_menu .newest_area .detailArea .detail dl dd {
        font-size: 0.15rem;
        letter-spacing: 0.05em;
        line-height: 1.7;
        margin-top: 0.18rem; } }
@media screen and (max-width: 640px) {
  .sec_menu .btn_area .rsvBtn {
    width: 100%;
    margin: 0.3rem auto 0;
    position: relative;
    z-index: 10; } }
@media print, screen and (min-width: 641px) {
  .sec_menu .btn_area .rsvBtn {
    margin-top: 0.56rem; } }
@media screen and (max-width: 640px) {
  .sec_menu .btn_area .rsvBtn > a {
    font-size: 0.17rem;
    letter-spacing: 0.06em;
    color: #fff;
    font-weight: 700;
    border: 1px solid #38A878;
    display: block;
    text-align: center;
    padding: 0.09rem 0;
    background-color: #38A878;
    position: relative; } }
@media print, screen and (min-width: 641px) {
  .sec_menu .btn_area .rsvBtn > a {
    font-size: 0.2rem;
    letter-spacing: 0.06em;
    color: #fff;
    font-weight: 700;
    border: 1px solid #38A878;
    display: block;
    text-align: center;
    background-color: #38A878;
    position: relative;
    max-width: 3.04rem;
    padding: 0.14rem 0;
    margin: 0 auto; } }
.sec_menu .btn_area .rsvBtn > a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-image: url("/img/guidance/btn_icon.png");
  background-size: cover; }
  @media print, screen and (min-width: 641px) {
    .sec_menu .btn_area .rsvBtn > a::before {
      width: 0.2rem;
      height: 0.28rem;
      left: 0.24rem; } }
  @media screen and (max-width: 640px) {
    .sec_menu .btn_area .rsvBtn > a::before {
      width: 0.13rem;
      height: 0.18rem;
      left: 0.6rem; } }
.sec_menu .btn_area .rsvBtn > a::after {
  content: "";
  position: absolute;
  display: block;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  width: 0.065rem;
  height: 0.065rem;
  top: 0;
  bottom: 0;
  right: 0.1rem;
  margin: auto 0;
  transform: rotate(45deg); }
@media print, screen and (min-width: 641px) {
  .sec_menu .btn_area .banaArea {
    display: flex;
    justify-content: space-between;
    max-width: 13rem;
    width: 100%;
    margin: 1rem auto 0; } }
@media screen and (max-width: 640px) {
  .sec_menu .btn_area .banaArea {
    margin-top: 0.4rem; } }
@media print, screen and (min-width: 641px) {
  .sec_menu .btn_area .banaArea .bana {
    width: 4.16rem; } }
.sec_menu .btn_area .banaArea .bana img {
  vertical-align: bottom;
  width: 100%; }
@media screen and (max-width: 640px) {
  .sec_menu .btn_area .banaArea .bana:nth-of-type(n + 2) {
    margin-top: 0.15rem; } }
.sec_menu .btn_area .banaArea .bana:last-of-type {
  position: relative; }
  @media print, screen and (min-width: 641px) {
    .sec_menu .btn_area .banaArea .bana:last-of-type:before {
      content: "";
      position: absolute;
      width: 0.54rem;
      height: 0.44rem;
      top: -0.66rem;
      right: -0.47rem;
      margin: 0 auto 0;
      background-image: url("/img/guidance/bana_icon.png");
      background-size: cover; } }

.sec_flow {
  position: relative;
  background-color: #f2f2f2; }
  @media print, screen and (min-width: 641px) {
    .sec_flow {
      padding-top: 1rem; } }
  @media screen and (max-width: 640px) {
    .sec_flow {
      padding-top: 0.5rem; } }
  .sec_flow::before {
    content: "";
    position: absolute;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #38A878; }
    @media print, screen and (min-width: 641px) {
      .sec_flow::before {
        top: 0; } }
    @media screen and (max-width: 640px) {
      .sec_flow::before {
        top: 0; } }
  .sec_flow::after {
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    background-color: #f2f2f2;
    box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.2); }
    @media print, screen and (min-width: 641px) {
      .sec_flow::after {
        width: calc(100% - 0.7rem);
        top: 1rem; } }
    @media screen and (max-width: 640px) {
      .sec_flow::after {
        width: calc(100% - 0.3rem);
        top: 0.5rem;
        height: calc(100% - 0.25rem); } }
  .sec_flow .txtsArea {
    position: relative;
    z-index: 10; }
    @media print, screen and (min-width: 641px) {
      .sec_flow .txtsArea {
        padding-top: 0.8rem; } }
    @media screen and (max-width: 640px) {
      .sec_flow .txtsArea {
        padding-top: 0.5rem; } }
  .sec_flow .secTtl {
    text-align: center;
    font-family: adobe-garamond-pro, serif;
    font-weight: 600;
    font-style: normal;
    font-size: .17rem;
    letter-spacing: .05em;
    line-height: 1;
    color: #38A878;
    text-align: center; }
    @media print, screen and (min-width: 641px) {
      .sec_flow .secTtl {
        font-size: .3rem;
        text-align-last: auto; } }
  .sec_flow .secTxtt {
    position: relative;
    display: block;
    margin-top: 0.19rem;
    padding-bottom: 0.24rem;
    text-align: center;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 400;
    font-size: .3rem;
    letter-spacing: .08em;
    line-height: 1.5; }
    .os-android .sec_flow .secTxtt {
      font-family: 'Noto Serif JP', serif; }
    @media screen and (max-width: 640px) {
      .sec_flow .secTxtt {
        margin-top: 0.13rem; } }
    @media print, screen and (min-width: 641px) {
      .sec_flow .secTxtt {
        padding-bottom: 0.338rem;
        text-align: center;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        font-size: 0.44rem;
        letter-spacing: 0.05em;
        line-height: 1.5; } }
    .sec_flow .secTxtt span {
      color: #2E8364; }
    .sec_flow .secTxtt::after {
      content: "";
      position: absolute;
      display: block;
      background-color: #2E8364;
      width: 0.2rem;
      height: 1px;
      margin: 0 auto;
      left: 0;
      right: 0;
      bottom: 0; }
      @media print, screen and (min-width: 641px) {
        .sec_flow .secTxtt::after {
          bottom: -1px;
          height: 2px; } }
  .sec_flow .detailArea {
    position: relative;
    z-index: 10; }
    @media screen and (max-width: 640px) {
      .sec_flow .detailArea {
        margin-top: 0.27rem;
        padding: 0 0.2rem; } }
    @media print, screen and (min-width: 641px) {
      .sec_flow .detailArea {
        max-width: 10.9rem;
        margin: 0.55rem auto 0;
        padding: 0 0 0.55rem; } }
    .sec_flow .detailArea::after {
      position: absolute;
      display: block;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      z-index: 10;
      background-image: url("/img/guidance/cherrup.png"); }
      @media print, screen and (min-width: 641px) {
        .sec_flow .detailArea::after {
          content: ""; } }
    @media print, screen and (min-width: 641px) {
      .sec_flow .detailArea::after {
        width: 3.5rem;
        height: 1.9rem;
        right: -0.8rem;
        bottom: -0.5rem; } }
    @media screen and (max-width: 640px) {
      .sec_flow .detailArea::after {
        width: 1.11rem;
        height: 0.87rem;
        right: -0.05rem;
        top: -1.13rem; } }
    @media screen and (max-width: 640px) {
      .sec_flow .detailArea .detail_in {
        padding-bottom: 0.35rem; } }
    .sec_flow .detailArea .detail_in .ttl_box {
      text-align: center; }
      .sec_flow .detailArea .detail_in .ttl_box .ttl {
        letter-spacing: 0.05em;
        color: #38A878;
        line-height: 1;
        position: relative;
        display: inline-block; }
        @media screen and (max-width: 640px) {
          .sec_flow .detailArea .detail_in .ttl_box .ttl {
            font-size: 0.18rem;
            padding-left: 0.28rem; } }
        @media print, screen and (min-width: 641px) {
          .sec_flow .detailArea .detail_in .ttl_box .ttl {
            font-size: 0.2rem;
            padding-left: 0.3rem; } }
        .sec_flow .detailArea .detail_in .ttl_box .ttl:before {
          content: "";
          width: 0.2rem;
          height: 0.2rem;
          background-image: url(/img/index/sec_check_icon.svg);
          left: 0;
          top: 0;
          position: absolute; }
    .sec_flow .detailArea .detail_in .detail_box {
      counter-reset: number 0; }
      @media print, screen and (min-width: 641px) {
        .sec_flow .detailArea .detail_in .detail_box {
          display: flex;
          flex-wrap: wrap;
          margin: 0 auto;
          justify-content: space-between; } }
      .sec_flow .detailArea .detail_in .detail_box .detail {
        background-color: #fff; }
        @media screen and (max-width: 640px) {
          .sec_flow .detailArea .detail_in .detail_box .detail {
            border: 1px solid #f2f2f2;
            box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.1);
            width: 100%;
            background-size: cover;
            background-position: left center;
            align-items: center;
            padding: 0.25rem 0.2rem 0.22rem;
            background-size: contain;
            background-repeat: no-repeat;
            box-sizing: border-box; } }
        @media print, screen and (min-width: 641px) {
          .sec_flow .detailArea .detail_in .detail_box .detail {
            border: 1px solid #f2f2f2;
            box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.1);
            width: 100%;
            background-size: cover;
            background-position: left center;
            display: flex;
            align-items: center;
            padding: 0.5rem 0;
            padding-left: 0.5rem; } }
        @media screen and (max-width: 640px) {
          .sec_flow .detailArea .detail_in .detail_box .detail:nth-child(n + 2) {
            margin-top: 0.15rem; } }
        @media print, screen and (min-width: 641px) {
          .sec_flow .detailArea .detail_in .detail_box .detail:nth-child(n + 2) {
            margin-top: 0.2rem; } }
      .sec_flow .detailArea .detail_in .detail_box .fb_left {
        position: relative; }
        @media screen and (max-width: 640px) {
          .sec_flow .detailArea .detail_in .detail_box .fb_left {
            display: flex;
            align-items: center; } }
        @media print, screen and (min-width: 641px) {
          .sec_flow .detailArea .detail_in .detail_box .fb_left {
            height: 2.25rem;
            box-sizing: border-box;
            width: 100%;
            max-width: 3.3rem; } }
        .sec_flow .detailArea .detail_in .detail_box .fb_left::before {
          counter-increment: number 1;
          content: "0" counter(number);
          position: absolute;
          display: block;
          top: -0.3rem;
          left: 0.15rem;
          font-family: adobe-garamond-pro, serif;
          font-weight: 400;
          font-style: normal;
          font-size: 0.55rem;
          line-height: 1;
          color: #FFE632;
          text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
          z-index: 2; }
          @media print, screen and (min-width: 641px) {
            .sec_flow .detailArea .detail_in .detail_box .fb_left::before {
              left: 0.2rem;
              font-size: 0.6rem;
              text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15); } }
        .sec_flow .detailArea .detail_in .detail_box .fb_left img {
          vertical-align: bottom;
          width: 100%;
          height: 100%;
          object-fit: cover;
          font-family: "object-fit: cover;";
          background-size: cover;
          background-position: center center; }
        @media print, screen and (min-width: 641px) {
          .sec_flow .detailArea .detail_in .detail_box .fb_left .fbl_img {
            width: 100%;
            height: 100%; } }
        @media screen and (max-width: 640px) {
          .sec_flow .detailArea .detail_in .detail_box .fb_left .fbl_txt {
            letter-spacing: 0.05em;
            font-weight: 700;
            color: #38A878;
            font-size: 0.15rem;
            line-height: 1; } }
      @media screen and (max-width: 640px) {
        .sec_flow .detailArea .detail_in .detail_box .fb_right {
          margin-top: 0.15rem; } }
      @media print, screen and (min-width: 641px) {
        .sec_flow .detailArea .detail_in .detail_box .fb_right {
          width: calc(100% - 3.3rem);
          display: flex;
          align-items: center;
          padding-left: 0.4rem; } }
      .sec_flow .detailArea .detail_in .detail_box .fb_right dl dt {
        letter-spacing: 0.05em;
        font-weight: 700;
        color: #38A878; }
        @media screen and (max-width: 640px) {
          .sec_flow .detailArea .detail_in .detail_box .fb_right dl dt {
            font-size: 0.17rem;
            line-height: 1;
            text-align: center; } }
        @media print, screen and (min-width: 641px) {
          .sec_flow .detailArea .detail_in .detail_box .fb_right dl dt {
            font-size: 0.2rem;
            line-height: 1.5; } }
      .sec_flow .detailArea .detail_in .detail_box .fb_right dl dd {
        position: relative; }
        @media screen and (max-width: 640px) {
          .sec_flow .detailArea .detail_in .detail_box .fb_right dl dd {
            font-size: 0.13rem;
            line-height: 1.6;
            padding-left: 0.13rem;
            margin-top: 0.14rem; } }
        @media print, screen and (min-width: 641px) {
          .sec_flow .detailArea .detail_in .detail_box .fb_right dl dd {
            font-size: 0.16rem;
            line-height: 1.7;
            letter-spacing: 0.05em;
            padding-right: 0.54rem;
            margin-top: 0.07rem; } }
        @media print, screen and (min-width: 641px) {
          .sec_flow .detailArea .detail_in .detail_box .fb_right dl dd .ul_list {
            margin-top: 0.07rem; } }
        @media screen and (max-width: 640px) {
          .sec_flow .detailArea .detail_in .detail_box .fb_right dl dd .ul_list {
            margin-top: 0.12rem; } }
        .sec_flow .detailArea .detail_in .detail_box .fb_right dl dd .ul_list li {
          display: inline-block;
          position: relative; }
          @media print, screen and (min-width: 641px) {
            .sec_flow .detailArea .detail_in .detail_box .fb_right dl dd .ul_list li {
              font-size: 0.16rem;
              letter-spacing: 0.05em;
              line-height: 1.8;
              padding-left: 0.23rem;
              margin-right: 0.05rem; } }
          @media screen and (max-width: 640px) {
            .sec_flow .detailArea .detail_in .detail_box .fb_right dl dd .ul_list li {
              font-size: 0.13rem;
              letter-spacing: 0.05em;
              line-height: 1.8;
              padding-left: 0.5rem;
              margin-right: 0.03rem; } }
          .sec_flow .detailArea .detail_in .detail_box .fb_right dl dd .ul_list li:before {
            content: "●";
            position: absolute;
            left: 0;
            top: 0;
            color: #38A878; }
            @media print, screen and (min-width: 641px) {
              .sec_flow .detailArea .detail_in .detail_box .fb_right dl dd .ul_list li:before {
                font-size: 0.13rem; } }
          @media screen and (max-width: 640px) {
            .sec_flow .detailArea .detail_in .detail_box .fb_right dl dd .ul_list li:after {
              content: "";
              position: absolute;
              left: 0.13rem;
              top: 0;
              color: #38A878;
              font-size: 0.13rem; } }
          @media screen and (max-width: 640px) {
            .sec_flow .detailArea .detail_in .detail_box .fb_right dl dd .ul_list li:nth-child(1):after {
              content: "問診："; } }
          @media screen and (max-width: 640px) {
            .sec_flow .detailArea .detail_in .detail_box .fb_right dl dd .ul_list li:nth-child(2):after {
              content: "動診："; } }
          @media screen and (max-width: 640px) {
            .sec_flow .detailArea .detail_in .detail_box .fb_right dl dd .ul_list li:nth-child(3):after {
              content: "視診："; } }
          @media screen and (max-width: 640px) {
            .sec_flow .detailArea .detail_in .detail_box .fb_right dl dd .ul_list li:nth-child(4):after {
              content: "触診："; } }
      @media print, screen and (min-width: 641px) {
        .sec_flow .detailArea .detail_in .detail_box:nth-child(3) .detail {
          min-height: 2.45rem; } }
      @media print, screen and (min-width: 641px) {
        .sec_flow .detailArea .detail_in .detail_box:nth-child(4) .detail {
          min-height: 2.15rem; } }

@media print, screen and (min-width: 641px) {
  .mod_info {
    padding-top: 2rem; } }
@media screen and (max-width: 640px) {
  .mod_info {
    padding-top: 0.75rem; } }

.ie .sec_menu .menu_box {
  margin-left: 0; }
.ie .sec_menu .menu_wrap {
  justify-content: space-between; }

@media screen and (max-width: 640px) {
  .os-android .sec_menu .box_top .point:before {
    width: calc(100% + 1px); } }

/*# sourceMappingURL=guidance.css.map */
