﻿/*===========================================================*/
/* 個別 */
/*===========================================================*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&family=Noto+Sans+JP:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300&display=swap');
.font1{font-family: 'Great Vibes', cursive;}
.linkStyle{color: #333;border-bottom: 1px solid;}
.back1:before, .back2:before{background-image: url(Dup/img/bg01.jpg);}
.back1:before{background-image: url(Dup/img/bg02.jpg);
    opacity: 0.5;}
#top_cms .cms_title p,.more a,.pop400{font-family: 'Josefin Sans', sans-serif;}
#footer .font_bold{font-weight: 400;}
#copyright,#copyright a{color: #333333;}
#wrap{position: relative;}
/*#wrap::before{
    content: "";
    position: absolute;
    background-image: url(Dup/img/bg01.jpg);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}*/
header.scr_header {
    background-color: rgb(244 244 244 / 80%)!important;
}
#top_pc_nav li a{color: #453430;}
#pc_nav li a{color: #453430;}
#pc_nav li,#pc_nav li,#top_pc_nav li{max-width: 190px;}
.line:before {
    background-color: #80eacc!important;
}
.num{display: none;}
.back1{padding-top: 0;}
.back1 .nami{
        width: 100%;
    height: 81px;
    z-index: 1;
    background-image: url(Dup/img/nami.png);
    background-size: cover;
    top: -80px;
}
.top .back1:before{top: inherit;bottom: 100px;height: 30%;}
#main_img:before{background-color: rgb(255 255 255 / 50%);}
#main_img .catch{    color: #453430;}
#main_img .catch span{padding-top: 5px;}
#main_img .menu p.square_box{height: 250px!important;}
#intro{background-color: white;}
#intro .con_wrap .con_box{max-width: 290px;padding: 30px;}
#contents1 .con_img,#contents2 .con_img{    border-radius: 10px;}
#contents3 .con_box{margin: 0;}
#contents3_wrap:before, #contents3_wrap:after{content: none;}
#contents3 .contents3_img {
    margin: 0;
    height: 300px;
    background-attachment: fixed;
}
#contents3 .nami{
    width: 100%;
    height: 81px;
    z-index: 1;
    bottom: 0;
    background-image: url(Dup/img/nami.png);
    background-size: cover;
}
#top_cms .cms_title{text-align: center;}
#top_cms .cms_title p{color: #333333;font-size: 20px;}
#info_contact .con_img:before{    background-color: rgb(255 255 255 / 70%);}
#info_contact .con_box a{border-radius: 10px;overflow: hidden;}
#info_contact p .txt_white{color: #453430;}
footer{background-color: #f4f4f4!important;}
#footer h2{color: #333333;}
.foot_banner{
    opacity: 0;
    pointer-events: none;
    right: 70px;
    bottom: 20px;
    z-index: 3;
    transition: opacity 0.3s;
    width: 170px;
}
.foot_banner.active{
    opacity: 1;
    pointer-events: auto;
}
#footer{padding: 100px 0;}
/*===========================================================*/
/* コード集 */
/*===========================================================*/
/* contents anim */
#intro .fadein_up {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    transition: transform 1.5s ease,opacity 2s ease;
}
#intro .fadein_up.scrollin {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
#intro .fadein_up2 {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    transition: transform 2s ease,opacity 2s ease;
}
#intro .fadein_up2.scrollin {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
/* contents */
#intro .txt_wrap .con_box {
    width: calc(20% - 16px);
    margin-right: 20px;
    box-sizing: border-box;
}
#intro .txt_wrap .con_box:last-of-type {
    margin-right: 0;
}
#intro .fadeIn_box .con_box {
    opacity: 0;
}
#intro .con_img {
    border-radius: 30px;
}
#intro .con_title h3:before {
    content: "";
    display: block;
    width: 70px;
    height: 2px;
    position: absolute;
    bottom: -25px;
	left: 50%;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
	background-color: #3e3e3e;
}
#intro .con_txt{
	font-size: 13px;
}
@media screen and (max-width: 768px){
#intro .txt_wrap .con_box {
    width: calc(33% - 12px);
}
}
@media screen and (max-width: 667px){
#intro .txt_wrap .con_box {
    width: 80%;
    margin-right: 0;
    margin-bottom: 30px;
}
#intro .con_title h3:before {
    bottom: -15px;
}
}

.topcms_news_type2 .cate_box {
	width: 46.33333%!important;
	margin-right: 1.5%;
	margin-left: 1.5%;
	cursor: pointer;
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
	box-shadow: 0 6px 12px rgb(0 0 0 / 0);
	/* padding: 20px; */
	/* border-radius: 20px; */
	/* background-color: #f5f5f5; */
}
.topcms_news_type2 .cate_box:hover {
	transform: translateY(-5px);
}
.topcms_news_type2 .cate_box .box_item {
	cursor: pointer;
}
.topcms_news_type2 .txt_height {
	height: 5em
}
.topcms_news_type2 .box_img1 {
	border-radius: 10px;
}

/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
.topcms_news_type2 .cate_box {width: 100%!important;}
.topcms_news_type2 .txt_height {height: 3em}
}


.link_type1 .link_top .link_title {
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
	margin-bottom: 30px;
    color: #474521;
    font-weight: normal;
}
.link_type1 .link_top .link_title{
    font-size: 20px;
    margin-bottom: 20px;
}
.link_type1 .link_top a{
	padding-top: 80px;
    padding-bottom: 60px;
    border-radius: 10px;
}
.link_type1 .link_top a:hover{
    background-color: #ededeb;
}
.link_type1 .link_top a:hover .link_img1{
    transform: translate(-50%, -50%) scale(1.1,1.1);
    opacity: 0.1;
}
@media screen and (max-width: 667px){
.link_type1 .link_top .link_title{
    font-size: 15px;
}
}

.wave{
position:relative;
height:200px;/*何も表示されない場合は各波の親要素に高さを持たせましょう。*/
}
canvas{
position: absolute;
bottom: 0;
left:0;
width: 100%;
}
/*===========================================================*/
/* 下層 */
/*===========================================================*/
#page_title h2,#page_title p{color: #333333;}
#page_title p{text-transform: uppercase;}
#page_title:before{background-color: rgb(255 255 255 / 60%);}
#page_left, #page_right{opacity: 0.2;}
#page_title .page_title_box{background-color: transparent;}
.btn_container a{
    background-color: #ea9780;
    color: #fff;
    max-width: 300px;
    padding: 10px;
    text-align: center;
    font-size: 16px;
}
.pager li a:hover,.pager li a:hover i{color: #333;}
/*===========================================================*/
/* 1280 */
/*===========================================================*/
@media screen and (max-width: 1280px){
    #main_img .menu p.square_box{display: none;}
.nav_menu_more:first-of-type a .icon:before {
    content: "\f086"!important;
}
.overlay {
    background: linear-gradient(135deg, rgb(229 229 229 / 90%) , rgba(234,151,128,0.9) )!important;
}
#overlay .left li {
    max-width: 230px;
}
.button_container span,.button_container.active .bottom,.button_container.active .top{    background: #333333;color: #333333;}
.button_container.active span:nth-of-type(1){color: #333333;}
.foot_banner{width: 150px;}


}


/*===========================================================*/
/* タブレット */
/*===========================================================*/
@media screen and (max-width: 768px){
#page_title h2 {
    letter-spacing: 2px;
}
#copyright{padding-bottom: 100px;}
.foot_banner{
    right: 50%;
    transform: translateX(50%);
}



}

/*===========================================================*/
/* スマホ */
/*===========================================================*/
@media screen and (max-width: 667px){
#page_title .page_title_box {
    width: 72%;
}
#page_title .page_title_box h2{font-size: 20px;}
#intro_wrap{padding: 10% 0;}
#intro .con_wrap .con_box{padding: 10px;}
#contents3 .contents3_img {
    height: 215px;
    background-attachment: scroll;
}
#contents3{margin-bottom: 0;}
#contents3 .nami{
    bottom: -60px;
    background-size: contain;
    background-repeat: no-repeat;
}
#footer h2{font-size: 18px;}
#top_cms .cms_title p {
    font-size: 16px;
}
#main_img .catch{
    border-top: 1px solid;
    border-bottom: 1px solid;
    padding: 10px 0;
    width: 90%;
    margin: auto;
    font-size: 18px;
}
#main_img .catch span{border: none;}
#page_title .page_title_box{background-color: transparent;}
#page_left, #page_right{opacity: 0.2;}
.back1 .nami{
    background-size: 100%;
    background-repeat: no-repeat;
    top: -21px;
}



}


/*===========================================================*/
/* IE */
/*===========================================================*/
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none){



}


/*===========================================================*/
/* Firefox */
/*===========================================================*/
@-moz-document url-prefix(){

}