﻿@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');

body{font-family: 'Noto Sans JP', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif!important;}
#main_menu .menu_sub_title, #top_cms .cms_title p, .effect.effect-1, #main_img2 .page_title span{font-family: 'Montserrat', sans-serif;font-size: 14px}

@font-face {
font-family: "jun";
src: url("../dup/img/jun.ttf") format("ttf"),url("../dup/img/jun.woff") format("woff"),url("../dup/img/jun.woff2") format("woff2");
}
#aisatsu h2, .contents_box h2{font-family: "jun", serif!important;font-weight: normal;}

/*バナー*/
.btn_container a{padding: 8px 30px;}


/* color ---------------------------------------------------------------------------------------------*/
.linkStyle{color: #131313;transition: opacity .3s;}
.linkStyle:hover{opacity: 0.7}
body,.txt_color_nomal{color: #131313;}
.txt_white{color: white;}
.txt_red{color: red;}
.txt_color1{color: #fec600} /* メインカラー */
.txt_color2{color: #ff7900} /* サブカラー */
.txt_color3{color: #da0415} /* アクセントカラー1 */
.txt_color4{color: #ff7900} /* アクセントカラー2 */

/* background-color */
.bg_white{background-color: white} /* 白背景 */
.bg_black{background-color: black} /* 黒背景 */
.bg_color1{background-color: #fec600} /* メインカラー */
.bg_color2{background-color: #fdc500} /* サブカラー */
.bg_color3{background-color: #da0415} /* アクセントカラー1 */
.bg_color4{background-color: #c9baa9} /* アクセントカラー2 */
.bg_color_clear{background-color: transparent!important}

/* border-color ※!important */
.border_color1{border-color: #fec600}
.border_color2{border-color: #fdc500}
.border_color3{border-color: #da0415}
.border_color4{border-color: #fdc500}

/* hover_color */
.hvr_txt_color_nomal:hover{color: #131313;}
.hvr_txt_white:hover{color: white;}
.hvr_txt_red:hover{color: red;}
.hvr_txt_color1:hover{color: #fec600} /* メインカラー */
.hvr_txt_color2:hover{color: #fdc500} /* サブカラー */
.hvr_txt_color3:hover{color: #da0415} /* アクセントカラー1 */
.hvr_txt_color4:hover{color: #c9baa9} /* アクセントカラー2 */

.hvr_bg_white:hover{background-color: white} /* 白背景 */
.hvr_bg_black:hover{background-color: black} /* 黒背景 */
.hvr_bg_color1:hover{background-color: #fec600} /* メインカラー */
.hvr_bg_color2:hover{background-color: #fdc500} /* サブカラー */
.hvr_bg_color3:hover{background-color: #da0415} /* アクセントカラー1 */
.hvr_bg_color4:hover{background-color: #c9baa9} /* アクセントカラー2 */
.hvr_bg_color_clear:hover{background-color: transparent!important}

.hvr_border_color1:hover{border-color: #fec600}
.hvr_border_color2:hover{border-color: #fdc500}
.hvr_border_color3:hover{border-color: #da0415}
.hvr_border_color4:hover{border-color: #c9baa9}

.pager li.prev a, .pager li:not(.prev) a{color: #fff;}
.pager li a{border-radius: 5px;}


body, .txt_color_nomal, #wrap.txt_white, header .txt_white, #info_map .txt_white, #f_menu ul li a, #copyright a, #main_menu ul li a, #top_contents .txt_white, .effect.effect-1 {
    color: #131313!important;
}
#main_menu .menu_sub_title{
	color: #ff7900;
}
#wrap, #info_map {
    background-color: #fffdce!important;
	/*background-image: repeating-linear-gradient(-45deg, #ffffff00, #fff0 7px, white 0, transparent 14px);*/
}
#main_menu.fixed {
    background-color: rgba(255,255,255,0.9)!important;
}
footer {
    border-top: none!important;
    background-color: #fdc500;
}
footer .border_color2{border-color: #fff}
#fixed_right_banner > *{background-color: #fdc500;}


/* design ---------------------------------------------------------------------------------------------*/
.fas.fa-envelope.pd_r-10px.border_so1-r.border_color4, .contents_box::after, .contents_box2::after, .contents_box::before, .contents_box2::before{display: none}
.font_2dw {
    font-size: -webkit-calc(1rem);
    font-size: calc(1rem);
}
.linehight_2-h{line-height: 2;}
#page10 .cate_wrap li a{letter-spacing: 1px;padding: 10px 5px;}


body{border-top: 8px solid #fdc500;}
#logo img{width: 286px;}
.header{padding-bottom: 20px}
#main_menu {
    margin-bottom: 0;
	padding-top: 0;
    padding-bottom: 0;
}
#main_menu ul{background-color: #fff}
#main_img {
	max-width: 100%!important;
    height: 85vh;
	position: relative;
	overflow: hidden;
	margin-bottom: 0;
}
@media screen and (max-width: 1230px){
	#main_img{height: auto;}
}
#main_img::before {
    content: '';
    display: inline-block;
    max-width: 700px;
    width: 50%;
    height: 100%;
    background-image: url(../dup/img/txt1.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 33%;
    left: 0;
    z-index: 10;
}
#main_img::after {
    content: '';
    display: inline-block;
    width: 20%;
    height: 275px;
    max-width: 275px;
    background-image: url(../dup/img/txt0.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 29%;
    left: 21px;
    z-index: 10;
}
#aisatsu {
    max-width: 100%!important;
    background-image: none!important;
    padding: 184px 50px 100px;
    position: relative;
    z-index: 11;
    margin-bottom: 0;
    padding-bottom: 324px;
    background-color: #fff;
}
#aisatsu::after {
    content: '';
    display: inline-block;
    max-width: 800px;
    width: 60%;
    height: 300px;
    background-image: url(../dup/img/txt2.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -124px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
}
#aisatsu .intro{
	width: 529px;
    text-align: center;
    margin: 0 auto 46px;
	display: none;
}
#aisatsu > div{
	border-radius: 30px;
	opacity: 1!important;
	position: relative;
    max-width: 1080px!important;
    margin: auto;
	padding: 45px 50px 60px;
	background: url( "../dup/img/txt_bg1.png" ) bottom 12px right 20px / 35% no-repeat #ffea85!important;
}
#aisatsu h2{
	color: #ff7900;
	margin-bottom: 50px;
    font-size: 28px;
}

#top_contents{
	padding: 0;
	margin-top: -214px;
	position: relative;
	z-index: 20;
	background-color: #fffdce;
	margin-bottom: 0;
}
#top_contents::before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 219px;
    background-image: url(../dup/img/itam1.png);
    background-size: 100% 185px;
    background-repeat: no-repeat;
    position: absolute;
    top: -6px;
    left: 0;
    z-index: -1;
}
#contents3{margin-bottom: 0}
#top_contents .width_1000-max{max-width: 100%!important;}
#top_contents .point{
	margin: 0 auto 130px;
	width: 507px;
	position: relative;
}
#top_contents .point::before {
    content: '';
    display: inline-block;
    width: 133px;
    height: 150px;
    background-image: url(../dup/img/itam4.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -18px;
    left: -137px;
}
#contents1 .contents_box, #contents2 .contents_box, #contents3 .contents_box {
    background-image: none!important;
    background-color: #fff;
    margin-top: -150px;
    padding: 35px 63px 35px 35px;
    border: 3px solid #222;
    border-right: none;
    border-radius: 30px 0 0 30px;
    box-shadow: 10px 10px 0 #ffea85;
}
.contents_img {
    border-radius: 0 30px 30px 0;
    height: 477px;
	background-size: cover;
    background-position: center center;
    border-left: none;
    box-shadow: 10px 10px 0 #ffea85;
}
.contents_box{
	position: relative;
}
.contents_box::before {
    content: '';
    display: inline-block;
    width: 168px;
    height: 125px;
    background-image: url(../dup/img/point1.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 27px!important;
    top: -75px;
    background-color: transparent;
}
#contents2 .contents_box::before{background-image: url(../dup/img/point2.png);}
#contents3 .contents_box::before{background-image: url(../dup/img/point3.png);}
.contents_box::after {
    content: '';
    display: inline-block;
    width: 74px;
    height: 70px;
    background-image: url(../dup/img/itam3.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 72px!important;
    left: auto;
    bottom: auto;
    top: -33px!important;
    background-color: transparent;
}
.contents_box h2{
	position: relative;
	padding-bottom: 20px;
}
.contents_box h2::before{
	display: inline-block;
	content: "";
	width: 60px;
	height: 3px;
	background: #fdc500;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	border-radius: 8px;
}


#top_cms {
    background-color: #fff;
    padding-top: 266px;
    padding-bottom: 100px;
	position: relative;
}
#top_cms::before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 219px;
    background-image: url(../dup/img/itam2.png);
    background-size: 100% 185px;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
#top_cms .border_so1-t{border: none;}

#top_cms .cms_title{
	text-align: left;
    border-bottom: 3px solid #222;
    padding-bottom: 13px;
}
#top_cms .cms_title h2::before, #top_cms .cms_title h2::after{display: none}
#top_cms .cms_title p{display: none}
#top_cms p{text-align: left;color: #222!important;}
#top_cms .pd_50px{
	border: none;
	padding: 50px 0 50px 0;
}
#top_cms .cate_box{text-align: left;}
#CMS_TITLE1, #CMS_TITLE3, #CMS_TITLE4{position: relative;padding-top: 40px;}
#CMS_TITLE1::before, #CMS_TITLE3::before, #CMS_TITLE4::before {
    content: '';
    display: inline-block;
    width: 155px;
    height: 36px;
    background-image: url(../dup/img/top_sub_title1.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0px;
}
#CMS_TITLE3::before{background-image: url(../dup/img/top_sub_title2.png);}
#CMS_TITLE4::before{background-image: url(../dup/img/top_sub_title3.png);}

#page-top{z-index: 50}
#page-top a{border-radius: 50%;}

#main_img2{max-width: 100%;background-position: center center;}
#main_img2 .page_title{background-color: transparent!important;}
#main_img2 .page_title span{color: #fff}
#main_img2 .page_title .bg_color1{border-radius: 10px;}

.cate_list li a{
    border-radius: 45px;
}
#cms_2-d .cate_txt2{
	font-size: 20px;
    border-bottom: 1px solid;
    display: inline-block;
    color: #ff7900;
	margin-top: 50px;
}
#cms_2-d .cate_box{
	background-color: #fff;
    border-radius: 10px;
}
#cms_6-a .box_wrap{
	background-color: #fff;
    border-radius: 10px;
}
.cate_title{
	text-align: left;
	border-radius: 0 5px 5px 0;
    border-color: #fdc500;
    background-color: #da0415;
    border: none;
    border-left: 10px solid #fdc500;
    color: white;
    padding: 10px;
    margin-bottom: 20px;
	display: block;
	font-weight: normal;
}
#cms_2-a .cate_box{padding-bottom: 0;border-left: 3px solid #ffe792;}
#cms_2-a .box_txt1{padding-bottom: 15px;}
#cms_2-a .box_item{padding: 0 20px;}
#cms_2-a .box_item:first-of-type{order: 2}

#top_cms .cate_title{
    color: #ff7900;
    background-color: transparent;
}
.cms_2-d .rectangle_img{border-radius: 10px;}



/* anim ---------------------------------------------------------------------------------------------*/
#main_img::after{
    -webkit-transform: scaleY(0) translateY(100%);
    transform: scaleY(0) translateY(100%);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
}
#main_img.animStart::after {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    -webkit-transition: .55s cubic-bezier(.25,.9,.3,1.25) .3s;
    transition: .55s cubic-bezier(.25,.9,.3,1.25) .3s;
}
#aisatsu.fadein::after,#top_contents.fadein .point::before,#top_contents.fadein .point img{
	-webkit-transform: scaleY(0) translateY(100%);
    transform: scaleY(0) translateY(100%);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
}
#aisatsu.fadein.start::after,#top_contents.fadein.start .point::before,#top_contents.fadein.start .point img{
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    -webkit-transition: .55s cubic-bezier(.25,.9,.3,1.25) .3s;
    transition: .55s cubic-bezier(.25,.9,.3,1.25) .3s;
}
#top_contents.fadein.start .point img {
    -webkit-transition-delay: .35s;
    transition-delay: .35s;
}
/*#contents1 .contents_box, #contents2 .contents_box, #contents3 .contents_box{opacity: 1!important}*/
.contents_box::before{
	-webkit-transform: scaleY(0) translateY(200%) rotate(-75deg);
    transform: scaleY(0) translateY(200%) rotate(-75deg);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
}
.contents_box.aos-animate::before{
	-webkit-transform: scale(1) translateY(0) rotate(0deg);
    transform: scale(1) translateY(0) rotate(0deg);
    -webkit-transition: .55s cubic-bezier(.25,.9,.3,1.25) .45s;
    transition: .55s cubic-bezier(.25,.9,.3,1.25) .45s;
}

#aisatsu > div.fadein2{
    opacity: 0!important;
    -webkit-transform: translateY(60px) scale(1.05);
    transform: translateY(60px) scale(1.05);
}
#aisatsu > div.fadein2.start{
	opacity: 1!important;
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
    -webkit-transition: opacity .9s linear,-webkit-transform .9s cubic-bezier(0,.6,.2,1);
    transition: opacity .9s linear,-webkit-transform .9s cubic-bezier(0,.6,.2,1);
    transition: transform .9s cubic-bezier(0,.6,.2,1),opacity .9s linear;
    transition: transform .9s cubic-bezier(0,.6,.2,1),opacity .9s linear,-webkit-transform .9s cubic-bezier(0,.6,.2,1);
}
#info_map:not(.top){padding-top: 0;}
#page9 .cate_box p a{border-radius: 5px}
#tel_contact a, #form_contact a{
	background-color: #ff7900;
    border-radius: 45px;
    color: #fff;
}
#tel_contact a:hover, #form_contact a:hover{opacity: 0.7}




@media screen and (max-width: 1100px){
	#main_menu ul li a{padding: 0;}
	#main_menu .menu_title{font-size: 15px;}
	#main_menu .menu_sub_title{font-size: 12px;}
	#aisatsu{padding: 130px 50px 100px}
	#aisatsu h2{font-size: 23px;}
}

/* IE */
@media all and (-ms-high-contrast: none){
	.cate .cate_title{padding-top: 9px!important;}
	.cate_list li a{padding-top:12px!important}
	#page9 .cate_box p a{padding: 4px 10px 6px!important}
}

/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
	#logo img{padding-left: 20px;}
	#main_menu ul li{padding: 10px 9px;}
	#main_menu .menu_title{font-size: 14px;letter-spacing: 0;}
	#main_menu .menu_sub_title{font-size: 12px;}
	
	#main_img::after{height: 130px;}
	#aisatsu::after{-webkit-transform: scale(1) translateY(0)!important;transform: scale(1) translateY(0)!important;}
	
	#aisatsu::after{height: 142px;width: 65%;top: -71px;}
	#top_contents{margin-top: 0;}
	#top_contents .point{width: 416px;padding-left: 60px;}
	#top_contents .point::before{width: 116px;height: 129px;left: -58px;top: -18px;}
	.contents_img{height: 457px;}
	.contents_box::before{width: 130px;height: 106px;left: 1px!important;top: -75px;}
	.contents_box::after{width: 59px;right: 24px!important;}
	.contents_box h2{font-size: -webkit-calc(1rem + 3px);font-size: calc(1rem + 3px);}
	#CMS_TITLE1::before, #CMS_TITLE3::before, #CMS_TITLE4::before{left: 30px;}
	
	#f_menu ul li a{letter-spacing: 0;font-size: 13px;}
}

/* ---------- スマホ ---------- */
@media screen and (max-width: 667px){
	.font_2dw{font-size: 14px}
	.header{padding-bottom: 0;}
	#logo img {
		width: 190px;
		padding-left: 10px;
	}
	#main_img::before{width: 59%;top: 30%;}
	#main_img::after{height: 62px;width: 21%;top: 27%;left: 8px;}
	#aisatsu{padding: 100px 20px 100px;}
	#aisatsu::after {
		height: 107px;
		width: 90%;
		top: -27px;
	}
	#aisatsu > div{padding: 35px 15px 35px;border-radius: 20px;}
	#aisatsu h2{font-size: 18px;margin-bottom: 25px;}
	
	#top_contents .point{width: 72%;margin: 0 auto 71px;}
	#top_contents .point::before{width: 18%;height: 82px;left: -5px;top: -11px;}
	#top_contents::before, #top_cms::before{background-size: 100% 89px;}
	
	#contents1 .contents_box, #contents2 .contents_box, #contents3 .contents_box{margin-top: -32px;width: 90%!important;margin: auto;border-radius: 20px;box-shadow: 5px 5px 0 #ffea85;padding: 25px 20px;border: 2px solid #222;}
	
	.contents_box::before{width: 95px;top: -53px;height: 70px;}
	.contents_box::before{
		-webkit-transform: scaleY(0) translateY(100%) rotate(-75deg);
    	transform: scaleY(0) translateY(100%) rotate(-75deg);
	}
	#contents1.start .contents_box::before, #contents2.start .contents_box::before, #contents3.start .contents_box::before{
		-webkit-transform: scale(1) translateY(0) rotate(0deg);
		transform: scale(1) translateY(0) rotate(0deg);
		-webkit-transition: .55s cubic-bezier(.25,.9,.3,1.25) .45s;
		transition: .55s cubic-bezier(.25,.9,.3,1.25) .45s;
	}
	
	.contents_box::after {width: 42px;right: -8px!important;top: -19px!important;}
	.contents_img{border-radius: 0;height: 283px;box-shadow: 10px 10px 0 rgba(255,235,133,0);}
	.contents_box h2 {font-size: -webkit-calc(1rem + 2px);font-size: calc(1rem + 2px);}
	
	#top_cms{padding-top: 132px;padding-bottom: 20px;}
	#CMS_TITLE1::before, #CMS_TITLE3::before, #CMS_TITLE4::before{left: 17px;width: 133px;top: 7px;}
	#top_cms .cate_title{font-size: 18px;padding: 0;}
	
	#main_img2 .page_title .bg_color1{background-color: rgba(254,198,0,0.75);}
	#contents{margin-bottom: 50px;}
	#cms_2-d .cate_box{padding: 10px;}
	#cms_2-d .cate_txt2{margin-top: 40px;font-size: 16px;}
	
	#copyright{padding-left: 10px;text-align: left;}
	#page10 a{font-size: 14px;}
	
	.button_container span, .button_container.active .top, .button_container.active .bottom{background: #ff7900;}
	.overlay{background: #fffdce;}
	.overlay ul li:last-of-type a{border-radius: 30px;color: #ffffff!important;background-color: #ff7900}
}






