@charset "utf-8";
* {
    margin: 0;
    padding: 0;
}
.body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
section,
article,
aside,
hgroup,
header,
footer,
nav,
dialog,
figure,
menu,
video,
audio,
mark,
time,
canvas,
details {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    background: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
a {
    color: #4c351d;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    text-decoration: none;
    display: inline-block;
}
a:hover {
    opacity: .7;
}
a img {
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    text-decoration: none;
}
section,
article,
aside,
hgroup,
header,
footer,
nav,
dialog,
figure,
figcaption {
    display: block;
}
input,
select {
    vertical-align: middle;
}
body {
    font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #4c351d;
    width: 100%;
    min-width: 1025px;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    background: #faf7ec;
    font-size: 16px;
    line-height: 2;
    letter-spacing: .075rem;
}
@font-face {
    font-family: "Corporate-Logo-Rounded-Bold-ver3";
    font-weight: 700;
    font-style: normal;
    src:
    url("../font/Corporate-Logo-Rounded-Bold-ver3.otf") format("opentype");
    
}
.cop {
    font-family: "Corporate-Logo-Rounded-Bold-ver3", "corporate-logo-ver2", 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
    font-weight: 700;
    font-style: normal;
}
img {
    max-width: 100%;
    margin: auto;
    vertical-align: bottom;
    display: block;
}
ul,
li,
dl,
dt,
dd,
form {
    margin: 0px;
    padding: 0px;
    border: 0px;
    list-style: none;
    letter-spacing: .075rem;
    /* For IE 6/7 */
    *display: inline;
    *zoom: 1;
}
li::marker {
    margin: 0;
    padding: 0;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
ins {
    /* remember to highlight inserts somehow! */
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
table {
    /* markup tables with 'cellspacing="0"' */
    border-collapse: collapse;
    border-spacing: 0;
}
.alc {
    text-align: center !important;
}
.all {
    text-align: left !important;
}
.alr {
    text-align: right !important;
}
.floatL {
    float: left;
}
.floatR {
    float: right;
}
.clr {
    zoom: 1;
}
.clr:after {
    content: ' ';
    display: block;
    clear: both;
    height: 0;
}
.clearboth {
    clear: both !important;
}
.pc {
    display: block;
}
.pc_list {
    display: inline-block;
}
.sp {
    display: none;
}
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.flex_rev {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}
.inner {
    max-width: 1100px;
    width: 90%;
    margin: 0 auto;
}
body {
    display: none;
  }
  /* スクロールトップ */
  .back-to-top {
    width: 80px;
height: 80px;
position: fixed;
background: #e47438;
border-radius: 50%;
z-index: 8888;
    display: none;
    right: 3%;
    bottom: 3%;
    padding: 2rem;
    display: inline-block;
    text-decoration: none;
    -webkit-box-shadow: 0px 0px 16px 0px rgba(108, 92, 32, .28);
            box-shadow: 0px 0px 16px 0px rgba(108, 92, 32, .28);
  }
  .back-to-top::before {
    content: "";
    position: absolute;
    top: 55%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
        -ms-transform: translate(-50%, -50%) rotate(135deg);
            transform: translate(-50%, -50%) rotate(135deg);
    width: 20px;
  height: 20px;
  display: inline-block;
  border-bottom: 6px solid #fff;
  border-left: 6px solid #fff;
  border-radius: 3px;
  }
  /* 動き */
.fadeIn {
    opacity: 0;
    bottom: -30px;
    position: relative;
  }
  .fadeIn.active {
    opacity: 1;
    bottom: 0;
    -webkit-transition:.5s;
    -o-transition:.5s;
    transition:.5s;
  }
/* hum */
.header {
    position: fixed;
    width: 100%;
    height: 90px;
    padding: 10px 0 5px;
    top: 0;
    z-index: 9999;
    background-color: #faf7ec;
}
.hamburger-overlay {
    display: none;
}
.nav-overlay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 1100px;
    margin: 0 auto;
    width: 90%;
}
.nav-overlay h1 {
    max-width: 110px;
    width: 11%;
}
.otama_logo {
    max-width: 75px;
    width: 8%;
}
.nav-overlay__content {
    width: 77%;
}
.nav-overlay__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.nav-overlay__list li a {
    font-size: 18px;
    line-height: 1.2;
    text-align: center;
}
/* mv */
.mv {
    margin: 90px auto 0;
    overflow: hidden;
}
.mv_inner {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding-bottom: 85px;
}
.mv_inner::before {
    content: '';
    display: inline-block;
    background: url(../img/mv_illust_01.png) no-repeat top center / 100% auto;
    width: 131px;
    height: 130px;
    position: absolute;
    left: -2.5%;
    top: 32%;
}
.mv_inner::after {
    content: '';
    display: inline-block;
    background: url(../img/mv_illust_02.png) no-repeat top center / 100% auto;
    width: 114px;
    height: 114px;
    position: absolute;
    right: -1%;
    bottom: 9%;
}
.mv figure {
    max-width: 1100px;
    margin: 0 auto;
    width: 90%;
}
.mv_ill01, .mv_ill02, .mv_ill03 {
    position: absolute;
}
.mv_ill01 {
    width: 180px;
    top: 20px;
    right: 23%;
}
.mv_ill02 {
    width: 81px;
    top: 6.7%;
    right: 7%;
}
.mv_ill03 {
    width: 168px;
    top: 40.2%;
    right: 8.6%;
    -webkit-animation:katakata 5s infinite ease-in-out alternate;
            animation:katakata 5s infinite ease-in-out alternate;
}
@-webkit-keyframes katakata {
    0% {-webkit-transform:translate(0, 0) rotate(0deg);transform:translate(0, 0) rotate(0deg);}
    21% {-webkit-transform:translate(0, 0) rotate(0deg);transform:translate(0, 0) rotate(0deg);}
  
    22% {-webkit-transform:translate(0, 0) rotate(-3deg);transform:translate(0, 0) rotate(-3deg);}
    23% {-webkit-transform:translate(0, -1px) rotate(0deg);transform:translate(0, -1px) rotate(0deg);}
    24% {-webkit-transform:translate(0, -1px) rotate(3deg);transform:translate(0, -1px) rotate(3deg);}
  
    25% {-webkit-transform:translate(1px, 0) rotate(-2deg);transform:translate(1px, 0) rotate(-2deg);}
    26% {-webkit-transform:translate(0, 1px) rotate(0deg);transform:translate(0, 1px) rotate(0deg);}
    27% {-webkit-transform:translate(0, 0) rotate(3deg);transform:translate(0, 0) rotate(3deg);}
  
    28% {-webkit-transform:translate(0, 0) rotate(0deg);transform:translate(0, 0) rotate(0deg);}
    100% {-webkit-transform:translate(0, 0) rotate(0deg);transform:translate(0, 0) rotate(0deg);}
  }
@keyframes katakata {
    0% {-webkit-transform:translate(0, 0) rotate(0deg);transform:translate(0, 0) rotate(0deg);}
    21% {-webkit-transform:translate(0, 0) rotate(0deg);transform:translate(0, 0) rotate(0deg);}
  
    22% {-webkit-transform:translate(0, 0) rotate(-3deg);transform:translate(0, 0) rotate(-3deg);}
    23% {-webkit-transform:translate(0, -1px) rotate(0deg);transform:translate(0, -1px) rotate(0deg);}
    24% {-webkit-transform:translate(0, -1px) rotate(3deg);transform:translate(0, -1px) rotate(3deg);}
  
    25% {-webkit-transform:translate(1px, 0) rotate(-2deg);transform:translate(1px, 0) rotate(-2deg);}
    26% {-webkit-transform:translate(0, 1px) rotate(0deg);transform:translate(0, 1px) rotate(0deg);}
    27% {-webkit-transform:translate(0, 0) rotate(3deg);transform:translate(0, 0) rotate(3deg);}
  
    28% {-webkit-transform:translate(0, 0) rotate(0deg);transform:translate(0, 0) rotate(0deg);}
    100% {-webkit-transform:translate(0, 0) rotate(0deg);transform:translate(0, 0) rotate(0deg);}
  }
/* ここから時間差フェードインアニメーション */
.move01 {
    -webkit-animation-name: fadeIn500ms;
            animation-name: fadeIn500ms;
            -webkit-animation-delay: .5s;
                    animation-delay: .5s;
            -webkit-animation-duration: 1s;
                    animation-duration: 1s;
            -webkit-animation-fill-mode: forwards;
                    animation-fill-mode: forwards;
    opacity: 0;
}
@-webkit-keyframes fadeIn500ms {
    0% {
    }
    100% {
        -webkit-transform: translateX(0);
                transform: translateX(0);
        opacity: 1;
    }
}
@keyframes fadeIn500ms {
    0% {
    }
    100% {
        -webkit-transform: translateX(0);
                transform: translateX(0);
        opacity: 1;
    }
}
.move02 {
    -webkit-animation-name: fadeIn500ms;
            animation-name: fadeIn500ms;
            -webkit-animation-delay: .8s;
                    animation-delay: .8s;
            -webkit-animation-duration: 1s;
                    animation-duration: 1s;
            -webkit-animation-fill-mode: forwards;
                    animation-fill-mode: forwards;
    opacity: 0;
}
/* about */
.about {
    position: relative;
    text-align: center;
}
.about h2 {
    font-size: 32px;
    line-height: 1.6;
    position: relative;
    z-index: 1;
}
.about h2::before {
    content: '';
    display: inline-block;
    background: url(../img/about_illust_01.png) no-repeat top center / 100% auto;
    width: 117px;
    height: 93px;
    position: absolute;
    left: 10%;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.about h2::after {
    content: '';
    display: inline-block;
    background: url(../img/about_illust_03.png) no-repeat top center / 100% auto;
    width: 228px;
    height: 118px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.about span {
    display: block;
    width: 75px;
    margin: 25px auto 45px;
}
.about p {
    font-size: 22px;
    font-weight: 500;
    line-height: 2.5;
    z-index: 1;
    position: relative;
}
.about .about_fig01 {
    max-width: 263px;
    width: 23%;
    position: absolute;
    left: 0;
    top: 17%;
}
.about .about_fig02 {
    max-width: 247px;
    position: absolute;
    left: 3%;
    bottom: 10%;
    width: 21%;
}
.about .about_fig03 {
    max-width: 317px;
    position: absolute;
    right: 0;
    bottom: 15%;
    width: 27%;
}
.about .about_btm {
    margin: 85px auto 0;
}
.about .about_btm img {
    width: 100vw;
}
/* spot */
.spot {
    background-color: #f1e4b8;
    padding: 20px 0 45px;
}
.spot h2 {
    font-size: 32px;
    text-align: center;
    line-height: 1.6;
    position: relative;
}
.spot h2::after {
    content: '';
    display: inline-block;
    background: url(../img/spot_illust_01.png) no-repeat top center / 100% auto;
    width: 152px;
    height: 144px;
    position: absolute;
    top: -15px;
    left: 23%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.spot span {
    display: block;
    margin: 0 auto;
    max-width: 212px;
}
.spot figure {
    margin: 20px auto 0;
}
.bg_line {
    padding-top: calc(1.5 * var(--height));
    --height: 1.1vw;
                    -webkit-mask-image: url(../img/nami.svg), -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(transparent), color-stop(#000), to(#000));
                    -webkit-mask-image: url(../img/nami.svg), linear-gradient(to bottom, transparent 0%, transparent var(--height), #000 var(--height), #000 100%);
                            mask-image: url(../img/nami.svg), -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(transparent), color-stop(#000), to(#000));
                            mask-image: url(../img/nami.svg), linear-gradient(to bottom, transparent 0%, transparent var(--height), #000 var(--height), #000 100%);
    -webkit-mask-size: contain;
            mask-size: contain;
    margin-top: calc(-1 * var(--height));
}
/* place */
.place {
    padding: 55px 0 15px;
    overflow: hidden;
}
.place_ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.place_ttl span {
    display: block;
    width: 35px;
    margin-right: 5px;
}
.place_ttl h2 {
font-size: 28px;
border-bottom: dotted 4px #ffd338;
line-height: 1.6;
}
.place_cont {
    margin: 35px auto 40px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.place_cont figure {
    width: 50%;
    position: relative;
    z-index: 1;
}
.place_cont p {
width: 45%;
font-size: 18px;
}
.place ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto;
}
.place ul li {
    width: 24%;
    margin-bottom: 30px;
}
.place ul li p {
    line-height: 1.6;
    margin-top: 5px;
}
/* それぞれ */
.place.place01 {
    background-color: #dbedf0;
}
.place .place_cont figure::after {
    content: '';
    display: inline-block;
    position: absolute;
    z-index: -1;
}
.place.place01 .place_cont figure::after {
    background: url(../img/nouchi_img_01_ill.png) no-repeat top center / 100% auto;
    width: 145px;
    height: 144px;
    left: -25px;
    bottom: -25px;
}
.place.place02 {
    background-color: #f9f4df;
}
.place.place02 .place_cont figure::after {
    background: url(../img/tamanoi_img_01_ill.png) no-repeat top center / 100% auto;
    width: 165px;
    height: 162px;
    right: -45px;
    top: -58px;
}
.place.place03 {
    background-color: #d9efde;
}
.place.place03 .place_cont figure::after {
    background: url(../img/furusatohall_img_01_ill.png) no-repeat top center / 100% auto;
    width: 165px;
    height: 165px;
    left: -40px;
    bottom: -32px;
}
.place.place04 {
    background-color: #f9f4df;
}
.place.place04 .place_cont figure::after {
    background: url(../img/cyokubai_img_01_ill.png) no-repeat top center / 100% auto;
    width: 162px;
    height: 163px;
    right: -33px;
    top: -27px;
}
.place.place05 {
    background-color: #dbedf0;
    padding-bottom: 65px;
    border-radius: 0 0 100px 100px;
}
.place.place05 .place_cont figure::after {
    background: url(../img/plant_img_01_ill.png) no-repeat top center / 100% auto;
    width: 171px;
    height: 167px;
    left: -40px;
    bottom: -33px;
}
/* adatara */
.adatara {
    padding: 45px 0 50px;
}
.adatara_top {
    text-align: center;
    margin: 0 auto 45px;
}
.adatara_top h2 {
    line-height: 1.6;
    font-size: 26px;
    display: inline-block;
    position: relative;
    padding: 0 80px;
}
.adatara_top h2::before {
    content: '';
    display: inline-block;
    background: url(../img/adatara_illust_01.png) no-repeat top center / 100% auto;
    width: 46px;
    height: 76px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.adatara_top h2::after {
    content: '';
    display: inline-block;
    background: url(../img/adatara_illust_02.png) no-repeat top center / 100% auto;
    width: 45px;
    height: 68px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.adatara_top p {
    font-size: 20px;
    line-height: 2.1;
    margin: 5px auto 0;
}
.adatara_cont {
    background-color: #fff;
    border-radius: 30px;
    padding: 40px 50px;
    -webkit-box-shadow: 0px 0px 16px 0px rgba(108, 92, 32, .28);
            box-shadow: 0px 0px 16px 0px rgba(108, 92, 32, .28);
    margin: 0 auto 40px;
}
.adatara_contTop figure {
    width: 50%;
}
.adatara_contTop_txt {
    width: 46%;
}
.adatara_contTop_txtTtl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.adatara_contTop_txtTtl h3 {
    font-size: 24px;
    line-height: 1.6;
    border-bottom: dotted 4px #ffd338;
    margin-right: 15px;
}
.adatara_contTop_txtTtl span {
    display: block;
}
.adatara_cont.cont01 .adatara_contTop_txtTtl span {
    width: 61px;
}
.adatara_cont.cont02 .adatara_contTop_txtTtl span {
    width: 79px;
}
.adatara_cont.cont03 .adatara_contTop_txtTtl span {
    width: 58px;
}
.adatara_contTop_txt p {
    font-size: 18px;
    margin-top: 10px;
}
.adatara_cont ul {
    margin: 20px auto 0;
}
.adatara_cont ul li {
    width: 31%;
}
.adatara_cont ul li p {
    line-height: 1.6;
    margin-top: 5px;
}
.adatara_facility {
    text-align: center;
}
.adatara_facility h3 {
    display: inline-block;
    line-height: 1.6;
    border-bottom: dotted 4px #ffd338;
    font-size: 24px;
    margin: 0 auto 20px;
}
.adatara_facility ul li {
    width: 24%;
}
.adatara_facility ul li p {
    text-align: left;
    line-height: 1.6;
    margin-top: 5px;
}
/* interview */
.interview {
    background-color: #ebd17c;
    padding-top: 30px;
}
.interview_top {
    text-align: center;
}
.interview_top h2 {
    font-size: 32px;
    letter-spacing: .135rem;
    padding: 75px 135px 0;
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.interview_top h2::before {
    content: '';
    display: inline-block;
    background: url(../img/talk_illust_01.png) no-repeat top center / 100% auto;
    width: 193px;
    height: 87.5px;
    position: absolute;
    left: 0;
    top: 0;
}
.interview_top h2::after {
    content: '';
    display: inline-block;
    background: url(../img/talk_illust_03.png) no-repeat top center / 100% auto;
    width: 106px;
    height: 132px;
    position: absolute;
    right: 0;
    top: 33px;
}
.interview_top h2 span {
    font-size: 24px;
    display: block;
    margin-left: 15px;
}
.interview_top_line {
    display: block;
    max-width: 211px;
    margin: 0 auto;
}
.interview_top p {
    font-size: 18px;
    margin: 15px auto 0;
}
.interview_intro {
    margin: 85px auto 55px;
}
.interview_intro ul li {
    width: 47%;
    background-color: #d6bb62;
    border-radius: 30px;
    border: 2px solid #fff;
    padding: 0 20px 20px;
    position: relative;
}
.interview_intro ul:first-of-type {
    margin-bottom: 80px;
}
.interview_intro ul li::before {
    content: '';
    display: inline-block;
    background: url(../img/talk_illust_04.png) no-repeat top center / 100% auto;
    width: 102px;
    height: 69px;
    position: absolute;
    left: 10px;
    top: 15px;
}
.interview_intro ul li::after {
    content: '';
    display: inline-block;
    background: url(../img/talk_illust_06.png) no-repeat top center / 100% auto;
    width: 102px;
    height: 69px;
    position: absolute;
    right: 10px;
    top: 15px;
}
.interview_intro ul li figure {
    max-width: 143px;
    margin: -50px auto 0;
}
.interview_intro ul li h3 {
    font-size: 20px;
    text-align: center;
    position: relative;
    padding-bottom: 10px;
    margin: 0 auto 10px;
}
.interview_intro ul li h3::after {
    content: '';
    display: inline-block;
    background: url(../img/talk_illust_05.png) no-repeat top center / 100% auto;
    width: 28px;
    height: 6px;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
.interview_intro ul li h3 span {
    font-size: 16px;
}
/*  */
.interview_talkCont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto 20px;
}
.interview_talkCont:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}
.interview_talkCont figure {
    max-width: 124px;
    width: 15%;
}
.interview_talkCont figcaption {
    display: block;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
}
.interview_talkCont_txt {
    width: 83%;
    background-color: #fff;
    border-radius: 20px;
    padding: 20px 30px;
    position: relative;
}
.interview_talkCont:nth-of-type(odd) .interview_talkCont_txt::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(-100%, -50%);
        -ms-transform: translate(-100%, -50%);
            transform: translate(-100%, -50%);
    border: 10px solid transparent;
    border-right: 27px solid #fff;
}
.interview_talkCont:nth-of-type(even) .interview_talkCont_txt::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(100%, -50%);
        -ms-transform: translate(100%, -50%);
            transform: translate(100%, -50%);
    border: 10px solid transparent;
    border-left: 27px solid #fff;
}
.interview_talk_img01 {
    margin: 0 auto 20px;
}
.interview_talk_img01 li {
    width: 31%;
}
.interview_talk_img02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 40px auto 20px;
}
.interview_talk_img02 li {
    width: 23%;
}
.interview_talk_img02 li:nth-child(even) {
    margin-top: -20px;
}
/*  */
.interview_after {
    background-color: #f2dd99;
    border-radius: 30px;
    border: 2px solid #fff;
    padding: 20px 50px 30px;
    text-align: center;
    margin: 30px auto;
}
.interview_after h3 {
    font-size: 24px;
    padding: 10px 65px;
    position: relative;
    display: inline-block;
}
.interview_after h3::before {
    content: "";
    position: absolute;
    background-image: url(../img/talk_illust_07.png), url(../img/talk_illust_08.png);
    background-repeat: no-repeat;
    background-position: top 50% left 0, top 50% right 0;
    background-size: 52px;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-21%, -17%);
        -ms-transform: translate(-21%, -17%);
            transform: translate(-21%, -17%);
}
.interview_after h3::after {
    content: '';
    display: inline-block;
    border-bottom: 4px dotted #fff;
    width: 55%;
    height: 100%;
    position: absolute;
    left: 50%;
    bottom: 10px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
.interview_after p {
    font-size: 18px;
    text-align: left;
}
.interview_btm img {
    width: 100vw;
}
/* shop */
.shop {
    background-color: #fff;
    padding-bottom: 40px;
}
.shop h2 {
    font-size: 28px;
    text-align: center;
}
.shop span {
    display: block;
    margin: 0 auto;
    max-width: 212px;
}
.shop ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 30px auto 0;
}
.shop ul li {
    width: 24%;
    margin-bottom: 30px;
}
.shop ul li p {
    line-height: 1.6;
}
.shop_cont figure {
    position: relative;
    padding-top: 40px;
}
.shop_cont figure::before {
    content: '';
    display: inline-block;
    background: url(../img/shop_illust_03.png) no-repeat top center / 100% auto;
    width: 106px;
    height: 100px;
    position: absolute;
    left: -25px;
    top: 0;
}
.shop_cont figure::after {
    content: '';
    display: inline-block;
    background: url(../img/shop_illust_04.png) no-repeat top center / 100% auto;
    width: 105px;
    height: 98px;
    position: absolute;
    right: -30px;
    bottom: -40px;
}
.shop_cont h3 {
    font-size: 20px;
    margin-top: 10px;
}
/* map */
.map {
    background: url(../img/map_bg.jpg) no-repeat top /contain;
    background-color: #faf7ec;
    padding-bottom: 70px;
}
.map figure img {
    width: 100vw;
}
.map h2 {
    font-size: 28px;
    text-align: center;
    margin: 30px auto 0;
}
.map span {
    display: block;
    max-width: 60px;
    margin: 0 auto;
}
.map_cont {
    margin: 30px auto 0;
    max-width: 750px;
    height: 475px;
}
.map_cont iframe {
    width: 100%;
    height: 100%;
    border-radius: 23px;
}
/* footer */
footer {
    background-color: #785e41;
    padding: 23px 0;
}
footer p {
    font-size: 16px;
    text-align: center;
    color: #fff;
    line-height: 1;
}
@media only screen and (max-width: 1024px) {
    body {
        min-width: 100%;
        font-size: 14px;
    }
    .pc, .pc_list {
        display: none !important;
    }
    .sp {
        display: block !important;
    }
    .flex {
        display: block;
    }
    /* スクロールトップ */
  .back-to-top {
    width: 60px;
height: 60px;
    bottom: 2%;
    padding: 1rem;
  }
  .back-to-top::before {
    width: 15px;
  height: 15px;
  border-bottom: 4px solid #fff;
  border-left: 4px solid #fff;
  }
    /* hum */
    .hamburger-overlay {
        position: fixed;
        top: 27px;
        right: 20px;
        z-index: 1000;
        width: 30px;
        height: 30px;
        border: none;
        background: transparent;
        cursor: pointer;
        display: block!important;
    }
    .hamburger-overlay__line {
        position: absolute;
        left: 0;
        width: 30px;
        height: 2px;
        background-color: #333;
        -webkit-transition: all .6s;
        -o-transition: all .6s;
        transition: all .6s;
    }
    .hamburger-overlay__line:nth-of-type(1) {
        top: 4px;
    }
    .hamburger-overlay__line:nth-of-type(2) {
        top: 13px;
    }
    .hamburger-overlay__line:nth-of-type(3) {
        top: 23px;
    }
    .hamburger-overlay.active .hamburger-overlay__line {
        background-color: #fff;
    }
    .hamburger-overlay.active .hamburger-overlay__line:nth-of-type(1) {
        -webkit-transform: translateY(10px) rotate(-45deg);
            -ms-transform: translateY(10px) rotate(-45deg);
                transform: translateY(10px) rotate(-45deg);
    }
    .hamburger-overlay.active .hamburger-overlay__line:nth-of-type(2) {
        opacity: 0;
    }
    .hamburger-overlay.active .hamburger-overlay__line:nth-of-type(3) {
        -webkit-transform: translateY(-9px) rotate(45deg);
            -ms-transform: translateY(-9px) rotate(45deg);
                transform: translateY(-9px) rotate(45deg);
    }
    .nav-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background-color: rgba(154, 131, 46, 0.9);
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all .6s;
        -o-transition: all .6s;
        transition: all .6s;
        z-index: 900;
        display: block;
    }
    .nav-overlay.active {
        visibility: visible;
        opacity: 1;
    }
    .nav-overlay__content {
        position: absolute;
        top: 120px;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        width: 100%;
        text-align: center;
    }
    .nav-overlay__list {
        margin: 0;
        padding: 0;
        list-style: none;
        display: block;
    }
    .nav-overlay__item {
        opacity: 0;
        -webkit-transform: translateY(20px);
            -ms-transform: translateY(20px);
                transform: translateY(20px);
        -webkit-transition: all .6s;
        -o-transition: all .6s;
        transition: all .6s;
    }
    .nav-overlay.active .nav-overlay__item {
        opacity: 1;
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0);
    }
    .nav-overlay.active .nav-overlay__item:nth-child(1) {
        -webkit-transition-delay: 0.1s;
             -o-transition-delay: 0.1s;
                transition-delay: 0.1s;
    }
    .nav-overlay.active .nav-overlay__item:nth-child(2) {
        -webkit-transition-delay: 0.2s;
             -o-transition-delay: 0.2s;
                transition-delay: 0.2s;
    }
    .nav-overlay.active .nav-overlay__item:nth-child(3) {
        -webkit-transition-delay: 0.3s;
             -o-transition-delay: 0.3s;
                transition-delay: 0.3s;
    }
    .nav-overlay.active .nav-overlay__item:nth-child(4) {
        -webkit-transition-delay: 0.4s;
             -o-transition-delay: 0.4s;
                transition-delay: 0.4s;
    }
    .nav-overlay.active .nav-overlay__item:nth-child(5) {
        -webkit-transition-delay: 0.5s;
             -o-transition-delay: 0.5s;
                transition-delay: 0.5s;
    }
    .nav-overlay.active .nav-overlay__item:nth-child(6) {
        -webkit-transition-delay: 0.6s;
             -o-transition-delay: 0.6s;
                transition-delay: 0.6s;
    }
    .nav-overlay.active .nav-overlay__item:nth-child(7) {
        -webkit-transition-delay: 0.7s;
             -o-transition-delay: 0.7s;
                transition-delay: 0.7s;
    }
    .nav-overlay.active .nav-overlay__item:nth-child(8) {
        -webkit-transition-delay: 0.8s;
             -o-transition-delay: 0.8s;
                transition-delay: 0.8s;
    }
    .nav-overlay.active .nav-overlay__item:nth-child(9) {
        -webkit-transition-delay: 0.9s;
             -o-transition-delay: 0.9s;
                transition-delay: 0.9s;
    }
    .nav-overlay__link {
        display: inline-block;
        padding: 10px 0;
        color: #fff;
        font-size: 24px;
        text-decoration: none;
        -webkit-transition: color .3s;
        -o-transition: color .3s;
        transition: color .3s;
    }
    .nav-overlay__link:hover {
        color: #4c351d;
    }
    .header {
        height: 80px;
        padding-top: 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .sp_logo {
        max-width: 100px;
        margin-left: 15px;
    }
    .otama_logoSp {
        max-width: 60px;
        margin-left: 5%;
    }
    .nav-overlay h1 {
        max-width: 150px;
        width: 100%;
        position: absolute;
        top: 60px;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
    }
    .nav-overlay h1 img {
        -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(315deg) brightness(105%) contrast(103%);
                filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(315deg) brightness(105%) contrast(103%);
    }
    /* mv */
.mv {
    margin: 80px auto 0;
}
.mv_inner {
    padding-bottom: 30px;
}
.mv_inner::before {
    width: 51px;
        height: 53px;
        left: unset;
        right: 4%;
        top: 46%;
}
.mv_inner::after {
    width: 50px;
        height: 50px;
        right: unset;
        left: 0px;
        bottom: 23%;
}
.mv_ill01 {
    width: 84px;
        top: 32%;
        right: unset;
        left: 9%;
}
.mv_ill02 {
    width: 43px;
        top: 39.7%;
        right: 36%;
}
.mv_ill03 {
    width: 78px;
    top: 63.2%;
    right: 12.6%;
}
    /* about */
.about h2 {
    font-size: 24px;
    padding-top: 65px;
}
.about h2::before {
    width: 80px;
    height: 65px;
    left: 0;
    top: 0;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}
.about h2::after {
    width: 130px;
    height: 68px;
    right: 0;
    bottom: -2%;
    top: unset;
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
}
.about span {
    width: 50px;
    margin: 20px auto 30px;
}
.about p {
    font-size: 18px;
    line-height: 2.2;
}
.about .about_fig01 {
    max-width: 120px;
    width: 29%;
    position: absolute;
    left: 0;
    top: 21%;
}
.about .about_fig02 {
    max-width: 120px;
        bottom: 5%;
        width: 29%;
}
.about .about_fig03 {
    max-width: 135px;
        bottom: 7%;
        width: 33%;
}
.about .about_btm {
    margin: 150px auto 0;
}
/* spot */
.spot {
    padding: 20px 0 30px;
}
.spot h2 {
    font-size: 22px;
    z-index: 1;
    position: relative;
}
.spot h2::after {
    width: 92px;
        height: 88px;
        top: 0;
        left: 5%;
        z-index: -1;
}
.spot span {
    max-width: 130px;
}
.spot figure {
    margin: 30px auto 0;
}
/* place */
.place {
    padding: 30px 0 10px;
}
.place_ttl span {
    width: 25px;
}
.place_ttl h2 {
font-size: 20px;
}
.place_cont {
    margin: 20px auto 30px;
    max-width: 700px;
}
.place_cont figure {
    width: 100%;
}
.place_cont p {
width: 100%;
font-size: 16px;
z-index: 1;
position: relative;
margin: 15px auto 0;
}
.place ul li {
    width: 48%;
    margin-bottom: 20px;
}
.place ul li p {
    line-height: 1.2;
}
/* それぞれ */
.place.place01 .place_cont figure::after {
    width: 105px;
        height: 104px;
        left: -3%;
        bottom: -7%;
}
.place.place02 .place_cont figure::after {
    width: 135px;
        height: 140px;
        right: -4%;
        top: -45px;
}
.place.place03 .place_cont figure::after {
    width: 135px;
    height: 135px;
    left: -8%;
    bottom: -20px;
}
.place.place04 .place_cont figure::after {
    width: 110px;
        height: 110px;
        right: -3%;
        top: -26px;
}
.place.place05 {
    padding-bottom: 40px;
    border-radius: 0 0 60px 60px;
}
.place.place05 .place_cont figure::after {
    width: 140px;
        height: 136px;
        left: -7%;
        bottom: -19px;
}
/* adatara */
.adatara {
    padding: 30px 0 40px;
}
.adatara_top {
    margin: 0 auto 30px;
}
.adatara_top h2 {
    font-size: 22px;
    padding: 0 55px;
    margin: 0 auto 10px;
}
.adatara_top h2::before {
    width: 40px;
        height: 66px;
}
.adatara_top h2::after {
    width: 37px;
        height: 56px;
}
.adatara_top p {
    font-size: 16px;
    margin: 10px auto 0;
    letter-spacing: .05rem;
}
.adatara_cont {
    padding: 30px 5%;
    margin: 0 auto 30px;
    max-width: 600px;
}
.adatara_contTop figure {
    width: 100%;
    margin: 0 auto 20px;
}
.adatara_contTop_txt {
    width: 100%;
}
.adatara_contTop_txtTtl h3 {
    font-size: 20px;
}
.adatara_cont.cont01 .adatara_contTop_txtTtl span {
    width: 45px;
}
.adatara_cont.cont02 .adatara_contTop_txtTtl span {
    width: 60px;
}
.adatara_cont.cont03 .adatara_contTop_txtTtl span {
    width: 40px;
}
.adatara_contTop_txt p {
    font-size: 14px;
}
.adatara_cont ul li {
    width: 100%;
    margin: 0 auto 20px;
}
.adatara_cont ul li:last-child {
    margin-bottom: 0;
}
.adatara_cont ul li p {
    line-height: 1.2;
}
.adatara_facility h3 {
    font-size: 20px;
    margin: 0 auto 20px;
}
.adatara_facility ul {
    max-width: 600px;
    margin: 0 auto;
}
.adatara_facility ul li {
    width: 100%;
    margin: 0 auto 20px;
}
.adatara_facility ul li:last-child {
    margin-bottom: 0;
}
.adatara_facility ul li p {
    line-height: 1.2;
}
/* interview */
.interview {
    padding-top: 40px;
}
.interview_top h2 {
    font-size: 22px;
    padding: 66px 0 0;
    display: block;
    line-height: 1.4;
}
.interview_top h2::before {
    width: 143px;
        height: 65.5px;
}
.interview_top h2::after {
    width: 76px;
        height: 95px;
        top: -28px;
}
.interview_top h2 span {
    font-size: 18px;
    margin-left: 0;
}
.interview_top_line {
    max-width: 130px;
    margin: 10px auto 0;
}
.interview_top p {
    font-size: 16px;
    letter-spacing: .05rem;
}
.interview_intro {
    margin: 60px auto 45px;
}
.interview_intro ul {
    max-width: 600px;
    margin: 0 auto;
}
.interview_intro ul li {
    width: 100%;
    padding: 0 5% 20px;
    margin: 0 auto 50px;
}
.interview_intro ul li:last-of-type {
    margin-bottom: 0;
}
.interview_intro ul:first-of-type {
    margin-bottom: 50px;
}
.interview_intro ul li::before {
    width: 82px;
    height: 57px;
}
.interview_intro ul li::after {
    width: 82px;
    height: 57px;
}
.interview_intro ul li figure {
    max-width: 120px;
    margin: -30px auto 0;
}
.interview_intro ul li h3 {
    font-size: 18px;
}
.interview_intro ul li h3::after {
    width: 20px;
    height: 5px;
}
.interview_intro ul li h3 span {
    font-size: 14px;
}
/*  */
.interview_talkCont {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.interview_talkCont figure {
    max-width: 100px;
    width: 20%;
}
.interview_talkCont figcaption {
    font-size: 14px;
    line-height: 1.2;
    margin: 3px auto 0;
}
.interview_talkCont_txt {
    width: 74%;
    padding: 12px 5%;
}
.interview_talkCont:nth-of-type(odd) .interview_talkCont_txt::after {
    top: 35px;
    border: 8px solid transparent;
    border-right: 15px solid #fff;
}
.interview_talkCont:nth-of-type(even) .interview_talkCont_txt::after {
    top: 35px;
    border: 8px solid transparent;
    border-left: 15px solid #fff;
}
.interview_talk_img01 {
   max-width: 600px;
}
.interview_talk_img01 li {
    width: 90%;
    margin: 0 auto 10px;
}
.interview_talk_img02 {
    margin: 30px auto 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 600px;
}
.interview_talk_img02 li {
    width: 47%;
    margin: 0 auto 10px;
}
.interview_talk_img02 li:nth-child(even) {
    margin-top: -20px;
}
/*  */
.interview_after {
    padding: 20px 5%;
}
.interview_after h3 {
    font-size: 20px;
    padding: 10px 50px;
}
.interview_after h3::before {
    background-size: 40px;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-20%, -17%);
        -ms-transform: translate(-20%, -17%);
            transform: translate(-20%, -17%);
}
.interview_after p {
    font-size: 14px;
    margin: 10px auto 0;
}
/* shop */
.shop {
    padding-bottom: 30px;
}
.shop h2 {
    font-size: 22px;
    line-height: 1.6;
}
.shop span {
    max-width: 130px;
    margin: 5px auto 0;
}
.shop ul {
    margin: 20px auto 0;
}
.shop ul li {
    width: 48%;
    margin-bottom: 20px;
}
.shop ul li p {
    line-height: 1.2;
    margin-top: 5px;
}
.shop_cont figure {
    padding-top: 30px;
}
.shop_cont figure::before {
    width: 76px;
    height: 73px;
    left: 0;
}
.shop_cont figure::after {
    width: 75px;
    height: 71px;
    right: 0;
    bottom: -30px;
}
.shop_cont h3 {
    font-size: 18px;
    margin-top: 5px;
}
/* map */
.map {
    background: url(../img/map_bg_sp.jpg) no-repeat top /contain;
    padding-bottom: 80px;
}
.map h2 {
    font-size: 22px;
}
.map span {
    max-width: 40px;
}
.map_cont {
    margin: 20px auto 0;
    max-width: 600px;
    height: 320px;
}
/* footer */
footer {
    padding: 15px 0;
}
footer p {
    font-size: 12px;
}
}