@charset "utf-8";

/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}

ol, ul {list-style: none;}
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
html, body{
/* html{ */
	height:100%;
}

body {
    margin: 0;
    -webkit-text-size-adjust: 100%;
}

body {
    overflow-x: hidden;
}

body{
font:100%/1.5 'Arvo',"游ゴシック","Lucida Sans Unicode", "Lucida Grande", "Arial", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
font-weight:500;
color:#000;
background:url();
-webkit-text-size-adjust: none;
height:100%;
margin:0;
padding:0;
}

a[href^="tel:"] {
    pointer-events: none;
}

@media screen and (max-width: 768px) {
    a[href^="tel:"] {
        pointer-events: auto;
    }
}

*,
:before,
:after {
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/* リンク設定
------------------------------------------------------------*/
a{
}

a:hover, a:active{
}

a img:hover {
	opacity: 0.5 ;
	filter: alpha(opacity=50) ;	/* Ie用 */
}

a img {
	-webkit-transition: 0.4s ;
	transition: 0.4s ;
}

/**** Clearfix ****/
.nav .panel:before,nav .panel:after, nav#mainNav:before,nav#mainNav:after, .newsTitle:before,.newsTitle:after, article:before, article:after{content: ""; display: table;}
nav .panel:after,nav#mainNav:after,.newsTitle:after,article:after{clear: both;}
nav .panel,nav#mainNav,.newsTitle,article{zoom: 1;}


*:first-child+html input[type="submit"]{padding:3px;}

.vertical_box {
float: left;
}

/* レイアウト
------------------------------------------------------------*/

.clear{
	clear:both;
}

a{
	transition: all .3s;
}
button{
	transition: all .3s;
	cursor: pointer;
}

/* リンク
------------------------------------------------------------*/
a {color: #156EAF; text-decoration:none;} 
a:visited {color:#156EAF;} 
a:hover {color:#43BBFF;} 
a:active {color:#156EAF;}

/* タイポグラフィ
*****************************************************/
html>body h2.title span{padding: 7px 10px;} /* IE7, IE8 */

/* コンテンツ
*****************************************************/

/*--------------------●共通---------------------*/
h1{
}
.mincho{
    font-family: "游明朝", "YuMincho", "Hiragino Mincho ProN","Hiragino Mincho Pro","Sawarabi Mincho","ＭＳ 明朝", serif;
}
.center{
    text-align: center!important;
}
.right{
	text-align:right!important;
}
.left{
	text-align:left!important;
}
.textSizing-s{
	font-size:0.8em!important;
	margin:0 0.3em;
}
.textSizing-l{
	font-size:1.3em!important;
	margin:0 0.3em;
}
.mt{
    margin-top: 20px!important;
}
.bgW100{
    background: rgba(255,255,255,1)!important;
}
.bgW75{
    background: rgba(255,255,255,0.70)!important;
}
.mtL{
    margin-top: 35px!important;
}
.mtLL{
    margin-top: 55px!important;
}
.mt0{
    margin-top: 0!important;
}
.mb{
    margin-bottom: 20px!important;
}
.mbL{
    margin-bottom: 35px!important;
}
.mb0{
    margin-bottom: 0!important;
}
.mr{
	margin-right: 5px!important;
}
.ml{
	margin-left: 5px!important;
}

.no-pdg{
    padding: 0!important;
}
.mw100{
    max-width: 100%;
    margin: 0 auto;
}
.w100{
    width:100%;
}
.w90{
    width:90%!important;
    margin: 0 auto;
    display: block;
}
.w80{
    width:80%!important;
    margin: 0 auto;
    display: block;
}
.w50{
    width:50%!important;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0;
}
    .w50 img{
        display: block;
        margin: 0 auto;
    }
img.border{
	border: 1px solid #ccc;
}
.no-border{
    border: none!important;
}
.pc-display{
	display:block;
}
.tblt-display{
	display:none;
}
.sp-display{
	display:none;
}
.sp-hidden{
	display:block;
}
.tblt-hidden{
	display:block;
}
.annotationA{
    color: #FF0004;
}
.orange{
    color: #FF8600!important;
}
.white{
	color: #fff!important;
}

.bold{
    font-weight: bold;
}

div#WholeWrap{
    width:100%;
	height:100%;
	margin:0;	padding:0;
     height:auto !important; /*IE6対策*/
     height: 100%; /*IE6対策*/
     min-height: 100%;
}
.relative{
    position: relative;
}
/*--------------------●GoTOP---------------------*/
section#GotopWrap{
    width:100%;
    height: 46px;
    margin:-46px auto 0;
    padding:1px 0;
    background: rgba(255,255,255,0.60);
    text-align: center;
    box-sizing: border-box;
    z-index: 90;
    position: relative;
}
div#GotopInner{
    width: 96%;
    max-width: 1400px;
    margin: 10px auto;
    text-align: right;
    box-sizing: border-box;
}
div#GotopInner a{
    font-size: 0.8em;
    color: #111;
}
div.Gotop{
    margin: 0 auto;
    position: relative;
    text-align: center;
    float: right;
}
div.Gotop img{
    width:65px;
}

/* =========================
   Contact Footer
========================= */

.contact-footer {
    /* NOTE: 現状は常に非表示（必要なら !important を外す/JSで制御） */
    display: none !important;
  
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
  
    padding: 5px 10px;
    background: #fff;
  
    opacity: 1;
    transform: translateY(0);
    transition: transform 0.3s ease, opacity 0.3s ease;
  }
  
  .contact-footer.hidden {
    opacity: 0;
    transform: translateY(20px);
  }
  
  .contact-footer a {
    display: flex;
    align-items: center;
    justify-content: center;
  
    width: 50%;
    padding: 10px 25px;
  
    color: #fff;
    font-family: "Inter";
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
  }
  
  .contact-footer a:first-of-type {
    background: var(--primary, #3d529d);
    margin-right: 5px;
  }
  
  .contact-footer a:first-of-type:hover {
    background: #2a3c7e;
  }
  
  .contact-footer a:last-of-type {
    background: var(--LINE, #24c619);
    margin-left: 5px;
  }
  
  .contact-footer a:last-of-type:hover {
    background: #17980e;
  }
  
  .contact-footer a:last-of-type i {
    font-size: 1.5em;
  }
  
  
  /* =========================
     Floating PC
  ========================= */

.floating__pc {
    position: relative;
}

.floating__pc .inner {
    position: fixed;
    right: 0;
    width: 300px;
}

.floating__pc .inner img {
    width: 100%;
}

.floating__pc .inner.line {
    bottom: 150px;
}

.floating__pc .inner.tour {
    bottom: 1rem;
}

.floating__pc .inner .closeBtn {
    position: absolute;
    top: 10px;
    right: 2px;
    width: 30px;
    height: 30px;
    z-index: 2;
}

.floating__pc .inner .target {
    position: relative;
    z-index: 1;
    display: block;
}


/* =========================
    Floating SP
========================= */

.floating__sp {
    position: fixed;
    /* left: 0; */
    bottom: 0;
    width: 100%;
    z-index: 99;
}

.floating__sp-top{
    display: flex;
}

.floating__sp-top-button{
    width: 50%;
    padding: 12px 20px;
    color: #fff!important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.floating__sp-top-button.floating__sp-top-button--left{
    background-color: #84734A;
}

.floating__sp-top-button.floating__sp-top-button--right{
    background-color: #000967;
}

.floating__sp-top-button-icon{
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.floating__sp-top-button.floating__sp-top-button--left .floating__sp-top-button-icon {
    width: 20px;
    height: 20px;
    background-image: url(../assets/images/tel-icon-w.svg);
}

.floating__sp-top-button.floating__sp-top-button--right .floating__sp-top-button-icon {
    width: 21px;
    height: 20px;
    background-image: url(../assets/images/tour-icon-w.svg);
}

.floating__sp-top-button-text {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0.03em;
}

.floating__sp-bottom-button img {
    width: 100%;
}

@media screen and (max-width : 480px) {
    .floating__sp-top-button-text {
        font-size: clamp(0.625rem, 0.125rem + 2.5vw, 0.875rem);
    }
}

/*--------------------●Pan ---------------------*/
#panListWrap{
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
    border-bottom: 1px solid #1E597F;
}
div.panListInner{
    text-align: left;
    padding: 10px 10px;
    box-sizing: border-box;
    font-size: 0.95em;
}
ul.pnList-ul{
    display: inline-flex;
}
ul.pnList-ul li{
    width: auto;
    margin-right:12px;
}
ul.pnList-ul li span{
    margin-right: 12px;
}
/*--------------------●Footer ---------------------*/
footer#footer{
    background: #223B55;
    margin: 0 auto 0;
    padding: 0px 20px 5px;
    box-sizing: border-box;
    z-index: 999;
    position: relative;
    text-align: center;
    width: 100%;
    min-width: 1024px;
    color: #fff;
}
footer#footer a{
    color: #fff;
}
#copyright{
    clear:both;
    margin:1em auto 0;
    padding:5px;
    text-align:right;
    font-style:normal;
    font-size:85%;
    color:#fff;
    zoom:1;
}

div#footerInner{
    width: 96%;
    min-width: 1024px;
    max-width: 1400px;
    margin: 0 auto;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-around;
    text-align: left;
    box-sizing: border-box;
}
div.footer-left{
    width: 35%;
    text-align: left;
}
img.footerLogo{
    width: 52%;
}
.footerInfo{
    margin: 15px auto;
    font-size: 0.8em;
}
.footerInfo li{
    margin: 0 auto 5px;
}
.footerInfo li:first-child{
    font-size: 1.2em;
    margin-bottom: 10px;
}

div.footer-right{
    width: 65%;
}
    div.footerRightBoxWrap{
        width: 100%;
        display: inline-flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0 auto 3em;
    }
        div.footerRightBox{
            width: 31%;
            margin: 0 auto;
            margin: 0 auto 1em;
        }
            h3.h3-footer{
                font-size: 0.95em;
                width: 100%;
                height: 30px;
                line-height: 30px;
                position: relative;
                padding-left: 15px;
                box-sizing: border-box;
                margin: 0 auto 6px;
                border-bottom: 1px dotted #444;
            }
                h3.h3-footer:before{
                        content: '\f0a9';
                        position: absolute;
                        top: 0;
                        left: 0;
                        font-size:1em;
                        font-family: 'Font Awesome 5 Free';
                        font-weight: 600;
                        color: #66ABC8;
                    }
                    h3.h3-footer a{
                        position: absolute;
                        left: 0;
                        top: 0;
                        width: 100%;
                        height: 100%;
                        padding-left: 19px;
                    }
                        h3.h3-footer a:hover{
                            color: #FFF5CC!important;
                        }
            div.footerRightBox ul{
                font-size: 0.85em;
                margin: 0 auto 10px;
                padding: 0;
                box-sizing: border-box;
            }
                div.footerRightBox ul li{
                    width: 100%;
                    height: 23px;
                    line-height: 23px;
                    position: relative;
                    box-sizing: border-box;
                }
                    div.footerRightBox ul li a{
                        width: 100%;
                        height: 100%;
                        left: 0;
                        top:0;
                        position: absolute;
                        padding-left: 24px;
                        box-sizing: border-box;
                    }
                        div.footerRightBox ul li:before{
                            content: '\f0da';
                            position: absolute;
                            top: 0;
                            left: 13px;
                            font-size:1em;
                            font-family: 'Font Awesome 5 Free';
                            font-weight: 600;
                        }
                            div.footerRightBox ul li a:hover{
                                background: rgba(255,255,255,0.05);
                            }

.share-buttons__list{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    row-gap: 10px;
    column-gap: 6px;
    margin-top: 0.3em;
    margin-bottom: 2em;
}

.share-buttons__link{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:120px;
    height:44px;
    border-radius:4px;
    color: #fff!important;
    font-weight:700;
    text-decoration:none;
}

.share-buttons__link:hover{
    opacity: 0.7;
}

.share-buttons__item--x .share-buttons__link{ background:#000; }
.share-buttons__item--facebook .share-buttons__link{ background:#1877f2; }
.share-buttons__item--hatena .share-buttons__link{ background:#00a4de; }
.share-buttons__item--pocket .share-buttons__link{ background:#ef4056; }
.share-buttons__item--line .share-buttons__link{ background:#06c755; }

@media screen and (max-width : 1300px) {
/* コンテンツ
*****************************************************/

/*--------------------●共通---------------------*/
    span.textSizing-s{
    }
    .pc-display{
    }
    .tblt-display{
    }
    .sp-display{
    }
    .sp-hidden{
    }
    .tblt-hidden{
    }

    div#WholeWrap{
    }

}

@media screen and (max-width : 1100px) {
}

@media screen and (max-width : 1024px) {
}

@media screen and (max-width : 768px) {

/*--------------------●共通---------------------*/
    .pc-display{
        display:none;
    }
    .tblt-display{
        display:block!important;
    }
    .sp-display{
        display:block;
    }
    .sp-hidden{
        display:none;
    }
    .tblt-hidden{
        display:none!important;
    }

    div#WholeWrap{
        width:100%;
    }

    section#GotopWrap{
        width:100%;
        min-width: unset;
    }
    div#GotopInner{
        width: 96%;
        max-width: unset;
        min-width: unset;
    }

/*--------------------●Footer ---------------------*/
    footer#footer{
        margin: 0 auto 0;
        padding: 0px 20px 5px;
        min-width: auto;
    }

    #copyright{
        text-align: center;
    }
    div#footerInner{
        width: 96%;
        min-width: auto;
        max-width: auto;
        margin: 0 auto;
        display: block;
    }
    div.footer-left{
        width: 100%;
        text-align: center;
    }
    img.footerLogo{
        width: 60%;
    }
    .footerInfo{
        margin: 15px auto;
        font-size: 0.9em;
        width: 84%;
        text-align: left;
    }
    .footerInfo li{
        margin: 0 auto 10px;
    }
    .footerInfo li:first-child{
        text-align: center;
    }

    div.footer-right{
        width: 100%;
    }
    div.footerRightBoxWrap{
        display: block;
        margin: 2em auto 4em;
    }
    div.footerRightBox{
        width: 100%;
        margin: 0 auto;
        margin: 0 auto 1em;
    }
    h3.h3-footer a{
        padding-left: 24px;
    }
    div.footerRightBox ul{
        margin: 0 auto 16px;
    }
    div.footerRightBox ul li{
        width: 100%;
        height: 30px;
        line-height: 30px;
    }
    div.footerRightBox ul li a{
        padding-left: 30px;
    }
    div.footerRightBox ul li:before{
        left: 16px;
    }
}


/* パンくず */
.breadcrumb {
    background-color: #fff;
}

.breadcrumb.breadcrumb--blog{
    background-color: #E0F7FA;
}

.breadcrumb__inner {
    width: 98%;
    max-width: 1300px;
    margin-inline: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    -moz-column-gap: 0.5rem;
    column-gap: 0.5rem;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.05em;
    padding: 1rem 0.25rem 0;
    box-sizing: border-box;
}

@media screen and (max-width: 768px) {
    .breadcrumb__inner {
        padding: 1rem 1.25rem 0;
        font-size: 0.75rem;
        row-gap: 0.5rem;
    }
}
@media screen and (max-width: 430px) {
    .breadcrumb__inner {
        font-size: 0.625rem;
    }
}

.breadcrumb a {
    color: #333;
}

.breadcrumb .current-item {
    font-weight: 700;
    color: #3d529d;
}

.breadcrumb__between::before {
    content: ">";
    color: #3d529d;
    display: inline-block;
}

.breadcrumb span[property=name] {
    display: inline-block;
    padding: 0;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
}

.error-not-found {
    padding: 140px 0 200px;
}

.error-not-found__inner {
    max-width: 1024px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.error-not-found__text{
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.05em;
    line-height: 1.6;
}

@media screen and (max-width : 480px) {
/*--------------------●共通---------------------*/
    .no-pdg-sp{
        padding: 0!important;
    }
    .pc-display{
    }
    .tblt-display{
    }
    .sp-display{
        display:block;
    }
    .sp-hidden{
        display:none;
    }
    .tblt-hidden{
    }
}
