/*
Theme Name: fsv-basic-corporate-blue-child
Theme URI:
Description: WordPressテーマ「FSVベーシックデザイン 会社案内系 ブルー」の子テーマです。
Template: fsv-basic-corporate-blue
Author: Ai Yamada
Version: 24.07.08
*/

/* ------------------------------------------- */
/*  TOP Page
/* ------------------------------------------- */
html {
    font-size: 62.5%; /* -> 10px; */
}

body {
}

/* コンテンツ全体を中央揃え */

.site-header-area,
.main-navigation,
.component-inner,
.header-image-area,
.main-content-area {
    /* width: 80%;     */
    width: 960px;
    margin-right: auto;
    margin-left: auto;
}

/* フッターウィジェットエリアに高さを持たせる */
.footer-widget-area .component-inner{
    overflow: hidden;
    width: 960px;
    margin-right: auto;
    margin-left: auto;
}

/* UserAgentStyleSheetのリセットCSS  20230518*/
a:-webkit-any-link {
    /* color: -webkit-link; */
    /* 要素クリック時に表示される青い点線の境界線を消す */
    outline: none;
    cursor: pointer;
}

/* ------------------------------------------- */
/*  Responsive(スマホ向け)
/* ------------------------------------------- */
@media screen and (max-width:767px) {
    
    body {
        width: 100%;
    }

    .site-header-area,
    .component-inner,
    .header-image-area,
    .main-content-area {
        width: 100%;    
        margin-right: auto;
        margin-left: auto;
    }

    /* #header-nav-area {
        overflow: hidden;
        height: 100%;
    } */

    .site-header-area {
        border-top: solid 10px ;
    }

    .widget > * {
        padding: 10px 0;
    }

    /* ガイドメニューを縦並びにする */
    #guide ul li {
        display: list-item;
        border: 5px solid #fff;
    }

    /* 教室貸出 */
    /* .entry-content #rental-document > thead > tr > th.document{ */
    /* } */

    /* フォームのtableをブロック化　20210802 */
    .wpcf7-form table th,
    .wpcf7-form table td {
        width: auto;
		display: block;
    }
}

/* サイト全体のフォントサイズ */

a, span, ul, li, p, dl, dt, dd {
    font-size: 1.6rem;  /* 16px */
}

#header-title-area h1 a{
    font-size: 2.5rem;
}

.header-title-area {
    padding: 1rem 1rem 1rem 0;
    padding: 10px 10px 10px 0;
}

/* ヘッダーロゴのサイズ変更 */
.header-title-only .site-title-img,
.header-title-area .site-title-img {
	display: block;
	max-width: 500px;
    max-width: 50rem;
    /* max-width: auto; */
    max-height: auto;
    /* max-height: 150px;
    max-height: 15rem; */
	line-height: 0;
	margin: 0 auto;
}

/* ヘッダーウィジェットの位置を調整 */
#header-widget-area {
    padding-top: 3.0rem;
}

/* ------------------------------------------- */
/*  Global Navigation
/* ------------------------------------------- */

/* グローバルナビの色を変える */
#header-nav-area {
    background-color: #003a66;
}

#site-navigation div.menu ul > li > a {
    display: block;
    font-size: 1.75rem;
    /* color: #1177ba; */
    padding: 10px 20px;
}

/* #site-navigation ul {
    display: table;
}

#site-navigation ul > li {
    display: table-cell;    
} */

/* #site-navigation .menu {
    max-width: 1200px;
} */

 /* .topmain-welcome-area {
	padding-top: 10px;
} */

/* ------------------------------------------- */
/*  Guide Menu
/* ------------------------------------------- */

#guide {
    width: 100%;
}

#guide h3 {
    text-align: center;
    padding: 10px 0;
}

#guide ul {
    display: table;
    table-layout: fixed;
    text-align: center;
    width: 100%;
    border-collapse: separate;
    /* border-spacing: 1.0rem 0; */
    /* IE対応 */
    border-spacing: 10px 0;
}

#guide li {
    background-color: #f1f1f1;
    display: table-cell;
    vertical-align: middle;
    /* position: relative; */
    height: 105px;
    /* height: 10.5rem; */
}   

#guide li a{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

#guide li a:focus {
    outline: none;
}

#guide li a:after {
    content: "";
    display: block;
    /* position: absolute;
    padding: 1.0rem; */
    width: 64px;
	height: 64px;
    background-size:contain;
    right: 0;
    left: 0;
    margin: auto;
    top: 25%;
  }

#guide .icon-seminar a:after {
    background: url(./images/guide_seminar_blue_min.png) no-repeat;
}

#guide .icon-rental a:after {
    background: url(./images/guide_rental_blue_min.png) no-repeat;
}

#guide .icon-estate a:after {
    background: url(./images/guide_estate_blue.png) no-repeat;
}

#guide li a:hover {
    opacity: 0.6;
    text-decoration: none;
}

#guide li a span {
    display: block;
    font-weight: bold;
    padding: 0.75rem 0;
    font-size: 1.8rem;
    /* IE対応 */
    font-size: 18px;
}

/* #guide h3,
#guide ul,
#guide ul li {
    text-align: center;
}

#guide h3 {
    font-size: 18px;
    margin-bottom: 20px;
}

#guide ul {
    list-style: none;
    margin: 16px auto 0;
}

#guide ul li {
    width: 220px;
    display: -moz-inline-box;
    display: inline-block;
    margin-left: 30px;
    margin-right: 30px;
}

#guide ul li p.headline {
    font-size: 20px;
    margin-bottom: 15px;
}

#guide ul li p{
    word-wrap: break-word;
    font-size: 15px;
}

#guide ul li a {
    display: block;
    color: #333;
}

#guide ul li a:focus {
    outline: none;
} */



/* -------ガイドメニューここまで------- */

#topmain-widget-area {
    clear: both;
    /* margin-top: 30px; */
}

#primary {
    padding-top: 30px;
}

#main-footer > div > p {
    font-size: 14px;
}

.entry-content img {
    border: none;
}

.entry-content a,
.entry-content p,
.entry-content th,
.entry-content td {
    font-size: 16px;
}

.entry-content h2 {
    font-size: 20px;
}

/* 箇条書きの黒丸を表示する */
.entry-content ul li {
    margin: 0 0 0 1.5rem;
}

/* ----------見出しのデザイン---------- */
/* 見出し横に縦ライン */
.entry-content h1,
.entry-content h2 {
    position: relative;
    padding-left: 0.7em;
}

.entry-content h1::after,
.entry-content h2::after {
    position: absolute;
    top: 50%;
    left:0;
    transform:translateY(-50%);
    content: '';
    width: 5px;
    height:1em;
    background-color: #003a66;
}

/* ------------------------------------------- */
/*  「事業案内」ページ
/* ------------------------------------------- */
.entry-content #business h3 {
    font-size: 1.8rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

/* インデント */
.entry-content #business ul {
    padding-left: 1em;
}

.entry-content #business span {
    padding-left: 1rem;
    font-size: 14px;
}

/* ------------------------------------------- */
/*  「会社概要」ページ
/* ------------------------------------------- */
/* 「ごあいさつ」 */ /* レスポンシブ対応する */
#greeting {
    height: auto;
    overflow: hidden;
    margin-bottom: 20px;
}

#greeting .president {
    float: right;
}

#greeting img {
    margin-bottom: 10px;
    margin-left: 10px;
}

#greeting section {
    float: left;
    width: 700px;
}

/* 「設立の目的」 */
#mission {
    clear: both;
}

/* 会社概要 */
#about th {
    width: 25%;
}

#about ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#about ul li {
    margin: 0;
}

/* ------------------------------------------- */
/*  「アクセス」ページ
/* ------------------------------------------- */

/* 「所在地」 */
#location span{
    font-size: 1.3rem;
}

/* 交通案内 */
#transit {
    overflow: hidden;
}

#transit p.transit-left {
    float: left;
    width: 365px;
    /* レスポンシブ対応する */
    text-align: center;
}

#transit p.transit-right {
    float: right;
}

#transit div.a1::after {
    clear: both;
}

/* 「交通案内」 */
#transit .icon {
    vertical-align: middle;
    margin-right: 5px;
}



/* ------------------------------------------------ */
/*  「お問い合わせ」ページのスタイルはpage.cssに記載
/* ------------------------------------------------ */

/* ------------------------------------------- */
/*  「各種講座申し込み」ページ
/* ------------------------------------------- */

.category-heading h1 {
    position: relative;
    padding-left: 0.7em;
    margin-bottom: 20px;
    font-size: 2.0rem;
}

.category-heading h1::after {
    position: absolute;
    top: 50%;
    left:0;
    transform:translateY(-50%);
    content: '';
    width: 5px;
    height:1em;
    background-color: #003a66;
}

.post-list ul {
    margin-bottom: 2rem;
    margin-bottom: 20px;
    border-top: 1px dotted #888;
}

.post-list ul li {
    /* border-bottom: 1px dotted #888;  */
    padding: 1.5rem 0;
    padding: 15px 0;
    border-bottom: 1px dotted #888
}

.article-group {
    border-bottom: none;
}

/* カテゴリータグのリンクを無効にする */
a[rel*="category"], a[rel*="tag"] {
    pointer-events: none;
}

.seminar-info {
    margin-bottom: 20px;
}

.seminar-info label {
    font-size: 1.5rem;
    /* 小見出しにクレヨン風のアンダーラインをひく　2024/07/04 */
    box-shadow: 0px -6px 5px -5px #32AAFF inset,0px 8px 4px -8px #32AAFF;
}

/* 小見出しにチェックマークを付ける */
.seminar-info label::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color:#0094FF;
    /* color: #003a66; */
    margin-right: 1rem;
}

p.seminar-info-1,
p.seminar-info-2,
p.seminar-info-3 {
    font-size: 2.2rem;
    font-size: 22px;
}

/* ------------------------------------------- */
/*  「教室貸出」ページ
/* ------------------------------------------- */
#rental *{
    box-sizing: border-box;
}

/* 「貸出可能期間」の表幅の調整 */
.entry-content #rental-period,
.entry-content #rental-period > tbody > tr > th,
.entry-content #rental-period > tbody > tr > td {
    border: none;
    background-color: transparent;
}

.entry-content #rental-period > tbody > tr > th {
    width: 20%;
}

/* 予約申し込みの表調整 */
.entry-content #rental dt,
.entry-content #rental dd {
    margin: 0;
}

.download-document {
    margin: 20px 0;
}

.download-document_dl {
    display: flex;
    flex-direction: column;
    width: 53%;
    border-right:  0.5px solid #888;
}

.download-document_dl--heading {
    flex-grow: 0;
    width: 33.3%;
    border-left:  0.5px solid #888;
}

.download-document_dl--btn {
    flex-grow: 0;
    width: 13.7%;
}

.download-document_dt {
    display: table;
    width: 100%;
    padding: 9px 10px;
    text-align: center;
}

.download-document_dt span{
    display: table-cell;
}

.download-document_dd{
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: center;
    padding: 9px 10px;
}

.download-document_dl--btn .download-document_dd span{
    text-align: center;
}

.download-document_item {
    display: flex;
    width: 100%;
    border-bottom: 0.5px solid #888;
}

.download-document_item:first-child {
    border-top:  0.5px solid #888;
    background-color: #f5f5f5; 
}

/* ------------------------------------------- */
/*  「学生向けマンション紹介」ページ
/* ------------------------------------------- */

/* 吹き出し */
.balloon {
    margin-bottom: 2em;
    position: relative;
}

.balloon:before,.balloon:after {
    clear: both;
    content: "";
    display: block;
}

.balloon figure {
    width: 60px;
    height: 60px;
}

.balloon-image-left {
    float: left;
    margin-right: 20px;
}

.balloon-image-right {
    float: right;
    margin-left: 20px;
}

.balloon figure img {
    width: 100%;
    height: 100%;
    border: 1px solid #aaa;
    border-radius: 50%;
    margin: 0;
}

.balloon-image-description {
    padding: 5px 0 0;
    font-size: 10px;
    text-align: center;
}

.balloon-text-right,.balloon-text-left {
    position: relative;
    padding: 10px;
    border: 1px solid;
    border-radius: 10px;
    max-width: -webkit-calc(100% - 120px);
    max-width: calc(100% - 120px);
    display: inline-block;
}

.balloon-text-right {
    border-color: #aaa;
}

.balloon-text-left {
    border-color: #aaa;
}

.balloon-text-right {
    float: left;
}

.balloon-text-left {
    float: right;
}
    
.balloon p {
    margin: 0 0 20px;
}

.balloon p:last-child {
    margin-bottom: 0;
}

#house-icon {
    font-size: 4rem;
}

/* 三角部分 */
.balloon-text-right:before {
    position: absolute;
    content: '';
    border: 10px solid transparent;
    border-right: 10px solid #aaa;
    top: 15px;
    left: -20px;
}

.balloon-text-right:after {
    position: absolute;
    content: '';
    border: 10px solid transparent;
    border-right: 10px solid #fff;
    top: 15px;
    left: -19px;
}

.balloon-text-left:before {
    position: absolute;
    content: '';
    border: 10px solid transparent;
    border-left: 10px solid #aaa;
    top: 15px;
    right: -20px;
}
    
.balloon-text-left:after {
    position: absolute;
    content: '';
    border: 10px solid transparent;
    border-left: 10px solid #fff;
    top: 15px;
    right: -19px;
}

.entry-content #estate-recommend,
.entry-content #estate-point,
.entry-content #estate-partner {
    margin: 10px 0px 15px
}

/* 「お部屋探しはこちらから」 */
/* バナーレイアウト */
.entry-content #estate-recommend figure {
    display: inline-block;
    margin: 5px;
    margin-right: 2em;
    /* 2023/05/23 */
}

.entry-content #estate-recommend img {
    padding: 1px;
    border: solid 0.5px #777;
}

/* 「お部屋探しのポイント」 */
.entry-content #estate-point h3 {
    margin-top: 1.5em;
    padding-left: 3.5rem;
    border-bottom: dashed 1px #003a66;;
}

.entry-content #estate-point h3::before{
    position: absolute;
    margin-top: -1rem;
    margin-left: -3.5rem;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: #003a66;
    border-radius: 100%;
    color: #fff;
    font-size: 1.5rem;
    text-align: center;
}

.entry-content #estate-point h3.point1::before{
    content: "1";
}

.entry-content #estate-point h3.point2::before{
    content: "2";
}

.entry-content #estate-point h3.point3::before{
    content: "3";
}

.entry-content #estate-point h3.point4::before{
    content: "4";
}

.entry-content #estate-point h4 {
    background-color: #f5f5f5;
}

/* 箇条書きを二段組みにする */
.entry-content #estate-point .bullet_left {
    float: left;
    width: 45%;
}

/* ------------------------------------------- */
/*  Sitemap
/* ------------------------------------------- */
.clm1,
.clm2,
.clm3 {
    float: left;
    width: 33%
}

.clm2 ul,
.clm3 ul {
    margin-top: 2.5rem;
}

/* ------------------------------------------- */
/*  Footer
/* ------------------------------------------- */

.footer-copy-area {
    background-color: #003a66;
}

/* フッター(右)とフッター(中央)の天を揃える */
.custom-html-widget {
    margin-top: 3.5rem;
}

/* フッター（右） */
.custom-html-widget ul li {
    list-style: none;
    background: url("images/widget_lst_icon_main.png") no-repeat scroll left 2px;
    padding: 0 0 8px 22px;
    padding: 0 0 0.8rem 2.2rem;
    margin: 0;
    /* text-indent: -19px;
    text-indent: -1.9rem; */
    border: none;
    line-height: 1.5;
}

.custom-html-widget a {
    font-size: 1.6rem;
}
