﻿@import url('https://fonts.googleapis.com/css2?family=Zen+Old+Mincho&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Allison&display=swap');
#body{
    font-family: 'Zen Old Mincho', "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
    overflow:hidden;
}
.font1{
    font-family: 'Allison', cursive;
}

.linkStyle{
    color:#bf9d74;
}
.linkStyle:hover{
    transition:all 0.3s;
    opacity:0.7;
    text-decoration:underline;
}






/*--all page---------------------------
-------------------------------------*/
#wrap{
    line-height:1.5;
    letter-spacing:3px;
}
#fakeloader .fl{
    width:300px;
    top:50%!important;
    left:50%!important;
    transform:translate(-50%,-50%);
}
#fakeloader .fl{
	animation-name: loader;
	animation-duration: 10s;
	animation-timing-function: ease;
	animation-iteration-count: infinite;
}
@keyframes loader {
	0% {opacity: 0;}
	50% {opacity: 1;}
	100% {opacity: 0;}
}
header #header #header_menu li:last-child a span{
    border:1px solid;
}
header #header #header_menu li:last-child a span:hover{
    background: #bdd8d5!important;
    border:1px solid #bdd8d5;
}
footer .bg_color1{
    background: #bdd8d5!important;
}
#map{
    display:none;
}
#copyright,
#page-top a{
    color:#333;
}
.bg_white_opa{
    background-color:rgba(255,255,255,0.7);
}

/*--top page---------------------------
-------------------------------------*/
#main_img .svg_box,
.svg_box2{
    display:none;
}
#main_img::before{
    content:'';
    position:absolute;
    display:block;
    width:100%;
    height:100;
    background-color:rgba(0,0,0,0.1);
    top:0;
    left:0;
    z-index:1;
}
.sample_txt{
    bottom:3%;
    right:10%;
    display:none;
}
.catch{
    top:18%;
    right:5%;
    width:47vw;
    z-index:2;
}
.catch img{
    filter: drop-shadow(0 0 5px #777);
}
#contents .con1_txt,
#contents .con2_txt,
#contents .con3_txt{
    position:relative;
    padding-top:50px;
}
#contents .con1_txt::before,
#contents .con2_txt::before,
#contents .con3_txt::before{
    content:'';
    position:absolute;
    display:block; 
    width:350px;  
    height:187px;    
    background-size:contain;
    background-repeat:no-repeat;    
}
#contents .con1_txt::before{
    background-image:url(./Dup/img/01.png);
    top:-25%;
    left:-23%;
}
#contents .con2_txt::before{
    background-image:url(./Dup/img/02.png);
    top:-25%;
    left:0;
}
#contents .con3_txt::before{
    background-image:url(./Dup/img/03.png);
    top:-25%;
    left:-23%;
}
#contents .con3_txt h3{
    font-size:27px;
}
.coetasu{
    width: 95%;
    margin:200px auto;
}
.cms_title h2{
    font-size:2rem;
    position:relative;
}
.cms_title h2::before{
    content:'';
    position:absolute;
    display:block;
    width:30px;
    height:1px;
    background-color:#333;
    top:25px;
    left:-30px;
}

.cms_title p{
    font-size:1.5rem;
    padding-left:10px;
}
#top_cms .more{
    margin-right:0;
    margin-left:auto;
}
#top_cms .more a{
    border:1px solid;
}


/*top page animmation*/
/* ローディング後にじわっと出現 */
.load-blurTrigger{
    opacity: 0;
}
.load-blur{
  animation-name:load-blurAnime;
  animation-duration:1s;
  animation-fill-mode:forwards;
}

@keyframes load-blurAnime{
  from {
  filter: blur(10px);
  transform: scale(1.02);
  opacity: 0;
  }

  to {
  filter: blur(0);
  transform: scale(1);
  opacity: 1;
  }
}

/*下からじわっと出現ン*/
 .blurTrigger {
  opacity: 0;
}
.blur{
  animation-name:load-blurAnime;
  animation-duration:2s;
  animation-fill-mode:forwards;
}

/*--under page---------------------------
-------------------------------------*/
#page_title{
    background-position:center;
}
#page_title h2{
    font-weight:normal;
}
#page_title h2 span{
    background: #bdd8d5;
    color: #333;
}
#page_title .svg_box{
    display:none;
}

/*line up page*/
#cms_3-e .cate_box{
    background-color:#f7f7f7!important;
}
#cms_3-e .sub_cate_title::before,
#cms_3-e .sub_cate_title::after{
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 150px;
    height: 1px;
    background-color: black;
}
#cms_3-e .sub_cate_title::before{
    left:0;
}
#cms_3-e .sub_cate_title::after{
    right: 0;
}


/*guide page*/
#cms_6-a .cate_title{
    color: #333;
    background: rgba(195,198,216,.5);
}
.youtube_box{
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube_box iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}



/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
#header_menu{
    letter-spacing:1px;
}
#intro_sp{
    height:0;
}
#contents .con1_txt::before,
#contents .con2_txt::before,
#contents .con3_txt::before{
    top:-30%;
}
#top_cms{
    padding-top:50px;
}
.u_bnr{
    margin-top:30px;
}
}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before{
    background-color:#333!important;
    height:1px;
}
.drawer-open .drawer-hamburger-icon{
    background-color:transparent!important;
}
.drawer--left.drawer-open .drawer-nav{
    background-color: rgba(189,216,213,1);
}

#fakeloader .fl{
    width:200px;
}
.catch {
    top: 7%;
    right: 0%;
    width: 65vw;
}
#intro_txt h2{
    font-size:25px;
}
#intro #intro_txt{
    background-color:white;
}
#contents .con1_txt::before,
#contents .con2_txt::before,
#contents .con3_txt::before{
    top:-12%;
    left:0;
    background-size:70%;
}
#contents .con3_txt h3{
    font-size:18px;
}
.cms_title h2{
    font-size:1.5rem;
}
.cms_title h2::before{
    display:none;
}
#top_cms .more{
    margin-left:0;
    margin:auto;
}
.top_bnr{
    margin-bottom:20px;
}
.coetasu{
    margin:100px auto;
}

#cms_3-e .sub_cate_title::before,
#cms_3-e .sub_cate_title::after{
    width:50px;
}
}

/* ---------- IEの処理 ---------- */
@media all and (-ms-high-contrast: none){
header #header #header_menu li:last-child a span{
    padding-bottom:10px;
}
.more a{
    padding-top:3px;
}
#info_title_box .info_title span{
    padding:12px 40px 12px;
}
#page_title h2 span{
    padding-top:18px;
}
.pager li a span{
    padding-top:0!important;
}
#cms_3-e .cate_title{
    padding-top:20px;
}
#cms_6-a .cate .cate_title{
    padding-top:13px!important;
}

}


