#wrap {
    overflow: hidden;
}
/* ----------------------------------------------------------------header*/
header {
    background-color: #66ccff;
    padding-bottom: 10px;
}
@media print, screen and (min-width:576px) {
header {
  padding-bottom: 20px;
}
}
@media print, screen and (min-width:992px) {
header {
  background: url(../img/common_img/main_bg.png) no-repeat 40% 50px;
    background-size: 35% auto;
  background-color: #66ccff;
  padding-bottom: 20px;
}
}
@media print, screen and (min-width:1200px) {
header {
  background: url(../img/common_img/main_bg.png) no-repeat 40% 10px;
    background-size: 480px auto;
  background-color: #66ccff;
  padding-bottom: 30px;
}
}
@media print, screen and (min-width:1400px) {
header {
  background: url(../img/common_img/main_bg.png) no-repeat 40% 2px;
    background-size: 520px auto;
  background-color: #66ccff;
  padding-bottom: 30px;
}
}
#header {
    padding-bottom: 10px;
}
#header .container {
    width: 100%;
}
h1 {
    height: 25px;
    text-align: right;
    line-height: 1.1;
    font-size: 10px;
    font-weight: 400;
    padding-top: 5px;
}
.header_logo {
    float: left;
}
.header_logo img {
    width: 170px;
    height: auto;
}
.header_contact {
    position: absolute;
    top: 120px;
    right: 0;
    width: 100%;
}
.header_contact > p {
    display: none;
}
.header_contact ul {
    display: flex;
    justify-content: center;
    gap: 3px;
}
.header_contact ul li:not(:last-child) {
    display: flex;
    align-items: center;
}
.header_contact ul li:not(:last-child) div {
    width: 5.5em;
    height: 100%;
    margin-right: 0;
    padding: 4px 2px;
    text-align: center;
    font-weight: 700;
    color: #fff;
    border-radius: 50px;
    background: #ff3c0a;
}
.header_contact ul li:not(:last-child) > a {
    display: block;
    height: 100%;
    text-decoration: none;
    color: #fff;
}
.header_contact ul li:nth-child(2) div {
    background: #ff8d00;
}
.header_contact ul li:not(:last-child) div p {
    line-height: 1.1;
    font-size: 14px;
}
.header_contact ul li:not(:last-child) > p {
    display: none;
}
.header_contact ul li:not(:last-child) > p a {
    text-decoration: none;
    color: #ff3c0a;
}
.header_contact ul li:nth-child(2) > p {
    color: #ff8d00;
}
.header_contact ul li:nth-child(2) > p a {
    color: #ff8d00;
}
.header_contact ul li:not(:last-child) i {
    margin-right: 2px;
    font-weight: normal;
}
.header_contact ul li:last-child a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    background-color: #34b44f;
    padding: 10px;
    border-radius: 100px;
    transition: all 0.5s;
}
.header_contact ul li:last-child a p {
    line-height: 1.1;
    font-size: 14px;
}
.header_contact ul li:last-child a p strong {
    font-size: 16px;
}
.header_contact ul li:last-child a p i {
    margin-right: 5px;
    font-size: 18px;
    font-weight: normal;
}
@media print, screen and (min-width:576px) {
.header_contact {
    position: absolute;
    top: 100px;
    right: 0;
    padding: 0 15px;
}
.header_contact ul {
    justify-content: flex-end;
}
}
@media print, screen and (min-width:768px) {
    h1 {
        height: 30px;
        text-align: right;
        font-size: 11px;
    }
    .header_logo img {
        width: auto;
        height: auto;
    }
    .header_contact {
        top: 30px;
        right: 15px;
        display: inline-block;
        width: auto;
        padding: 0;
    }
    .header_contact > p {
        display: block;
        margin-bottom: 8px;
        text-align: left;
        line-height: 1.1;
        font-size: 17px;
        font-weight: 700;
        color: #0000ff;
        text-shadow:
            #fff 1px 1px 0, #fff -1px -1px 0, /*右下、左上*/ #fff -1px 1px 0, #fff 1px -1px 0, /*右上、左下*/ #fff 0px 1px 0, #fff 0-1px 0, /*右、左*/ #fff -1px 0 0, #fff 1px 0 0; /*上、下*/
    }
    .header_contact ul {
        flex-direction: column;
        gap: 6px;
    }
    .header_contact ul li:not(:last-child) {
        display: flex;
        align-items: center;
    }
    .header_contact ul li:not(:last-child) div {
        width: 8.0em;
        margin-right: 4px;
        padding: 4px 2px;
        text-align: center;
        font-weight: 700;
        color: #fff;
        border-radius: 50px;
        background: #ff3c0a;
    }
    .header_contact ul li:nth-child(2) div {
        background: #ff8d00;
    }
    .header_contact ul li:not(:last-child) div p {
        line-height: 1.1;
        font-size: 14px;
    }
    .header_contact ul li:not(:last-child) div p i, .header_contact ul li:not(:last-child) div p br {
        display: none;
    }
    .header_contact ul li:not(:last-child) > p {
        display: block;
        line-height: 1.1;
        font-size: 22px;
        font-weight: 700;
        color: #ff3c0a;
        text-shadow:
            #fff 1px 1px 0, #fff -1px -1px 0, /*右下、左上*/ #fff -1px 1px 0, #fff 1px -1px 0, /*右上、左下*/ #fff 0px 1px 0, #fff 0-1px 0, /*右、左*/ #fff -1px 0 0, #fff 1px 0 0; /*上、下*/
    }
    .header_contact ul li:not(:last-child) > p a {
        text-decoration: none;
        color: #ff3c0a;
    }
    .header_contact ul li:nth-child(2) > p {
        color: #ff8d00;
    }
    .header_contact ul li:nth-child(2) > p a {
        color: #ff8d00;
    }
    .header_contact ul li:not(:last-child) i {
        margin-right: 2px;
        font-weight: 400;
    }
    .header_contact ul li:last-child a {
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        color: #fff;
        background-color: #34b44f;
        padding: 10px 15px;
        border-radius: 100px;
    }
    .header_contact ul li:last-child a:hover {
        opacity: 0.7;
    }
    .header_contact ul li:last-child a p {
        line-height: 1.1;
        font-size: 16px;
    }
    .header_contact ul li:last-child a p strong {
        font-size: 20px;
    }
    .header_contact ul li:last-child a p i {
        margin-right: 5px;
        font-size: 24px;
    }
}
@media print, screen and (min-width:992px) {
    #header .container {
        padding-left: 4% !important;
        padding-right: 4% !important;
    }
    .header_contact {
        right: 4%;
    }
    .header_contact ul li:not(:last-child) > p {
        font-size: 28px;
    }
    .header_contact ul li:last-child a p i {
        font-size: 26px;
    }
}
#language {
    position: absolute;
    top: 45px;
    right: 70px;
}
@media print, screen and (min-width:768px) {
    #language {
        top: 30px;
        right: 355px;
    }
}
@media print, screen and (min-width:992px) {
    #language {
        top: 30px;
        right: calc(4% + 400px);
    }
}
#language ul {
    display: flex;
}
#language ul li {
    font-size: 14px;
    font-weight: 700;
}
#language ul li.active {
    background: #fff;
    border-radius: 50px 0 0 50px;
    padding: 3px 12px;
}
#language ul li a {
    display: block;
    background: #ff8000;
    border-radius: 0 50px 50px 0;
    text-decoration: none;
    color: #fff;
    padding: 3px 12px;
    transition: all 0.5s;
}
#language ul li a:hover {
    color: #101010;
    background: #fd0;
}
#language ul li span {
    display: inline-block;
    transform: rotate(0.03deg);
}
/*------------------------------------------------------------pagetitle*/
#pagetitle {
    margin-top: 40px;
}
#pagetitle .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#pagetitle .title div {
    width: calc(100% - 208px);
    text-align: center;
}
#pagetitle .title h2 {
    line-height: 1.35;
    font-size: 23px;
    font-weight: 700;
    color: #0000ff;
    text-shadow:
        #fff 1px 1px 0, #fff -1px -1px 0, /*右下、左上*/ #fff -1px 1px 0, #fff 1px -1px 0, /*右上、左下*/ #fff 0px 1px 0, #fff 0-1px 0, /*右、左*/ #fff -1px 0 0, #fff 1px 0 0; /*上、下*/
}
#pagetitle .title h2 span {
    display: inline-block;
}
#pagetitle .title figure {
    width: 208px;
}
#pagetitle .title figure img {
    width: 100%;
    height: auto;
}
@media print, screen and (min-width:576px) {
#pagetitle {
    margin-top: 20px;
}
#pagetitle .title {
    justify-content: center;
}
#pagetitle .title div {
    width: calc(85% - 240px);
}
#pagetitle .title figure {
    width: 240px;
}
}
@media print, screen and (min-width:768px) {
#pagetitle {
    margin-top: 5px;
}
#pagetitle .title {
    justify-content: center;
}
#pagetitle .title div {
    width: calc(85% - 392px);
}
#pagetitle .title h2 {
    font-size: 36px;
}
#pagetitle .title figure {
    width: 392px;
}
}
@media print, screen and (min-width:992px) {
#pagetitle {
    margin-top: 20px;
}
#pagetitle .title {
    justify-content: space-between;
}
#pagetitle .title div {
    width: calc(100% - 392px);
    padding-top: 30px;
    text-align: center;
}
#pagetitle .title h2 {
    font-size: 40px;
}
#pagetitle .title figure {
    width: 392px;
}
}

.subpage #mainimage h2 {
    color: #fff;
    text-align: center;
    font-size: 36px;
    margin-top: 80px;
    font-weight: bold;
}
.subpage #mainimage h2 span {
    font-size: 22px;
}
@media print, screen and (max-width:980px) {
    .subpage .box50 img {
        width: 100%;
        height: auto;
    }
}
@media print, screen and (max-width:768px) {
    .subpage .header_logo img {
        width: 160px;
        margin-top: 10px;
        margin-bottom: 0;
    }
    .subpage #mainimage h2 {
        margin-top: 50px;
        font-size: 24px;
    }
    .subpage #mainimage h2 span {
        font-size: 18px;
    }
    .subpage .box50 img {
        margin-bottom: 0px;
        margin-top: -5px;
    }
}
@media print, screen and (max-width:576px) {
    .subpage .header_contact #phone_right img {
        margin-top: -5px;
    }
    .subpage .box50 {
        clear: left;
        width: 100%;
    }
    .subpage #mainimage h2 {
        margin: 80px 0 20px; /*20px 0*/
    }
    .subpage .box50 img {
        width: 70%;
        margin: 0;
    }
}
/*------------------------------------------------------------mainnavi*/
#mainnavi {
    display: none;
}
@media print, screen and (min-width:768px) {
    #mainnavi {
        display: block;
        margin: 20px 0 0;
    }
    #mainnavi ul {
        display: flex;
        justify-content: center;
        align-items: center;
        max-width: 1140px;
        margin: 0 auto;
    }
    #mainnavi ul li {
        text-align: center;
        line-height: 1.25;
        font-size: 15px;
        font-weight: 700;
    }
    #mainnavi ul li a {
        position: relative;
        display: block;
        text-decoration: none;
        color: #101010;
    }
    #mainnavi ul li a::after {
        position: absolute;
        left: 0;
        bottom: 0;
        display: block;
        width: 100%;
        height: 100%;
        content: "";
        opacity: 0;
        transition: all 0.5s;
    }
    #mainnavi ul li:first-child a::after {
        background: url("../img/common_img/mainnavi01_on.png") center bottom no-repeat;
        background-size: auto 100%;
    }
    #mainnavi ul li:nth-child(2) a::after {
        background: url("../img/common_img/mainnavi02_on.png") center bottom no-repeat;
        background-size: auto 100%;
    }
    #mainnavi ul li:nth-child(3) a::after {
        background: url("../img/common_img/mainnavi03_on.png") center bottom no-repeat;
        background-size: auto 100%;
    }
    #mainnavi ul li:nth-child(4) a::after {
        background: url("../img/common_img/mainnavi04_on.png") center bottom no-repeat;
        background-size: auto 100%;
    }
    #mainnavi ul li:nth-child(5) a::after {
        background: url("../img/common_img/mainnavi05_on.png") center bottom no-repeat;
        background-size: auto 100%;
    }
    #mainnavi ul li:nth-child(6) a::after {
        background: url("../img/common_img/mainnavi06_on.png") center bottom no-repeat;
        background-size: auto 100%;
    }
    #mainnavi ul li:nth-child(7) a::after {
        background: url("../img/common_img/mainnavi07_on.png") center bottom no-repeat;
        background-size: auto 100%;
    }
    #mainnavi ul li a:hover::after, #mainnavi ul li.active a::after {
        opacity: 1;
    }
    #mainnavi ul li a div {
        position: absolute;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
    }
    #mainnavi ul li a div span {
        transform: rotate(0.03deg);
    }
    #mainnavi ul li a img {
        width: auto;
        height: 59px;
    }
    #mainnavi ul li a .icon {
        position: absolute;
        top: -15px;
        left: 50%;
        transform: translateX(-50%);
        width: auto;
        height: 24px;
        z-index: 1;
    }
}
@media print, screen and (min-width:800px) {
    #mainnavi ul li a img {
        width: auto;
        height: 62px;
    }
}
@media print, screen and (min-width:900px) {
    #mainnavi {
        margin: 20px 0 0;
    }
    #mainnavi ul li a img {
        width: auto;
        height: 70px;
    }
    #mainnavi ul li a .icon {
        position: absolute;
        top: -15px;
        left: 50%;
        height: 32px;
    }
    #mainnavi ul li {
        font-size: 16px;
    }
}
@media print, screen and (min-width:1000px) {
    #mainnavi ul {
        justify-content: space-between;
    }
    #mainnavi ul li a img {
        width: auto;
        height: 78px;
    }
    #mainnavi ul li {
        font-size: 18px;
    }
}
@media print, screen and (min-width:1100px) {
    #mainnavi ul li a img {
        width: auto;
        height: 80px;
    }
}
/*------------------------------------------------------------content*/
body {
    background-color: #9cdeff;
}
/*コンテンツ中身*/
#content {
    text-align: left;
    background-color: #9cdeff;
}
.section {
    clear: both;
    margin-bottom: 30px;
}
@media print, screen and (min-width:768px) {
    .section {
        margin-bottom: 45px;
    }
}
/*subnavi*/
#subnavi {
    margin-bottom: 10px;
}
#subnavi ul {
    border-top: 1px dotted #6D6D6D;
}
#subnavi ul li {
    border-bottom: 1px dotted #6D6D6D;
}
#subnavi ul li a {
    padding: 10px 0;
    display: block;
    color: #6D6D6D;
    text-decoration: none;
}
#subnavi ul li a:hover {
    text-decoration: underline;
}
@media print, screen and (min-width:768px) {
    #subnavi {
        margin-bottom: 20px;
    }
}
/*sideinfo*/
#sideinfo {
    background: #fff;
    border-radius: 20px;
    padding: 15px;
    margin-bottom: 10px;
}
#sideinfo dl {}
#sideinfo dl dt, #sideinfo dl dd {
    transform: rotate(0.03deg);
}
#sideinfo dl dt {
    font-size: 18px;
}
#sideinfo .btn a {
    min-width: auto;
    max-width: 100%;
}
@media print, screen and (max-width:992px) {
    #sideinfo {
        width: 60%;
        margin: 0 auto;
        margin-top: 10px;
    }
}
@media print, screen and (max-width:768px) {
    #sideinfo {
        width: 100%;
    }
}
@media print, screen and (min-width:576px) {
    #sideinfo dl dd {
        float: left;
        margin-right: 20px;
    }
}
@media print, screen and (min-width:768px) {
    #sideinfo {
        margin-bottom: 20px;
    }
}
@media print, screen and (min-width:992px) {
    #sideinfo dl dd {
        float: none;
        margin-right: 0px;
    }
}
/*sidebanner*/
#sidebanner {
    clear: both;
    margin-bottom: 20px;
}
#sidebanner div {
    margin-bottom: 10px;
}
/*アプリ*/
.iwahara_appli {
    text-align: center;
    border-radius: 20px;
    background-color: #fff;
    margin: 0 0 30px 0;
    padding: 15px;
}
.iwahara_appli.pc {
    display: none;
}
.iwahara_appli .title03 {
    font-size: 18px;
    color: #0186c8;
}
.iwahara_appli .title03 span {
    display: inline-block;
}
.iwahara_appli div img {
    width: 70px;
    height: auto;
}
.iwahara_appli .flex_box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}
.iwahara_appli .flex_box p {
    text-align: left;
    line-height: 1.35;
}
.iwahara_appli a {
    text-decoration: none;
    color: #101010;
}
@media print, screen and (min-width:768px) {
    .iwahara_appli.inside {
        width: 60%;
        margin-left: auto;
        margin-right: auto;
    }
}
@media print, screen and (min-width:992px) {
    .iwahara_appli.sp {
        display: none;
    }
    .iwahara_appli.pc {
        display: block;
    }
    .iwahara_appli.inside {
        width: 100%;
    }
}
/*カレンダー更新プログラム（サイドカラム）フォーマット*/
#calendar {
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
}
#calendar #cal_title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    background-color: #0186c8;
    width: 100%;
    border-radius: 50px;
    padding: 10px 20px;
    color: #fff;
}
#calendar #month {
    font-size: 16px;
    font-weight: 700;
    text-align: right;
    position: absolute;
    top: 9px;
    right: 20px;
    z-index: 999;
    color: #fff;
}
@media print, screen and (max-width:992px) {
    #calendar #month {
        top: 10px;
        right: 25px;
    }
}
#calendar #fukidasi {
    color: #0186c8;
    font-size: 30px;
    margin: -30px 0 0 40px;
}
#calendar #calendar_box {
    background-color: #fff;
    border-radius: 20px;
    width: 100%;
    padding: 10px;
    margin-top: -25px;
}
#calendar #month strong {
    font-size: 20px;
}
#calendar table {
    width: 100%;
    border-collapse: collapse;
}
#calendar table th, #calendar table td {
    font-size: 15px;
    text-align: center;
    padding: 10px 0;
    font-weight: 500;
    transform: rotate(0.03deg);
}
#calendar table th {
    font-weight: 700;
}
#calendar table td.holiday {
    color: #fff;
    background: url(../img/common_img/holiday.png) no-repeat center center;
}
#calendar table td.half {
    color: #fff;
    background: url(../img/common_img/half.png) no-repeat center center;
}
#calendar table td.half2 {
    font-weight: bold;
    background: url(../img/common_img/half2.png) no-repeat center center;
}
#calendar table td.monday {
    color: #fff;
    font-weight: bold;
    background: url(../img/common_img/monday.png) no-repeat center center;
}
ul.page_ctl {
    text-align: center;
    padding: 8px 10px;
    margin: 0 0 10px;
}
ul.page_ctl li {
    font-size: 14px;
    color: #389e7c;
    transform: rotate(0.03deg);
}
ul.page_ctl li a {
    text-decoration: underline;
}
ul.page_ctl li a:hover {
    color: #999;
}
ul.page_ctl .ctl_left {
    position: relative;
    z-index: 1000;
    float: left;
}
ul.page_ctl .ctl_right {
    position: relative;
    z-index: 1000;
    float: right;
}
#cal_sub {
    background: #ffffff;
    height: 40px;
    padding: 0 15px;
    border-radius: 0;
    position: relative;
    top: -20px;
    width: 100%;
    display: flex;
    gap: 10px;
}
#cal_sub p {
    padding: 0 0 0 12px;
    font-size: 0.8em;
}
#tx_holiday {
    background: url(../img/common_img/holiday_s.png) no-repeat left 0.4em;
}
#tx_half {
    background: url(../img/common_img/half_s.png) no-repeat left 0.4em;
}
#tx_half2 {
    background: url(../img/common_img/half2_s.png) no-repeat left 0.4em;
}
#tx_monday {
    clear: both;
    padding: 0 0 0 12px;
    background: url(../img/common_img/monday_s.png) no-repeat left center;
}
@media print, screen and (min-width:768px) {
    #calendar {
        width: 60%;
        margin: 0 auto;
    }
}
@media print, screen and (min-width:992px) {
    #calendar {
        width: 100%;
        margin: 0 0 10px;
        padding: 0;
    }
    #cal_sub {
        justify-content: center;
        padding: 0;
        gap: 3px;
    }
    #cal_sub p {
        padding: 0 0 0 10px;
        font-size: 0.7em;
    }
}
@media print, screen and (min-width:1200px) {
    #cal_sub {
        gap: 10px;
    }
    #cal_sub p {
        padding: 0 0 0 12px;
        font-size: 0.8em;
    }
}
/*診療時間*/
#yellowbox {
    background-color: #fd0;
    border-radius: 0 0 20px 20px;
    width: 100%;
    padding: 15px;
    position: relative;
    top: -30px;
}
@media print, screen and (max-width:992px) {
    #yellowbox {
        width: 60%;
        margin: 0 auto;
    }
}
@media print, screen and (max-width:768px) {
    #yellowbox {
        width: 100%;
        margin: 0 auto;
        top: -20px;
    }
}
/*サイドボタン*/
.col-md-3 .btn {
    margin-top: 15px;
    padding: 0;
}
@media print, screen and (min-width:992px) {
.col-md-3 .btn a {
    width: auto;
    padding: 14px 15px;
}
}
@media print, screen and (min-width:1200px) {
.col-md-3 .btn a {
    width: auto;
    padding: 14px 24px;
}
}
/*カレンダー更新プログラム（メインカラム）フォーマット*/
.note {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    background-color: #969696;
    top: 0px;
    border-radius: 4px;
    padding: 5px 10px;
    margin-bottom: 20px;
}
.calender_nav {
    width: 260px;
    margin: 0 auto;
    text-align: center;
}
p.date {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}
.calender_table {
    overflow-x: auto;
    clear: both;
    position: relative;
}
#calender02 table {
    width: 600px;
    border-collapse: collapse;
    margin-bottom: 10px;
}
#calender02 table tr th {
    text-align: center;
    background: #CBCBCB;
    border: 1px dotted #6F6F6F;
    border-bottom: 1px solid #6F6F6F;
    padding: 10px;
    width: 14%;
}
#calender02 table tr td {
    text-align: center;
    border: 1px dotted #6F6F6F;
    padding: 10px;
}
#calender02 table tr.tr_date td {
    background: #E5E5E5;
}
#calender02 table tr.tr_text td {
    height: 60px;
    vertical-align: top;
}
.bg_color01 {
    background: #D5A8A9;
}
.bg_color02 {
    background: #B1CAD8;
}
.tx_color01 {
    color: #D5A8A9;
}
.tx_color02 {
    color: #B1CAD8;
}
#cal_mark {
    background: #ffffff;
    width: 100%;
}
@media print, screen and (min-width:768px) {
    .note {
        display: none;
    }
    #calender02 table {
        width: 100%;
    }
}
/*------------------------------------------------------------Pankuzu*/
/*pankuzu*/
#pankuzu {
    width: 100%;
    margin: 15px 0;
    clear: both;
}
#pankuzu ol {
    list-style: none;
}
#pankuzu ol li {
    float: left;
    font-size: 11px;
    padding: 0 7px 0 10px;
    background: url(../img/common_img/icon_pankuzu.gif) no-repeat 0 50%;
}
#pankuzu ol li em {
    font-style: normal;
}
#pankuzu ol li.home {
    padding-left: 0;
    background: none;
}
#pankuzu ol li a:link, #pankuzu ol li a:visited {
    text-decoration: underline;
}
#pankuzu ol li a:hover, #pankuzu ol li a:active {
    text-decoration: underline;
}
@media print, screen and (min-width:768px) {
#pankuzu {
    margin: 20px 0;
}
}

/* ----------------------------------------------------------------footer*/
#footer_leaf {
    background: url(../img/common_img/footer_leaf.png) center top no-repeat;
    background-size: 100% auto;
    height: 45px;
    text-align: right;
    margin-top: 50px;
}
#footer_leaf .container img {
    margin-top: -150px;
    margin-right: -10px;
    width: auto;
    height: 100px;
}
@media print, screen and (min-width:992px) {
    #footer_leaf {
        background: url(../img/common_img/footer_leaf.png) center top no-repeat;
        background-size: 100% auto;
        height: 60px;
        text-align: right;
        margin-top: 50px;
    }
    #footer_leaf .container img {
        margin-top: -150px;
        margin-right: -30px;
        width: auto;
        height: auto;
    }
}
footer {
    text-align: center;
    padding: 0 0 20px;
    background: #68b34b;
    color: #fff;
}
footer nav {
    margin-bottom: 25px;
}
footer nav ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px 20px;
    transform: rotate(0.03deg);
}
footer nav ul li a {
    text-decoration: none;
    color: #fff;
}
footer nav ul li a:visited {
    color: #fff;
}
footer nav ul li a:hover {
    color: #fff;
    text-decoration: underline;
}
#footer {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
#footer h2 img {
    width: 200px;
    height: auto;
}
#footer .line_area {
    width: 100%;
    max-width: 380px;
    margin: 0 auto;
    padding: 15px;
    border-radius: 20px;
    background: #fff;
}
#footer .line_area h3 {
    margin-bottom: 10px;
    line-height: 1.35;
    font-size: 18px;
    font-weight: 700;
    color: #0186c8;
}
#footer .line_area > div {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #101010;
    gap: 15px;
}
#footer .line_area > div p {
    line-height: 1.4;
}
#footer .line_area > div .qr {
    width: 70px;
}
#footer .line_area > div .qr img {
    width: 100%;
    height: auto;
}
#footer .links h3 {
    font-size: 18px;
    font-weight: 700;
}
#footer .links h3 i {
    font-weight: 400;
}
#footer .links ul {
    display: inline-block;
    text-align: left;
}
#footer .links ul li {
    transform: rotate(0.03deg);
}
#footer .links ul li a {
    color: #fff;
    text-decoration: none;
}
#footer .links ul li a:visited {
    color: #fff;
}
#footer .links ul li a:hover {
    color: #fff;
    text-decoration: underline;
}
@media print, screen and (min-width:768px) {
    footer {
        padding: 20px 0 40px;
    }
}
@media print, screen and (min-width:992px) {
    footer {
        padding: 30px 0 40px;
    }
    footer nav {
        margin-bottom: 40px;
    }
    footer nav ul {
        gap: 10px 30px;
    }
    #footer {
        margin-bottom: 40px;
        display: flex;
        justify-content: center;
        flex-direction: row;
        align-items: center;
        gap: 30px;
    }
    #footer .line_area {
        width: 100%;
        max-width: 320px;
        margin: 0;
        padding: 15px;
        border-radius: 20px;
        background: #fff;
    }
    #footer .line_area h3 {
        margin-bottom: 10px;
        line-height: 1.35;
        font-size: 18px;
        font-weight: 700;
        color: #0186c8;
    }
    #footer .line_area > div {
        display: flex;
        justify-content: center;
        align-items: center;
        color: #101010;
        gap: 15px;
    }
    #footer .line_area > div p {
        line-height: 1.4;
    }
    #footer .line_area > div .qr {
        width: 70px;
    }
    #footer .line_area > div .qr img {
        width: 100%;
        height: auto;
    }
    #footer .links h3 {
        font-size: 18px;
        font-weight: 700;
    }
    #footer .links h3 i {
        font-weight: 400;
    }
    #footer .links ul {
        display: inline-block;
        text-align: left;
    }
    #footer .links ul li a {
        color: #fff;
        text-decoration: none;
    }
    #footer .links ul li a:visited {
        color: #fff;
    }
    #footer .links ul li a:hover {
        color: #fff;
        text-decoration: underline;
    }
}
address {
    font-size: 11px;
    font-weight: 400;
    transform: rotate(0.03deg);
}
.line {
    border-bottom: dotted 1px #fff;
}
.box33 {
    float: left;
    width: 33%;
}
.box33 a {
    color: #fff;
    text-decoration: none;
}
.box33 a:hover {
    text-decoration: underline;
}
#footer_whitebox {
    width: 100%;
    border-radius: 10px;
    background-color: #fff;
    padding: 20px 20px 10px 20px;
    display: inline-block;
    color: #444444;
    text-align: left;
}
#footer_whitebox p {
    font-size: 13px;
}
#footer_whitebox .left_box {
    width: 75%;
    float: left;
}
#footer_whitebox .right_box {
    width: 25%;
    float: right;
}
#footer_whitebox .right_box img {
    width: 100%;
    height: auto;
}
#footer_linktxt {
    margin-top: 10px;
    text-align: left;
    margin-left: 20px;
}
@media print, screen and (max-width:980px) {
    #footer_whitebox .left_box {
        width: 70%;
    }
    #footer_whitebox .right_box {
        width: 30%;
    }
}
@media print, screen and (max-width:768px) {
    .box33 {
        clear: left;
        width: 100%;
    }
    .box33 p {
        text-align: center;
    }
    #footer_linktxt {
        text-align: center;
    }
    #footer_whitebox .right_box img {
        padding-top: 0 !important;
    }
    #footer_whitebox {
        margin-bottom: 20px;
    }
}
/* ----------------------------------------------------------------rayout*/
.center {
    margin: auto;
}
/*------------------------------------------------------------table*/
.list_basic li {
    position: relative;
    line-height: 1.4;
    padding-left: 20px;
    text-align: left;
    transform: rotate(0.03deg);
}
.list_basic li:not(:last-child) {
    margin-bottom: 0.5em;
}
.list_basic li::before {
    position: absolute;
    top: 0.3em;
    left: 0;
    display: block;
    width: 12px;
    height: 12px;
    content: "";
    border-radius: 100px;
    background: #34b44f;
}

.list_kome li {
    position: relative;
    line-height: 1.4;
    padding-left: 20px;
    text-align: left;
    transform: rotate(0.03deg);
}
.list_kome li:not(:last-child) {
    margin-bottom: 0.5em;
}
.list_kome li::before {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    content: "※";
    color: #FF2424;
}

/*------------------------------------------------------------table*/
.sheet_basic {
    width: 100%;
    border-collapse: collapse;
    border-top: solid 1px #2a8b3e;
    border-left: solid 1px #2a8b3e;
}
.sheet_basic tr th, .sheet_basic tr td {
    padding: 10px;
    text-align: left;
    vertical-align: middle;
    border-right: solid 1px #2a8b3e;
    border-bottom: solid 1px #2a8b3e;
}
.sheet_basic tr th {
    color: #fff;
    background: #34b44f;
}
.js-scrollable .sheet_basic tr th, .js-scrollable .sheet_basic tr td {
    white-space: nowrap;
}
.sheet_basic th span, .sheet_basic span {
    display: inline-block;
    transform: rotate(0.03deg);
}

@media print, screen and (min-width:768px) {
    .sheet_basic tr th, .sheet_basic tr td {
        display: table-cell;
    }
}
/*------------------------------------------------------------Decoration*/
/*Line*/
hr.line_01 {
    height: 1px;
    clear: both;
    margin: 20px 0px;
    border-top: 1px dotted #808080;
    border-right: 0 dotted #CCC;
    border-bottom: 0 dotted #CCC;
    border-left: 0 dotted #CCC;
}
@media print, screen and (min-width:768px) {
hr.line_01 {
    margin: 30px 0px;
}
}
.space_10 {
    height: 10px;
    clear: both;
}
.space_20 {
    height: 20px;
    clear: both;
}
.space_30 {
    height: 30px;
    clear: both;
}
.space_10 hr, .space_20 hr, .space_30 hr {
    display: none;
}
/*------------------------------------------------------------Text*/
/*title*/
.title01 {
    margin-bottom: 20px;
    line-height: 1.35;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    color: #0186c8;
}
.title02 {
    margin-bottom: 15px;
    line-height: 1.35;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #34b44f;
}
.title03 {
    margin-bottom: 15px;
    line-height: 1.35;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
}
.title03 span.tx_s {
    font-size: 0.8em;
}
@media print, screen and (min-width:768px) {
    .title01 {
        margin-bottom: 30px;
        font-size: 28px;
    }
    .title02 {
        margin-bottom: 20px;
        font-size: 24px;
        font-weight: 700;
    }
    .title03 {
        font-size: 22px;
        font-weight: 700;
    }
}
/*TextRight*/
.tx_right {
    text-align: right;
}
/*TextLeft*/
.tx_left {
    text-align: left;
}
/*TextCenter*/
.tx_cent {
    text-align: center;
}
/*bold*/
.tx_bold {
    font-style: normal;
    font-weight: bold;
}
/*TextRed*/
.tx_red {
    color: #FF2424;
}
/*TextBlue*/
.tx_blue {
    color: #0186c8;
}
/*attention*/
.attention {
    font-size: 10px;
    line-height: 130%;
    margin: 5px 0;
}
/*small*/
.tx_small {
    font-size: 12px;
}
/*------------------------------------------------------------Float*/
/*FloatLeft*/
.float_left {
    float: left;
}
/*FloatRight*/
.float_right {
    float: right;
}
/*ClearBoth*/
.clearboth {
    clear: both;
}
/*phbox*/
.phbox_right {
    text-align: center;
    margin-bottom: 10px;
}
.phbox_right img {
    max-width: 100%;
    height: auto;
}
.phbox_left {
    text-align: center;
    margin-bottom: 10px;
    overflow: hidden;
}
.phbox_left img {
    max-width: 100%;
    height: auto;
}
.ov_hidden {
    overflow: hidden;
}
@media print, screen and (min-width:768px) {
    .phbox_right {
        float: right;
        margin-left: 10px;
        margin-bottom: 0px;
    }
    .phbox_left {
        float: left;
        margin-right: 10px;
        margin-bottom: 0px;
    }
}
/*------------------------------------------------------------Margin*/
/*MarginTop*/
.margin_t05 {
    margin-top: 5px;
}
.margin_t10 {
    margin-top: 10px;
}
.margin_t20 {
    margin-top: 20px;
}
.margin_t30 {
    margin-top: 30px;
}
.margin_t40 {
    margin-top: 40px;
}
.margin_t50 {
    margin-top: 50px;
}
/*MarginBottom*/
.margin_b05 {
    margin-bottom: 5px;
}
.margin_b10 {
    margin-bottom: 10px;
}
.margin_b20 {
    margin-bottom: 20px;
}
.margin_b30 {
    margin-bottom: 30px;
}
.margin_b40 {
    margin-bottom: 40px;
}
.margin_b50 {
    margin-bottom: 50px;
}
/**/
.margin_b_md {
    margin-bottom: 20px;
}
@media print, screen and (min-width:768px) {
    .margin_b_md {
        margin-bottom: 30px;
    }
}
/*MarginRight*/
.margin_r05 {
    margin-right: 5px;
}
.margin_r10 {
    margin-right: 10px;
}
.margin_r15 {
    margin-right: 15px;
}
.margin_r20 {
    margin-right: 20px;
}
/*MarginLeft*/
.margin_l05 {
    margin-left: 50px;
}
.margin_l10 {
    margin-left: 10px;
}
.margin_l15 {
    margin-left: 15px;
}
.margin_l20 {
    margin-left: 20px;
}
/*Margin_device*/
.margin-xs-b10 {
    margin-bottom: 10px;
}
@media print, screen and (min-width:768px) {
    .margin-xs-b10 {
        margin-bottom: 0px;
    }
}
/*------------------------------------------------------------ClearFix*/
.clearfix {
    zoom: 1;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
/*------------------------------------------------------------Hoverimg*/
a:hover img.hoverimg {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha( opacity=60 )";
}
/*------------------------------------------------------------other*/
/*Pagetop*/
#pagetop {
    position: fixed;
    bottom: 20px;
    right: 2px;
}
#pagetop img {
    width: 80px;
    height: auto;
}
@media print, screen and (min-width:768px) {
    #pagetop {
        bottom: 10px;
        right: 10px;
    }
    #pagetop img {
        width: auto;
        height: auto;
    }
}
/*------------------------------------------------------------nav for tb/sp*/
#ham-menu {
    background-color: #fd0; /*メニュー背景色*/
    box-sizing: border-box;
    height: 100%;
    padding: 10px 40px; /*メニュー内左右上下余白*/
    position: fixed;
    right: -300px; /*メニュー横幅 width と合わせる*/
    top: 0;
    transition: transform 0.3s linear 0s; /*0.3s はアニメーションにかかる時間*/
    width: 300px; /*メニュー横幅*/
    z-index: 1000;
}
#ham-menu ul li {
    text-align: left;
    font-size: 18px;
}
#ham-menu ul li a {
    display: block;
    color: #101010;
    text-decoration: none;
    line-height: 3;
}
#ham-menu ul li a:hover, #ham-menu ul li.active a {
    color: #0186c8;
}
#ham-menu ul li a span {
    display: inline-block;
    transform: rotate(0.03deg);
}
#menu-background {
    background-color: #333; /*黒背景*/
    display: block;
    height: 100%;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: all 0.3s linear 0s; /*0.3s はアニメーションにかかる時間*/
    width: 100%;
    z-index: -1;
}
#menu-icon {
    background-color: #fd0; /*アイコン部分背景色*/
    border-radius: 20px 0 0 20px; /*左下角丸*/
    color: #101010; /*アイコン（フォント）色*/
    cursor: pointer;
    display: block;
    font-size: 50px; /*アイコン（フォント）サイズ*/
    height: 60px; /*アイコン縦高さ*/
    line-height: 50px; /*縦位置中央化*/
    position: fixed;
    right: 0;
    text-align: center;
    top: 30px;
    width: 60px; /*アイコン横幅*/
    transition: all 0.3s linear 0s; /*0.3s はアニメーションにかかる時間*/
    z-index: 1000;
    padding: 0;
}
#menu-cb {
    display: none; /*チェックボックス本体は消しておく*/
}
#menu-cb:checked ~ #ham-menu, #menu-cb:checked ~ #menu-icon {
    transform: translate(-300px); /*メニュー本体横幅 width と合わせる*/
}
#menu-cb:checked ~ #menu-background {
    opacity: 0.5;
    z-index: 999;
}
/*ボタン*/
div.btn_wrapper {
    text-align: center;
}
.btn a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    min-width: 214px;
    margin: 0 auto;
    padding: 14px 24px;
    font-weight: 700;
    color: #fff;
    line-height: 1.1;
    text-align: center;
    text-decoration: none;
    background-color: #34b44f;
    border-radius: 100px;
    transition: all 0.5s;
}
.btn a span {
    position: relative;
    padding-right: 30px;
    transform: rotate(0.03deg);
}
.btn a span::after {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    content: "\ea6c";
    font-size: 1.4em;
    font-weight: 400;
    font-family: remixicon !important;
    transition: all 0.5s;
}
.btn a:hover {
    opacity: 0.7;
}
.btn a:hover span::after {
    right: -10px;
}
/*TB非表示*/
@media print, screen and (max-width:768px) {
    .notb {
        display: none;
    }
}
/*TB表示*/
.disptb {
    display: none;
}
@media print, screen and (max-width:768px) {
    .disptb {
        display: block;
    }
}
/*SP非表示*/
@media print, screen and (max-width:576px) {
    .nosp {
        display: none;
    }
}
/*SP表示*/
.dispsp {
    display: none;
}
@media print, screen and (max-width:576px) {
    .dispsp {
        display: block;
    }
}
/*480px改行*/
.br480 {
    display: none;
}
@media print, screen and (max-width:576px) {
    .br480 {
        display: block;
    }
}
/*width50ボックス*/
.box50 {
    width: 48%;
    margin: 0 1%;
    float: left;
}
/*------------------------------------------------------------*/
/*コンテンツ箱*/
.content_box {
    display: inline-block;
    border-radius: 20px;
    background-color: #fff;
    padding: 20px 15px;
    width: 100%;
}
@media print, screen and (min-width:768px) {
    .content_box {
        padding: 30px;
    }
}

.anchor_point {
    margin-top: -30px;
    padding-top: 30px;
}
@media print, screen and (min-width:768px) {
.anchor_point {
    margin-top: -40px;
    padding-top: 40px;
}
}

