﻿/* all page */
/* color */
.txt_color1{color: #318DC0;} /* メインカラー */
.txt_color2{color: #DFFFFF;} /* サブカラー */
.txt_color3{color: #999999} /* アクセントカラー1 */
.txt_color4{color: #eeeeee} /* アクセントカラー2 */

/* background-color */
.bg_color1{background-color: #318DC0;} /* メインカラー */
.bg_color2{background-color: #DFFFFF;} /* サブカラー */
.bg_color3{background-color: #999999} /* アクセントカラー1 */
.bg_color4{background-color: #DFFFFF;} /* アクセントカラー2 */

/* border-color ※!important */
.border_color1{border-color: #318DC0;}
.border_color2{border-color: #DFFFFF;}
.border_color3{border-color: #999999}
.border_color4{border-color: #eeeeee}

.hvr_txt_color1:hover{color: #318DC0;} /* メインカラー */
.hvr_bg_color1:hover{background-color: #3a84df;} /* メインカラー */
.hvr_bg_color4:hover{background-color: #3a84df;} /* アクセントカラー2 */

.linkStyle{
    color: #333;
    text-decoration: underline;
}

/* fonts */
#header-nav ul li a span, .mail_bt a, #top_contents1 .catch_txt h2, #top_contents2 .text_box h2, #top_cms .top_cms_box .cms_title_inner h2, #top_cms .top_cms_box .cms_title_inner p, #top_cms .box_title1, #top_contact_box .inner h2, #top_info .info_title_inner h2, #top_info .info_title_inner p, #top_info .info_txt h3, #footer_nav ul li a, #fix_menu nav ul li a, #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";
}

/* top ----------------*/

/* header */
#header .logo a img{
	width: 100% !important;
}

/* main img */
#main_img .catch{
	width: 100%;
	height: 100%;
}
#main_img .catch_txt1{
	width: 33%;
    position: absolute;
    top: 16vw;
    right: 12vw;
    z-index: 5;
}
#main_img .img1{
	width: 23%;
	position: absolute;
	top: 28vh;
    right: 11vw;
    z-index: 3;
}
#main_img .img2{
	width: 38%;
    position: absolute;
    top: 18vh;
    right: -11%;
}
#main_img .img3{
	width: 48%;
    position: absolute;
    top: 30vh;
    right: -19%;
}
/* アニメーション ------------------------------------*/
.ani_fadein{
	display: none;
}
.ani {
animation-name:fadeUpAnime;
animation-duration:1.2s;
animation-fill-mode:forwards;
opacity: 0;
}
@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: scale(0.6);
  }

  to {
    opacity: 1;
      transform: scale(1);
  }
}
.catch_txt1{
animation-delay: 0.2s;
}
.img1{
animation-delay: 0.6s;
}
.img2{
animation-delay: 0.8s;
}
.img3{
animation-delay: 1.0s;
}


/* main */

/* intro */
#top_contents1 .catch_txt h2::before{
	content: "ごあいさつ";
	font-family: 'Noto Serif JP', serif;
	font-size: 90px;
	font-weight: bold;
	color: #9F9F9F;
	opacity: 0.2;
	position: absolute;
	top: -80px;
	left: 50%;
	transform: translateX(-50%);
}
#top_contents1 .catch_txt p{
	background-color: rgba(255,255,255,0.50);
}

/* contents */
#top_contents2{
	background: none;
	position: relative;
}
#top_contents2 .con_box .text_box{
	background-color: rgba(255,255,255,0.80);
}
#top_contents2 .con_box:nth-of-type(1) .text_box{
	border-radius: 10px 0 0 10px;
}
#top_contents2 .con_box:nth-of-type(2) .text_box{
	border-radius: 0 10px 10px 0;
}
/*bg circle*/
.circle{
    border-radius: 100%;
	opacity: 0.8;
	z-index: -1;
}
.cir01{
	border: 7px solid #318cbf;
    width: 450px;
    height: 450px;
    top: -16vh;
    left: -5vw;
}
.cir02{
	border: 5px solid #318cbf;
    width: 450px;
    height: 450px;
    top: -1vh;
    left: 0;
}
.cir03{
	border: 3px solid #318cbf;
    width: 450px;
    height: 450px;
    top: 10vh;
    right: -5vw;
}
.cir04{
	border: 5px solid #318cbf;
    width: 450px;
    height: 450px;
    bottom: -10vh;
    left: -5vw;
}
.animate {
  opacity: 0;
  transform: scale(0.6);
  transition: all 3s;
}
.animate.show {
  opacity: 1;
  transform: scale(1);
}
.animate.show:nth-of-type(1) {
  transition-delay: 0s;
}
.animate.show:nth-of-type(2) {
  transition-delay: 0.1s;
}
.animate.show:nth-of-type(3) {
  transition-delay: 0.2s;
}
.animate.show:nth-of-type(4) {
  transition-delay: 0.3s;
}

/* topcms */
.top_cms_title .before, .top_cms_title .after, .top_info_title .before, .top_info_title .after {
    border: 3px solid #318DC0;
    border-radius: 100%;
	opacity: 0.5;
}
.top_cms_title .before, .top_info_title .before {
    width: 130px;
    height: 130px;
    top: -40px;
    left: 30px;
}
.top_cms_title .after, .top_info_title .after {
    width: 100px;
    height: 100px;
    bottom: -40px;
	right: auto;
    left: 0px;
}
/* topcon */
#top_contact_box .con_bt{
    background: none !important;
    border: none !important;
}

/* footer */
#footer::before {
    background: rgba(0,0,0,0.5);
}


/* under page */

/* cms1 */

/* cms2 */

/* cms3 */

/* cms4 */

/* cms5 */

/* page7 */

/* page8 */
#page8 .tel_wrap .tel_box a{
    padding-bottom: 20px;
}

/* page9 */

/* page10 */
#page10 .btn a:hover {
    background-color: #fff !important;
}

/* IE */
@media all and (-ms-high-contrast: none){
    #page8 .tel_wrap .mail_box a{
        padding-top: 15px;
    }
    #cms_2-b .cate .cate_title{
        padding-top: 10px !important;
    }
    .font_Quick .cate_list li a{
        padding: 10px !important;
    }
    #cms_3-b .cate_title{
        padding-top: 10px !important;
    }
}

/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
	#logo h1.logo {
		max-width: 200px;
	}
	#video{
	    max-height: 430px;
	}
	#main_img .catch_txt1 {
		width: 33%;
		top: 32vw;
		right: 15vw;
	}
	#main_img .img1 {
		width: 23%;
		top: 24vh;
		right: 15vw;
	}
	#main_img .img2 {
		width: 41%;
		top: 19vh;
		right: -11vw;
	}
	#main_img .img3 {
		width: 48%;
		top: 25vh;
		right: -16vw;
	}
	#top_contents1 .catch_txt h2::before {
		font-size: 60px;
		top: -55px;
	}
	.cir01 {
		width: 400px;
		height: 400px;
		top: -16vh;
		left: -5vw;
	}
	.cir02 {
		width: 300px;
		height: 300px;
		top: -5vh;
		left: 10vw;
	}
	.cir03 {
		width: 400px;
		height: 400px;
		top: 25vh;
	}
	.cir04 {
		width: 400px;
		height: 400px;
		bottom: 0;
	}
	#top_contents2 .con_box:nth-of-type(1) .text_box {
		border-radius: 10px 10px 0 0;
	}
	#top_contents2 .con_box:nth-of-type(2) .text_box {
		border-radius: 10px 10px 0 0;
	}
	#page8 .tel_wrap h3{
	    padding-left: 10px;
	}
	
}
/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
	#video{
	    max-height: 205px;
	}
	#main_img .catch_txt1 {
		width: 37%;
		top: 38vw;
		right: 12vw;
	}
	#top_contents1 .catch_txt h2::before {
		font-size: 28px;
		top: -20px;
	}
	.cir01 {
		width: 200px;
		height: 200px;
		top: -16vh;
		left: -5vw;
	}
	.cir02 {
		width: 250px;
		height: 250px;
		top: -10vh;
		left: 1vw;
	}
	.cir03 {
		width: 250px;
		height: 250px;
		top: 60vh;
	}
	.cir04 {
		width: 300px;
		height: 300px;
		bottom: 0;
	}
	.top_cms_title .before, .top_info_title .before {
		width: 100px;
		height: 100px;
		left: 50px;
	}
	.top_cms_title .after, .top_info_title .after {
		width: 70px;
		height: 70px;
		bottom: 0;
		left: 20px;
	}
	#page8 .tel_wrap h3{
	    padding-left: 20px;
	}
	
}


