﻿

.video_box{
    display:none;
}


:root{
    --grad1: linear-gradient(90deg, rgba(0,64,64,1) 1%, rgba(0,85,85,1) 50%, rgba(2,131,121,1) 100%);
}




#fakeloader{
    display:none;
}


#video .sample_txt{
    display:none;
}




.linkStyle{
    color:#bf9d74;
}
.linkStyle:hover{
    transition:all 0.3s;
    opacity:0.7;
    text-decoration:underline;
}


body{
    overflow:hidden;
    color:#fff;
}

#wrap{
    background: var(--grad1);
    position:relative;
}

.reserve{
    width:20px;
    left:10px;
    top:50%;
    transform:translateY(-50%);
    z-index:10;
    display:none;/*2024-03-13-修正*/
}
#fixed_right_banner {
    position: fixed;
    bottom: 20px;
    /*padding-left: 10px;*/
    z-index: 10;
    /*background: var(--grad1);*/
}
#fixed_right_banner > * {
    width: 40px;
    -webkit-transition: margin .2s ease;
    transition: margin .2s ease;
}
#fixed_right_banner li{
    padding:5px;
}

#header{
	height: 70px;/*高さ指定*/
	width:100%;/*横幅指定*/
	top:0;
	left:0;
	/*以下はレイアウトのためのCSS*/
	display: flex;
	justify-content: space-between;
	align-items: center;
	color:#fff;
	text-align: center;
	padding: 20px;
	transition:all 0.3s;
	position: fixed;/*fixedを設定して固定*/
	background: var(--grad1);
	opacity:1;
}
.back1:before, .back2:before{
    display:none;
}

#footer h2{
    display:none;
}
#footer_nav li a{
    color:#fff;
}


.overlay {
    background: var(--grad1)!important;
}

.overlay ul li,
.overlay p{
    text-align: left;    
}


/*--top page---------------------------
-------------------------------------*/
#main_img_outer{
    margin-top:70px;
}
#main_img_outer .catch {
    top: 15%;
    width: 25vw;
    max-width: 600px;
    left: 5%;
    z-index:3;
}
#main_img{
    width: calc( ( 1150 / 1400 ) * 100%);
    margin-right: calc( ( 27 / 1400 ) * 100%);
    margin-left: auto;
}
#main_img #left{
    margin-top:100px;
}
#main_img #right{
    margin-top:-50px;
}
#main_img #left,
#main_img #right{
    width:calc(50% - 20px);
    border-radius: 51% 8% 46% 8%/48% 5% 46% 6%;
}

#main_img #left::before,
#mein_img #right::before{
    content:'';
    position:absolute;
    display:block;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.2);
    top:0;
    left:0;
    border-radius: 51% 8% 46% 8%/48% 5% 46% 6%;
    z-index:2;
}

.portrait_img1 {
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 120vh!important;
}


#video .video{
    border-radius: 30px;
}

#con_wrap .con1_box{
    border-radius:20px;
}

#con_wrap .con1_box .con1_title{
    font-size:2rem;
}

#con_wrap .con1_txtbox ul li{
    line-height: 1.8;
    letter-spacing: 1.5px;
    margin-top: 10px;
    padding-left: 35px;
    position:relative;
}
#con_wrap .con1_txtbox ul li::before{
    content:'';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 20px;
    height: 20px;
    background:url(./Dup/img/check.png) no-repeat;
    background-size:contain;
}

#con_erea h3 {
    font-size: 1.3rem;
    margin-bottom: 30px;
}

#con_erea .con_img{
    border-radius:20px;
}


/*modal*/
.modal_bt{
    cursor: pointer;
    margin-left: 0;
    margin-right: auto;
    border-radius: 30px;
}
.close_bt{
    cursor: pointer;
    border-radius:30px;
}
.modal_bg{
     top: 0;left: 0;
     background-color: rgba(0,0,0,0.8);
     z-index: 9
}
.modal_box{
     max-height: 80%;
     overflow-y: auto;
     z-index: 10
}

#top_cms .cms_1-a figure{
    border-radius:20px;
}
#top_cms .cms_4-a .cate_box:first-of-type figure{
    border-radius:20px 0 0 20px;
}
#top_cms .cms_4-a .cate_box:last-of-type figure{
    border-radius:0 20px 20px 0;
}
#info_contact .con_img{
    border-radius:20px;
}

.fix_bnr{
    right:70px;
    z-index:2;
}
.fix_bnr a{
    border-radius:30px;
}

/*--under page---------------------------
-------------------------------------*/
#page_title{
    margin-top:70px;
}
.page .txt_color_nomal{
    color:#fff;
}





/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
#main_img_outer .catch {
    top: auto;
    width: 42vw;
    bottom: -20%;
}
#main_img #left, #main_img #right{
    width: calc(50% - 5px);
    border-radius: 40% 10% 55% 15%/20% 5% 28% 5%;
}
#main_img #left::before,
#mein_img #right::before{
    border-radius: 40% 10% 55% 15%/20% 5% 28% 5%;
}

#con_wrap {
    padding: 50px;
}
#con_wrap .con1_box .con1_title {
    font-size: 1.5rem;
}
#con_erea .txtbox {
    width: 100%;
    margin: 0 0 20px 0;
}
#con_erea .con_box {
    width: 100%;
}

.portrait_img1{
    height:65vh!important;
}

.overlay.open .overlay-menu{
    padding-left: 13%;
}
#top_cms{
    padding-left:30px;
}
#top_cms .cms_4-a .cate_box:first-of-type figure{
    border-radius:20px 0 0 0;
}
#top_cms .cms_4-a .cate_box:nth-of-type(3) figure{
    border-radius:0 20px 0 0;
}
#top_cms .cms_4-a .cate_box:nth-of-type(4) figure{
    border-radius:0 0 0 20px;
}
#top_cms .cms_4-a .cate_box:last-of-type figure{
    border-radius:0 0 20px 0;
}
#page_title .page_title_box{
    width:60%;
}
.fix_bnr {
    right: 50px;
}
}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
.reserve {
    width: 15px;
}
.portrait_img1 {
    height: 50vh!important;
}

#main_img {
    width: calc(100% - 20px);
    margin-right: 0;
    margin-left: 0;
    margin: auto;
}

#main_img #left, #main_img #right {
    width: 100%;
    margin-top: 0;
    margin-bottom:10px;
    border-radius: 45% 10% 45% 10%/45% 10% 45% 10%;
}
#main_img #left::before,
#mein_img #right::before{
    border-radius: 45% 10% 45% 10%/45% 10% 45% 10%;
}
#main_img_outer .catch {
    top: auto;
    left: 8%;
    width: 67vw;
    bottom: 15%;
}

#con_wrap {
    padding: 20px;
}
#con_wrap .con1_box .con1_title {
    font-size: 1.5rem;
}
#con_erea h3 {
    font-size: 1.1rem;
}
#con_erea #con2 h3{
    font-size:1.2rem;
}

#con_wrap .con1_txt {
    font-size: 1rem;
}
#con_erea .con_img {
    height: 150px;
    border-radius: 20px;
}

#top_cms .cms_4-a .cate_box:first-of-type figure{
    border-radius:20px 0 0 0;
}
#top_cms .cms_4-a .cate_box:nth-of-type(2) figure{
    border-radius:0 20px 0 0;
}
#top_cms .cms_4-a .cate_box:nth-of-type(3) figure{
    border-radius:0;
}
#top_cms .cms_4-a .cate_box:nth-of-type(5) figure{
    border-radius:0 0 0 20px;
}
#top_cms .cms_4-a .cate_box:last-of-type figure{
    border-radius:0 0 20px 0;
}

#footer_txt{
    padding-left:25px;
}
.overlay.open .overlay-menu {
    padding-left: 23%;
}

.page .con_box{
    padding-left: 8%;
}

#page_title .page_title_box{
    width: 70%;
    letter-spacing: 1px;
}

.fix_bnr {
    right: 30px;
}

}




