/*
    Theme Name: Aoyama_Street_inochi
*/


/* basicSetting */

body {
    background: rgba(253, 243, 238, 0.4);
    letter-spacing: 1px;
    color: #333;
    font-family: 'ヒラギノ角ゴシック', 'Hiragino Sans', sans-serif;
    font-family: YuGothic, 'Yu Gothic', sans-serif;
    font-family: 'Kosugi', sans-serif;
}

.container {
    max-width: 991px;
    margin: 0 auto;
}

a {
    text-decoration: none;
    color: #333;
}

section {
    background: #fff;
    border-radius: 6px;
    box-shadow: 2px 2px 5px #aaa;
    padding: 20px 26px;
    margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
    .container {
        max-width: 768px;
    }
}

@media screen and (max-width: 768px) {
    .container {
        max-width: 600px;
    }
}

@media screen and (max-width: 600px) {
    .container {
        max-width: 480px;
    }
}

@media screen and (max-width: 480px) {
    section {
        padding: 10px 13px;
    }
}


/* header */

header {
    padding: 20px 0;
    margin-bottom: 16px;
}


/* -------header変更箇所①------- */


 /* header {
    padding: 0 0 20px;
}  */


/* -------header変更箇所①終わり------- */

.header_message {
    color: #fff;
    background: rgb(250, 234, 225);
    background: rgb(246, 158, 196);
    background: rgb(251, 197, 179);
    font-size: 13px;
    text-align: right;
    margin-bottom: 32px;
}

.header_message_container {
    width: 991px;
    padding: 6px 0;
    margin: 0 auto;
}

.header_flex {
    display: flex;
    justify-content: space-between;
}

.header_left {
    font-family: YuGothic, 'Yu Gothic', sans-serif;
    letter-spacing: 1px;
    color: #D74384;
    display: inline-block;
}

.header_left a {
    color: #D74384;
}

.header_left img {
    width: 93px;
    display: inline-block;
}

.header_left .h1_text {
    font-size: 42px;
}

.header_left_small {
    display: block;
    text-align: center;
}

.header_left_small_top {
    font-size: 20px;
    margin-bottom: 8px;
}

.header_left_small_bottom {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: rgb(107, 67, 56);
    margin-top: 8px;
}

.header_left_box {
    display: inline-block;
}

.header_right {
    font-family: 'Noto Serif JP', serif;
    display: inline-block;
}

.header_right_top {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 4px;
}

.header_tel {
    color: #444;
    font-weight: bold;
    font-size: 30px;
    letter-spacing: 2px;
    display: block;
    text-align: center;
    margin-bottom: 3px;
}

.free_consulting {
    font-family: 'Kosugi', sans-serif;
    display: block;
    color: #fff;
    font-size: 16px;
    background: #b67760;
    border-radius: 4px;
    letter-spacing: 2px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    padding: 5px 0;
}

.header_sp_contact {
    display: none;
}

@media screen and (max-width: 991px) {
    .header_message_container {
        width: 768px;
        padding: 6px 0;
    }
}

@media screen and (max-width: 768px) {
    header {
        padding: 17px 0;
        margin-bottom: 14px;
    }
	
    /* -------header変更箇所②------- */
	
	
       /*   header {
        padding: 0 0 17px;
    }  */
	
	
    /* -------header変更箇所②終わり------- */
	
    .header_message {
        margin-bottom: 16px;
    }
    .header_message_container {
        width: 600px;
    }
    .header_left img {
        width: 76px;
    }
    .header_left .h1_text {
        font-size: 30px;
    }
    .header_left_small_top {
        font-size: 16px;
        margin-bottom: 8px;
    }
    .header_left_small_bottom {
        font-size: 13px;
        margin-top: 8px;
    }
    .header_right_top {
        font-size: 13px;
        margin-bottom: 3px;
    }
    .header_tel {
        font-size: 26px;
        margin-bottom: 2px;
    }
    .free_consulting {
        font-size: 15px;
        height: 27px;
        line-height: 27px;
        padding: 4px 0;
    }
}

@media screen and (max-width: 600px) {
    .header_message {
        font-size: 12px;
        text-align: center;
    }
    .header_message_container {
        width: 100%;
    }
    .header_left img {
        width: 64px;
    }
    .header_left .h1_text {
        font-size: 26px;
    }
    .header_left_small_top {
        font-size: 15px;
        margin-bottom: 6px;
    }
    .header_left_small_bottom {
        font-size: 12px;
        margin-top: 6px;
    }
    .header_right_top {
        letter-spacing: 0;
        font-size: 13px;
        margin-bottom: 3px;
    }
    .header_tel {
        letter-spacing: 1px;
        font-size: 24px;
        margin-bottom: 2px;
    }
    .free_consulting {
        font-size: 13px;
        height: 22px;
        line-height: 22px;
    }
}

@media screen and (max-width: 480px) {
    header {
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .header_right {
        display: none;
    }
    .header_left {
        display: block;
        margin: 0 auto;
    }
    .header_left img {
        width: 60px;
    }
    .header_sp_contact {
        background: #fff;
        display: block;
        border-top: 8px double rgba(253, 243, 238, 0.4);
        border-bottom: 8px double rgba(253, 243, 238, 0.4);
        padding: 8px 0;
        margin-top: 18px;
    }
    .header_sp_contact .header_tel {
        letter-spacing: 0px;
        font-family: 'Noto Serif JP', serif;
        font-size: 14px;
        margin-bottom: 2px;
    }
    .header_sp_contact .header_tel .sp_jp {
        font-size: 13px;
        font-family: 'Kosugi', sans-serif;
    }
    .header_sp_contact .header_tel i {
        padding: 0 1px 0 8px;
        position: relative;
        bottom: 1px;
    }
}


/* nav */

.nav_sp {
    display: none;
}

nav {
    font-family: 'ヒラギノ角ゴシック', 'Hiragino Sans', sans-serif;
    font-family: YuGothic, 'Yu Gothic', sans-serif;
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
}

nav ul li {
    width: 191px;
    background: #fff;
    box-shadow: 2px 2px 2px #ddd;
    border-radius: 4px;
    text-align: center;
    display: inline-block;
}

nav a {
    width: 100%;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: bold;
    color: #444;
    display: inline-block;
    padding: 16px 0;
    margin: 0;
}

nav a i {
    color: #222;
    padding-right: 4px;
}

@media screen and (max-width: 991px) {
    nav ul li {
        width: 146px;
    }
}

@media screen and (max-width: 768px) {
    nav ul li {
        width: 112px;
    }
    nav a {
        font-size: 13px;
        letter-spacing: 1px;
        padding: 14px 0;
    }
    nav a i {
        padding-right: 2px;
    }
}

@media screen and (max-width: 600px) {
    .nav_pc {
        display: none;
    }
    .nav_sp {
        display: block;
        margin-top: 6px;
    }
    nav {
        display: block;
    }
    nav ul {
        display: flex;
        justify-content: center;
        width: 100%;
        margin-bottom: 6px;
    }
    nav .ul_1 li {
        width: 32%;
        margin: 0 4px;
    }
    nav .ul_2 li {
        width: 49%;
        margin: 0 4px;
    }
    nav a {
        font-size: 13px;
        letter-spacing: 1px;
        padding: 12px 0;
    }
}

@media screen and (max-width: 480px) {
    .nav_sp {
        margin-bottom: 14px;
    }
    nav a {
        font-size: 12px;
        letter-spacing: 1px;
        padding: 10px 0;
    }
}


/* top */

.top {
    background: url("img/top_image_pc.png");
    background-position: top;
    background-size: cover;
    height: 630px;
    -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 88%, 50% 100%, 0 88%, 0 0);
    clip-path: polygon(50% 0%, 100% 0, 100% 88%, 50% 100%, 0 88%, 0 0);
}


/* top_message */

.top_message {
    text-align: center;
    padding: 40px 0 70px;
}

.top_message h2 {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    color: #444;
    width: 380px;
    font-size: 23px;
    background: linear-gradient(transparent 77%, rgb(243, 178, 206) 0%);
    margin: 0 auto 40px;
}

@media screen and (max-width: 991px) {
    .top {
        height: 430px;
    }
}

@media screen and (max-width: 768px) {
    .top {
        background: url("img/top_image_sp.png");
        background-position: top;
        background-size: cover;
        height: 400px;
    }
    .top_message {
        text-align: center;
        padding: 30px 0 40px;
    }
    .top_message h2 {
        width: 330px;
        font-size: 20px;
        background: linear-gradient(transparent 77%, rgb(243, 178, 206) 0%);
        margin: 0 auto 20px;
    }
    .top_message p {
        font-size: 14px;
        line-height: 1.6;
        padding: 0 10px;
    }
}

@media screen and (max-width: 600px) {
    .top {
        height: 340px;
    }
    .top_message {
        text-align: center;
        padding: 30px 0;
    }
    .top_message h2 {
        width: 300px;
        font-size: 18px;
        margin: 0 auto 20px;
    }
    .top_message p {
        font-size: 14px;
        line-height: 1.6;
        padding: 0 10px;
    }
}

@media screen and (max-width: 480px) {
    .top {
        height: 270px;
    }
    .top_message h2 {
        width: 270px;
        font-size: 16px;
    }
    .top_message p {
        font-size: 13px;
    }
}

@media screen and (max-width: 360px) {
    .top {
        height: 244px;
    }
}


/* main */

main {
    display: block;
}

main .flex {
    display: flex;
}


/* main_contents */

.main_contents {
    width: 66%;
    padding-right: 10px;
    margin-right: 40px;
}

.main_contents h2 {
    color: #444;
    font-weight: 500;
    font-size: 20px;
    border-bottom: 5px solid #ce856d;
    padding: 16px 0 12px;
    margin-bottom: 20px;
}

.main_contents h3 {
    font-size: 14px;
    width: 120px;
    text-align: center;
    background: #c88169;
    color: #fff;
    border-radius: 3px;
    padding: 12px;
    margin: 20px 0 10px;
}

.main_contents p {
    color: #444;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.main_contents .child_hope {
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    margin: 28px 0;
}

.main_contents .for_everyone_name {
    text-align: right;
}

.main_contents .access_img {
    width: 180px;
    margin: 20px auto 0;
}

.main_contents .access_img p {
    text-align: center;
    font-size: 13px;
}

@media screen and (max-width: 991px) {
    .main_contents {
        width: 64%;
        margin-right: 10px;
    }
}

@media screen and (max-width: 768px) {
    main p {
        font-size: 14px!important;
        line-height: 1.6;
    }
    main .flex {
        display: block;
    }
    .main_contents {
        width: 94%;
        padding: 0;
        margin: 0 auto;
    }
    .main_contents h2 {
        font-size: 18px;
    }
}

@media screen and (max-width: 480px) {
    .main_contents h2 {
        font-size: 17px;
        padding: 16px 0 9px;
    }
    .main_contents h3 {
        font-size: 13px;
        width: 110px;
        padding: 11px;
    }
    main p {
        font-size: 13px!important;
        line-height: 1.6;
    }
}


/* side_contents */

.side_contents {
    width: 30%;
}

.side_contents div {
    background: #fff;
    border-radius: 6px;
    box-shadow: 2px 2px 4px #aaa;
    padding: 14px 10px 24px;
    margin-bottom: 36px;
}

.side_contents h3 {
    font-weight: 500;
    font-size: 16px;
    background: #fff;
    letter-spacing: 0;
    color: #996152;
    border-radius: 10px;
    padding: 12px 0 4px 4px;
    margin: 40px 0 16px;
}

.side_contents h3:first-of-type {
    margin-top: 0;
}

.side_contents p {
    font-size: 14px;
    padding: 0 4px;
    line-height: 1.4;
}

.time_schedule {
    text-align: center;
}

.side_contents iframe {
    width: 240px;
    display: block;
    margin: 0 auto;
}

.side_contents .side_schedule p {
    margin-top: 10px;
}

.twitter-timeline {
    display: block!important;
    height: 440px!important;
    margin: 0 auto!important;
}

@media screen and (max-width: 991px) {
    .side_contents {
        width: 33%;
    }
    .side_contents iframe {
        width: 226px;
    }
    .twitter-timeline {
        width: 230px!important;
        height: 500px!important;
    }
}

@media screen and (max-width: 768px) {
    .side_contents {
        width: 56%;
        margin: 40px auto 0;
    }
    .side_contents iframe {
        width: 280px;
        height: 340px;
    }
    .twitter-timeline {
        width: 285px!important;
    }
}

@media screen and (max-width: 600px) {
    .side_contents {
        width: 94%;
        margin: 40px auto 0;
    }
    .twitter-timeline {
        width: 300px!important;
    }
}

@media screen and (max-width: 480px) {
    .side_contents iframe {
        width: 260px;
        height: 320px;
    }
    .twitter-timeline {
        width: 250px!important;
        height: 440px!important;
    }
}


/* post_link */

.post_link {
    display: block;
    text-align: center;
    font-size: 15px;
    color: #fff;
    background: rgb(211, 80, 137);
    width: 370px;
    border-radius: 5px;
    padding: 26px;
    margin: 60px auto 36px;
}

.post_link i {
    padding-left: 6px;
}

@media screen and (max-width: 768px) {
    .post_link {
        font-size: 14px;
        width: 340px;
        padding: 18px;
    }
}

@media screen and (max-width: 480px) {
    .post_link {
        letter-spacing: 0;
        font-size: 13px!important;
        width: 310px;
        padding: 18px 0;
    }
    .post_link i {
        padding-left: 0;
    }
}


/* footer */

.footer_arc {
    background: rgba(253, 243, 238, 0.4);
    min-height: 80px;
    border-bottom-right-radius: 1400px 210px;
    border-bottom-left-radius: 1400px 210px;
}

.footer_arc img {
    width: 86px;
    display: block;
    margin: 0 auto;
    position: relative;
    top: 38px;
}

footer {
    font-weight: 500;
    background: #fff;
    padding: 0 0 20px;
}

.footer_link {
    padding-top: 60px;
}

footer p {
    line-height: 1.6;
    color: #333;
    font-size: 13px;
    text-align: center;
    margin-bottom: 16px;
}

footer a {
    line-height: 1.0;
    display: inline-block;
    color: #333;
    text-decoration: none;
    border-right: 1px solid #444;
    padding: 0 8px;
}

.footer_name {
    padding: 0 10px;
    font-size: 12px;
    margin-top: 50px;
}

@media screen and (max-width: 768px) {
    .footer_arc img {
        width: 80px;
        top: 42px;
    }
    .footer_name {
        font-size: 12px;
        margin-top: 30px;
    }
}

@media screen and (max-width: 480px) {
    .footer_arc img {
        width: 78px;
        top: 38px;
    }
}


/* price */

.price h3 {
    width: 180px;
}

.price .flex {
    display: flex;
    justify-content: space-around;
}

.price p {
    padding: 0 4px;
    margin-bottom: 4px;
}

.price .price_table {
    width: 80%;
    background: #fae8e1;
    border-radius: 4px;
    padding: 18px;
    margin: 30px auto 10px;
}

.price .price_table h3 {
    margin: 4px auto 12px;
}

.price .price_table p {
    text-align: center;
    padding: 0 10px;
}

.price_bother {
    min-height: 1360px;
    position: relative;
    background: url('img/price_image.png');
    background-size: cover;
    background-position: center;
    margin-top: 50px;
}

.price_bother h2 {
    color: #333;
}

.price_bother p {
    color: #111;
}

@media screen and (max-width: 991px) {
    .price_bother {
        min-height: 1610px;
    }
}

@media screen and (max-width: 768px) {
    .price h3 {
        width: 150px;
    }
    .price_bother {
        min-height: 1370px;
    }
}

@media screen and (max-width: 600px) {
    .price_bother {
        min-height: 1500px;
    }
}

@media screen and (max-width: 480px) {
    .price .flex {
        display: block;
    }
    .price .flex div {
        width: 172px;
        margin: 0 auto;
    }
    .price_bother {
        min-height: 1300px;
    }
}


/* reservation */

.reservation p {
    padding: 0 8px;
}

.reservation .tel_number {
    font-family: 'Noto Serif JP', serif;
    font-size: 28px;
    font-weight: bold;
}

.reservation .tel_detail {
    font-size: 13px;
}

.reservation_table {
    background: #fae8e1;
    border-radius: 4px;
    padding: 30px 20px 10px;
    margin: 30px auto 10px;
}

.reservation_table h4 {
    font-weight: 500;
    color: #111;
    margin-bottom: 10px;
}

.reservation_image img {
    width: 100%;
    border-radius: 4px;
}

@media screen and (max-width: 480px) {
    .reservation_table {
        padding: 24px 10px 10px;
    }
}


/* about_free */

.about_free_ex p {
    margin-bottom: 6px;
}

.about_free .small_text {
    font-size: 13px;
}

.reserve_subject {
    font-size: 17px;
    font-weight: 500;
}

@media screen and (max-width: 600px) {
    .reservation .tel_number {
        font-size: 22px;
    }
    .reservation_table h4 {
        font-size: 15px;
    }
    .reserve_subject {
        font-size: 15px;
    }
}


/* bother */

.bother_table {
    background: #fae8e1;
    border-radius: 4px;
    padding: 30px 20px;
    margin-bottom: 20px;
}

.bother_table p {
    color: #222;
    margin-bottom: 10px;
}

.bother_table p:last-child {
    margin-bottom: 0;
}

.bother .before_link {
    margin-bottom: 10px;
}

.bother .price_link {
    width: 188px;
    font-size: 13px;
    text-align: center;
    border-radius: 4px;
    display: block;
    color: #fff;
    background: rgb(233, 135, 178);
    padding: 14px 0;
    margin: 0 auto 16px;
}

.reserve_tel {
    color: #444;
    display: block;
    font-weight: bold;
    font-family: 'Noto Serif JP', serif;
    font-size: 30px;
    margin: 20px 0 14px;
}

.reserve_tel i {
    color: #444;
}

@media screen and (max-width: 600px) {
    .bother_table {
        background: #fae8e1;
        border-radius: 4px;
        padding: 24px 10px;
        margin-bottom: 20px;
    }
    .reserve_tel {
        font-size: 22px;
    }
}


/* access */

.access .flex {
    margin-bottom: 20px;
}

.access h3 {
    width: 130px;
    margin: 30px 0 16px;
}

.access h3:nth-of-type(2n) {
    margin: 50px 0 20px;
}

.access p {
    margin-bottom: 10px;
}

.access .flex div {
    padding-top: 20px;
    margin-left: 10px;
}

.access iframe {
    width: 100%;
    height: 340px;
    margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
    .access iframe {
        height: 280px;
    }
}

@media screen and (max-width: 768px) {
    .access h3 {
        margin: 20px 0 14px;
    }
    .access h3:nth-of-type(2n) {
        margin: 30px 0 14px;
    }
    .access .flex {
        display: block;
        margin-bottom: 34px;
    }
    .access .flex div {
        padding-top: 12px;
        margin-left: 0;
    }
    .access p {
        margin-bottom: 5px;
    }
}

@media screen and (max-width: 600px) {
    .access iframe {
        height: 250px;
    }
}

@media screen and (max-width: 480px) {
    .access h3 {
        width: 120px;
    }
}


/* column */

.side_contents .article_title {
    color: #333;
    font-weight: 500;
    line-height: 1.3;
    font-size: 14px;
    margin: 10px 0 0;
    padding-bottom: 0;
}

.side_contents .side_column p {
    font-size: 14px;
    line-height: 1.6;
}

.side_contents .continue_link a,
.side_contents .article_archive a {
    font-size: 13px;
    display: block;
    color: #996152;
    text-align: right;
    text-decoration: underline;
    margin-bottom: 2px;
}


/* archieve */

.pt-cv-wrapper {
    padding: 14px 0 30px 14px;
}

.pt-cv-content {
    font-size: 15px;
    line-height: 1.6;
}

.pt-cv-title {
    width: 100%;
    text-align: center;
    background: #c88169;
    border-radius: 3px;
    margin: 20px auto 14px!important;
}

.pt-cv-title ._self {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    color: #fff;
}

.pt-cv-content .pt-cv-readmore {
    color: #c88169!important;
    background: #fff!important;
    border: 2px solid #c88169!important;
    width: 160px;
    display: block !important;
    margin: 10px auto 44px!important;
    transition: all 0.3s;
}

.pt-cv-content .pt-cv-readmore:hover {
    color: #fff!important;
    background: #c88169!important;
}

@media screen and (max-width: 768px) {
    .pt-cv-wrapper {
        padding: 14px 0 0 14px;
    }
    .pt-cv-content {
        font-size: 14px;
    }
    .pt-cv-content .pt-cv-readmore {
        margin: 20px auto 30px!important;
    }
}


/* article */

.aligncenter {
    display: block;
    margin: 0 auto;
}

article .article_title {
    width: 100%;
    color: #fff;
    line-height: 1.4;
    background: #c88169;
    border-radius: 3px;
    text-align: center;
    padding: 20px 0;
    margin: 30px auto;
}

article section {
    padding: 60px;
}

article section p {
    font-size: 15px;
    color: #444;
    line-height: 1.9;
}

.article_archive_link a {
    width: 200px;
    height: 50px;
    letter-spacing: 2px;
    line-height: 50px;
    text-align: center;
    color: #b35b3e!important;
    background: #fff!important;
    border: 3px solid #c88169!important;
    border-radius: 2px;
    display: block !important;
    margin: 50px auto!important;
    transition: all 0.3s;
}

.article_archive_link a:hover {
    color: #fff!important;
    background: #b35b3e!important;
}

article img {
    max-width: 100%;
    height: auto;
}

@media screen and (max-width: 768px) {
    .article_title {
        font-size: 15px;
    }
    article section p {
        font-size: 14px;
        color: #444;
        line-height: 1.9;
    }
    .article_archive_link a {
        font-size: 14px;
        width: 160px;
        height: 40px;
        line-height: 40px;
    }
}

@media screen and (max-width: 600px) {
    article section {
        padding: 30px;
    }
    .article_title {
        padding: 14px 0;
        margin: 40px auto 30px;
    }
}

@media screen and (max-width: 480px) {
    article section {
        width: 80%;
        padding: 20px;
        margin: 0 auto;
    }
    /*     .article_title {
        width: 70%;
    } */
    .article_archive_link a {
        margin-top: 30px!important;
    }
}