/* base */
*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    word-break: break-all;
}

body {
    font-family: "Noto Sans JP", "游ゴシック", YuGothicM, YuGothic,
      "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo",
      sans-serif;
    font-size: 16px;
    line-height: 1.7em;
    background-image: url("../img/bg_img.jpg");
    background-size: 100%;
    background-repeat: repeat;
    -webkit-text-size-adjust: 100%;
}

img {
    max-width: 100%;
    vertical-align: bottom;
    height: auto;
}

.noto-serif {
    font-family: "Noto Serif JP", serif;
}

.container{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

html{
  scroll-behavior: smooth;
}

/* ヘッダー */
.header-banner{
    background-color: #000;
    color: #fff;
    padding: 5px 0;
}

.header-main{
    background-color: #fff;
    padding: 10px 0;
}

.header-main .container{
    display: flex;
    justify-content: space-between;
}

.header-main .box-text{
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5em;
}

.header-main .box:first-child{
    display: flex;
    align-items: center;
}

.header-main .box:first-child .img-wrap{
    margin-right: 30px;
}

.header-main .box:nth-child(2){
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.header-main .box:nth-child(2) .box-text{
    padding-left: 40px;
    line-height: 1.5;
}

.global-menu{
    background-color: #9a7d50;
}

.global-menu ul{
    list-style: none;
    display: flex;
    justify-content: space-between;
    height: 50px;
}

.global-menu li{
    color: #fff;
    font-family: "Noto Serif JP", serif;
    position: relative;
    width: 16.66%;
}

.global-menu li img{
    position: absolute;
    top: 50%;
	left: 50%;
    -webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: block;
}

.global-menu li:hover img:nth-child(2){
    opacity: 0;
}

.global-menu li:hover{
    background-color: #d2be81;
}



/* フッター */
.footer .boxList{
    display: flex;
    justify-content: space-between;
}

.footer .box:nth-child(2) .box-text{
    text-align: center;
}

.footer .box-text{
    font-weight: bold;
    font-size: 14px;
    line-height: 1.5em;
}

.footer-banner{
    background-color: #000;
    padding: 10px 0;
}

.footer-copyright{
    color: #fff;
    text-align: center;
}


/* トップページ */
.front .header-img{
    background-color: #000;
}

.front .header-img img{
    width: 100%;
}

.front .sec{
    margin-bottom: 50px;
}

.front .sec-box{
    padding: 20px 20px 40px 20px;
    background-color: #fff;
}

.front .sec-boxInner{
    padding: 0 15px;
}

.front .sec-title{
    background-color: #d2be81;
    padding: 10px 20px;
    margin-bottom: 40px;
}

.front .sec01-text01{
    text-align: center;
    font-size: 32px;
    line-height: 1;
}

.front .sec01 ul{
    list-style: none;
    display: flex;
}

.front .sec01 li{
    width: 30%;
    margin-right: 5%;
}

.front .sec01 li:nth-child(3){
    margin-right: 0;
}

.front .sec01-subTitle{
    font-size: 18px;
    text-align: center;
    color: #c82828;
    border-bottom: 1px solid #c82828;
    line-height: 3;
    margin-bottom: 20px;
}

.front .sec01-text02{
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 1.5;
}

.front .sec02 .sec-box{
    position: relative;
}

.front .sec02-takeout{
    position: absolute;
    right: 20px;
    bottom: 70px;
}

.front .sec02-boxList{
    display: flex;
}

.front .sec02-box:first-child{
    margin-right: 50px;
}

.front .sec03-boxInner{
    padding: 0 15px;
}

.front .sec03-boxList{
    display: flex;
}

.front .sec03-box{
    width: 47%;
}

.front .sec03-box:first-child{
    margin-right: 6%;
}

.front .sec03-text01{
    font-size: 32px;
    line-height: 1;
}

.front .sec03-text02{
    font-size: 20px;
    color: #c82828;
    font-weight: normal;
}

.front .sec03-text03{
    color: #c82828;
}

.front .sec03-link{
    display: block;
}

.front .sec03-contactLink:hover{
    opacity: 0.6;
}

.front .sec03-ecLink:hover{
    background-color: #c82828;
}

.front .sec03-ecLink{
    background-color: #9a7d50;
    max-width: 550px;
    text-align: center;
    padding: 15px;
    border-radius: 100px;
}

.front .sec03 ol{
    position: relative;
    margin:0 0 40px 0;
    padding:0
}

.front .sec03-list{
    width: calc(100% - 320px);
}

.front .sec03 ol li{
    list-style: none;
    list-style-position:outside;
    margin:0;
    padding-left:1.25em
}

.front .sec03 ol li span{
    position: absolute;
    left:0;
    margin:0
}

.front .sec03 ul{
    padding-left: 20px;
}

.front .sec03-innerWrap{
    position: relative;
}

.front .sec03-circlePhoto{
    position: absolute;
    position: absolute;
    top: -140px;
    right: 0;
}

.front .sec04 ol{
    list-style: square;
    padding-left: 20px;
    line-height: 1.7em;
}

.front .sec04 ol li{
    margin-bottom: 10px;
}

.front .sec04-boxList{
    display: flex;
}

.front .sec04-box:first-child{
    width: 40%;
}

.front .sec04-box:nth-child(2){
    width: 60%;
}

.front .sec04-gmap{
    height: 0;
    overflow: hidden;
    padding-bottom: 45%;
    position: relative;
}

.front .sec04-gmap iframe{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.front .sec04 .tel{
    font-size: 32px;
    font-weight: bold;
}

.front .sec05-boxList{
    display: flex;
}

.front .sec05-box:first-child{
    width: 57%;
    margin-right: 1%;
    line-height: 1.8em;
}

.front .sec05-box:nth-child(2){
    display: flex;
    align-items: flex-end;
    width: 42%;
}

.front .sec05-text01{
    font-size: 32px;
    line-height: 1.4em;
}
