﻿@import url('https://fonts.googleapis.com/css2?family=Crimson+Pro:wght@400;500&display=swap');
.font1{
    font-family: 'Crimson Pro', serif;
    line-height: 1.2;
}


.linkStyle{
    color:#c9a063;
}
.linkStyle:hover{
    transition:all 0.3s;
    opacity:0.7;
    text-decoration:underline;
}

/*
#return_top{
    position:absolute;
}
*/

/*--all page---------------------------
-------------------------------------*/
.font_14{
    font-size:17px;
}
#body{
    overflow:hidden;
}
#fakeloader:before{
    background-color: rgba(255,255,255,0);
}
#header #logo{
    opacity:0;
}
header.scr_header {
    background-color: rgba(255,255,255,0.8)!important;
}
.scr_header #header #logo{
    opacity:1;
}
.scr_header .button_container span:nth-of-type(1){
    color:#1b2c55;
}
.scr_header .button_container .top,
.scr_header .button_container .middle,
.scr_header .button_container .bottom{
    background:#1b2c55;
}
.scr_header .button_container.active span:nth-of-type(1){
    color:#fff;
}
.button_container.active .top,
.button_container.active .bottom{
    background:#fff;
}

#pc_nav li:not(:last-of-type) a{
    color:#1b2c55;
}
.hannari{
    line-height:1.5;
}
footer{
    background: url(./Dup/img/bg.png);
}
#footer .con_box,
#footer h2,
#footer .tel_bt a,
#h1txt{
    color:#fff;
}
.nav_menu_more:first-of-type a .icon:before{
    display:none;
}
.line:before {
    background-color: #e7bd85!important;
}
#pc_nav li a::after, #top_pc_nav li a::after, #footer_nav li a::after{
    background-color: #e7bd85!important;
}
.return a{
    text-shadow: 1px 1px #fff;
}
.overlay {
    background: linear-gradient(135deg, rgba(27,44,85,0.9) , rgba(88,144,204,0.9) )!important;
}

/*--top page---------------------------
-------------------------------------*/
#main_img:before{
    background-color: rgba(70,70,70,0.2);
}
#main_img .menu{
    border: 2px solid #fff;
    background-color: rgba(0,0,0,0.05);
}
.catch{
    font-size:3.5rem;
}
.catch2{
    font-size:1.5rem;
}
.num{
    display:none;
}
#intro{
    background: url(./Dup/img/bg.png) repeat-x;
    padding-top: 100px;
    padding-bottom: 100px;
}
#intro_wrap{
    background-image:url(./Dup/img/waku1.png),url(./Dup/img/waku2.png)/*,url(./Dup/img/waku3.png),url(./Dup/img/waku4.png)*/;
    background-repeat:no-repeat,no-repeat/*,no-repeat,no-repeat*/;
    background-size:60px 60px,60px 60px/*,60px 60px,60px 60px*/;
    background-position:top 10px left 10px,top 10px right 10px/*,bottom 10px right 10px,bottom 10px left 10px*/;
}

#intro_wrap{
    box-shadow: 0 0 120px #fff;
    padding-top: 3%;
}

.intro_p{
    font-size: 4rem;
}
.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: #c9a063;
}
.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;
    background-color: transparent;
    color: #1b2c55;
}
@-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; }
}

/*passing2*/
.passing2 .passing2-bar {
    position: relative;
    display: inline-block;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.passing2 .passing2-bar:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: #c9a063;
}
.passing2.move .passing2-bar:before {
    -webkit-animation: passing-bar 1s ease 0s 1 normal forwards;
    animation: passing-bar 1s ease 0s 1 normal forwards;
}
.passing2 .passing2-txt {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
	padding: 5px 15px;
}
.passing2.move .passing2-txt {
    -webkit-animation: passing-txt 0s ease .5s 1 normal forwards;
    animation: passing-txt 0s ease .5s 1 normal forwards;
    background-color: transparent;
    color: #fff;
}

@-webkit-keyframes passing2-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 passing2-bar{
	0% {left: 0;width: 0;}
	50% {left: 0;width: 100%;}
	51% {left: 0;width: 100%;}
	100% {left: 100%;width: 0;}
}
@-webkit-keyframes passing2-txt{
	0% { opacity: 0; }
	50% { opacity: 0; }
	100% { opacity: 1; }
}
@keyframes passing2-txt{
	0% { opacity:0; }
	50% { opacity:0; }
	100% { opacity:1; }
}

.top .back1:before,
.top .back2:before{
    background-color: transparent;
    background: linear-gradient(transparent,rgba(42,96,173,0.1));
}
.con1_sub{
    font-size: 4rem;
    top: -120px;
    left: -100px;
}
.con2_sub{
    font-size: 3.7rem;
    top: -180px;
    left: -50px;
}
#contents3 .con_box{
    background-image:url(./Dup/img/waku1.png),url(./Dup/img/waku2.png),url(./Dup/img/waku3.png),url(./Dup/img/waku4.png);
    background-repeat:no-repeat,no-repeat,no-repeat,no-repeat;
    background-size:60px 60px,60px 60px,60px 60px,60px 60px;
    background-position:top 10px left 10px,top 10px right 10px,bottom 10px right 10px,bottom 10px left 10px;
}
.con3_sub,
.cms_sub{
    font-size:4rem;
    line-height: 1.2;
}
#contents3_wrap:after{
    background: url(./DUp/img/bg.png);
}
#contents3 .con_box{
    box-shadow: 0 0 120px #fff;
    padding: 3% 5%;
}
.topcms_news_type2 .cate_box {
	width: 46.33333%!important;
	margin-right: 1.5%;
	margin-left: 1.5%;
	cursor: pointer;
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
	box-shadow: 0 6px 12px rgb(0 0 0 / 0);
}
.topcms_news_type2 .cate_box:hover {
	transform: translateY(-5px);
}
.topcms_news_type2 .cate_box .box_item {
	cursor: pointer;
}
.topcms_news_type2 .txt_height {
	height: 5em
}
.topcms_news_type2 .box_img1 {
	border-radius: 10px;
}

.v_type3 .cate_box{border: 1px solid #e7bd85;}
.v_type3 .box_title1{color: #333;}

/*--under page---------------------------
-------------------------------------*/
.pager li a {
    background-color: rgb(27,44,85)!important;
}
.pager li a:hover{
    opacity:0.7;
}
.cate_list li a{
    background-color: #5890cc!important;
    color:white;
}
.cate_list li a:hover{
    opacity:0.7;
}
.cate_list li a:before{
    color:#fff!important;
}

/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
.catch {
    font-size: 2.5rem;
}
#intro_wrap{
    padding-top:8%;
    background-size: 50px 50px,50px 50px/*,60px 60px,60px 60px*/;
}
.intro_p {
    font-size: 2rem;
}
.con1_sub {
    font-size: 2.5rem;
    top: -80px;
}
.con2_sub {
    font-size: 2.7rem;
    top: -120px;
    left: -80px;
    text-shadow: -2px 2px #fff;
}
#contents3_wrap:before, #contents3_wrap:after{
    top:170px;
}
#contents3 .con_box{
    background-size: 50px 50px,50px 50px,50px 50px,50px 50px;
}
.con3_sub, .cms_sub {
    font-size: 3rem;
}
.topcms_news_type2 .cate_box {width: 100%!important;}
.topcms_news_type2 .txt_height {height: 3em}
#footer h2,
.page9 .page_title_box h2{
    letter-spacing: 1px;
}
}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
.font1{
    line-height:1;
}
.catch {
    font-size: 1.8rem;
}
.catch2 {
    font-size: 1.2rem;
}
#intro_wrap {
    padding-top: 15%;
    background-size: 40px 40px,40px 40px/*,60px 60px,60px 60px*/;
}
.intro_title h3{
    text-align:center;
}

#contents1 h3,
#contents2 h3{
    padding-top:50px;
    letter-spacing: 1px;    
}
.con1_sub,
.con2_sub{
    font-size: 2.5rem;
    top: -50px;
    left: -10px;
    text-align: left;
    text-shadow: 2px 2px #fff;
}
.con3_sub{
    font-size:1.5rem;
}
#contents3 .con_box{
        padding: 15% 5%;
        background-size: 40px 40px,40px 40px,40px 40px,40px 40px;
}   
.cms_sub{
    font-size:2.5rem;
}    
.page6 .page_title_box h2{
    letter-spacing: 1px;
}   
.page9 .page_title_box h2{
    letter-spacing: 3px;
}  
#footer h2{
    letter-spacing:-1px;
}
}