@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

body{
    margin: 0;
    padding:0;
    font-family: sans-serif;

}
header{
    position: fixed;
    top:0;
    right:0;
    width: 100%;
    height: 110px;
	background-color:#fff;
    box-shadow: 0px 1px 1px 0px rgb(218, 218, 218);
}
.head-logo{
    position:fixed;
    top:10px;
    left:20px;
    width: 140px;
    height: 50px;
}
.head-logo-img{
    width: 140px;
    height: 50px;
	background-image: url('https://porte-co.jp/wp-content/uploads/2024/05/PORTE_LOGO.webp');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.head-banner{
    width: 860px;
    height: 70px;
    position: fixed;
    top:0;
    right:0;
    /* background-color: bisque; */
}
.head-inner{
    display: flex;
    padding-left: 0;
    margin-top: 10px;
}
.head-inner li{
    list-style: none;
    width: 33%;
}
.head-tel{
    background-image: url('http://porte-co.jp/wp-content/uploads/2024/05/head-tel-lg-1.webp');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 200px;
    height: 55px;
}

.head-form-img{
	background-image: url('https://porte-co.jp/wp-content/uploads/2024/05/head-form-lg.webp'); 
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 280px;
    height: 55px;
}
.head-form a:hover{
	opacity:0.7;
}
.head-line-img{
    background-image: url('https://porte-co.jp/wp-content/uploads/2024/05/head-line-lg.webp');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 280px;
    height: 55px;
}
.head-line a:hover{
	opacity:0.7;
}
/* ----------------------
   footer
------------------------- */
.footer-inner{
    width: 100%;
    padding: 20px 40px;
    background-color: #EAEAEA;
}
.footer-inner ul{
    display: flex;
    width: 100%;
    padding-left: 0;
    color: #3c3c3c;
}
.footer-inner ul li{
    width: 16%;
    list-style: none;
    margin-left: 30px;
}
.f-line1 p{
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 800;
}
.f-line2 a{
    font-size: 13px;
    text-decoration: none;
    color: #3c3c3c;
    line-height: 30px;
}
.f-line3 a{
    font-size: 13px;
    text-decoration: none;
    color: #3c3c3c;
    line-height: 28px;
}
.f-line4 a{
    font-size: 13px;
    text-decoration: none;
    color: #3c3c3c;
    line-height: 28px;
}
.f-line5 a{
    font-size: 13px;
    text-decoration: none;
    color: #3c3c3c;
    line-height: 28px;
}
.f-logo{
    background-image: url('https://porte-co.jp/wp-content/uploads/2024/05/PORTE_LOGO.webp');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width:150px;
    height:40px;
}
.f-line-title{
    font-weight: 800;
    border-bottom: 2px solid #3c3c3c;
    margin-bottom: 10px;
}
.f-last-cnt{
    width: 800px;
    margin: 40px auto -20px;
}
.f-last-cnt ul{
    display: flex;
    padding-left: 0;
    padding:0;
}
.f-last-cnt ul li{
    width: 25%;
    height: 26px;
    font-size: 13px;
    text-align: center;
    margin-left: 0;
    border-right: 1px solid #3c3c3c;
    font-weight: 800;
}
.f-last-cnt ul li:first-child{
	border-left: 1px solid #3c3c3c;
}
.f-last-cnt ul li a{
    text-decoration: none;
    color: #3c3c3c;
}
.l-footer__widgetArea {
	background-color: #EAEAEA;
}
.l-footer__foot {
	background-color: #EAEAEA;
}

@media screen and (max-width: 900px){
    .footer-inner{
        width: 100%;
        padding: 20px;
    }
    .f-line1{
        display: none;
    }
    .footer-inner ul{
        width: 100%;
    }
    .footer-inner ul li{
        width: 25%;
        margin-left: 20px;
    }
    .footer-inner ul li:first-child{
        margin-left: 0;
    }
}
@media screen and (max-width: 430px){
    .footer-inner{
        width: 100%;
        padding: 10px 0;
    }
    .footer-inner ul li{
        width: 23%;
        margin-left: 10px;
    }
    .f-line-title{
        font-weight: 800;
        border-bottom: 1px solid #3c3c3c;
        margin-bottom: 4px;
        font-size: 0.7rem;
    }
    .f-line2 a{
        font-size: 0.7rem;
        line-height: 16px;
    }
    .f-line3 a{
        font-size: 0.7rem;
        line-height: 16px;
    }
    .f-line4 a{
        font-size: 0.7rem;
        line-height: 16px;
    }
    .f-line5 a{
        font-size: 0.7rem;
        line-height: 16px;
    }
    .f-last-cnt{
        width:  100%;
        margin: 0 auto;
        font-size: 0.6rem;
    }
    .f-last-cnt ul li {
        width: 33%;
        margin: 0;
		font-weight:600;
		font-size:0.7rem;
		height:20px;
    }
}

/* --------------------
  グローバルメニュー
  ------------------ */
.gnavi__wrap {
    width: 1280px;
    margin: 70px auto 0;
}
.gnavi__lists {
    display: flex;
    padding-left: 0;
}
.gnavi__list {
    width: 14.2%;
    height: 40px;
    background-color: #fff;
    position: relative;
    transition: all .3s;
    list-style: none;
    border-right: 1px solid #ffa538;
}
.gnavi__list:last-child {
    border-right: none;
}
.gnavi__list:hover {
    background-color: #ffa538;
}
.gnavi__list:not(:first-child)::before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .3s;
}
.gnavi__list:hover::before {
    background-color: #edce54;
}
.gnavi__list a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #2a2a2a;
    font-size: 15px;
    letter-spacing: 0.05em;
    font-weight: 600;
    transition: all .3s;
}
.gnavi__list:hover a {
    color: #fff;
}
.dropdown__lists {
    display: none;/*デフォルトでは非表示の状態にしておく*/
    width: 100%;
    position: absolute;
    top: 40px;
    left: 0;
    padding-left: 0;
}
.gnavi__list:hover .dropdown__lists {
    display: block;/*Gナビメニューにホバーしたら表示*/
}
.dropdown__list {
    background-color: #ffa538;
    color: #2a2a2a;
    height: 40px;
    transition: all .3s;
    position: relative;
    list-style: none;
}
.dropdown__list:not(:first-child)::before{
    content: "";
    width: 100%;
    height: 1px;
    background-color: #d99100;
    position: absolute;
    top: 0;
    left: 0;
}
.dropdown__list:hover {
    background-color: #fbbf76;
}
.dropdown__list a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFA538;
    text-decoration: none;
    position: relative;
}
.dropdown__list a::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(135deg);
    position: absolute;
    right: 15px;
    top: calc(50% - 5px);
}
.dropdown__lists {
    visibility: hidden;/*デフォルトでは非表示の状態にしておく*/
    opacity: 0;/*不透明度0*/
    transition: all .3s;/*表示の変化を0.3秒に指定*/
    width: 100%;
    position: absolute;
    top: 40px;
    left: 0;
	color: #FFA538;
}
.gnavi__list:hover .dropdown__lists {
    visibility: visible;/*Gナビメニューにホバーしたら表示*/
    opacity: 1;/*不透明度1*/
}
.dropdown__lists {
    transform: scaleY(0);/*デフォルトでは非表示の状態にしておく*/
    transform-origin: center top;/*変形を適応する基準をtopとする*/
    transition: all .3s;/*表示の変化を0.3秒に指定*/
    width: 100%;
    position: absolute;
    top: 40px;
    left: 0;
}
.gnavi__list:hover .dropdown__lists {
    transform: scaleY(1);/*Gナビメニューにホバーしたら表示*/
}
.top #content{
	padding-top:0;
}
.header-sp{
	display:none;
}

.p-breadcrumb__list {
    flex-wrap: wrap; //記事名が長い場合は折り返す
}
.single .p-breadcrumb__item:last-child>span.p-breadcrumb__text {
    display: block!important; //記事名の表示
    opacity: 1; //記事名を半透明にしない
    white-space: pre-wrap;//記事名が長い場合は折り返す
}

.l-mainContent__inner>.post_content{
	margin-top:0;
}