@charset "UTF-8";

:root {
    --color1: rgb(249 185 0);
    --color2: rgb(255 138 21);;
    --color3: ;
}


.info__add {
    color: var(--color1);
}
.info__add .map,
.googlemap .info__add .map {
    color: var(--color1);
    border: 1px solid var(--color1);
	padding: 2px 10px;
    border-radius: 60px;
    font-size: 0.9em;
    line-height: 1;
}

.footer,
#page-top a{
	background-color: var(--color1)
}
@media screen and (max-width: 768px) {
	#g-nav{
		background-color: var(--color1)
	}
}

.section__ttl{
	margin-bottom: 80px;
}
.section__ttl .ttl-sub {
    color: var(--color1);
}

.section__ttl .ttl {
    color: var(--color2);
}
@media screen and (max-width: 768px) {
	.section__ttl {
		margin-bottom: 40px;
	}
}

.main {
    background: #f3f3f3;
    min-height: 650px;
    background-image: url(/wp-content/themes/ishigami_2022/kitamachi/assets/img/mv_img_1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.main_bg {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    text-align: center;
    padding: 2rem;
}

.main_bg:before {
    width: 100%;
    height: 100%;
    z-index: 0;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgb(255 255 255 / 50%);
}

.__container {
    z-index: 1;
}

.wrap_half>div {
    width: 100%;
}

.main .fv .fv_des {
    margin: 0;
}

.main .fv .fv_des .txt {
    font-size: 22px;
}

.main .fv .fv_des .day2 {
    font-size: 4rem;
}

.main .fv .fv_des .txt,
.main .fv_sub {
    color: #323130;
}
@media screen and (max-width: 768px) {
    .main {
        min-height: 550px;
        background-size: cover;
    }
}



/*** 内覧会 ***/
.attention {
    text-align: center;
    background: url(/wp-content/themes/ishigami_2022/satake/assets/img/bg_dot.svg);
    background-size: 20px 20px;
    max-width: initial;
    padding: 80px calc(50vw - 50%) 20px;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
}

.attention_inner {
    border: 1px solid var(--color1);
    padding: 30px;
    max-width: 600px;
    margin: auto;
    background: #fff;
}

.attention_inner h4 {
    font-size: 1.1em;
    margin-bottom: 4px;
}

@media screen and (max-width: 768px) {
    .attention {
        padding: 80px calc(50vw - 50% + 20px);
    }
}

/*** clinic ***/
#clinic {
    background: url(/wp-content/themes/ishigami_2022/satake/assets/img/bg_dot.svg);
    background-size: 20px 20px;
    max-width: initial;
    padding: 80px calc(50vw - 50%);
    margin: 0 calc(50% - 50vw);
    width: 100vw;
}

.clinic {
    background: transparent;
    box-shadow: inherit;
	padding-top: 0;
    padding-bottom: 0;
}

.clinic .clinic_name {
    text-align: center;
    font-weight: normal;
    margin: 0 0 20px;
    font-size: 2.2rem;
}

.clinic_logo {
    text-align: center;
}

.flex_wrap {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}

.flex_wrap .flex_box {
    width: 48%;
}

.flex_wrap iframe {
    width: 100%;
}

.clinic dl {
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.clinic dl dt {
    border-radius: 6px;
    width: 6em;
    display: inline-flex;
    vertical-align: top;
    border: 1px solid;
    align-items: center;
    justify-content: center;
}

.clinic dl dd {
    margin: 0 0 12px 12px;
    width: calc(100% - 113px);
    display: inline-block;
    line-height: 1.8;
}

.clinic dl dd span.txt_inbox {
    width: auto;
}

.txt_inbox {
    background: rgb(from var(--color2) r g b / 0.5);
}

.hours_table thead tr {
    background: var(--color1);
}

.hours_table tbody tr {
    background: #fff;
    color: initial;
    border-bottom: 1px solid var(--color1);
}

.hours_table tbody tr:last-child th,
.hours_table tbody tr:last-child td {
    padding-bottom: 18px;
}

.hours_table thead tr th:last-of-type,
.hours_table tr td:last-of-type {
    padding-right: 0;
}

.hours_table + .note {
    max-width: 1000px;
    text-align: right;
    margin: 12px auto 0;
}

.clinic iframe {
    margin-top: 15px;
}

@media screen and (max-width: 768px) {
    #clinic {
        width: 100%;
        padding: 60px 0px;
    }

    .__container {
        width: 90%;
        padding: 0;
    }

    .flex_wrap .flex_box {
        width: 100%;
    }
	.flex_box + .flex_box {
    	margin-top: 20px;
	}	
	
	.hours_table + .note {
        text-align: initial;
    }
}


/*** ご挨拶 ***/
#greeting {
    background: #EAF7FD;
    max-width: initial;
    padding: 120px calc(50vw - 50%);
    margin: 0 calc(50% - 50vw) 60px;
    width: 100vw;
    background: #f3f3f3;
}

.greeting .content {
    margin-top: 60px;
}

.greeting .content.__wrap {
    align-items: flex-start;
}

.content.__wrap {
    align-items: flex-start;
}

.greeting .content.__wrap .doc_img {
    width: 40%;
    object-fit: cover;
    z-index: 1;
}

.greeting .content.__wrap .doc_img .history {
    text-align: left;
    font-size: 0.8em;
    margin-top: 20px;
}

.greeting .content .name {
    text-align: left;
    font-weight: normal;
    font-size: 1.2em;
}

.greeting .content.__wrap .msg {
    width: calc(100% - 40%);
    text-align: left;
}

.greeting .content.__wrap .msg_content {
    background: #f3f3f3;
    background: #fff;
    padding: 80px 60px 80px 120px;
    margin: 60px 0 0 -80px;
}

.greeting .content.__wrap .msg_content .ttl {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
    font-weight: initial;
    font-size: 1.6rem;
}

.greeting .content.__wrap .msg_content .ttl:before {
    content: "";
    width: 60px;
    height: 1px;
    background: #353c47;
    display: inline-block;
    margin-right: 12px;
}

.greeting .content.__wrap .msg_his {
    display: flex;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 2px solid rgba(189, 196, 182, 0.8);
    justify-content: space-between;
}

.greeting .content.__wrap .msg_his>.msg_his_wrap {
    width: calc(50% - 12px);
}

.greeting .content.__wrap .msg_his .tit {
    padding-bottom: 0;
    border-bottom: none;
}

.greeting .content.__wrap .msg_his .dot_list {
    font-size: 0.9em;
    opacity: 0.9;
}

.dot_list li {
    padding-left: 1.5em;
    position: relative;
}

.dot_list li:before {
    position: absolute;
    left: 0.5em;
    top: 0.7em;
    display: inline-block;
    margin: auto;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 20px;
    background-color: #bdc4b6;
}

.greeting .content.__wrap .msg_his>.msg_his_wrap>div+div {
    margin-top: 20px;
}

/*** アコーディオン ***/
.accordion-container .accordion-title {
    position: relative;
    padding: 15px;
    font-size: 1.25em;
    font-weight: normal;
    cursor: pointer;
    color: #02b41c;
}

.accordion-container .accordion-title:hover {
    background: #e5f5e7;
}

.accordion-title.js-accordion-title.open {
    background: #e5f5e7;
}

.accordion-title.js-accordion-title.open:hover {
    background: #fff;
}

.accordion-container .accordion-title::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 25px;
    width: 15px;
    height: 2px;
    transform: rotate(90deg);
    background: #cad0c5;
    transition: all .3s ease-in-out;
}

.accordion-container .accordion-title::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 25px;
    width: 15px;
    height: 2px;
    background: #cad0c5;
    transition: all .2s ease-in-out;
}

.accordion-container .accordion-title.open::before {
    transform: rotate(180deg);
}

.accordion-container .accordion-title.open::after {
    opacity: 0;
}

.accordion-content {
    display: none;
}


.philosophy_wrap h3 {
    font-size: 1.8rem;
    font-weight: normal;
    position: relative;
    margin-top: 100px;
}

.philosophy_wrap h3:after {
    position: absolute;
    content: "";
    background: #02b41c;
    height: 2px;
    width: 250px;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}

.philosophy_wrap ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 80px;
}

.philosophy_wrap ul li {
    width: 28%;
    background: #fff;
    text-align: left;
    position: relative;
    margin-left: 3%;
}

.philosophy_ttl {
    background: #02b41c;
    color: #fff;
    padding: 10px 20px;
    text-align: center;
    position: absolute;
    left: -10%;
    top: -30px;
    font-size: 1.2rem;
    font-weight: bold;
    width: 150px;
}

.philosophy_txt {
    padding: 45px 25px 25px 25px;
}


/*** 診療内容 ***/
.medical__wrap ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -6px;
}

.medical__wrap ul li {
    min-width: initial;
    background: rgb(from var(--color2) r g b / 0.5);
    border-radius: 4px;
    margin: 6px;
    flex-grow: 1;
    text-align: center;
    padding: 16px 24px;
}

.medical__wrap ul li:before {
    content: none;
}