@charset "utf-8";

/*=======================================================================================
    ■ share 
=======================================================================================*/
/*----------------------------------------------------
    ■ wide
----------------------------------------------------*/


/*---------- block ----------*/
.wrap {
	width: 100%;
	margin: auto;
	clear: both;
	display: block;
}
.cnt {
	margin: 0 auto;
	position: relative;
	text-align: left;
}
	@media (max-width: 1000px){

	}
/*---------- title ----------*/
.ti1 {
}
.ti1 dt {
    font-size: 10em;
    line-height: 0.8;
    font-weight: lighter;
    color: #414141;
    padding-bottom: 40px;
    font-style: normal;
}
.ti1 dd {
    color: #AA8B43;
	font-family: 'Noto Sans SC', sans-serif;
    font-weight: 300;
    font-size: 5.0em;
    line-height: 1;
}
    @media screen and (max-width:768px) {
        .ti1 {
        }
        .ti1 dt {
            font-family: 'Noto Sans SC', sans-serif;
            font-size: 4em;
            line-height: 0.8;
            font-weight: lighter;
            color: #414141;
            padding-bottom: 20px;
        }
        .ti1 dd {
            color: #AA8B43;
            font-family: 'Noto Sans SC', sans-serif;
            font-weight: 300;
            font-size: 2em;
            line-height: 1;
        }
    }
/*--------------------------------------*/
.ti2 {
    position: relative;
    display: inline-block;
    margin-bottom: 1em;
    font-size: 2.6em;
    color: #707070;
}
.ti2:before {
    content: '';
    position: absolute;
    bottom: -20px;
    display: inline-block;
    width: 60px;
    height: 2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #000000;
    border-radius: 2px;
}
    @media screen and (max-width:768px) {
        .ti2 {
            position: relative;
            display: inline-block;
            margin-bottom: 1em;
            font-size: 2.0em;
            color: #707070;
        }
        .ti2:before {
            content: '';
            position: absolute;
            bottom: -20px;
            display: inline-block;
            width: 60px;
            height: 2px;
            left: 50%;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            background-color: #000000;
            border-radius: 2px;
        }
    }
/*--------------------------------------*/
.ti3 {
    position: relative;
    display: inline-block;
    margin-bottom: 1em;
    font-size: 5em;
    color: #000000;
	font-family: 'Noto Sans SC', sans-serif;
}
.ti3:before {
    content: '';
    position: absolute;
    bottom: -20px;
    display: inline-block;
    width: 60px;
    height: 2px;
    left: 30px;;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #AA8B43;
    border-radius: 2px;
}
    @media screen and (max-width:768px) {
        .ti3 {
            position: relative;
            display: inline-block;
            margin-bottom: 1em;
            font-size: 3em;
            color: #000000;
            font-family: 'Noto Sans SC', sans-serif;
        }
        .ti3:before {
            content: '';
            position: absolute;
            bottom: -20px;
            display: inline-block;
            width: 60px;
            height: 2px;
            left: 30px;;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            background-color: #AA8B43;
            border-radius: 2px;
        }
    }
/*--------------------------------------*/
.ti4 {
}
.ti4 dt{
    font-size: 10em;
    color: #414141;
    text-align: center;
    font-family: 'Noto Sans SC', sans-serif;
    font-weight: lighter;
    line-height: 1;
    padding-bottom: 10px;
}
.ti4 dd {
    font-size: 5em;
    color: #AA8B43;
    text-align: center;
	font-family: 'Noto Sans SC', sans-serif;
    font-weight: 300;
    line-height: 1;
}
    @media screen and (max-width:768px) {
    }
.ti5 {
    font-size: 3em;
    color: #5A5A5A;
    border-left: 5px #AA8B43 solid;
    line-height: 1;
    padding-left: 20px;
    text-align: left;
    margin-bottom: 70px;
}
    @media screen and (max-width:768px) {
    }
.p_txt1 {
    font-size: 1.6em;
    line-height: 200%;
}
.p_txt2 {
    font-size: 1.4em;
    line-height: 180%;
}


/*=======================================================================================
    ■ index
=======================================================================================*/
#index main {
}
#index .image {
	width: 100%;
	margin: auto;
	clear: both;
	display: block;
    background-image: url("../img/index/image.jpg");
    padding-top: 320px;
    padding-bottom: 320px;
    background-size: cover;
    background-position: center center;
}
    @media screen and (max-width:1060px) {
        #index .image {
            padding-top: 20%;
            padding-bottom: 20%;
        }
        #index .image img {
            width: 90%;
            max-width: 640px;
            margin: auto;
        }
    }
/*==============================================================================*/
#index .wrap1 {
    padding-bottom: 150px;
}
    @media screen and (max-width:1060px) {
        #index .wrap1 {
            padding-bottom: 75px;
        }
    }
/*------------------------------------------------------*/
#index .wrap1 .cnt1 {
    padding-top: 120px;
    padding-bottom: 120px;
}
    @media screen and (max-width:1060px) {
        #index .wrap1 .cnt1 {
            padding-top: 60px;
            padding-bottom: 60px;
        }
    }
#index .wrap1 .cnt1 ul {
}
#index .wrap1 .cnt1 ul li:nth-child(1) {
    padding-bottom: 60px;
    text-align: center;
}
#index .wrap1 .cnt1 ul li:nth-child(2) {
    padding-bottom: 60px;
}
    @media screen and (max-width:1338px) {
        #index .wrap1 .cnt1 ul li:nth-child(1) {
            padding-bottom: 30px;
        }
        #index .wrap1 .cnt1 ul li:nth-child(1) img{
            width: 96%;
            max-width: 1338px;
        }
        #index .wrap1 .cnt1 ul li:nth-child(2) {
            text-align: center;
            padding-bottom: 30px;
        }
        #index .wrap1 .cnt1 ul li:nth-child(2) img{
            width: 96%;
            max-width: 900px;
        }
        #index .wrap1 .cnt1 ul li:nth-child(3) {
            text-align: center;
        }
        #index .wrap1 .cnt1 ul li:nth-child(3) img{
            width: 55%;
            max-width: 500px;
        }
    }
    @media screen and (max-width:768px) {
        #index .wrap1 .cnt1 ul li:nth-child(2) {
            font-size: 2em;
            text-align: center;
        }
    }

/*------------------------------------------------------*/

#index .wrap1 .cnt2_1 {
    width: 1448px;
}
    @media screen and (max-width:1458px) {
        #index .wrap1 .cnt2_1 {
            width: 90%
        }
    }
#index .wrap1 .cnt2_1 ul{
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
}
    @media screen and (max-width:1024px) {
        #index .wrap1 .cnt2_1 ul{
            display: block;
            padding-bottom: 10px;
        }
    }
#index .wrap1 .cnt2_1 ul li{
    width: 50%;
}
    @media screen and (max-width:1024px) {
        #index .wrap1 .cnt2_1 ul li{
            width: 100%;
        }
    }
#index .wrap1 .cnt2_1 ul li:nth-child(1){
    padding-right: 5px;
}
    @media screen and (max-width:1024px) {
        #index .wrap1 .cnt2_1 ul li:nth-child(1){
            padding-right: 0px;
            padding-bottom: 10px;
        }
    }
#index .wrap1 .cnt2_1 ul li:nth-child(2){
    padding-left: 5px;
}
    @media screen and (max-width:1024px) {
        #index .wrap1 .cnt2_1 ul li:nth-child(2){
            padding-left: 0px;
        }
    }
#index .wrap1 .cnt2_1 ul li img {
    width: 100%;
}
#index .wrap1 .cnt2_2{
    width: 1458px;
}
    @media screen and (max-width:1458px) {
        #index .wrap1 .cnt2_2{
            width: 91%
        }
    }
    @media screen and (max-width:1024px) {
        #index .wrap1 .cnt2_2{
            width: 90%
        }
    }
#index .wrap1 .cnt2_2 ul{
    display: flex;
    justify-content: space-between;
}
    @media screen and (max-width:1024px) {
        #index .wrap1 .cnt2_2 ul{
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
        }
    }
#index .wrap1 .cnt2_2 ul li{
    width: calc(100% / 6);/*等分*/
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 10px;
}
    @media screen and (max-width:1024px) {
        #index .wrap1 .cnt2_2 ul li{
            width: calc(100% / 2);/*等分*/
            padding-right: 0px;
            padding-left: 0px;
            padding-bottom: 10px;
        }
        #index .wrap1 .cnt2_2 ul li:nth-child(2n){
            width: calc(100% / 2);/*等分*/
            padding-right: 0px;
            padding-left: 5px;
        }
        #index .wrap1 .cnt2_2 ul li:nth-child(2n+1){
            width: calc(100% / 2);/*等分*/
            padding-right: 0px;
            padding-left: 0px;
            padding-right: 5px;
        }
    }
#index .wrap1 .cnt2_2 ul li img{
    width: 100%;
}
#index .wrap1 .cnt2_3 ul{
    display: flex;
    justify-content: space-between;
    padding-bottom: 150px;
}








#index .wrap1 .cnt2 {
    display: flex;
    justify-content: space-between;
    padding-bottom: 150px;
}
#index .wrap1 .cnt2 div {
    width: 49.6%;
}
    @media screen and (max-width:768px) {
        #index .wrap1 .cnt2 {
            display: block;
            justify-content: space-between;
            padding-bottom: 75px;
        }
        #index .wrap1 .cnt2 div {
            width: 100%;
            padding-bottom: 20px;
        }
    }
#index .wrap1 .cnt2 div img {
    width: 100%;
}
#index .wrap1 .cnt2 p {
    padding-bottom: 10px;
}
#index .wrap1 .cnt2 div ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
#index .wrap1 .cnt2 div ul li {
    width: calc(100% / 3);/*等分*/
}
#index .wrap1 .cnt2 div ul li {
    margin-bottom: 9px;
}
#index .wrap1 .cnt2 div ul li:nth-of-type(3n+1) {
    padding-right: 6px;
}
#index .wrap1 .cnt2 div ul li:nth-of-type(3n+2) {
    padding-right: 3px;
    padding-left: 3px;
    text-align: center
}
#index .wrap1 .cnt2 div ul li:nth-of-type(3n+3) {
    padding-left: 6px;
}

/*------------------------------------------------------*/

#index .wrap1 .cnt3 {
    padding-bottom: 110px;
}
#index .wrap1 .cnt3 .ti1  {
    padding-bottom: 110px;
}
#index .wrap1 .cnt3 h3  {
    font-size: 3.0em;
    font-family: 'Noto Sans SC', sans-serif;
    padding-bottom: 30px;
}
    @media screen and (max-width:1023px) {
        #index .wrap1 .cnt3 h3 img  {
            width: 100%;
            max-width: 580px;
        }
    }
#index .wrap1 .cnt3 .bl1_bsc {
    display: flex;
    justify-content: space-between;
}
#index .wrap1 .cnt3 .bl1_bsc .left {
    width: 60%;
}
#index .wrap1 .cnt3 .bl1_bsc .right {
    width: 37%;
}
#index .wrap1 .cnt3 .bl1_bsc .right img {
    width: 100%;
    max-width: 502px;
}
    @media screen and (max-width:1023px) {
        #index .wrap1 .cnt3 .bl1_bsc {
            display: block;
            width: 94%;
            margin: auto;
        }
        #index .wrap1 .cnt3 .bl1_bsc .left {
            padding-left: 0px;
            margin-right: 0px;
            padding-bottom: 20px;
            width: 100%;
        }
        #index .wrap1 .cnt3 .bl1_bsc .right {
            width: 100%;
            text-align: center;
            display: none;
        }
        #index .wrap1 .cnt3 .bl1_bsc .right img {
            width: 100%;
            max-width: 502px;
        }
    }
    @media screen and (max-width:768px) {
        #index .wrap1 .cnt3 {
            padding-bottom: 55px;
        }
        #index .wrap1 .cnt3 .ti1  {
            padding-bottom: 55px;
        }
        #index .wrap1 .cnt3 h3  {
            font-size: 2.4em;
            padding-bottom: 30px;
        }
    }

/*------------------------------------------------------*/

#index .wrap1 .cnt4 {
}
#index .wrap1 .cnt4 .bl1 {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}
    @media screen and (max-width:1023px) {
        #index .wrap1 .cnt4 .bl1 {
            display: block;
        }
    }
#index .wrap1 .cnt4 .bl1 .left {
    width: 36%;
}
    @media screen and (max-width:1023px) {
        #index .wrap1 .cnt4 .bl1 .left {
            width: 100%;
            padding-bottom: 30px;
        }
    }
#index .wrap1 .cnt4 .bl1 .right {
    width: 60%;
}
    @media screen and (max-width:1023px) {
        #index .wrap1 .cnt4 .bl1 .right {
            width: 100%;
        }
    }
#index .wrap1 .cnt4 .bl1 .right img {
    width: 100%;
}
#index .wrap1 .cnt4 .bl1 .box {
    background-color: #F8F3E7;
    width: 100%;
    max-width: 480px;
    padding: 20px;
    margin-bottom: 30px;
}
    @media screen and (max-width:1023px) {
        #index .wrap1 .cnt4 .bl1 .box {
            width: 100%;
            max-width: inherit;
            padding: 20px;
            margin-bottom: 30px;
        }
    }
#index .wrap1 .cnt4 .bl1 .box_end {
    margin-bottom: 0px;
}
#index .wrap1 .cnt4 .bl1 .box .dl1 {
    display: flex;
    align-content: center;
    align-items: center;
}
#index .wrap1 .cnt4 .bl1 .box .dl1 .dt1 {
	font-family: 'Noto Sans SC', sans-serif;
    background-color: #AA8B43;
    font-size: 3em;
    line-height: 1;
    border-radius: 100px;
    color: #FFFFFF;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin-right: 20px;
}
#index .wrap1 .cnt4 .bl1 .box .dl1 .dd1{
    color: #AA8B43;
	font-family: 'cwTeXFangSong', serif;
    font-size: 3.0em;
    line-height: 1;
    padding-bottom: 10px;
}
#index .wrap1 .cnt4 .bl1 .box .box1_1{
    padding-left: 65px;
}
#index .wrap1 .cnt4 .bl1 .box .box1_1 h4 {
    color: #6D592B;
    font-size: 2.4em;
	font-family: 'Noto Sans SC', sans-serif;
    padding-bottom: 10px;
}
#index .wrap1 .cnt4 .bl1 .box .box1_1 .dl2 {
    display:flex;
    align-content: center;
    align-items: center;
}
#index .wrap1 .cnt4 .bl1 .box .box1_1 .dl2 .dt2 {
    color: #AA8B43;
    border: 1px #AA8B43 solid;
    width: 21px;
    height: 90px;
    font-size: 1.2em;
    display:flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-right: 5px;
}
#index .wrap1 .cnt4 .bl1 .box .box1_1 .dl2 .dd2 {
    font-size: 1.8em;
}
#index .wrap1 .cnt4 .bl1 .box .box1_1 .dl2 .dd2 ul {
}
    @media screen and (max-width:1023px) {
    }

/*==============================================================================*/
#index .wrap2 {
    padding-top: 70px;
    padding-bottom: 100px;
    background-color: #F6F3EC;
}
#index .wrap2 .cnt1 {
}
#index .wrap2 .cnt1 .bl1 {
    padding-bottom: 130px;
}
#index .wrap2 .cnt1 .bl1 .p1 {
    padding-bottom: 40px;
}
#index .wrap2 .cnt1 .bl1 .p1 .span1 {
    color: #AA8B43;
    background-color: #FFFFFF;
    border: 1px solid #AA8B43;
    font-family: 'Noto Sans SC', sans-serif;
    padding: 2px 50px;
    font-size: 2.8em;
    margin-bottom: 50px;
}
/*---------------------*/
#index .wrap2 .cnt1 .bl1 .box1 {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
    @media screen and (max-width:1023px) {
        #index .wrap2 .cnt1 .bl1 .box1 {
            display: block;
        }
    }
#index .wrap2 .cnt1 .bl1 .box1 .left {
    width: 58%;
}
    @media screen and (max-width:1023px) {
        #index .wrap2 .cnt1 .bl1 .box1 .left {
            width: 100%;
            padding-bottom: 30px;
        }
    }
#index .wrap2 .cnt1 .bl1 .box1 .right {
    width: 38%;
}
    @media screen and (max-width:1023px) {
        #index .wrap2 .cnt1 .bl1 .box1 .right {
            width: 100%;
        }
    }
#index .wrap2 .cnt1 .bl1 .box1 .right img {
    width: 100%;
}
/*---------------------*/
.w2_ti_box {
    padding-bottom: 60px;
}
.w2_ti_box dl {
    display: flex;
}
.w2_ti_box dl dt {
    color: #AA8B43;
    font-size: 9.0em;
    font-family: 'Noto Sans SC', sans-serif;
    font-weight: 100;
    line-height: 1;
}
.w2_ti_box dl dd {
}
.w2_ti_box dl dd .span1 {
    color: #414141;
    font-size: 9.0em;
    font-family: 'Noto Sans SC', sans-serif;
    letter-spacing: -1px;
    line-height: 1;
}
.w2_ti_box dl dd .span1 img {
    width: 100%;
    max-width: 540px;
}
.w2_ti_box dl dd .span2 {
    color: #414141;
    font-size: 3.0em;
    font-family: 'Noto Sans SC', sans-serif;
    display: block;
    line-height: 1;
    padding-top: 20px;
}
    @media screen and (max-width:640px) {
        .w2_ti_box dl dt {
            font-size: 3.0em;
            font-weight: 100;
            width: inherit;
            line-height: 1;
        }
        .w2_ti_box dl dd {
        }
        .w2_ti_box dl dd .span1 {
            font-size: 3.0em;
            letter-spacing: -1px;
            line-height: 1;
        }
        .w2_ti_box dl dd .span2 {
            font-size: 3.0em;
            display: block;
            line-height: 1;
            padding-top: 20px;
        }
    }
/*---------------------*/
.w2_txt_box {
    padding-bottom: 40px;
}
.w2_txt_box ul {
}
.w2_txt_box ul li:nth-child(1) {
    padding-bottom: 25px;
}
.w2_txt_box ul .li1 {
    padding-bottom: 0px!important;
}
.w2_txt_box ul li:nth-child(1) {
    color: #414141;
    font-size: 2.6em;
    font-family: 'Noto Sans SC', sans-serif;
}
.w2_txt_box ul li:nth-child(2) {
    color: #414141;
    font-size: 1.6em;
    line-height: 225%;
}
/*---------------------*/
.w2_cate_box {
}
.w2_cate_box ul {
    display: flex;
    justify-content: space-between;
}
.w2_cate_box ul li {
    margin-right: 30px;
}
    @media screen and (max-width:640px) {
        .w2_cate_box ul {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
        }
        .w2_cate_box ul li {
            margin-right: 1%;
            margin-left: 1%;
            width: 30%;
            padding-bottom: 20px;
        }
    }
.w2_cate_box ul li img {
    width: 100%;
}
.w2_cate_box ul li:nth-last-child(1) {
    margin-right: 0px;
}

/*------------------------------------------------------*/
#index .wrap2 .cnt2 {
}
#index .wrap2 .cnt2 .bl1 {
}
#index .wrap2 .cnt2 .bl1 ul {
}
#index .wrap2 .cnt2 .bl1 ul li {
    background-color: #E7DFCA;
    padding: 20px 30px;
    margin-bottom: 50px;
}
#index .wrap2 .cnt2 .bl1 ul li:nth-last-child(1) {
    margin-bottom: 0px;
}
#index .wrap2 .cnt2 .bl1 dl {
}
#index .wrap2 .cnt2 .bl1 dl dt {
    display: flex;
    align-content: center;
    align-items: center;
    margin-bottom: 20px;
}
    @media screen and (max-width:640px) {
        #index .wrap2 .cnt2 .bl1 dl dt {
            display: flex;
            align-content: center;
            align-items: center;
            margin-bottom: 20px;
            flex-wrap: wrap;
        }
    }
#index .wrap2 .cnt2 .bl1 dl dt .span1 {
    padding-left: 20px;
    font-family: 'Noto Sans SC', sans-serif;
    color: #AA8B43;
    font-size: 3.6em;
    border-left: 5px #AA8B43 solid;
    margin-right: 50px;
}
#index .wrap2 .cnt2 .bl1 dl dt .span1 img {
    margin-top: 10px;
}
    @media screen and (max-width:640px) {
        #index .wrap2 .cnt2 .bl1 dl dt .span1 {
            padding-left: 20px;
            font-size: 3.6em;
            margin-right: 0px;
            display: block;
            width: 100%;
            margin-bottom: 20px;
        }
    }
#index .wrap2 .cnt2 .bl1 dl dt .span2 {
    font-family: 'Noto Sans SC', sans-serif;
    color: #AA8B43;
    border: 1px #AA8B43 solid;
    font-size: 1.8em;
    line-height: 1;
    background-color: #FFFFFF;
    padding: 5px 10px;
    margin-right: 20px;
}
    @media screen and (max-width:640px) {
        #index .wrap2 .cnt2 .bl1 dl dt .span2 {
            font-family: 'Noto Sans SC', sans-serif;
            color: #AA8B43;
            border: 1px #AA8B43 solid;
            font-size: 1.8em;
            line-height: 1;
            background-color: #FFFFFF;
            padding: 5px 10px;
            margin-right: 20px;
            margin-bottom: 10px;
            display: block;
        }
    }
#index .wrap2 .cnt2 .bl1 dl dd {
    font-size: 1.6em;
    line-height: 180%
}

/*==============================================================================*/

#index .wrap3 {
    padding-top: 130px;
    padding-bottom: 150px;
    border-bottom: 1px #BBBBBB solid;
}
    @media screen and (max-width:1024px) {
        #index .wrap3 {
        }
        #index .wrap3 .wi1020 {
            width: 94%;
            margin: auto;
        }
    }
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

#index .wrap3 .cnt1 {
    text-align: center;
}
#index .wrap3 .cnt1 ul {
}
#index .wrap3 .cnt1 ul li {
}
#index .wrap3 .cnt1 ul li:nth-child(1) {
    padding-bottom: 50px;
}
#index .wrap3 .cnt1 ul li:nth-child(2) img{
    width: 100%;
}

/*==============================================================================*/

#index .wrap4 {
    padding-top: 130px;
    padding-bottom: 100px;
}
#index .wrap4 .ti1  {
    padding-bottom: 80px;
}
    @media screen and (max-width:768px) {
        #index .wrap4 {
            padding-top: 65px;
            padding-bottom: 50px;
        }
        #index .wrap4 .ti1  {
            padding-bottom: 55px;
        }
    }

/*==============================================================================*/

#index .wrap5 {
    background-image: url("../img/index/w5_bg.jpg");
    background-position: center center;
    height: 600px;
    background-repeat: no-repeat;
    background-size: cover;
}
    @media screen and (max-width:768px) {
        #index .wrap5 {
        }
    }

/*==============================================================================*/

#index .wrap6 {
    padding-top: 130px;
    padding-bottom: 150px;
    border-bottom: 1px #BBBBBB solid;
}
    @media screen and (max-width:1023px) {
        #index .wrap6 {
            padding-top: 65px;
            padding-bottom: 50px;
        }
    }
#index .wrap6 .bl1_bsc {
    display: flex;
    justify-content: space-between;
}
    @media screen and (max-width:1023px) {
        #index .wrap6 .bl1_bsc {
            display: block;
        }
    }
#index .wrap6 .bl1_bsc .left {
    width: 60%;
}
    @media screen and (max-width:1023px) {
        #index .wrap6 .bl1_bsc .left {
            width: 100%;
            padding-bottom: 30px;
        }
    }
#index .wrap6 .bl1_bsc .right {
    width: 36%;
}
    @media screen and (max-width:1023px) {
        #index .wrap6 .bl1_bsc .right {
            width: 100%;
            text-align: center;
        }
    }
#index .wrap6 .bl1_bsc .right img {
    width: 100%;
    max-width: 500px;
}
    
/*==============================================================================*/

#index .wrap7 {
    padding-top: 130px;
    padding-bottom: 150px;
}
#index .wrap7 .cnt1 .ti1 {
    margin-bottom: 70px;
}
#index .wrap7 .cnt1 .p_txt1 {
    margin-bottom: 60px;
}
#index .wrap7 .cnt1 .info  {
    padding-bottom: 40px;
}
#index .wrap7 .cnt1 .info dt  {
    font-size: 3.0em;
	font-family: 'Noto Sans SC', sans-serif;
    padding-bottom: 5px;
}
#index .wrap7 .cnt1 .info dd  {
    font-size: 2.0em;
}
    @media screen and (max-width:768px) {
        #index .wrap7 .cnt1 .info dt  {
            font-size: 2.4em;
        }
        #index .wrap7 .cnt1 .info dd  {
            font-size: 1.8em;
        }
    }

#index .wrap7 .cnt1 .bt a  {
    font-size: 1.6em;
    font-weight: bold;
    padding: 5px 50px;
    background-color: #AA8B43;
    color: #FFFFFF;
    text-decoration: none;
}
#index .wrap7 .cnt1 .bt a:hover  {
    background-color: rgba(187,162,104,0.5);
    transition : all 0.5s ease 0s;
}

/*==============================================================================*/








/*==============================================================================*/

/*==============================================================================*/





/*==============================================================================*/
.f_info {
	background-image: url(../img/common/f_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin: auto;
	clear: both;
	display: block;
    background-size: cover;
    margin-bottom: 100px;
}
.f_info_bg {
	background-image: url(../img/common/f_bg1.png);
	background-repeat: no-repeat;
    padding-top: 80px;
    padding-bottom: 110px;
}
.f_info ul {
    display: flex;
    justify-content: space-between;
}
.f_info li{
    height: 60px;
    width: 300px;
}
    @media screen and (max-width:1000px) {
        .f_info ul {
            display: block;
            justify-content: space-between;
        }
        .f_info li{
            height: inherit;
            width: 80%;
            margin: auto;
            text-align: center;
        }
    }
.f_info li dl{
}
    @media screen and (max-width:1000px) {
        .f_info li dl{
            margin-bottom: 20px;
        }
    }
.f_info li dl dt{
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-content:center;
    align-items: center;
}
.f_info li dl dt .span1{
	font-size: 2.0em;
	font-weight: bold;
    color: #FFFFFF;
    padding-top: 10px;
    margin-right: 5px;
}
.f_info li dl dt .span2{
	font-size: 1.6em;
    color: #FFFFFF;
	font-weight: bold;
    padding-top: 14px;
    margin-right: 5px;
}
.f_info li dl dd{
}
.f_info li dl dd div {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    border: 1px #FFFFFF solid;
    height: 60px;
    width: 300px;
	background-color: rgba(255,255,255,0.3);
	font-weight: bold;
    color: #FFFFFF;
}
    @media screen and (max-width:1000px) {
        .f_info li dl dd div {
            display: flex;
            justify-content: center;
            align-content: center;
            align-items: center;
            border: 1px #FFFFFF solid;
            width: 100%;;
            background-color: rgba(255,255,255,0.3);
            font-weight: bold;
            color: #FFFFFF;
        }
    }
.f_info li dl dd .div_tel {
	font-size: 2.4em;
}
.f_info li dl dd .div_fax {
	font-size: 2.4em;
}
.f_info li dl dd .div_net {
    text-align: center;
    border: none;
    vertical-align: middle;
}
.f_info li dl dd  .div_net a {
	font-size: 1.6em;
	font-weight: bold;
    color: #FFFFFF;
    background-image: url(../img/common/f_contact_bg.jpg);
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    text-decoration: none;
    height: 60px;
    width: 300px;
}
    @media screen and (max-width:1023px) {
        .f_info li dl dd  .div_net a {
            font-size: 1.6em;
            font-weight: bold;
            color: #FFFFFF;
            background-image: url(../img/common/f_contact_bg.jpg);
            display: flex;
            justify-content: center;
            align-content: center;
            align-items: center;
            text-decoration: none;
            height: 60px;
            width: 100%;
        }
    }
.f_info li dl dd  .div_net a:hover {
	font-size: 1.6em;
	font-weight: bold;
    color: #FFFFFF;
    background-image: url(../img/common/f_contact_bg_on.jpg);
    text-decoration: none;
}
/*==============================================================================*/

#contact main {
    padding-top: 170px;
    padding-bottom: 130px;
}
    @media screen and (max-width:1023px) {
        #contact main {
            padding-top: 80px;
            padding-bottom: 60px;
        }
    }
#contact .ti4 {
    margin-bottom: 50px;
}
#contact .bl1 {
    padding-bottom: 90px;
}
#contact .bl1 .p1 {
    text-align: center;
    font-size: 1.6em;
    line-height: 225%;
}
#contact .bl2 {
    padding-bottom: 100px;
}
#contact .bl2 ul {
    display: flex;
    justify-content: space-between;
}
    @media screen and (max-width:1023px) {
        #contact .bl2 ul {
            display: block;
        }
    }
#contact .bl2 ul li {
}
#contact .bl2 ul li dl {
}
#contact .bl2 ul li dl dt {
    text-align: center;
    color: #434343;
    font-size: 3.0em;
	font-family: 'Noto Sans SC', sans-serif;
    padding-bottom: 10px;
}
#contact .bl2 ul li dl dd {
    text-align: center;
    color: #434343;
    font-size: 4.9em;
    font-weight: bold;
}
    @media screen and (max-width:1023px) {
        #contact .bl2 ul li dl dt {
            font-size: 2.4em;
        }
        #contact .bl2 ul li dl dd {
            font-size: 4em;
        }
    }

#contact .bl3 {
    padding-bottom: 50px;
}
#contact .bl3 dl {
}
#contact .bl3 dl dt {
    color: #434343;
    font-size: 3.0em;
	font-family: 'Noto Sans SC', sans-serif;
    text-align: center;
    padding-bottom: 30px;
}
#contact .bl3 dl dd {
    color: #434343;
    font-size: 1.6em;
    text-align: center;
}

#contact .bl4 {
    background-color: #F1F1F1;
    padding: 30px 20px;
    margin-bottom: 100px;
}
#contact .bl4 dl{
}
#contact .bl4 dl dt{
    color: #5A5A5A;
    font-size: 2em;
    padding-bottom: 30px;
}
#contact .bl4 dl dd{
    color: #5A5A5A;
    font-size: 1.6em;
}
#contact .bl4 dl dd a{
    color: #2699FB;
}
#contact .bl4 ul{
    display: flex;
}
#contact .bl4 ul li{
}
    @media screen and (max-width:1023px){
        #contact main {
            width: 94%;
            margin: auto;
        }
    }
#contact .bl1 .bl1_1 {
    padding-bottom: 50px;
}
#contact .bl1 .bl1_1 .p1 {
    font-size: 1.6em;
}
#contact .bl1 .bl1_1 .p2 {
    font-size: 1.6em;
    text-align: center;
}
.entry_box {
    width: 800px;
    margin: auto;
}
    @media screen and (max-width:1023px){
        .entry_box {
            width: 100%;
            margin: auto;
        }
    }
.entry_box ul {
}
.entry_box ul > li {
    padding-bottom: 30px;
}
.entry_box ul > li {
}
.entry_box ul li dl {
    display: flex;
    flex-wrap: wrap;
    align-content:center;
    align-items:center;
}
    @media screen and (max-width:1023px){
        .entry_box ul li dl {
            display: block;
        }
    }
.entry_box ul li dl dt {
    width: 280px;
    text-align: left;
    display: flex;
    align-items: center;
    padding-right: 20px;
    justify-content: space-between;
}
    @media screen and (max-width:1023px){
        .entry_box ul li dl dt {
            width: 100%;
            margin-bottom: 10px;
        }
    }
.entry_box ul li dl dt .item {
    font-size: 1.6em;
}
.error {
    font-size: 1.2em;
    color: #DC000C;
    padding: 2px 10px;
    border-radius: 10px;
}
.entry_box ul li dl dt .nes {
    font-size: 1.2em;
    color: #FFFFFF;
    background-color:#DC000C;
    padding: 2px 10px;
    border-radius: 10px;
}
.entry_box ul li dl dd {
    text-align: left;
    width: 500px;
}
    @media screen and (max-width:1023px){
        .entry_box ul li dl dd {
            width: 100%;
        }
    }
.entry_box ul li dl dd ul {
    display: flex;
    justify-content: space-between;
}
    @media screen and (max-width:1023px){
        .entry_box ul li dl dd ul {
            display: block;
        }
    }
.entry_box ul li dl dd ul > li {
    padding-bottom: 0px;
    width: 48%;
}
    @media screen and (max-width:1023px){
        .entry_box ul li dl dd ul > li {
            width: 100%;
        }
    }
.entry_box ul li dl dd ul > li:nth-child(2) {
    text-align: left;
}
.entry_box ul li .caution {
    text-align: left;
    font-size: 1.4em;
    padding-left: 300px;
    padding-top: 10px;
}
    @media screen and (max-width:1023px){
        .entry_box ul li .caution {
            text-align: left;
            font-size: 1.4em;
            padding-left: 300px;
            padding-top: 10px;
        }
    }
/*-------------------------------------------*/
.confirm_box ul > li {
    padding-bottom: 1px;
    border-bottom: 1px #AA8B43 dotted;
}
.confirm_box ul li dl dt {
    background-color: #F7F2EA;
    font-size: 1.6em;
    padding: 10px 10px;
    color: #AA8B43;
}
.confirm_box ul li dl dd {
    text-align: left;
    width: 500px;
    padding: 5px 10px;
    font-size: 1.6em;
}
    @media screen and (max-width:1023px){
        .confirm_box ul li dl dd {
            width: 100%;
        }
    }
.confirm_bt_box  {
    width: 500px;
    padding-top: 50px;
}
    @media screen and (max-width:1023px){
        .confirm_bt_box  {
            width: 100%;
        }
    }
.confirm_bt_box ul  {
    display: flex;
    justify-content: space-between;
}
/*-------------------------------------------*/
.error_box  {
    padding-bottom: 30px;
}
.error_box h2  {
    font-size: 2.4em;
    color: #B22D00;
    text-align: center;
    padding-bottom: 30px;
}
.error_box .p1  {
    font-size: 1.6em;
    text-align: center;
    padding-bottom: 20px;
}
.error_box ul  {
    padding-bottom: 30px;
}
.error_box ul li  {
    font-size: 1.6em;
    text-align: center;
}
.error_box .p2 {
    padding-top: 20px;
    text-align: center;
}
.error_box .p2 a  {
    font-size: 1.6em;
    text-decoration: underline;
}
/*-------------------------------------------*/
.finish_box  {
    padding-bottom: 30px;
}
.finish_box h2  {
    font-size: 2.4em;
    text-align: center;
    padding-bottom: 30px;
}
.finish_box .p1  {
    font-size: 1.6em;
    text-align: center;
    padding-bottom: 20px;
}
.finish_box .p2 {
    padding-top: 20px;
    text-align: center;
}
.finish_box .p2 a  {
    font-size: 1.6em;
    text-decoration: underline;
}
/*-------------------------------------------*/
input[type="text"] , input[type="email"]{
    border: 1px #BBA268 solid;
    padding: 8px 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
textarea {
    border: 1px #BBA268 solid;
    padding: 8px 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.entry_box dl dd .input1 {
    width: 100%;
}
    @media screen and (max-width:1024px){
        .entry_box dl dd .input1 {
            margin-bottom: 5px;
        }
    }
.entry_box .textarea1 {
    width: 100%;
    height: 120px;
}
.confirm_txt {
    font-size: 1.6em;
    text-align: left;
}
.confirm_txt_box {
    font-size: 1.6em;
    text-align: left;
    padding-bottom: 50px;
}
.entry_box_btn {
    padding-top: 70px;
    padding-bottom: 50px;
}
.entry_box_btn_back {
    text-align: left;
}
input[type="button"] , input[type="submit"] {
    background-color: #AA8B43;
    border: 1px #AA8B43 solid;
    padding: 8px 0px;
    width: 220px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 2.0em;
    font-weight: bold;
}
    @media screen and (max-width:900px){
    }

.bt_allow {
    display: flex;
    justify-content: center;
    padding-top: 20px;
}
button {
    background-color: #AA8B43;
    border: 1px #AA8B43 solid;
    padding: 8px 0px;
    width: 220px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 2.0em;
    font-weight: bold;
}

button:disabled {
    background-color: #EEEEEE;
    border: 1px #BBBBBB solid;
    padding: 8px 0px;
    width: 220px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #BBBBBB;
    font-size: 2.0em;
    font-weight: bold;
    cursor: default;
}
/*------------------------------- チェックボックス01 */
input[type=checkbox] {
    display: none;
}
.checkbox01 {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 0px 5px 40px;
    position: relative;
    width: auto;
    font-size: 1.8em;
}
.checkbox01::before {
    background: #fff;
    border: 1px solid #BCE0FD;
    content: '';
    display: block;
    height: 28px;
    left: 0px;
    margin-top: -16px;
    position: absolute;
    top: 50%;
    width: 28px;
}
.checkbox01::after {
    border-right: 3px solid #2699FB;
    border-bottom: 3px solid #2699FB;
    content: '';
    display: block;
    height: 15px;
    left: 12px;
    margin-top: -12px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 5px;
}
input[type=checkbox]:checked + .checkbox01::after {
    opacity: 1;
}
