@charset "UTF-8";
@import "base.css";
@import "fonts.css";
@import url('https://fonts.googleapis.com/css?family=Asap:400,600,700|Kosugi+Maru|Roboto:400,700&subset=japanese');
/*==========================================================================*/
/*//////////////////////////////////////////////////////////////////////////*/
/*//////                                                              //////*/
/*//////  Copyright (C) 2009 株式会社フリーセル All Rights Reserved.  //////*/
/*//////                                                              //////*/
/*//////////////////////////////////////////////////////////////////////////*/
/*                                                                          */
/*    base.css  --> スタイルの初期設定を行うため、変更しないで下さい。      */
/*    fonts.css --> フォントの初期設定を行うため、変更しないで下さい。      */
/*                                                                          */
/*==========================================================================*/

/*==========================================================================*/
/*                           Common-Setting                                 */
/*==========================================================================*/

/* 基本タグのフォントサイズを指定（12px -> 120% or 1.2em ） */
h1,
h2,
h3,
h4,
h5,
h6,
input,
button,
textarea,
select,
p,
blockquote,
th,
td,
pre,
address,
li,
dt,
dd {
    font-size: 160%;
    -webkit-text-size-adjust: none;
}

img {
    vertical-align: bottom;
}

h1 {}

/* Header内で設定 */
h2 {}

#index h3 {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", serif;
    font-size: 28px;
    line-height: 1.4;
    letter-spacing: 0.2em;
    text-align: center;
    font-weight: bold;
}

#index h3 span {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.15em;
    color: #d5af2a;
    margin-top: 13px;
}

h4 {}

a {
    color: #195CB1;
}

a:hover,
a:active {
    color: #195CB1;
}

a:visited {}

ul {}

li {}

dl {}

dt {}

dd {}

table {
    width: 100%
}

th,
td {}

th {}

td {}

p {
    margin: 0 0 1.5em;
}

p,
dd,
td,
th,
li {
    line-height: 1.6em;
}

.section {
    padding: 0 0 30px 0;
}

.section .section {
    padding: 0 0 10px;
}

.image_l {
    float: left;
    margin: 0 16px 8px 0;
}

.image_r {
    float: right;
    margin: 0 0 8px 16px;
}

#toTop {
    border: none;
    bottom: 98px;
    cursor: pointer;
    display: none;
    overflow: hidden;
    position: fixed;
    right: 50px;
    text-decoration: none;
    margin: 0;
    z-index: 9999;
}

#toTop a {
    transition: all 0.3s;
}

#toTop a:hover {
    opacity: .8;
}

* {
    box-sizing: border-box;
    outline: none;
}

/* add
------------------------------------------------------------------------*/

/*==========================================================================*/
/*                            Container                                     */
/*==========================================================================*/

html {
    background: none;
}

body {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
    color: #333333;
}

#wrapper {
    min-width: 1160px;
    overflow: hidden;
}

.inner {
    width: 1120px;
    margin: 0 auto;
}

.under #content {
    text-align: left;
    background: #f8f4f1;
    padding-bottom: 60px;
    position: relative;
    z-index: 0;
}

/*==========================================================================*/
/*                               Header                                     */
/*==========================================================================*/

#header {
    width: 100%;
    margin: 0 auto;
    text-align: left;
    position: relative;
    padding-bottom: 100px;
    background: #f8f4f1;
}

#header p {
    margin-bottom: 0;
}

#header .h_info_l {
    float: left;
    width: calc(100% - 200px);
}

#header h1 {
    font-size: 12px;
    padding-top: 11px;
}

#header .header_content {
    padding-top: 26px;
}

#header .h_logo {
    float: left;
}

#header .h_contact {
    float: right;
    text-align: center;
    margin-right: 14px;
}

#header .h_tel {
    display: flex;
    margin-bottom: 8px;
}

#header .h_tel span {
    font-family: 'NotoSansCJKjp-Bold';
    font-size: 12px;
    margin-right: 43px;
}

#header .h_tel a {
    font-family: 'Asap', sans-serif;
    font-size: 37px;
    font-weight: 700;
    letter-spacing: 0.065em;
    color: #333;
    text-decoration: none;
    position: relative;
}

#header .h_tel a::before {
    position: absolute;
    content: "";
    background: url(../images/icon_tel.png) no-repeat;
    background-size: 28px auto;
    width: 28px;
    height: 28px;
    top: -6px;
    left: -33px;
}

#header .h_tt {
    font-family: 'NotoSansCJKjp-Regular';
    font-size: 11px;
    letter-spacing: 0.04em;
}

#header .h_tt span {
    color: #e09709;
}

#header .group_btn {
    float: right;
    width: 200px;
}

#header .h_btn01 a {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", serif;
    font-size: 20px;
    letter-spacing: 0.04em;
    font-weight: bold;
    color: #fff;
    width: 200px;
    height: 92px;
    background: #883c0d;
    display: block;
    text-decoration: none;
    text-align: center;
    padding: 12px 0 0;
    transition: all 0.25s;
}

#header .h_btn01 a .s_h_btn01 {
    display: block;
    font-size: 12px;
    line-height: 1.4;
    margin-bottom: 3px;
}

#header .h_btn01 a .h_icon_ct {
    display: inline-block;
    background: url(../images/icon_f_contact.png) no-repeat;
    background-size: 15px auto;
    width: 15px;
    height: 23px;
    margin-right: 9px;
    position: relative;
    left: 4px;
    top: 4px;
}

/*
#header .h_btn01 a:hover {
    background: #a4480f;
}
*/

#header .h_btn02 a {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", serif;
    font-size: 16px;
    letter-spacing: 0.04em;
    color: #fff;
    width: 200px;
    height: 50px;
    background: #d5af2a;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
}

#header .h_btn02 a .ico_mail {
    display: inline-block;
    background: url(../images/icon_mail.png) no-repeat;
    background-size: 14px auto;
    width: 14px;
    height: 10px;
    margin-right: 10px;
    position: relative;
    left: 4px;
}

#header .h_btn02 a:hover {
    background: #f2c424;
}

#header #top_info {
    color: #fff;
	overflow: hidden;
}

#header .top_info_l {
    float: left;
    width: 53%;
    height: 520px;
}

#header .top_info_l .slide01,
#header .top_info_l .slide02,
#header .top_info_l .slide03 {
    width: 100%;
    height: 520px;
}

#header .top_info_l .slide01 {
    background: url(../images/idx_top_info.jpg) no-repeat right;
    background-size: cover;
}

#header .top_info_l .slide02 {
    background: url(../images/idx_top_info_02.jpg) no-repeat top right;
    background-size: cover;
}

#header .top_info_l .slide03 {
    background: url(../images/idx_top_info_03.jpg) no-repeat top right;
    background-size: cover;
}

#header .top_info_r {
    float: right;
    width: 47%;
    background: #492108;
    height: 520px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 10px;
}

#header #top_info .top_info_frame {
    width: 520px;
    text-align: center;
}

#header #top_info .t_info_tt {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", serif;
    font-size: 32px;
    letter-spacing: 0.2em;
    line-height: 1.8;
    font-weight: bold;
}

#header #top_info .t_info_s {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", serif;
    font-size: 18px;
    font-weight: normal;
    margin-top: 2px;
    letter-spacing: 0.1em
}

#index #header #top_info h2 {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", serif;
    font-size: 18px;
    width: 430px;
    height: 50px;
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 18px auto 30px;
    font-weight: bold;
    letter-spacing: 0.1em
}

#header #top_info .top_info_list {
    width: 430px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

#header #top_info .top_info_list li {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", serif;
    font-size: 15px;
    line-height: 1.3;
    letter-spacing: 0.06em;
    font-weight: bold;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #d5af2a;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    -webkit-animation: fuwafuwa 3s infinite linear alternate;
    animation: fuwafuwa 3s infinite linear alternate;
}

@-webkit-keyframes fuwafuwa {
    0% {
        -webkit-transform: translate(0, 0) rotate(-5deg);
    }

    50% {
        -webkit-transform: translate(0, -5px) rotate(0deg);
    }

    100% {
        -webkit-transform: translate(0, 0)rotate(5deg);
    }
}

@keyframes fuwafuwa {
    0% {
        transform: translate(0, 0) rotate(-5deg);
    }

    50% {
        transform: translate(0, -5px) rotate(0deg);
    }

    100% {
        transform: translate(0, 0)rotate(5deg);
    }
}

.menu {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    background: #e3d4c7;
}

#header #gnavi {
    width: 1120px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    position: static;
}

#header #gnavi li {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 206px;
    transition: all 0.25s;
}

#header #gnavi li:nth-child(1) {
    width: 100px;
}

#header #gnavi li a,
#header #gnavi li.sub .btn_sub {
    white-space: nowrap;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", serif;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    text-decoration: none;
    cursor: pointer;
    letter-spacing: 0.14em;
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

#header #gnavi li a .s_gnav,
#header #gnavi li.sub .btn_sub .s_gnav {
    position: relative;
    top: -7px;
}

#header #gnavi .ico_gnav02,
#header #gnavi .ico_gnav03,
#header #gnavi .ico_gnav04,
#header #gnavi .ico_gnav05,
#header #gnavi .ico_gnav06 {
    display: inline-block;
    margin-right: 11px;
    position: relative;
    top: 0;
}

#header #gnavi li:nth-child(2) a .s_gnav::before,
#header #gnavi li.sub .btn_sub .s_gnav::before,
#header #gnavi li:nth-child(4) a .s_gnav::before,
#header #gnavi li:nth-child(5) a .s_gnav::before,
#header #gnavi li:nth-child(6) a .s_gnav::before {
    position: absolute;
    font-family: 'Roboto', sans-serif;
    font-size: 10px;
    letter-spacing: 0.1em;
    color: #d5af2a;
    bottom: -19px;
    left: 0;
}

#header #gnavi .ico_gnav02 {
    background: url(../images/icon_gnav02.png) no-repeat;
    background-size: 21px auto;
    width: 21px;
    height: 30px;
}

#header #gnavi li:nth-child(2) a .s_gnav::before {
    content: "Doctor";
}

#header #gnavi .ico_gnav03 {
    background: url(../images/icon_gnav03.png) no-repeat;
    background-size: 21px auto;
    width: 21px;
    height: 27px;
}

#header #gnavi li.sub .btn_sub .s_gnav::before {
    content: "Menu";
}

#header #gnavi .ico_gnav04 {
    background: url(../images/icon_gnav04.png) no-repeat;
    background-size: 22px auto;
    width: 22px;
    height: 26px;
}

#header #gnavi li:nth-child(4) a .s_gnav::before {
    content: "Clinic";
}

#header #gnavi .ico_gnav05 {
    background: url(../images/icon_gnav05.png) no-repeat;
    background-size: 24px auto;
    width: 24px;
    height: 21px;
}

#header #gnavi li:nth-child(5) a .s_gnav::before {
    content: "Feature";
}

#header #gnavi .ico_gnav06 {
    background: url(../images/icon_gnav06.png) no-repeat;
    background-size: 28px auto;
    width: 28px;
    height: 26px;
}

#header #gnavi li:nth-child(6) a .s_gnav::before {
    content: "Infomation";
}

#header #gnavi li a::before,
#header #gnavi li.sub .btn_sub::before {
    position: absolute;
    content: "";
    border-left: 1px solid #efeae7;
    top: calc(50% - 20px);
    left: 0;
    height: 40px;
}

#header #gnavi li:last-child a::after {
    position: absolute;
    content: "";
    top: calc(50% - 20px);
    right: 0;
    height: 40px;
    border-right: 1px solid #efeae7;
}

#header #gnavi .sub_menu {
    position: absolute;
    width: 100%;
    top: 100px;
    left: 50%;
    transform: translate(-50%);
    opacity: 0;
    visibility: hidden;
    padding-top: 0;
    margin: 0 auto;
    background: #492108;
    z-index: 99;
}

#header #gnavi li.sub:hover .sub_menu {
    opacity: 1;
    visibility: visible;
    height: auto;
    z-index: 9999;
}

#header #gnavi .sub_menu .inner {
    background: #492108;
    display: flex;
    justify-content: space-between;
    padding: 58px 57px 44px;
}

#header #gnavi li.sub .sub_menu li {
    width: 100%;
    padding: 0;
    margin-right: 0;
    border-left: 0;
    height: auto;
    position: relative;
    margin-bottom: 17px;
}

#header #gnavi li.sub .sub_menu li::before {
    position: absolute;
    content: "";
    background: url(../images/icon_btn_arrow.png) no-repeat;
    background-size: 12px auto;
    width: 12px;
    height: 10px;
    top: calc(50% - 5px);
    left: 0;
}

#header #gnavi li.sub .sub_menu li a {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
    font-size: 14px;
    letter-spacing: 0;
    font-weight: normal;
    color: #fff;
    text-align: left;
    justify-content: flex-start;
    text-decoration: none;
    height: auto;
    padding-left: 21px;
}

#header #gnavi li.sub .sub_menu li:last-child a {
    border-bottom: 0;
}

#header #gnavi li.sub .sub_menu li a::before {
    border-left: 0;
}

#header #gnavi li.sub .sub_menu li a::after {
    border-right: 0;
}

.menu.menu_fixed {
    position: fixed;
    background: #e3d4c7;
    top: 0;
    bottom: auto;
    z-index: 9999;
    animation: scrolltop 0.8s;
    animation-iteration-count: 1;
}

@-webkit-keyframes scrolltop {
    0% {
        transform: translateY(-80px);
        opacity: 0;
        transition: ease-in-out;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@-moz-keyframes scrolltop {
    0% {
        transform: translateY(-80px);
        opacity: 0;
        transition: ease-in-out;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes scrolltop {
    0% {
        transform: translateY(-80px);
        transform-origin: center;
        opacity: 0;
        transition: ease-in-out;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

#header .menu.menu_fixed #gnavi li {
    height: 60px;
}

#header .menu.menu_fixed #gnavi .sub_menu {
    top: 60px;
}


/*==========================================================================*/
/*                              Footer                                      */
/*==========================================================================*/

#footer {
    clear: both;
    text-align: left;
    padding-top: 80px;
}

#footer p {
    margin-bottom: 0;
}

#footer .f_add {
    font-family: 'NotoSansCJKjp-Regular';
    font-size: 12px;
    letter-spacing: 0.005em;
    text-align: center;
    margin: 28px 0 77px;
}

#footer .f_add span {
    color: #e09709;
}

#footer .footer_info {
    display: flex;
    justify-content: space-between;
}

#footer .footer_info .f_contact {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

#footer .f_tel {
    margin-right: 20px;
}

#footer .f_tel a {
    font-family: 'Asap', sans-serif;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.075em;
    color: #333;
    text-decoration: none;
    display: block;
    text-align: center;
}

#footer .f_tel a .f_tel_stt {
    display: block;
    font-family: 'NotoSansCJKjp-Bold';
    font-size: 14px;
    margin-bottom: 5px;
}

#footer .f_tel a .f_icon_tel {
    display: inline-block;
    background: url(../images/icon_tel.png) no-repeat;
    background-size: 25px auto;
    width: 25px;
    height: 25px;
    margin-right: 5px;
}

#footer .f_contact_btn a {
    font-family: 'NotoSansCJKjp-Bold';
    font-size: 20px;
    letter-spacing: 0.04em;
    color: #fff;
    width: 260px;
    height: 80px;
    display: block;
    text-align: center;
    background: #883c0d;
    text-decoration: none;
    padding: 10px 5px 0;
}

#footer .f_contact_btn a .s_contact_tt {
    display: block;
    font-size: 12px;
    margin-bottom: 4px;
}

#footer .f_contact_btn a .f_icon_contact {
    display: inline-block;
    background: url(../images/icon_f_contact.png) no-repeat;
    background-size: 15px auto;
    width: 15px;
    height: 23px;
    margin-right: 7px;
    position: relative;
    left: 3px;
    top: 4px;
}

#footer .f_bnr {
    margin: 60px 0;
}

#footer .f_bnr .big {
    margin-bottom: 15px;
    font-size: 18px;
    font-family: 'NotoSansCJKjp-Bold';
}

#footer .f_bnr ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#footer .footer_link {
    display: flex;
    justify-content: flex-start;
    padding: 58px 88px 58px;
    border-top: 1px solid #efeae7;
}

#footer .footer_link .f_link:not(:last-child) {
    margin-right: 10px;
}

#footer .f_link dt {
    font-size: 16px;
    font-weight: bold;
    color: #d5af2a;
    margin-bottom: 18px;
}

#footer .f_link dd {
    display: flex;
    justify-content: flex-start;
}

#footer .f_list li {
    width: 100%;
    margin-bottom: 18px;
    margin-right: 59px;
}

#footer .f_link .s_f_list li {
    margin-right: 0;
}

#footer .f_list li a {
    letter-spacing: -0.1em;
    color: #333333;
    margin-left: 22px;
    text-decoration: none;
    position: relative;
}

#footer .f_list li a::before {
    position: absolute;
    content: "";
    background: url(../images/icon_f_arrow.png) no-repeat;
    background-size: 12px auto;
    width: 12px;
    height: 10px;
    top: calc(50% - 5px);
    left: -22px;
}

#footer .google_map {
    height: 300px;
}

#footer .f_gg_map {
    width: 100%;
    height: 300px;
}

#footer address {
    background: #492108;
    width: 100%;
    height: 50px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

/*==========================================================================*/
/*                             Contents                                     */
/*==========================================================================*/
.idx_btn a {
    font-family: 'Kosugi Maru', sans-serif;
    color: #fff;
    letter-spacing: 0.07em;
    background: #d5af2a;
    width: 260px;
    height: 60px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    position: relative;
    transition: all 0.25s;
    margin: 0 auto;
}

.idx_btn a::before {
    position: absolute;
    content: "";
    background: url(../images/icon_btn_arrow.png) no-repeat;
    background-size: 12px auto;
    width: 12px;
    height: 10px;
    top: calc(50% - 5px);
    right: 20px;
}

.idx_btn a:hover {
    background: #f2c424;
}

.idx_contact {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    width: 530px;
}

.idx_contact .idx_tel a {
    font-family: 'Asap', sans-serif;
    font-size: 33px;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: #333;
    text-decoration: none;
    display: block;
    text-align: center;
}

.idx_contact .idx_tel .idx_tel_stt {
    display: block;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", serif;
    font-size: 14px;
    margin-bottom: 5px;
}

.idx_contact .idx_tel .idx_icon_tel {
    display: inline-block;
    background: url(../images/icon_tel.png) no-repeat;
    background-size: 25px auto;
    width: 25px;
    height: 25px;
    margin-right: 5px;
}

.idx_contact .idx_contact_btn a {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", serif;
    font-size: 20px;
    letter-spacing: 0.04em;
    font-weight: bold;
    color: #fff;
    width: 260px;
    height: 80px;
    display: block;
    text-align: center;
    background: #883c0d;
    text-decoration: none;
    padding: 10px 5px 0;
    transition: all 0.25s;
}

.idx_contact .idx_contact_btn a .idx_s_contact_tt {
    display: block;
    font-size: 12px;
    margin-bottom: 4px;
}

.idx_contact .idx_contact_btn a .idx_icon_contact {
    display: inline-block;
    background: url(../images/icon_f_contact.png) no-repeat;
    background-size: 15px auto;
    width: 15px;
    height: 23px;
    margin-right: 7px;
    position: relative;
    left: 3px;
    top: 4px;
}

/*
.idx_contact .idx_contact_btn a:hover {
    background: #a4480f;
}
*/

.txt_line {
    text-decoration: underline;
}

/* index
------------------------------------------------------------------------*/
.box_note{
	background:#f8f4f1;
	padding: 70px 0 0;
}
.box_note dl {
	width: 625px;
	margin: 0 auto;
	background: #dedddd;
	padding: 30px;
	border-radius: 10px;
}
.box_note dl dt {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", serif;
	font-size: 28px;
	line-height: 1.4;
	margin-bottom: 15px;
	letter-spacing: 0.2em;
	text-align: center;
	font-weight: bold;
	color: #883c0d;
}
.box_note dl dd span {
	color: #883c0d;
	font-weight: bold;
}
#index_box01 {
    background: #f8f4f1;
    padding: 77px 0 70px;
}

#index_box01 p {
    margin-bottom: 0;
}

#index_box01 h3 {
    margin-bottom: 27px;
}

#index_box01 .center {
    line-height: 2.3;
    margin-bottom: 63px;
}

#index_box01 h4 {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", serif;
    font-size: 21px;
    letter-spacing: 0.03em;
    font-weight: bold;
    display: flex;
    align-items: center;
    margin-bottom: 22px;
}

#index_box01 h4 span {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #d5af2a;
    margin-left: 12px;
}

#index_box01 .box01_l {
    float: left;
    width: 530px;
}

#index_box01 .box01_r {
    float: right;
    position: relative;
    width: 530px;
}

#index_box01 .box01_tt {
    margin: 11px 0 25px;
}

#index_box01 .idx_contact .idx_contact_btn a {
    height: 90px;
    padding-top: 15px;
}

#index_box01 .link_gg_map {
    position: absolute;
    top: 0;
    right: 0;
}

#index_box01 .link_gg_map a {
    color: #333;
    font-weight: bold;
    text-decoration: none;
    position: relative;
    margin-right: 16px;
}

#index_box01 .link_gg_map a::before {
    position: absolute;
    content: "";
    background: url(../images/icon_arrow.png) no-repeat;
    background-size: 12px auto;
    width: 12px;
    height: 10px;
    top: calc(50% - 5px);
    right: -16px;
}

#index_box01 .box01_map {
    width: 530px;
    height: 275px;
    margin-bottom: 10px;
}

#index_box01 .color01 {
    color: #e09709;
}

#index_box01 .notice h3 {
    text-align: left;
    padding: 0 150px;
}

#index_box01 .box01_frame {
    border: 3px solid rgba(73, 33, 8, 0.7);
    height: 80px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    margin: 0 100px 50px;
    padding: 0 1em 0 8em;
    box-sizing: border-box;
}

#index_box01 .box01_frame p {
    font-size: 20px;
    font-weight: bold;
}

#index_box01 .box01_frame p span {
    border-bottom: 1px solid #333;
}

#index_box02 {
    background: url(../images/idx_box02_bg.jpg) no-repeat center;
    background-size: cover;
    color: #fff;
    height: 231px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#index_box02 p {
    font-size: 16px;
    line-height: 2.05;
    font-weight: bold;
    margin-bottom: 0;
    text-shadow:
        0px 0px 5px rgba(0, 0, 0, 0.8),
        0px 0px 15px rgba(0, 0, 0, 0.8);
}

#index_box03 {
    background: #f8f4f1;
    padding: 76px 0 0;
}

#index_box03 p {
    margin-bottom: 0;
}

#index_box03 h3 {
    margin-bottom: 30px;
}

#index_box03 .box03_l {
    float: left;
    position: relative;
}

#index_box03 .box03_r {
    float: right;
    width: 530px;
    padding-top: 45px;
}

#index_box03 .box03_img {
    padding-left: 10px;
}

#index_box03 .box03_frame {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 520px;
    background: rgba(73, 33, 8, 0.7);
    color: #fff;
    padding: 30px 10px 20px 19px;
}

#index_box03 .box03_frame dt {
    float: left;
}

#index_box03 .box03_frame dd {
    padding-left: 60px;
    margin-top: -2px;
    margin-bottom: 8px;
}

#index_box03 .box03_frame .box03_tt {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", serif;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 24px;
    display: flex;
}

#index_box03 .box03_frame .box03_tt span {
    font-size: 26px;
}

#index_box03 .box03_r .box03_title02 {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", serif;
    font-size: 19px;
    letter-spacing: 0.21em;
    line-height: 1.4;
    margin-bottom: 26px;
}

#index_box03 .box03_r .box03_title02 .txt_bold {
    font-weight: bold;
}

#index_box03 .box03_r p {
    line-height: 2.3;
    margin-bottom: 33px;
}

#index_box03 .list01 {
    margin-bottom: 25px;
}

#index_box03 .list01 li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 8px;
}

#index_box03 .list01 li::before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #d5af2a;
    top: 7px;
    left: 0;
}

#index_box03 .box03_r .idx_btn {
    margin: 41px 0 80px;
}

#index_box04 {
    background: url(../images/idx_box04_bg.jpg) no-repeat center;
    background-size: cover;
    color: #fff;
    padding: 78px 0 100px;
}

#index_box04 p {
    margin-bottom: 0;
}

#index_box04 h3 {
    margin-bottom: 30px;
}

#index_box04 h3 span {
    color: #fff;
}

#index_box04 .box04_frame {
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid #adadad;
    margin-top: 20px;
}

#index_box04 .box04_frame dl {
    border-bottom: 1px solid #adadad;
}

#index_box04 .box04_frame dl:last-child {
    border-bottom: 0;
}

#index_box04 .box04_frame dt {
    float: left;
    padding-left: 20px;
    padding-top: 22px;
}

#index_box04 .box04_frame dd {
    padding: 29px 30px 25px 98px;
}

#index_box04 .box04_frame dd p {
    line-height: 1.9;
}

#index_box04 h4 {
    font-family: 'NotoSansCJKjp-Bold';
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 9px;
}

#index_box04 h4 span {
    display: block;
    font-family: 'NotoSansCJKjp-Regular';
    font-size: 14px;
    margin-top: 6px;
}

#index_box04 .box04_list01 {
    display: flex;
    justify-content: flex-start;
    margin-top: 28px;
}

#index_box04 .box04_list01 li {
    margin-right: 39px;
    position: relative;
    border: 2px solid #fff;
    padding: .5em .8em;
    border-radius: 3px;
}

#index_box04 .box04_list01 li:last-child {
    margin-right: 0;
}

#index_box04 .box04_list01 li::before {
    position: absolute;
    content: "";
    background: url(../images/icon_btn_arrow.png) no-repeat;
    background-size: 12px auto;
    width: 12px;
    height: 10px;
    top: calc(50% - 5px);
    left: .8em;
}

#index_box04 .box04_list01 li a {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    margin-left: 21px;
    transition: all 0.25s;
}

#index_box04 .box04_list01 li a:hover {
    opacity: .7;
}

.box04_list02 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.box04_list02 li {
    width: calc(100% / 3);
    border-right: 1px solid #adadad;
    border-bottom: 1px solid #adadad;
    cursor: pointer;
    transition: all 0.25s;
}

.box04_list02 li:nth-child(3n+3) {
    border-right: 0;
}

.box04_list02 li h4 {
    margin-bottom: 0 !important;
}

.box04_list02 li:hover dl {
    opacity: 0.7;
}


#index_box05 {
    background: url(../images/idx_box05_bg.jpg) no-repeat center;
    background-size: cover;
    padding: 112px 0 74px;
}

#index_box05 p {
    line-height: 2;
    margin-bottom: 0;
}

#index_box05 h3 {
    margin-bottom: 23px;
}

#index_box05 h3 span {
    color: #fff;
    margin-top: 7px;
}

#index_box05 .box05_s_h3 {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", serif;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.06em;
    margin-bottom: 10px;
}

#index_box05 .box05_tt01 {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", serif;
    font-size: 12px;
    line-height: 1.7;
    font-weight: bold;
}

#index_box05 .box05_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#index_box05 .box05_list li {
    width: 257px;
    margin-bottom: 55px;
}

#index_box05 .box05_list li .box05_img {
    position: relative;
    margin-bottom: 36px;
}

#index_box05 .box05_list li .box05_img span {
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translate(-50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #d5af2a;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #fff;
}

#index_box05 .box05_list li:nth-child(2n+1) .box05_img span {
    background: #883c0d;
}

#index_box05 .box05_list li:nth-child(1) {
    background: #492108;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

#index_box05 .box05_list li h4 {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", serif;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    line-height: 1.6;
    letter-spacing: 0.06em;
    margin-bottom: 9px;
}

#index_box05 .idx_btn {
    margin: -8px 0 21px;
}

#index_box06 {
    background: #4a452a;
}

#index_box06 .inner {
    position: relative;
    height: 215px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#index_box06 p {
    margin-bottom: 0;
}

#index_box06 .box06_img {
    position: absolute;
    bottom: 0;
    right: 0;
}

#index_box06 .box06_tt {
    font-family: 'Kosugi Maru', sans-serif;
    color: #fff;
    font-size: 15px;
    line-height: 2.1;
    letter-spacing: 0.2em;
    font-weight: bold;
    margin-right: 20px;
}

#index_box07 {
    background: url(../images/idx_box07_bg.jpg) no-repeat center;
    background-size: cover;
    color: #fff;
    padding: 88px 0 63px;
}

#index_box07 .inner {
    padding: 0 80px;
}

#index_box07 h3 {
    text-shadow:
        0px 0px 5px rgba(0, 0, 0, 0.8),
        0px 0px 15px rgba(0, 0, 0, 0.8);
    margin-bottom: 66px;
}

#index_box07 h3 span {
    color: #fff;
}

#index_box07 p {
    line-height: 2.3;
    margin-bottom: 32px;
    text-shadow:
        0px 0px 5px rgba(0, 0, 0, 0.8),
        0px 0px 15px rgba(0, 0, 0, 0.8);
}

@media screen\0 {
    .box04_list02 li {
        width: calc((100% / 3) - 1px);
    }
}

/* MOZZILLA CSS */
/*@-moz-document url-prefix() { 
    #index_box03 .box03_r .box03_title02 { letter-spacing: 0.15em}
}*/



#index_blog {
    max-width: 800px;
    margin: 40px auto 0;

    position: relative;
}

#index_blog .link_gg_map a:hover {
    opacity: 0.8;
}

.b01-blog {
    position: relative;
    width: 100%;
    right: 0;
    top: 0;
    border-top: #e5e5e5 1px solid;
}

.b01-blog li {
    display: flex;
    background-size: 33px auto;
    padding: 10px 10px 10px 18px;
    border-bottom: #e5e5e5 1px solid;
    align-items: flex-start;
    flex-wrap: wrap;
}

.b01-date {
    font-size: 12px;
    width: 85px;
    text-align: left;
    letter-spacing: .05em;
    padding-top: 4px;
}

.b01-cate {

    font-size: 13px;
    background: #492108;
    width: 100px;
    text-align: center;
    line-height: 1.5em;
    padding: 0 1px;
    margin-top: 7px;
    border-radius: 20px;
    color: #fff;
}

.b01-link {
    padding-left: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: calc(100% - 185px);
    text-align: left;
    padding-top: 3px;
    letter-spacing: .07em;
}

.b01-link a {
    text-decoration: none;
    color: #3c3c3c;
}

.b01-link a:hover {
    text-decoration: underline;
}

/* bnrarea
------------------------------------------------------------------------*/
.bnrarea {
    display: flex;
    justify-content: center;
    background: #f8f4f1;
    padding: 77px 0 0;
}
.bnr_recruit{
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 776px;
    height: 179px;
    text-decoration: none;
    transition: all 0.25s;
}
a.bnr_recruit:hover{
    background: #d5af2a;
}
a.bnr_recruit:hover .txt1,a.bnr_recruit:hover .txt2,a.bnr_recruit:hover .txt3,a.bnr_recruit:hover .txt3 strong{
    color: #fff;
}
.bnr_recruit img{
    height: auto;
    width: 100%;
}
.bnr_recruit .txts{
    padding: 2.3em 0 0 3.8em;
}
.bnr_recruit .txt1,.bnr_recruit .txt2,.bnr_recruit .txt3{
    display: block;
    line-height: 1.5;
}
.bnr_recruit .txt1{
    font-size: 24px;
    color: #555;
}
.bnr_recruit .txt2{
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", serif;
    font-size: 41px;
    font-weight: bold;
    color: #492108;
    letter-spacing: .13em;
}
.bnr_recruit .txt3{
    position: relative;
    top: -0.8em;
    font-size: 18px;
    color: #555;
}
.bnr_recruit .txt3 strong{
    position: relative;
    top: 0.15em;
    left: .3em;
    font-size: 36px;
    font-family: 'Asap', sans-serif;
    font-weight: bold;
    color: #e09709;
    letter-spacing: .03em;
}

/* recruitinfo
------------------------------------------------------------------------*/

.recruit_info th{
    white-space: nowrap;
}
.recruit_info ul li{
    margin-left: 15px;
}
.recruit_info ul li::before{
    content: "・";
    margin-left: -16px;
}
.recruit_info_photos{
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
.recruit_info_photos li{
    width: 30%;
}
.recruit_info_photos li img{
    width: 100%;
    max-width: 300px;
}