﻿@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Indie+Flower&family=Zen+Maru+Gothic&display=swap');


/* 1536 , 1530 × 735 ,1366 *//* 上記画面幅でも崩れていないか確認 */

/* 修正した場合→各項目の一番下に日付をコメントアウトして追記 */




/*■■　ALL　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/


/* color */
.txt_color_nomal, .hvr_txt_color_nomal:hover{color: var(--black);}
:root{
    --color1: #ffa733; 
    --color2: #925c17; 
    --color3: #f9f0e8; 
    --color4: #ffd773; 
    --color5:#513415;
    --black: #302a24; 
	--linkStyle:#ef8e1b;
	--en:"Indie Flower", cursive;
}

.txt_red, .hvr_txt_red:hover{color: #C12326;}
.txt_gray, .hvr_txt_gray:hover{color: #ccc}
.txt_color1, .hvr_txt_color1:hover{color: var(--color1)} /* メインカラー */
.txt_color2, .hvr_txt_color2:hover{color: var(--color2)} /* サブカラー */
.txt_color3, .hvr_txt_color3:hover{color: var(--color3)} /* アクセントカラー1 */
.txt_color4, .hvr_txt_color4:hover{color: var(--color4)} /* アクセントカラー2 */

/* background-color */
.bg_black, .hvr_bg_black:hover{background-color: var(--black)} /* 黒背景 */
.bg_gray, .hvr_bg_gray:hover{background-color: #ccc}
.bg_color1, .hvr_bg_color1:hover{background-color: var(--color1)} /* メインカラー */
.bg_color2, .hvr_bg_color2:hover{background-color: var(--color2)} /* サブカラー */
.bg_color3, .hvr_bg_color3:hover{background-color: var(--color3)} /* アクセントカラー1 */
.bg_color4, .hvr_bg_color4:hover{background-color: var(--color4)} /* アクセントカラー2 */
.bg_color_clear, .hvr_bg_color_clear:hover{background-color: transparent!important}

/* border-color ※!important */
.border_black, .hvr_border_black:hover{border-color: var(--black)}
.border_gray, .hvr_border_gray:hover{border-color: #ccc}
.border_color1, .hvr_border_color1:hover{border-color: var(--color1)}
.border_color2, .hvr_border_color2:hover{border-color: var(--color2)}
.border_color3, .hvr_border_color3:hover{border-color: var(--color3)}
.border_color4, .hvr_border_color4:hover{border-color: var(--color4)}


.linkStyle{
	color:var(--linkStyle);
}
.linkStyle:hover{
	opacity: 0.7;
	transition: all 0.5s;
}

.point_no{
    pointer-events: none;
}
.en ,.fon_jos{
    font-family: var(--en);
}

h2, h3, h4,.cate_title {
    font-family: "Zen Maru Gothic",'Kiwi Maru', serif;
}

body ,.font_2dw, .font_2dw_tb, .font_2dw_sp{
    font-size: 16px;
}

.top .fixbnr,.fixbnr{
    display: none;
}

/*logo*/

@keyframes yurayura {
  0%, 100% {
    transform: rotate(-2deg); 
  }
  50% {
    transform: rotate(2deg); 
  }
}

#header h1 img ,.under_page h1 img {
  display: inline-block;
  transform-origin: bottom center; /* 足元を軸に揺れる */
  animation: yurayura 2.5s ease-in-out infinite;
}
/*load*/

.loader_icon {
    width: 250px;
}
@keyframes fadein {
	0% {opacity:0;}     
	50% {opacity:1;}   
	100% {opacity:1;}   
}

/*header*/
#sp_nav ul li a{
    color: var(--linkStyle);
}

/*footer*/
.footer_tel.fon_jos ,.head_tel{
        font-family: "Zen Maru Gothic",'Kiwi Maru', serif;
}
.info_txt_wrap {
    margin-top: 0; 
     margin-bottom: 0;
}

#copylight {
    font-family: 'Noto Sans JP', 'Comfortaa', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}


/* fix_bnr ----------------------------------------------------------------*/
#fix_bnr {
    bottom: 10px;
    right: 70px;
    z-index: 10;
    width: 23%;
    max-width: 250px;
    margin: auto;
    transition: opacity 0.8s, transform 0.8s;
    opacity: 0;
    transform: translateY(20px); 
    pointer-events: none; 
}

.is-visible {
    opacity: 1 !important;
    transform: translateY(0) !important;
    pointer-events: auto !important; 
}

#fix_bnr:hover {
    transform: translateY(0) scale(1.1) !important;
}



/* ---------------------------　タブレット　-------------------------- */
@media screen and (max-width: 768px){
    
/*load*/

.loader_icon {
    width: 150px;
}

/*footer*/
#footer_info .info_txt_wrap{
    background-color:#fff;
}
.info_txt_wrap {
    margin-top: 40px;
}
}

/* --------------------------　スマホ　-------------------------- */
@media screen and (max-width: 667px){
#fix_bnr {
    width: 40%;
    left: 10px;
    right: auto;
}

/*footer*/
.info_txt_wrap {
    margin-top: 20px;
    margin-bottom: 50px;
}


}



/*■■　FV　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#wrap.top{
    background-image: url('/Files/img/mainbg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.head_tel{
    display: none;
}

#mainwrap{
    min-width: 1200px;
    min-height: 660px;
}
#main_img{
     min-height: 600px;
}

#main_img div:nth-child(1){
              width: 70%;
    max-width: 720px;
    left: 65%;
    bottom: 0;
    transform: translate(-50%, 0);
}
#main_img div:nth-child(2){
        width: 55%;
        max-width: 740px;
            left: 10%;
    top: 10px;

}
#main_img div:nth-child(3){
    width: 28%;
    max-width: 300px;
        left: 20%;
        bottom: -7px;

}

.scroll{
    color: var(--color2);
    display: none;
}
.scroll::before {
    background: rgba(146, 92, 23, .4);
}
.scroll::after {
    background: var(--color2);
}

/* ---------------------------　タブレット　-------------------------- */
@media screen and (max-width: 768px){
#mainwrap{
    min-width: auto;
    min-height: auto;
}
#main_img{
     min-height: auto;
}
   .mainwrap-r h1 {
        width: 140px;
    }
    #main_img div:nth-child(1) {
    width: 85%;
    left: 50%;
    transform: translate(-50%, 0);
    }
   #mainwrap .main_sp {
        left: 50%;
    transform: translate(-50%, 0);
        width: 87%;
    top: 9%;
    }
}

/* --------------------------　スマホ　-------------------------- */
@media screen and (max-width: 667px){
    .mainwrap-r h1 {
        width: 80px;
    }
    #main_img div:nth-child(1) {
        width: 95%;
        bottom: 20px;
    }
       #mainwrap .main_sp {
        width: 95%;
    top: 10%;
    }
}



/*■■　TOP　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

#mainwrap{
    padding-bottom: 0;
}

.toppage #con_nav{
    padding-top: 0;
}

.con_title{
    font-size: 36px;
    color: var(--color1);
}
.con1_txt_wrap .con_title{
    color: var(--color5);
}
.attach_txt{
    font-size: 70px;
}

.cms_title .font_12up{
    font-size: 30px;
    color: var(--color5);
}


/* ---------------------------　タブレット　-------------------------- */
@media screen and (max-width: 768px){
.attach_txt {
    font-size: 60px;
}
#top_news{
    padding-right: 20px;
    padding-left: 20px;
    margin-top: 10px;
}
}

/* --------------------------　スマホ　-------------------------- */
@media screen and (max-width: 667px){
    .attach_txt {
    font-size: 40px;
}
.con_title {
    font-size: 26px;
}
.cms_title .font_12up{
    font-size: 24px;
}
    #top_contents1 .con1_img2 div {
                min-width: 210px;
    }
}



/*■■　下層ページ　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/


/*.cate_list li a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 10px;
}*/


#page_title .title_img {
    height: 400px;
}

/*お問い合わせ*/

.contact_btn span {
    padding: 20px 10px 20px 30px !important;
}
.contact_btn_wrap .icon {
    left: 20px !important;
}

.button a {
    background: var(--color1);
    border-radius: 9999px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    padding: 10px 25px 10px 10px;;
    color: #fff;
    line-height: 1.8;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    border: solid 2px var(--color1);
    font-size: 28px;
    font-family: "Zen Maru Gothic",'Kiwi Maru', serif;
}
.button a:hover {
    background: var(--color3);
    color: var(--color1);
}
.button a:after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 25px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.button a:hover:after {
    border-color:var(--color1);
}

/* ---------------------------　タブレット　-------------------------- */
@media screen and (max-width: 768px){

}

/* --------------------------　スマホ　-------------------------- */
@media screen and (max-width: 667px){
.button a {
    font-size: 20px;
}

#page_title .title_wrap .mg_t-20px{
    margin-top: 5px;
}
#page_title .title_img {
            height: 300px;
        background-size: 214%;
        background-position: center 44%;

}
#page_title .title_wrap {
        margin-top: -10%;
    }
    
}



