﻿/* all page */
/*fonts*/
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');
.maru, .font_bar, #pc_nav li a, #intro h2, #contents h2, #contents2 h2, #contents3 h2, #top_cms h2, #top_info h2, #page_title, .footer_right #footer_nav 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: 'Zen Maru Gothic', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif!important;
}

/*スクショ*/
/*html, body{overflow: auto}*/
/*.pp-section{position: static}*/


/* color ---------------------------------------------------------------------------------------------*/
.linkStyle{color: #160a0a;text-decoration: underline;transition: opacity .3s;}
.linkStyle:hover{opacity: 0.7}
.txt_color1, .hvr_txt_color1:hover{color: #90d8e2;} /* メインカラー */
.txt_color2, .hvr_txt_color2:hover{color: #e6e6e6} /* サブカラー */
.txt_color3, .hvr_txt_color3:hover{color: #ffbe08;} /* アクセントカラー1 */
.txt_color4, .hvr_txt_color4:hover{color: #c9baa9} /* アクセントカラー2 */

/* background-color */
.bg_color1, .hvr_bg_color1:hover{background-color: #90d8e2;} /* メインカラー */
.bg_color2, .hvr_bg_color2:hover{background-color: #f7f7f7} /* サブカラー */
.bg_color3, .hvr_bg_color3:hover{background-color: #ffbe08;} /* アクセントカラー1 */
.bg_color4, .hvr_bg_color4:hover{background-color: #c9baa9} /* アクセントカラー2 */

/* border-color ※!important */
.border_color1, .hvr_border_color1:hover{border-color: #90d8e2;}
.border_color2, .hvr_border_color2:hover{border-color: #e6e6e6}
.border_color3, .hvr_border_color3:hover{border-color: #ffbe08;}
.border_color4, .hvr_border_color4:hover{border-color: #c9baa9}

#page_top {
    background-color: #90d8e2;
    color: #fff;
}
#page_top .arrow {
    border-color: #fff;
}

/*固定バナー*/
.banner__fixed {
    position: fixed;
    top: 20px;
    right: 110px;
    max-width: 300px;
	min-height: 80px;
    z-index: 10;
}
.banner__fixed a {
	padding: 22px;
}
/* header */


/* top ----------------*/
#pp-nav ul{
    background-color: rgba(255,255,255,0.6);
    border-radius: 50px;
    padding: 3px;
}
/* main img */
#custom .custom_wrap{
    background:url(./Dup/img/main_img.jpg) no-repeat;
    background-size:auto;
    background-position: center center;
    position: relative;
}
#custom .catch{
    max-width: 570px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
#custom .object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    opacity: 0.6;
    z-index: 0;
    display: flex;
    flex-flow: row;
}
#custom .object img:first-child {
    width: 100%;
    height: auto;
    animation: slide1 80s -40s linear infinite;
}
#custom .object img:last-child {
    width: 100%;
    height: auto;
    animation: slide2 80s linear infinite;
}
@keyframes slide1 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes slide2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}


/* main */
/* video */
#video_erea, #contents .con_bg{
    background-image: url('./Dup/img/slide.png');
    background-position: top left;
    background-repeat: repeat;
    background-size: auto;
}

/* intro */
#intro .intro_wrap .intro_top span{
    position: relative;
    color: #111;
    border-bottom: 2px solid;
    background-color: #ffbe08;
    padding: 0 10px;
    font-size: 20px;
}
#intro .intro_wrap .intro_top span::before, #intro .intro_wrap .intro_top span::after {
    content: "";
    border: solid transparent;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
#intro .intro_wrap .intro_top span::before{
    border-width: 11px;
    border-top-color: #111;
}
#intro .intro_wrap .intro_top span::after {
    border-width: 8px;
    border-top-color: #ffbe08;
}
#intro .intro_title span{
    display: inline;
    background: linear-gradient(transparent 60%, #c4f8ff 60%);
}

/* contents */
#contents .con_box1::before{
    display: none;
}
#contents .con_box1{
	padding-bottom: 0;
	margin-bottom: 0;
}
#contents .con_box1 {
    background-color: #ffffff;
    padding: 50px;
    margin-left: -150px;
    z-index: 2;
    color: #333;
    border-radius: 10px;
    box-shadow: 10px 10px 0px #02c4b5;
}
#contents.trans .con_wrap{
	opacity: 1;
	right: 0;
	position: relative;
	z-index: 2;
}.con_no {
    font-size: 3rem;
    color: #ffbe08;
    line-height: 1;
    position: absolute;
    top: -130px;
    left: -40px;
    background-color: #fff;
    padding: 2rem 2rem;
    border-radius: 100%;
    font-weight: bold;
    box-shadow: 3px 2px 0px #02c4b5;
}
.con_no:after {
  position: absolute;
  bottom: -7px;
  right: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

#contents2 .btn-wrap a{
    color: #9ddce4;
	background-color: #fff;
	border: 2px solid #fff;
	border-radius: 50px;
	transition: all 0.3s;
	padding: 20px;
}
#contents2 .btn-wrap a:hover{
    color: #fff;
	background-color: #9ddce4;
}


/* topcms */


/* footer */



/* under page */
.pager li a {
    font-weight: bold;
}

/* cms1 */

/* cms2 */

/* cms3 */
.page4_hukidasi span{
    padding: 20px 10%;
    border-radius: 10px;
}
.page4_hukidasi span::before {
    content: "";
    border: solid transparent;
    position: absolute;
    bottom: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-width: 10px;
    border-top-color: #90d8e2;
}

/* cms4 */

/* cms5 */

/* page7 */

/* page8 */

/* page9 */

/* page10 */


/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
    #wrap{
        overflow: hidden;
    }
    .banner__fixed {
        top: 0;
        right: 60px;
    }
    .banner__fixed a {
        padding: 10px;
    }
    #custom {
        height: 45vh!important;
    }
    #custom .custom_wrap {
        height: 45vh;
        overflow: hidden;
        background-size: cover;
    }
    #custom .custom_wrap::before {
        width: 80%;
    }
    #custom .catch {
        max-width: 300px;
    }
    #video_erea, #contents .con_bg {
        background-size: contain;
    }
    #contents .con_box1 {
        margin-left: 0;
    }
    #contents .con_img{
        border-radius: 0;
    }
    
}
/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
    #custom {
        height: 50vh!important;
    }
    #custom .custom_wrap {
        height: 50vh;
        background-size: cover;
    }
    #custom .catch {
        max-width: 250px;
    }
    #custom .object {
        width: auto;
        height: 100%;
    }
    #contents .con_box1 {
        padding: 30px;
    }
    .con_no {
        left: 0px;
    }
    .page4_hukidasi span{
        padding: 10px 1%;
    }
    
}





