﻿/* all page */
/* color */
.txt_color_nomal{color: #333333;}
.txt_color1{color: #5A91AF;} /* メインカラー */
.txt_color2{color: #D8E9EA} /* サブカラー */
.txt_color3{color: #6FB28C;} /* アクセントカラー1 */
.txt_color4{color: #ffffff} /* アクセントカラー2 */

/* background-color */
.bg_color1{background-color: #5A91AF;} /* メインカラー */
.bg_color2{background-color: #D8E9EA} /* サブカラー */
.bg_color3{background-color: #6FB28C;} /* アクセントカラー1 */
.bg_color4{background-color: #ffffff} /* アクセントカラー2 */

/* border-color ※!important */
.border_color1{border-color: #5A91AF;}
.border_color2{border-color: #D8E9EA}
.border_color3{border-color: #6FB28C;}
.border_color4{border-color: #ffffff}

.hvr_bg_color3:hover{background-color: #6FB28C;} /* アクセントカラー1 */


#loader img {
    width: 400px !important;
}
#loader::after, .sm-slider::after, #main_img h2::before, #menu_wrap::after {
    background: rgb(90, 145, 175);
    background: -moz-linear-gradient(left, rgb(90, 145, 175) 0%, rgb(111, 178, 140) 100%);
    background: -webkit-linear-gradient(left, rgb(90, 145, 175) 0%,rgb(111, 178, 140) 100%);
    background: linear-gradient(to right, rgb(90, 145, 175) 0%,rgb(111, 178, 140) 100%);
}

#wrap{
	overflow: hidden;
}

.en_font{
	font-family: 'Montserrat', sans-serif !important;
    font-weight: 800;
}

.linkStyle{
    color: #333;
    text-decoration: underline;
}

/* top ----------------*/

/* header */
#header h1 img {
    width: 400px;
}


/* main img */
#main_img h2 {
    font-size: 30px;
}

/* main */

/* intro */
.text-anime {
	margin : 0 auto 40px;
	width : 100%;
	height: 100%;
	margin-bottom: 190px;
	padding-top: 150px;
	position: relative;
}
.text-anime .intro_bg{
	background-image: url("./Dup/img/text_anime.png");
	background-size: 1600px;
    background-repeat: repeat-x;
    background-position-y: 100%;
    background-position-x: 0;
    animation: intro 40s linear infinite;
    width: 100%;
    height: 100%;
	position: absolute;
	top: 0;
	opacity: 0.8;
}
@keyframes intro{
0% {
    background-position-x: 0;
}
100% {
    background-position-x: -2000px;
}
}


#intro #intro_box #intro_txt {
    border-radius: 10px 0 0 10px;
}
#intro #intro_box #intro_txt::before {
	content: "";
    background-image: linear-gradient(to right, rgb(90, 145, 175) 0%,rgb(111, 178, 140) 100%);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
    left: 0;
    z-index: -1;
}

/* contents */
#contents_links .box_wrap .box a div span::after {
    background-color: #5a91af !important;
}
#contents div {
    border-radius: 10px 0 0 0;
}
#contents div::after {
    border-radius: 10px 0 0 0;
}

main #contents::before {
    content: "";
	background-image: url("./Dup/img/intro_bg.png");
	background-position: top right;
	background-repeat: no-repeat;
	background-size: 700px;
	width: 700px;
	height: 800px;
	position: absolute;
	top: 2vw;
    left: 0;
	opacity: 0.6;
}


/* topcms */
#top_cms .top_cms_box .top_cms_title {
    text-align: center;
}
#top_cms .top_cms_box .top_cms_title p {
    left: 50% !important;
	transform: translate(-50%,0%);
	color: #6fb28c;
	opacity: 0.15 !important;
}
#top_cms .top_cms_box .more a{
	color: #5a91af;
}
#top_cms .top_cms_box .more a:hover{
	color: #fff;
}
#top_cms .top_cms_box .more a::after {
    background-color: #6fb28c !important;
}

#top_cms .cms_1-c{
    border: 1px solid #5a91af;
    padding: 20px;
    border-radius: 10px;
}
#top_cms .cms_1-c .cate_box{
    border-bottom: 1px solid #d1d1d1;
}
#top_cms .cms_3-b .cate_box{
    background-color: #f9f9f9;
}
#top_cms .cms_5-a .box_wrap{
    border-radius: 10px;
}


/* footer */
#page_top {
    border-radius: 10px 0 0 0;
}


/* under page */

/* cms1 */

/* cms2 */

/* cms3 */

/* cms4 */

/* cms5 */

/* page7 */

/* page8 */
#tel_contact .tel{
    max-width: 400px;
    margin: 0 auto;
    margin-bottom: 40px;
}
#tel_contact .tel a{
    font-size: 28px;
}

/* page9 */

/* page10 */


/* IE */
@media all and (-ms-high-contrast: none){
    
}

/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
    #main_img h2 {
        width: 100%!important;
        text-align: center;
        padding-right: 0;
    }
	.text-anime {
		margin-bottom: 120px;
	}
	main #contents::before {
		background-size: 400px;
		width: 400px;
		height: 600px;
	}
	
}
/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
	#loader img {
		width: 250px !important;
	}
	#header h1 img {
		width: 250px;
	}
	#main_img h2 {
        font-size: 16px;
        letter-spacing: 0.7px;
        padding-right: 5%;
        margin-top: 100px;
    }
	.text-anime {
		margin-bottom: 30px;
		padding-top: 90px;
	}
	.text-anime .intro_bg {
		background-size: 1000px;
	}
	#intro #intro_box #intro_txt {
		border-radius: 0;
	}
	main #contents::before {
		background-size: 350px;
		width: 350px;
		height: 500px;
	}
	
	footer #footer #footer_box {
        padding: 10px;
    }
    
    .cate_list li a {
        text-align: left;
    }
	
	#tel_contact .tel a{
        font-size: 20px;
        padding: 5px;
    }
	
}


/*20210927公開後修正*/
#cms_1-c .box_item .box_img1,#cms_1-c .box_item .box_img2{
    overflow: inherit;
}/*
#cms_1-c .box_item{
    margin-top: 50px;
}*/
#cms_1-c .box_item .box_img1{
    height: 500px !important;
}


