/*ここからページ共通項目*****************************************************************************************************************************************************************/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: 'Noto Serif JP', serif;
    color: #333;
    line-height: 1.4;
}

/*ここからページトップに戻る*/
.pagetop {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 20px;
}

.pagetop_plus {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 65px;
}

.pagetop a,
.pagetop_plus a {
    display: block;
    font-size: 0;
    width: 50px;
    height: 50px;
    text-align: center;
    background: #ddd;
    border-radius: 50%;
    line-height: 50px;
}

.pagetop a i,
.pagetop_plus a i {
    font-size: 20px;
    color: #333;
    line-height: 50px;
}


/* ここまでページTOPに戻る */

/*内側の幅*/
.inner {
    text-align: center;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
}

/*セクションタイトル*/
.sec_ttl {
    font-size: 18px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin-top: 50px;
    margin-bottom: 20px;
}

.sec_ttl img {
    margin-top: 20px;
}

.ttl_small {
    font-size: 13px;
    margin-bottom: 3px;
    letter-spacing: 0.05em;
}

.sec_txt_center {
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.sec_txt_left {
    text-align: left;
    margin-bottom: 20px;
}

/*動画の茶色の四角形*/
.brown {
    background-color: #3B2400;
    height: 30px;
    transform: translateY(-15px);
}

/*セクション間のドット*/
.dotted {
    margin-right: auto;
    margin-left: auto;
    width: 90%;
    border-bottom: 5px dotted #333;
    margin: 50px auto;
}

/**ここからヘッダー*/
/*PC用を隠す*/
.PC_header_container {
    display: none;
}

/* SP用ナビメニュー*/
.SP_header_container {
    background-image: url(../images/nav_svg.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    width: 100%;
    /*    background-color: #3B2400;*/
    padding-bottom: 1px;
    position: fixed;
    z-index: 100;
}

header ul {
    list-style-type: none;
}

header a {
    color: #3B2400;
    text-decoration: none;
}

/** =======================
* Contenedor Principal
===========================*/
header h1 {
    color: #d9d9d9;
    font-size: 24px;
    text-align: center;
}

.accordion {
    width: 90%;
    max-width: 360px;
    margin: 0px auto 20px;
    background: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: none;
}

.accordion .link {
    cursor: pointer;
    display: block;
    padding: 15px 15px 15px 42px;
    color: #4D4D4D;
    font-size: 14px;
    font-weight: 700;
    border-bottom: 1px solid #ddd;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion li:last-child .link {
    border-bottom: 0;
}

.accordion li i {
    position: absolute;
    top: 16px;
    left: 12px;
    font-size: 18px;
    color: #595959;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
    right: 12px;
    left: auto;
    font-size: 16px;
}

.accordion li.open .link {
    color: #b63b4d;
}

.accordion li.open i {
    color: #b63b4d;
}

.accordion li.open i.fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.accordion li.default .submenu {
    display: block;
}

/**
* Submenu
-----------------------------*/
.submenu {
    display: none;
    background: #3B2400;
    font-size: 14px;
}

.submenu li {
    border-bottom: 1px solid #4b4a5e;
}

.submenu a {
    display: block;
    text-decoration: none;
    color: #d9d9d9;
    padding: 12px;
    padding-left: 42px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.submenu a:hover {
    background: #b63b4d;
    color: #FFF;
}


/*ここからハンバーガーメニュー*/
.header_logo_button {
    display: flex;
    justify-content: space-around;
    padding: 24px 0 20px;
}

/*ヘッダーボタン*/
.head_button {
    display: inline-block;
    width: 34px;
    padding: 2px 0px 0;
    border: none;
    outline: none;
    background: #fff;
    font-size: 28px;
    cursor: pointer;
    color: #3B2400;
}

/*ここまでヘッダー*/

/*フッター*/
footer {
    background-image: url(../images/footer_SP.svg);
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
    height: 50vh;
    color: white;
    font-size: 12px;
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 0.05em;
    margin-top: 30px;
}

footer img {
    margin-bottom: 10px;
}

.footer_container i {
    margin: 10px 5px;
    font-size: 26px;
}

.footer_container {
    transform: translateY(110%);
}




/**ここから:メインスライダー記述******************************/
.slider {
    padding-top: 70px;
    width: 100%;
}

.slider img {
    height: auto;
    width: 100%;
}

/*ここまでメインスライダー記述***/

/*ここから:SPプランスライダー記述*/
.plan_slider {
    margin: 20px auto;
    width: 90%;
}

.plan_slider img {
    height: auto;
    width: 100%;
}

/*slick setting*/
.slick-prev:before,
.slick-next:before {
    color: #000;
}

.plan_ttl {
    display: inline-block;
    font-weight: bold;
    font-family: 'Noto Sans JP', serif;
    letter-spacing: 0.05em;
    border-bottom: 3px solid #333;
    margin-top: 20px;
    padding-bottom: 15px;
}

.plan_div {
    text-align: center;
    background-color: #ddd;
    margin: 0 5px;
    padding: 20px;
    border-radius: 10px;
    font-family: 'Noto Sans JP', serif;
}

#miwa_tour .plan_div {
    height: 550px;
}

#ise_tour .plan_div {
    height: 450px;
}

#jinjya_tour .plan_div {
    height: 480px;
}

.plan_time {
    border-bottom: 2px dotted #333;
    padding-bottom: 5px;
    margin: 10px auto;
}

.plan_text {
    text-align: left;
}

/*ここまで:プランスライダー記述*/

/*ここからオリジナルツアー(divスライダー)の記述*/
.pic_slider {
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 94%;
}

.pic_slider p {
    margin: 0 5px;
}

/*ここまでdivスライダーの記述*/

/*ここから：申し込みボタンの記述*/
.common_btn {
    margin-top: 40px;
    margin-bottom: 30px;
    text-align: center;
    font-family: 'Noto Sans JP', serif;
}

.common_btn a {
    border: 1.5px solid #3B2400;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    background-color: #3B2400;
    padding: 10px 30px;
    border-radius: 18px;
}

.common_btn a:hover {
    background-color: rgba(59, 36, 0, 0.2);
    color: #3B2400;
    border: 1.5px solid #3B2400;
    /*    font-weight: bold;*/
}

/*ここまで：申し込みボタンの記述*/

/*ここから：注意事項の記述*/
.caution {
    text-align: left;
    font-size: 12px;
}

/*ここまで：注意事項の記述*/

/*ここから：料金図形の記述*/
.price_box {
    margin-top: 30px;
    background-color: #3B2400;
    color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
    padding: 20px;
    border-radius: 10px;
}

.price_shape {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*    margin-bottom: 30px;*/
}

.price_shape i {
    margin: 0 3px;
}

.price_shape p {
    padding: 20px 8px;
    background-color: #fff;
    color: #3B2400;
    font-weight: bold;
    border-radius: 5px;
}

.price_subttl {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
    margin-bottom: 10px;
}

.price_small {
    font-size: 10px;
    letter-spacing: 0.05em;
}

/*ここまでページ共通項目****************************************************************************************************************************************************************************************************************************************/





/*ここからHOME:コンセプト******************************/
.sec_txt_center {
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: bold;
}

.sec_txt_left {
    text-align: left;
}

/*ここからHOME:祥平さんのミニプロフィール******************/
.small_prof_shohei {
    margin-top: 30px;
}

.small_prof_shohei a {
    text-decoration: none;
    color: #333;
    cursor: pointer;
}

.prof_shohei_ttl {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
}

.small_prof_shohei_txt {
    padding: 15.5px;
    background-color: #d7ebfe;
    border-radius: 10px;
}

.small_prof_shohei img {
    border-radius: 50%;
}

/*ここからプラン紹介**********************************/
.plans_container {
    display: flex;
    flex-wrap: wrap;
    max-width: none;
    margin: 2px auto;
    justify-content: center;
}

#home_plans article {
    flex: 0 0 100%;
    min-height: 250px;
    background-position: center;
    background-size: cover;
    margin-bottom: 10px;
}

#home_plans a {
    margin: 2px;
    display: block;
    min-height: 250px;
    border: 1px solid #ddd;
    text-decoration: none;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

#home_plans a:hover {
    opacity: 0.5;
    background-image: linear-gradient(#222, #222);
}


#home_plans p:last-child {
    margin-top: 20px;
    border: 0.5px solid;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 20px;
}

#home_plans p:last-child:hover {
    background-color: #fff;
    color: #3B2400;
}

.plans_text {
    font-size: 18px;
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 0.05em;
}

/*ここから活動内容**********************************/
.activity_container {
    display: flex;
    flex-wrap: wrap;
    max-width: none;
    margin: 2px auto;
    justify-content: center;
    width: 100%;
}

#activity article {
    flex: 0 0 260px;
    min-height: 260px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}

#activity a {
    margin: 2px;
    display: block;
    min-height: 260px;
    text-decoration: none;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

#activity a:hover {
    opacity: 0.5;
    background-image: linear-gradient(#222, #222);
}


#activity p:last-child {
    margin-top: 20px;
    border: 0.5px solid;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 20px;
}

#activity p:last-child:hover {
    background-color: #fff;
    color: #3B2400;
}

.activity_text {
    font-size: 18px;
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 0.05em;
}

.activity_text p {
    font-size: 14px;
}



/*ここから風プロ紹介**********************************/
#home_about ol {
    list-style-type: disc;
    list-style-position: inside;
    margin-bottom: 30px;
}

#home_about li:first-child {
    list-style-type: none;
    font-weight: bold;
    border-bottom: 1px dotted #333;
    margin-bottom: 5px;
}

/*ここからSNS紹介**********************************/
#sec_sns .balloon5 {
    width: 100%;
    margin: 2em 0 1em;
    display: flex;
}

#sec_sns .balloon5 .faceicon {
    flex: 1;
}

#sec_sns .balloon5 .faceicon img {
    width: 100%;
    height: auto;
    border: solid 3px #d7ebfe;
    border-radius: 50%;
}

#sec_sns .balloon5 .chatting {
    flex: 2;

}

#sec_sns .says {
    position: relative;
    margin: 5px 5px 5px 20px;
    padding: 17px 13px;
    border-radius: 12px;
    background: #d7ebfe;
}

#sec_sns .says:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 18px;
    left: -24px;
    border: 12px solid transparent;
    border-right: 12px solid #d7ebfe;
}


#sec_sns .sns_container {
    display: flex;
    justify-content: center;
}

#sec_sns .sns_container img:hover {
    opacity: 0.5;
    cursor: pointer;
}

#sec_sns .sns_container img:not(last) {
    margin-left: 20px;
}

#sec_sns .sns_container img {
    width: 40px;
}




/*ここからお三輪参り**********************************/
.pic_horizon {
    margin-bottom: 30px;
}

.tour_span {
    background-color: rgba(173, 216, 230, 0.6);
}

/*ここから神伝人：いやさか祥平*************************/
.profile_ttl {
    display: inline-block;
    padding-bottom: 7px;
    border-bottom: 2px solid #333;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin-top: 20px;
    margin-bottom: 20px;
}

.profile_txt {
    text-align: left;
    letter-spacing: 0.05em;
}

.profile_br {
    display: inline-block;
    padding: 2px 0;
    border: 1px solid bold;
}

#story_shohei {
    margin-top: 50px;
}

.story_ttl {
    color: #fff;
    background-color: #3B2400;
    padding: 10px 0;
    margin-bottom: 10px;
}

.story_mainBOX .sec_txt_center {
    margin-bottom: 0px;
}

.stories {
    text-align: left;
}

.stories p:nth-child(even) {
    margin-bottom: 15px;
}

.stories_ttl {
    display: inline-block;
    background-color: #3B2400;
    padding: 5px;
    color: #fff;
    margin-bottom: 5px;
}

.story_BW {
    margin: 30px 0;
    background-image: url(../images/story_BW.jpg);
    background-size: cover;
    background-position: center;
    min-height: 150px;
}

.story_mainIMG {
    min-height: 200px;
    background-image: url(../images/story_shohei01.jpg);
    background-position: center;
    background-size: cover;
}


/*ここから言霊セミナーの記述**********************************************/
#katakamuna {
    margin-top: 30px;
}

.kotodama_img {
    min-height: 200px;
    background-size: cover;
    background-position: center;
}

.kotodama_box {
    border-radius: 10px;
    background-color: #3B2400;
    color: #fff;
    padding: 30px 20px 10px;
    margin-top: 10px;
}

.kotodama_ttl {
    margin-top: 20px;
    font-size: 18px;
    letter-spacing: 0.1em;
}


#katakamuna .common_btn a,
#hotuma .common_btn a,
#kojiki .common_btn a {
    background-color: #fff;
    color: #3B2400;
}

#katakamuna .common_btn a:hover,
#hotuma .common_btn a:hover,
#kojiki .common_btn a:hover {
    background-color: #000;
    color: #fff;
    border: 1px solid #fff;
}

#katakamuna .common_btn,
#hotuma .common_btn,
#kojiki .common_btn {
    margin: 20px auto 10px;
    border-bottom: 5px solid #fff;
    padding-bottom: 20px;
}

.kotodama_span {
    background-color: rgba(173, 216, 230, 0.6);
}

.workshop_choose {
    margin-bottom: 20px;
}


/*ここから神様のお話と言霊セミナーの記述**********************************************/
.real_workshop .dotted {
    margin: 50px auto 0px;
}

.sankahi_ttl {
    margin-bottom: 20px;
    padding: 15px;
    background-color: #fff;
    border-radius: 10px;
    color: #3B2400;
}

.sankahi_ttl span {
    font-weight: 700;
}

.sankahi {
    text-align: left;
    margin-bottom: 20px;
    margin-right: auto;
    margin-left: auto;
}

.sankahi_plus {
    padding: 10px;
    border: 2px solid #fff;
    border-radius: 15px;
}

.sankahi_plus a {
    color: #fff;
}

.sankahi_plus a:hover {
    color: yellow;
    cursor: pointer;
}


/*ここか体験談の記述**********************************************/
#gods_story .balloon5 {
    width: 100%;
    margin: 2em 0 1em;
    /*    display: flex;*/
}

#gods_story .balloon5 .faceicon {
    flex: 1;
}

#gods_story .balloon5 .faceicon img {
    /*    width: 100%;*/
    width: 40%;
    height: auto;
    border: solid 3px #d7ebfe;
    border-radius: 50%;
}

#gods_story .balloon5 .chatting {
    flex: 2;

}

#gods_story .says {
    position: relative;
    margin: 5px 5px 5px 20px;
    padding: 17px 13px;
    border-radius: 12px;
    background: #d7ebfe;
}

#gods_story .says:after {
    content: "";
    display: inline-block;
    position: absolute;

    top: -19px;
    left: 140px;
    border-style: solid;
    border-width: 12px;
    border-color: transparent transparent #d7ebfe transparent;
}

#gods_story .sns_container {
    display: flex;
    justify-content: center;
}

#gods_story .sns_container img:hover {
    opacity: 0.5;
    cursor: pointer;
}

#gods_story .sns_container img:not(last) {
    margin-left: 20px;
}

.kamisama_span {
    display: block;
    text-align: end;
}



/*ここから個人セッションの記述**********************************************/
.session_ttl {
    font-weight: bold;
    margin: 15px 0;
    font-size: 1.1rem;
}

#session {
    margin-bottom: 50px;
}

.session_box {
    padding: 15px;
    border: 4px solid #ccc;
    border-radius: 10px;
}

.session_box:nth-child(odd) {
    margin-top: 50px;
    margin-bottom: 30px;
}

#session .common_btn {
    margin-top: 10px;
    margin-bottom: 10px;
}



/*ここから三つの祭りの記述****************************/
#iyasaka_festival .youtube iframe {
    height: 180px;
}

/*ここまで三つの祭りの記述****************************/



/*ここからよくある質問の記述**********************************************/
.qa-list dl {
    position: relative;
    margin: 20px 0 0;
    cursor: pointer;
    border: 1px solid #DDD;
}

.qa-list dl:first-child {
    margin-top: 0;
}

.qa-list dl::after {
    position: absolute;
    top: 18px;
    right: 12px;
    display: block;
    width: 7px;
    height: 7px;
    margin: auto;
    content: '';
    font-family: 'FontAwesome';
    content: '\f0dd';
    color: #fff;
}

.qa-list .open::after {
    transform: rotate(-180deg);
    top: 36px;
    right: 12px;
}

.qa-list dl dt {
    position: relative;
    margin: 0;
    padding: 6%;
    font-weight: bold;
    background: #3B2400;
    color: #fff;
}

.qa-list dl dd {
    position: relative;
    margin: 0;
    padding: 6%;
    color: #333;
}

/*ここから:手順の記述****************************************/
.process_div {
    background-color: #ddd;
    padding: 20px;
    border-radius: 10px;
}

.process_ttl {
    font-weight: bold;
}

.process_text {
    border-top: 3px solid #676767;
    padding-top: 20px;
    margin-top: 20px;
    text-align: left;
}

.process_box li:not(:last-child):after {
    font-family: 'FontAwesome';
    content: '\f063';
    display: block;
    /*前後に改行*/
    font-size: 2em;
    /*アイコンサイズ*/
    color: #333;
    /*色*/
}

/*ここから:各種申し込みの記述****************************************/
.apply_box {
    display: flex;
    flex-wrap: wrap;
}

.apply_box li {
    flex: 0 0 50%;
}

.apply_box img {
    box-shadow: 1px 1px 10px;
}

.apply_div {
    border: 2px solid #727272;
    border-radius: 10px;
    padding: 14px;
    margin: 5px;
}

.apply_ttl {
    line-height: 1.25;
    letter-spacing: 0.05em;
    font-weight: bold;
    margin-top: 18px;
}

.apply_button {
    display: inline-block;
}

.apply_button a {
    letter-spacing: 0.05em;
    text-decoration: none;
    color: #333;
    font-weight: bold;
    background-color: #ddd;
    border-radius: 15px;
    display: inline-block;
    padding: 10px 10px;
    margin-top: 10px;
}

.apply_button a:hover {
    color: #fff;
    background-color: #333;
}

/*ここから:問い合わせの記述****************************************/
.noteice_box {
    margin: 50px 0;
    padding: 15px;
    border: 2px solid #ccc;
    border-radius: 15px
}

.noteice_ttl {
    font-weight: 700;
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.notice_plus {
    margin-top: 40px;
    font-size: 0.9rem;
}



.contact_button {
    margin-top: 20px;
    margin-bottom: 20px;
    display: inline-block;
}

.contact_button a {
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    background-color: #333;
    padding: 10px 60px;
    border-radius: 5px;
}

.contact_button a:hover {
    background-color: #868686;
}


/************ここからメディアクエリ：共通************************/
@media(max-width: 414px) {
    :root {
        font-size: 15.5px;
    }
}

@media(min-width: 415px) and (max-width: 768px) {
    :root {
        font-size: 16px;
    }
}

@media(min-width: 769px) {
    :root {
        font-size: 18px;
    }
}

/****************ここからメディアクエリ:デバイス別****************/
@media(min-width: 415px) and (max-width: 768px) {

    /*内側の幅*/
    .inner {
        width: 70%;
    }

    /*    セクションタイトル*/
    .sec_ttl {
        font-size: 26px;
    }

    .sec_ttl img {
        width: 10%;
    }

    .ttl_small {
        font-size: 18px;
    }

    .sec_txt_center {
        font-size: 22px;
    }


    /* ヘッダー*/
    /*SP用記述を隠す*/
    .SP_header_container {
        display: none;
    }

    .slider {
        padding-top: 0px;
    }


    .PC_header_container {
        display: block;
        width: 100%;
        height: auto;
        background-color: #3B2400;
        position: fixed;
        z-index: 100;
    }

    .nav_test ul {
        list-style-type: none;
        /* リストマークなし */
        padding: 0;
        /* リストマークの余白なし */
    }

    /*    親メニューにマウスが来たときに表示:子メニュー*/
    .nav_test ul {
        list-style-type: none;
        /* リストマークなし */
    }

    .menu_test {
        display: flex;
        /* 要素をFlexboxに定義 */
        justify-content: space-between;
        /* 左寄せ配置 */
        text-align: center;
        /* テキストを中央寄せ */
        font-size: 12px;
    }

    .menu_test a {
        display: block;
        /* 要素をブロックに定義 */
        text-decoration: none;
        /* リンク下線なし */
        background-color: #3B2400;
        /* 背景色 */
        color: #ddd;
        /* テキスト色 */
        padding: 20px 0px;
        /* 余白 */
    }

    .menu_test a:hover {
        background-color: #ddd;
        color: #3B2400;
        font-weight: bold;
        /* リンク選択時の背景色 */
    }

    .menu_test li {
        position: relative;
        /* ボックスの配置基準 */
        z-index: 1;
        /* 前面に描画 */
        width: 100%;
        /* 親メニューの最小横幅 */
    }

    .use_contact {
        width: 150px;
    }

    .menu_test li ul {
        /* 子メニュー */
        position: absolute;
        /* ボックスの配置基準 */
        top: 100%;
        /* 親メニュー上部からの表示位置 */
        left: 0;
        /* 親メニュー左端からの表示位置 */
        width: 100%;
        /* 親メニュー幅に合わせる */
    }

    .menu_test li ul {
        visibility: hidden;
        opacity: 0;
        transition: .2s ease-in-out;
    }

    .menu_test li:hover > ul {
        visibility: visible;
        opacity: 1;
    }



    /*フッター*/
    footer {
        background-image: url(../images/footer_PC.svg);
        height: 100vh;
        font-size: 16px;
        margin-top: 50px;
    }

    footer img {
        margin-bottom: 10px;
        width: 6%;
    }

    .footer_container i {
        font-size: 40px;
    }

    .footer_container {
        transform: translateY(110%);
    }

    .brown {
        background-color: #3B2400;
        height: 50px;
        transform: translateY(-6px);
    }

    /*ここまで共通の記述***********************/

    /*ここからHOME:祥平さんのミニプロフィール********/
    .prof_shohei_ttl {
        font-size: 18px;
    }

    .small_prof_shohei {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 30px;
    }

    .small_prof_shohei_txt {
        font-size: 14px;
    }

    .shohei_flex {
        flex: 1;
    }

    /*ここからSNS紹介**********************************/
    #sec_sns .chatting {
        display: flex;
        align-items: center;
    }

    #sec_sns .balloon5 .faceicon img {
        width: 150px;
    }

    #sec_sns .sns_container img {
        width: 50px;
    }

    /*ここからプラン紹介*/
    #home_plans article {
        flex: 0 0 48%;
        min-height: 230px;
    }

    #home_plans article:nth-child(even) {
        margin-left: 10px
    }

    #home_plans a {
        min-height: 230px;
    }

    /*ここから活動内容*/

    .activity_container {
        width: 100%;
    }

    #activity article {
        flex: 0 0 230px;
        min-height: 230px;
    }

    #activity article {
        margin-left: 10px
    }

    #activity a {
        min-height: 230px;
    }



    /*    ここから三輪参りの記述*/
    #miwa_tour .sec_sns,
    #ise_tour .sec_sns {
        height: 315px;
    }


    .plan_div {
        margin: 0 10px;
    }

    .plan_text {
        font-size: 14px;
    }

    .caution {
        font-size: 14px;
    }

    /*ここからオリジナルツアー(divスライダー)の記述*/
    .pic_slider {
        width: 100%;
    }

    .price_box {
        margin-right: auto;
        margin-left: auto;
        max-width: 700px;
        display: flex;
        align-items: center;
    }

    .price_subttl {
        margin-bottom: 0;
    }

    .price_small {
        font-size: 14px;
    }

    /*ここまでdivスライダーの記述*/

    /*    ここから神伝人：いやさか翔平*/
    /*    プロフィール*/
    .profile_textBOX {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

    .profile_ttl {
        flex: 2;
        border-bottom: 0;
        position: relative;
    }

    .profile_ttl::before {
        content: "";
        width: 50%;
        border-bottom: 3px solid #333;
        position: absolute;
        bottom: -10px;
    }

    .profile_txt {
        margin: 20px;
        flex: 5;
    }

    /*ストーリー*/
    .story_mainBOX {
        display: flex;
        flex-direction: row-reverse;
    }

    .story_spaceBROWN {
        flex: 1;
    }

    .story_mainIMG {
        flex: 1;
        margin-right: 1%;
    }

    .story_BW {
        min-height: 200px;
    }



    /*    ここから神様と言霊セミナーのお話***************************/
    #gods_story .price_box,
    .real_workshop .price_box {
        display: block;
        padding-top: 50px;
        padding-bottom: 50px;

    }

    .sankahi_ttl {
        width: 70%;
        margin-right: auto;
        margin-left: auto;
    }

    .sankahi {
        width: 70%;
    }

    #gods_story .price_shape,
    .real_workshop .price_shape {
        width: 70%;
    }

    .br_SPonly {
        display: none;
    }

    /*ここか体験談の記述**********************************************/
    #gods_story .balloon5 {
        display: flex;
    }

    #gods_story .balloon5 .faceicon {
        flex: 1;
    }

    #gods_story .balloon5 .chatting {
        flex: 3;
    }

    #gods_story .balloon5 .faceicon img {
        width: 70%;
    }

    #gods_story .says:after {
        top: 18px;
        left: -24px;
        border: 12px solid transparent;
        border-right: 12px solid #d7ebfe;
    }


    /*ここから個人セッションの記述**/
    .session_box {
        padding: 20px;
    }

    .session_box img {
        width: 50%;
        float: left;
        margin-right: 15px;
    }

    .session_ttl {
        margin: 0 0 15px;
    }

    #session .sec_sns {
        clear: both;
    }

    #session .youtube iframe {
        height: 315px;
    }

    /*ここから三つの祭りの記述****************************/
    #iyasaka_festival .youtube {
        padding-top: 20px;
    }

    #iyasaka_festival .youtube iframe {
        width: 70%;
        height: auto;
    }

    /*ここまで三つの祭りの記述****************************/


    /*ここからよくある質問の記述****************************/
    .qa-list dl dt {
        padding: 4%;
    }

    .qa-list dl dd {
        padding: 4%;
    }

    /*ここから:各種申し込みの記述****************************/
    .apply_div {
        margin: 10px;
    }

    .apply_ttl {
        letter-spacing: 0.1em;
        font-size: 16px;
    }

    .apply_button a {
        font-size: 16px;
        padding: 10px 20px;
    }

    #contact .caution {
        margin-top: 20px;
        text-align: center;
    }



}

@media(min-width: 769px) {

    /*ここから共通の記述***********************/
    /*内側の幅*/
    .inner {
        width: 70%;
    }

    /*    セクションタイトル*/
    .sec_ttl {
        font-size: 26px;
    }

    .sec_ttl img {
        width: 10%;
    }

    .ttl_small {
        font-size: 18px;
    }

    .sec_txt_center {
        font-size: 22px;
    }


    /* ヘッダー*/
    /*SP用記述を隠す*/
    .SP_header_container {
        display: none;
    }

    .slider {
        padding-top: 0px;
    }


    .PC_header_container {
        display: block;
        width: 100%;
        height: auto;
        background-color: #3B2400;
        position: fixed;
        z-index: 100;
    }

    .nav_test ul {
        list-style-type: none;
        /* リストマークなし */
        padding: 0;
        /* リストマークの余白なし */
    }

    /*    親メニューにマウスが来たときに表示:子メニュー*/
    .nav_test ul {
        list-style-type: none;
        /* リストマークなし */
    }

    .menu_test {
        display: flex;
        /* 要素をFlexboxに定義 */
        justify-content: space-between;
        /* 左寄せ配置 */
        text-align: center;
        /* テキストを中央寄せ */
        font-size: 14px;
    }

    .menu_test a {
        display: block;
        /* 要素をブロックに定義 */
        text-decoration: none;
        /* リンク下線なし */
        background-color: #3B2400;
        /* 背景色 */
        color: #ddd;
        /* テキスト色 */
        padding: 30px 0px;
        /* 余白 */
    }

    .menu_test a:hover {
        background-color: #ddd;
        color: #3B2400;
        font-weight: bold;
        /* リンク選択時の背景色 */
    }

    .menu_test li {
        position: relative;
        /* ボックスの配置基準 */
        z-index: 1;
        /* 前面に描画 */
        width: 100%;
        /* 親メニューの最小横幅 */
    }

    .use_contact {
        width: 166px;
    }

    .menu_test li ul {
        /* 子メニュー */
        position: absolute;
        /* ボックスの配置基準 */
        top: 100%;
        /* 親メニュー上部からの表示位置 */
        left: 0;
        /* 親メニュー左端からの表示位置 */
        width: 100%;
        /* 親メニュー幅に合わせる */
    }

    .menu_test li ul {
        visibility: hidden;
        opacity: 0;
        transition: .2s ease-in-out;
    }

    .menu_test li:hover > ul {
        visibility: visible;
        opacity: 1;
    }



    /*フッター*/
    footer {
        background-image: url(../images/footer_PC.svg);
        height: 120vh;
        font-size: 16px;
        margin-top: 50px;
    }

    footer img {
        margin-bottom: 10px;
        width: 6%;
    }

    .footer_container i {
        font-size: 40px;
    }

    .footer_container {
        transform: translateY(130%);
    }

    /*動画の茶色の四角形*/
    .brown {
        background-color: #3B2400;
        height: 50px;
        transform: translateY(-6px);
    }

    /*ここまで共通の記述***********************/

    /*ここからHOME:祥平さんのミニプロフィール********/
    .prof_shohei_ttl {
        font-size: 18px;
    }

    .small_prof_shohei {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 30px;
    }

    .small_prof_shohei img {
        width: 60%;
    }

    .small_prof_shohei_txt {
        font-size: 16px;
    }

    .shohei_flex {
        flex: 1;
    }

    /*ここからSNS紹介**********************************/
    #sec_sns .chatting {
        display: flex;
        align-items: center;
    }

    #sec_sns .balloon5 .faceicon img {
        width: 150px;
    }

    #sec_sns .sns_container img {
        width: 50px;
    }



    /*ここからプラン紹介*/
    #home_plans article {
        flex: 0 0 49%;
        min-height: 300px;
    }

    #home_plans article:nth-child(even) {
        margin-left: 10px
    }

    #home_plans a {
        min-height: 300px;
    }

    /*ここから活動内容*/
    .activity_container {
        width: 100%;
    }

    #activity article {
        flex: 0 0 230px;
        min-height: 230px;
    }

    #activity article {
        margin-left: 10px
    }

    #activity a {
        min-height: 230px;
    }


    /*    ここから三輪参りの記述*/
    #miwa_tour .youtube iframe,
    #ise_tour .youtube iframe {
        height: 315px;
    }

    .plan_div {
        margin: 0 15px;
    }

    .plan_text {
        font-size: 14px;
    }

    .caution {
        font-size: 14px;
    }

    /*ここからオリジナルツアー(divスライダー)の記述*/
    .pic_slider {
        width: 100%;
    }

    .price_box {
        margin-right: auto;
        margin-left: auto;
        max-width: 700px;
        display: flex;
        align-items: center;
    }

    .price_subttl {
        margin-bottom: 0;
    }

    .price_small {
        font-size: 14px;
    }

    /*ここまでdivスライダーの記述*/

    /*    ここから神伝人：いやさか翔平*/
    /*    祥平プロフィール*/
    .profile_textBOX {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

    .profile_ttl {
        flex: 2;
        border-bottom: 0;
        position: relative;
    }

    .profile_ttl::before {
        content: "";
        width: 50%;
        border-bottom: 3px solid #333;
        position: absolute;
        bottom: -10px;
    }

    .profile_txt {
        margin: 20px;
        flex: 5;
    }

    /*祥平ストーリー*/
    .story_mainBOX {
        display: flex;
        flex-direction: row-reverse;
    }

    .story_spaceBROWN {
        flex: 1;
    }

    .story_mainIMG {
        flex: 1;
        margin-right: 1%;
    }

    .story_BW {
        min-height: 300px;
    }


    /*    ここから言霊セミナー*/
    .kotodama_box {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 50px;
        padding: 20px;
    }

    .kotodama_box_reverse {
        flex-direction: row-reverse;
    }

    .kotodama_img {
        flex: 1;
        min-height: 300px;
        height: 400px;
    }

    .kotodama_text {
        flex: 1;
        margin-right: 10px;
        margin-left: 10px;
    }

    /*    ここから神様と言霊セミナーのお話*/
    #gods_story .price_box,
    .real_workshop .price_box {
        display: block;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .sankahi_ttl {
        width: 70%;
        margin-right: auto;
        margin-left: auto;
    }

    .sankahi {
        width: 70%;
    }

    #gods_story .price_shape,
    .real_workshop .price_shape {
        width: 70%;
    }

    .br_SPonly {
        display: none;
    }


    /*ここか体験談の記述**********************************************/
    #gods_story .balloon5 {
        display: flex;
    }

    #gods_story .balloon5 .faceicon {
        flex: 1;
    }

    #gods_story .balloon5 .chatting {
        flex: 3;
    }

    #gods_story .balloon5 .faceicon img {
        width: 70%;
    }

    #gods_story .says:after {
        top: 18px;
        left: -24px;
        border: 12px solid transparent;
        border-right: 12px solid #d7ebfe;
    }


    /*ここから個人セッションの記述**/
    .session_box {
        padding: 30px;
    }

    .session_box img {
        max-width: 350px;
        width: 50%;
        float: left;
        margin-right: 15px;
    }

    .session_ttl {
        margin: 0 0 15px;
    }

    #session .sec_sns {
        clear: both;
    }

    #session .youtube iframe {
        height: 315px;
    }

    /*ここから三つの祭りの記述****************************/
    #iyasaka_festival .youtube {
        padding-top: 20px;
    }

    #iyasaka_festival .youtube iframe {
        width: 70%;
        height: 250px;
    }

    /*ここまで三つの祭りの記述****************************/


    /*ここからよくある質問の記述**/
    .qa-list dl dt {
        padding: 2%;
    }

    .qa-list dl dd {
        padding: 2%;
    }

    /*ここから:手順の記述***/
    .process_box {
        display: flex;
        justify-content: space-between;
    }

    .process_box li {
        flex: 0 0 33%;
    }

    .process_div {
        margin: 0px 20px;
        height: 100%;
    }

    .process_box li:not(:last-child):after {
        transform: translate(50%, -280%);
        content: '\f061';
    }

    /*ここから:各種申し込みの記述***/
    .apply_box li {
        flex: 0 0 33%;
    }

    .apply_div {
        margin: 10px;
    }

    .apply_ttl {
        letter-spacing: 0.1em;
        font-size: 16px;
    }

    .apply_button a {
        font-size: 16px;
        padding: 10px 20px;
    }

    #contact .caution {
        margin-top: 20px;
        text-align: center;
    }

}

/* ==========================
IE10以降対策
============================= */
@media all and (-ms-high-contrast:none) {}
