﻿/* all page */
/* color */
body,.txt_color_nomal{color: #333;}
.txt_color1{color: #0085E7;} /* メインカラー */
.txt_color2{color: #bad2d5;} /* サブカラー */
.txt_color3{color: #007aff;} /* アクセントカラー1 */
.txt_color4{color: #f6f5ee;} /* アクセントカラー2 */

/* background-color */
.bg_color1{background-color: #0085E7;} /* メインカラー */
.bg_color2{background-color: #E2F1FC;} /* サブカラー */
.bg_color3{background-color: #f8a376;} /* アクセントカラー1 */
.bg_color4{background-color: #E2F1FC;} /* アクセントカラー2 */

/* border-color ※!important */
.border_color1{border-color: #0085E7;}
.border_color2{border-color: #bad2d5;}
.border_color3{border-color: #f8a376;}
.border_color4{border-color: #d0d0d0;}

.hvr_txt_color1:hover{color: #0085E7;} /* メインカラー */
.hvr_bg_color1:hover{background-color: #0085E7;} /* メインカラー */
.hvr_bg_color3:hover{background-color: #f8a376;} /* アクセントカラー1 */
.hvr_border_color3:hover{border-color: #f8a376;}

.linkStyle{
    color: #0085E7;
    text-decoration: underline;
}

/*フォント*/
header #header .top_nav li a span, .main_img_wrap .catch span, .menu .nav1, .menu .nav2, #contents .box h3 span, #top_cms .cms_title p span, .top_cms_box .more_box .more div, .other .box_title, .other .box_title2, .bottom_menu li a span, footer #copyright, #page_title, .cate_list li a, .cate_list li .cate_no, .cate_title, .sub_cate_title, .box_title, .box_title1, a[href^="tel:"], .pager li a  {font-family: 'Noto Serif JP', "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";}

.logo {
    width: 12%!important;
}
.is-fixed .logo {
    width: 10%!important;
}
#loading_logo {
    max-width: 200px;
}

/* top ----------------*/

/* header */
.main_wrap .menu{
	transition: 0.5s;
	padding-top: 30px;
	padding-bottom: 30px;
}
.main_wrap::before{
	content: "";
	background-image: url("./Dup/img/kadomaru.png");
	background-position: top left;
	background-repeat: no-repeat;
	background-size: 30px;
	width: 30px;
	height: 30px;
	position: absolute;
	top: -30px;
	left: 0;
	transform: rotateX(180deg);
	z-index: 1;
}
.main_wrap::after{
	content: "";
	background-image: url("./Dup/img/kadomaru2.png");
	background-position: top right;
	background-repeat: no-repeat;
	background-size: 30px;
	width: 30px;
	height: 30px;
	position: absolute;
	top: -30px;
	right: 0;
	transform: rotateX(180deg);
	z-index: 1;
}
.main_wrap .menu.is-fixed{
	position: fixed;
	padding-top: 20px;
    padding-bottom: 20px;
	background-color: rgba(255,255,255,0.80);
}
.main_wrap .menu.is-fixed::before{
	display: none;
}
.main_wrap .menu.is-fixed::after{
	display: none;
}

/* main img */
.main_img_wrap .catch {
    bottom: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
	text-align: center;
}
.main_img_wrap .catch span{
	font-weight: bold;
	font-size: calc(1rem + 15px);
}
.main_img_wrap::before{
	content: "";
	background-image: url("./Dup/img/kadomaru.png");
	background-position: top left;
	background-repeat: no-repeat;
	background-size: 30px;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.main_img_wrap::after{
	content: "";
	background-image: url("./Dup/img/kadomaru2.png");
	background-position: top right;
	background-repeat: no-repeat;
	background-size: 30px;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 0;
	right: -0.5px;
	z-index: 1;
}
.main_kuma{
	width: 150px;
    bottom: 8%;
    left: 50px;
    transform: rotateY(180deg);
}

/* main */

/* contents */
#contents{
	border-radius: 20px;
	background-image: url("./Dup/img/hougan.png");
	background-position: center;
	background-repeat: repeat;
	background-size: 100px;
	position: relative;
}
.svg_box, #top_cms .line{
	display: none;
}
#contents .box .txt_wrap{
	z-index: 3;
}
.img-container {
    border-radius: 15px;
}
.img-container:before {
    background: #007aff;
}
.t_cms_img2 .img-container:before {
    background: #f8a376;
}
.img-container.active:before {
    transform: translateX(101%);
}

/* topcms */
#top_cms{
	border-radius: 20px 20px 0 0;
	margin-top: 50px;
	position: relative;
	background-image: url("./Dup/img/hougan.png");
	background-position: center;
	background-repeat: repeat;
	background-size: 100px;
}
#top_cms::after{
	content: "";
	background-image: url("./Dup/img/kuma.png");
	background-position: top right;
	background-repeat: no-repeat;
	background-size: 170px;
	width: 170px;
	height: 300px;
	position: absolute;
	top: -100px;
	right: 50px;
}
.other .box figure {
    opacity: 0.3;
}

/* footer */
#footer .logo{
	width: 50%!important;
}


/* under page */
.all_page .menu, .all_page .menu .logo {
    transition: 0.5s;
}
.all_header #header{
    padding-top: 0;
}
.cate_list li a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* cms1 */

/* cms2 */

/* cms3 */

/* cms4 */

/* cms5 */

/* page7 */

/* page8 */

/* page9 */

/* page10 */


/* IE */
@media all and (-ms-high-contrast: none){}

/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
	header .logo {
		width: 20%!important;
	}
	.main_img_wrap .catch span {
        font-size: calc(1rem + 9px);
    }
    .main_kuma{
    	width: 130px;
        bottom: 4%;
        left: 30px;
    }
	#footer .logo {
		width: 80%!important;
	}
	#footer > div:nth-child(2) {
		padding: 0 3%;
	}
	
}
/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
	header .logo {
		width: 30%!important;
	}
	.main_img_wrap .catch span {
        font-size: 18px;
    }
    .main_kuma{
    	width: 90px;
        left: 10px;
    }
	#contents .box:not(:nth-child(1)){
		margin-top: 100px;
	}
	#contents .box:nth-child(3) figure{
		order: 2;
		margin-top: 30px;
	}
	#contents .box:nth-child(3) .txt_wrap{
		order: 1;
		margin-top: 0;
	}
	#top_cms::after {
		background-size: 100px;
		width: 100px;
		top: -80px;
		right: 10px;
	}
	#footer .logo {
		width: 60%!important;
	}
	
}
