﻿/* --------------------------------
 * main all
 * -------------------------------- */

section {
    margin: 0 auto;
}

.content_inner {
    width: 1024px;
    max-width: 100%;
    margin: 0 auto;
    padding: 10px;
}


/* --------------------------------
 * reserve.html
 * -------------------------------- */
#reserve {
    padding-top: 120px;
    padding-bottom: 60px;
    text-align: center;
}

#reserve h2 {
    padding-bottom: 40px;
}

#reserve .content_inner > p {
    padding-bottom: 60px;
    color: #231815;
    font-size: 15px;
}

#reserve .content_inner a {
    text-decoration: underline;
    color: #a5885e;
}

.reserve_attention {
    display: inline-block;
    text-align: left;
    padding-bottom: 35px;
}

.reserve_attention p {
    padding-bottom: 25px;
    color: #231815;
    line-height: 1.6;
    font-size: 15px;
    text-indent: -1em;
    padding-left: 1em;
}

.reserve_attention img {
    padding-bottom: 15px;
}

.reserve_attention p.attention {
    color: #fff;
    background-color: #a5885e;
}

.reserve_btn p {
    font-size: 12px;
    padding-bottom: 5px;
    color: #A5885E;
}

.reserve_submit,
.reserve_login {
    display: inline-block;
}

.reserve_submit img,
.reserve_login img {
    display: block;
}

.reserve_submit {
    padding-right: 65px;
}

/* --------------------------------
* list.html
* -------------------------------- */

#list {
    padding-top: 120px;
    padding-bottom: 60px;
    margin: 0 auto;
    text-align: center;
}

#list h2 {
    padding-bottom: 40px;
}

.list_wrap {
    display: flex;
}

.list_block {
    margin: 0 auto;
    overflow: hidden;
    width: 216px;
    height: 230px;
    text-align: left;
}

.list_block dt {
    width: 216px;
    height: 37px;
    line-height: 37px;
    background-color: #a5885e;
    border-radius: 10px;
    text-align: center;
    font-size: 18px;
    /*font-weight: bold;*/
    color: #fff;
    margin-bottom: 15px;
}

.list_block ul {
    margin: 0 -50px 0 0;
    padding: 0;
}

.list_block li {
    float: left;
    width: 216px;
    font-size: 15px;
    padding: 0 0 15px 15px;
    margin: 0 50px 0 0;
}

.list_block li a:hover {
    text-decoration: underline;
}


/* --------------------------------
* 症状個別ページ
* -------------------------------- */

.syojyo {
    background-color: #efe3cd;
}

#syojyo {
    max-width: 1403px;
    background-image: url(../img/sub_bg.png);
    background-repeat: repeat-y;
    background-size: contain;
}

#syojyo h2 {
    padding-bottom: 10px;
    padding-right: 40px;
}

.content_inner_syojyo {
    width: 636px;
    max-width: 100%;
    background-color: #f5ecde;
    margin: 0 auto;
    padding: 50px 80px;
}

.syojyo_head {
    margin-top: 100px;
    display: flex;
    align-items: flex-end;
    /*padding-bottom: 25px;*/
}

.syojyo_btn {
    width: 100%;
    height: auto;
    background-color: #6d563c;
    border-radius: 5px;
    text-align: center;
    padding: 5px 0;
    margin: 50px 0;
}

.syojyo_btn a {
    font-size: 18px;
    color: #fff;
}


#tel {
  position: fixed;
  width: 200px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  left:50%;
  bottom: 5px;
  margin-left:-100px;
  display: block;
  background: rgba(65,1,0,0.4);
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size:12px;
  border-radius: 10px;
}
 
.tel_02:hover{
  background: rgba(65,1,0,0.4);
}




/* --------------------------------
* PC only
* -------------------------------- */

@media screen and (min-width:769px) {

    /* --------------------------------
    * mainnav
    * -------------------------------- */
    #h_syojyo ul:first-child {
        padding-bottom: 5px;
    }


    #h_syojyo #mainnav ul:first-child li:not(:nth-child(5)):after {
        display: inline-block;
        content: '';
        background-color: #6d563c;
        position: absolute;
        height: 12px;
        width: 1px;
        transform: rotate(45deg);
        right: 4px;
    }

    #h_syojyo #mainnav ul:nth-child(2) li:not(:nth-child(3)):after {
        display: inline-block;
        content: '';
        background-color: #6d563c;
        position: absolute;
        height: 12px;
        width: 1px;
        transform: rotate(45deg);
        right: 4px;
    }

    #mainnav li a {
        padding: 0 25px 0 20px;
        color: #6d563c;
    }
}



/* --------------------------------
* sp only
* -------------------------------- */




@media screen and (max-width:768px) {

    /* --------------------------------
    * reserve.html
    * -------------------------------- */
    #reserve {
        width:80%;
        padding-top: 100px;
        padding-bottom: 60px;
        text-align: center;
    }

    #reserve h2 {
        padding-bottom: 40px;
    }

    #reserve .content_inner > p {
        padding-bottom: 40px;
        font-size: 15px;
    }

    .reserve_attention {
        display: inline-block;
        text-align: left;
        padding-bottom: 35px;
    }

    .reserve_btn img{
        margin: 0 auto;
    }

    .reserve_btn p {
        font-size: 12px;
        padding-bottom: 5px;
        color: #A5885E;
    }

    .reserve_submit,
    .reserve_login {
        display: block;
    }

    .reserve_submit {
        padding-right: 0;
        padding-bottom: 30px;
    }
	
	
	

	
	

    /* --------------------------------
    * list.html
    * -------------------------------- */

    #list {
        padding-top: 120px;
        padding-bottom: 60px;
        margin: 0 auto;
        text-align: center;
    }

    #list h2 {
        padding-bottom: 40px;
    }

    .list_wrap {
        display: block;
    }

    .list_block {
        margin: 0 auto;
        overflow: hidden;
        width: 65%;
        height: auto;
        text-align: center;
        margin-bottom: 20px;
    }

    .list_block dt {
        width: 100%;
        height: 37px;
        line-height: 37px;
        border-radius: 10px;
        font-size: 18px;
        margin-bottom: 15px;
    }

    .list_block ul {
        margin-right: 0;
        padding: 0;
    }

    .list_block li {
        float: left;
        width: 100%;
        font-size: 15px;
        padding: 0 0 15px 15px;
        margin-right: 0;
    }


    /* --------------------------------
    * 症状個別ページ
    * -------------------------------- */

    .content_inner_syojyo {
        width: 90%;
        margin: 0 auto;
        padding: 50px 3%;
    }

    .syojyo_head {
        margin-top: 50px;
        display: flex;
        align-items: flex-end;
        /*padding-bottom: 25px;*/
    }

    #syojyo h2 {
    padding-bottom: 10px;
    padding-right: 20px;
}

    .syojyo_h_right img{
        width:100%;
        max-width: 152px;
    }
}



@media screen and (min-width:960px) {
		
	#tel {
	display: none;
	} 



