﻿
/*--------リンク・フォント--------*/
@font-face {
    font-family: 'NotoSans';
    font-style: normal;
    font-weight: 400;
    src: url('../Dup/img/NotoSans_r.woff') format('woff'),
        url('../Dup/img/Notosans_r.eot')  format('eot');
    font-display: swap;
}
@font-face {
    font-family: 'NotoSans';
    font-style: normal;
    font-weight: 700;
    src: url('../Dup/img/Notosans_bold.woff') format('woff'),
        url('../Dup/img/Notosans_bold.eot')  format('eot');
    font-display: swap;
}
@font-face {
    font-family: 'NotoSans';
    font-style: normal;
    font-weight: 900;
    src: url('../Dup/img/NotoSans_black.woff') format('woff'),
        url('../Dup/img/notosans_black.eot')  format('eot');
    font-display: swap;
}
@font-face {
    font-family: 'campton';
    font-style: normal;
    font-weight: 400;
    src: url('../Dup/img/campton.woff') format('woff'),
        url('../Dup/img/campton.eot')  format('eot');
    font-display: swap;
}
@font-face {
    font-family: 'campton';
    font-style: normal;
    font-weight: 700;
    src: url('../Dup/img/campton_Bold.woff') format('woff'),
        url('../Dup/img/campton_Bold.eot')  format('eot');
    font-display: swap;
}


body{font-family:"NotoSans", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}
.font_en{font-family:"campton", sans-serif;}

.linkStyle{color: #333333; text-decoration: underline;}


/*--------全体--------*/
header #header #header_menu li a span {
    color: #060606;
}
#logo a img{width:100%!important;}
#header_menu li a span{    
  position: relative;
}
#header_menu li a span::after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 0%;
    width: 100%;
    height: 2px;
    background: #f7882f;
    transition: all .3s;
    transform: scale(0, 1);
    transform-origin: center top;
}
.gnavi li.current a::after,
#header_menu li a span:hover::after {
    transform: scale(1, 1);
}
#header_menu li:last-child a span::after {display: none;}
header #header #header_menu li:last-child a span:hover{
    background: #f7882f;
    border: 2px solid #f7882f;
    color: #fff;
}
#main_img .copy{
    position: absolute;
    z-index: +1;
    bottom: 10%;
    left: 2%;
    font-size: 1.8em;
    font-weight: 700;
    background-color: #fff;
    padding: 2% 5%;
}
#intro {
 padding-bottom: 0px;
}
#intro:before,
#con_add1_txt:before,
.con_add3:before {
    content: '';
    display: block;
    background-image: -webkit-linear-gradient(right, #c2185b 0px,#c2185b 5px,#1976d2 5px,#1976d2 10px, #388e3c 10px,#388e3c 15px,#fbc02d 15px,#fbc02d 20px, #e64a19 20px,#e64a19 25px);
    background-image: linear-gradient(-90deg, #c2185b 0px,#c2185b 5px,#1976d2 5px,#1976d2 10px, #388e3c 10px,#388e3c 15px,#fbc02d 15px,#fbc02d 20px, #e64a19 20px,#e64a19 25px);
    background-size: 25px 25px;
    width: 100%;
    height: 5px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: +1;
}
#con_add1_txt{
        background-image: url(./Dup/img/item_02.png);
    background-repeat: no-repeat;
    background-size: 22%;
    background-position: 50% 11%;
}
#intro #intro_txt span{
    font-size:2.4vw;
    line-height: 2;
}
.con_add1_img{
        background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size:cover;
}
#con_add1_txt{
    position: relative;
    padding-top:10%;
    background-color: #ffc329;
}
#con_add1_txt h2{
    font-size: 1.6vw;}
    
.con_add2{
    position:relative;
    padding: 5%;
}
.con_add2:before{
    content: '';
    display: block;
    background: #3e4f67;
    width: 220px;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.con_add3{position:relative;}
.con_add3_img{
	display: block;
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 500px!important;
}
.con_add3_img img{
	width: 100%;
    height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
#con_add3_txt {
    position: relative;
    margin-top: -100px;
        padding: 7% 5%;
    box-shadow: 7px 7px 50px 0px rgba(136, 135, 135, .4);
}
.cms_title{
        background-image: url(./Dup/img/back_01.png);
    background-repeat: no-repeat;
    background-size: 63%;
    background-position: 132% 6%;
    background-color: #3e4f67;
    padding: 3.5em 0.5em;
    margin-bottom: 3em;
}
.cms_title h2{
    margin-top: 0.3em;
    font-size: 1.6em;
    font-weight: 700;
    color: #ffffff;
}
.cms_title p{
    border-radius: 3px;
}

#info_title_box .info_title {
    display: none;
}
#bottom_menu li a{    
  position: relative;
}
#bottom_menu li a::after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 0%;
    width: 100%;
    height: 2px;
    background: #f7882f;
    transition: all .3s;
    transform: scale(0, 1);
    transform-origin: center top;
}
#bottom_menu li a:hover::after {
    transform: scale(1, 1);
}

/*--------ボタン--------*/
.more {
  display: flex;
  justify-content: center;
}
.more .cta {
    display: flex;
    padding: 10px 70px 5px;
    font-family: 'campton', sans-serif;
    font-size: 1.45em;
    font-weight: 700;
    letter-spacing: 3px;
    color: white;
    background: #f7882f;
    transition: 1s;
    box-shadow: 6px 6px 0 #000;
}
.more .cta:focus {outline: none;}

.more .cta:hover {
    transition: 0.5s;
    box-shadow: 10px 10px 0 #f7c331;
}
.more .cta span:nth-child(2) {
    transition: 0.5s;
    margin-right: 0px;
}
.more .cta:hover  span:nth-child(2) {
    transition: 0.5s;
    margin-right: 45px;
}
.more span:nth-child(2) {
    width: 20px;
    margin-left: 5px;
    position: relative;
    top: 2px;
  }
  
/**************SVG****************/
.more path.one {
    transition: 0.4s;
    transform: translateX(-60%);
}
.more path.two {
    transition: 0.5s;
    transform: translateX(-30%);
}
.more .cta:hover path.three {
    animation: color_anim 1s infinite 0.2s;
}
.more .cta:hover path.one {
    transform: translateX(0%);
    animation: color_anim 1s infinite 0.6s;
}
.more .cta:hover path.two {
    transform: translateX(0%);
    animation: color_anim 1s infinite 0.4s;
}
/* SVG animations */
@keyframes color_anim {
    0% {
        fill: white;
    }
    50% {
        fill: #f7c331;
    }
    100% {
        fill: white;
    }
}



/*--------下層--------*/

#cms_3-a .cate_title{
    padding: 1rem 1rem;
    font-weight: 700;
    color: #fff;
    background: #f7882f;
    -webkit-box-shadow: 5px 5px 0 #0e0e0e;
    box-shadow: 5px 5px 0 #0e0e0e;
}
.cate_list li a,
#page10 ul li a{
	display: inline-block;
	background: linear-gradient(to right, #ffffff 50%, #3e4f67 50%);
	background-size: 200% auto;
	border: 2px solid #3e4f67;
	box-sizing: border-box;
	padding: 10px 25px;
	color: #3e4f67;
	font-size: 16px;
	text-align: left;
	text-decoration: none;
	position: relative;
	transition: .3s;
}
.cate_list li a:hover,
#page10 ul li a:hover{
	background-position: -100% 0;
	border: 2px solid #3e4f67;
	color: #fff;
	opacity: 1;
}
.cate_list li a:before,
#page10 ul li a:before {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 15px 15px;
	border-color: transparent transparent #3e4f67 transparent;
}

.cate_list li a:hover:before,
#page10 ul li a:hover:before {
	border-color: transparent transparent #ffffff transparent;
}

#page_title p{
    position: relative;
    background-color: #f7882f;
    font-family: 'campton', sans-serif;
    color: #fff;
    border-radius: 3px;
}
#page_title p::after{
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid #f7882f;
    position: absolute;
    border-radius: 3px;
    top: -1px;
    left: -1px;
    transition: ease 0.5s;
}
#page_title.active p::after{
    top: 10px;
    left: 10px;
}
@media screen and (max-width: 960px){
    #page8 .tel_box p{
        display: block;
        padding-right: 0px;
        margin-right: 0px;
        border-right: none;
        
    }
}
#page10 ul li a{
    display: block;
    padding: 20px 25px;
    font-size: 18px;
}

/*--------タブレット--------*/
@media screen and (max-width: 768px){
    header #header #header_menu li {width: auto!important;}
    #main_img .copy {font-size: 2.3vw;}
    #intro #intro_txt {
    padding-bottom: 50px;
    padding-top: 50px;
}
#intro #intro_txt span {
    font-size: 2.8vw;
    font-weight: 700;
}
#con_add1_txt h2 {
    font-size: 3.2vw;
}
.con_add1{    flex-direction: column-reverse;}
#con_add1_txt {
    padding-top: 16%;
    padding-bottom: 10%;
    background-size: 22%;
}
.con_add3_img {
    height: 470px!important;
}
#top_cms .top_cms_box { width: 100%;}
}

/*--------スマートフォン--------*/
@media screen and (max-width: 667px){
    #logo{padding: 14px 0 0 10px;}
    #main_img .copy {font-size: 3.5vw;}
    #intro #intro_txt span {font-size: 5vw;}
    #con_add1_txt h2 {font-size: 4.5vw;}
    #con_add1_txt {background-position: 50% 3%;}
    .con_add1_img{height: 350px!important;}
    .con_add3_img {height: 250px!important;}
    #con_add2_txt{    padding: 40px 20px;}
#con_add3_txt { margin-top: -50px;}
.cms_title {
    background-size: 80%;
    background-position: 275% 50%;
}
.cms_title {padding: 2.5em 0.5em;}
#page_title #filter_white {
    padding-top: 90px!important;}
#page_title h2{font-size: 6vw;}
.cate_list li a{display: block;}
.tel_box a{font-size: 7vw;}
}


/*--------------------------------------------
IE
--------------------------------------------*/
@media all and (-ms-high-contrast:none){


}
