@charset "UTF-8";
*,
::before,
::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

html {
  cursor: default;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
}

hr {
  height: 0;
  overflow: visible;
}

main {
  display: block;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

button,
input,
select {
  margin: 0;
}

button {
  overflow: visible;
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

fieldset {
  border: 1px solid #a0a0a0;
  padding: 0.35em 0.75em 0.625em;
}

input {
  overflow: visible;
}

ul {
  list-style: none;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

select {
  text-transform: none;
}

textarea {
  margin: 0;
  overflow: auto;
  resize: vertical;
}

[type=checkbox],
[type=radio] {
  padding: 0;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

:-moz-ui-invalid {
  box-shadow: none;
}

details {
  display: block;
}

dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  touch-action: manipulation;
}

[hidden] {
  display: none;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

/* --------------- variables --------------------- */
/* Break Point */
@font-face {}
@media screen and (max-width: 768px) {
  /* --------------- variables --------------------- */
  /* Break Point */
  @font-face {}
  /*
  body{
  	position: relative;
  	&:before{
  		content: "";
  		display: block;
  		height: 100%;
  		width: 1px;
  		border-left:1px solid #f00;
  		position: absolute;
  		left: 50%;
  		z-index: 9999;
  	}
  }
  */
  main {
    padding-top: 80px;
  }
  img {
    max-width: 100%;
  }
  a {
    color: #333;
    text-decoration: none;
  }
  main a {
    color: #004aba;
    text-decoration: underline;
  }
  a.mapLink {
    padding-left: 18px;
    background: url("../images/detail/ico_map.png") no-repeat left 3px;
  }
  .mT5 {
    margin-top: 5px !important;
  }
  body {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #000;
    font-size: 14px;
  }
  body.fix {
    overflow: hidden;
  }
  body.home header {
    background: #fff;
  }
  header {
    max-width: 100%;
    position: relative;
    height: 162px;
    overflow: hidden;
    text-align: center;
    display: flex;
    justify-content: space-between;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    transition: 0.2s;
    height: 80px;
    background: #fff;
    padding: 12px 0 0 12px;
  }
  header.delay {
    transition-delay: 0.5s;
  }
  header:before {
    content: "";
    display: block;
    width: 200px;
    height: 200px;
    background: #3fb99e;
    position: absolute;
    top: -160px;
    right: -50px;
    transform: rotate(20deg);
    top: -80px;
    right: -25px;
    width: 100px;
    height: 100px;
  }
  header .logo1 {
    width: 40px;
    position: relative;
    z-index: 1002;
  }
  header .logo2 {
    width: 220px;
  }
  header .headerR {
    display: flex;
    justify-content: space-between;
    width: 55px;
  }
  header .headerR .fav_wrap {
    display: none;
    padding-top: 12px;
  }
  header .headerR .fav_wrap .fav_btn {
    color: #000;
    font-size: 16px;
  }
  header .headerR .fav_wrap .fav_btn:before {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    -webkit-mask-position: center center;
            mask-position: center center;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: 16px 16px;
            mask-size: 16px 16px;
    -webkit-mask-image: url("../images/common/fav.svg");
            mask-image: url("../images/common/fav.svg");
    background: #3fb99e;
    position: relative;
    top: -1px;
    margin-right: 3px;
  }
  header .headerR .menuBtn {
    transition: 0.3s;
    cursor: pointer;
    border: none;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    transition: 0.2s;
    width: 55px;
    height: 35px;
    padding-top: 25px;
    background: #fff;
  }
  header .headerR .menuBtn span.line1,
  header .headerR .menuBtn span.line2 {
    display: block;
  }
  header .headerR .menuBtn span.line1:before, header .headerR .menuBtn span.line1:after,
  header .headerR .menuBtn span.line2:before,
  header .headerR .menuBtn span.line2:after {
    content: "";
    position: relative;
    display: block;
    background-color: #3fb99e;
    transition: 0.3s;
    height: 2px;
    width: 30px;
    margin: 0px auto 6px;
  }
  header .headerR .menuBtn span.line2:after {
    display: none;
  }
  header .headerMenubg {
    position: fixed;
    width: 100%;
    height: 100%;
    right: -100%;
    top: 0;
    transition: 0.5s;
    z-index: 99;
  }
  header .headerMenubg.disp {
    right: 0;
  }
  header .headerMenu {
    position: fixed;
    right: -300px;
    top: 0;
    z-index: 1003;
    width: 300px;
    height: 650px;
    padding-bottom: 30px;
    background-color: #3fb99e;
    color: #fff;
    border-radius: 0 0 0 20px;
    transition: 0.5s;
  }
  header .headerMenu.disp {
    right: 0;
  }
  header .headerMenu .in {
    position: relative;
    display: flex;
    flex-flow: column;
    margin-top: 90px;
    flex-direction: column-reverse;
    padding-left: 20px;
    padding-right: 20px;
  }
  header .headerMenu .hm_closeBtn {
    position: absolute;
    display: block;
    z-index: 101;
    cursor: pointer;
    right: 15px;
    top: 15px;
    width: 45px;
    height: 25px;
  }
  header .headerMenu .hm_closeBtn:before {
    content: "";
    position: absolute;
    display: block;
    background-color: #fff;
    margin: 0px auto 6px;
    transform: rotate(25deg);
    transition: 0.3s;
    top: 10px;
    right: 0;
    height: 1px;
    width: 40px;
  }
  header .headerMenu .hm_closeBtn:after {
    content: "";
    position: absolute;
    display: block;
    background-color: #fff;
    margin: 0px auto 6px;
    transform: rotate(-25deg);
    transition: 0.3s;
    top: 10px;
    right: 0;
    height: 1px;
    width: 40px;
  }
  header .headerMenu .hm_closeBtn:hover:before, header .headerMenu .hm_closeBtn:hover:after, header .headerMenu .hm_closeBtn:focus:before, header .headerMenu .hm_closeBtn:focus:after {
    opacity: 0.7;
  }
  header .headerMenu .menu ul li {
    padding-left: 30px;
    margin-bottom: 15px;
    text-align: left;
  }
  header .headerMenu .menu ul li a {
    font-size: 20px;
    color: #fff;
  }
  header .headerMenu .menu ul li a:hover {
    text-decoration: underline;
  }
  footer {
    background: #fff;
    max-width: 1140px;
    margin: 0 auto;
    margin-top: 30px;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }
  footer.contact {
    margin-top: 60px;
  }
  footer .in {
    position: relative;
    text-align: left;
    border-top: 1px solid #c7c7c7;
    padding: 20px 0 30px;
  }
  footer .in span.fLogo {
    margin-right: 20px;
    position: relative;
    top: -2px;
  }
  footer .in span.fLogo img {
    width: 160px;
  }
  footer .in span.copy {
    position: absolute;
    right: 0;
    bottom: 0px;
    font-weight: 400;
    font-size: 11px;
    width: 100%;
  }
  footer .in span.link {
    font-size: 12px;
  }
  footer .in span.link a {
    color: #777777;
  }
  footer .in span.link a:before {
    content: "＞";
    display: inline-block;
  }
  footer .in span.link a:hover {
    text-decoration: underline;
  }
  div#pageTop {
    position: fixed;
    cursor: pointer;
    z-index: 3;
    right: 10px;
    bottom: 10px;
    background: #3fb99e;
    width: 40px;
    height: 40px;
    border-radius: 50%;
  }
  div#pageTop:after {
    content: "";
    display: block;
    position: absolute;
    -webkit-mask-position: center center;
            mask-position: center center;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-image: url("../images/common/arrow.svg");
            mask-image: url("../images/common/arrow.svg");
    background: #fff;
    transform: rotate(-90deg);
    width: 15px;
    height: 15px;
    right: 12px;
    top: 12px;
    -webkit-mask-size: 15px 15px;
            mask-size: 15px 15px;
  }
  .main_in {
    max-width: 1140px;
    margin: 0 auto;
    padding: 35px 15px 0;
  }
  .bc_wrap {
    max-width: 1140px;
    margin: 0px auto 0;
    text-align: right;
    font-size: 13px;
    position: relative;
    top: -20px;
    font-size: 11px;
  }
  .bc_wrap a {
    color: #2c9988;
    text-decoration: underline;
  }
  .bc_wrap .bc:before {
    content: "/";
    display: inline-block;
  }
  .bc_wrap .bc:first-child:before {
    display: none;
  }
  .items .item {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: center;
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #adadad;
  }
  .items .item:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
  }
  .items .item .img {
    position: relative;
    overflow: hidden;
    flex-basis: 35%;
    aspect-ratio: 4/3;
  }
  .items .item .img a {
    transition: 0.3s;
  }
  .items .item .img a:hover {
    opacity: 0.8;
  }
  .items .item .img img {
    border-radius: 10px;
    -o-object-fit: cover;
       object-fit: cover;
    max-width: inherit;
    width: 100%;
    height: 100%;
  }
  .items .item .img .simplefavorite-button {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 15px;
    position: absolute;
    top: 7px;
    right: 7px;
    cursor: pointer;
    overflow: hidden;
    padding-top: 40px;
    opacity: 1;
  }
  .items .item .img .simplefavorite-button:before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    top: 12px;
    left: 11px;
    -webkit-mask-position: center center;
            mask-position: center center;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: 16px 16px;
            mask-size: 16px 16px;
    -webkit-mask-image: url("../images/common/fav.svg");
            mask-image: url("../images/common/fav.svg");
    background: #a3a3a3;
    position: absolute;
    z-index: 3;
  }
  .items .item .img .simplefavorite-button.active:before {
    background: #fcaf2f;
  }
  .items .item .img .simplefavorite-button:after {
    content: "";
    display: block;
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    position: absolute;
    left: 5px;
    top: 5px;
    z-index: 2;
  }
  .items .item .info {
    flex: 1;
    padding-left: 20px;
  }
  .items .item .link {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-top: 20px;
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  .items .item .link a {
    display: block;
    width: 48%;
    height: auto;
    padding: 11px 0 12px;
    text-align: center;
    border-radius: 30px;
    border: 1px solid #000;
    line-height: 1;
    position: relative;
    color: #000;
    text-decoration: none;
    font-size: 13px;
  }
  .items .item .link a:hover {
    transition: 0.3s;
    opacity: 0.75;
  }
  .items .item .link .bt_contact {
    border: 1px solid #333;
    background: #333;
    color: #fff;
    text-decoration: none;
  }
  .items .item .link .bt_contact:before {
    display: none;
  }
  .items .item .link .bt_link {
    padding-right: 17px;
    background: #fff;
  }
  .items .item .link .bt_link:before {
    content: "";
    display: block;
    width: 23px;
    height: 23px;
    background: #3fb99e;
    border-radius: 15px;
    position: absolute;
    right: 6px;
    top: 6px;
  }
  .items .item .link .bt_link:after {
    content: "";
    display: block;
    width: 23px;
    height: 23px;
    position: absolute;
    -webkit-mask-position: center center;
            mask-position: center center;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: 9px 9px;
            mask-size: 9px 9px;
    -webkit-mask-image: url("../images/common/arrow.svg");
            mask-image: url("../images/common/arrow.svg");
    background: #fff;
    right: 5px;
    top: 6px;
  }
  .items ul.tag_wrap,
  .imfoWrap ul.tag_wrap {
    display: flex;
    flex-wrap: wrap;
  }
  .items ul.tag_wrap li,
  .imfoWrap ul.tag_wrap li {
    border-radius: 5px;
    color: #fff;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 400;
    font-size: 10px;
    margin: 0 3px 3px 0;
    background: #444;
  }
  .items ul.tag_wrap li[data_content=未選択],
  .imfoWrap ul.tag_wrap li[data_content=未選択] {
    display: none;
  }
  .items ul.tag_wrap li span,
  .imfoWrap ul.tag_wrap li span {
    display: inline-block;
    padding: 3px 7px;
  }
  .items .title_wrap,
  .imfoWrap .title_wrap {
    margin-top: 3px;
  }
  .items .title_wrap .txt1 .day,
  .imfoWrap .title_wrap .txt1 .day {
    color: #555;
    margin-right: 5px;
    font-size: 10px;
  }
  .items .title_wrap .txt1 .day:empty,
  .imfoWrap .title_wrap .txt1 .day:empty {
    margin-right: 0;
  }
  .items .title_wrap .txt1 .name,
  .imfoWrap .title_wrap .txt1 .name {
    color: #222;
    font-weight: 700;
    font-size: 11px;
  }
  .items .title_wrap .title,
  .imfoWrap .title_wrap .title {
    font-weight: 700;
    line-height: 1.2;
    margin-top: 5px;
    color: #000;
    text-decoration: none;
    font-size: 18px;
  }
  .items .title_wrap .title a,
  .imfoWrap .title_wrap .title a {
    color: #000;
    text-decoration: none;
  }
  .items .title_wrap .title a:hover,
  .imfoWrap .title_wrap .title a:hover {
    text-decoration: underline;
  }
  .pageBottom_sec {
    max-width: 1140px;
    margin: 110px auto 0;
    padding: 0 20px;
    margin-top: 55px;
    padding: 0 15px;
  }
  .pageBottom_sec .in {
    width: 100%;
    position: relative;
    padding: 70px 0 110px;
  }
  .pageBottom_sec .in:before {
    content: "";
    display: block;
    background: url("../images/common/bg1.png") no-repeat 0 0;
    position: absolute;
    width: 80px;
    height: 70px;
    background-size: contain;
    top: 30px;
    right: 25px;
  }
  .pageBottom_sec .in:after {
    content: "";
    display: block;
    background: url("../images/common/bg2.png") no-repeat 0 0;
    position: absolute;
    width: 50px;
    height: 50px;
    background-size: contain;
    bottom: 40px;
    left: 25px;
  }
  .pageBottom_sec .in .centerWrap {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding: 20px;
    width: auto;
  }
  .pageBottom_sec .in .logo {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
  }
  .pageBottom_sec .in .logo img {
    width: 100%;
    height: auto;
  }
  .pageBottom_sec .in .logo img {
    width: 80%;
    max-width: 400px;
  }
  .pageBottom_sec .in p {
    width: 500px;
    margin: 0 auto;
    text-align: center;
    line-height: 2;
    font-size: 15px;
    width: auto;
    text-align: left;
    font-size: 14px;
  }
  .pageBottom_sec .in .img1 {
    position: absolute;
    width: 140px;
    top: -22px;
    left: 0;
  }
  .pageBottom_sec .in .img2 {
    position: absolute;
    width: 140px;
    bottom: 20px;
    right: 0;
  }
  .pageBottom_sec .bottomLink ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    justify-content: center;
  }
  .pageBottom_sec .bottomLink ul li {
    flex-basis: 80%;
    margin-bottom: 5px;
  }
  .pageBottom_sec .bottomLink ul li:nth-child(2n-1) {
    margin-right: 2%;
  }
  .pageBottom_sec .bottomLink ul li a {
    display: block;
    border: 2px solid #c0c0c0;
    padding: 15px 15px;
    line-height: 1.2;
    transition: 0.2s;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .pageBottom_sec .bottomLink ul li a:hover {
    opacity: 0.75;
  }
  .pageBottom_sec #bottomBanner {
    margin-top: 40px;
    padding-bottom: 20px;
  }
  .pageBottom_sec #bottomBanner #btmBnrList {
    list-style: none;
    padding: 0 5vw;
  }
  .pageBottom_sec #bottomBanner #btmBnrList li + li {
    margin-top: 15px;
  }
  .pageBottom_sec #bottomBanner #btmBnrList li a {
    display: block;
  }
  .pageBottom_sec #bottomBanner #btmBnrList li a img {
    width: 100%;
    height: auto;
  }
  .footer_line {
    width: 100%;
    border-top: 1px solid #cccccc;
    margin-top: 50px;
  }
  .fav_tit {
    background: url("../images/common/ico_home.png") no-repeat 0 center;
    font-size: 30px;
    padding-left: 40px;
    font-weight: 700;
    margin-bottom: 30px;
    font-size: 22px;
    background-size: 25px;
    padding-left: 35px;
  }
  .ditail_slide_sec {
    max-width: 900px;
    margin: 0 auto;
  }
  .ditail_slide_sec .ditail_slide {
    display: none;
  }
  .ditail_slide_sec .ditail_slide.slick-initialized {
    display: block;
  }
  .ditail_slide_sec .ditail_slide.slick-dotted {
    border-radius: 10px;
    margin-bottom: 10px;
  }
  .ditail_slide_sec .ditail_slide.slick-dotted li {
    width: 100%;
    text-align: center;
    overflow: hidden;
    aspect-ratio: 16/9;
    border-radius: 10px;
  }
  .ditail_slide_sec .ditail_slide.slick-dotted li img {
    margin: 0 auto;
    height: 100%;
  }
  .ditail_slide_sec .ditail_slide.slick-dotted .slick-arrow {
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
    border: none;
    outline: none;
    font-size: 0;
    position: absolute;
    top: calc(50% - 20px);
    z-index: 1;
    transition: 0.3s;
    transform: none;
    border: 1.5px solid #000;
    width: 25px;
    height: 25px;
  }
  .ditail_slide_sec .ditail_slide.slick-dotted .slick-arrow:hover, .ditail_slide_sec .ditail_slide.slick-dotted .slick-arrow:focus {
    opacity: 0.5;
  }
  .ditail_slide_sec .ditail_slide.slick-dotted .slick-arrow::before {
    content: "";
    display: block;
    -webkit-mask-position: center center;
            mask-position: center center;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-image: url("../images/common/arrow.svg");
            mask-image: url("../images/common/arrow.svg");
    background: #000;
    position: absolute;
    transform: rotate(180deg);
    -webkit-mask-size: 10px 10px;
            mask-size: 10px 10px;
    width: 10px;
    height: 10px;
    top: 6px;
    left: 7px;
  }
  .ditail_slide_sec .ditail_slide.slick-dotted .slick-next {
    right: -10px;
  }
  .ditail_slide_sec .ditail_slide.slick-dotted .slick-prev {
    left: -10px;
  }
  .ditail_slide_sec .ditail_slide.slick-dotted .slick-next:before {
    left: 7px;
    transform: rotate(0deg);
  }
  .ditail_slide_sec .slick-dots {
    margin-top: 5px;
    display: flex;
    flex-wrap: wrap;
    position: static;
    bottom: inherit;
    gap: 10px 2%;
  }
  .ditail_slide_sec .slick-dots li {
    list-style: none;
    display: inline-block;
    width: auto;
    overflow: hidden;
    background: #000;
    position: relative;
    margin: 0;
    border-radius: 5px;
    aspect-ratio: 16/10;
    height: auto;
    flex-basis: 23%;
  }
  .ditail_slide_sec .slick-dots li img {
    max-width: inherit;
    max-width: 120%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .ditail_slide_sec .slick-dots li.slick-active:before {
    content: "VIEW";
    display: block;
    width: 100%;
    color: #fff;
    font-size: 13px;
    position: absolute;
    top: calc(50% - 10px);
    text-align: center;
  }
  .ditail_slide_sec .slick-dots li.slick-active img {
    opacity: 0.5;
  }
  .info1_sec {
    max-width: 900px;
    margin: 60px auto 0;
    margin-top: 30px;
  }
  .info1_sec .title_wrap .txt1 {
    font-size: 13px;
    font-weight: bold;
  }
  .info1_sec .title_wrap .txt1 .day {
    margin-right: 12px;
    font-size: 12px;
    display: block;
    font-weight: normal;
  }
  .info1_sec .title_wrap .txt1 .day:empty {
    margin-right: 0;
  }
  .info1_sec .title_wrap .title {
    font-size: 30px;
    border-bottom: 1px solid #262626;
    padding-bottom: 12px;
    color: #000;
    text-decoration: none;
    margin-top: 15px;
    font-size: 21px;
  }
  .info1_sec .title_wrap .disc {
    margin-top: 15px;
  }
  .info1_sec .bottom {
    margin-top: 35px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-top: 20px;
  }
  .info1_sec .bottom .price_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .info1_sec .bottom .price_wrap dt {
    display: flex;
    align-items: center;
  }
  .info1_sec .bottom .price_wrap dt span {
    display: inline-block;
    background: #3fb99e;
    border-radius: 5px;
    font-size: 18px;
    text-align: center;
    padding: 3px 20px 5px;
    color: #fff;
    margin-top: 5px;
    font-size: 13px;
    padding: 3px 15px 5px;
  }
  .info1_sec .bottom .price_wrap dd {
    font-size: 20px;
    padding-left: 15px;
    font-weight: bold;
    font-size: 14px;
    display: flex;
    align-items: center;
  }
  .info1_sec .bottom .price_wrap dd .num {
    font-size: 28px;
  }
  .info1_sec .bottom .price_wrap dd .t {
    position: relative;
    top: 5px;
    margin-left: 5px;
  }
  .info1_sec .btn_wrap {
    padding-top: 10px;
  }
  .info1_sec .btn_wrap .simplefavorite-button {
    display: inline-block;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    overflow: hidden;
    opacity: 1;
    border: 1px solid #a3a3a3;
    position: relative;
    vertical-align: middle;
    margin-right: 10px;
    width: 35px;
    height: 35px;
    padding-top: 35px;
  }
  .info1_sec .btn_wrap .simplefavorite-button:before {
    content: "";
    display: block;
    -webkit-mask-position: center center;
            mask-position: center center;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-image: url("../images/common/fav.svg");
            mask-image: url("../images/common/fav.svg");
    background: #a3a3a3;
    position: absolute;
    width: 16px;
    height: 16px;
    top: 10px;
    left: 9px;
    -webkit-mask-size: 16px 16px;
            mask-size: 16px 16px;
  }
  .info1_sec .btn_wrap .simplefavorite-button.active:before {
    background: #fcaf2f;
  }
  .info1_sec .bt_contact_sp {
    text-align: center;
    margin-top: 15px;
  }
  .info1_sec .tableWrap1 {
    margin-top: 25px;
  }
  .info1_sec .tableWrap1 table {
    border: 7px solid #e9e9e9;
    width: 100%;
  }
  .info1_sec .tableWrap1 table tr th {
    border: 1px solid #ccc;
    text-align: left;
    vertical-align: top;
    background: #f7f7f7;
    padding: 15px 18px;
    width: 25%;
    min-width: 140px;
  }
  .info1_sec .tableWrap1 table tr td {
    border: 1px solid #ccc;
    text-align: left;
    padding: 15px 18px;
  }
  .osusume_sec {
    max-width: 900px;
    padding-bottom: 50px;
    position: relative;
    margin: 45px auto 0;
  }
  .osusume_sec:after {
    content: "";
    display: block;
    background: url("../images/detail/illust.png") no-repeat 0 0;
    background-size: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 60px;
    height: 50px;
  }
  .osusume_sec h2 {
    text-align: center;
    margin-bottom: 25px;
  }
  .osusume_sec h2 img {
    width: 60%;
    max-width: 300px;
  }
  .osusume_sec h2 + .wrap {
    margin-top: 0;
  }
  .osusume_sec .wrap {
    width: 100%;
    position: relative;
    z-index: 2;
    margin-top: 35px;
  }
  .osusume_sec .wrap:nth-of-type(2n) {
    flex-direction: row-reverse;
  }
  .osusume_sec .wrap .img {
    flex-basis: 55%;
  }
  .osusume_sec .wrap .img img {
    width: 100%;
    border-radius: 10px;
  }
  .osusume_sec .wrap .img .youtube {
    width: 100%;
    aspect-ratio: 16/9;
  }
  .osusume_sec .wrap .img .youtube iframe {
    width: 100%;
    height: 100%;
  }
  .osusume_sec .wrap .txt {
    flex: 1;
    margin-top: 15px;
    font-size: 14px;
  }
  .osusume_sec .wrap .txt h3 {
    background: url("../images/detail/dot.png") repeat-x 0 bottom;
    padding-bottom: 12px;
    margin-bottom: 15px;
    font-size: 16px;
  }
  .inq {
    width: 100%;
    background: #f7f7f7;
    text-align: center;
    padding: 20px 0;
    margin-top: 30px;
  }
  .inq a.bt_contact {
    width: 300px;
  }
  .inq + .main_in {
    padding-top: 0;
  }
  a.bt_contact {
    display: inline-block;
    text-align: center;
    border-radius: 30px;
    line-height: 1;
    font-size: 16px;
    position: relative;
    background: #333;
    color: #fff;
    vertical-align: middle;
    font-size: 20px;
    text-decoration: none;
    width: 300px;
    height: 40px;
    padding: 12px 0 0;
    font-size: 15px;
  }
  a.bt_contact:before {
    content: "";
    display: inline-block;
    background: url("../images/detail/ico_mail.png") no-repeat center center;
    position: relative;
    margin-right: 8px;
    width: 20px;
    height: 20px;
    background-size: 20px;
    top: -1px;
  }
  a.bt_contact:hover {
    transition: 0.3s;
    opacity: 0.75;
  }
  .detail_info {
    max-width: 900px;
    margin: 0 auto;
  }
  .gmap {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9のアスペクト比 */
    height: 0;
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .gmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
  }
  .gmap:empty {
    padding-top: 0;
  }
  .entry_body {
    margin-bottom: 30px;
  }
  .info_table_wrap,
  .entry_body figure.wp-block-table {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .entry_body table,
  table.info_table {
    border: 1px solid #ccc;
    width: 100%;
  }
  .entry_body table, .entry_body table tbody,
  table.info_table,
  table.info_table tbody {
    display: block;
    width: 100%;
  }
  .entry_body table tr,
  table.info_table tr {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .entry_body table tr th,
  table.info_table tr th {
    width: 18%;
    text-align: left;
    background: #f7f7f7;
    flex-basis: 30%;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 12px 15px;
    font-size: 13px;
  }
  .entry_body table tr td,
  table.info_table tr td {
    width: 32%;
    text-align: left;
    flex-basis: 70%;
    border-bottom: 1px solid #ccc;
    padding: 12px 15px;
    font-size: 13px;
  }
  .second_how {
    overflow: hidden;
    background: #f4f4f4;
    position: relative;
    padding-top: 30px;
    padding-bottom: 45px;
    margin-top: 45px;
  }
  .second_how:before {
    content: "";
    display: block;
    width: 850px;
    height: 300px;
    background: #fff;
    position: absolute;
    transform: rotate(-20deg);
    top: -150px;
    right: 71%;
    z-index: 1;
  }
  .second_how:after {
    content: "";
    display: block;
    width: 2000px;
    height: 300px;
    background: #fff;
    position: absolute;
    transform: rotate(7deg);
    top: -180px;
    left: 29%;
    z-index: 1;
  }
  .second_how h2 {
    max-width: 1140px;
    padding: 0 20px;
    margin: 0px auto 0;
    position: relative;
    z-index: 2;
    padding-left: 15px;
    padding-right: 15px;
  }
  .second_how h2 img {
    width: 65%;
    max-width: 310px;
  }
  .second_how .how_list {
    max-width: 1140px;
    padding: 0 20px;
    margin: 20px auto 0;
    padding-left: 15px;
    padding-right: 15px;
  }
  .column_sec {
    max-width: 900px;
    margin: 60px auto 0;
    margin-top: 0px;
  }
  .column_sec .title_wrap .txt1 .day {
    color: #555;
    margin-right: 10px;
    font-size: 10px;
    display: block;
  }
  .column_sec .title_wrap .txt1 .day:empty {
    margin-right: 0;
  }
  .column_sec .title_wrap .txt1 .name {
    color: #222;
    font-weight: 700;
    font-size: 13px;
    display: block;
  }
  .column_sec .title_wrap .title {
    font-size: 30px;
    color: #000;
    text-decoration: none;
    margin-top: 10px;
    font-size: 21px;
    margin-bottom: 25px;
  }
  .column_sec .entry_body img {
    border-radius: 10px;
  }
  .column_sec .entry_body .main_img {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .column_sec .entry_body .main_img img {
    width: 100%;
    border-radius: 10px;
  }
  .column_sec .entry_body h2 {
    font-size: 18px;
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .column_sec .entry_body h3 {
    position: relative;
    padding-left: 40px;
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 16px;
  }
  .column_sec .entry_body h3:before {
    content: "";
    display: block;
    width: 25px;
    height: 4px;
    background: url("../images/detail/dot.png") repeat-x 0 0;
    position: absolute;
    left: 5px;
    top: 15px;
  }
  .column_sec .entry_body h3 + p {
    margin-top: 25px;
  }
  .column_sec .entry_body > p {
    line-height: 2;
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .column_sec .entry_body .imgs {
    display: flex;
    justify-content: center;
    -moz-column-gap: 20px;
         column-gap: 20px;
    margin-top: -20px;
    margin-bottom: 25px;
  }
  .column_sec .entry_body .imgs .wp-block-image {
    max-width: 49%;
    margin-top: 20px;
  }
  .column_sec .entry_body .imgs .wp-block-image img {
    width: 100%;
  }
  .column_sec .entry_body > .wp-block-image {
    text-align: center;
    margin-bottom: 25px;
  }
  .column_sec .entry_body > .wp-block-image img {
    width: auto;
    max-width: 100%;
  }
  .column_sec ul {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .column_sec ul li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 10px;
  }
  .column_sec ul li:before {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #3fb99e;
    position: absolute;
    left: 0;
    top: 8px;
  }
  .column_head {
    width: 100%;
    padding: 30px 20px;
    text-align: center;
    background: #f4f4f4;
  }
  .column_head .head_title {
    display: inline-block;
    margin: 0 auto;
    padding-right: 100px;
    padding-left: 135px;
    position: relative;
    padding-right: 65px;
    padding-left: 85px;
  }
  .column_head .head_title:after {
    content: "";
    display: block;
    width: 66px;
    height: 50px;
    background: url("../images/detail/illust.png") no-repeat 0 0;
    background-size: contain;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 45px;
    height: 40px;
  }
  .column_head .head_title img {
    max-width: 165px;
  }
  .kanren_wrap {
    margin-top: 25px;
  }
  .kanren_wrap h2 {
    margin-bottom: 20px;
    font-size: 15px;
  }
  .kanren_wrap .kanren {
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    padding: 20px;
  }
  .kanren_wrap .kanren + .kanren {
    margin-top: 15px;
  }
  .kanren_wrap .kanren .img img {
    border-radius: 10px;
    width: 100%;
  }
  .kanren_wrap .kanren .right {
    flex: 1;
    padding-top: 10px;
    position: relative;
  }
  .kanren_wrap .kanren .right .name {
    font-weight: bold;
    color: #555555;
    font-size: 13px;
  }
  .kanren_wrap .kanren .right .title {
    font-weight: bold;
    font-size: 17px;
  }
  .kanren_wrap .kanren .right .link {
    margin-top: 15px;
    text-align: center;
  }
  .kanren_wrap .kanren .right .bt_link {
    display: block;
    width: 250px;
    height: auto;
    padding: 11px 0 12px;
    text-align: center;
    border-radius: 30px;
    border: 1px solid #000;
    line-height: 1;
    position: relative;
    color: #000;
    text-decoration: none;
    margin: 0 auto;
    font-size: 13px;
    padding-right: 17px;
    background: #fff;
  }
  .kanren_wrap .kanren .right .bt_link:hover {
    transition: 0.3s;
    opacity: 0.75;
  }
  .kanren_wrap .kanren .right .bt_link:before {
    content: "";
    display: block;
    width: 23px;
    height: 23px;
    background: #3fb99e;
    border-radius: 15px;
    position: absolute;
    right: 6px;
    top: 6px;
  }
  .kanren_wrap .kanren .right .bt_link:after {
    content: "";
    display: block;
    width: 23px;
    height: 23px;
    position: absolute;
    -webkit-mask-position: center center;
            mask-position: center center;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: 9px 9px;
            mask-size: 9px 9px;
    -webkit-mask-image: url("../images/common/arrow.svg");
            mask-image: url("../images/common/arrow.svg");
    background: #fff;
    right: 5px;
    top: 6px;
  }
  .form_sec {
    max-width: 700px;
    margin: 0 auto;
  }
  .form_sec .tit {
    border-top: 2px dotted #ccc;
    padding: 15px 0 10px 0;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 20px;
    color: #555;
  }
  .form_sec .tit p {
    display: inline-block;
  }
  .form_sec .tit.mst:after {
    content: "必須";
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    background: #F00;
    text-align: center;
    padding: 3px 10px;
    border-radius: 5px;
    margin-left: 3px;
    position: relative;
    top: -2px;
  }
  .form_sec .tit2 {
    padding: 10px 15px 10px;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 35px;
    background: #333;
    color: #fff;
  }
  .form_sec .wpcf7-form-control-wrap {
    padding-left: 10px;
  }
  .form_sec .sub {
    font-size: 14px;
    padding-left: 10px;
  }
  .form_sec .txt {
    font-size: 14px;
    margin-top: 15px;
  }
  .form_sec input[type=text],
  .form_sec input[type=tel],
  .form_sec input[type=email],
  .form_sec textarea,
  .form_sec select {
    padding: 10px;
    font-size: 16px;
    width: 70%;
  }
  .form_sec input[name=title],
  .form_sec input[name=userid] {
    background: #f0f0f0;
    border: 1px solid #000;
  }
  .form_sec textarea {
    width: 98%;
  }
  .form_sec .wpcf7-list-item-label {
    margin-left: 4px;
  }
  .form_sec .zep_wrap input {
    width: 100px;
  }
  .form_sec .zep_wrap .hy {
    margin: 0 5px;
  }
  .form_sec .zep_wrap .wpcf7-form-control-wrap:first-child {
    margin-right: 10px;
  }
  .form_sec .kj {
    display: block;
    width: 100%;
    height: 200px;
    overflow-y: scroll;
    border: 1px solid #999;
    padding: 10px 5px 10px 15px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .form_sec .cb_wrap .wpcf7-form-control-wrap {
    margin-bottom: 10px;
    display: block;
  }
  .form_sec .wpcf7-list-item {
    margin-right: 10px;
  }
  .form_sec .bt_wrap {
    text-align: center;
    margin-top: 40px;
  }
  .form_sec input[type=submit] {
    display: inline-block;
    text-align: center;
    border-radius: 30px;
    line-height: 1;
    font-size: 16px;
    position: relative;
    background: #333;
    color: #fff;
    vertical-align: middle;
    font-size: 20px;
    text-decoration: none;
    width: 260px;
    height: 60px;
    padding: 0;
    border: none;
    margin-right: -30px;
    cursor: pointer;
    transition: 0.3s;
    margin-left: 30px;
  }
  .form_sec input[type=submit]:hover {
    opacity: 0.75;
  }
  .form_sec input[type=submit]:disabled {
    background: #ccc;
  }
  .form_sec input[type=submit]:disabled:hover {
    opacity: 1;
  }
  .form_sec .wpcf7-spinner {
    left: 20px;
  }
  .fav_list .item,
  .sec_search .item {
    position: relative;
    flex-wrap: wrap;
  }
  .fav_list .item .tag_wrap,
  .sec_search .item .tag_wrap {
    padding-right: 20px;
  }
  .fav_list .item .img,
  .sec_search .item .img {
    position: static;
  }
  .fav_list .item .img .simplefavorite-button,
  .sec_search .item .img .simplefavorite-button {
    width: 20px;
    height: 20px;
    top: -5px;
    right: 0px;
    border-radius: 0;
    background: none;
    z-index: 1;
  }
  .fav_list .item .img .simplefavorite-button:before,
  .sec_search .item .img .simplefavorite-button:before {
    width: 20px;
    height: 20px;
    -webkit-mask-size: 20px 20px;
            mask-size: 20px 20px;
    left: 0;
    top: 0;
  }
  .fav_list .item .link,
  .sec_search .item .link {
    position: static;
    flex-basis: 100%;
  }
  .anker {
    position: relative;
    top: -80px;
  }
  .center {
    text-align: center;
  }
  .thanks_tit {
    font-size: 30px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 20px;
    text-indent: -20px;
    font-size: 22px;
  }
  .thanks_txt {
    font-size: 18px;
    line-height: 2;
    text-align: center;
  }
  .mT30 {
    margin-top: 30px;
  }
  .common_btn {
    display: inline-block;
    text-align: center;
    border-radius: 30px;
    line-height: 1;
    font-size: 16px;
    position: relative;
    background: #333;
    color: #fff;
    vertical-align: middle;
    text-decoration: none;
    width: 230px;
    height: 50px;
    padding: 16px 0 0;
    border: none;
    cursor: pointer;
    transition: 0.3s;
  }
  .common_btn:hover {
    opacity: 0.75;
  }
  /* ココから下には記入禁止 */
  .forPC {
    display: none !important;
  }
}
@media print, screen and (min-width: 769px) {
  /* --------------- variables --------------------- */
  /* Break Point */
  @font-face {}
  /*
  body{
  	position: relative;
  	&:before{
  		content: "";
  		display: block;
  		height: 100%;
  		width: 1px;
  		border-left:1px solid #f00;
  		position: absolute;
  		left: 50%;
  		z-index: 9999;
  	}
  }
  */
  main {
    padding-top: 162px;
  }
  a {
    color: #333;
    text-decoration: none;
  }
  main a {
    color: #004aba;
    text-decoration: underline;
  }
  a.mapLink {
    padding-left: 18px;
    background: url("../images/detail/ico_map.png") no-repeat left 3px;
  }
  .mT5 {
    margin-top: 5px !important;
  }
  body {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #000;
    font-size: 16px;
  }
  body.fix {
    overflow: hidden;
  }
  body.home header {
    background: #fff;
  }
  header {
    max-width: 100%;
    position: relative;
    height: 162px;
    overflow: hidden;
    text-align: center;
    display: flex;
    justify-content: space-between;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    transition: 0.2s;
    background: #fff;
    padding-left: 40px;
  }
  header.delay {
    transition-delay: 0.5s;
  }
  header:before {
    content: "";
    display: block;
    width: 200px;
    height: 200px;
    background: #3fb99e;
    position: absolute;
    top: -160px;
    right: -50px;
    transform: rotate(20deg);
  }
  header .logo1 {
    width: 75px;
    padding-top: 40px;
  }
  header .logo2 {
    width: 427px;
    padding-top: 36px;
    text-align: center;
    position: relative;
    right: -55px;
  }
  header .logo2 a {
    display: block;
  }
  header .logo2 a img {
    width: 100%;
    height: auto;
  }
  header .headerR {
    display: flex;
    justify-content: space-between;
    width: 220px;
    padding-top: 65px;
    padding-right: 40px;
  }
  header .headerR .fav_wrap {
    padding-top: 12px;
  }
  header .headerR .fav_wrap .fav_btn {
    color: #000;
    font-size: 16px;
  }
  header .headerR .fav_wrap .fav_btn:before {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    -webkit-mask-position: center center;
            mask-position: center center;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: 16px 16px;
            mask-size: 16px 16px;
    -webkit-mask-image: url("../images/common/fav.svg");
            mask-image: url("../images/common/fav.svg");
    background: #3fb99e;
    position: relative;
    top: -1px;
    margin-right: 3px;
  }
  header .headerR .menuBtn {
    transition: 0.3s;
    cursor: pointer;
    border: none;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    transition: 0.2s;
    width: 70px;
    height: 45px;
    padding-top: 8px;
    background: #fff;
  }
  header .headerR .menuBtn:hover, header .headerR .menuBtn:focus {
    opacity: 0.75;
  }
  header .headerR .menuBtn span.line1,
  header .headerR .menuBtn span.line2 {
    display: block;
  }
  header .headerR .menuBtn span.line1:before, header .headerR .menuBtn span.line1:after,
  header .headerR .menuBtn span.line2:before,
  header .headerR .menuBtn span.line2:after {
    content: "";
    position: relative;
    display: block;
    background-color: #3fb99e;
    transition: 0.3s;
    height: 2px;
    width: 30px;
    margin: 0px auto 6px;
  }
  header .headerR .menuBtn span.line2:after {
    display: none;
  }
  header .headerMenubg {
    position: fixed;
    width: 100%;
    height: 100%;
    right: -100%;
    top: 0;
    transition: 0.5s;
    z-index: 99;
  }
  header .headerMenubg.disp {
    right: 0;
  }
  header .headerMenu {
    position: fixed;
    right: -300px;
    top: 0;
    z-index: 1003;
    width: 300px;
    height: 650px;
    padding-bottom: 30px;
    background-color: #3fb99e;
    color: #fff;
    border-radius: 0 0 0 20px;
    transition: 0.5s;
  }
  header .headerMenu.disp {
    right: 0;
  }
  header .headerMenu .in {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-top: 180px;
  }
  header .headerMenu .hm_closeBtn {
    position: absolute;
    display: block;
    z-index: 101;
    cursor: pointer;
    right: 40px;
    top: 66px;
    width: 70px;
    height: 45px;
  }
  header .headerMenu .hm_closeBtn:before {
    content: "";
    position: absolute;
    display: block;
    background-color: #fff;
    margin: 0px auto 6px;
    transform: rotate(25deg);
    transition: 0.3s;
    top: 21px;
    left: 13px;
    height: 2px;
    width: 45px;
  }
  header .headerMenu .hm_closeBtn:after {
    content: "";
    position: absolute;
    display: block;
    background-color: #fff;
    margin: 0px auto 6px;
    transform: rotate(-25deg);
    transition: 0.3s;
    top: 21px;
    left: 13px;
    height: 2px;
    width: 45px;
  }
  header .headerMenu .hm_closeBtn:hover:before, header .headerMenu .hm_closeBtn:hover:after, header .headerMenu .hm_closeBtn:focus:before, header .headerMenu .hm_closeBtn:focus:after {
    opacity: 0.7;
  }
  header .headerMenu .menu ul li {
    padding-left: 55px;
    margin-bottom: 20px;
    text-align: left;
  }
  header .headerMenu .menu ul li a {
    font-size: 24px;
    color: #fff;
  }
  header .headerMenu .menu ul li a:hover {
    text-decoration: underline;
  }
  footer {
    background: #fff;
    max-width: 1140px;
    margin: 0 auto;
    margin-top: 15px;
    padding: 0 20px 25px;
  }
  footer.contact {
    margin-top: 60px;
  }
  footer .in {
    position: relative;
    text-align: left;
    border-top: 1px solid #c7c7c7;
    padding: 25px 0px 0;
  }
  footer .in span.fLogo {
    margin-right: 20px;
    position: relative;
    top: -2px;
  }
  footer .in span.copy {
    position: absolute;
    right: 0;
    bottom: 0px;
    font-weight: 400;
    font-size: 13px;
  }
  footer .in span.link {
    font-size: 14px;
  }
  footer .in span.link a {
    color: #777777;
  }
  footer .in span.link a:before {
    content: "＞";
    display: inline-block;
  }
  footer .in span.link a:hover {
    text-decoration: underline;
  }
  div#pageTop {
    position: fixed;
    cursor: pointer;
    z-index: 3;
    right: 25px;
    bottom: 25px;
    background: #3fb99e;
    width: 60px;
    height: 60px;
    border-radius: 50%;
  }
  div#pageTop:after {
    content: "";
    display: block;
    position: absolute;
    -webkit-mask-position: center center;
            mask-position: center center;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-image: url("../images/common/arrow.svg");
            mask-image: url("../images/common/arrow.svg");
    background: #fff;
    transform: rotate(-90deg);
    width: 21px;
    height: 21px;
    right: 18px;
    top: 18px;
    -webkit-mask-size: 21px 21px;
            mask-size: 21px 21px;
  }
  .main_in {
    max-width: 1140px;
    margin: 0 auto;
    padding: 60px 20px 0;
  }
  .bc_wrap {
    max-width: 1140px;
    margin: 0px auto 0;
    text-align: right;
    font-size: 13px;
    position: relative;
    top: -45px;
  }
  .bc_wrap a {
    color: #2c9988;
    text-decoration: underline;
  }
  .bc_wrap .bc:before {
    content: "/";
    display: inline-block;
  }
  .bc_wrap .bc:first-child:before {
    display: none;
  }
  .items {
    display: grid;
    justify-content: space-between;
    gap: 60px 2%;
    grid-template-columns: 32% 32% 32%;
    grid-template-rows: auto;
  }
  .items .item {
    padding-bottom: 65px;
    position: relative;
  }
  .items .item:nth-of-type(1), .items .item:nth-of-type(2), .items .item:nth-of-type(3) {
    margin-top: 0;
  }
  .items .item .img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    aspect-ratio: 34/23;
  }
  .items .item .img a {
    transition: 0.3s;
  }
  .items .item .img a:hover {
    opacity: 0.8;
  }
  .items .item .img img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .items .item .img .simplefavorite-button {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 15px;
    position: absolute;
    top: 7px;
    right: 7px;
    cursor: pointer;
    overflow: hidden;
    padding-top: 40px;
    opacity: 1;
  }
  .items .item .img .simplefavorite-button:before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    top: 12px;
    left: 11px;
    -webkit-mask-position: center center;
            mask-position: center center;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: 16px 16px;
            mask-size: 16px 16px;
    -webkit-mask-image: url("../images/common/fav.svg");
            mask-image: url("../images/common/fav.svg");
    background: #a3a3a3;
    position: absolute;
    z-index: 3;
  }
  .items .item .img .simplefavorite-button.active:before {
    background: #fcaf2f;
  }
  .items .item .img .simplefavorite-button:after {
    content: "";
    display: block;
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    position: absolute;
    left: 5px;
    top: 5px;
    z-index: 2;
  }
  .items .item ul.tag_wrap {
    margin-top: 20px;
  }
  .items .item .link {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-top: 20px;
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  .items .item .link a {
    display: block;
    width: 48%;
    height: auto;
    padding: 11px 0 12px;
    text-align: center;
    border-radius: 30px;
    border: 1px solid #000;
    line-height: 1;
    position: relative;
    color: #000;
    text-decoration: none;
    font-size: 16px;
  }
  .items .item .link a:hover {
    transition: 0.3s;
    opacity: 0.75;
  }
  .items .item .link .bt_contact {
    border: 1px solid #333;
    background: #333;
    color: #fff;
    text-decoration: none;
  }
  .items .item .link .bt_contact:before {
    display: none;
  }
  .items .item .link .bt_link {
    padding-right: 17px;
    background: #fff;
  }
  .items .item .link .bt_link:before {
    content: "";
    display: block;
    width: 23px;
    height: 23px;
    background: #3fb99e;
    border-radius: 15px;
    position: absolute;
    right: 8px;
    top: 8px;
  }
  .items .item .link .bt_link:after {
    content: "";
    display: block;
    width: 23px;
    height: 23px;
    position: absolute;
    -webkit-mask-position: center center;
            mask-position: center center;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: 9px 9px;
            mask-size: 9px 9px;
    -webkit-mask-image: url("../images/common/arrow.svg");
            mask-image: url("../images/common/arrow.svg");
    background: #fff;
    right: 7px;
    top: 8px;
  }
  .items ul.tag_wrap,
  .imfoWrap ul.tag_wrap {
    display: flex;
    flex-wrap: wrap;
  }
  .items ul.tag_wrap li,
  .imfoWrap ul.tag_wrap li {
    border-radius: 5px;
    color: #fff;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 400;
    font-size: 14px;
    margin: 0 4px 6px 0;
    background: #666666;
  }
  .items ul.tag_wrap li[data_content=未選択],
  .imfoWrap ul.tag_wrap li[data_content=未選択] {
    display: none;
  }
  .items ul.tag_wrap li span,
  .imfoWrap ul.tag_wrap li span {
    display: inline-block;
    padding: 3px 7px;
  }
  .items .title_wrap,
  .imfoWrap .title_wrap {
    margin-top: 8px;
  }
  .items .title_wrap .txt1 .day,
  .imfoWrap .title_wrap .txt1 .day {
    color: #555;
    margin-right: 10px;
    font-size: 15px;
  }
  .items .title_wrap .txt1 .day:empty,
  .imfoWrap .title_wrap .txt1 .day:empty {
    margin-right: 0;
  }
  .items .title_wrap .txt1 .name,
  .imfoWrap .title_wrap .txt1 .name {
    color: #222;
    font-weight: 700;
    font-size: 16px;
  }
  .items .title_wrap .title,
  .imfoWrap .title_wrap .title {
    font-weight: 700;
    line-height: 1.2;
    margin-top: 5px;
    color: #000;
    text-decoration: none;
    font-size: 22px;
  }
  .items .title_wrap .title a,
  .imfoWrap .title_wrap .title a {
    color: #000;
    text-decoration: none;
  }
  .items .title_wrap .title a:hover,
  .imfoWrap .title_wrap .title a:hover {
    text-decoration: underline;
  }
  .pageBottom_sec {
    max-width: 1140px;
    margin: 110px auto 0;
    padding: 0 20px;
  }
  .pageBottom_sec .in {
    width: 100%;
    position: relative;
    padding-bottom: 80px;
  }
  .pageBottom_sec .in:before {
    content: "";
    display: block;
    background: url("../images/common/bg1.png") no-repeat 0 0;
    position: absolute;
    width: 138px;
    height: 82px;
    top: 30px;
    right: 115px;
  }
  .pageBottom_sec .in:after {
    content: "";
    display: block;
    background: url("../images/common/bg2.png") no-repeat 0 0;
    position: absolute;
    width: 87px;
    height: 96px;
    top: 277px;
    left: 142px;
  }
  .pageBottom_sec .in .centerWrap {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding: 20px;
    width: 540px;
    background: rgba(255, 255, 255, 0.7);
  }
  .pageBottom_sec .in .logo {
    text-align: center;
    width: 100%;
    margin-bottom: 45px;
  }
  .pageBottom_sec .in .logo img {
    width: 100%;
    height: auto;
  }
  .pageBottom_sec .in p {
    width: 500px;
    margin: 0 auto;
    text-align: center;
    line-height: 2;
    font-size: 15px;
  }
  .pageBottom_sec .in .img1 {
    position: absolute;
    top: -22px;
    left: 0;
  }
  .pageBottom_sec .in .img2 {
    position: absolute;
    top: 205px;
    right: 0;
  }
  .pageBottom_sec .bottomLink ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    justify-content: center;
    align-items: stretch;
  }
  .pageBottom_sec .bottomLink ul li {
    margin-bottom: 15px;
    flex-basis: 40%;
  }
  .pageBottom_sec .bottomLink ul li a {
    display: block;
    border: 2px solid #c0c0c0;
    padding: 15px 15px;
    line-height: 1.2;
    transition: 0.2s;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .pageBottom_sec .bottomLink ul li a:hover {
    opacity: 0.75;
  }
  .pageBottom_sec #bottomBanner {
    margin-top: 60px;
    padding-bottom: 60px;
  }
  .pageBottom_sec #bottomBanner #btmBnrList {
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    gap: 40px;
  }
  .pageBottom_sec #bottomBanner #btmBnrList li a {
    display: block;
    transition: all 0.3s linear;
  }
  .pageBottom_sec #bottomBanner #btmBnrList li a img {
    width: 100%;
    height: auto;
  }
  .pageBottom_sec #bottomBanner #btmBnrList li a:hover {
    opacity: 0.7;
  }
  .footer_line {
    width: 100%;
    border-top: 1px solid #cccccc;
    margin-top: 110px;
  }
  .fav_tit {
    background: url("../images/common/ico_home.png") no-repeat 0 center;
    font-size: 30px;
    padding-left: 40px;
    font-weight: 700;
    margin-bottom: 30px;
  }
  .ditail_slide_sec {
    max-width: 900px;
    margin: 0 auto;
  }
  .ditail_slide_sec .ditail_slide {
    display: none;
  }
  .ditail_slide_sec .ditail_slide.slick-initialized {
    display: block;
  }
  .ditail_slide_sec .ditail_slide.slick-dotted {
    border-radius: 10px;
    margin-bottom: 10px;
  }
  .ditail_slide_sec .ditail_slide.slick-dotted li {
    width: 100%;
    text-align: center;
    overflow: hidden;
    aspect-ratio: 16/9;
    border-radius: 10px;
  }
  .ditail_slide_sec .ditail_slide.slick-dotted li img {
    margin: 0 auto;
    height: 100%;
    max-width: auto;
    max-height: auto;
  }
  .ditail_slide_sec .ditail_slide.slick-dotted .slick-arrow {
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
    border: none;
    outline: none;
    font-size: 0;
    position: absolute;
    top: calc(50% - 20px);
    z-index: 1;
    transition: 0.3s;
    transform: none;
    border: 2px solid #000;
    width: 39px;
    height: 39px;
  }
  .ditail_slide_sec .ditail_slide.slick-dotted .slick-arrow:hover, .ditail_slide_sec .ditail_slide.slick-dotted .slick-arrow:focus {
    opacity: 0.5;
  }
  .ditail_slide_sec .ditail_slide.slick-dotted .slick-arrow::before {
    content: "";
    display: block;
    -webkit-mask-position: center center;
            mask-position: center center;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-image: url("../images/common/arrow.svg");
            mask-image: url("../images/common/arrow.svg");
    background: #000;
    position: absolute;
    transform: rotate(180deg);
    -webkit-mask-size: 14px 14px;
            mask-size: 14px 14px;
    width: 14px;
    height: 14px;
    top: 10px;
    left: 11px;
  }
  .ditail_slide_sec .ditail_slide.slick-dotted .slick-next {
    right: -60px;
  }
  .ditail_slide_sec .ditail_slide.slick-dotted .slick-prev {
    left: -60px;
  }
  .ditail_slide_sec .ditail_slide.slick-dotted .slick-next:before {
    left: 11px;
    transform: rotate(0deg);
  }
  .ditail_slide_sec .slick-dots {
    margin-top: 5px;
    display: flex;
    flex-wrap: wrap;
    position: static;
    bottom: inherit;
    gap: 10px 1%;
  }
  .ditail_slide_sec .slick-dots li {
    list-style: none;
    display: inline-block;
    width: auto;
    overflow: hidden;
    background: #000;
    position: relative;
    margin: 0;
    border-radius: 7px;
    height: 70px;
    flex-basis: 13%;
  }
  .ditail_slide_sec .slick-dots li img {
    max-width: inherit;
    max-width: 120%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .ditail_slide_sec .slick-dots li.slick-active:before {
    content: "VIEW";
    display: block;
    width: 100%;
    color: #fff;
    font-size: 13px;
    position: absolute;
    top: calc(50% - 10px);
    text-align: center;
  }
  .ditail_slide_sec .slick-dots li.slick-active img {
    opacity: 0.5;
  }
  .info1_sec {
    max-width: 900px;
    margin: 60px auto 0;
  }
  .info1_sec .title_wrap .txt1 {
    font-size: 16px;
  }
  .info1_sec .title_wrap .txt1 .day {
    margin-right: 12px;
  }
  .info1_sec .title_wrap .txt1 .day:empty {
    margin-right: 0;
  }
  .info1_sec .title_wrap .title {
    font-size: 30px;
    border-bottom: 1px solid #262626;
    padding-bottom: 12px;
    color: #000;
    text-decoration: none;
    margin-top: 20px;
  }
  .info1_sec .title_wrap .disc {
    margin-top: 15px;
  }
  .info1_sec .bottom {
    margin-top: 35px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .info1_sec .bottom .price_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .info1_sec .bottom .price_wrap dt {
    display: flex;
    align-items: center;
  }
  .info1_sec .bottom .price_wrap dt span {
    display: inline-block;
    background: #3fb99e;
    border-radius: 5px;
    font-size: 18px;
    text-align: center;
    padding: 3px 20px 5px;
    color: #fff;
    margin-top: 5px;
  }
  .info1_sec .bottom .price_wrap dd {
    font-size: 20px;
    padding-left: 15px;
    font-weight: bold;
  }
  .info1_sec .bottom .price_wrap dd .num {
    font-size: 44px;
  }
  .info1_sec .btn_wrap .simplefavorite-button {
    display: inline-block;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    overflow: hidden;
    opacity: 1;
    border: 1px solid #a3a3a3;
    position: relative;
    vertical-align: middle;
    margin-right: 10px;
    width: 60px;
    height: 60px;
    padding-top: 60px;
  }
  .info1_sec .btn_wrap .simplefavorite-button:before {
    content: "";
    display: block;
    -webkit-mask-position: center center;
            mask-position: center center;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-image: url("../images/common/fav.svg");
            mask-image: url("../images/common/fav.svg");
    background: #a3a3a3;
    position: absolute;
    width: 25px;
    height: 25px;
    top: 18px;
    left: 17px;
    -webkit-mask-size: 25px 25px;
            mask-size: 25px 25px;
  }
  .info1_sec .btn_wrap .simplefavorite-button.active:before {
    background: #fcaf2f;
  }
  .info1_sec .bt_contact_sp {
    text-align: center;
    margin-top: 15px;
  }
  .info1_sec .tableWrap1 {
    margin-top: 50px;
  }
  .info1_sec .tableWrap1 table {
    border: 7px solid #e9e9e9;
    width: 100%;
  }
  .info1_sec .tableWrap1 table tr th {
    border: 1px solid #ccc;
    text-align: left;
    vertical-align: top;
    background: #f7f7f7;
    padding: 18px 22px;
    width: 160px;
  }
  .info1_sec .tableWrap1 table tr td {
    border: 1px solid #ccc;
    text-align: left;
    padding: 18px 22px;
  }
  .osusume_sec {
    max-width: 900px;
    padding-bottom: 50px;
    position: relative;
    margin: 90px auto 0;
  }
  .osusume_sec:after {
    content: "";
    display: block;
    background: url("../images/detail/illust.png") no-repeat 0 0;
    background-size: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 93px;
    height: 73px;
  }
  .osusume_sec h2 {
    text-align: center;
    margin-bottom: 50px;
  }
  .osusume_sec h2 + .wrap {
    margin-top: 0;
  }
  .osusume_sec .wrap {
    width: 100%;
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-top: 70px;
  }
  .osusume_sec .wrap:nth-of-type(2n) {
    flex-direction: row-reverse;
  }
  .osusume_sec .wrap:nth-of-type(2n) .txt {
    padding-left: 0;
    padding-right: 30px;
  }
  .osusume_sec .wrap .img {
    flex-basis: 55%;
  }
  .osusume_sec .wrap .img img {
    width: 100%;
    border-radius: 10px;
  }
  .osusume_sec .wrap .img .youtube {
    width: 100%;
    aspect-ratio: 16/9;
  }
  .osusume_sec .wrap .img .youtube iframe {
    width: 100%;
    height: 100%;
  }
  .osusume_sec .wrap .txt {
    flex: 1;
    padding-left: 30px;
  }
  .osusume_sec .wrap .txt h3 {
    background: url("../images/detail/dot.png") repeat-x 0 bottom;
    padding-bottom: 18px;
    margin-bottom: 20px;
    font-size: 23px;
  }
  .inq {
    width: 100%;
    background: #f7f7f7;
    text-align: center;
    padding: 30px 0;
    margin-top: 70px;
  }
  .inq a.bt_contact {
    width: 300px;
  }
  .inq + .main_in {
    padding-top: 0;
  }
  a.bt_contact {
    display: inline-block;
    text-align: center;
    border-radius: 30px;
    line-height: 1;
    font-size: 16px;
    position: relative;
    background: #333;
    color: #fff;
    vertical-align: middle;
    font-size: 20px;
    text-decoration: none;
    width: 260px;
    height: 60px;
    padding: 19px 0 0;
  }
  a.bt_contact:before {
    content: "";
    display: inline-block;
    background: url("../images/detail/ico_mail.png") no-repeat center center;
    position: relative;
    margin-right: 12px;
    width: 27px;
    height: 27px;
    top: -3px;
  }
  a.bt_contact:hover {
    transition: 0.3s;
    opacity: 0.75;
  }
  .detail_info {
    max-width: 900px;
    margin: 0 auto;
  }
  .gmap {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9のアスペクト比 */
    height: 0;
    margin-top: 45px;
    margin-bottom: 45px;
  }
  .gmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
  }
  .gmap:empty {
    padding-top: 0;
  }
  .entry_body {
    margin-bottom: 60px;
  }
  .info_table_wrap,
  .entry_body figure.wp-block-table {
    margin-top: 45px;
    margin-bottom: 45px;
  }
  .entry_body table,
  table.info_table {
    border: 1px solid #ccc;
    width: 100%;
  }
  .entry_body table tr th,
  table.info_table tr th {
    width: 18%;
    text-align: left;
    background: #f7f7f7;
    border: 1px solid #ccc;
    padding: 18px 22px;
  }
  .entry_body table tr td,
  table.info_table tr td {
    width: 32%;
    text-align: left;
    border: 1px solid #ccc;
    padding: 18px 22px;
  }
  .second_how {
    overflow: hidden;
    background: #f4f4f4;
    position: relative;
    padding-top: 70px;
    padding-bottom: 90px;
    margin-top: 90px;
  }
  .second_how:before {
    content: "";
    display: block;
    width: 850px;
    height: 300px;
    background: #fff;
    position: absolute;
    transform: rotate(-20deg);
    top: -150px;
    right: 71%;
    z-index: 1;
  }
  .second_how:after {
    content: "";
    display: block;
    width: 2000px;
    height: 300px;
    background: #fff;
    position: absolute;
    transform: rotate(7deg);
    top: -180px;
    left: 29%;
    z-index: 1;
  }
  .second_how h2 {
    max-width: 1140px;
    padding: 0 20px;
    margin: 0px auto 0;
    position: relative;
    z-index: 2;
  }
  .second_how .how_list {
    max-width: 1140px;
    padding: 0 20px;
    margin: 40px auto 0;
  }
  .second_how .how_list.items .item {
    padding-bottom: 0px;
  }
  .column_sec {
    max-width: 900px;
    margin: 60px auto 0;
  }
  .column_sec .title_wrap .txt1 .day {
    color: #555;
    margin-right: 10px;
    font-size: 15px;
  }
  .column_sec .title_wrap .txt1 .day:empty {
    margin-right: 0;
  }
  .column_sec .title_wrap .txt1 .name {
    color: #222;
    font-weight: 700;
    font-size: 16px;
  }
  .column_sec .title_wrap .title {
    font-size: 30px;
    color: #000;
    text-decoration: none;
    margin-top: 20px;
    margin-bottom: 45px;
  }
  .column_sec .entry_body img {
    border-radius: 10px;
  }
  .column_sec .entry_body .main_img {
    margin-top: 45px;
    margin-bottom: 45px;
  }
  .column_sec .entry_body .main_img img {
    width: 100%;
    border-radius: 10px;
  }
  .column_sec .entry_body h2 {
    font-size: 28px;
    margin-top: 60px;
    margin-bottom: 25px;
  }
  .column_sec .entry_body h3 {
    position: relative;
    padding-left: 40px;
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .column_sec .entry_body h3:before {
    content: "";
    display: block;
    width: 25px;
    height: 4px;
    background: url("../images/detail/dot.png") repeat-x 0 0;
    position: absolute;
    left: 5px;
    top: 15px;
  }
  .column_sec .entry_body h3 + p {
    margin-top: 25px;
  }
  .column_sec .entry_body > p {
    line-height: 2;
    margin-top: 45px;
    margin-bottom: 45px;
  }
  .column_sec .entry_body .imgs {
    display: flex;
    justify-content: center;
    -moz-column-gap: 20px;
         column-gap: 20px;
    margin-top: -20px;
    margin-bottom: 25px;
  }
  .column_sec .entry_body .imgs .wp-block-image {
    max-width: 49%;
    margin-top: 20px;
  }
  .column_sec .entry_body .imgs .wp-block-image img {
    width: 100%;
  }
  .column_sec .entry_body > .wp-block-image {
    text-align: center;
    margin-bottom: 25px;
  }
  .column_sec .entry_body > .wp-block-image img {
    width: auto;
    max-width: 100%;
  }
  .column_sec ul {
    margin-top: 45px;
    margin-bottom: 45px;
  }
  .column_sec ul li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 10px;
  }
  .column_sec ul li:before {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #3fb99e;
    position: absolute;
    left: 0;
    top: 8px;
  }
  .column_head {
    width: 100%;
    padding: 30px 20px;
    text-align: center;
    background: #f4f4f4;
  }
  .column_head .head_title {
    display: inline-block;
    margin: 0 auto;
    padding-right: 100px;
    padding-left: 135px;
    position: relative;
  }
  .column_head .head_title:after {
    content: "";
    display: block;
    width: 66px;
    height: 50px;
    background: url("../images/detail/illust.png") no-repeat 0 0;
    background-size: contain;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .kanren_wrap {
    margin-top: 45px;
  }
  .kanren_wrap h2 {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .kanren_wrap .kanren {
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 30px;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .kanren_wrap .kanren + .kanren {
    margin-top: 15px;
  }
  .kanren_wrap .kanren .img {
    flex-basis: 280px;
  }
  .kanren_wrap .kanren .img img {
    border-radius: 10px;
    width: 100%;
  }
  .kanren_wrap .kanren .right {
    flex: 1;
    padding-top: 10px;
    position: relative;
    padding-bottom: 40px;
  }
  .kanren_wrap .kanren .right .name {
    font-weight: bold;
    color: #555555;
    font-size: 16px;
  }
  .kanren_wrap .kanren .right .title {
    font-weight: bold;
    font-size: 20px;
  }
  .kanren_wrap .kanren .right .bt_link {
    display: block;
    width: 250px;
    height: auto;
    padding: 11px 0 12px;
    text-align: center;
    border-radius: 30px;
    border: 1px solid #000;
    line-height: 1;
    position: relative;
    color: #000;
    text-decoration: none;
    position: absolute;
    right: 0px;
    bottom: 0px;
    font-size: 16px;
    padding-right: 17px;
    background: #fff;
  }
  .kanren_wrap .kanren .right .bt_link:hover {
    transition: 0.3s;
    opacity: 0.75;
  }
  .kanren_wrap .kanren .right .bt_link:before {
    content: "";
    display: block;
    width: 23px;
    height: 23px;
    background: #3fb99e;
    border-radius: 15px;
    position: absolute;
    right: 8px;
    top: 8px;
  }
  .kanren_wrap .kanren .right .bt_link:after {
    content: "";
    display: block;
    width: 23px;
    height: 23px;
    position: absolute;
    -webkit-mask-position: center center;
            mask-position: center center;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: 9px 9px;
            mask-size: 9px 9px;
    -webkit-mask-image: url("../images/common/arrow.svg");
            mask-image: url("../images/common/arrow.svg");
    background: #fff;
    right: 7px;
    top: 8px;
  }
  .form_sec {
    max-width: 700px;
    margin: 0 auto;
  }
  .form_sec .tit {
    border-top: 2px dotted #ccc;
    padding: 15px 0 10px 0;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 20px;
    color: #555;
  }
  .form_sec .tit p {
    display: inline-block;
  }
  .form_sec .tit.mst:after {
    content: "必須";
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    background: #F00;
    text-align: center;
    padding: 3px 10px;
    border-radius: 5px;
    margin-left: 3px;
    position: relative;
    top: -2px;
  }
  .form_sec .tit2 {
    padding: 10px 15px 10px;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 35px;
    background: #333;
    color: #fff;
  }
  .form_sec .wpcf7-form-control-wrap {
    padding-left: 10px;
  }
  .form_sec .sub {
    font-size: 14px;
    padding-left: 10px;
  }
  .form_sec .txt {
    font-size: 14px;
    margin-top: 15px;
  }
  .form_sec input[type=text],
  .form_sec input[type=tel],
  .form_sec input[type=email],
  .form_sec textarea,
  .form_sec select {
    padding: 10px;
    font-size: 16px;
    width: 70%;
  }
  .form_sec input[name=title],
  .form_sec input[name=userid] {
    background: #f0f0f0;
    border: 1px solid #000;
  }
  .form_sec textarea {
    width: 100%;
  }
  .form_sec .wpcf7-list-item-label {
    margin-left: 4px;
  }
  .form_sec .zep_wrap input {
    width: 100px;
  }
  .form_sec .zep_wrap .hy {
    margin: 0 5px;
  }
  .form_sec .zep_wrap .wpcf7-not-valid-tip {
    display: inline;
    margin-left: 5px;
  }
  .form_sec .zep_wrap .wpcf7-form-control-wrap:first-child {
    margin-right: 10px;
  }
  .form_sec .kj {
    display: block;
    width: 100%;
    height: 200px;
    overflow-y: scroll;
    border: 1px solid #999;
    padding: 10px 5px 10px 15px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .form_sec .cb_wrap .wpcf7-form-control-wrap {
    margin-bottom: 10px;
    display: block;
  }
  .form_sec .wpcf7-list-item {
    margin-right: 10px;
  }
  .form_sec .bt_wrap {
    text-align: center;
    margin-top: 40px;
  }
  .form_sec input[type=submit] {
    display: inline-block;
    text-align: center;
    border-radius: 30px;
    line-height: 1;
    font-size: 16px;
    position: relative;
    background: #333;
    color: #fff;
    vertical-align: middle;
    font-size: 20px;
    text-decoration: none;
    width: 260px;
    height: 60px;
    padding: 0;
    border: none;
    margin-right: -30px;
    cursor: pointer;
    transition: 0.3s;
    margin-left: 30px;
  }
  .form_sec input[type=submit]:hover {
    opacity: 0.75;
  }
  .form_sec input[type=submit]:disabled {
    background: #ccc;
  }
  .form_sec input[type=submit]:disabled:hover {
    opacity: 1;
  }
  .form_sec .wpcf7-spinner {
    left: 20px;
  }
  .anker {
    position: relative;
    top: -156px;
  }
  .center {
    text-align: center;
  }
  .thanks_tit {
    font-size: 30px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 20px;
    text-indent: -20px;
  }
  .thanks_txt {
    font-size: 18px;
    line-height: 2;
    text-align: center;
  }
  .mT30 {
    margin-top: 30px;
  }
  .common_btn {
    display: inline-block;
    text-align: center;
    border-radius: 30px;
    line-height: 1;
    font-size: 16px;
    position: relative;
    background: #333;
    color: #fff;
    vertical-align: middle;
    text-decoration: none;
    width: 230px;
    height: 50px;
    padding: 16px 0 0;
    border: none;
    cursor: pointer;
    transition: 0.3s;
  }
  .common_btn:hover {
    opacity: 0.75;
  }
  /* ココから下には記入禁止 */
  .forSP {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1079px) {
  .ditail_slide_sec .ditail_slide.slick-dotted .slick-next {
    right: -10px;
  }
  .ditail_slide_sec .ditail_slide.slick-dotted .slick-prev {
    left: -10px;
  }
  header {
    height: 100px;
  }
  header:before {
    top: -180px;
    right: -80px;
  }
  header .logo1 {
    width: 9%;
    max-width: 75px;
  }
  header .logo1 img {
    width: 100%;
  }
  header .logo2 {
    width: 300px;
    padding-top: 15px;
    right: -38px;
  }
  header .logo2 img {
    width: 100%;
  }
  header .headerR {
    padding-top: 35px;
    width: 180px;
    padding-right: 10px;
  }
  header .headerR .fav_wrap .fav_btn {
    font-size: 14px;
  }
  header .headerMenu .hm_closeBtn {
    top: 30px;
    width: 50px;
  }
  main {
    padding-top: 100px;
  }
  .items .item .link a {
    font-size: 15px;
  }
  .items .item .link .bt_link:before {
    width: 19px;
    height: 19px;
    right: 7px;
    top: 10px;
  }
  .items .item .link .bt_link:after {
    right: 5px;
  }
}
/*# sourceMappingURL=map/common.css.map */
