﻿/*===========================================================*/
/* 個別 */
/*===========================================================*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&family=Noto+Sans+JP:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rounded+Mplus+1c:wght@400;700&family=Noto+Sans+JP:wght@400;700&display=swap');

body,.font_Quick{
        font-family: 'Montserrat',"Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif!important;
        font-weight: 500;
}
body {
  font-family: 'Rounded Mplus 1c', 'Noto Sans JP', 'ヒラギノ丸ゴ Pro', 'Hiragino Maru Gothic Pro', sans-serif;
}
.linkStyle{color: #333;border-bottom: 1px solid;}
#header #logo {
    width: 270px;
    height: 100px;
    background: transparent;}
#header #logo h1 { width: 67%!important;}

#header{
    position: fixed;
    width: calc(100% - 90px);
    box-sizing: border-box;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 11;
    padding: 0 20px;
    box-shadow: 0 0 30px rgba(0,0,0,0.1);
    z-index: 999;
}
#header #header-nav{
    padding: 20px 0;
    margin-top: 0;
}

#header.active #logo{
    height: 100%;
}
.men{
    max-width: 300px;
    bottom: 0;
    right: 9%;
    z-index: 15;
    width: 19%;
}


#top_contents1{background: linear-gradient(to bottom, #fffefc 0%, #fff6d4 100%);}
#top_contents2 {
    padding: 5%;
    background: linear-gradient(to bottom, #fffefc 0%, #fff6d4 100%);
}

/*#top_contents2 .con_box .text_box,#top_contents2 .con_box .con_img{border-radius: 5%; }*/
#top_contents1 h2,#top_contents2 h2{
        /*font-family: "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";*/
    font-size: clamp(18px, 6vw, 24px);
    color: #FF9E03;
}
#top_contents2 .con_box .text_box .before{    
    content: none;
    display: none;
    
}
.bg-text {
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    text-align: center;
    font-weight: bold;
    color: rgb(255 255 255 / 50%);
    letter-spacing: 0.1em;
    pointer-events: none;
    z-index: 1;
    line-height: 1;
    white-space: nowrap;
    font-size: clamp(28px, 6vw, 120px);
}
.swiper1 .swiper-slide {
    opacity: 1 !important;
}
#footer::before {    background-color: #cdcdcd;}
#main_img{height: 100vh;}
.dec01{
    max-width: 220px;
    width: 18%;
    z-index: 2;
    top: 0%;
    left: 5%;
}
.dec02{
        max-width: 220px;
    width: 20%;
    z-index: 2;
    bottom: 0;
    right: 1%;
}

/*===========================================================*/
/* コード集 */
/*===========================================================*/
.fv-center {
  background: #fcf7ef;
  border-radius: 24px;
  padding: clamp(16px, 5vw, 40px);
  text-align: center;
  width: 100%;
  max-width: 900px;  
  min-width: 0;
  margin: 40px auto;
  box-shadow: 0 8px 24px rgba(180,140,100,0.10);
  box-sizing: border-box;
  z-index: 9;
}

.fv-main {
    font-size: clamp(1.1rem, 2.5vw, 2.2rem);
color: #d49a5b;
  font-weight: bold;
  letter-spacing: 0.03em;
}
.fv-key {
    color: #ffb977;
  font-weight: bold;
font-size: clamp(1.5rem, 3vw, 2.6rem);
}

.fv-illusts {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin: 24px 0 18px 0;
}
.fv-illust {
  max-width: 500px;
}
.house1, .house2 {
  height: 44px;
}

.fv-desc {
  font-size: 1em;
  color: #5b5b5b;
  margin-bottom: 24px;
}

.fv-search {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.fv-search .mail_bt a{
    border-radius: 10px;
}
.fv-search button,.more a {
  background: linear-gradient(90deg, #ffe1c2 0%, #ffd0a2 60%, #ffcfa6 100%);
  color: #a7562a;
  border: none;
  border-radius: 32px;
  font-size: clamp(1em, 2vw, 1.1em);
  font-weight: bold;
  padding: 12px 40px;
  cursor: pointer;
  transition: background 0.2s, box-shadow 0.2s;
  transition: 0.5s;
  box-shadow: 0 2px 8px rgba(200,180,150,0.10);
  letter-spacing: 0.05em;
}
.fv-search button:hover,.more a:hover {
  background: linear-gradient(90deg, #ffd0a2 0%, #ffb977 100%);
  color: #fff;
  box-shadow: 0 4px 16px rgba(255, 209, 162, 0.13);
  transition: 0.5s;
  opacity: 0.7;
}

#top_contents2 .con_box:first-child .img_box:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 30%;
    background-image: url(./Files/img/dec01.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-size: 100px;
    pointer-events: none;
    z-index: 1;
}


/*===========================================================*/
/* 下層 */
/*===========================================================*/
#page_title{padding-top: 100px!important;}




/*===========================================================*/
/* タブレット */
/*===========================================================*/
@media screen and (max-width: 768px){
#main_img{height: 70vh;}
.fv-center{width: 90%;}
.men {
    right: 3%;
}
    .tb_sns_wrap ul {
        padding: 30px 0 20px;
    }
#header, #fix_menu{top: 0!important;}
.dec01 {
    top: -5%;
}
#page_title {
padding-top: 0!important;}

}



/*===========================================================*/
/* スマホ */
/*===========================================================*/
@media screen and (max-width: 667px){
#header #logo {
    height: 80px;
}
.fv-search .mail_bt a {
    border-radius: 10px;
    width: 200px;
}
.fv-search .mail_bt:first-of-type{
    margin-right: 0;
    margin-bottom: 10px;
}
    #main_img {
        height: 80vh;
    }
#top_contents2{padding: 50px 0;}
.bg-text {
    bottom: 0;
    font-size: clamp(23px, 6vw, 120px);
}
.dec01 {
        top: -3%;
    }
#top_contents1 h2, #top_contents2 h2 {
    /* font-family: "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif"; */
    font-size: clamp(18px, 5vw, 24px);
}
#top_contents1 h2{
        max-width: 15em;
    margin: 0 auto 25px;
}

}


/*===========================================================*/
/* IE */
/*===========================================================*/
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none){



}


/*===========================================================*/
/* Firefox */
/*===========================================================*/
@-moz-document url-prefix(){

}