@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Lora&family=Noto+Sans+JP:wght@400;700&family=Noto+Serif+JP&display=swap');
#page-top {position: fixed;bottom: 40px;right: 40px;width: 60px; z-index:400;}
@media screen and (max-width: 896px) {
	#page-top {position: fixed;bottom: 5px;right: 5px;width: 30px; z-index:400;}
}

.EN {font-family: 'Lora', serif;}
.mincho {font-family: 'Noto Serif JP', serif;}

.bgWH {background-color: #FFF;}
.bgBR {background-color: #9F7C68;}
.bgBL {background-color: #15126F;}
.bgBK {background-color: #000;}
.txtWH {color: #FFF;}
.txtBR {color: #9F7C68;}

.ratioBox {position: relative;width: 100%; height: auto;}
.ratioBox1-1:before {content: "";display: block;padding-top: 100%; /* 1:1 */}
.ratioBox2-1:before {content: "";display: block;padding-top: 50%; /* 2:1 */}
.ratioBox3-2:before {content: "";display: block;padding-top: 66%; /* 3:2 */}
.ratioBox4-3:before {content: "";display: block;padding-top: 75%; /* 4:3 */}
.ratioBoxInner {position: absolute;top: 0; left: 0;width: 100%;height: 100%;}

#header {padding: 25px 0; width: 100%; position: absolute; z-index: 1;}
#header .mlr25 {justify-content: space-between; flex-wrap: wrap; align-items: center;}
.logo {width: 240px; padding: 0; margin: 0;}
#header .tel {margin-right: 40px;}
#header .tel p {line-height: 1.3;}
#header .btn {width: 320px;}
#header .btn a {padding: 8px; background: #FFF; border-radius: 8px; color: #A3826D; border: 1px solid #FFF; display: block;}
#header .btn a:hover {background: #A3826D; color: #FFF;}
#header.clone-nav {position: fixed;top: 0;left: 0;z-index: 2; width: 100%; transition: .3s; transform: translateY(-100%);}
#header.is-show {transform: translateY(0); padding: 10px 0;}
#header.is-show .logo {width: 120px;}
#header.is-show .tel {margin-right: 20px;}
#header.is-show p {font-size: 12px;}
#header.is-show .btn {width: auto;}
#header.is-show .btn a {padding: 8px 30px;}
#header.is-show .txt20 {font-size: 16px;}
#header.is-show .txt24,#header.is-show .txt30 {font-size: 20px;}
@media screen and (max-width: 962px) {
  #header .tel {margin-right: 20px;}
  #header .btn {width: auto;}
  #header .btn a {padding: 8px 30px;}
  .logo {width: 180px; padding: 0; margin: 0;}
}
@media screen and (max-width: 650px) {
  #header {padding: 15px 0;}
  #header .tel {margin-right: 10px;}
  .logo {width: 140px; padding: 0; margin: 0;}
}
@media screen and (max-width: 596px) {
  .logo {width: 120px; padding: 0; margin: 0;}
  #header .txtRight {display: none;}
}

footer {padding: 30px 0; color: #FFF;}
footer a {color: #FFF!important;}
footer a:hover {color: #F6F5EA;}
footer .logo {margin-right: auto; margin-left: auto; width: 186px;}
.footCopy {text-align: center;}
.footCopy small {font-size: 12px; color: #FFF;}

.flex {display: flex;}
.flexCent {align-items: center;}
.flexWrap {flex-flow: wrap;}
.fl {float: left;}
.fr {float: right;}

.w1300 {width: 100%; max-width: 1334px; padding-left: 0; padding-right: 0;}
.w1680 {width: 100%; max-width: 1680px; padding-left: 0; padding-right: 0;}
.w3360 {width: 100%; max-width: 3360px; padding-left: 0; padding-right: 0;}
.container {width: 100%; max-width: 1224px; padding-left: 0; padding-right: 0;}
.containers {width: 100%; max-width: 866px; padding-left: 0; padding-right: 0;}
.mlr,.container,.containers,.w1680,.w3360 {margin-left: auto; margin-right: auto;}
.mlr10 {margin-left: 10px; margin-right: 10px;}
.mlr25,.col2,.col3,.col3-2,.w46,.w54 {margin-left: 25px; margin-right: 25px;}
.col4 {margin-left: 15px; margin-right: 15px;}
.col2 {width: calc(50% - 50px);}
.col3 {width: calc(33.3333% - 50px);}
.col4 {width: calc(25% - 30px);}
.col3-2 {width: calc(66.6666% - 50px);}
.btnBig {width: 100%;}
.btnMid {width: 80%;}
.btnMin {width: 100%; max-width: 220px;}
.w50 {width: 50%;}
.w46 {width: calc(46% - 50px);}
.w54 {width: calc(54% - 50px);}
@media screen and (max-width: 896px) {
  .containers {width: calc(100% - 30px);}
  .containers,.mlr25,.col2,.col3,.col3-2,.w46,.w54 {margin-left: 15px; margin-right: 15px;}
  .mlr10 {margin-left: 0; margin-right: 0;}
  .w46 {width: calc(46% - 30px);}
  .w54 {width: calc(54% - 30px);}
}
@media screen and (max-width: 568px) {
  .col4 {width: calc(25% - 30px);}
  .col2,.col3,.w46,w54 {width: calc(100% - 30px);}
}

#slider {position: relative; height: 100vh;}
#slider .containers {position: absolute; top: 50%; left: 0; right: 0; transform: translateY(-50%); -webkit-transform: translateY(-50%);}
#slider .containers h2 {font-size: 48px; color: #15233D; text-shadow: 0 3px 6px rgba(0,31,80,.7); margin-top: -130px;}
#slider .btm {position: absolute; bottom: 0; border-top: 10px solid #C0AB92; width: 100%;}
#slider .logo {margin: 20px auto;}
#slider h3,.bgGrad {padding: 10px; background: rgb(159,124,104); background: -moz-linear-gradient(90deg, rgba(159,124,104,1) 0%, rgba(180,153,128,1) 50%, rgba(159,124,104,1) 100%); background: -webkit-linear-gradient(90deg, rgba(159,124,104,1) 0%, rgba(180,153,128,1) 50%, rgba(159,124,104,1) 100%); background: linear-gradient(90deg, rgba(159,124,104,1) 0%, rgba(180,153,128,1) 50%, rgba(159,124,104,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#9f7c68",endColorstr="#9f7c68",GradientType=1);}
#top02 h4 {padding: 5px 10px;}
#top02 .w50 {width: calc(50% - 20px);}
#top03 .txt {width: 58.5%;}
#top03 .imgL,#top03 .imgR {position: absolute; width: 40%;}
#top03 .imgR {margin-left: 60%;}
#top04 .bg {background: url("../img/05.jpg") no-repeat center; background-size: cover; padding: 100px 0;}
#top05 .bg {background: url("../img/06.jpg") no-repeat center; background-size: cover; padding: 50px 0;}
#top04 .txt,#top05 .txt {width: 70%; padding: 30px 40px; background: rgba(0,0,0,.5);}
#top04 .txt {margin-left: 30%;}
#top06 .logo {width: 380px; margin: 0 auto 40px;}
#top06 h4 {border-bottom: 2px solid #9F7C68; padding-bottom: 20px; margin-bottom: 30px}
#top06 .comp {width: 260px;}
#top06 .prof {width: calc(100% - 300px); margin-left: 40px;}
#top06 .prof .imgL {width: 41%; margin: 0 25px 20px 0; float: left;}
@media screen and (max-width: 1560px) {
  #top03 .txt {width: 55%;}
}
@media screen and (max-width: 896px) {
  #slider .containers {top: 130px; transform: translateY(0); -webkit-transform: translateY(0);}
  #slider .containers h2 {font-size: 5vw; margin-top: 0;}
  #top03 .txt {width: auto; margin-bottom: 20px;}
  #top03 .imgL,#top03 .imgR {position: relative; width: 100%;}
  #top03 .imgR {margin-left: 0;}
}
@media screen and (max-width: 568px) {
  #top02 .w50 {width: 80%; margin-left: auto; margin-right: auto;}
  #top06 .logo {width: 60%; margin: 0 auto 40px;}
  #top04 .bg,#top05 .bg {padding: 30px 0;}
  #top04 .txt,#top05 .txt {width: 100%; padding: 20px;}
  #top04 .txt {margin-left: 0;}
  #top06 .comp {width: 100%; margin-bottom: 20px; text-align: center;}
  #top06 .prof {width: 100%; margin-left: 0;}
  #top06 .prof .imgL {width: 41%; margin: 0 25px 20px 0; float: left;}
}
