﻿@import url('https://fonts.googleapis.com/css2?family=Ephesis&display=swap');
.font1{
    font-family: 'Ephesis', cursive;
    letter-spacing: 0;
}

:root{
    --color_blue:#3593c0;
}

/*
#page_top{
    position:absolute;
}
*/

/*--all page---------------------------
-------------------------------------*/

.linkStyle{
    color:var(--color_blue);
}
.linkStyle:hover{
    transition:all 0.3s;
    opacity:0.7;
    text-decoration:underline;
}

body{
    overflow:hidden;
}

header{
    padding-top: 5px!important;
    padding-bottom: 5px!important;
    
    position: fixed!important;
    top: 0;
    left: 0;
    width: 100%;
    z-index:6;
}
header.scr_header{
    background-color: rgba(255,255,255,0.8);
    transition:all 0.3s ease;
}
header::before{
    display:none;
}
header .logo_wrap{
    width:400px;
    transition:all 0.3s;
}
header.scr_header .logo_wrap{
    width:200px;
}
#header{
    padding-top: 10px;
    padding-bottom: 10px;
}
#pc_nav li a,
.header_tel a,
.footer_tel a{
    text-shadow: 1px 1px 0 #fff;
}
.info_txt_wrap .time{
    display:none;
}
.footer_tel,
.footer_txt{
    position:relative;
    z-index:2;
}

#bottom_tel{
    display:none!important;
}

#logo2{
    width:400px;
}

#loader p{
    width:500px;
}

main {
    background-image: radial-gradient(rgba(191,210,216,0.5) 5%, transparent 5%);
    background-size: 35px 35px;
}

/*--top page---------------------------
-------------------------------------*/
#main_img{
    height:100vh;
}
.catch {
    width: 60vw;
    max-width: 1280px;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}
.catch img {
    filter: drop-shadow(2px 2px 1px #A06100);
}

/*下からフェードイン*/
 .fadeup {
  opacity: 0;
  transform : translate(0, 50px);
  transition : all 1500ms;
}
.fadeup.scrollin{
  opacity: 1;
  transform: translate(0, 0);
}

.top_bnr{
    margin-top: -120px;
    margin-bottom: 100px;
}

#top_contents1 .info_title {
    top: -50px;
    left: -7%;
}

#top_about .cms_box{
    background-color:#fff;
}
#top_about .cms_title h3{
    position: relative;
    z-index: 1;
}
#top_about .cms_title p{
    width: 300px;
    margin: -110px auto;
}
#top_about .box_txt1 span {
  position: relative;
  z-index: 1;
  color:#fff;
}
#top_about .box_txt1 span:after {
    content: '';
    position: absolute;
    left: -5px;
    bottom: -14px;
    width: 0%;
    height: 50px;
    background: var(--color_blue);
    z-index: -1;
    transition: all 0.8s;
}
#top_about .box_txt1 span.isActive:after {
    width: calc(100% + 10px);
}

/*--under page---------------------------
-------------------------------------*/
.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;
}

/*REVIEWS page*/
.v_type3 .cate_box{
    border: 1px solid;
    border-color:var(--color_blue);
}
.v_type3 .box_title1{
    color: var(--color_blue);
}


/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
header .logo_wrap {
    width: 350px;
}
main {
    background-image: radial-gradient(rgba(191,210,216,0.5) 6%, transparent 6%);
}
.catch {
    width: 90vw;
    top:35%;
}
.top_bnr{
    margin-bottom:200px;
}
#top_contents1 .info_title {
    top: -75px;
    left: 50%;
    transform: translateX(-50%);
}
#top_about .cms_title p {
    width: 250px;
}
#top_about .box_txt1 span:after{
    height:45px;
}
#footer_info .info_title{
    width:80%;
}
#bottom_tel{
    display:block!important;
}

}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
#loader p {
    width: 300px;
}
header .logo_wrap {
    width: 200px;
}
header.scr_header .logo_wrap {
    width: 150px;
}
.catch {
    width: 85vw;
}
#con_nav {
    padding-bottom: 160px;
}
#top_about .cms_box_wrap{
    padding-top:100px;
}
#footer_info .info_title {
    width: 100%;
    margin-bottom:0;
}
}






