@charset "UTF-8";

/*================================================================
common
================================================================*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;600&display=swap');
body{
	font-family: 'Noto Serif JP', serif;
}
.sp {
  display: block !important;
}

.pc {
  display: none !important;
}

.all-wrap {
  padding-bottom: 0px;
}


/*================================================================
header
================================================================*/



/*================================================================
footer
================================================================*/

.site-footer {
  position: relative;
  padding: 0 0 27px;
}

.site-footer .wrap {
  width: auto;
}

.site-footer .footer-links {
  float: none;
  text-align: left;
  margin: 0;
  padding-bottom: 15px;
}

.site-footer .footer-links li {
  display: block;
  font-size: 10px;
  border-bottom: 1px solid #c4c4c4;
}

.site-footer .footer-links li:after {
  content: "";
}

.site-footer .footer-links li a {
  display: block;
  box-sizing: border-box;
  padding: 15px 6%;
  background: #ffffff;
}

.site-footer .footer-links li a:hover {
  text-decoration: none;
}

.site-footer .navi-button {
  display: none !important;
  cursor: pointer;
  position: fixed;
  bottom: 10px;
  right: 10px;
  padding: 12px 0 8px 0;
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  line-height: 1;
  background: #fff;
  text-align: center;
  z-index: 50;
}

.site-footer .navi-button.open {
  background: rgba(42,42,42,0.9);
}

.site-footer .navi-button .close {
  display: none;
}

.site-footer .navi-button.open .menu {
  display: none;
}

.site-footer .navi-button.open .close {
  display: inline-block;
}

.site-footer .navi-button img {
  width: 20px;
}

.globalnavi {
  display: none;
  position: fixed !important;
  left: 0;
  top: auto !important;
  bottom: 0px !important;
  width: 100%;
  padding: 0;
  background: #dddddd;
  z-index: 15;
  max-width: auto;
  max-width: inherit;
  padding-bottom: 60px;
  transform :none;
}

.globalnavi ul {
  width: auto;
  text-align: center;
}

.globalnavi li {
  float: none;
  width: 100%;
  margin: 0;
  font-size: 12px;
}


.globalnavi li a {
  box-sizing: border-box;
  display: block;
  padding: 15px 0;
  color: #2a2a2a;
}
.globalnavi li a:after {
  display: none !important;
}

.globalnavi li a:hover {
  text-decoration: none;
  background: transparent;
}

.globalnavi li.current a {
  background: rgba(255,255,255,0.3);
}

.globalnavi li.current a:after,
.globalnavi li a:hover:after {
  display: none;
}

.site-footer .float-left-box {
  display: block;
  float: none;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
  padding: 0 6%;
}

.site-footer .footer-logo {
  width: 150px;
}

.site-footer .copyright {
  padding: 8px 6% 0;
  text-align: left;;
  font-size: 9px;
}

.page-top {
  bottom: 65px;
  right: 0;
}

/*================================================================
contents
================================================================*/

.lists h3 {
  width: 53.3%;
  margin: 0 auto 40px;
}

.lists .tabs {
  display: block;
  width: 95.3%;
  margin: 0 auto 40px;
  border: none;
}

.lists .tabs a {
  font-size: 10px;
  line-height: 11vw
}

.lists .tabs li {
  width: 33.3333%;
  height: 11.47vw;
  padding: 0 0 5px;
  border-bottom: 2px solid #eeeeee;
}
.lists .tabs li:nth-child(3n+2) {
  clear: both;
}

.lists .tabs li.all {
  width: auto;
  float: none;
}
.lists .tabs li:nth-child(2) {
  clear: both;
}
.lists .tabs li.cp {
  width: 100%;
  float: none;
  padding: 0;
}
.lists .tabs li span {
    line-height: 11.47vw;
}
/* .lists .tabs li:last-child {
  width: 100%;
  clear: both;
}*/

.lists .tab-content {
  width: 86%;
  margin: 0 auto;
  tpadding: 0;
}

.lists .tab-content > li {
  float: none;
  width: 100%;
  padding-bottom: 40px;
  margin-right: 0;
}


.lists .tab-content > li.clear {
  clear: both;
}

.lists .tab-content .image img {
  width: 100%;
}

.lists .tab-content .title {
  padding-bottom: 7px;
  font-size: 16px;
  height: auto !important;
}

.lists .tab-content .title br {
  display: none;
}

.lists .tab-content .text {
  padding-bottom: 10px;
  font-size: 11px;
  line-height: 1.8;
}

.lists .tab-content li.cp .cp {
  border-top: 2px solid #9c7623;
  border-bottom: 2px solid #9c7623;
  font-weight: bold;
}

.lists .tab-content .link a {
  padding: 12px;
  font-size: 14px;
}

.lists .tab-content .reserve a {
  font-size: 14px;
}

.outline {
  padding: 95px 0 40px;
  background-image: none;
}

.outline h3 {
  padding-bottom: 12px;
  font-size: 12px;
}

.outline li {
  font-size: 11px;
}

.outline li:before {
  top: 6px;
  width: 8px;
  height: 8px;
}

.outline section {
  width: 85%;
  padding-bottom: 30px;
}

.contact {
  padding: 30px 0;
}

.contact h3 {
  position: static;
  margin-top: 0;
  padding-bottom: 15px;
  width: auto;
  height: auto;
  text-align: left;
  font-size: 12px;
}

.contact ul {
  width: 90.5%;
  margin: 0 auto;
  padding-left: 0;
  font-size: 10px;
}

.contact li {
  padding-bottom: 5px;
  line-height: 1.8;
}

.contact li:before {
  top: 4px;
  width: 8px;
  height: 8px;
}

.contents > .notes {
  width: 90.5%;
  margin: 0 auto;
  padding: 24px 0;
  font-size: 10px;
}

.lists .tab-content li .cp-wrap {
  height: auto !important;
}

.main-visual li {
  transition: opacity .8s;
}
.main-visual li.active,
.main-visual li.on {
  opacity: 1;
}
.main-visual .mark {
  width: 80%;
  left: 10%;
  z-index: 4;
}

.sec01 .text01 {
    font-size: 24px;
    margin-bottom: 10px;
}
.sec01 .text02 {
    font-size: 28px;
    line-height: 1.6;
    margin-bottom: 20px;
}
.sec01 .text04 .price {
    font-size: 44px;
}
.sec01 .bg01 .webs {
    padding: 60px 16px 20px;
    margin-bottom: 80px;
}
.sec01 .bg01 .web03 {
    margin-bottom: auto;
}
.sec01 .bg01 .case-icon{
  position: absolute;
  top: -30px;
  left: 0;
  max-width: 85px;
}
.sec01 .text04 img {
    width: 90px;
}
.sec01 .bg01 .webs .list02 li {
    display: block;
    width: 100%;
}
.sec01 .bg01 .webs .list02 li:last-child {
    width: 70%;
    margin: 20px auto 0;
}
.sec01 .bg01 .webs .list01 li {
    display: block;
    width: 100%;
    margin-bottom: 30px;
}
.sec01 .bg01 .webs .list01 li:nth-child(2) {
    width: 100%;
    border-left: none;
}
.sec01 .bg01 .webs .list01 li:nth-child(3) {
    width: 100%;
    border-left: none;
}
.sec01 .bg01 .webs .list03 li {
    display: block;
    width: 100%;
}
.sec01 .bg01 .webs .list03 li:nth-child(2) {
    width: 100%;
    padding-bottom: 0;
}
.sec01 .bg01 .webs .list03 li:nth-child(3) {
    width: 100%;
}
.sec01 .bg01 .webs .text05 {
    margin-top: 40px;
}
.sec02{
  padding-bottom: 50px;
}
.sec02 .bg02 .text01 {
    font-size: 20px;
    padding: 0 10px;
    box-sizing: border-box;
}
.sec02 .bg02 .text01 br{
    display: none;
}
.sec02 .text02 {
    font-size: 18px;
}
.sec02 .merit-list{
  display: block;
}
.sec02 .merit-list01{
  margin-bottom: 10px;
}
.sec02 .merit-list02{
  margin-bottom: 40px;
}
.sec02 .merit-list li {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}
.sec02 .merit-list li img{
    width: 80%;
}
.sec02 .merit-list li .text01{
  margin-bottom: 6px;
}
.lists .wrap {
    margin-bottom: 0;
}






