body {
 position: relative;
 font-size: 16px;
 line-height: 2.4;
 color: #6A2724;
}

img {
 max-width: 100%;
 height: auto;
 vertical-align: middle;
}

a {
 color: #6A2724;
 text-decoration: none;
 transition: color 0.4s ease;
}

a:hover {
 color: #231815;
}

.gmap {
 position: relative;
 z-index: 10;
}

.gmap iframe {
 vertical-align: bottom;
 max-width: 100%;
 width: 100%;
}

.inner {
 width: 95%;
 max-width: 1600px;
 margin: auto;
}

/*==============================================================================
TheHeader
==============================================================================*/
#main-header {
 background-image: url(../img/page_bg.png);
 background-size: cover;
 background-position: center;
 position: relative;
 padding: 20px 0 60px;
}

#main-header .inner {
 position: relative;
 flex-wrap: nowrap;
 align-items: center;
 justify-content: flex-start;
 display: flex;
 justify-content: space-between;
}

#main-header #header-logo {
 max-width: 30%;
}

#main-header #tel {
    font-size: large;
    font-weight: bold;
    line-height: normal;
    text-align: center;
}   

#main-header .fb {
 position: absolute;
 right: 0;
 bottom: 0;
}


#main-nav {
 padding: 0 60px 0 30px;
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
 align-items: flex-start;
 flex-wrap: wrap;
 align-items: center;
 justify-content: space-between;
 width: 60%;
 max-width: 500px;
}

#main-nav a {
 width: 18%;
}

#main-nav a:hover,
#main-header .fb:hover {
 opacity: 0.8;
}

#mv {
 margin-top: 20px;

}

#main-slider {
 position: relative;
 max-width: 1800px;
 margin: auto;
}

.swiper-wrapper {
 border-radius: 60px;
 overflow: hidden;
}

#main-slider .main_text {
 position: absolute;
 max-width: 60%;
 margin: auto;
 top: 0;
 bottom: 0;
 left: 0;
 right: 0;
 display: block;
 z-index: 100;
}

#main-header .about {
 width: 90%;
 max-width: 1160px;
 margin: 60px auto 0;
 padding: 60px 10px 80px;
 box-sizing: border-box;
 border: solid 4px #A95429;
 border-radius: 60px;
 text-align: center;
 background-color: #FFF2E0;
 position: relative;
}

#main-header .about::before {
 content: "";
 width: 20%;
 height: 60%;
 background-image: url(../img/about_bg_l.png);
 background-repeat: no-repeat;
 background-size: contain;
 background-position: center;
 display: block;
 position: absolute;
 left: 0;
 bottom: 5%;
}

#main-header .about::after {
 content: "";
 width: 20%;
 height: 60%;
 background-image: url(../img/about_bg_r.png);
 background-repeat: no-repeat;
 background-size: contain;
 background-position: center;
 display: block;
 position: absolute;
 right: 0;
 bottom: 5%;
}

#main-header .about .title_img {
 display: block;
 margin: 0 auto;
 max-width: 90%;

}

#main-header .about .text_img {
 display: block;
 margin: 60px auto 30px;
 max-width: 60%;

}

#main-header .about p {
 padding-left: 180px;
 padding-right: 180px;
 font-size: 20px;
 line-height: 1.2em;
 font-weight: bold;
 position: relative;
 z-index: 10;
}

@media screen and (max-width: 800px) {
 #main-header .about p {
  padding-left: 30px;
  padding-right: 30px;
  font-size: 16px;
 }
}

@media screen and (max-width: 640px) {
 #main-header {
  padding: 10px 0 30px;
 }

 #main-header .inner {
  flex-wrap: wrap;
  justify-content: center;
 }

 #main-header #header-logo {
  margin-bottom: 10px;
 }

 #main-header .inner #main-nav {
  width: 100%;
  padding: 0;
 }

 #main-header .fb {
  top: 0;
  bottom: auto;
 }

 .swiper-wrapper {
  border-radius: 20px;
 }

 #main-header .about {
  margin: 30px auto 0;
  border-radius: 20px;
  padding: 30px 10px;
 }


 #main-header .about::before,
 #main-header .about::after {
  opacity: 0.5;
 }

 #main-header .about .text_img {
  margin: 30px auto 30px;
 }

 #main-header .about p {
  font-size: 14px;
 }

 #main-header .about p br {
  display: none;
 }

}

/*==============================================================================
PageContent
 ==============================================================================*/
main {
 height: auto;
 width: 100%;
 overflow-x: hidden;
}

#pan {
 max-width: 1800px;
 margin: auto;
}

#pan h2.title {
 margin: 60px 0;
 text-align: center;
}


#pan .omoi,
#pan .kodawari {
 padding: 60px 0;
}

#pan .omoi {
 position: relative;
 right: -15%;
}

#pan .kodawari {
 position: relative;
 left: -15%;
}

#pan .omoi .title,
#pan .kodawari .title {
 margin: 0 0 80px;
 text-align: center;
}

#pan .omoi .title img,
#pan .kodawari .title img {
 max-width: 40%;
}

#pan .omoi p,
#pan .kodawari p {
 margin: 60px auto 0;
 padding: 80px 30% 80px;
 box-sizing: border-box;
 border: solid 2px #CC9A81;
 border-radius: 60px;
 background-color: #FFF2E0;
 position: relative;
}

#pan .omoi p {
 background-image: url(../img/omoi_bg.png);
 background-repeat: no-repeat;
 background-position: right 10% bottom -20px;
 background-size: 280px;
}

#pan .kodawari p {
 background-image: url(../img/kodawari_bg.png);
 background-repeat: no-repeat;
 background-position: left 10% bottom -20px;
 background-size: 280px;
}

#pan .omoi .image,
#pan .kodawari .image {
 position: absolute;
 border-radius: 60px;
 box-shadow: 10px 10px 40px rgba(56, 29, 26, 0.6);
 max-width: 750px;
 width: 50%;
}

#pan .omoi .image {
 top: 0;
 max-width: 50%;
 left: -25%;
}

#pan .kodawari .image {
 top: 0;
 max-width: 50%;
 right: -25%;
}

.haiso {
 margin-top: 60px;
}

.haiso .title {
 margin: 0 0 40px;
 text-align: center;

}

.haiso .text {
 background-color: #775946;
 padding: 60px 0;
}

.haiso .text p {
 font-size: small;
 line-height: normal;
 padding: 5em;
 max-width: 540px;
 color: #fff;
 margin: auto;
 background-image: url(../img/haiso_waku.png);
 background-size: 100% 100%;
}

.about .text {
    /* background-color: #775946; */
    padding-top: 60px;
}
   
.about .text p {
font-size: small !important;
line-height: normal !important;
font-weight: bold;
text-align: left !important;
padding-left: 160px !important;
padding-right: 160px !important;
margin: auto;
}

@media screen and (max-width: 900px) {
    .about .text p {
        font-size: small !important;
        line-height: normal !important;
        font-weight: bold;
        text-align: left !important;
        padding-left: 30px !important;
        padding-right: 30px !important;
        margin: auto;
        }

 #pan h2.title {
  margin: 30px 0 0;
 }

 #pan h2.title img {
  max-width: 150%;
  margin: 0 -50%;
 }

 #pan .omoi,
 #pan .kodawari {
  left: auto;
  right: auto;
  width: 95%;
  margin: auto;
  padding: 30px 0
 }

 #pan .omoi .title,
 #pan .kodawari .title {
  margin: 0 0 40px;
 }

 #pan .omoi .title img,
 #pan .kodawari .title img {
  max-width: 80%;
 }

 #pan .omoi p,
 #pan .kodawari p {
  border-radius: 30px;
  padding: 30px 5% 30px;
 }

 #pan .omoi .image,
 #pan .kodawari .image {
  position: relative;
  left: auto;
  right: auto;
  width: 90%;
  max-width: inherit;
  margin: 30px auto;
  display: block;
  border-radius: 30px;
 }

 .haiso .title img {
  max-width: 80%;
 }

 .haiso .text p {
  padding: 2.5em;
 }

}

#kizuna {
 margin-top: 40px;
}

#kizuna .title {
 padding: 60px 0;
 margin: 0 auto 40px;
 text-align: center;
 position: relative;
 max-width: 1500px;
}

#kizuna .title::before {
 content: "";
 width: 20%;
 height: 100%;
 background-image: url(../img/kizuna_title_bg_l.png);
 background-repeat: no-repeat;
 background-size: contain;
 background-position: center;
 display: block;
 position: absolute;
 left: 0;
 bottom: 5%;
 z-index: -1;
}

#kizuna .title::after {
 content: "";
 width: 20%;
 height: 100%;
 background-image: url(../img/kizuna_title_bg_r.png);
 background-repeat: no-repeat;
 background-size: contain;
 background-position: center;
 display: block;
 position: absolute;
 right: 0;
 bottom: 5%;
 z-index: -1;
}

#kizuna .box {
 background-image: url(../img/kizuna_bg.jpg);
 background-size: cover;
 background-position: center;
 background-repeat: no-repeat;
}

#kizuna .box section {
 display: flex;
 flex-wrap: nowrap;
}

#kizuna .box section:first-child {
 flex-direction: row-reverse
}

#kizuna .box .kankei .text {
 background-color: #FFF2E0;
}

#kizuna .box .text {
 box-sizing: border-box;
 padding: 20px;
 width: 50%;
 border: 2px solid #fff;
}


#kizuna .box .text h3 {
 text-align: center;
 margin-bottom: 80px;
}

#kizuna .box .text p {
 margin: auto;
 max-width: 790px;
}

#kizuna .box .kankei .text {
 border-color: #CC9A81;
}

#kizuna .box .line {
 box-sizing: border-box;
 width: 100%;
 padding: 80px 20px;
 border: 2px solid #fff;
}

#kizuna .box .kankei .line {
 border-color: #775946;
}


#kizuna .box .syugi .text {
 color: #fff;
 background-color: #775946;
}

#kizuna .box .image {
 width: 50%;
 position: relative
}

#kizuna .box .image img {
 position: absolute;
 width: 50%;
 max-width: 476px;
 margin: auto;
 top: 0;
 bottom: 0;
 left: 0;
 right: 0;
}

@media screen and (max-width: 900px) {

 #kizuna .box section {
  display: block;
 }

 #kizuna .box .line {
  padding: 40px 20px;
 }

 #kizuna .box .text h3 {
  margin-bottom: 40px;
 }

 #kizuna .box .text,
 #kizuna .box .image {
  width: 100%;
  min-height: 350px;
  min-height: 50vw;
 }

}

#dekirukoto {
 background-color: #FFF2E0;
 border: solid 2px #CC9A81;
 padding: 0 0 60px;
}

#dekirukoto .title {
 padding: 60px 0;
 margin: 0 auto;
 text-align: center;
 position: relative;
 max-width: 1500px;
}

#dekirukoto .title img {
 position: relative;
 z-index: 1;
 max-width: 60%;
 ;
}

#dekirukoto .title::before {
 content: "";
 width: 20%;
 height: 100%;
 background-image: url(../img/dekirukoto_title_bg_l.png);
 background-repeat: no-repeat;
 background-size: contain;
 background-position: center;
 display: block;
 position: absolute;
 left: 0;
 bottom: -30%;
 z-index: 0;
}

#dekirukoto .title::after {
 content: "";
 width: 20%;
 height: 100%;
 background-image: url(../img/dekirukoto_title_bg_r.png);
 background-repeat: no-repeat;
 background-size: contain;
 background-position: center;
 display: block;
 position: absolute;
 right: 0;
 bottom: -30%;
 z-index: 0;
}

#dekirukoto p {
 text-align: left;
 margin: auto;
 max-width: 900px;
 padding: 0 1em;
 box-sizing: border-box;
}

@media screen and (max-width: 900px) {

 #dekirukoto .title::before,
 #dekirukoto .title::after {
  bottom: -5%;
 }

}

#facebook {
 max-width: 1420px;
 margin: auto;
 padding: 0 1%;
 margin-top: 60px;
}

#facebook .title {
 margin-bottom: 30px;
}

#facebook .title img {
 display: block;
 margin: 0 10% 0 auto;
}

#facebook .outline {
 box-sizing: border-box;
 padding: 20px;
 border: 1px solid #000000;
}

#facebook .box {
 position: relative;
 box-sizing: border-box;
 padding: 20px;
 border: 4px solid #000000;
}

#facebook .link {
 width: 50%;
 margin-right: 0;
 display: block;
 margin-left: auto;
 padding: 5%;
 box-sizing: border-box;
}

#facebook .image {
 width: 50%;
 position: absolute;
 left: 0;
 top: 0;
 bottom: 0;
 margin: auto;
}

#facebook .sp_link {
 display: none;
}

@media screen and (max-width: 640px) {
 #facebook .outline {
  display: none;
 }

 #facebook .sp_link {
  display: block;
 }
}


#about {
 max-width: 1800px;
 margin: auto;
 margin-top: 120px;
 position: relative;
}

#about .box {
 position: relative;
 left: -15%;
}

#about .title {
 margin-bottom: 30px;
 text-align: center;
}

#about .tbl {
 margin: 60px auto 0;
 padding: 80px 30% 80px;
 box-sizing: border-box;
 border: solid 2px #CC9A81;
 border-radius: 60px;
 background-color: #FFF2E0;
 position: relative;
}

#about .tbl table {
 margin: auto;
 text-align: left;
 width: 100%;
}

#about .tbl th,
#about .tbl td {
 padding: 10px;
 border-bottom: 1px solid #CC9A81;
}

#about .box .image {
 position: absolute;
 border-radius: 60px;
 box-shadow: 10px 10px 40px #381D1A;
 max-width: 750px;
 width: 50%;
 top: 0;
 max-width: 50%;
 right: -25%;
}



@media screen and (max-width: 900px) {

 #about .box {
  left: auto;
  right: auto;
  width: 95%;
  margin: auto;
  padding: 30px 0
 }

 #about .title {
  margin: 0 0 40px;
 }

 #about .title img {
  max-width: 80%;
 }

 #about .tbl {
  border-radius: 30px;
  padding: 30px 5% 30px;
 }

 #about .tbl th {
  white-space: nowrap;
 }

 #about .box .image {
  position: relative;
  left: auto;
  right: auto;
  width: 90%;
  max-width: inherit;
  margin: 30px auto;
  display: block;
  border-radius: 30px;
 }
}

#map {
 margin-top: 80px;
 position: relative;
}

#map .title {
 margin-bottom: 30px;
 text-align: center;
}

/*==============================================================================
TheFooter
==============================================================================*/
#main-footer {
 text-align: center;
 margin-top: 60px;
 background-image: url(../img/page_bg.png);
 background-size: cover;
 background-position: center;
 position: relative;
 padding: 80px 0 0;
 color: #000000;
}

#main-footer .footer-logo {
 margin-bottom: 30px;
}

#main-footer .add {
 line-height: 1.2em;
 margin-bottom: 30px;
}

#main-footer .add span {
 display: inline-block;

}

#main-footer .tel {
 font-size: 28px;
 color: #E7992E;
 font-weight: bold;
 margin-bottom: 30px;
 line-height: 1.2em;
}

#main-footer .tel span {
 font-size: 28px;
 color: #E7992E;
 font-weight: bold;
 display: inline-block;
}

#main-footer .footer-nav {
 max-width: 500px;
 position: relative;
 margin: auto;
}

#main-footer .footer-nav ul {
 width: 100%;
 display: flex;
 justify-content: center;
 background-color: #fff;
 padding: 10px;
 box-sizing: border-box;
 border-radius: 3em;
 line-height: 1em;
 flex-wrap: wrap;
}

#main-footer .footer-nav li {
 border-right: 1px solid #000;
 box-sizing: border-box;
}

#main-footer .footer-nav li:first-child {
 border-left: 1px solid #000;
}

#main-footer .footer-nav li a {
 padding: 0 1em;
 box-sizing: border-box;
 color: #000;
 display: block;
}


#main-footer .footer-nav .fb {
 position: absolute;
 bottom: 0;
 right: -60px;
}

#main-footer .copyright {
 margin-top: 80px;
 text-align: center;
 padding: 1em;
 background-color: #9F6640;
 color: #fff;
 font-size: 13px;
}

@media screen and (max-width: 640px) {
 #main-footer {
  padding-top: 40px;
 }

 #main-footer .footer-nav .fb {
  position: relative;
  bottom: inherit;
  right: inherit;
  margin-top: 20px;
  display: inline-block;
 }

 #main-footer .copyright {
  margin-top: 40px;
  font-size: 10px;
 }
}

@media screen and (max-width: 480px) {
 #main-footer .footer-nav ul {
  border-radius: 20px;
 }

 #main-footer .footer-nav li {
  width: 50%;
  margin: .5em 0;
 }

 #main-footer .footer-nav li:nth-child(odd) {
  border-left: 1px solid #000;
 }
}

#pagetop {
 position: fixed;
 display: none;
 bottom: 10px;
 right: 10px;
 border-radius: 100px;
 line-height: 1em;
 font-weight: bold;
 color: #fff;
 text-align: center;
 background-color: #9F6640;
 padding: 1em .5em;
}
