﻿@import url('https://fonts.googleapis.com/css2?family=Harmattan:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Secular+One&display=swap');
.font1{
    font-family: 'Harmattan', sans-serif;
    line-height: 1.1;
}
.font2{
    font-family: 'Secular One', sans-serif;
}


.linkStyle{
    color:#DD7631;
}
.linkStyle:hover{
    transition:all 0.3s;
    opacity:0.7;
    text-decoration:underline;
}




/*--all page---------------------------
-------------------------------------*/
body{
    line-height:2;
}
#loading #loading_text .progressbar-text{
    color:#333!important;
}
#logo img{
    max-width:120px;
}
#logo{
    opacity:0;
}
.scr_header #logo{
    opacity:1;
}
header.scr_header{
    background-color:rgba(242,236,233,0.9)!important;
}
.scr_header #pc_nav li a, #footer_nav li a{
    color:#333;
}
.scr_header .menu-trigger-bar{
    background-color:#333;
}
.blur {
    background: #f2ece9;
}
#footer_info .tel_bt a,
#footer_info .contact_bt a{
    background-color: #ce7b66;
}#footer_info .tel_bt a:hover,
#footer_info .contact_bt a:hover{
    opacity:0.7;
}
#footertxt,
#h1txt{
    color:#333;
}
#copyright{
    background-color: #f2ece9;
    color:#333;
}
#copyright a{
    color:#333;
}
.overlay div.overlay-nav{
    line-height: 1.5;
}
.overlay .overlay-nav .en{
    font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.overlay .overlay-nav .bottom a{
    background-color: #DD7631;
}
.overlay .overlay-nav .bottom a:hover{
    opacity:0.7;
}
.fix_bnr{
    right:10px;
    z-index:99;
}


/*--top page---------------------------
-------------------------------------*/
.catch{
    z-index:3;
}
.catch1{
    margin-bottom:20px;
}
.catch3{
    font-size: 60px;
    line-height: 1.2;
}
#intro .intro_photo h2{
    left:auto;
    right:-100px;
}
.luxy-el{
    opacity:0.5;
}

.intro_title{
    font-size:1.5rem;
}
#intro .con_title{
    margin-left:0;
}
.con_box_item{
    position:relative;
}
.con_box_item:before{
    content:'';
    position:absolute;
    display:block;
}
.con_box_item1:before{
    width: 210px;
    height: 70px;
    background-image: url(./Dup/img/con1_sub.png);
    background-repeat: no-repeat;
    background-size: contain;
    top: -83px;
    left: 84px;
}
.con_box_item2:before{
    width: 310px;
    height: 90px;
    background-image: url(./Dup/img/con2_sub.png);
    background-repeat: no-repeat;
    background-size: contain;
    top: -97px;
    left: 76px;
}
.con_box_item3:before{
    width: 310px;
    height: 90px;
    background-image: url(./Dup/img/con3_sub.png);
    background-repeat: no-repeat;
    background-size: contain;
    top: -97px;
    left: 76px;
}
.modal_title,
.modal_txt_wrap{
    color:#333;
}

/*loopslide*/
.loopSlide {
    position: relative;
    display: flex;
    width: 100vw;
    overflow: hidden;
}

.loopSlide ul {
        padding: 0;
        width: 100vw;
        display: flex;
        flex-shrink: 0;
}
.loopSlide ul:first-child {
        animation: slide1 60s -30s linear infinite;
}
.loopSlide ul:last-child {
        animation: slide2 60s linear infinite;
}
 
.loopSlide ul li {
            display: inline-block;
            width: 100%;
            min-width: 150px;
            list-style: none;
            text-align: center;
}
.loopSlide ul img {
            display: block;
            width: 100%;
            height: auto;
}
 
@keyframes slide1 {
    0% {
        transform: translateX(100%);
    }
    to {
        transform: translateX(-100%);
    }
}
 
@keyframes slide2 {
    0% {
        transform: translateX(0);
    }
 
    to {
        transform: translateX(-200%);
    }
}


.passing .passing-bar {
    position: relative;
    display: inline-block;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.passing .passing-bar:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: #fff;
}
.passing.move .passing-bar:before {
    -webkit-animation: passing-bar 1s ease 0s 1 normal forwards;
    animation: passing-bar 1s ease 0s 1 normal forwards;
}
.passing .passing-txt {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
	padding: 5px 15px;
}
.passing.move .passing-txt {
    -webkit-animation: passing-txt 0s ease .5s 1 normal forwards;
    animation: passing-txt 0s ease .5s 1 normal forwards;
}
@-webkit-keyframes passing-bar{
	0% {left: 0;right: auto;width: 0;}
	50% {left: 0;right: auto;width: 100%;}
	51% {left: auto;right: 0;width: 100%;}
	100% {left: auto;right: 0;width: 0;}
}
@keyframes passing-bar{
	0% {left: 0;width: 0;}
	50% {left: 0;width: 100%;}
	51% {left: 0;width: 100%;}
	100% {left: 100%;width: 0;}
}
@-webkit-keyframes passing-txt{
	0% { opacity: 0; }
	50% { opacity: 0; }
	100% { opacity: 1; }
}
@keyframes passing-txt{
	0% { opacity:0; }
	50% { opacity:0; }
	100% { opacity:1; }
}

/*more button*/
.more_item:hover{
        border-color: #b7cbc7!important;
}
.more .more_item:hover .icon-right.after:after{
    color: #b7cbc7!important;
}

/*top cms*/

.cms_title{
    position:relative;
    z-index:2;
}
.cms_title:before{
    content: '';
    position: absolute;
    display: block;
    width: 80px;
    height: 80px;
    background-image: url(./Dup/img/shikaku.png);
    background-repeat: no-repeat;
    top: -20px;
    left: -50px;
    z-index: 1;
}
.cms_title p{
    color: #DD7631;
}
.v_type3 .cate_box{background-color:#fff;}
.v_type3 .box_title1{color: #a67c52;}

.flow_type3 .cate{counter-reset: box;}
.flow_type3 .cate_box{counter-increment: box;}
.flow_type3 .box_item{padding-top: 60px;}
.flow_type3 .box_title1{z-index: 0}
.flow_type3 .box_title1::before, .flow_type3 .box_title1::after{
	position: absolute;
	content: "";
	display: block;
	pointer-events: none
}
.flow_type3 .box_title1::before {
	content: "0"counter(box);
	font-size: 60px;
	color: #fff;
	left: 0;
	top: -70px;
	z-index: -1;
}
.flow_type3 .cate_box:nth-child(n + 10) .box_title1::before{
    content: ""counter(box);
}
.flow_type3 .box_title1::after{
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0;
	background-color: #222
}


/*--under page---------------------------
-------------------------------------*/
#page_title{
    color:#333;
}
#page_title .en,
#page10 .con_box{
    font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#page_title .en{
    top: -25px;    
    font-size: 50px;
    text-shadow: 1px 1px 1px #fff;
}
#page10 .con_box li a{
    color:#333;
}
.pager li a:hover,
.pager li a:hover span i{
    color: #b7cbc7;
}


/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){

#loading_logo{
    max-width:200px;
}
#intro .intro_photo h2{
    right: -400px;
}
#intro .intro_right{
    padding-top: 60px;
}
#intro .con_title {
    margin-left: -50px;
}
.intro_img2{
    margin-top:40px;
}
.top_title h2.right {
    top: 230px;
}
#contents .con_box{
    margin-bottom:150px;
}
.con_box_item1:before{
    width: 235px;
    height: 80px;
    left:-25px;
}
.con_box_item2:before {
    width: 310px;
    height: 90px;
    top: -90px;
    left: -45px;
}
.con_box_item3:before{
    left:-40px;
}
.modal-box .inner{
    max-height: 700px;
}
.modal-box:before{
    height: 1%;
}
.cms_title:before{
    top: -90px;
    left: -75px;
}
#footer_info{
    padding:0 0 30px 20px;
}
#page_title .en {
    top: -20px;
    font-size: 35px;
}
}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){

#loading_logo{
    max-width:170px;
}

#logo img {
    max-width: 90px;
}
.catch{
    width:100%;
}
#intro .con_title {
    margin-left: 0;
}
#intro .intro_right{
    padding-top: 0;
}
.top_title1{
    height:150px;
}
.top_title h2.right {
    top: 175px;
}
.con_box_item1:before {
    width: 175px;
    height: 60px;
    left: auto;
    right: -28px;
    top: -76px;
}
.con_box_item2:before {
    width: 233px;
    height: 65px;
    left: -38px;
}
.con_box_item3:before {
    width: 188px;
    height: 70px;
    top: -305px;
    left: auto;
    right: -35px;
}
.modal-box .inner {
    max-height: 450px;
}
.cms_title:before {
    width: 60px;
    height: 60px;
    top: -90px;
    left: -40px;
}
.cms_title h3{
    font-size: 20px;
    font-weight: bold;
}
.flow_type3 .box_title1::before{
	left: auto;
	right: 0;
	top: -50px
}
.flow_type3 .box_item {
    padding-top: 36px;
}
#footer_info {
    padding: 20px 20px 30px 20px;
}
#copyright{
    font-size: 0.8rem;
}
#logo2 img{
    max-width:230px;
}
#page_title .en {
    top: -12px;
    font-size: 27px;
}
.width_80_sp {
    width: 80px;
}
}




