﻿/********** font **********/
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@500&family=Zen+Kaku+Gothic+New:wght@500;900&display=swap');

:root{
    --font-jp: 'Zen Kaku Gothic New', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
    --font-en: 'Jost', 'Zen Kaku Gothic New', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	/*font-family: "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";*/
}
body, .font_sans-serif, h2, h3, h4, h5, h6{
    font-family: var(--font-jp);
}
.font_en, a[href^="tel:"], .fon_jos, .date, .pager{
    font-family: var(--font-en);
}

/********** color **********/

:root{
    --color1: #f4dfe8;
    --color1s: #d8849c;
    --color2: #f4f4f4;
    --color3: #bfe8e4;
    --color3s: #5aacba;
    --color4: #e6e6e6;
    --black: #1a1a1a;
}

/********** all **********/

#con_nav ul{
    border: solid 1px;
    border-radius: 0;
    transition: border-color 0.3s;
}
#con_nav .con_navbar.is-fixed ul{
    border-color: #fff;
}
#con_nav li:last-child a{
    box-shadow: 3px 3px 0 currentColor;
    color: currentColor;
    border-radius: 0;
    border: solid 1px;
}
#con_nav li:last-child a:hover{
    box-shadow: 0 0 0 currentColor;
}

.hamburger_line{
    background-color: var(--black)!important;
}
.hambuger_text, .hambuger_text02{
    color: var(--black)!important;
}
#sp_nav .list_wrap h3{
    color: var(--black)!important;
}
#sp_nav .border_color2{
    border-color: var(--color4);
}

.fixbnr{
    display: none;
}

#footer_info > div{
    background-color: var(--color1);
}

footer{
    background-color: var(--color2)!important;
}
footer .footer_item{
    background-color: #fff!important;
}
footer .footer_h1 {
    border-color: var(--color4)
}

#page-top {
    right: 10px;
    width: 60px;
    height: 60px;
    border: solid 1px currentColor;
}
#page-top::before{
    border-color: currentColor;
}

.foot_banner{
    width: 322px;
    right: 80px;
    bottom: 10px;
}
.foot_banner a{
    transition-property: opacity;
}
footer .footer_h1{
    opacity: 0;
    pointer-events: none;
}

/********** top **********/

.toppage #con_nav {
    padding-bottom: 0;
    margin-bottom: -45px;
}

.zabuton{
    background-color: #fff;
    border: solid #fff;
    border-width: 0 0.5em;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    padding: 0.2em 0;
    line-height: 2.1;
    font-size: 30px;
}

.toppage #mainwrap{
    padding-left: 5%;
}
.mainwrap-l{
    overflow: inherit;
}
#main_img .swiper-container{
    border: solid 1px;
    border-radius: 200px 0;
    box-sizing: border-box;
}
#main_img .catch1{
    top: 50px;
    left: -30px;
    z-index: 1;
}
#main_img .catch2{
    right: -140px;
    bottom: 70px;
    z-index: 1;
}

.img-container:before{
    top: 1px;
    left: 1px;
    height: calc(100% - 2px);
}
.conveyer_wrap.img-container:before{
    top: 0px;
    left: 0px;
    height: 100%;
}

#top_contents1 .con1_img, #top_contents1 .con1_img2 div, #top_contents3 img{
    border-radius: 0;
}
#top_contents1 .con1_img{
    border-top: solid 1px;
    border-right: solid 1px;
    border-bottom: solid 1px;
}
#top_contents1 .con1_img2{
    bottom: 100px;
}
#top_contents1 .con1_img2 div{
    min-width: inherit;
    border-top: solid 1px;
    border-left: solid 1px;
    border-bottom: solid 1px;
}
#top_contents3 img{
    border: solid 1px;
}
#top_contents3{
    background-color: var(--color1);
}

.conveyer_wrap div{
    width: 100%;
    height: 200px;
    background-size: 2000px;
    background-repeat: repeat-x;
    background-position-x: 0;
    background-position-y: 0;
}
.conveyer_wrap .conv_box1{
    animation: conv1 60s linear infinite;
    background-image: url('./Dup/img/conveyer1.png');
}
.conveyer_wrap .conv_box2{
    animation: conv2 60s linear infinite;
    background-image: url('./Dup/img/conveyer2.png');
}
.conveyer_wrap .conv_box3{
    animation: conv1 60s linear infinite;
    background-image: url('./Dup/img/conveyer3.png');
}

@keyframes conv1 {
    0% {
        background-position-x: 0
    }
    100% {
        background-position-x: -2000px
    }
}
@keyframes conv2 {
    0% {
        background-position-x: 0
    }
    100% {
        background-position-x: 2000px
    }
}
@keyframes conv3 {
    0% {
        background-position-x: 0
    }
    100% {
        background-position-x: -1500px
    }
}
@keyframes conv4 {
    0% {
        background-position-x: 0
    }
    100% {
        background-position-x: 1500px
    }
}

#top_cms{
    background-color: #fff;
}

#cms_5-e .number:before, .cms_5-e .number:before{
    font-family: var(--font-en);
}

/********** under_page **********/

.lb-data .lb-caption{
    letter-spacing: 0;
}

.under_page {
    background-color: #fff;
    padding-bottom: 1px;
}

.under_page #con_nav{
    margin-top: -45px;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 100px;
}

.under_page h1{
    padding-bottom: 80px;
}

#page_title .title_wrap{
    width: max-content;
    padding: 25px 50px;
    background-color: #fff;
    color: currentColor;
    line-height: 1;
    text-shadow: none;
    border: solid 1px;
}
#page_title .title_wrap h2{
    font-size: 36px;
}

.cate_list a{
    background-color: var(--color2);
}

.pager li a{
    color: var(--black)!important;
    background-color: var(--color3);
}
.pager li a:hover{
    background-color: var(--color1);
}

.cate_title{
	background-color: transparent;
	padding: 0;
	margin: 0;
	display: block;
	border: none;
	width: 100%!important;
	font-size: 24px;
	text-align: left;
	font-weight: bold;
	margin-bottom: 50px;
	color: var(--black);
}

#cms_1-a .date{
    border: none;
    background-color: var(--color1);
    width: inherit;
    padding: 5px 10px;
}

#cms_6-a .box_item .box_item{
    padding-top: 0;
}
#cms_6-a .box_title1{
    margin-top: -12px;
}

#map iframe{
    display: block;
    width: 100%;
    height: 300px;
}


/********** tablet 780 **********/
@media screen and (max-width: 768px){
.mainwrap-r h1{
    padding: 0;
    width: 120px;
}
.toppage #mainwrap{
    padding-left: 30px;
    padding-right: 30px;
}
#main_img .catch1 {
    top: 40px;
    left: -15px;
}
#main_img .catch2 {
    right: -15px;
    bottom: 20px;
}
.under_page h1{
    padding-bottom: 30px;
    margin-bottom: 100px;
}
.cate_list {
    margin-bottom: 50px;
}
#top_contents1 .con1_txt_wrap, #top_contents3 .con3_txt_wrap{
    padding-top: 0;
}
#top_contents1 .con1_img, #top_contents3 figure.mg_b-50px{
    margin-bottom: 0;
}
#top_contents1 .con_title, #top_contents3 .con_title{
    margin-top: -20px;
    text-align: left;
}
#top_contents1 .con1_img2{
    bottom: 6vw;
}
.con1_txt_wrap {
    padding-bottom: 44vw;
}
footer .footer_item{
    padding-bottom: 100px;
}
}

/********** mobile 750 **********/
@media screen and (max-width: 667px){
.mainwrap-r h1 {
    width: 90px;
}
#main_img .catch1 {
    top: 30px;
}
#main_img .catch2 {
    bottom: 10px;
}
#main_img .swiper-container {
    border-radius: 60px 0;
}
.conveyer_wrap div{
    height: 150px;
    background-size: 1500px;
}
.conveyer_wrap .conv_box1{
    animation: conv3 50s linear infinite;
}
.conveyer_wrap .conv_box2{
    animation: conv4 50s linear infinite;
}
.conveyer_wrap .conv_box3{
    animation: conv3 50s linear infinite;
}
#page_title .title_img {
    height: 60vw;
}
#page_title .title_wrap {
    padding: 20px 0;
    transform: translateX(-50%);
    top: auto;
    bottom: -80px;
    width: 90%;
}
#page_title .title_wrap h2 {
    font-size: 26px;
    letter-spacing: 2px;
}
.under_page h1 {
    padding-top: 100px;
}
.zabuton {
    font-size: 22px;
}
.cate_title{
    font-size: 20px;
}
footer .footer_item{
    padding-bottom: 90px;
}
#page-top {
    width: 50px;
    height: 50px;
}
.foot_banner{
    max-width: 270px;
    width: calc(100% - 80px);
    right: 70px;
}
}