﻿@import url('https://fonts.googleapis.com/css2?family=Square+Peg&display=swap');
@font-face {
font-family: "Utsukushi_min";
  src: url("./Dup/img/Utsukushi_min.ttf") format("ttf"),url("./Dup/img/RM1c_b.eot") format("eot"),url("./Dup/img/Utsukushi_min.woff") format("woff"),url("./Dup/img/Utsukushi_min.woff2") format("woff2");
}

.font1,
.sc_menu li .font_18,
nav li a .font_18,
.top_cms_title h3,
#page_title h2,
#contents_links h3,
.more a,
.mail{
    font-family: "Utsukushi_min","游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",sans-serif;;
}
.font2,
.sc_menu li .font_12,
nav li a .font_12,
.top_cms_title .opacity04,
#page_title p{
    font-family: 'Square Peg', cursive;
}


.linkStyle{
    color:#125B50;
}
.linkStyle:hover{
    transition:all 0.3s;
    opacity:0.7;
    text-decoration:underline;
}

.font_14,
#wrap{
    font-size:18px;
}

/*
#page-top,
.fix_bnr{
    position:absolute!important;
}
.fix_bnr{
    right:0!important;
}
*/


/*--all page---------------------------
-------------------------------------*/
#body{
    overflow:hidden;
}
header{
    margin-bottom:0!important;
}
header nav{
    background-color:transparent!important;
}
header ul,
.sc_menu ul{
    padding-top:5px!important;
    padding-bottom:5px!important;
}
header li a,
.sc_menu li a{
    border-left:none!important;
    border-right:none!important;
}
.sc_menu li .font_12,
nav li a .font_12{
    font-size:18px;
}
#header{
    max-width:initial;
}
#header{
    padding-top:10px;
    padding-bottom:10px;
}
#header h1 img{
    max-width:250px;
}

#header .tel a{
    /*font-size:20px;*/
    line-height:1.5;
}
.fa-envelope:before{
    display:none;
}
.fix_bnr{
    position:fixed;
    bottom:90px;    
    z-index:99;
}
.fix_bnr a{
    width: 70px;
    line-height: 70px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 10px 0 0 10px;
    border: 3px solid #fff;
    border-right: 0;
}
#contact_bar{
    width:500px;
    margin:0 auto 100px;
    background-color: #f09087;
    border-radius: 500px;
}
#contact_bar p{
    background-color:#fff;
    color: #f09087;
}
#contact_bar a{
    color:#fff;
}


/*--top page---------------------------
-------------------------------------*/
#main_img{
    height:90vh;
    overflow:hidden;
}
.main_img1{
    top: 0;
    right: 50px;
    width: 65vw;
    z-index: 1;
    height: 80vh;
    overflow: hidden;
}
.main_img2{
    bottom: 50px;
    left: 50px;
    width: 35vw;
    z-index: 2;
}
.catch{
    background-color: rgba(255,255,255,0.5);
    padding: 30px;
    top: 100px;
    left: 50px;
    z-index: 2;
}
.catch .font2{
    font-size: 2rem;
    line-height: 1;
}
.catch .font1{
    font-size:3.5rem;
}
.txt_anim1 span,
.txt_anim2 span{
	position: relative;
	right: 20px;
	opacity: 0;
	transition: all .8s;
}
.txt_anim1 span.start,
.txt_anim2 span.start{
	right: 0;
	opacity: 1;
}
.reaf1{
    width: 200px;
    top: 10px;
    left: 480px;
    z-index: 2;
}
.reaf2{
    width: 220px;
    bottom: 40px;
    right: 10px;
    z-index: 2;
}
.cut1{
    width:100px;
    bottom:10px;
    left:200px;
    animation: swing 1s steps(2, start) infinite;
}
.cut2{
    width:130px;
    bottom:10px;
    right:200px;
    animation: swing2 1s steps(2, start) infinite;
}
#intro h3 span{
    padding-bottom: 5px;    
    border-bottom:5px dotted #fff;
}



@keyframes swing {
   0% {
    transform: rotate(5deg);
  }
  to {
    transform: rotate(-5deg);
  }
}
@keyframes swing2 {
   0% {
    transform: rotate(-5deg);
  }
  to {
    transform: rotate(5deg);
  }
}

#contents1_txt{
    position:relative;
}
#contents1_txt:before,
#contents1_txt:after{
    content:'';
    position:absolute;
    display:block;
    background-repeat:no-repeat;
    background-size:contain;
    z-index:1;
}
#contents1_txt:before{
    width:120px;
    height:100px;
    background-image:url(./Dup/img/reaf1.png);
    top:-20px;
    left:-10px;
}
#contents1_txt:after{
    width:130px;
    height:110px;
    background-image:url(./Dup/img/reaf2.png);
    bottom:-30px;
    right:-30px;
}
#contents1 h3 span{
    padding-bottom: 5px;    
    border-bottom:5px dotted #ebd55c;
}
#contents2 h3 span{
    padding-bottom: 5px;    
    border-bottom:5px dotted #EB6161;
}
.hasami{
    width: 70px;
    top: -50px;
    left: 20px;
    animation: swing 1s steps(2, start) infinite;
}
.dryer{
    width: 90px;
    bottom: -50px;
    right: 20px;
    animation: swing2 1s steps(2, start) infinite;
}

.top_nav{
    display:none;
}
.top_cms_title p{
    position:relative;
}
.top_cms_title p:before{
    content: "";
  position: absolute;
  bottom: -25px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #fcf1e8;
  z-index: 0;
}
.top_cms_title .opacity04{
    font-size: 26px;
    letter-spacing: 3px;
}
.v_type3 .cate_box{border: 1px solid #f09087;}
.v_type3 .box_title1{color: #f09087;}

/*--under page---------------------------
-------------------------------------*/
#page_title,
footer{
    background-image: url(./Dup/img/reaf3.png);
    background-repeat: repeat-x;
    background-position: bottom;
    background-size: 200px;
    padding-bottom: 40px;
}
#page_title p{
    position:relative;
}
#page_title p:before{
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-top: 10px solid #fcf1e8;
    z-index: 0;
}

/* ---------- responshive ---------- */
@media screen and (max-width: 1500px){
.catch .font1 {
    font-size: 2.5rem;
}    
}

@media screen and (max-width: 1200px){
.catch .font1 {
    font-size: 2rem;
}   
.reaf1 {
    width: 150px;
    left: 280px;
}
.reaf2 {
    width: 170px;
}
}



/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
.font_14, #wrap {
    font-size: 16px;
}
#main_img {
    height: 60vh;
}
.main_img1{
    top: 0;
    right: 20px;
    width: 90vw;
    z-index: 1;
    height: 50vh;
}
.main_img2{
    bottom: 30px;
    left: 20px;
    width: 45vw;
    z-index: 2;
}
.catch{
    left:auto;
    right: 0px;
    top: 330px;
}
.catch .font1 {
    font-size: 2rem;
}
.catch .font2 {
    font-size: 1.5rem;
}
.reaf1{
    width:150px;
    top:5px;
    left:10px;
}
.reaf2 {
    width: 150px;
    bottom: -10px;
    right: -20px;
}
.sp_tel a{
    max-width: 100%!important;
}
.cut1 {
    width: 70px;
    left: 30px;
}
.cut2 {
    width: 100px;
    right: 50px;
}
}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
#header h1 img {
    max-width: 150px;
}
#main_img{
    height:70vh;
}
.main_img1{
    right:0;
}
.main_img2{
    left:0;
    width:70vw;
    bottom: 115px;
}
.catch .font1 {
    font-size: 1.5rem;
}

.reaf1{
    width:120px;
    top:0;
    left:0;
}
.reaf2{
    bottom:150px;
}
#intro{
    padding-bottom:100px;
}
#contents1_txt:before{
    display:none;
}
#contents1_txt:after{
    bottom:-70px;
}
.hasami{
    display:none;
}
.dryer{
    bottom: -100px;
}
.fix_bnr{
    bottom: 60px;
}
.fix_bnr a {
    width: 50px;
    line-height: 50px;
    border-radius: 5px 0 0 5px;
    border: 1px solid #fff;
}
footer h3{
    width:82%!important;
}
#intro,
#contents1 #contents1_txt{
    padding-right:30px;
}
#contents2 .flex_order2_tb{
    padding-right:50px;
}
#contents2 h3{
    font-size:20px;
}
#contact_bar{
    max-width: 300px;
    padding: 30px;
}
}







