@charset "UTF-8";
/*******************************************************************************
	サイト名：松山市青少年育成市民会議
	作成会社：Fellow System
--------------------------------------------------------------------------------
 No.│   日付   │区分│						内  容
━━┿━━━━━┿━━┿━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 001│2022.03│新規│[V1.00] 寺坂
*******************************************************************************/

/*******************************************************************************
	archive-cgr.php
--------------------------------------------------------------------------------
	適応：全部
*******************************************************************************/
.cgr_main {
    margin: auto;
    max-width: 2560px;
    overflow: hidden;
    margin-bottom: 100px;
}

.fixed_side_button_container{
    position: fixed;
    left: 50px;
    bottom: 60px;
    z-index: 11;
}
.fixed_side_button_container:hover{
    cursor: pointer;
}
.fixed_side_button_container img{
    max-width: 161px;
}
@media screen and (max-width: 768px) {
    .fixed_side_button_container{
        left: 20px;
        bottom: 20px;
    }
    .fixed_side_button_container img{
        max-width: 121px;
    }
}

.back_link_mb{
    display: none;
}
.back_link_mb.hide{
    display: none;
}
.back_link_pc.hide{
    display: none;
}
.back_link_mb.show{
filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.44));
will-change: filter;
    display: block;
}
.back_link_pc.show{
    display: block;
}

.hover-anm{
	position: relative;
	border: solid 3px #FC2E21;
	color: #FFFFFF;
	transition: .3s;
	z-index: 1;
}

.hover-anm:hover{
	color: #FC2E21;
}

.hover-anm::before{
  	content: "";
  	width: 100%;
  	height: 100%;
  	position: absolute;
  	top: 0;
  	left: 0;
  	z-index: -1;
  	background: #FFF;
  	transform-origin: 100% 50%;
  	transform: scaleX(0);
  	transition: transform ease .3s;
}

.hover-anm:hover i{
	color: #FC2E21;
}

.hover-anm:hover::before{
	transform-origin: 0% 50%;
  	transform: scaleX(1);
}

/*******************************************************************************
	CGRキービジュアル
*******************************************************************************/]
.header_contents{
    position: relative;
}
.header_contents.cgr_header{
    position: absolute;
    left: 70px;
    top: 25px;
    padding-top: 0;
    padding-bottom: 0;
}
.cgr_top_img_wrap {
    position: relative;
    margin-top: 0;
}
.cgr_top_img {
    z-index: 0;
    height: 100vh;
    object-fit: cover;
    width: 100%;
}
.cgr .site_logo {
    /* z-index: 100; */
    display: none;
}
.cgr .navToggle {
    z-index: 100;
}

.cgr_top_img_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    max-width: 618.24px;
    /* max-height: 492px; */
    width: 100%;
}

.scroll_container_position {
    position: relative;
    right: 0;
    left: 0;
    z-index: 2;
    margin: 0 auto;
    touch-action: none;
    pointer-events: none;
    inset: 0;
}
.scroll_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 70px;
    z-index: 2;
    pointer-events: none;
    touch-action: initial;
}
.mouse {
    width: 31.6px;
    height: 56px;
    border: 1.5px solid #fff;
    border-radius: 30px;
}
.mouse:before {
    display: flex;
    width: 4.16px;
    height: 13.66px;
    margin: 20px auto;
    margin-top: 8px;
    border-radius: 50px;
    background-color: #fff;
    content: "";
    animation: mouse 2s infinite;
}
@keyframes mouse {
    0% {
        opacity: 0;
    }
    25% {
        opacity: .7;
    }
    100% {
        opacity: 0;
        transform: translateY(20px);
    }
}

.arrow {
    transform: rotate(45deg);
    width: 16px;
    height: 16px;
    margin: -3px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    animation: move 2s infinite;
}
@keyframes move {
    0% {
        opacity: 0;
    }
    25% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translateY(20px) rotate(45deg);
    }
}

@media screen and (max-width: 1400px) {
    .cgr_top_img_text {
        max-width: 400px;
    }
}

@media screen and (max-width: 1080px) {
    .cgr_top_img_text {
        max-width: 320px;
    }
    .scroll_container {
        bottom: 40px;
    }
    /* .mouse {
        width: 26.6px;
        height: 44px;
    }
    .arrow {
        width: 12px;
        height: 12px;
    } */
}

@media screen and (max-width: 834px) {
    .cgr_tip_img_text {
        max-width: 280px;
    }
    .scroll_container {
        bottom: 24px;
    }
    /* .mouse {
        width: 15.8px;
        height: 28px;
        border: 1px solid #fff;
    } */
    /* .mouse::before {
        margin-top: 2px;
        width: 1.664px;
        height: 5.464px;
    }
    .arrow {
        width: 8px;
        height: 8px;
        border-right: 1px solid #fff;
        border-bottom: 1px solid #fff;
    } */
    .cgr_top_img_text {
        max-width: 260px;
    }
}


@media screen and (max-width: 600px) {
    .header_contents.cgr_header{
        top: 20px;
        left: 0;
        right: 0;
        margin: auto;
    }
    .cgr_top_img {
        height: 75vh;
        object-fit: cover;
        object-position: 44%;
        width: auto;
    }
    .cgr_top_img_text {
        max-width: 320px;
        width: 100%;
    }
    .scroll_container {
        bottom: 40px;
    }
}

@media screen and (max-width: 375px) {
    .cgr_top_img_wrap {
        margin-top: 0;
    }
}

/*******************************************************************************
	キャンプがもたらす教育的効果
*******************************************************************************/
.drop_light_position {
    position: relative;
}

.cgr_efficacy_wrap {
    margin: 0 20px 150px 20px;
}

.light_box{
    position: absolute;
    top: -14px;
    right: 30px;
    max-width: 310px;
}
.light_box_mini {
    position: absolute;
    top: -14px;
    right: 330px;
    max-width: 226px;
}
.fadeIn {
    transform: translate3d(0,-200px,0);
    transition: 1s;
    opacity: 0;
}
.fadeIn.animated {
    transform: translate3d(0,0,0);
    opacity: 1;
}
.fadeIn_mini {
    transform: translate3d(0,-200px,0);
    transition: 1s;
    opacity: 0;
}
.fadeIn_mini.animated {
    transform: translate3d(0,0,0);
    opacity: 1;
}

.all_know_heading {
    margin-top: 83px;
    text-align: center;
}

.all_know_mini_heading {
    font-size: 1.9375rem;
    color: #0D2F64;
}

.camp_efficacy {
    margin: 19px auto 40px auto;
    max-width: 524px;
    width: 100%;
    height: 100%;
}

.all_know_text_wrap {
    margin: auto;
    margin-bottom: 60px;
    /* max-width: 600px; */
}

.all_know_text_wrap img{
    margin: auto;
    max-width: 600px;
    width: 100%;
}

.all_know_text {
    line-height: 2;
    font-size: 0.9375rem;
}

.efficacy_btn {
    margin: auto;
    margin-bottom: 66px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 562px;
    height: 115px;
    border-radius: 57.5px;
    background: #ff4d4d;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    cursor: pointer;
    cursor: hand;
}
.efficacy_btn:hover {
    opacity: 0.7;
}
.efficacy_btn_text_wrap {
    margin: auto;
}
.efficacy_btn_text {
    padding: 20px;
    max-width: 345px;
    width: 100%;
}
/* .efficacy_btn_detail {
    font-family: "Noto Sans JP";
    font-weight: 500;
    font-size: 1rem;
    text-align: center;
    color: #fff;
} */
.cgr_objective_wrap {
    display: none;
    margin: auto;
}
.cgr_objective_heading_flex {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 24px;
}
.cgr_logo {
    margin-right: 30px;
    max-width: 206.56px;
}
.cgr_objective_heading {
    color: #4A4A4A;
    font-size: 2.25rem;
    font-weight: 500;
}

.cgr_outdoor_heading {
    margin-bottom: 46px;
    text-align: center;
    color: #4A4A4A;
    font-size: 1.75rem;
    font-weight: 400;
}
.cgr_outdoor_heading br{
    display: none;
}
.cgr_outdoor_text_wrap {
    margin: auto;
    margin-bottom: 50px;
    text-align: center;
    max-width: 1100px;
    color: #4A4A4A;
    line-height: 2;
    font-size: 0.9375rem;
}
.cgr_outdoor_flex{
    display: flex;
    justify-content: space-around;
    margin-top: 40px;
}
.cgr_outdoor_text_left {
    text-align: left;
    text-indent: 1em;
    max-width: 500px;
    margin: auto;
}

.cgr_outdoor_img {
    margin: auto;
    max-width: 500px;
    width: 100%;
}

.outdoor_img_left{
    margin-bottom: 45px;
}

.outdoor_img_right{
    margin-top: 20px;
}
.cgr_graph_container{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    max-width: 1010px;
    margin: auto;
}
.cgr_graph_wrap {
    margin: auto;
    max-width: 1000px;
    width: 100%;
}
.cgr_graph_ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.cgr_graph_li {
    margin: auto;
    width: 45%;
}
.cgr_graph_li_left {
    margin-right: 5%;
}
.cgr_graph_li_right {
    margin-left: 5%;
}
.cgr_graph_text {
    margin-top: 20px;
    color: #4A4A4A;
    line-height: 2;
    font-size: 0.9375rem;
}

.graph_contents_left img{
    max-width: 523px;
}

.graph_contents_right img{
    max-width: 471px;
}

.text_red_background{
    text-align: center;
    margin-top: 65px;
}

.text_red_background p{
    display: inline-block;
    background-color: #CC0000;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 50.5px;
    padding: 1.064% 5.8515%;
    text-align: center;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5;
}
.display_768_cgr{
    display: none;
}

@media screen and (max-width: 1640px) {
    .drop_light_position {
        display: none;
    }
}

@media screen and (max-width: 1000px) {
    .cgr_objective_heading_flex {
        display: block;
        text-align: center;
    }
    .cgr_logo {
        margin: auto;
        margin-bottom: 16px;
    }
}

@media screen and (max-width: 840px) {
    .all_know_text {
        margin-left: 20px;
        margin-right: 20px;
    }
}

@media screen and (max-width: 834px) {
    .camp_efficacy {
        max-width: 400px;
    }
    .all_know_mini_heading {
        font-size: 24px;
    }
    .all_know_heading {
        margin-top: 40px;
    }
    .efficacy_btn {
        max-width: 514.11px;
        height: 80px;
    }
    .efficacy_btn_text {
        padding: 10px;
        max-width: 300px;
    }
    .cgr_objective_heading {
        font-size: 1.875rem;
    }
    .cgr_outdoor_heading {
        font-size: 1.5rem;
    }
    .survey_text {
        text-indent: 1em;
        text-align: left;
    }
    .survey_text br {
        display: none;
    }
    .cgr_graph_li {
        width: 48%;
    }
    .cgr_graph_li_left {
        margin-right: 2%;
    }
    .cgr_graph_li_right {
        margin-left: 2%;
    }
}

@media screen and (max-width: 768px){
    .cgr_outdoor_text_wrap{
        font-size: 0.875rem;
        line-height: 1.6;
    }
    .cgr_objective_heading_flex{
        margin-bottom: 45px;
    }
    .cgr_objective_heading{
        font-size: 1.1875rem;
    }
    .cgr_outdoor_heading{
        font-size: 1.125rem;
        line-height: 1.5;
    }
    .cgr_outdoor_heading br{
        display: block;
    }
    .display_block{
        display: none;
    }
    .display_768_cgr{
        display: flex;
        flex-direction: column;
    }
    .text_red_background p{
        font-size: 13px;
        text-align: justify;
        padding: 3% 10%;
    }
    .text_red_background p br{
      display: none;
    }
    .cgr_outdoor_text_float:first-of-type{
        margin-bottom: 40px;
    }
    .cgr_outdoor_img{
        margin-bottom: 40px;
    }
    .cgr_outdoor_text_left{
        font-size: 15px;
        line-height: 2;
    }
    .cgr_graph_container{
        flex-direction: column;
        margin-top: 45px;
    }
    .graph_contents_left{
        margin-bottom: 40px;
    }
    .cgr_graph_img{
        width: 100%;
    }
    .cgr_graph_img img{
        width: 100%;
        margin: auto;
    }
}

@media screen and (max-width: 600px) {
    .camp_efficacy {
        max-width: 320px;
    }
    .efficacy_btn {
        height: 70px;
    }
    .efficacy_btn_text {
        max-width: 280px;
    }
}
@media screen and (max-width: 374px) {
    .efficacy_btn_text {
        max-width: 260px;
    }
}

/*******************************************************************************
	利用対象者とお願い
*******************************************************************************/
.target_heading {
    text-align: center;
    font-size: 1.9375rem;
    font-weight: 400;
    color: #4a4a4a;
}
.target_heading_border {
    position: relative;
    margin: 16px auto 28px auto;
    border-bottom: solid 1px #707070;
    width: 100%;
    max-width: 304.95px;
}
.target_heading_border:before {
    content: '';
    position: absolute;
    left: 0px;
    bottom: -5px;
    width: 100%;
    max-width: 304.95px;
    height: 1px;
    border-bottom: solid 1px #707070;
}

.target_ul_wrap {
    margin: 0 20px;
}
.target_ul {
    display: table;
    text-align: left;
    margin: auto;
}
.target_li {
    /* background: url(../images/red_check.png) left 0px top 3px no-repeat;
    background-size: auto 21.22px; */
    line-height: 2;
    font-size: 0.9375rem;
    font-weight: 400;
}
.target_li_indent {
    padding-left: 1em;
}
.cgr_contact_btn_position {
    display: flex;
    justify-content: center;
    margin-top: 36px;
    margin-bottom: 164px;
}
.cgr_contact_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    width: 514.11px;
    height: 63.81px;
    background: #ff1d00;
    z-index: 1;
    box-sizing: border-box;
}
/* .cgr_contact_btn:hover {
    opacity: 0.7;
} */

.cgr_contact_btn_heading {
    /* color: #fff; */
    font-size: 1.25rem;
    font-weight: 500;
}

@font-face {
    font-family: 'check';
    src:  url('../fonts/check.eot?mbm0p2');
    src:  url('../fonts/check.eot?mbm0p2#iefix') format('embedded-opentype'),
        url('../fonts/check.ttf?mbm0p2') format('truetype'),
        url('../fonts/check.woff?mbm0p2') format('woff'),
        url('../fonts/check.svg?mbm0p2#check') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="check"], [class*=" check"] {
/* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'check' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.checklist:before {
    content: "\e901";
    color: #fd3d24;
}

@font-face {
    font-family: 'i_mail';
    src:  url('../fonts/i_mail.eot?i47jid');
    src:  url('../fonts/i_mail.eot?i47jid#iefix') format('embedded-opentype'),
        url('../fonts/i_mail.ttf?i47jid') format('truetype'),
        url('../fonts/i_mail.woff?i47jid') format('woff'),
        url('../fonts/i_mail.svg?i47jid#i_mail') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="i_mail"], [class*=" i_mail"] {
/* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'i_mail' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    color: #fff;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon_mail:before {
    content: "\e900";
    margin-right: 30px;
    font-size: 24px;
}

@media screen and (max-width: 600px) {
    .icon_mail:before {
        margin: 20px;
    }
    .cgr_contact_btn_heading {
        margin-right: 20px;
    }
    .target_li_indent {
        padding-left: initial;
    }
    .cgr_contact_btn_position {
        margin-bottom: 100px;
    }
    .target_heading {
        font-size: 1.5rem;
    }
    .target_heading_border {
        margin: 10px auto 28px auto;
        max-width: 240px;
    }
}

/*******************************************************************************
	CGRカテゴリボタン
*******************************************************************************/
.cgr_text_padding_left {
    padding-left: 22px;
    color: #fff;
}
.cgr_category_text {
    font-size: 1.375rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1.2;
    position: relative;
    z-index: 10;
    text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}
.cgr_category_ruby {
    padding-top: 14px;
    font-size: 1.1875rem;
    font-weight: 500;
}
.tent_img_position img{
    max-width: 100%;
    height: 100%;
}
.tent_img_position {
    position: absolute;
    right: -32px;
    bottom: -44px;
    max-width: 238px;
    z-index: 5;
    transition: 0.3s all;
}
.table_img_position {
    position: absolute;
    right: 0;
    bottom: -26px;
    max-width: 168px;
    z-index: 10;
    transition: 0.3s all;
}
.chair_img_position {
    position: absolute;
    right: 24px;
    bottom: -26px;
    max-width: 141px;
    z-index: 10;
    transition: 0.3s all;
}
.lantern_img_position {
    position: absolute;
    right: 60px;
    bottom: -32px;
    max-width: 93px;
    z-index: 10;
    transition: 0.3s all;
}
.firepitcrills_img_position {
    position: absolute;
    right: 16px;
    bottom: -36px;
    max-width: 158px;
    z-index: 10;
    transition: 0.3s all;
}
.fireside_img_position {
    position: absolute;
    right: 0;
    bottom: -36px;
    max-width: 147px;
    z-index: 10;
    transition: 0.3s all;
}
.coor_img_position {
    position: absolute;
    right: 8px;
    bottom: -26px;
    max-width: 151px;
    z-index: 10;
    transition: 0.3s all;
}
.other_img_position {
    position: absolute;
    right: 16px;
    bottom: -26px;
    max-width: 170px;
    z-index: 10;
    transition: 0.3s all;
}
.cgr_category_margin_left {
    margin-left: 50px;
}

.cgr_category_table {
    display: block;
    max-width: 1538px;
    width: 95%;
    margin: auto;
    margin-bottom: 40px;
    padding-top: 20%;
    margin-top: -20%;
}
.cgr_category_table_ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.cgr_category_table_li {
    position: relative;
    display: flex;
    align-items: center;
    max-width: 300px;
    width: 21.7%;
    height: 90px;
    margin-left: 1.65%;
    margin-right: 1.65%;
    margin-bottom: 118px;
}
/* .cgr_category_table_li:hover {
    opacity: 0.7;
} */
.cgr_table_background_navy {
    background-color: #0D2F64;
}
.cgr_table_background_green {
    background-color: #456522;
}
.cgr_table_background_lightblue {
    background-color: #637F92;
}
.cgr_table_background_red {
    background-color: #AC3517;
}

.cgr_category_table_li:hover .tent_img_position {
    transform: scale(1.2,1.2);
}
.cgr_category_table_li:hover .table_img_position {
    transform: scale(1.2,1.2);
}
.cgr_category_table_li:hover .chair_img_position {
    transform: scale(1.2,1.2);
}
.cgr_category_table_li:hover .lantern_img_position {
    transform: scale(1.2,1.2);
}
.cgr_category_table_li:hover .firepitcrills_img_position {
    transform: scale(1.2,1.2);
}
.cgr_category_table_li:hover .fireside_img_position {
    transform: scale(1.2,1.2);
}
.cgr_category_table_li:hover .coor_img_position {
    transform: scale(1.2,1.2);
}
.cgr_category_table_li:hover .other_img_position {
    transform: scale(1.2,1.2);
}

.cgr_category_link {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}


@media screen and (max-width: 1400px) {
    .cgr_category_table_li {
        max-width: 400px;
        width: 30%;
    }
}

@media screen and (max-width: 1080px) {
    .cgr_category_table_li {
        max-width: 400px;
        width: 40%;
        margin-left: 2%;
        margin-right: 2%;
    }
}

@media screen and (max-width: 834px) {
    .cgr_category_table_li {
        width: 46%;
    }
    .tent_img_position {
        right: 0;
        bottom: -10px;
        max-width: 180px;
    }
    .img_position_size_table {
        bottom: -6px;
        max-width: 140px;
    }
    .img_position_size_chair {
        right: 8px;
        bottom: -18px;
        max-width: 129px;
    }
    .img_position_size_lantern {
        right: 6px;
        bottom: 0px;
        max-width: 100px;
    }
    .img_position_size_fire-pit-grills {
        right: 0px;
        bottom: -14px;
        max-width: 130px;
    }
    .img_position_size_fire-side-tool {
        bottom: -6px;
        max-width: 116px;
    }
    .img_position_size_kitchen-tools {
        bottom: 0px;
        max-width: 135px;
    }
    .img_position_size_others{
        right: 0px;
        bottom: 0px;
        max-width: 130px;
    }
}

@media screen and (max-width: 600px) {
    .cgr_category_table_li {
        width: 100%;
        margin-left: 20px;
        margin-right: 20px;
        margin-bottom: 30px;
    }
}

/*******************************************************************************
	CGR見出し
*******************************************************************************/
.cgr_heading {
    position: absolute;
    left: 25%;
    bottom: 16%;
    color: #fff;
    font-size: 4.4375rem;
    font-weight: 300;
    letter-spacing: 0.05em;
}
.cgr_heading_span {
    padding-left: 26px;
    font-family: Noto Sans JP;
    font-size: 2rem;
    font-weight: 900;
}
.wood_heading {
    position: absolute;
    right: -21.5%;
    bottom: 0;
    width: 100%;
    height: 105px;
    z-index: -1;
}
.wood_background {
    background: url(../images/back_wood.png) no-repeat;
    /* max-height: 105px; */
}
.cgr_heading_position {
    position: relative;
}
/* .cgr_heading_background {
    position: absolute;
    width: 100%;
} */
.cgr_heading_background {
    margin-left: 20%;
    height: 71px;
}

@media screen and (max-width: 834px) {
    .cgr_heading_background {
        margin-left: 13%;
        height: 50px;
    }
    .wood_heading {
        right: -16.5%;
        bottom: 35px;
        height: initial;
    }
    .cgr_heading {
        left: 20%;
        bottom: 16%;
        font-size: 3rem;
    }
    .cgr_heading_span {
        font-size: 1.5rem;
    }
}
@media screen and (max-width: 600px) {
    .cgr_heading_background {
        margin-left: 30px;
        height: 30px;
    }
    .wood_heading {
        right: initial;
        bottom: 24px;
        margin-left: 40px;
        height: 30px;
    }
    .cgr_heading {
        left: 55px;
        bottom: 4px;
        font-size: 2rem;
        text-shadow: 1px 2px 3px #808080;
    }
    .cgr_heading_span {
        padding-left: 12px;
        font-size: 1rem;
    }
}
@media screen and (max-width: 375px) {
    .cgr_heading {
        bottom: 7px;
        font-size: 1.6rem;
    }
    .cgr_heading_span {
        display: block;
        padding-left: initial;
    }
}
@media screen and (max-width: 374px) {
    .cgr_heading {
        font-size: 1.5rem;
    }
    .cgr_heading_span {
        font-size: 1rem;
    }
}

/*******************************************************************************
	CGR記事
*******************************************************************************/
.cgr_background_wrap{
    background-image: url('../images/cgr_fixed_background.png');
    background-repeat: no-repeat;
    background-position-x: 105%;
    background-position-y: 40%;
    background-attachment: fixed;
    position: relative;
    z-index: 10;
}
.singlecgr_top_img {
    height: 380px;
    object-fit: cover;
    width: 100%;
}
.cgr_background{
    margin-bottom: 380px;
}
.cgr_background:last-of-type{
    margin-bottom: 0;
}
.cgr_post_ul {
    margin: 60px auto 0 auto;
    max-width: 1015px;
    width: 100%;
}

.cgr_post_li {
    display: flex;
    margin-bottom: 29px;

}
.cgr_post_li img {
    margin-right: 39px;
    max-width: 339px;
    width: 339px;
    height: 242px;
    object-fit: cover;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.cgr_picture_link:hover {
    opacity: 0.7;
}
.cgr_no_image {
    margin-right: 39px;
    max-width: 339px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.cgr_post_heading {
    color: #333333;
    font-size: 1.5625rem;
    font-weight: 600;
}
.cgr_heading_mb{
    display: none;
}
/* .cgr_post_heading::after {
    content: '';
    display: block;
    margin-top: 14px;
    width: 100%;
    height: 7px;
    background-color: #144693;
} */
.cgr_post_heading_border {
    content: '';
    display: block;
    /* margin-top: 14px; */
    margin-bottom: 10px;
    width: 100%;
    border-top: solid 7px;
    height: 7px;
}
.cgr_post_text_wrap {
    position: relative;
    max-width: 637px;
    width: 100%;
}
.cgr_post_background{
    /* background-color: rgba(20, 70, 147, 0.02); */
    padding-bottom: 10px;
    /* display: flex;
    flex-direction: column; */
}

.cgr_post_background#bg_tent,
.cgr_post_background#bg_fire-pit-grills{
    background-color: rgba(20, 70, 147, 0.02);
}

.cgr_post_background#bg_table,
.cgr_post_background#bg_fire-side-tool{
    background-color: rgba(69, 101, 34, 0.02);
}

.cgr_post_background#bg_chair,
.cgr_post_background#bg_cooler-box{
    background-color: rgba(99, 127, 146, 0.02);
}

.cgr_post_background#bg_lantern,
.cgr_post_background#bg_others{
    background-color: rgba(172, 53, 23, 0.02);
}

.post_label_text_ul {
    margin-top: 16px;
}
.post_label_text_li {
    line-height: 2;
    color: #333333;
    font-size: 0.9375rem;
    padding-left: 20px;
}

.post_read_more_position{
    margin-top: auto;
    margin-left: auto;
    width: 100%;
}

.post_read_more {
    display: flex;
    /* position: absolute;
    right: 10px;
    bottom: 10px; */
    /* color: #113E84; */
    font-size: 1rem;
    font-weight: 600;
    margin-left: auto;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
    padding-right: 10px;
}
.post_read_more:hover {
    opacity: 0.7;
}
/* .post_read_more::before{
    position: absolute;
    top: 50%;
    left: -28px;
    display: inline-block;
    width: 21px;
    height: 1px;
} */
.post_read_more_border {
    /* position: absolute; */
    border-bottom: solid 1px;
    max-width: 21px;
    width: 100%;
    height: 1px;
    margin-right: 10px;
    /* top: 0; */
    /* bottom: 0; */
    /* right: 100px; */
    /* margin: auto; */
}

.tent.cgr_background {
    /* background: url(../images/tent_background.png) no-repeat; */
    /* background-position: left center; */
    /* background-size: auto; */
    overflow: auto;
}
.table.cgr_background {
    /* background: url(../images/table_background.png) no-repeat; */
    /* background-position: left center; */
    /* background-size: auto; */
    overflow: auto;
}
.chair.cgr_background {
    /* background: url(../images/chair_background.png) no-repeat; */
    /* background-position: left center; */
    /* background-size: auto; */
    overflow: auto;
}
.lantern.cgr_background {
    /* background: url(../images/lantern_background.png) no-repeat; */
    /* background-position: left center; */
    /* background-size: auto; */
    overflow: auto;
}
.fire-pit-crills.cgr_background {
    /* background: url(../images/firepit_background.png) no-repeat;
    background-position: right center;
    background-size: auto; */
    overflow: auto;
}

.organization_container{
    max-width: 1015px;
    margin: auto;
    margin-top: 100px;
}

.organization_table {
    max-width: 435px;
    margin-left: 19.705%;
    font-size: 15px;
    color: #4A4A4A;
}

.organization_table tr th{
    vertical-align: baseline;
    text-align: left;
    width: 33.405%;
    padding-top: 20px;
    font-weight: 300;
    line-height: 2;
}

.center_bold p{
    font-size: 31px;
    font-weight: 700;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: double 4px #707070;
}

.organization_table tr td{
    width: 66.595%;
    padding-top: 20px;
    font-weight: 300;
}

.table_padding{
    padding-left: 10px;
}

.link_td{
    padding-bottom: 5px;
    line-height: 2;
}

.organization_table tr td a{
    padding-bottom: 3px;
    color: #001DFF;
    border-bottom: 1px solid #001DFF;
}

.center_bold{
    padding-left: 0;
}

@media screen and (max-width: 1040px) {
    .cgr_post_li {
        margin-left: 20px;
        margin-right: 20px;
    }
}

@media screen and (max-width: 834px) {
    .cgr_background_wrap{
        background: none;
    }
    .cgr_background{
        margin-bottom: 100px;
    }
    .cgr_post_ul {
        margin: 60px auto 0 auto;
    }
    .cgr_post_li {
        display: block;
        margin-bottom: 60px;
    }
    .cgr_post_li img {
        margin: auto;
    }
    .cgr_post_text_wrap {
        max-width: initial;
        /* min-height: 200px; */
    }
    .cgr_post_heading {
        margin-top: 30px;
    }
    .cgr_heading_pc{
        display: none;
    }
    .cgr_heading_mb{
        display: block;
    }
    .cgr_post_heading.cgr_heading_mb{
        padding-bottom: 16px;
        border-bottom: solid 7px;
        margin-bottom: 15px;
    }
    .cgr_post_heading_border{
        display: none;
    }
    .tent.cgr_background {
        background: none;
        background-position: left center;
        background-size: auto;
        overflow: auto;
    }
    .table.cgr_background {
        background: none;
        background-position: left center;
        background-size: auto;
        overflow: auto;
    }
    .chair.cgr_background {
        background: none;
        background-position: left center;
        background-size: auto;
        overflow: auto;
    }
    .lantern.cgr_background {
        background: none;
        background-position: left center;
        background-size: auto;
        overflow: auto;
    }
    .fire-pit-crills.cgr_background {
            background: none;
            background-position: right center;
            background-size: auto;
            overflow: auto;
    }
    .cgr_picture_link {
        margin: auto;
        max-width: 339px;
    }
    .post_read_more {
        /* bottom: -30px; */
    }
    .organization_container{
        margin-top: 30px;
    }
    .organization_table{
        margin: auto;
    }
    .organization_table tr{
        display: flex;
        flex-direction: column;
    }
    .organization_table tr th{
        width: 100%;
    }
    .organization_table tr td{
        width: 100%;
    }
}
@media screen and (max-width: 600px) {
    .cgr_post_li img {
        max-width: 260px;
        width: 260px;
        height: 186px;
    }
    .cgr_post_heading {
        font-size: 1.3rem;
    }
}

/*******************************************************************************
	single-cgr.php
--------------------------------------------------------------------------------
	適応：全部
*******************************************************************************/
.single_cgr_top_img_wrap {
    position: relative;
    margin-top: 0;
}
.singlecgr_top_img {
    z-index: -1;
}
.singlecgr_img_text_position {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.singlecgr_img_text_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}
.singlecgr_img_text_camp {
    margin-right: 86px;
    max-width: 671px;
    width: 100%;
    height: auto;
}
.singlecgr_img_text_cgr {
    max-width: 196px;
    width: 100%;
    height: auto;
}

.single_cgr_section {
    margin: 20px auto 74px auto;
    max-width: 1200px;
    width: 90%;
}

.single_cgr_heading {
    font-size: 1.8125rem;
    line-height: 2;
}
.single_cgr_bar {
    max-width: 1200px;
    width: 100%;
}

.single_cgr_container {
    display: flex;
    margin-top: 30px;
    margin-bottom: 40px;
}
.single_cgr_left {
    margin-right: 30px;
    width: 50%;
}
.single_cgr_right {
    width: 50%;
}

.single_cgr_left p {
    color: #333333;
    font-size: 0.9375rem;
    line-height: 2;
}

.cgr_flex_table {
    display: flex;
    flex-wrap: wrap;
}

.single_cgr_textarea {
    font-size: 0.9375rem;
    line-height: 2;
}

.single_post_label {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    margin-right: 15px;
    margin-bottom: 10px;
    max-width: 191px;
    width: 100%;
    min-height: 44px;
    background-color: #673824;
    color: #fff;
    font-size: 1.0625rem;
    font-weight: 500;
}
.single_post_label_text {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    padding: 10px 0;
    padding-left: 28px;
    padding-right: 28px;
    max-width: 379px;
    width: 100%;
    min-height: 44px;
    background-color: rgba(103, 56, 36, 0.11);
    font-size: 1.0625rem;
}

.single_cgr_textarea {
    /* margin: 30px 30px 36px 22px; */
    /* margin-left: 22px; */
    margin-bottom: 45px;
}

.single_wide_img_wrap {
    max-width: 470px;
}


.single_keyvisual {
    display: flex;
    margin-bottom: 40px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.single_image {
    display: none;
    width: 437.3px;
    height: 440.48px;
    opacity: none;
}
.single_image.single_no_image img {
    display: block;
    object-fit: none;
}
.single_image.is_active {
	display: flex;/*表示*/
	animation-name: displayAnime;/*ふわっと表示させるためのアニメーション*/
	animation-duration: 2s;
	animation-fill-mode: forwards;
    align-items: center;
}
@keyframes displayAnime {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.single_image .single_no_image {
    max-width: 100%;
    max-height: 100%;
    height: 100%;
    padding: 0;
    background-color: #9b9b9b;
}
.single_image img {
	display: block;
	width: 100%;
	/* height: 100%; */
	object-fit: cover;
    box-shadow: 2px 2px 2px 2px rgb(0 0 0 / 16%);
}

.single_keyvisual .tab {
    width: 130px;
}
.single_keyvisual .tab img {
	width: 100%;
	height: 130px;
	object-fit: cover;
    box-shadow: 2px 2px 2px 2px rgb(0 0 0 / 16%);
}

.single_keyvisual .tab li:nth-child(1) {
    margin-bottom: 22px;
}
.single_keyvisual .tab li:nth-child(2) {
    margin-bottom: 22px;
}

.single_cgr_btn_position {
    display: flex;
    justify-content: center;
}
.single_cgr_button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    width: 260px;
    height: 52px;
    border-radius: 26px;
    background: transparent;
    border: 1px solid #707070;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    z-index: 1;
    box-sizing: border-box;
    cursor: pointer;
}
.single_cgr_button_heading {
    color: #363636;
    font-size: 1.1875rem;
    font-weight: 500;
}
/*
@font-face {
    font-family: 'single';
    src:  url('../fonts/single.eot?r9k6kb');
    src:  url('../js/') format('embedded-opentype'),
        url('../fonts/single.ttf?r9k6kb') format('truetype'),
        url('../fonts/single.woff?r9k6kb') format('woff'),
        url('../fonts/single.svg?r9k6kb#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}*/
/*[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts *//*
    font-family: 'single' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== *//*
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}*/
.icon-single:before {
    content: "\e902";
    padding-left: 20px;
    color: #363636;
    font-size: 19px;
}

@media screen and (max-width: 1240px) {
    .single_tab_flex {
        display: flex;
        max-width: 437.3px;
    }
    .single_keyvisual {
        justify-content: center;
    }
    .single_keyvisual .tab {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .single_keyvisual .tab img {
        width: 130px;
    }
    .single_keyvisual .tab li:nth-child(1) {
        margin-right: 25px;
    }
    .single_keyvisual .tab li:nth-child(2) {
        margin-right: 25px;
    }
    .single_image.is_active {
        margin-bottom: 25px;
    }
    .cgr_flex_table {
        display: block;
    }
    .single_post_label {
        margin-bottom: initial;
        max-width: initial;
        width: 100%;
    }
    .single_post_label_text {
        margin-bottom: initial;
        max-width: initial;
        justify-content: center;
        width: 100%;
    }
}
@media screen and (max-width: 1000px) {
    .singlecgr_img_text_cgr {
        max-width: 150px;
    }
}
@media screen and (max-width: 834px) {
    .single_cgr_container {
        display: block;
    }
    .single_cgr_left {
        margin-right: initial;
        margin-bottom: 36px;
        width: 100%;
    }
    .single_cgr_right {
        width: 100%;
    }
    .single_cgr_textarea {
        margin-left: initial;
    }
    .single_cgr_textarea iframe {
        max-width: 100%;
    }
    /* .single_post_label_text {
        padding-left: initial;
    } */
}
@media screen and (max-width: 600px) {
    .singlecgr_img_text_wrap {
        display: block;
        width: 240px;
    }
    .singlecgr_top_img {
        height: 200px;
    }
    .singlecgr_img_text_cgr {
        display: none;
    }
    .single_post_label {
        font-size: 0.9375rem;
    }
    .single_post_label_text {
        font-size: 0.875rem;
    }
    .single_image {
        width: 100%;
        height: 100%;
    }
    .single_image.is_active {
        margin-bottom: 20px;
    }
    .single_keyvisual .tab li:nth-child(1) {
        margin-right: 10px;
    }
    .single_keyvisual .tab li:nth-child(2) {
        margin-right: 10px;
    }
    .single_cgr_heading {
        font-size: 1.125rem;
    }
}
