
/******************** reset css ******************/


/* 全体のボックスモデルを border-box に統一 */
*, *::before, *::after {
    box-sizing: border-box;
  }
  
  html, body {
    font-family:Noto Serif JP,'游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;


    /* モバイル環境でのフォントスケール抑制 */
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;

    /* フォントのレンダリング統一（特にMacとWindows差異を軽減） */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  /* 継承漏れを防ぐ */
  *, *::before, *::after {
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-variant: inherit;
    color: inherit;
} 
  
  /* html要素、body要素の基本設定 */
  html {
    /* テキストサイズ調整を無効化（モバイルなどでの自動拡大抑制用） */
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    text-size-adjust: none;
  
    /* 高さ100%確保し、スクロールバウンス等の影響を受けづらく */
    min-height: 100%;
  }
  
  body {
    margin: 0;
    padding: 0;
    line-height: 1.6;           /* 読みやすさ重視 */
    font-family: inherit;    /* 継承ベースにしてデフォルトフォント依存を減らす */
    background-color: transparent;
    color: inherit;
    /* 省略可 フォント滑らか化など */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  /* 見出し・段落の余白リセット */
  h1, h2, h3, h4, h5, h6,
  p {
    margin: 0;
    padding: 0;
  }
  
  /* リスト系（ul, ol, menu）を role=list 状況では list-style を除去 */
  ul[role="list"], ol[role="list"], menu[role="list"] {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  /* 画像・動画・図表系のレスポンシブ対応 */
  img, picture, video, canvas, svg {
    display: block;
    max-width: 100%;
    height: auto;
  }
  
  /* テーブルの余白・枠絡みのリセット */
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  
  /* フォーム系（input, button, textarea, select）のフォント継承等 */
  input, button, textarea, select {
    font: inherit;
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    color: inherit;
  }
  
  /* a 要素のデフォルトスタイル統一 */
  a {
    text-decoration: none;
    color: inherit;
  }
  
  /* ボタン・リンクなどのカーソル統一 */
  button, [type="button"], [type="submit"], [type="reset"], a {
    cursor: pointer;
  }
  
  /* hidden 属性を持つ要素を表示させない */
  [hidden] {
    display: none !important;
  }

  /******************** 初期値 ******************/
html {
	scroll-behavior: auto;
}
 /******************** スムーススクロール ******************/
html {
	scroll-behavior: smooth;
}

 /******************** fontawesome 調整 ******************/
.fa.fa-facebook{
    padding: 0;
}

  /*
 * uaplus.css version 0.0.1
 
 *,*::after,*::before{box-sizing:border-box}:focus-visible{outline-offset:3px}:where(html){-webkit-text-size-adjust:none;text-size-adjust:none}:where(html){line-height:1.5}:where(html){scrollbar-gutter:stable}:where(h1){font-size:2em;margin-block:.67em}:where(abbr[title]){cursor:help;text-decoration-line:underline;text-decoration-style:dotted}@media (forced-colors:active){mark{color:HighlightText;background-color:Highlight}}:where(del,ins,s)::before,:where(del,ins,s)::after{clip-path:inset(100%);clip:rect(1px,1px,1px,1px);height:1px;width:1px;overflow:hidden;position:absolute;white-space:nowrap;content:"test"}:where(s)::before{content:"stricken text start "}:where(s)::after{content:" stricken text end"}:where(del)::before{content:"deletion start "}:where(del)::after{content:" deletion end"}:where(ins)::before{content:"insertion start "}:where(ins)::after{content:" insertion end"}:where(audio,iframe,img,svg,video){max-block-size:100%;max-inline-size:100%}:where(fieldset){min-inline-size:0}:where(label):has(+:where(textarea,input,select)){display:block}:where(textarea:not([rows])){min-block-size:6em}:where(button,input,select,textarea){font-family:inherit;font-size:inherit}:where([type="search"]){-webkit-appearance:textfield}@supports (-webkit-touch-callout:none){:where([type="search"]){border:1px solid -apple-system-secondary-label;background-color:canvas}}:where([type="tel"],[type="url"],[type="email"],[type="number"]):not(:placeholder-shown){direction:ltr}:where(table){border-collapse:collapse;border:1px solid}:where(th,td){border:1px solid;padding:.25em .5em}:where(dialog)::backdrop{background:oklch(0% 0 0 / .3)}:where(dialog),:where(dialog)::backdrop{opacity:0;transition:opacity 300ms ease-out,display 300ms allow-discrete,overlay 300ms allow-discrete}:where(dialog[open]),:where(dialog[open])::backdrop{opacity:1}@starting-style{:where(dialog[open]),:where(dialog[open])::backdrop{opacity:0}}[hidden]:not([hidden="until-found"]){display:none!important}

 *{
    text-align: justify;
    font-family: 'Frank Ruhl Libre', Noto Serif JP, sans-serif;
 }
 */

 
 /******************** common css ******************/
 body {
    width: 100%;
    overflow-x: hidden;
    padding: 0;
    margin: 0;
}
a:hover{
    opacity: 0.7;
    cursor: pointer !important;
}
.new_twitter .fa-twitter:before {
    content: '𝕏' !important;
    font-family: sans-serif !important;
    font-weight: bold;
}
.br-sp{
    display: none;
}
main{
    width: 100%;
}
section{
    width: 100%;
}
syouchishimashita/* ******************** header ******************** */
:root {
    --header: 106px;
    scroll-padding-top: calc(var(--header));
    scroll-behavior: smooth;
}
header{
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    width: 100vw;
    height: 90px;
    /*height: var(--header);*/
    padding: 0 0 0 30px;
    align-items: center;
    background: #fff;
    z-index: 10;
    background-color: #ed6c00;
    background: rgba(237, 108, 0, 0.85);
    justify-content: space-between;
    backdrop-filter: blur(3px);
}
header li{
    list-style: none;
}


header li:last-child a{
    

}
header a{
    
    text-decoration: none;
}
.ttl{
    display: flex;
    width: 330px;
    align-items: center;
}
.ttl img{
    width: 54px;
    margin-right: 20px;
}
.ttl h1{
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 0.98rem;
    font-weight: 400;
    line-height: 1.1;
}
.ttl h1 span{
    font-size: 3.1rem;
    font-weight: 900;
    color: #EB6100;
}
.ttl h1 span a{
    color: #fff;
}
/* --------- nav --------- */
nav{
    width: 65%;
}
nav ul{
    display: flex;
    flex-wrap: wrap;
    text-align: right; 
    padding: 0;
    margin: 0;
}
nav li{
    /*margin-right: 3%;*/
    font-size: 0.925rem;
    text-align: center;
    width: 16%;
}
nav li:last-child{
    margin-left: auto;
    width: 25%;
}
nav li:last-child a{
    background-color: #ed6c00;
    /*padding: 42px 15% !important;*/
}
nav li a{
    width: 100%;
    display: block;
    margin: 0;
    /*padding: 0.2rem 0;  /* 下線の位置と幅調整*/
    position: relative; 
    text-decoration: none;  /*デフォルトで下線を非表示*/
    color: #fff;
    padding: 33px 5% !important;
}
nav a:after{
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;     /*下線の太さ*/
    background-color: #EB6100; /*下線の色*/
    transition: all .3s;
    transform: scaleX(0);
}
nav a:hover:after{
    transform: scaleX(1);
}

/* *********************** footer *********************** */
footer{
    /*border-top: 3px solid #EB6100;*/
    background-color: #fff;
    padding: 50px 0 5px 0;
    
}
footer h2{
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight: bold;
}
footer .subName{
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    line-height: 2.5em;
}
footer .leftBox{
    width: 17%;
}
footer .leftBox img{
    width: 100%;
}
footer .rightBox{
    width: 70%;
    font-weight: bold;
}
footer .add h2{
    font-size: 1.5rem;
}
footer li:nth-child(2) i,
footer li:nth-child(3) i{
    padding-right: 0.5em;
}

footer .footerNav .inner{
    display: flex;
    vertical-align: middle;
    /*padding: 0 100px;*/
    margin-bottom: 30px;
    
}
footer .footerNav .inner2{
    display: flex;
    /*padding: 0 100px;*/
    justify-content: space-between;
}
footer .footerNav h2{
    width: fit-content;
    text-align: left;
    font-size: 2.5rem;
    line-height: 1em;
    font-weight: bold;
    color: #ed6c00;
    margin: 0 15px 0 0;
}
/*
footer .footerNav p{
    line-height: 1em;
}*/
footer .copyright{
    font-size: 0.9em;
    padding: 0.5em;
    color: #c4c4c4;
    text-align: center;
    background: #fff;
    border-top: 1px solid #ed6c00;
}
footer li{
    list-style: none;
    white-space: nowrap;
}
.map22{
    width: 150px;
    height: auto;
}
.btn1{
    width: 48%;
    text-align: center;
    font-size: 0.9em;
    background-color: #fea200;
    color: #fff;
    border-radius: 5px;
    margin-right: 3%;
}
.btn1 a{
    display: block;
    color: #fff;
    text-decoration: none;
    text-align: center;
    width: 100%;
    padding: 20px;   
}
.btn2 {
    width: 48%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 1;
    text-decoration: none;
    color: #ffffff;
    font-size: 18px;
    border-radius: 5px;
    font-weight: bold;
    transition: 0.3s;
    background-color: [object object];
    background-image: radial-gradient(circle at 100% 0%, rgba(243, 187, 94, 1) 9%, rgba(244, 131, 20, 1) 50%, rgba(244, 121, 7, 1) 60%);
  }
  .btn2 a{
    display: block;
    color: #fff;
    text-decoration: none;
    width: 100%;
    padding: 20px;   
}
.btn2 img{
   /*height: 100%;*/
    width: 75%;
    height: auto;
    margin: 0 auto;
}

.list2{
    font-size: 0.8em;
}
.list2 a{
    padding: 20px;
    color: #EB6100;
    text-decoration: none;

}

.list3 a{
    padding: 20px;
    color: #EB6100;
    text-decoration: none;

}
.list3 i{
    font-size: 1.4em;
}
/* ------ tel 751px以上は反応しない ------ */
@media (min-width: 412px) {
    a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    }
  }

/* *********************** scrool top *********************** */
.scroll{
    position: fixed;
    bottom: 60px;
    right: 50px;
    width: 40px;
    height: 40px;
    padding-top: 6px;
    color: #fff; 
    font-size: 0.9rem;
    text-align: center;
    background: #EB6100;
    border: 2px solid #fff;
    border-radius: 20px;
}
.scroll a{
    color: #fff; 
}
.scroll a:hover{
    color: #fff; 
    text-decoration: none;
}


/* ============================================================
     max-width: 1024px(iPad)
============================================================ */
@media screen and (max-width: 1024px){
    /* --------- nav --------- */
nav{
    width: 85%;
}
nav li {
    width: 18%;
}
nav li:last-child{
    margin-left: auto;
    width: 28%;
}

footer .flex{
    display: block;
}

}

/* ============================================================
     max-width: 765px
============================================================ */
@media screen and (max-width: 765px){/*995*/
    body{
        width: 100%;
        overflow-x: hidden;
        padding: 0;
        margin: 0;
    }
    .br-sp{
        display: block;
    }
    /* ******************** header ******************** */
    :root {
        --header: 90px;
        scroll-padding-top: calc(var(--header));
    }
    header{
        height: var(--header);
        padding: 10px 15px;
    }
     /* --------- nav --------- */
     nav{
        display: none;
    }
    
    /* --------- footer --------- */
    footer .footerNav h2{
        width: 100%;
        text-align: center !important;
    }
    footer .footerNav .inner{
        display: block;
        padding: 0;
    }
    footer .footerNav .inner p{
        text-align: center;
    }
    footer .footerNav .inner2{
        display: block;
    }
    footer .leftBox{
        width: 65%;
        margin: 0 auto;
    }
    footer .rightBox{
        width: 100%;
    }
    .btn1,.btn2{
        width: 80%;
        margin: 0 auto 20px auto;
    }
    .list2{
        width: 100vw;
        border-top: 1px solid #EB6100;
    }
    .list2 a{
        font-size: 1.3em;
        text-align: center;
        display: block;
        border-bottom: 1px solid #EB6100;
        padding: 15px;

    }
    .list3{
        font-size: 1.5em;
        width: fit-content;
        margin: 0 auto;
        padding: 0;
        display: flex !important;
    }
    .btn2 img{
         width: 65%;
         height: auto;
     }
     footer .copyright{
        font-size: 0.8em;
    }
}

/* *************************************************************
    ハンバーガー
************************************************************** */
@media screen and (min-width: 765px){/*994*/
	.hamburger-menu{
		display: none;
	}
}

@media screen and (max-width: 765px){/*995*/
	.menu-btn {
	    position: absolute;
	    top: 5px;
	    right: 15px;
	    display: flex;
	    width: 50px;
        height: 90px;
	    justify-content: center;
	    align-items: center;
	    z-index: 90;
	}
	.menu-btn span,
	.menu-btn span:before,
	.menu-btn span:after {
	    content: '';
	    display: block;
	    height: 3px;
	    width: 28px;
	    border-radius: 3px;
	    background-color: #fff;
	    position: absolute;
	}
	.menu-btn span:before {
	    bottom: 8px;
	}
	.menu-btn span:after {
	    top: 8px;
	}

	#menu-btn-check:checked ~ .menu-btn span {
	    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
	}
	#menu-btn-check:checked ~ .menu-btn span::before {
	    bottom: 0;
	    transform: rotate(45deg);
	}
	#menu-btn-check:checked ~ .menu-btn span::after {
	    top: 0;
	    transform: rotate(-45deg);
	}
	#menu-btn-check {
	    display: none;
	}

	.menu-content {
        width: 100%;
        height: 100vh;
        position: fixed;
        top: 90px;
        left: 100%;/*leftの値を変更してメニューを画面外へ*/
        z-index: 80;
        /*background-color: rgba(0,0,0,0.5);*/
        background-color: rgba(244, 121, 7, 0.9);
        /*background: #fff;*/
        transition: all 0.5s;/*アニメーション設定*/
        backdrop-filter: blur(10px);
	}
	.menu-content ul {
	    padding: 20px 20px 0;
		/*background: #EB6100;*/
        
	}
	.menu-content ul li {
	    list-style: none;
        border-bottom: 1px solid #fff;
	}
	.menu-content ul li a {
	    display: block;
	    width: 100%;
	    font-size: 1.2rem;
	    box-sizing: border-box;
	    color: #fff;
	    text-decoration: none;
	    padding: 10px;
	    position: relative;
	}
	.menu-content ul li a img{
		width: 40px;
		margin: 0 auto;
		text-align: center;
	}
    .menu-content li.sns ul{
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 1em 0;
        text-align: center;
    }
    .menu-content li.sns li img{
        width: 35%;
    }
    .menu-content li.sns,
    .menu-content li.sns li,
    .menu-content ul.rogo{
        border: none;
    }
    .menu-content ul.rogo{
        width: 100%;
        padding: 0.8em;
        /*background: #fff;*/
    }
    .menu-content ul.rogo p img{
        display: block;
        width: 100%;
        margin: 0 auto;  
    }

	.menu-content ul li.bnr{
		margin-top: 20px;
		text-align: center;
		line-height: 1.3;
		border: 1px solid #000;
	}
	.menu-content ul li.bnr a{
		padding: 10px;
		font-size: 0.8rem;
	}
	.menu-content ul li.bnr a:hover{
		background: #eee;
	}
	.menu-content ul li.phone{
		margin-top: 5px;
		padding-top: 10px;
		border-top: 1px solid #ccc;
	}
	.menu-content ul li.phone a{
		padding: 10px 0;
		color: #fff;
	}
	.menu-content li.phone a p{
		padding: 10px;
		font-size: 1rem;
		font-weight: bold;
		text-align: center;
		background: #92ab31;
		border-radius: 5px;
		font-family: 'Noto Sans JP', sans-serif;
	}
	.menu-content li.phone p{
    	font-size: 0.8rem;
    	text-align: center;
	}
	#menu-btn-check:checked ~ .menu-content {
	    left: 0;/*メニューを画面内へ*/
	}

/* *********************** scrool top *********************** */
    .scroll{
        bottom: 55px;
        right: 15px;
    }
}

@media screen and (max-width: 414px){
    .menu-btn {
	    top: 0;
	    right: 10px;
	}
    .menu-content li.sns li img{
        width: 70%;
    }
    .menu-content ul.rogo p img{
        width: 35%;
        margin: 0 auto;  
    }
}