@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/*style.css*/
/*全ページの規定*/
:root{
	--font-header-size: 0.8125rem;
    --font-h1-size: 3.5rem;
	--font-h2-size: 1.2rem;
    --font-card-subtitle-size: 13px;
    --font-card-title-size: 24px;
    --defolt-font-family: "Noto Sans",-apple-system,BlinkMacSystemFont,"Helvetica Neue","Original Yu Gothic","Yu Gothic",YuGothic,"Hiragino Kaku Gothic ProN",Verdana,Meiryo,"M+ 1p",sans-serif;
    --linehight-header: 23.75px;
    --color-header-font: #fff;
    --color-card-font: #fff;
    --color-header-background: rgba(0, 0, 0, 0.6);
    --color-side-menu-background: #000;
    --color-card-footer-background: rgba(0, 0, 0, 0.6);
    --color-overview-background: #fff;
    --color-fotter-background: #000;
    --color-fotter-font: #fff;
	--color-topoverview-background: #eee;
    --img-home-background: url(/wp/wp-content/uploads/2024/08/img_main01.jpg);
	--img-other-background: url(/wp/wp-content/uploads/2025/03/kiyoHPbackup.jpg);
    --img-shop-background: url(/wp/wp-content/uploads/2018/03/3b19f900dd6969706ea496795b89d352.jpg);
    --img-event-background: url(/wp/wp-content/uploads/2018/03/Polish_20230424_000522412.jpg);
    --img-consulting-background: url(/wp/wp-content/uploads/2024/04/1S__8568867_min.jpg);
    --img-agency-background: url(/wp/wp-content/uploads/2018/03/26272335_s.jpg);
    --img-csr-background: url(/wp/wp-content/uploads/2025/11/csr_1.jpg);
    --img-csr_2-background: url(/wp/wp-content/uploads/2025/07/gomi_hiroi.jpeg);
	--max-width-body: 1128px;
    --padding-body: 3rem 1rem;
}

/*全体*/
.wrap {
    width: 100%;
}

/* いらないもの消すやつ */
#header, #footer, #navi-in, .article-header, .entry-header {
  display:none;
}
a {
  color: none;
}
a:hover {
  color: none;
}
/* いらない余白消すやつ */
#content, #main, .entry-content {
	margin: 0;
	padding: 0;
	border: none;
}

/*ヘッダー*/
#header-container {
  background: rgba(0, 0, 0, 0.6);
  max-width: 100%;
  left: 0;
  top: 0;
  right: 0;
  z-index: 1;
}

.site-name-text-link {
  color: #fff;
}
.navi {
  background: none;
}

.navi-in > ul li {
  width: auto;
}  

.navi-in a {
  font-size: 13px; /* ナビ文字大きさ */
  font-family: inherit;
  /*position: relative;*/
  color: #fff; /* ナビ文字色 */
  padding: 0 20px;
  display: block;
  /*text-decoration: none;*/
}

.navi-in a:hover {
  background: none;
}
.navi-in a:before {
  position: absolute;
  left: 0;
  bottom: 6px;
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #fff; /* マウスON時の下線色 */
  transform: scale(0, 1);
  transition: 0.4s;
}

header {
    & nav {
        max-width: 1800px;
        margin: 50 auto;
		
    }
}



/*お問い合わせフォーム*/
input[type=submit] {
    -webkit-appearance: none;
    border: 1px solid var(--cocoon-thin-color);
    background-color: #333;
    color: #fff;
}

.entry-content>*, .mce-content-body>*, .article p, .demo .entry-content p, .article dl, .article ul, .article ol, .article blockquote, .article pre, .article table, .article .toc, .body .article, .body .column-wrap, .body .new-entry-cards, .body .popular-entry-cards, .body .navi-entry-cards, .body .box-menus, .body .ranking-item, .body .rss-entry-cards, .body .widget, .body .author-box, .body .blogcard-wrap, .body .login-user-only, .body .information-box, .body .question-box, .body .alert-box, .body .information, .body .question, .body .alert, .body .memo-box, .body .comment-box, .body .common-icon-box, .body .blank-box, .body .button-block, .body .micro-bottom, .body .caption-box, .body .tab-caption-box, .body .label-box, .body .toggle-wrap, .body .wp-block-image, .body .booklink-box, .body .kaerebalink-box, .body .tomarebalink-box, .body .product-item-box, .body .speech-wrap, .body .wp-block-categories, .body .wp-block-archives, .body .wp-block-archives-dropdown, .body .wp-block-calendar, .body .ad-area, .body .wp-block-gallery, .body .wp-block-audio, .body .wp-block-cover, .body .wp-block-file, .body .wp-block-media-text, .body .wp-block-video, .body .wp-block-buttons, .body .wp-block-columns, .body .wp-block-separator, .body .components-placeholder, .body .wp-block-search, .body .wp-block-social-links, .body .timeline-box, .body .blogcard-type, .body .btn-wrap, .body .btn-wrap a, .body .block-box, .body .wp-block-embed, .body .wp-block-group, .body .wp-block-table, .body .scrollable-table, .body .wp-block-separator, .body .wp-block, .body .video-container, .comment-area, .related-entries, .pager-post-navi, .comment-respond {
    margin-bottom: 0;
}

.label{
	font-family:inherit;
}


/*TOPページ*/
.top {
	position: relative;
    max-width: 100%;
}

.top_img_1 {
	position: absolute;
	width:100%;
}

.top_img_2 {
	position: absolute;
	width:20%;
	transform: translate(200%, 150%);
}


/*事業内容*/
.bussiness_contents_title {
    margin-left: 5%;
    margin-right: 5%;
}

.bussiness_contents_title h1 {
    font-size: 50px;
    margin-top: 20vh;
	text-align:center;
}

.bussiness_contents {
    display: grid;
	place-content: center;
    place-items: center;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, 5fr);
	grid-column-gap: 10px;
	grid-row-gap: 10px;
	width:80%;
	/*height:100vh;*/
	margin-left: 10%;
	margin-right:10%;
	
}

.contents_item_1 {
	position: relative;
    margin-top: 30px;
	margin-left:5%;
    width: 45%;
	grid-area: 1 / 1 / 2 / 2;
}

.contents_item_1 h2 {
	position: absolute;
	width:100%;
	font-size: 16px;
	color:#fff;
    background-color: rgba(51, 51, 51, 0.5);
	text-align:center;
	left:0;
    transform: translate(-0%,-110%);/*センター寄せの修正*/
}

.contents_item_2 {
	position: relative;
    margin-top: 30px;
	margin-left:5%;
    width: 45%;
	grid-area: 1 / 2 / 2 / 3;
	
}
	
.contents_item_2 h2 {
	position: absolute;
	width:100%;
    font-size: 16px;
	color:#fff;
	background-color: rgba(51, 51, 51, 0.5);
	text-align:center;
    left: 0%;
    transform: translate(-0%,-110%);/*センター寄せの修正*/
}

.contents_item_3 {
	position: relative;
    margin-top: 30px;
    margin-left:5%;
    width: 45%;
	grid-area: 2 / 1 / 3 / 2;
}

.contents_item_3 h2 {
	position: absolute;
	width:100%;
    font-size: 16px;
	color:#fff;
    background-color: rgba(51, 51, 51, 0.5);
	text-align:center;
    left: 0%;
    transform: translate(-0%,-110%);/*センター寄せの修正*/
}

.contents_item_4 {
	position: relative;
    margin-top: 30px;
    margin-left:5%;
    width: 45%;
	grid-area: 2 / 2 / 3 / 3;
}

.contents_item_4 h2 {
	position: absolute;
	width:100%;
    font-size: 16px;
	color:#fff;
	background-color: rgba(51, 51, 51, 0.5);
	text-align:center;
    left: 0%;
    transform: translate(-0%,-110%);/*センター寄せの修正*/
}

.ko {
  display: grid;
  grid-column: 1 / 3; /*エリア指定：ライン2〜4までの範囲という意味*/
  grid-row: 3 / 4;    /*エリア指定：ライン2〜4までの範囲*/
  grid-template-columns: subgrid;
  grid-template-rows: subgrid;
  }

.contents_item_5 {
	position: relative;
    margin-top: 30px;
    margin-left:5%;
    width: 45%;
	display:grid;
	grid-column: 1 / 3; /*エリア指定：ライン2〜3までの範囲*/
    grid-row: 2 / 3;    /*エリア指定：ライン2〜3までの範囲*/
}

.contents_item_5 h2 {
	position: absolute;
	width:100%;
    font-size: 16px;
	color:#fff;
	background-color: rgba(51, 51, 51, 0.5);
	text-align:center;
    left: 0%;
    transform: translate(-0%,-110%);/*センター寄せの修正*/
}

.img{
	/*object-fit:contain;*/
　　width:100%;
　　height:100%;
}

/*会社摘要*/
.company_color {
	background-color:#f5f5f5;
}


.company_title {
	font-size:40px;
	font-weight:bold;
	text-align:center;
    margin-left: 10%;
    margin-bottom: 30px;
	margin-top:30px;
	
}

.company {
	display:flex;
	align-items:stretch;
	width:80%;
	margin-left:10%;
	
}

.p5 {
	font-size: 16px;
	margin: 10px auto;
	max-width: 400px;
	line-height:1.5;
	
}
.p5 dt {
	font-weight: bold;
	padding: 5px 50px 4px;
	margin-bottom:0px;
	line-height:1.5;
	
}
.p5 dd {
	padding: 14px;
    padding-top:5px;
	text-align:left;
	border-bottom: 1px solid #aaa;
	width:400px;
}

/*.map {
  width: 50%;
  position: relative;
  padding-top: 56.25%;
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
}
*/

/*人材育成ページ*/

.human-resource-development h2 {
    font-size: 18px;
	background-color: transparent;
	margin-bottom: 0px;
	padding-left:0px;
	padding-bottom:16px;
	padding-top:32px;
}

.human-resource-development {
	padding:0 10%;
}

/*営業代行*/

.sales_agency h2 {
    font-size: 18px;
	background-color: transparent;
	margin-bottom: 0px;
	padding-left:0px;
	padding-bottom:16px;
	padding-top:32px;
}

.sales_agency {
	padding:0 10%;
}

.carrer_supprot_img, .real_state_img {
	aspect-ratio: auto 477 / 318;
    width: 477px;
}

.real_state {
	text-align: right;
}

.br_SP{
	display:none;
}

/*イベント企画・運営*/
.event  h2 {
    font-size: 18px;
	background-color: transparent;
	margin-bottom: 0px;
	padding-left:0px;
	padding-bottom:16px;
	padding-top:32px;
}

.event {
	padding:0 10%;
}

.margin_bottom_2em {
	display:block;
	margin-bottom: 2em;
}

.funny_camp_img {
	aspect-ratio: auto 281 / 165;
    width: 281px;
}

.chillax_partyimg_img {
	aspect-ratio: auto 291 / 146;
	width: 291px;
}

.sana-mu_img {
	aspect-ratio: auto 284 / 138;
	width: 284px;
}

.umi_boken_img {
    aspect-ratio: auto 284 / 397;
	width: 284px;
}

.umisakura_img {
    aspect-ratio: auto 343 / 429;
    width: 343px;
}

/*TOP地域貢献活動*/
.image-container {
    /* 両サイドに空白を作る（親要素に対する相対的な幅） */
    /* 例：ビューポートの幅の80%に設定し、左右のマージンを自動（中央寄せ）にする */
    width: 60%;
    max-width: 1000px; /* 画像の最大幅を制限したい場合 */
    margin: 20px auto; /* 上下に20px、左右中央寄せ */
    position: relative; /* 子要素（キャプション）の絶対配置の基準にする */
    overflow: hidden; /* 角丸などを使う場合に備えて */
}

.image-container img {
    /* コンテナの幅に合わせて画像を100%にする */
    display: block;
    width: 100%;
    height: auto;
}

/* 変更後：優先度が高い */
.image-container .caption-overlay {
    /* 黒枠（キャプション）のスタイル */
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    
    /* 縦幅の調整 : paddingの値を増やす */
    padding: 20px 0px; 
    
    background-color: rgba(0, 0, 0, 0.7); /* 半透明の黒 */
    color: white; /* 文字色を白に */
    text-align: center; /* 文字を中央寄せ */
    
    font-size: 36px; /* 優先度が上がり、このサイズが適用されやすくなります */
}


/*地域貢献活動のページ*/
/* 親コンテナ：幅60%と両サイドの余白（中央寄せ）を設定 */
.image-gallery-container {
    /* 幅を親要素の80%に設定 */
    width: 80%; 
    /* 左右の余白を均等に作り、コンテナを中央に配置 */
    margin: 30px auto; 
    /* Flexboxを使って子要素を横並びに配置 */
    display: flex; 
    /* 子要素（画像）の間に少し隙間を作る（オプション） */
    gap: 10px; 
    /* 必要に応じて、最大幅も設定（オプション） */
    max-width: 1200px; 
}

/* 個別画像コンテナ：横並びになった際の幅を均等に設定 */
.image-item {
    /* Flexアイテムとして利用可能な空間を均等に分け合う */
    flex: 1; 
    /* もしgapを使用しない場合は width: 50%; を使ってもOK */
    overflow: hidden; /* 画像がはみ出さないように */
}

/* 画像要素：コンテナの幅に合わせて調整 */
.image-item img {
    /* コンテナの幅に合わせて画像を100%にする */
    display: block;
    width: 100%;
    height: auto;
}

/* 画像をクリックして遷移させる機能 */
.image-link-wrapper {
    /* クリック領域を画像幅（60%）に制限し、中央寄せを適用 */
    display: block; 
    width: 60%; /* ★追加：リンクの幅を画像と同じ60%に設定 */
    max-width: 1000px; /* ★追加：最大幅もコンテナと合わせる */
    margin: 20px auto;
}

/* 既存の .image-container のマージンは 0 のまま */
.image-container {
    width: 100%; /* ★変更：親のリンク幅を使う */
    max-width: 1000px; /* 最大幅は残すか削除 */
    margin: 0; 
    position: relative;
    overflow: hidden;
}

.text-section {
    /* 画像コンテナ (.image-gallery-container) と同じ幅に設定 */
    width: 80%; 
    /* 左右の余白を均等に作り、中央に配置 */
    margin: 30px auto; 
    /* テキストセクションの背景を白に設定 */
    background-color: white; 
    
    /* 最大幅も画像コンテナと揃える（任意） */
    max-width: 1200px; 
}

/* テキストコンテンツの上下の余白調整 */
.text-section .section-text_csr {
    padding: 0 0; /* 必要であればテキストの上下の余白（パディング）を調整 */
    line-height: 1.8; /* 読みやすさのため行間を調整 */
    text-align: left; /* テキストを左寄せにする */
}











/*ここから*/
/*ここから*/
/*ここから*/

/*全体のフォント統一*/
body {
    font-family: var(--defolt-font-family);
}

header {
    .navigation-menu {
        position: fixed;
		z-index: calc(infinity);
        background-color: var(--color-header-background);
        width: 100%;
        height: 48.75px;
        padding: 0;
        align-content: flex-end;
        & nav {
            max-width: 1128px;
            height: 100%;
            margin: 0 auto;
            font-size: var(--font-header-size);
            line-height: var(--linehight-header);
            font-weight: 400;
            vertical-align: text-bottom;
            color: var(--color-header-font);
            ul {
                display: flex;
                list-style-type: none;
                padding: 0;
                margin: 0;
                justify-content: flex-end;
                align-content: center;
                li {
                    padding: 0.5rem 1rem;
					margin: 0;
                    margin-bottom: 10px;
                    a {
                        color: var(--color-header-font);
                        text-decoration: none;
                        position: relative;
                        display: inline-block;
                        &::after {
                            content: '';
                            position: absolute;
                            bottom: 0;
                            left: 0;
                            width: 100%;
                            height: 1px;
                            opacity: 0;
                            transition: opacity 0.3s ease-in-out;
                        }
                        &:hover {
                            text-decoration: underline;
                            text-underline-offset: 5px;
                        }
                    }  
                }
                .navigation-menu--border{
                    width: 0.2px;
                    height: 10px;
                    background-color: var(--color-header-font);
                    margin-top: calc(8px + var(--font-header-size) / 2);
                }
            }
        }
    }
    .hamburger-menu {
        display: none;
    }
    #menu-toggle {
        display: none;
    }
    .side-menu {
        position: fixed;
        top: 0;
        right: -264px;
        width: 264px;
        height: 100vh;
        background-color: var(--color-header-background);
        transition: right 0.3s ease-in-out;
        z-index: 999;
        & nav ul {
            list-style-type: none;
            padding: 0;
            margin: 0;
            display: flex;
            flex-direction: column;
            justify-content: center;
            padding: 60px 0 0;
            & li {
                padding: 0;
                & a {
                    display: block;
                    color: var(--color-header-font);
                    text-decoration: none;
                    position: relative;
                    padding: 15px 20px;
                    &::after {
                        content: '';
                        position: absolute;
                        bottom: 0;
                        left: 0;
                        width: 100%;
                        height: 1px;
                        opacity: 0;
                        transition: opacity 0.3s ease-in-out;
                    }
                    &:hover {
                        /*background-color: rgba(255, 255, 255, 0.1);*/
                    }
                    &:hover::after {
                        opacity: 1;
                    }
                }
                :not(:last-child)::after {
                    content: none;
                }
            }
        }
    }
}

@media screen and (max-width: 990px) {
    header {
        .navigation-menu {
            background-color: transparent;
			opacity: 0;
			z-index: unset;
        }
        nav {
            display: none;
        }
        .hamburger-menu {
            display: block;
            position: fixed;
            top: 0px;
            right: 0px;
            width: 42px;
            height: 42px;
            background-color: var(--color-side-menu-background);
            color: white;
            padding: 1px 6px;
            box-shadow: inset 0 0 0 1px #FFF;
            z-index: 1000;
            cursor: pointer;
            .hamburger-menu--icon,
            .hamburger-menu--close {
                width: 100%;
                height: 100%;
                display: flex;
                justify-content: center;
                align-items: center;
                font-size: 24px;
                transition: opacity 0.3s ease;
            }
            .hamburger-menu--close {
                opacity: 0;
                position: absolute;
                top: 0;
                left: 0;
            }
        }
        #menu-toggle:checked ~ .side-menu {
            right: 0;
            nav {
                display: block;
            }
        }
        #menu-toggle:checked ~ .hamburger-menu .hamburger-menu--icon {
            opacity: 0;
        }
        #menu-toggle:checked ~ .hamburger-menu .hamburger-menu--close {
            opacity: 1;
        }
    }
}


.hero {
	position: relative;
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    align-content: center;
    clip-path: inset(0);
    .hero__home {
        padding: 160px 0;
        margin: auto;
        max-width: 300px;
        .hero__home__anchor {
            padding: 16px;
            .hero__home__anchor--logo-img {
                width: 100%;
                aspect-ratio: 1/1;
            }
        }
    }
}
.hero-home-bg-img:before{
	content: "";
    background-image: var(--img-home-background);
    top: 0;
    left: 50;	
	width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;	
    position: fixed;
	z-index:-1;
}

.hero-other-bg-img:before{
	content: "";	
    background-image: var(--img-other-background);
    top: 0;
    left: 50;	
	width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;	
    position: fixed;
	z-index:-1;
}

.info-list-caption{
	font-size: var(--font-h1-size);
	font-family: var(--defolt-font-family);
	font-weight: bold;
}

.info-list{
  padding-left: max(20px, calc((100vw - 1128px) / 2));
  padding-right: max(20px, calc((100vw - 1128px) / 2));
}
	
.info-list-item{
	text-align:center;
}



main {
    margin: 0;
}

.page-section {
    width: 100%;
    .page-section--title {
        font-size: var(--font-h1-size);
        font-family: var(--defolt-font-family);
        text-align: center;
        margin: 0 auto;
        margin-bottom: 3rem;
    }
    .page-section--contents {
        
    }
}

.policy__contents h2 {
	font-size: var(--font-h2-size);
	background-color:transparent;
	margin:0 auto;
	padding:0;
	padding-bottom: 0.5rem;
	
}

.policy__contents span {
	display:block;
	text-align:right;
}

.policy__contents__blank1 {
	padding-left:1.5rem;
}

.policy__contents__blank2 {
	padding-left:2.5rem;
}

.business {
    max-width: var(--max-width-body);
    padding: var(--padding-body);
    margin: 0 auto;
    .bussiness--title {
    }
    .business__contents {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
        grid-template-rows: repeat(2, 1fr);
        grid-column-gap: min(2vh,30px);
        grid-row-gap: 32px;
		justify-items: center;
        .business__card {
            position: relative;
            display: flex;
            align-items: end;
            width: 100%;
            max-width: none;
            aspect-ratio: 3/2;
            overflow: hidden;
            &:hover {
                background-size: 110%;
                background-position: center;
            }
			&:nth-child(5) {
				grid-column: 1 / -1;
				justify-self: center;
				width: calc((100% - min(2vh,30px)) / 2);
			}
            .business__card__animation {
                position: absolute;
                width: 100%;
                height: 100%;
                background-size: cover;
                background-position: center;
                background-repeat: no-repeat;
                transition: 1S;
                &:hover {
                    transform: scale(1.1);
                }
            }
            .business__card__footer {
                position: absolute;
                background-color: var(--color-card-footer-background);
                width: 100%;
                color: var(--color-card-font);
                text-align: center;
                padding: 1rem 0.5rem;
                .bussiness__card__footer--subtitle {
                    font-size: var(--font-card-subtitle-size);
                }
                .business__card__footer--title {
                    font-size: var(--font-card-title-size);
                }
            }
        }
    }
}

@media screen and (max-width: 768px) {
    .business {
        .bussiness__contents {
            .bussiness__card {
                max-width: 540px;
                margin: auto;
				&:nth-child(5) {
					width: 100%;
				}
            }
        }
    }    
}

@media screen and (max-width: 540px) {
    .business {
        padding-left: 0;
        padding-right: 0;
    }    
}

#shop {
    background-image: var(--img-shop-background);
}
#event {
    background-image: var(--img-event-background);
}
#consulting {
    background-image: var(--img-consulting-background);
}
#agency {
    background-image: var(--img-agency-background);
}
#csr {
    background-image: var(--img-csr-background);
}
#csr_2 {
    background-image: var(--img-csr_2-background);
}
.overview {
    width: 100%;
    background-color: var(--color-overview-background);
    padding-bottom: 3rem;
    .overview--title {
        padding-top: 3rem;
		font-size: var(--font-h1-size);
		text-align:center;
    }
    .overview__contents {
        display: flex;
        flex-flow: row wrap;
        max-width: var(--max-width-body);
        margin: 0 auto;
        .overview__contents__info {
            display: flex;
            width: 60%;
            flex-flow: row wrap;
            padding: 0 15px;
            margin: auto;
			font-size:25px;
            .overview__contents__info--label {
                border-bottom: 1px solid;
                padding-top: 20px;
				padding-bottom:20px;
                font-weight: bold;
				flex-basis:25%;
            }
            .overview__contents__info--detail {
                border-bottom: 1px solid;
				padding-top: 20px;
				padding-bottom:20px;
				margin-left: 0px;
				flex-basis:75%;
            }
        }
        .overview__contents__map {
            display: flex;
            width: 50%;
            justify-content: center;
            align-items: center;
            padding: 15px;
            margin: auto;
            .overview__contents__map--frame {
                margin: auto;
            }
        }
    }
}

@media screen and (max-width: 768px) {
    .overview {
        .overview--title{
        }
        .overview__contents {
            flex-flow: column nowrap;
            .overview__contents__info {
                width: 80%;
            }
            .overview__contents__map {
                width: 80%;
            }
        }
    }    
}

#overview {
	background-color:  var(--color-topoverview-background);
}

.policy {
	padding:0 10%;
	.policy__contents {
		padding: 2rem 0;
	}
}

.inquiry {
	padding:0 10%;
	.inquiry__contents {
		padding: 2rem 0;
	}
}

footer {
    width: 100%;
    background-color: var(--color-fotter-background);
	text-align: center;
    .footer__container {
        padding: 1rem;
        margin: auto;
        .footer__container--note {
			/*display: inline-block;*/
            /*display: block;*/
            width: 80px;
            margin: auto;
            margin-bottom: 1rem;
			url("");
			/*margin-right:0.5rem;*/
        }
		.footer__container--Instagram {
			/*display: inline-block;*/
            /*display: block;*/
            width: 50px;
            margin: auto;
            margin-bottom: 1rem;
			margin-left:1rem;
			url("");
        }
		.footer__container--x {
			/*display: inline-block;*/
            /*display: block;*/
            width: 50px;
            margin: auto;
            margin-bottom: 1rem;
			margin-left:2rem;
			margin-right:1rem;
			url("");
        }
        .footer__container--copyrighat {
            color: var(--color-fotter-font);
            text-align: center;
        }
    }
}






/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
	.br_SP{
		display:block;
	}
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
.overview {
    .overview--title {
		font-size: 2.5rem;
		
    }
    .overview__contents {
        display: flex;
        flex-flow: row wrap;
        max-width: var(--max-width-body);
        margin: 0 auto;
        .overview__contents__info {
            display: flex;
            width: 80%;
            flex-flow: row wrap;
            padding: 0 15px;
            margin: auto;
			font-size:15px;
            .overview__contents__info--label {
				border-bottom: 1px solid;
                padding-top: 20px;
				padding-bottom:20px;
                font-weight: bold;
				flex-basis:25%;
            }
            .overview__contents__info--detail {
                border-bottom: 1px solid;
                padding-top: 20px;
				padding-bottom:20px;
				margin-left: 0px;
				flex-basis:75%;
            }
        }
}
	}
}


/*792px以下*/
@media screen and (max-width: 792px){
  /*必要ならばここにコードを書く*/
	.image-container {
		width: 100%;
	}
	.image-link-wrapper {
		width: 100%;
	}
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
	.overview {
		.overview--title {
			font-size: 1.5rem;
		}
	}
}
