@charset "UTF-8";
/* CSS Document */
/*
Theme Name: たなべ歯科医院
*/
@import url("https://fonts.googleapis.com/css?family=Kosugi|Kosugi+Maru|M+PLUS+1p|M+PLUS+Rounded+1c|Noto+Sans+JP|Noto+Sans+SC|Noto+Sans+TC|Noto+Serif+JP|Noto+Serif+SC|Noto+Serif+TC|Sawarabi+Gothic|Copse");
@import url("https://fonts.googleapis.com/css?family=Cardo|Charmonman|Dancing+Script|Kaushan+Script|Maven+Pro|Montserrat|Mountains+of+Christmas");
/*
Font Awesome
xxx:before {
display: none;
font-family: "Font Awesome 5 Regular";
content: "\f1ea";
margin-right: 10px;
}
*/
a {
  color: #000;
  text-decoration: none; }

/* レイアウトCSS */
@media screen and (min-width: 641px) {
  body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    background-image: url(images/bg/lightpaperfibers.png); }

  .pc_none {
    display: none; }

  .clearfix:after {
    content: "";
    display: block;
    clear: both; }

  * {
    box-sizing: border-box; }

  header {
    background-image: url(images/bg/lightpaperfibers.png); }
  header .inner {
    margin: 0 auto;
    width: 1030px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  header .inner .logo {
    flex-basis: 370px; }
  header .inner .logo img {
    width: 330px; }
  header .inner .tel {
    flex-basis: 550px; }
  header .inner .tel h1 {
    color: #333;
    font-size: 12px;
    margin-bottom: 5px; }
  header .inner .tel .header_time {
    width: 180px;
    margin-right: 18px; }
  header .inner .tel .header_tel {
    width: 300px;
    padding-bottom: 13px; }
  header .inner .mail {
    flex-basis: 160px;
    background-color: #DE8158;
    display: flex;
    flex-direction: column;
    height: 120px;
    width: 160px;
    justify-content: center;
    cursor: pointer;
    transition: 0.2s; }
  header .inner .mail:hover {
    opacity: 0.8; }
  header .inner .mail h6 {
    color: #fff;
    text-align: center;
    font-size: 12px;
    margin-bottom: 8px;
    letter-spacing: 2px; }
  header .inner .mail p {
    color: #fff;
    text-align: center;
    font-size: 16px;
    margin-bottom: 5px;
    letter-spacing: 6px;
    line-height: 1.3em; }
  header .inner .mail img {
    width: 35px;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px; }

  .prev-btn {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -25px; }

  .next-btn {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -25px; }

  .bx-prev, .bx-next {
    width: 100%;
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 100;
    /*background-color: #f90;*/ }

  .mv {
    height: 600px;
    position: relative; }

  .bx-wrapper {
    border: none !important;
    width: 100% !important;
    height: 600px !important;
    box-shadow: none !important; }
  .bx-wrapper img {
    height: 600px;
    width: 100%;
    object-fit: cover;
    object-position: center top; }

  .mv_cach {
    position: absolute;
    left: 38%;
    top: 345px;
    transform: translate(-50%, -50%); }
  .mv_cach img {
    width: 740px; }

  .mv_cach_text {
    position: absolute;
    left: 38%;
    top: 500px;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: space-around;
    width: 730px; }
  .mv_cach_text .inner {
    font-size: 18px;
    line-height: 1.2em;
    width: 140px;
    height: 140px;
    border-radius: 140px;
    background-color: rgba(255, 104, 104, 0.8);
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: 'M PLUS 1p', sans-serif;
    font-family: 'Kosugi Maru', sans-serif; }

  .mv_bg_left {
    position: absolute;
    top: 0;
    left: 0; }

  .mv_bg_right {
    position: absolute;
    top: 0;
    right: 0; }

  .wrapper_nav {
    border-bottom: 1px solid #775428;
    background-image: url(images/bg/lightpaperfibers.png);
    postion: -webkit-sticky;
    position: sticky;
    top: 0;
    margin-bottom: 60px;
    z-index: 9999; }

  nav {
    margin: 0 auto;
    width: 1030px; }
  nav ul {
    width: 100%; }
  nav ul li {
    float: left;
    text-align: center;
    display: inline-block;
    width: 16.66667%;
    cursor: pointer; }
  nav ul li a {
    display: block;
    width: 100%;
    padding: 20px 0;
    text-align: center;
    font-family: "M PLUS 1p", sans-serif;
    color: #775428;
    line-height: 2em;
    transition: 0.2s;
    cursor: pointer; }
  nav ul li a span {
    display: block;
    font-family: 'Charmonman', cursive;
    font-size: 14px;
    line-height: 1em; }
  nav ul li a:hover {
    background-color: #775428;
    color: #fff; }

  .MenuToggle, .MenuToggle2 {
    cursor: pointer; }

  .mega_menu {
    position: absolute;
    z-index: 1; }
  .mega_menu ul {
    position: relative;
    top: 1px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    right: 165px; }
  .mega_menu ul li {
    flex-basis: 24.6% !important;
    height: auto !important;
    border-left: 1px solid #775428;
    border-bottom: 1px solid #775428;
    background-color: #ffffff;
    transition: 0.4s; }
  .mega_menu ul li:nth-child(4n), .mega_menu ul li:last-child {
    border-right: 1px solid #775428; }
  .mega_menu ul li:hover {
    background-color: #352808;
    color: #ffffff; }
  .mega_menu ul li:after {
    height: 0px !important; }
  .mega_menu ul li a {
    display: block !important;
    text-decoration: none !important;
    transition: 0.4s; }
  .mega_menu ul li a img {
    width: 25px;
    margin-right: 10px; }
  .mega_menu ul li a:hover {
    color: #ffffff !important; }

  .mega_menu2 {
    position: absolute;
    z-index: 1; }
  .mega_menu2 ul {
    position: relative;
    top: 1px;
    right: 29px; }
  .mega_menu2 ul li {
    height: auto !important;
    border-left: 1px solid #775428;
    border-bottom: 1px solid #775428;
    border-right: 1px solid #775428;
    background-color: #ffffff;
    transition: 0.4s;
    float: none !important;
    width: 80% !important; }
  .mega_menu2 ul li:hover {
    background-color: #352808;
    color: #ffffff; }
  .mega_menu2 ul li:after {
    height: 0px !important; }
  .mega_menu2 ul li a {
    display: inline-block !important;
    text-decoration: none !important;
    transition: 0.4s; }
  .mega_menu2 ul li a:hover {
    color: #ffffff !important; }

  .wrapper_two_column .content_top {
    margin: 0 auto;
    width: 1030px;
    display: flex;
    justify-content: space-between; }
  .wrapper_two_column .content_top .left, .wrapper_two_column .content_top .right {
    flex-basis: 48%; }
  .wrapper_two_column .content_top .left .inner, .wrapper_two_column .content_top .right .inner {
    margin-bottom: 60px; }
  .wrapper_two_column .content_top .left .inner h4, .wrapper_two_column .content_top .right .inner h4 {
    font-size: 20px;
    margin-bottom: 10px;
    font-family: "M PLUS 1p", sans-serif;
    color: #DE8158;
    font-family: 'Kosugi Maru', sans-serif; }
  .wrapper_two_column .content_top .left .inner h4 span, .wrapper_two_column .content_top .right .inner h4 span {
    font-family: 'Charmonman', cursive;
    margin-left: 15px;
    color: #775428;
    font-size: 16px; }
  .wrapper_two_column .content_top .left .inner h4 svg, .wrapper_two_column .content_top .right .inner h4 svg {
    margin-right: 8px; }
  .wrapper_two_column .content_top .left .inner .tel img, .wrapper_two_column .content_top .right .inner .tel img {
    width: 470px; }
  .wrapper_two_column .content_top .left .inner h5, .wrapper_two_column .content_top .right .inner h5 {
    font-size: 30px;
    font-family: "M PLUS 1p", sans-serif;
    font-weight: bold;
    color: #775428;
    margin-bottom: 10px; }
  .wrapper_two_column .content_top .left .inner h5 svg, .wrapper_two_column .content_top .right .inner h5 svg {
    margin-right: 5px; }
  .wrapper_two_column .content_top .left .inner .contact_btn, .wrapper_two_column .content_top .right .inner .contact_btn {
    text-align: center;
    padding: 13px 40px;
    display: flex;
    color: #fff;
    border-radius: 5px;
    background-color: #DE8158;
    justify-content: center;
    font-size: 14px;
    transition: 0.2s; }
  .wrapper_two_column .content_top .left .inner .contact_btn img, .wrapper_two_column .content_top .right .inner .contact_btn img {
    width: 40px;
    height: 40px;
    margin-right: 20px; }
  .wrapper_two_column .content_top .left .inner .contact_btn p, .wrapper_two_column .content_top .right .inner .contact_btn p {
    margin-bottom: 6px; }
  .wrapper_two_column .content_top .left .inner .contact_btn span, .wrapper_two_column .content_top .right .inner .contact_btn span {
    display: block;
    font-size: 18px;
    letter-spacing: 6px; }
  .wrapper_two_column .content_top .left .inner .contact_btn:hover, .wrapper_two_column .content_top .right .inner .contact_btn:hover {
    opacity: 0.9; }
  .wrapper_two_column .content_top .right {
    flex-basis: 48%; }
  .wrapper_two_column .content_top .right .inner {
    margin-bottom: 30px; }
  .wrapper_two_column .content_top .right .inner iframe {
    margin-bottom: 10px; }
  .wrapper_two_column .content_top .right .inner p {
    margin-bottom: 5px;
    font-size: 13px; }

  .midashi_goyoyaku {
    width: 58%; }

  .midashi_time {
    width: 35%; }

  .midashi_access {
    width: 35%; }

  .midashi_info {
    width: 272px; }

  .time_table {
    width: 100%; }
  .time_table tr td, .time_table tr th {
    padding: 10px;
    text-align: center;
    font-size: 13px; }
  .time_table tr td {
    padding: 15px;
    border-bottom: 1px solid #ccc; }
  .time_table tr th {
    background-color: #EBA20B;
    color: #fff;
    font-weight: bold; }

  .wrapper_news {
    background-color: #fff;
    padding: 60px 0; }
  .wrapper_news .content {
    margin: 0 auto;
    width: 1030px; }
  .wrapper_news .content h3 {
    font-size: 20px;
    margin-bottom: 10px;
    font-family: "M PLUS 1p", sans-serif;
    font-family: 'Dancing Script', cursive;
    color: #DE8158;
    position: relative; }
  .wrapper_news .content h3 span {
    font-family: 'Dancing Script', cursive;
    margin-left: 20px;
    color: #775428;
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 10px; }
  .wrapper_news .content h3 span a {
    color: #775428;
    transition: 0.2s; }
  .wrapper_news .content h3 span a:hover {
    color: #000; }
  .wrapper_news .content h3 span svg {
    margin-right: 5px; }
  .wrapper_news .content ul {
    height: 250px;
    overflow-y: scroll; }
  .wrapper_news .content ul li {
    border-bottom: 1px solid #ccc;
    line-height: 5em; }
  .wrapper_news .content ul li a {
    margin-left: 30px; }

  .wrapper_dr {
    background-color: #fff;
    background-image: url(images/dr_bg.jpg);
    background-repeat: no-repeat;
    background-size: auto 100%;
    min-height: 540px;
    padding: 30px 0 70px 0; }
  .wrapper_dr h3 {
    font-family: 'Noto Serif JP', serif;
    text-align: center;
    font-size: 24px;
    margin-bottom: 15px;
    line-height: 2em; }
  .wrapper_dr h3 span {
    font-size: 16px;
    display: block;
    font-family: 'Charmonman', cursive;
    line-height: 1em; }
  .wrapper_dr h3 img {
    width: 210px; }
  .wrapper_dr .content {
    position: relative;
    margin: 0 auto;
    width: 1030px; }
  .wrapper_dr .content .greeting_box {
    width: 60%;
    position: absolute;
    top: 0;
    right: 0; }
  .wrapper_dr .content .greeting_box h4 {
    font-size: 20px;
    margin-bottom: 20px;
    font-family: 'Noto Serif JP', serif; }
  .wrapper_dr .content .greeting_box p {
    margin-bottom: 15px;
    line-height: 1.5em;
    font-size: 14px;
    font-family: 'Noto Serif JP', serif; }

  .defo_btn {
    background-image: linear-gradient(-90deg, #DE915E, #DE6F54);
    color: #fff;
    padding: 15px 30px;
    font-size: 14px;
    display: inline-block;
    position: absolute;
    right: 0;
    transition: 0.4s;
    border-radius: 50px;
    border-bottom: 3px solid #af5e3a; }
  .defo_btn:hover {
    background-image: linear-gradient(-90deg, #DE5E78, #DEC354);
    background-size: 200% 200%;
    animation: AnimatedLinearGradient 2s ease infinite; }
  .defo_btn:hover svg {
    transform: translateX(-5px); }
  .defo_btn svg {
    margin-right: 5px;
    transition: .2s; }

  .right_min {
    margin-right: 60px; }

  @keyframes AnimatedLinearGradient {
    0% {
      background-position: 0% 50%; }
    50% {
      background-position: 100% 50%; }
    100% {
      background-position: 0% 50%; } }
  .center_btn {
    background-image: linear-gradient(-90deg, #DE915E, #DE6F54);
    color: #fff;
    padding: 15px 30px;
    font-size: 14px;
    display: block;
    margin: 0 auto;
    transition: 0.4s;
    width: 50%;
    font-size: 16px;
    text-align: center;
    border-radius: 50px;
    border-bottom: 3px solid #af5e3a; }
  .center_btn:hover {
    background-color: #9d6f35;
    background-image: linear-gradient(-90deg, #DE5E78, #DEC354);
    background-size: 200% 200%;
    animation: AnimatedLinearGradient 2s ease infinite; }
  .center_btn:hover svg {
    transform: translateX(-5px); }
  .center_btn svg {
    margin-right: 5px;
    transition: .2s; }

  .wrapper_reason {
    padding: 60px 0; }
  .wrapper_reason .content {
    margin: 0 auto;
    width: 1180px; }

  .reason_title {
    text-align: center;
    margin-bottom: 60px; }
  .reason_title img {
    width: 400px; }

  .reason_area {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
  .reason_area .inner {
    flex-basis: 32%;
    margin-bottom: 80px; }
  .reason_area .inner h4 {
    font-family: "M PLUS 1p", sans-serif;
    font-size: 22px;
    text-align: center;
    line-height: 1.5em;
    margin-bottom: 25px;
    position: relative;
    display: inline-block;
    padding: 0 45px; }
  .reason_area .inner h4:before, .reason_area .inner h4:after {
    content: '';
    position: absolute;
    top: 60%;
    display: inline-block;
    width: 55px;
    height: 2px;
    background-color: #999; }
  .reason_area .inner h4:before {
    left: 0;
    -moz-transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg); }
  .reason_area .inner h4:after {
    right: 0;
    -moz-transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    transform: rotate(-60deg); }
  .reason_area .inner img {
    margin: 10px auto;
    display: block; }
  .reason_area .inner p {
    text-align: center;
    line-height: 1.5em; }

  .rotate_01 {
    transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg); }

  .pink {
    color: #F26964;
    transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    -webkit-transform: rotate(-6deg); }

  .green {
    color: #58BE89; }

  .rotate_02 {
    transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -webkit-transform: rotate(3deg); }

  .orenge {
    color: #FBA848;
    transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -webkit-transform: rotate(3deg); }

  .rotate_03 {
    transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -webkit-transform: rotate(2deg); }

  .chairo {
    color: #A18E5C;
    transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -webkit-transform: rotate(2deg); }

  .mizuiro {
    color: #02AEDC; }

  .rotate_04 {
    transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -webkit-transform: rotate(-2deg); }

  .kuro {
    color: #292929;
    transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -webkit-transform: rotate(-2deg); }

  .circle-1 {
    border-radius: 50% 50% 50% 70%/50% 50% 70% 60%;
    width: 100%; }

  .circle-2 {
    width: 80%;
    border-radius: 50% 80% 70% 46%/60% 61% 70% 70%; }

  .circle-3 {
    width: 90%;
    border-radius: 70% 70% 70% 66%/100% 85% 70% 60%; }

  .wrapper_kyofu {
    height: 500px;
    background-image: url(images/kyofu_bg.jpg);
    background-position: top center;
    background-repeat: no-repeat; }
  .wrapper_kyofu .content {
    margin: 0 auto;
    width: 1030px;
    height: 500px;
    position: relative; }
  .wrapper_kyofu .content .text_box {
    position: absolute;
    width: 550px;
    right: 0;
    background-color: rgba(255, 255, 255, 0.6);
    height: 500px;
    padding: 90px 60px; }
  .wrapper_kyofu .content .text_box h3 {
    font-size: 22px;
    margin-bottom: 30px;
    font-family: 'Noto Serif JP', serif; }
  .wrapper_kyofu .content .text_box h3 img {
    width: 100%; }
  .wrapper_kyofu .content .text_box p {
    margin-bottom: 15px;
    line-height: 1.5em;
    font-size: 14px; }

  .wrapper_menuarea {
    padding: 60px 0; }
  .wrapper_menuarea .content {
    margin: 0 auto;
    width: 1030px; }
  .wrapper_menuarea .content h3 {
    font-family: 'Noto Serif JP', serif;
    text-align: center;
    font-size: 24px;
    margin-bottom: 30px;
    line-height: 2em; }
  .wrapper_menuarea .content h3 span {
    font-size: 16px;
    display: block;
    font-family: 'Charmonman', cursive;
    line-height: 1em; }
  .wrapper_menuarea .content h3 img {
    width: 150px; }
  .wrapper_menuarea .content .flex_menuarea {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .wrapper_menuarea .content .flex_menuarea .inner {
    flex-basis: 24%;
    margin-bottom: 30px;
    background-color: #fff;
    padding: 20px;
    transition: 0.2s;
    border-bottom: 3px solid #DE8158; }
  .wrapper_menuarea .content .flex_menuarea .inner:nth-child(2) {
    border-bottom: 3px solid #58BE89; }
  .wrapper_menuarea .content .flex_menuarea .inner:nth-child(3) {
    border-bottom: 3px solid #FBA848; }
  .wrapper_menuarea .content .flex_menuarea .inner:nth-child(4) {
    border-bottom: 3px solid #A18E5C; }
  .wrapper_menuarea .content .flex_menuarea .inner:nth-child(5) {
    border-bottom: 3px solid #02AEDC; }
  .wrapper_menuarea .content .flex_menuarea .inner:nth-child(6) {
    border-bottom: 3px solid #EB2142; }
  .wrapper_menuarea .content .flex_menuarea .inner:nth-child(7) {
    border-bottom: 3px solid #E3DECC; }
  .wrapper_menuarea .content .flex_menuarea .inner:nth-child(8) {
    border-bottom: 3px solid #CCDFCC; }
  .wrapper_menuarea .content .flex_menuarea .inner:hover {
    background-color: #F5F1E9; }
  .wrapper_menuarea .content .flex_menuarea .inner p {
    text-align: center;
    font-size: 14px;
    margin-bottom: 12px; }
  .wrapper_menuarea .content .flex_menuarea .inner h4 {
    text-align: center;
    font-size: 18px;
    font-family: 'Noto Serif JP', serif; }
  .wrapper_menuarea .content .flex_menuarea .inner img {
    width: 40px;
    display: block;
    margin: 0 auto;
    margin-bottom: 15px; }

  .wrapper_topgreeting {
    background-image: url(images/greeting_bg.jpg);
    background-position: center center;
    background-size: 100% auto;
    padding: 60px 0; }
  .wrapper_topgreeting .content {
    margin: 0 auto;
    width: 1030px;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 30px 60px; }
  .wrapper_topgreeting .content h3 {
    font-family: 'Noto Serif JP', serif;
    text-align: center;
    font-size: 24px;
    margin-bottom: 30px;
    line-height: 2em;
    color: #fff; }
  .wrapper_topgreeting .content h3 span {
    font-size: 16px;
    display: block;
    font-family: 'Charmonman', cursive;
    line-height: 1em; }
  .wrapper_topgreeting .content h3 img {
    width: 130px; }
  .wrapper_topgreeting .content p {
    margin-bottom: 15px;
    line-height: 1.5em;
    font-size: 14px;
    color: #fff; }

  footer {
    background-color: #fff;
    padding: 60px 0; }
  footer .content {
    margin: 0 auto;
    width: 1030px;
    display: flex;
    justify-content: space-between; }
  footer .content .left {
    flex-basis: 40%; }
  footer .content .left .add_box {
    margin-bottom: 20px; }
  footer .content .left p {
    margin-bottom: 8px;
    font-size: 13px; }
  footer .content .left img {
    margin-bottom: 20px;
    width: 385px; }
  footer .content .left .eki {
    font-size: 14px; }
  footer .content .left .eki span {
    color: #DE8158;
    font-weight: bold; }
  footer .content .right {
    flex-basis: 57%; }
  footer .content .right .tel_mail {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px; }
  footer .content .right .tel_mail h5 {
    font-size: 32px;
    font-family: 'Copse', serif;
    color: #333;
    flex-basis: 350px; }
  footer .content .right .tel_mail h5 img {
    width: 100%; }
  footer .content .right .tel_mail .mail {
    flex-basis: 200px;
    background-color: #DE8158;
    display: flex;
    flex-direction: column;
    height: 120px;
    width: 160px;
    justify-content: center;
    cursor: pointer;
    transition: 0.2s; }
  footer .content .right .tel_mail .mail:hover {
    opacity: 0.8; }
  footer .content .right .tel_mail .mail h6 {
    color: #fff;
    text-align: center;
    font-size: 12px;
    margin-bottom: 8px;
    letter-spacing: 2px; }
  footer .content .right .tel_mail .mail p {
    color: #fff;
    text-align: center;
    font-size: 16px;
    margin-bottom: 5px;
    letter-spacing: 6px;
    line-height: 1.3em; }
  footer .content .right .tel_mail .mail img {
    width: 35px;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px; }
  footer .content .right p {
    font-size: 13px;
    color: #DE8158;
    font-weight: bold;
    margin-top: 5px; }

  .footer_btn {
    background-image: linear-gradient(-90deg, #DE915E, #DE6F54);
    color: #fff;
    padding: 15px 30px;
    font-size: 14px;
    display: inline-block;
    transition: 0.4s;
    border-radius: 50px;
    border-bottom: 3px solid #af5e3a;
    width: 46%;
    text-align: center; }
  .footer_btn:hover {
    background-image: linear-gradient(-90deg, #DE5E78, #DEC354);
    background-size: 200% 200%;
    animation: AnimatedLinearGradient 2s ease infinite; }
  .footer_btn:hover svg {
    transform: translateX(-5px); }
  .footer_btn svg {
    margin-right: 5px;
    transition: .2s; }

  .wrapper_map {
    padding: 60px 0 0 0; }
  .wrapper_map .content {
    margin: 0 auto;
    width: 1030px; }

  .footer_menu {
    padding: 60px 0; }
  .footer_menu .content {
    margin: 0 auto;
    width: 1030px;
    display: flex;
    justify-content: space-between; }
  .footer_menu .content h4 {
    font-size: 14px;
    color: #DE8158;
    border-bottom: 1px solid #ccc;
    padding-bottom: 8px;
    font-weight: bold;
    margin-bottom: 30px; }
  .footer_menu .content .left {
    flex-basis: 40%; }
  .footer_menu .content .left ul {
    display: flex;
    flex-wrap: wrap;
    padding-left: 60px; }
  .footer_menu .content .left ul li {
    width: 160px;
    margin-bottom: 20px; }
  .footer_menu .content .left ul li a {
    font-size: 14px;
    color: #333; }
  .footer_menu .content .left ul li a:hover {
    text-decoration: underline; }
  .footer_menu .content .right {
    flex-basis: 55%; }
  .footer_menu .content .right ul {
    display: flex;
    flex-wrap: wrap;
    padding-left: 60px; }
  .footer_menu .content .right ul li {
    width: 160px;
    margin-bottom: 20px; }
  .footer_menu .content .right ul li a {
    font-size: 14px;
    color: #333; }
  .footer_menu .content .right ul li a:hover {
    text-decoration: underline; }

  #map {
    width: 100%;
    height: 400px;
    background-color: #efefef; }

  .copy {
    font-size: 12px;
    font-family: 'Copse', serif;
    padding: 25px 0 60px 0;
    text-align: center;
    color: #727272; }

  .mv_sub {
    height: 300px;
    position: relative; }
  .mv_sub img {
    position: absolute;
    right: 0;
    top: 0; }
  .mv_sub:before {
    position: absolute;
    height: 300px;
    width: 100%;
    top: 0;
    left: 0;
    content: "";
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 3; }
  .mv_sub .inner {
    margin: 0 auto;
    width: 1030px; }
  .mv_sub .inner h2 {
    font-size: 28px;
    font-family: "M PLUS 1p", sans-serif;
    text-shadow: 0px 0px 10px #969696, 0px 0px 10px #969696;
    color: #fff;
    z-index: 4;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 2em;
    text-align: center; }
  .mv_sub .inner h2 span {
    font-size: 20px;
    display: block;
    line-height: 1em;
    font-family: 'Dancing Script', cursive; }

  .wrapper_pankuzu {
    padding: 15px 0;
    border-bottom: 1px solid #775428;
    margin-bottom: 60px; }
  .wrapper_pankuzu .pankuzu {
    margin: 0 auto;
    width: 1030px; }
  .wrapper_pankuzu .pankuzu ul {
    display: flex; }
  .wrapper_pankuzu .pankuzu ul li {
    font-size: 14px; }
  .wrapper_pankuzu .pankuzu ul li:after {
    content: ">";
    margin: 0 15px; }
  .wrapper_pankuzu .pankuzu ul li:last-child:after {
    content: "";
    margin: 0 15px; }
  .wrapper_pankuzu .pankuzu ul li a {
    color: #775428; }

  .wrapper_nav_sub {
    margin-bottom: 0px; }

  .wrapper_sub_content .wrapper_sub_inner {
    margin: 0 auto;
    width: 1030px;
    display: flex;
    justify-content: space-between; }
  .wrapper_sub_content .wrapper_sub_inner .content {
    flex-basis: 72%; }
  .wrapper_sub_content .wrapper_sub_inner .content h2 {
    text-align: center;
    font-size: 26px;
    font-family: "M PLUS 1p", sans-serif;
    margin-bottom: 30px;
    line-height: 1.5em;
    color: #775428; }
  .wrapper_sub_content .wrapper_sub_inner .content p {
    line-height: 1.5em;
    margin-bottom: 20px;
    font-size: 14px; }
  .wrapper_sub_content .wrapper_sub_inner .content h3 {
    background-color: #D46C46;
    color: #fff;
    padding: 15px;
    margin-bottom: 20px;
    font-size: 18px; }
  .wrapper_sub_content .wrapper_sub_inner .content h4 {
    padding: 10px;
    border: none;
    border-bottom: 2px solid #D46C46;
    margin-bottom: 20px;
    color: #D46C46;
    font-weight: bold; }
  .wrapper_sub_content .wrapper_sub_inner .content h5 {
    padding: 5px 15px;
    border: none;
    border-left: 3px solid #D46C46;
    margin-bottom: 15px;
    color: #D46C46;
    font-weight: bold;
    font-size: 14px; }
  .wrapper_sub_content .wrapper_sub_inner .side {
    flex-basis: 23%; }
  .wrapper_sub_content .wrapper_sub_inner .side h4 {
    padding: 10px;
    border-bottom: 1px solid #775428;
    border-top: 1px solid #775428;
    font-size: 16px;
    text-align: center;
    line-height: 1.5em; }
  .wrapper_sub_content .wrapper_sub_inner .side h4 span {
    font-size: 14px;
    display: block;
    line-height: 1em;
    font-family: 'Charmonman', cursive; }
  .wrapper_sub_content .wrapper_sub_inner .side ul {
    margin-bottom: 60px; }
  .wrapper_sub_content .wrapper_sub_inner .side ul li {
    border-bottom: 1px solid #775428; }
  .wrapper_sub_content .wrapper_sub_inner .side ul li a {
    padding: 15px;
    display: block;
    transition: 0.2s; }
  .wrapper_sub_content .wrapper_sub_inner .side ul li a:hover {
    color: #775428; }
  .wrapper_sub_content .wrapper_sub_inner .side ul li a:hover svg {
    transform: translateX(-5px); }
  .wrapper_sub_content .wrapper_sub_inner .side ul li a svg {
    vertical-align: middle;
    transition: 0.2s; }

  .section {
    margin-bottom: 60px; }

  .section_min {
    margin-bottom: 40px; }

  .section_big {
    margin-bottom: 80px; }

  .flex_image {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px; }
  .flex_image .text {
    flex-basis: 58%; }
  .flex_image .image {
    flex-basis: 40%; }
  .flex_image .image img {
    width: 100%;
    box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.2); }

  .clinic_table {
    width: 100%; }
  .clinic_table th, .clinic_table td {
    padding: 20px;
    line-height: 1.5em; }
  .clinic_table th svg, .clinic_table td svg {
    margin-right: 5px; }
  .clinic_table th {
    width: 20%; }
  .clinic_table tr:nth-child(even) {
    background-color: #f5f5f5; }

  .time_table + p {
    font-size: 13px;
    color: #DE8158;
    font-weight: bold;
    margin-top: 5px; }

  .image_100 {
    width: 100%;
    margin-bottom: 20px;
    box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.2); }

  #map_point {
    margin-top: -100px;
    padding-top: 100px; }

  .accent_text {
    font-size: 20px !important;
    margin-bottom: 24px;
    font-family: 'Noto Serif JP', serif;
    color: #775428; }

  .accent_text_2 {
    font-size: 20px !important;
    margin-bottom: 24px;
    font-family: "M PLUS 1p", sans-serif;
    color: #775428;
    text-align: center; }

  .dr_area {
    position: relative;
    width: 100%;
    height: auto; }
  .dr_area .image {
    margin-bottom: 20px; }
  .dr_area .image img {
    display: block;
    width: 100%; }
  .dr_area .text {
    position: absolute;
    top: 140px;
    left: 80px;
    z-index: 2;
    background: #C85737;
    background-color: rgba(200, 87, 55, 0.2);
    padding: 20px;
    border-radius: 5px;
    color: #444; }
  .dr_area .text h6 {
    font-size: 20px;
    font-family: "M PLUS 1p", sans-serif;
    margin-bottom: 15px; }
  .dr_area .text h6 span {
    font-size: 16px;
    margin-right: 10px; }
  .dr_area .text p {
    font-size: 16px;
    margin-bottom: 0px !important; }

  .image_on_text {
    position: relative; }
  .image_on_text p {
    position: absolute;
    bottom: 22px;
    left: 0;
    margin: 0 !important;
    padding: 15px;
    font-family: "M PLUS 1p", sans-serif;
    background-color: rgba(255, 255, 255, 0.8);
    text-align: center;
    width: 100%;
    font-size: 20px !important;
    color: #D46C48; }

  .staff_list {
    display: flex; }
  .staff_list li {
    margin-right: 20px; }

  .facility_image {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
  .facility_image .inner {
    flex-basis: 48%;
    margin-bottom: 20px; }
  .facility_image .inner img {
    width: 100%;
    margin-bottom: 10px; }
  .facility_image .inner h6 {
    margin-bottom: 10px;
    font-weight: bold; }

  .list_box {
    background-color: #efefef;
    background-color: rgba(200, 87, 55, 0.2);
    padding: 30px;
    margin-bottom: 20px; }
  .list_box ul li {
    line-height: 2em;
    list-style: circle;
    margin-left: 20px; }

  .merit_area {
    display: flex;
    justify-content: space-between;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1); }
  .merit_area .merit {
    flex-basis: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  .merit_area .merit h5 {
    background-color: rgba(200, 87, 55, 0.2);
    background-color: #F2D7D1;
    padding: 15px !important;
    margin-bottom: 0px !important;
    border: none !important;
    color: #000 !important;
    text-align: center; }
  .merit_area .merit ul {
    background-color: #fff;
    padding: 20px;
    flex-grow: 2;
    border-right: 1px solid #efefef; }
  .merit_area .merit ul li {
    font-size: 14px;
    line-height: 1.2em;
    margin-bottom: 10px;
    list-style: circle;
    margin-left: 10px; }
  .merit_area .demerit {
    flex-basis: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  .merit_area .demerit h5 {
    background-color: rgba(0, 0, 0, 0.2);
    background-color: #efefef;
    padding: 15px !important;
    margin-bottom: 0px !important;
    border: none !important;
    color: #000 !important;
    text-align: center; }
  .merit_area .demerit ul {
    background-color: #fff;
    padding: 20px;
    flex-grow: 2; }
  .merit_area .demerit ul li {
    font-size: 14px;
    line-height: 1.2em;
    margin-bottom: 10px;
    list-style: circle;
    margin-left: 10px; }

  .step_flow {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px; }
  .step_flow .text {
    flex-basis: 58%; }
  .step_flow .image {
    position: relative;
    flex-basis: 40%; }
  .step_flow .image img {
    width: 100%; }
  .step_flow .image p {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 10px 20px; }

  .denture_table {
    width: 100%; }
  .denture_table tr th, .denture_table tr td {
    padding: 20px;
    font-size: 14px;
    border: 1px solid #ccc;
    line-height: 1.5em; }
  .denture_table tr th {
    background-color: #E3DECC;
    font-weight: bold;
    width: 39%; }
  .denture_table tr th:first-child {
    width: 22%; }
  .denture_table tr td {
    background-color: #ffffff; }
  .denture_table tr ul li {
    font-size: 14px;
    line-height: 1.2em;
    margin-bottom: 10px;
    list-style: circle;
    margin-left: 10px; }

  .accent_text_list {
    padding: 20px;
    background-color: rgba(200, 87, 55, 0.2); }
  .accent_text_list ul li {
    font-size: 16px;
    line-height: 1.5em;
    margin-bottom: 10px;
    list-style: circle;
    margin-left: 20px;
    font-weight: bold; }

  .blog_list_area .inner {
    padding: 20px;
    border: 1px solid #ccc;
    display: flex;
    margin-bottom: 30px; }
  .blog_list_area .inner .left {
    flex-basis: 42%;
    margin-right: 2%;
    position: relative; }
  .blog_list_area .inner .left img {
    width: 100%; }
  .blog_list_area .inner .left p {
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px;
    display: inline-block;
    background-color: #D46C46;
    color: #fff;
    margin: initial;
    font-size: 12px; }
  .blog_list_area .inner .right {
    position: relative;
    flex-basis: 56%; }
  .blog_list_area .inner .right h4 {
    color: initial;
    font-size: initial;
    text-shadow: initial;
    padding: initial;
    border: initial;
    margin: initial;
    margin-bottom: 10px;
    color: #D46C46; }
  .blog_list_area .inner .right .day {
    margin: initial;
    color: #333;
    margin-bottom: 5px;
    font-size: 12px; }
  .blog_list_area .inner .right p {
    font-size: 14px; }
  .blog_list_area .inner .right a {
    padding: 8px 15px;
    color: #D46C46;
    font-size: 14px;
    background-color: #fff;
    display: inline-block;
    text-align: right;
    border: 1px solid #D46C46;
    position: absolute;
    bottom: 0;
    right: 0;
    transition: 0.2s; }
  .blog_list_area .inner .right a:hover {
    color: #fff;
    background-color: #D46C46; }

  .blog_area img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    margin-bottom: 30px; }

  .price_area {
    margin-bottom: 40px; }
  .price_area .inner {
    display: flex;
    justify-content: space-between;
    background-color: rgba(200, 87, 55, 0.1);
    padding: 20px; }
  .price_area .inner .image {
    flex-basis: 40%; }
  .price_area .inner .image img {
    width: 100%; }
  .price_area .inner .text {
    flex-basis: 58%; }
  .price_area .inner .text .price {
    margin-bottom: 20px; }
  .price_area .inner .text .price p {
    margin-bottom: 3px;
    font-weight: bold; }
  .price_area .inner .text .price h6 {
    font-weight: bold;
    font-size: 18px;
    color: #D46C46; }
  .price_area .inner .text .price h6 span {
    font-size: 12px; } }
