@charset "utf-8";

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

    share 共通

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

/*--------------------マウスオンで色を薄く-----------------------*/
.fade {  
	-webkit-transition: 0.3s ease-in-out;  
	-moz-transition: 0.3s ease-in-out;  
	-o-transition: 0.3s ease-in-out;  
	transition: 0.3s ease-in-out;  
}  
.fade:hover {  
	opacity: 0.6;
	filter: alpha(opacity=60);
}   
/*-------------------indent------------------------*/
.indent_ptn1 {
    padding-left: 1em;
    text-indent: -1em;
}
.indent_ptn2 {
    padding-left: 1.4em;
    text-indent: -1.4em;
}
.indent_ptn3 {
    padding-left: 2.2em;
    text-indent: -2.2em;
}
/*-------------------下スパン------------------------*/
.row_ptn1 {
}
.row_ptn1 > li {
    padding-bottom: 40px;
}
.row_ptn1 > li:nth-last-child(1) {
    padding-bottom: 0px;
}
	@media (max-width: 1000px){
        .row_ptn1 > li {
            padding-bottom: 30px;
        }
        .row_ptn1 > li:nth-last-child(1) {
            padding-bottom: 0px;
        }
        .row_ptn1_1 > li:nth-last-child(1) {
            padding-bottom: 30px;
        }
	}
/*-------------------下スパン------------------------*/
.row_ptn2 {
}
.row_ptn2 > li {
    padding-bottom: 15px;
}
.row_ptn2 > li:nth-last-child(1) {
    padding-bottom: 0px;
}
	@media (max-width: 1024px){
	}
/*--------------------アンカー調整-----------------------*/
.anchor {height: 1px;
    display: block;
    padding-top: 100px;
    margin-top: -100px;
}
/*--------------------フレックスリバース逆-----------------------*/
.f_rev {
    flex-direction:row-reverse;
}
/*--------------------フレックスオーダー-----------------------*/
.fl_od1{
    order: 1;
}
.fl_od2{
    order: 2;
}
.fl_od3{
    order: 3;
}
/*-------------------------------------------*/
h2 {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}
.h2_1 {
    background-image: url(../img/index/h2_1_bg.png);
    height: 280px;
}
    @media (max-width:1024px){
        .h2_1 {
            background-image: url(../img/index/h2_1_bg.png);
            height: 140px;
        }
    }
.h2_1 img {
     max-width: 267px;
}
.h2_2 {
    background-image: url("../img/index/h2_2_bg.png");
    background-size: 209px;
    height: 213px;
}
.h2_2 img {
     max-width: 449px;
}
.h2_3 {
    background-image: url("../img/index/h2_3_bg.png");
    background-size: 355px;
    height: 176px;
}
.h2_3 img {
     max-width: 550px;
}
.h2_4{
    font-family: "Noto Serif JP", serif;
    font-weight: 300;
    font-size: 3em;
    letter-spacing: 0.08em;
    text-align: center;
    color: #fff;
}
.h2_1 {margin-bottom: 120px;}
.h2_2 {margin-bottom: 100px;}
.h2_3 {margin-bottom: 100px;}
.h2_4 {margin-bottom: 70px;}
    @media (max-width:1024px){
        .h2_1 {margin-bottom: 20px;}
        .h2_2 {margin-bottom: 20px;}
        .h2_3 {margin-bottom: 20px;}
        .h2_4 {margin-bottom: 20px;}
    }
.h2_4_1  {
    display: block;
}
.h2_4 .span1 {
    display: block;
    font-family: "Noto Sans CJK JP";
    font-weight: 300;
    font-size: 16px;
    text-align: center;
    color: #a18a4a;
}
/*-------------------------------------------*/
.h3_1 {
    text-align: center;
    margin-bottom: 100px;
}
.h3_1 span {
    font-family: "Noto Serif JP", serif;
    font-weight: 300;
    font-size: 2.6em;
    letter-spacing: 0.08em;
    text-align: center;
    color: #fff;
    border: 1px solid #FFF;
    padding: 2px 30px;
}
    @media (max-width:1024px){
        .h3_1 {
            text-align: center;
            margin-bottom: 50px;
        }
        .h3_1 span {
            font-size: 2em;
            padding: 2px 10px;
        }
    }
/*-------------------------------------------*/
.h4_1_box {
    text-align: center;
    margin-bottom: 100px;
}
.h4_1{
    display: inherit;
    border: 1px solid #FFF;
    display: inline-block;
}
.h4_1 .span1 {
    font-family: "Noto Serif JP", serif;
    font-weight: 300;
    font-size: 2.6em;
    letter-spacing: 0.08em;
    text-align: center;
    color: #ffffff;
}
.h4_1 .span2 {
    font-weight: 300;
    font-size: 1.6em;
    letter-spacing: 0.08em;
    text-align: center;
    color: rgba(255,255,255,0.60);
    padding: 2px 30px;
}
/*------------------マウスオンで拡大-------------------------*/
.bt_lineup {
    max-width: 70px;
    transition-duration: 0.5s;
}
.bt_lineup:hover {
    transform: scale(1.3);
    transition-duration: 0.5s;
}
/*-------------------------------------------*/
.img_ov {
    overflow:hidden;
    width: 100%;
    height: 100%;
}
.img_ov img {
    display: block;
    transition-duration: 0.5s;
    border-radius: 10px;
}
.img_ov img:hover {
    transform: scale(1.2,1.2);
    transition-duration: 0.5s;
}
/*-------------------youtube レスポンシブ------------------------*/
.youtube-ratio {
    width: 100%;
}
.youtube-ratio iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
}
/*-------------------------------------------*/
.hr1 {
}
/*-------------------------------------------*/
.hover1 img {
    color: #fff;
    display: inline-block;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    transition: .3s;
    opacity: 1;
}
.hover1 img:hover {
    border-bottom-color: transparent;
    transform: translateY(0.4em);
    opacity: 1;
}
/*-------------------------------------------*/

#index .wrap2 .news_box dl dd{
    font-weight: bold;
    font-size: 2.0em;
    letter-spacing: 0.08em;
    line-height: 43px;
    color: #000;
}
/*===============================================================================================
index
=================================================================================================*/
#index{
}
/*-------------------------------------------*/
#index .image_space{
    width: 100%;
    height: 900px;
    position: relative;
}
    @media (max-width:1024px){
        #index .image_space{
            height: auto;
        }
    }
#index .image_space .image{
}
#index .image_space .image img{
    height: 900px;
    object-fit: cover;
    object-position: center center;
}
    @media (max-width:1024px){
        #index .image_space .image{
            display: none;
        }
    }
#index .image_space .image_sp{
    display: none;
}
    @media (max-width:1024px){
        #index .image_space .image_sp{
            display: block;
        }
    }
#index .image_space .image_space_cnt{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
    @media (max-width:1024px){
        #index .image_space .image_space_cnt{
            display: none;
        }
    }
#index .image_space .image_space_cnt_in{
    position: relative;
    width: 1135px;
    height: 730px;
}
    @media (max-width:1165px){
        #index .image_space .image_space_cnt_in{
            max-width: 90%;
            margin: auto;
        }
    }
#index .image_space .image_space_cnt_in .p1{
    position: absolute;
    bottom: 0px;
}
    @media (max-width:1165px){
        #index .image_space .image_space_cnt_in .p1{
            left: 20px;
            width: 35%;
        }
    }
#index .image_space .image_space_cnt_in .p2{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#index .image_space .image_space_cnt_in .p3{
    position: absolute;
    right: 350px;
}
    @media (max-width:1165px){
        #index .image_space .image_space_cnt_in .p3{
            position: absolute;
            right: 28%;
        }
    }
#index .image_space .scroll{
    position: absolute;
    bottom: -48px;
    left: 50%;
    transform: translate(-50%, 0%);
    z-index: 1;
}
#index .image_space .scroll dl{
}
#index .image_space .scroll dl dt{
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.23em;
    line-height: 28px;
    text-align: center;
    color: #fff;
    opacity: 0.8;
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
#index .image_space .scroll dl dd{
    width: 9px;
    margin: auto;
}
#index .image_space .scroll dl dd img{
    margin: auto;
}

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

#index .wrap_all{
    position: relative;
    background-repeat: no-repeat;
    padding-bottom: 200px;
}
    @media (max-width:1024px){
        #index .wrap_all{
            padding-bottom: 75px;
        }
    }
#index .wrap_bg_all{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    margin-bottom: 100px;
	background-image:
		url("../img/common/bg3.png"),
		url("../img/common/bg1.png");
	background-position:
		 bottom 0px left 0px,
		 top 0px left 0px;
	background-repeat:
		no-repeat,
		repeat;
}
#index .wrap_bg{
    width: 100%;
    clip-path: polygon(0 930px, 100% 400px, 100% 89%, 0 69%);
    background-image: url("../img/common/bg2.png");
    height: 2800px;
}
#index .wrap_all .bl1{
    width: 1000px;
    padding-top: 120px;
}
    @media (max-width:1165px){
        #index .wrap_all .bl1{
            width: 90%;
            padding-top: 60px;
        }
    }
#index .wrap_all .bl1 .p1{
    font-family: "Noto Serif JP", serif;
    font-size: 2em;
    line-height: 2.3;
    color: #FFFFFF;
    margin-bottom: 150px;
}
    @media (max-width:1024px){
        #index .wrap_all .bl1 .p1{
            font-size: 1.8em;
            line-height: 2.3;
            margin-bottom: 80px;
        }
    }
#index .wrap_all .bl1 .p1 .span1{
    color: #AF913D;
    font-family: "Noto Serif JP", serif;
}
#index .wrap_all .bl1 .p1_2{
    text-align: center;
}
#index .wrap_all .bl1 .p1_3{
    margin-bottom: 70px;
}
#index .wrap_all .bl1 .p2{
    max-width: 1000px;
    margin-bottom: 120px;
}
    @media (max-width:1024px){
        #index .wrap_all .bl1 .p2{
            width: 100%;
            margin-bottom: 60px;
        }
    }
#index .wrap_all .bl1 .p3{
    font-family: "Noto Serif JP", serif;
    font-size: 1.6em;
    line-height: 1.8;
    color: #FFFFFF;
    margin-bottom: 150px;
}
    @media (max-width:1024px){
        #index .wrap_all .bl1 .p3{
            font-size: 1.4em;
            line-height: 1.4;
            margin-bottom: 70px;
        }
    }
#index .wrap_all .bl1 .box1{
    background-color: rgba(255,255,255,0.8);
    padding: 10px;
}
#index .wrap_all .bl1 .box1 .box1_in{
    border: 1px solid #707070;
    padding: 50px;
}
    @media (max-width:1024px){
        #index .wrap_all .bl1 .box1 .box1_in{
            padding: 20px;
        }
    }
#index .wrap_all .bl1 .box1 .box1_in h3{
    text-align: center;
    margin-bottom: 50px;
}
    @media (max-width:1024px){
        #index .wrap_all .bl1 .box1 .box1_in h3{
            margin-bottom: 20px;
        }
    }
#index .wrap_all .bl1 .box1 .box1_in h3 span{
    font-family: "Noto Serif JP", serif;
    letter-spacing: 0.08em;
    text-align: left;
    color: #000;
    line-height: 1;
}
#index .wrap_all .bl1 .box1 .box1_in h3 .span1{
    font-weight: normal;
    font-size: 3em;
}
#index .wrap_all .bl1 .box1 .box1_in h3 .span2{
    font-weight: 300;
    font-size: 2em;
}
#index .wrap_all .bl1 .box1 .box1_in .p4{
    font-family: "Noto Serif JP", serif;
    font-weight: 300;
    font-size: 1.8em;
    letter-spacing: 0.08em;
    line-height: 36px;
    text-align: left;
    color: #000;
    margin-bottom: 40px;
}
#index .wrap_all .bl1 .box1 .box1_in .p4_1{
    font-size: 1.4em;
    letter-spacing: 0.08em;
    line-height: 1.8;
    text-align: left;
    color: #000;
    margin-bottom: 40px;
}
#index .wrap_all .bl1 .box1 .box1_in .bn1{
    max-width: 460px;
    margin: auto;
}
/*-------------------------------------------*/
.wrap2_bg1 {
    width: 100%;
    height: 570px;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/index/bg1.jpg);
}
    @media (max-width:1330px){
        .wrap2_bg1 {
            height: 250px;
        }
    }
    @media (max-width:1024px){
        .iphone .wrap2_bg1 {
            background-attachment: inherit;
            width: 100%;
            height: 250px;
            background-attachment: inherit;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            background-image: url(../img/index/bg1.jpg);
        }
    }
/*-------------------------------------------*/
.wrap3 {
    background-image: url("../img/common/bg1.png");
}
.wrap3 .bl1 {
    width: 1300px;
    padding-top: 150px;
    padding-bottom: 150px;
}
    @media (max-width:1330px){
        .wrap3 .bl1 {
            width: 90%;
            padding-top: 50px;
            padding-bottom: 50px;
        }
    }
.wrap3 .bl1 > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 50px;
}
.wrap3 .bl1 > .ul_end {
    margin-bottom: 0px;
}
    @media (max-width:1024px){
        .wrap3 .bl1 > ul {
            display: block;
            justify-content: space-between;
        }
    }
.wrap3 .bl1 > ul > li {
    width: 600px;
    background-color: #FFFFFF;
    margin-bottom: 100px;
}
    @media (max-width:1330px){
        .wrap3 .bl1 > ul >  li {
            width: 48%;
        }
    }
    @media (max-width:1024px){
        .wrap3 .bl1 > ul >  li {
            width: 100%;
            margin-bottom: 50px;
        }
    }
.wrap3 .bl1 ul li .ph {
}
.wrap3 .bl1 ul li .box1  {
    padding: 50px;
}
    @media (max-width:1024px){
        .wrap3 .bl1 ul li .box1  {
            padding: 20px;
        }
    }
.wrap3 .bl1 ul li .box1 dl  {
}
.wrap3 .bl1 ul li .box1 dl dt  {
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    font-size: 2em;
    letter-spacing: 0.08em;
    text-align: center;
    color: #2a2a2a;
    margin-bottom: 30px;
}
.wrap3 .bl1 ul li .box1 dl dt .span1  {
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.08em;
    text-align: center;
    color: #2a2a2a;
    margin-bottom: 30px;
}
.wrap3 .bl1 ul li .box1 dl dd  {
    font-size: 1.4em;
    letter-spacing: 0.08em;
    line-height: 26px;
    text-align: left;
    color: #2a2a2a;
}
.wrap3 .bl1 ul li .box2 {
    background-color:rgba(38,51,59,0.10);
    margin: 0px 50px;
    padding: 30px 20px;
    margin-bottom: 50px;
}
    @media (max-width:1024px){
        .wrap3 .bl1 ul li .box2 {
            margin: 0px 20px;
            padding: 10px;
            margin-bottom: 30px;
        }
    }
.wrap3 .bl1 ul li .box2_ptn1 {
    margin-bottom: 25px;
}
.wrap3 .bl1 ul li .box2 dl {
    display: flex;
    align-content: center;
    align-items: center;
}
    @media (max-width:1024px){
        .wrap3 .bl1 ul li .box2 dl {
            display: block;
        }
    }
.wrap3 .bl1 ul li .box2 dl dt {
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
    font-size: 1.6em;
    letter-spacing: 0.08em;
    text-align: left;
    color: #2a2a2a;
    width: 130px;
    background-image: url("../img/common/mk2.svg");
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 20px;
}
    @media (max-width:1024px){
        .wrap3 .bl1 ul li .box2 dl dt {
            width: 100%;
        }
    }
.wrap3 .bl1 ul li .box2 dl dd {
    font-size: 1.4em;
    letter-spacing: 0.08em;
    text-align: left;
    color: #2a2a2a;
}
    @media (max-width:1024px){
        .wrap3 .bl1 ul li .box2 dl dd {
            padding-left: 20px;
        }
    }



.wrap3 .bl1 ul li .box2 .en_info_dl {
}
.wrap3 .bl1 ul li .box2 .en_info_dl dt {
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
    font-size: 1.4em;
    width: 180px;
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 20px;
    letter-spacing: 0px;
}
.wrap3 .bl1 ul li .box2 .en_info_dl dd {
    font-size: 1.4em;
    letter-spacing: 0.08em;
    text-align: left;
    color: #2a2a2a;
    letter-spacing: 0px;
    flex: 1;
}
    @media (max-width:1024px){
        .wrap3 .bl1 ul li .box2 .en_info_dl dd {
            padding-left: 20px;
        }
    }




.wrap3 .bl1 ul li .bt_g_map_box  {
    display: flex;
    justify-content: center;
}
    @media (max-width:1024px){
        .wrap3 .bl1 ul li .bt_g_map_box  {
            margin: 0px 20px;
        }
    }
.wrap3 .bl1 ul li .bt_g_map  {
    background-color: #B9A151;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    font-size: 1.2em;
    color: #fff;
    width: 200px;
    height: 30px;
    border-radius: 100px;
    text-decoration: none;
    margin-bottom: 50px;
}
    @media (max-width:1024px){
        .wrap3 .bl1 ul li .bt_g_map  {
            width: 100%;
        }
    }
.wrap3 .bl1 ul li .bt_g_map:hover  {
    opacity: 0.8;
	transition : all 0.5s ease 0s;
}
.wrap3 .bl1 ul li .bt_g_map img  {
    max-width: 13px;
    margin-left: 10px;
}




