/*--＜全体＞--*/
/*--id:bodyの余白を消去（スライダー下に余白ができるため）--*/
#wrapper div#body {
    padding: 0;
}

/*--Googleフォント--*/
.fontsGoogle01 {/*--手書き風英語--*/
    font-family: 'Nothing You Could Do', cursive;
}

.fontsGoogle02 {/*--明朝--*/
    font-family: 'Noto Serif JP', serif;
}

.fontsGoogle03 {/*--ゴシック--*/
    font-family: 'Hammersmith One', sans-serif;
}

/*--画像のホバー効果--*/
.flashImg img:hover {
    opacity: 1;
    animation: flash 1.5s;
}

@keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }  
}

/*--画像ブロックの画像を中央--*/
.inquiryImg img{
    display: inline-block;
}

/*--ヘッター--*/
/*--ヘッター上部のライン--*/
nav.ortho-navbar-static-top{
    position: relative;
}

nav.ortho-navbar-static-top:before{
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background:linear-gradient(90deg,#F3A9C9 0%, #F7ED9C 120%);
    z-index: 1;
}


/*--ヘッダー--*/
.navbar{display:block;}

.navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl{
display:flex;
justify-content: end;
}

/*--グローバルナビ--*/
.globalNavigationG li{/*--ナビの単語間隔を調整--*/
    margin-right: 30px;
}
@media screen and (min-width: 700px) and (max-width: 1000px){
    .globalNavigationG li{
        margin-right: 10px;
    }
}
@media screen and (max-width:480px){
    .globalNavigationG li{
        margin-right: 0;
    }
}

/*--ヘッダー--*/
.navbar{display:block !important;}



/*--フッター--*/
/*--フッター上部の余白消去--*/
#wrapper div#prefoot {
    padding: 0 0 15px 0;
}

/*--問い合わせボタン、idタグ--*/
#arrow_btn {
	display: inline-block;
	max-width:200px;
    width: 100%;
	text-align: center;
	text-decoration: none;
    letter-spacing: 2px;
	color: #fff;/*--優先度足らずきいていない--*/
    padding: 0.8em;
	background: #F3A9C9;
	border-radius: 30px;
	border:2px solid #fff;
	transition: background ease .5s;/*--これも効いていない--*/
}

#arrow_btn:hover {
    text-decoration: none;
    background-color: #fff;
}

#arrow_btn:active {/*--問い合わせボタン・ホバー効果枠線、色変更--*/
    border: 2px solid #ABF299;
}

#triangle { /*--三角--*/
    display: inline-block;
    width: 13px;
    height: 13px;
    transition: transform ease .3s;
}

#arrow_btn:hover #triangle { /*--三角ホバー効果、右に移動--*/
    transform: translateX(10px);
}

#arrow_btn:hover .triangle-cls-1{ /*--三角ホバー効果、色変更--*/
    fill: #F3A9C9;
}

#arrow_btn:active .triangle-cls-1{ /*--三角アクティブ効果、色変更--*/
    fill: #ABF299;
}

/*--画面topへ戻るボタン※スクロールするとクラスが変わる--*/
body #wrapper .main-backtop.is-fade-out{/*--透明度変更--*/
    opacity: 0.7;
    border: 2px solid #fff;
}

body #wrapper .main-backtop.is-fade-out{/*--透明度変更--*/
    opacity: 0.7;
    border: 2px solid #fff;
}

/*--サイトマップ内のテキスト各サイズ--*/
.footerSitemap li{
    height: 32px;
}

.footerSitemap li a{/*--サイトマップテキストのホバー範囲--*/
    padding: 5px 15px;
}

/*--ピンク色の波画像--*/
#footerWave {
    position:absolute;
    content: "";
    bottom:0;
    left:0;
    width:100%;
    height: auto;
}

/*--ｈタグ・テキストの装飾--*/
/*--ページトップの日本語--*/
.fontPageTop {
    text-align: center;
    color:#3A2F34;
    font-size:40px;
    font-weight: bold;
    letter-spacing:0.1em;
}

/*--ページトップの英語ゴシック--*/
.fontPageTopE {
    color: #ABF299;
    text-align: center;
    font-size:34px;
    margin: 4px 0;
}

/*--グラデーション--*/
.fontsGrad {
    color: transparent;
    font-size: 35px;
    font-weight: 600;
    background-image: linear-gradient(90deg,#F3A9C9 0%, #F7ED9C 100%); /*背景の画像*/
    background-clip: text;
    -webkit-background-clip: text;
}
@media all and (-ms-high-contrast: none){ /*--IE10以上--*/
  .fontsGrad {
    color:#F3A9C9; /*--テーマで透明設定のため反映されず--*/
    background-image: linear-gradient(90deg,transparent,transparent); /*背景の画像*/
  }
}

/*--下線付き--*/
h2 {
    line-height: 1;
    border-bottom: 3px solid #F3A9C9;
}

h4 {
    position: relative;
    margin-left: 10px;
}

h4:before {
    position: absolute;
    content: "";
    top:12px;
    left:-10px;
    width: 5px;
    height: 22px;
    background-color: #F3A9C9;
}

.h4set {
    margin-left:11px;
}

/*--テーブル1--*/
.color2Table table {/*--デザインカスタムテンプレートにクラスを指定-*/
    border-collapse:  collapse;
    width: 100%;
    height: auto;
}

.color2Table tr:nth-child(odd) {
    background-color:  #F7C6CD;
}
@media screen and (max-width:480px){
    .color2Table tr:nth-child(odd){
        background-color:  #fff;
    }
}

.color2Table th{
    width: 25%;
    padding: 10px 5px 10px 15px;
}
@media screen and (max-width:480px){
    .color2Table th{
        display: block;
        width: 100%;
        padding: 5px 5px;
        background-color:  #F7C6CD;
    }
}

.color2Table td {
    padding: 10px 5px;
}
@media screen and (max-width:480px){
    .color2Table td{
        display: block;
        width: 100%;
        padding: 5px 5px;
    }
}

/*--テーブル2(使用していません)--*/
.landscapeTable {/*--デザインカスタムテンプレートにクラスを指定-*/
    margin: 10px 0;
    padding: 10px 10px;
    background-color: #fff;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, .1);
    border-radius: 20px;
}

.landscapeTable div{
    widows: 100%;
    height: 100%;
    padding: 20px 15px 0px 15px;
    border: 2px dashed #F3A9C9;
    border-radius: 15px;
}

.landscapeTable table{
    border-collapse: collapse;
    text-align: left;
    width: 100%;
}

.landscapeTable th{
    display: block;
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    color: #3A2F34;
    margin: 0 0 3px 0;
    padding-left: 8px;
    border-left: solid 5px #F3A9C9;
}

.landscapeTable td{
    display: block;
    font-size: 18px;
    color: rgb(27, 27, 27);
    padding-top: 12px; 
    padding-left: 18px;
    border-top: solid 2px #F3A9C9;
    margin-bottom: 15px;
}

/*--＜topページ＞--*/
/*--トップページ、画像スライダーのサイズ調整S--*/
#top_slider .ccm-image-slider-text{ /*---デフォルトの画像上テキスト欄を消去--*/
    display: none;
}

#pt-home #top_slider .ortho-indent-content-slider .ccm-image-slider .ccm-image-slider-inner ul li { /*--画像の表示位置を中央に（スマホ時に画像の左端の表示になるため）-画像のサイズ指定。テーマの優先度強め--*/
    background-position: center center;
    max-height: 800px;
    min-height: 800px;
}
@media screen and (min-width: 481px) and (max-width: 1030px){
    #pt-home #top_slider .ortho-indent-content-slider .ccm-image-slider .ccm-image-slider-inner ul li{
        max-height: 600px;
        min-height: 400px;
    }
}
@media screen and (max-width: 480px){
    #pt-home #top_slider .ortho-indent-content-slider .ccm-image-slider .ccm-image-slider-inner ul li{
        min-height: 250px;
    }
}

/*--リンク画像エリア--*/
/*--ページ名のテキストがあるブロック--*/
.linkTop3img {
    position: relative;
}

.linkTop3img:before {/*--グラデーションの下線--*/
    position: absolute;
    content: "";
    bottom:10px;
    left:0;
    width: 0;
    height: 4px;
    opacity: 0;
    background-image: linear-gradient(90deg,#F3A9C9 0%, #F7ED9C 100%);
    transition-duration: 1s;
}

.linkTop3img:hover:before {/*--グラデーションの下線--*/
    width: 200px;
    left: 50%;
    opacity: 1;
    transform: translateX(-50%);
}

/*--写真のブロック--*/
.linkphoto {
    border-radius: 50%;
    overflow: hidden;
}

.linkphoto img{/*--丸い写真画像--*/
    width: 290px;
    height: auto;
    border-radius: 50%;
    overflow: hidden;
    transform: rotateY(0deg);
    transition:filter 0.5s ease;
    margin: 0 auto;
    perspective: 1000px;
    filter: sepia(0%);
}

.linkphoto:hover img {/*--丸い写真画像--*/
    filter: sepia(60%);
    animation: shrink 0.3s ease;
}

@keyframes shrink {
    0%{
        transform: scale(1,1);
    }
    50%{
        transform: scale(0.95,0.95);
    }
    100%{
        transform: scale(1,1);
    }
}

.lingBox {/*--ピンクの外丸の親--*/
    position: relative;
    width: 290px;/*--この値はlingTop01のwidthと同じ値にする--*/
    height: 5px;
    margin: 0 auto;/*--これによりピンクの外丸が写真横軸の中央にくる--*/
}

#lingTop01 {/*--ピンクの外丸・左--*/
    position: absolute;
    width:290px;
    height:auto;
    top: 5px;
    left:0;
    transform: rotate(0deg);
    transition:  transform 0.6s ease-out;
}

#lingTop02 {/*--ピンクの外丸・中央--*/
    position: absolute;
    width:290px;
    height:auto;
    top: 5px;
    left:0;
    transform: rotate(0deg);
    transition:  transform 0.6s ease-out;
}

#lingTop03 {/*--ピンクの外丸・右--*/
    position: absolute;
    width:290px;
    height:auto;
    top: 5px;
    left:0;
    transform: rotate(0deg);
    transition:  transform 0.6s ease-out;
}
@media screen and (min-width: 481px) and (max-width: 900px){
    #lingTop01, #lingTop02, #lingTop03{
        display: none
    }
}


/*--リンク画像下のテキスト--*/
.Link3TextBox {
    width: 80%;
    margin: 0 auto;
}

.Link3Text {
    font-size:1.2em;
    border-bottom: 2px dashed #F3A9C9;
    padding: 0 1.2em;
    margin-bottom: 8px;
}

/*--スライダー下の画像--*/
#topUnderWhite3 {
    position: absolute;
    content: "";
    bottom:-1px;
    left:0;
    width: 100%;
    height: auto;
    z-index: 10;
}

#gasula {
    position: absolute;
    content: "";
    bottom:10px;
    right:10%;
    width:15%;
    height: auto;
    z-index: 10;
}

/*--エコ×エネルギーのエリア--*/
.namiArea {/*--波線のピンク色の面の部分--*/
    position:relative;
    width:100%;
    height:426px;
    background-image:url(https://gasra.co.jp/index.php/download_file/41/0);
}
@media screen and (min-width: 481px) and (max-width: 1030px){
    .namiArea {
        height: 300px;
        background-size: cover;
    }
}
@media screen and (max-width: 480px) {
    .namiArea {
        height: 200px;
        background-size: cover;
    }
}

#messageGasla {/*--ガスラ画像とメッセージ--*/
    position: absolute;
    content: "";
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    width: 40%;
    min-width: 340px;
    height: auto;
}
@media screen and (min-width: 481px) and (max-width: 1030px){
    #messageGasla {
        width: 55%;
    }
}

/*--ブログリスト装飾--*/
.blogListTop {
    padding: 10px 15px;
    border-radius: 20px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, .1);
    background-color: #F7C6CD;
}

.blogListTop .ortho-four-column-carousel-list-wrapper{
    padding: 20px;
    border: 2px dashed #fff;
    border-radius: 15px;
}

.blogListTop .pagethumbnail{
    border: solid 2px #fff;
}

.blogListTop h5 a{
    font-weight: bold;
    padding: 3px 10px;
    background-color: #fff;
}

/*--
.blogListTop .ortho-slide-item-list-wrapper {
    padding: 20px;
    border: 2px dashed #fff;
    border-radius: 15px;
}
--*/

.blogListTop h4:before {/*--ブログサムネイル下にｈ4タグが使われていて疑似要素がづれているため消去--*/
    display: none;
}

/*--＜業務案内ページ＞--*/
/*--品目5つ縦並びのエリア--*/
.business5margin {/*--品目事の余白--*/
    margin: 0px auto 20px auto;
}

.business5text {/*--太字のテキスト--*/
    display: inline-block;
    font-size: 1.5em;
    font-weight: bold;
    vertical-align: top;
    width: calc(100% - 45px);
    height: auto;
    padding-top: 4px;
}

.business5svg {/*--svgタグのボックス--*/
    display: inline-block;
    width: 40px;
    height: 40px;
}

.business5su {/*--小さい字のテキスト--*/
    padding-left: 45px;
}

/*--料金表--*/
.pliceList {
    width: 100%;
    height: auto;
    padding: 10px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, .1);
}

.pliceList table{
    text-align: center;
    font-size:1.3em;
    width:100%;
}

.pliceList tr,.pliceList th,.pliceList td{
    border: 2px solid #F3A9C9;
}

.pliceList th,.pliceList td{
    padding: 5px 0;
}

.pliceList th{/*--料金表の背景色--*/
    background-color:rgba(243,169,201,0.2);
}

/*--料金表のPC→スマホ表示切替--*/
.pliceListPC {/*--PC表示--*/
    display: block;
}
@media screen and (max-width:480px){
    .pliceListPC {
        display: none;
    }
}

.pliceListPhone {/*--スマホ表示--*/
    display: none;
}
@media screen and (max-width:480px){
    .pliceListPhone {
        display: block;
    }
}


/*--WEBボタン--*/
.btn-square-pop {
    position: relative;
    display: inline-block;
    padding: 0.5em 0.8em;
    margin: 0 auto 10px auto;
    background: #F3A9C9;/*背景色*/
    border-bottom: solid 2px #eb9dbf;/*少し濃い目の色に*/
    border-radius: 4px;/*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    font-weight: bold;
}

.btn-square-pop:active {
    border-bottom: solid 2px #F3A9C9;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

/*--＜会社案内ページ＞--*/
/*--あいさつ文--*/
.greetingArea {
    width: 80%;
    height: auto;
    margin: 0 auto;
}
@media screen and (max-width:480px){
    .greetingArea {
        width: 100%;
    }
}

.greetingTitle {
    font-family: 'Noto Serif JP', serif;
    font-size: 1.9em;
    font-weight: bold;
    text-align: center;
}

.greetingBox {
    font-size: 1.1em;
    margin-top: 20px;
}