@charset "utf-8";

/*========================
Fonts
========================*/
html {
    font-size: 15px;
}

body {
    font-family:'Noto Sans JP', sans-serif, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo UI" , "メイリオ" , Meiryo;
    color: #7f7042;
    font-weight: 500;
    letter-spacing: .02rem;
}

@media screen and (min-width: 48em) {  /* 768px- */
html {
    font-size: 16px;
}

body {
    letter-spacing: .04rem;
}
}

a {
    color: inherit;
}

a:link,
a:visited,
a:hover {
    text-decoration: none;
    color: #7f7042;
}

a:hover {
    opacity: .8;
}

/*========================
Typography
========================*/
h2 {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.2;
}

h3 {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.2;
}

p {
    font-weight: 500;
    line-height: 1.8;
}

small {
    font-size: .85rem;
}

@media screen and (min-width: 48.0625em) {  /* 769px- */
    h2 {
        font-size: 2rem;
    }  
    h3 {
        font-size: 1.5rem;
    }
}   

@media screen and (min-width: 85.625em) {  /* 1370px- */
    h2 {
        font-size: 2.5rem;
    }  
}

/*========================
Parts
========================*/
a.btn {
    display: block;
    width: 260px;
    margin: 0 auto;
    padding: 1.1rem 0;
    background-color: #7f7042;
    text-align: center;
    font-size: 1.1rem;
    color: #fff;
    border-radius: 3px;
    letter-spacing: .1rem;
}

img {
    width: 100%;
    height: auto;
}

.inst-icon {
    width: 24px;
    height: 24px;
}

.nobr {
    display: none;
}

@media screen and (min-width: 63.9375em) {  /* 1023px- */
a.btn {
    margin: 0;
}
.nobr {
    display: block;
}
}

/*========================
Layout                   */
/*========================
key
========================*/
.key {
    position: relative;
    background-color: #e7e6c1;
    min-height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    padding-bottom: 1rem;
    z-index: 0;
}

.wrap-key-box {
    position: relative;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    flex-grow: 2;
}

.wrap-key-box::before{
    position: absolute;
    content: '';
    border: 50vw solid #ffff80;
    border-radius: 110px;
    left: -20vw;
    top: 20vh;
    transform: rotate(18deg);
    z-index: 0;
}

.copy {
    padding-bottom: 1rem;
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 1.56;
}

.bodycopy {
    padding-left: .3rem;
}

.key-box1 {
    width: 88vw;
    z-index: 1;
    padding: 1.4rem 0 35px;
}

.key-box2 {
    width: 90vw;
    display: table-cell;
    vertical-align: middle;
    z-index: 1;
    padding-top: .2rem;
}

.key-main img {
    border-top-left-radius: 90px;
    border-top-right-radius: 86px;
}

.key-list li {
    width: 23.7%;
    display: inline-block;
    margin: 1% 1.7% 0 0;
}

.key-list li:last-child {
    margin: 1% 0 0 0;
}

.key-img02 {
    transform: rotate(2deg);
}

.key-img01 {
    border-bottom-left-radius: 8px;
}

.key-img04 {
    border-bottom-right-radius: 40px;
}

@media screen and (min-width: 48em) {  /* 768px- */
.wrap-key-box {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-grow: 2;
    padding-bottom: 2rem;
}

.wrap-key-box::before{
    border: 26vw solid #ffff80;
    border-radius: 120px;
    left: 20vw;
    top: 1vh;
}

.copy {
    padding-bottom: 3rem;
    font-size: 3.2vw;
}

.bodycopy {
    line-height: 2.2;
    font-size: 1.3rem;
}

.key-box1 {
    width: 36vw;
    padding: 0 0 1vh;
}

.key-box2 {
    width: 45vw;
    padding-top: 0;
}

.key-img01 {
    border-bottom-left-radius: 30px;
}

.key-main img {
    border-top-left-radius: 100px;
    border-top-right-radius: 96px;
}

.key-img04 {
    border-bottom-right-radius: 110px;
}
}

@media screen and (min-width: 64.0625em) {  /* 1025px- */
.key {
    min-height: 100vh;
    padding-bottom: 0;
}

.wrap-key-box {
    padding-bottom: 0;
}

.wrap-key-box::before {
    border: 26vw solid #ffff80;
    border-radius: 170px;
    left: 18vw;
    top: 10.5vh;
}

.key-box1 {
    width: 29vw;
    padding-bottom: 8vh;
}

.key-box2 {
    width: 49vw;
    padding-bottom: 1rem;
}

.key-main img {
    border-top-left-radius: 190px;
    border-top-right-radius: 170px;
}
}

@media screen and (min-width: 85.625em) {  /* 1370px- */
.wrap-key-box::before {
    border: 23vw solid #ffff80;
    border-radius: 184px;
    left: 17vw;
    top: 13vh;
}

.key-box1 {
    width: 29vw;
}

.key-box2 {
    width: 42vw;
}

.key-main img {
    border-top-left-radius: 230px;
    border-top-right-radius: 210px;
}
}

/*========================
for IE
======================== */
@media all and (-ms-high-contrast: none) {
.key {
    display: block;
}

.wrap-key-box {
    max-width: 100%;
    padding-bottom: 2rem;
}

.wrap-key-box::before {
    border: 23.5vw solid #ffff80;
    border-radius: 184px;
    left: 28vw;
    top: 8vh;
    z-index: -1;
}

.key-box1 {
    max-width: 100%;
}

.key-box2 {
    max-width: 70%;
}
}
    
/*========================
head / nav
========================*/
.head {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 18px;
    z-index: 1;
}

.logo {
    position: relative;
    font-size: .8rem;
    padding-left: 2.8rem;
    padding-bottom: 1rem;
    line-height: 1.4;
}

.logo::before{
    position: absolute;
    content: url(../img/logo.png);
    left: -.2rem;
}

.logo span {
    display: block;
    font-family: 'Shippori Mincho', serif;
    padding-top: .1rem;
    font-size: 1.3rem;
    letter-spacing: -.08rem;
}

.head-nav {
    position: relative;
    display: none;
}

@media screen and (min-width: 48em) {  /* 768px- */
.head {
    padding-top: 20px;
}

.logo {
    font-size: .9rem;
    padding-left: 4.2rem;
}

.logo::before{
    left: 1.2rem;
}

.logo span {
    font-size: 1.4rem;
}
}

@media screen and (min-width: 75em) {  /* 1200px- */
.head {
    justify-content: space-between;
}

.logo {
    padding-bottom: 0;
}

.head-nav {
    display: block;
    padding-top: .8rem;
}

.menu {
    display: flex;
    position: static;
    background-color: transparent;

}
.menu li {
    padding: 0 1.3rem;
    font-size: .95rem;
}

.menu li a {
    color: #7f7042;
    padding: 0;
}
}

/*========================
doing
========================*/
.doing {
    overflow: hidden;
}

.wrap-doing-main {
    position: relative;
}

.doing-box01 {
    padding: 26px 5% 0;
    background-color: #fff;
    border-top-right-radius: 3px;
}

.doing .title {
    padding-bottom: .8rem;
}

.wrap-doing-list {
    position: relative;
    width: 75%;
    margin: 0 auto;
    padding-top: 2rem;
}

.wrap-doing-list::before{
    position: absolute;
    content: '';
    border: 25vh solid #ffff80;
    border-radius: 50px;
    left: 0;
    top: 2rem;
    transform: rotate(10deg);
    z-index: -1;
}

.wrap-doing-list::after{
    position: absolute;
    content: '';
    border: 25vh solid #ffff80;
    border-radius: 50px;
    right: 2rem;
    bottom: 42rem;
    transform: rotate(-20deg);
    z-index: -1;
}

.doing-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 20px;
}

.doing-list li {
    padding-bottom: 25px;
}

.doing .subtitle {
    padding: .7rem 0 .2rem;
}

.doing-list img {
    border-radius: 5px;
}

img.doing-img02 {
    border-bottom-right-radius: 80px;
}

img.doing-img03 {
    border-top-left-radius: 80px;
}

img.doing-img04 {
    border-top-left-radius: 80px;
}

img.doing-img05 {
    border-bottom-left-radius: 80px;
}

img.doing-img06 {
    border-top-left-radius: 80px;
}

@media screen and (min-width: 48em) {  /* 768px- */
.doing-box01 {
    position: absolute;
    width: 90%;
    max-width: 610px;
    padding: 26px 4.5% 0 4%;
    background-color: #fff;
    border-top-right-radius: 3px;
    bottom: -1rem;
}

.doing .subtitle {
    padding: 1.4rem 0 1.1rem;
}

.wrap-doing-list {
    width: 80%;
}

.wrap-doing-list::before{
    border: 14vh solid #ffff80;
    border-radius: 70px;
    left: -4.5rem;
    top: 3rem;
}

.wrap-doing-list::after{
    border: 14vh solid #ffff80;
    border-radius: 70px;
    right: 1rem;
    bottom: 9rem;
}

.doing-list {
    justify-content: space-between;
    padding-bottom: 70px;
}

.doing-list li {
    width: 44%;
    padding-bottom: 40px;
}
}

@media screen and (min-width: 64em) {  /* 1024px- */
.wrap-doing-list {
    width: 90%;
    max-width: 1260px;
    padding-top: 100px;
}

.doing .title {
    padding-bottom: 1.8rem;
}

.doing-list li {
    width: 29.7%;
    padding-bottom: 60px;
}

img.doing-img02 {
    border-bottom-right-radius: 120px;
}

img.doing-img03 {
    border-top-left-radius: 120px;
}

img.doing-img04 {
    border-top-left-radius: 120px;
}

img.doing-img05 {
    border-bottom-left-radius: 120px;
}

img.doing-img06 {
    border-top-left-radius: 120px;
}
}

@media screen and (min-width: 64.0625em) {  /* 1025px- */
.wrap-doing-list {
    max-width: 1060px;
}

.wrap-doing-list::before{
    border: 24vh solid #ffff80;
    border-radius: 80px;
    left: -3.5rem;
    top: 4rem;
}

.wrap-doing-list::after{
    border: 22.5vh solid #ffff80;
    border-radius: 80px;
    right: 1rem;
    bottom: 9rem;
}
}

@media screen and (min-width: 85.625em) {  /* 1370px- */
.wrap-doing-list {
    max-width: 1260px;
}

.wrap-doing-list::before{
    border: 22.5vh solid #ffff80;
    border-radius: 80px;
    left: -4rem;
    top: 4rem;
}

.wrap-doing-list::after{
    border: 20vh solid #ffff80;
    border-radius: 80px;
    right: 3rem;
    bottom: 9rem;
}
}

/*========================
about
========================*/
.about {
    max-width: 1260px;
    margin: 0 auto;
    background-color: #e4e3be;
    border-radius: 3px;
    margin-bottom: 0;
    z-index: -2;
}

.about .title {
    position: relative;
    padding-bottom: .8rem;
    text-align: left;
    z-index: 0;
}

.about .title::before {
    position: absolute;
    content: '';
    border: 18px solid #ffff80;
    border-radius: 10px;
    left: -.5rem;
    bottom: 60%;
    transform:rotate(-15deg);
    z-index: -1;
}

.about .txt {
    padding-bottom: 1.9rem;
    text-align: left;
}

.about-box1 {
    position: relative;
    padding: 50px 5% 50px;
    text-align: right;
}

.about-img1 {
    border-radius: 3px;
    width: 72%;
}

.about-box2 {
    position: relative;
    padding: 0 5% 40px;
}

@media screen and (min-width: 48em) {  /* 768px- */
.about-box1 {
    padding: 80px 6% 0 1.5%;
    margin-left: 400px;
}

.about-img1 {
    position: absolute;
    width: 370px;
    height: 370px;
    top: -20px;
    left: -400px;
}

.about-box2 {
    padding: 20px 4% 40px 6%;
    margin-right: 360px;
}

.about-img2 {
    position: absolute;
    width: 360px;
    height: 403px;
    bottom: 130px;
    right: -360px;
}
}

@media screen and (min-width: 54.375em) and (max-width: 63.9375em)  {  /* 870-1023px */
.about-img2 {
    bottom: 30px;
}
}

@media screen and (min-width: 64em) {  /* 1024px- */
.about {
    width: 90%;
    margin-bottom: 86px;
}

.about .title {
padding-bottom: 4.5rem;
}

.about .title::before{
    border: 25px solid #ffff80;
    left: -1rem;
    bottom: 65%;
}

.about-box1 {
    padding: 80px 6% 60px 1.5%;
    margin-left: 450px;
}    

.about-img1 {
    width: 450px;
    height: 450px;
    top: -20px;
    left: -475px;
}

.about-box2 {
    padding: 30px 4% 80px 6%;
    margin-right: 400px;
}

.about-img2 {
    width: 420px;
    height: 470px;
    bottom: 90px;
    right: -420px;
}
}

@media screen and (min-width: 64.0625em) {  /* 1025px- */
.about-img2 {
    bottom: 26px;
}
}

/*========================
comm
========================*/
.comm {
    display: flex;
    flex-direction: column;
    padding-bottom: 40px;
}

.comm-box1 {
    width: 90%;
    margin: 0 auto;
    padding-top: 50px;
}

.comm-box1 img {
    border-radius: 3px;
}

.comm-box2{
    width: 100%;
    padding: 26px 5% 0;
}

.comm .title {
    position: relative;
    padding-bottom: .8rem;
}

.comm .title::before{
    position: absolute;
    content: '';
    border: 18px solid #ffff80;
    border-radius: 10px;
    left: -.5rem;
    bottom: 30%;
    transform:rotate(-15deg);
    z-index: -1;
}

.comm .txt {
    padding-bottom: 30px;
}

@media screen and (min-width: 64em) {  /* 1024px- */
.comm {
    flex-direction: row;
    padding-bottom: 116px;
}

.comm-box1 {
    width: 50%;
    margin: 0;
    padding-top: 0;
}
.comm-box2{
    width: 50%;
    padding: 80px 4% 0 4%;
}

.comm .title {
    position: relative;
    padding-bottom: 1.8rem;
}

.comm .title::before{
    border: 25px solid #ffff80;
    left: -1rem;
    bottom: 42%;
}

.comm-box1 img {
    border-radius: 0 3px 3px 0;
}
}

@media screen and (min-width: 85.625em) {  /* 1370px- */
.comm .btn {
    margin-top: 20px;
}
}


/*========================
cafe
========================*/
.cafe {
    background-color: #e4e3be;
    padding-bottom: 35px;
}

.wrap-cafe-box {
   width: 90%;
    max-width: 1300px;
    margin: 0 auto;
    padding-top: 26px;
    display: flex;
    flex-direction: column; 
}

.cafe-box1 {
    padding: 0 0 30px;
}

.cafe-box2 {
    text-align: center;
    padding-bottom: 40px;
}

.cafe .title {
    padding-bottom: .8rem;
}

.cafe .note {
    position: relative;
    display: inline-block;
    font-size: 1.1rem;
    padding: 0 40px 1rem;
}

.cafe .note:before {
  content: '';
  position: absolute;
  top: 40%;
  display: inline-block;
  width: 34px;
  height: 1px;
  background-color: #7f7042;
  -webkit-transform: rotate(57deg);
  transform: rotate(57deg);
}

.cafe .note:after {
    content: '';
    position: absolute;
    top: 40%;
    display: inline-block;
    width: 34px;
    height: 1px;
    background-color: #7f7042;
    -webkit-transform: rotate(-57deg);
    transform: rotate(-57deg);
}

.cafe .note:before {
    left:0;
}

.cafe .note:after {
    right: 0;
}

.wrap-cafe-list {
    width: 90%;
    max-width: 1300px;
    margin: 0 auto;
}

.cafe-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.cafe-list li {
    width: 48%;
    padding-bottom: 3.5%;
}

.cafe-list img {
    border-radius: 3px;
}


@media screen and (min-width: 48em) {  /* 768px- */
.cafe-box1 {
    padding: 0 5% 30px 0;
}

.cafe-list {
    flex-wrap: nowrap;
}

.cafe-list li {
    width: 23.3%;
    padding-bottom: 0;
}
}

@media screen and (min-width: 64em) {  /* 1024px- */
.cafe {
    padding-bottom: 110px;
}

.wrap-cafe-box {
    flex-direction: row;
    justify-content: space-between;
    padding-top: 40px;
}

.cafe-box1 {
    padding: 0 5% 60px 0;
}

.cafe-box2 {
    padding-bottom: 0;
}

.cafe .title {
    padding-bottom: 1.8rem;
}
}

@media screen and (min-width: 64.0625em) {  /* 1025px- */
.wrap-cafe-box {
    max-width: 1060px;
}
    
.wrap-cafe-list {
    max-width: 1060px;
}
}

@media screen and (min-width: 85.625em) {  /* 1370px- */
.wrap-cafe-box {
    max-width: 1300px;
}

.wrap-cafe-list {
    max-width: 1300px;
}
}

/*========================
inqu
========================*/
.inqu {
    position: relative;
}

.wrap-inqu-box {
    padding: 30px 5% 16px;
    border-top-right-radius: 3px;
    background: rgba(255,255,255,0.9);
    display: flex;
    flex-direction: column-reverse;
}

.inqu-box2 {
    padding-bottom: .5rem;
    text-align: center;
}

.inqu-name-list {
    display: flex;
}

.inqu-name-list li {
    width: 50%;
    margin-bottom: 1.2rem;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.inqu-name-list li:last-child {
    width: 46%;
    padding-left: 4%;
    margin-right:4%;
    border-left: dotted 1px #7f7042;
}

.inqu-name {
    padding-bottom: .7rem;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.5;
    text-align: left;
    width: 100%;
}

.inqu-name span {
    display: block;
    font-size: .9rem;
    font-weight: 500;
    text-align: left;
}

.inqu-name-list p {
    width: 24px;
    margin: 0 auto;
}

.inqu .txt {
    padding-bottom: 1.5rem;
}

.inqu-box2 .btn {
    margin-bottom: 28px;
}

@media screen and (min-width: 48em) {  /* 768px- */
.inqu-box2 {
    padding-bottom: 0;
}

.inqu-name {
    font-size: 1.2rem;
}
}

@media screen and (min-width: 64em) {  /* 1024px- */
.wrap-inqu-box {
    position: absolute;
    padding: 30px 3% 16px;
    left: 0;
    bottom: 0;
    flex-direction: row;
    justify-content: space-between;
}

.inqu-name-list li {
    min-width: 7rem;
    margin-right: 50px;
}

.inqu-name-list li:last-child {
    min-width: 22rem;
    padding-left: 50px;
    padding-right: 60px;
}
}
