/*
Theme Name: theme_margaret
Author: ogiyakosuke
Template: xeory_base
*/

/* ----------------------------------------
* 全体
---------------------------------------- */

/** 背景色の修正 */
body {
    background: #f4f4ef;
}

/** TOPページのpadding調整、フォント設定 */
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

body.home #content {
    padding-top: 0;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

/** ヘダー分パディング */
#content {
    padding-top: 80px;
}

/** ローディング設定 */
#loader {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
    margin-top: 0px;
    margin-left: -100px;
    text-align: center;
    z-index: 99;
}

#fade {
    width: 100%;
    height: 1000px;
    display: none;
    background-color: #eeeeee;
    position: absolute;
    top: 60px;
    left: 0px;
    z-index: 98;
}

/** パンくずアイコン非表示 **/
.fa-home:before {
    content: "" !important;
}

.fa-file:before {
    content: "" !important;
}

.breadcrumb {
    margin: 8px 0 30px 0;
}

.breadcrumb li {
    margin-left: 0;
}

/* ----------------------------------------
* サイドバー
---------------------------------------- */

/** サイドバー設定 */
.right-content #side {
    width: 280px;
    margin-left: 0;
    position: sticky;
    top: 100px;
}

.home.right-content #side {
    margin-top: 35px;
}

.right-content #main {
    width: 720px;
    float: right;
}

.side-widget {
    margin-bottom: 0;
    padding-bottom: 0;
}

.side-widget a:hover {
    color: #f7cbd6;
}

.side-widget .side-title {
    position: relative;
    font-size: 1.3em;
}

.side-widget ul li {
    position: relative;
    font-size: 1.1em;
    padding: 0.4em 0;
    padding-left: 1em;
    border-bottom: none;
}

.side-widget ul li:before {
    font-size: 0.8em;
    font-family: FontAwesome;
    content: '\f105';
    position: absolute;
    top: 0.7em;
    left: 0.2em;
}

.widget_nav_menu  {
    padding: 20px;
    background-color: #ffffff;
    border: 1px solid #bbbbbb;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.widget_text img {
    border: 2px solid #fd9bb3;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.widget_text img:hover {
    opacity: 0.7;
}

.wait_position img:hover {
    opacity: 0.7;
}

.recruit_side img {
    border: 1px solid #bbbbbb;
}

/* ----------------------------------------
* サイドバーここまで
---------------------------------------- */

/** コンテンツの幅 */
.wrap {
    width: 1000px;
}

.container {
    width: 100%;
    max-width: calc(60px + var(--container-width, 1000px));
    padding-left: 30px;
    padding-right: 30px;
    margin-left: auto;
    margin-right: auto;
}

.container.-wide {
    max-width: 1160px;
}

.container.-news {
    max-width: 960px;
}

#meta_wrap {
    overflow: hidden;
}

/** セクション */
.section {
    padding-top: 90px;
    padding-bottom: 90px;
}

.section.-bg-white {
    background-color: #fff;
}

/** コンテンツページの背景 */
.cat-content,
article.post,
article.page,
article.wp101,
article.seo101 {
    margin-bottom: 40px;
    background: none;
    border: none;
}

/** user agent stylesheetのhrリセット */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top: none;
    margin:1em 0;
    padding:0;
}

h1, h2 {
    font-family: "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
}

/** テキスト選択時の色 */
::selection {
    background-color: #dddddd;
}

::-moz-selection {
    background-color: #dddddd;
}

/** ハイパーリンク設定 */
a:link {
    text-decoration: underline;
    color: #555555;
}

a:visited {
    color: #666666;
}

a:hover {
    color: #f7cbd6;  
}

.noted_frame a {
    color: #ff6b32;
}

.noted_frame a:hover {
    color: #F6A38B;
}

.noted_frame a:visited {
    color: #ff6b32;
}

#footer a {
    text-decoration: none;
}

#side a {
    text-decoration: none; 
}

/** ボタン設定 */
p.center {
    text-align: center;
}

p.right {
    text-align: right;
}

p.btn_more {
    clear: both;
    margin: 50px 0 70px 0;
}

a.btn.more {
    color: #fd9bb3;
    background-color: #ffffff;
    padding: 15px 40px;
    cursor: pointer;
    text-decoration: none;
    border-radius: 25px;
    font-size: 110%;
    font-weight: 600;
    border : 3px solid #fd9bb3;
}
a.btn.reservation {
    color: #fd9bb3;
    background-color: #ffffff;
    cursor: pointer;
    text-decoration: none;
    border-radius: 30px;
    font-weight: 700;
    border : 3px solid #fd9bb3;
    display: inline-flex;
    height: 60px;
    align-items: center;
    justify-content: center;
    padding: 0 2.5em;
    font-size: 24px;
}
a.btn.more.kv {
    display: block;
    font-size: 16px;
    padding: 5px;
    width: 160px;
    margin: 10px 5px;
    /* color: #2B2D2D; */
    /* border-color: #2B2D2D; */
    border-width: 2px;
    text-shadow: none;
    
    color: #fff;
    background: none;
    border-color: #fff;
}
a.btn.more.kv:hover {
    background-color: #9e9e9e;
}

a.btn.more:hover {
    background-color: #f7cbd6;
}

a.directions {
    font-size: 0.8em;
    margin-left: 0.5em;
    color: #f37d3d;
    vertical-align: middle;
}

a.directions:hover {
    color: #f7cbd6;
}

/** 太字 */
span.span_bold {
    font-weight: 600;
}

/** post-content設定 */
.post-content {
    padding: 0 30px;
    overflow: hidden;
}

.post-content h1 {
    clear: none;
    margin: 0;
    margin-bottom: 1em;
}

.post-content h2 {
    display: inline-block;
/**  font-size: 35px; **/
/**  color: #e792a7;  **/
    font-size: 1.3em;
    color: #555555;
    clear: both;
    font-weight: 600;
    margin: 1em 0;
    padding: 0 0 0.5em 0;
/**  border-bottom: 2px solid #ffffff;  **/
}

.post-content h2:first-child {
    margin: 0;
}

.post-content h3 {
    font-size: 1.5em;
    clear: both;
    border-left: none;
    padding: 0;
}

.post-content h4 {
    display: inline-block;
/**  font-size: 35px; **/
/**  color: #e792a7;  **/
    font-size: 1.3em;
    color: #555555;
    clear: both;
    font-weight: 600;
/**  border-bottom: 5px solid #ffffff;  **/
    margin: 30px 0 20px 0;
    padding-bottom: 0.2em;
    border-bottom: 2px solid #ffffff;
}

/** 見出し */
.front_title {
    margin: 3.5em 0 1.8em 0 !important;  
}
.front_tel{
    margin-top: 80px;   
}

.front_title h2 {
    display: inline-block;
    font-size: 1.5em;
    color: #555555;
    clear: both;
    font-weight: 500;
    letter-spacing: 0.25em;
    padding: 0 0 0.3em 0;
/**  border-bottom: none !important;  */
    border-bottom: 5px solid #ffffff;
}

.title_remarks {
    margin: 3.5em 0 0.3em 0 !important;
}

.top_title {
    margin: 2em 0 1.8em 0 !important;
}

/**
.front_title h2:before {
    content: "";
    width: 70px;
    height: 1px;
    display: inline-block;
    background-color: #eecd31;
    vertical-align: middle;
    left: 5px;
    top: 50%;
    margin-top: -1px;
    margin-right: 17px;
}

.front_title h2:after {
    content: "";
    width: 70px;
    height: 1px;
    display: inline-block;
    background-color: #eecd31;
    vertical-align: middle;
    margin-left: 7px;
    right: 0;
    top: 50%;
    margin-top: -1px;
}
**/

/** アンカーリンク設定 */
#link1 {
    margin-top: -90px;
    padding-top: 90px; 
    z-index: -1;
}

/* #link2 {
    margin-top: -90px;
    padding-top: 90px; 
    z-index: -1;
} */

#link3 {
    margin-top: -90px;
    padding-top: 90px; 
    z-index: -1;
}

#link4 {
    margin-top: -90px;
    padding-top: 90px; 
    z-index: -1;
}

#link5 {
    margin-top: -90px;
    padding-top: 90px; 
    z-index: -1;
}

#link6 {
    margin-top: -90px;
    padding-top: 90px; 
    z-index: -1;
}

#link7 {
    margin-top: -90px;
    padding-top: 90px; 
    z-index: -1;
}

#link8 {
    margin-top: -90px;
    padding-top: 90px; 
    z-index: -1;
}

#link9 {
    margin-top: -90px;
    padding-top: 90px; 
    z-index: -1;
}

#link10 {
    margin-top: -90px;
    padding-top: 90px; 
    z-index: -1;
}

#link11 {
    margin-top: -90px;
    padding-top: 90px; 
    z-index: -1;
}

#link12 {
    margin-top: -90px;
    padding-top: 90px; 
    z-index: -1;
}

#link13 {
    margin-top: -90px;
    padding-top: 90px; 
    z-index: -1;
}

#absenteeism {
    margin-top: -90px;
    padding-top: 90px;
    z-index: -1;
}

#clinic_hours {
    margin-top: -90px;
    padding-top: 90px;
    z-index: -1;
}

.home #clinic_hours {
    padding-top: 180px;
}

/** 区切り線 */
hr.hr_line1 {
    background-image: url("https://margaret-kodomo.jp/florence/images/flag_hr.png");
    height: 20px;
    margin: 80px 0 20px 0;
    clear: both;
}

hr.hr_line {
    border-bottom: 2px solid #ffffff;
    margin: 80px 0 20px 0;
    clear: both;
}

hr.hr_line2 {
    border-bottom: 1px solid #eeeeee;
}

/** テキストの位置 */
div.square_number {
    float: left;
    font-size: 130%;
    color: #ffffff;
    background-color: #eecd31;
    width: 90px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border-top: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

div.about {
    position: relative;
}

div.about:after {
    position: absolute;
    content: url("/images/header_icon_1y.png");
    width: 100%;
    left: 0%;
    top: 3px;
}

div.staff {
    position: relative;
}

div.staff:after {
    position: absolute;
    content: url("/images/header_icon_2y.png");
    width: 100%;
    left: 0%;
    top: 3px;
}

div.diagnosis {
    position: relative;
}

div.diagnosis:after {
    position: absolute;
    content: url("/images/header_icon_3y.png");
    width: 100%;
    left: 0%;
    top: 3px;
}

div.heart {
    position: relative;
}

div.heart:after {
    position: absolute;
    content: url("/images/header_icon_6y.png");
    width: 100%;
    left: 0%;
    top: 3px;
}

div.qa {
    position: relative;
}

div.qa:after {
    position: absolute;
    content: url("/images/header_icon_4y.png");
    width: 100%;
    left: 0%;
    top: 3px;
}

div.square_flowchart_1 {
    float: left;
    font-size: 130%;
    color: #ffffff;
    background-color: #96d1d7;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border :1px solid #e6e6e6;
}

div.square_flowchart_2 {
    float: left;
    font-size: 130%;
    color: #ffffff;
    background-color: #96d1d7;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border :1px solid #e6e6e6;
}

div.square_flowchart_3 {
    float: left;
    font-size: 130%;
    color: #ffffff;
    background-color: #96d1d7;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border :1px solid #e6e6e6;
}

div.circle_number {
    float: left;
    font-size: 130%;
    color: #ffffff;
    background-color: #96d1d7;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%; 
    text-align: center;
/**  border: solid 2px #ffffff;  **/
}

div.title{
    position: relative;
    clear: both;
    margin: 3.5em 0 0.5em 0;
}

div.title h1{
    font-size: 30px;
    color: #666;
    display: inline-block;
    padding: 5px 0px 8px 0px;
}

div.title h2 {
    position: relative;
    padding-left: 2.4em !important;
    padding-right: 10px;
}

div.title h2:before {
    position: absolute;
    content: "";
    display: inline-block;
    left: 0.2em;
    width: 30px;
    height: 30px;
    background-image: url("/images/margaret_but_1.png");
    background-size: contain;
    vertical-align: middle;
}

div.float_img {
    float: left;
    margin: 0 20px 20px 20px;
}

div.message_img {
    text-align: center;
}

div.message_img img {
    border: 1px solid #e6e6e6;
    width: 750px;
    height: 350px;
    margin: 0px 5px 20px 5px;
    object-fit: cover;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

div.general_img img {
    border: 1px solid #e6e6e6;
    width: 750px;
    height: 350px;
    margin: 0px 5px 20px 5px;
    object-fit: cover;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

div.general_img img.vision_img {
    margin: 0 !important;
}

div.book_img img {
    border: 1px solid #e6e6e6;
    width: 500px;
    height: 350px;
    margin: 0px 5px 20px 5px;
    object-fit: cover;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px; 
}

div.center {
    text-align: center;
}

div.title.center {
    text-align: center;
}

div.title.left {
    text-align: left;
}

div.content_left {
    width: 50%;
    float: left;
}

div.content_right {
    width: 50%;
    padding-left: 10px;
    float: right;
}

div.content_left2 {
    width: 40%;
    float: left;
}

div.content_right2 {
    width: 60%;
    float: right;
}

/** リード文 */
.text_frame {
    padding: 0 10px;
}
.text_frame.bg {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.text_frame.bg p{
    line-height: 30px;
    margin-bottom: 0;
}
.text_frame.bg .general_img{
    margin-top: 15px;
    margin-bottom: 15px;
}
.text_frame.bg .general_img img{
    margin: 0;
}
.text_frame.bg p.btn_more.center{
    margin-bottom: 20px;
}

.text_frame p.center {
    text-align: center;
}

.text_frame p.notice {
    font-size: 1.3em;
    font-weight: 600;
}

.text_frame .insert_image {
    width: 400px;
    margin: 0 auto;
    margin-bottom: 20px;
    border :1px solid #e6e6e6;
}

.text_frame ul {
    list-style-type: none;
}

p.text {
    font-size: 1em;
    margin-bottom: 20px;
}

p.lead {
    font-size: 1.1em;
    padding: 0 0 1em 0;
}

p.lead_2 {
    font-size: 1.1em;
    font-weight: 500;
    padding: 0 1em 0em 1em;
}

/** TOPページのセカンドビュー */
ul.column_second {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 25px;
    border-bottom: 1px solid #e6e6e6;
}

ul.column_second li {
    list-style: none;
    float: left;
    display: block;
    width: 50%;
    height: 450px;
    margin: 0;
    background-color: #ffffff;
    background-size: 20px;
    border-top: 1px solid #e6e6e6;
}

ul.column_second li div.column_second_text{
    padding: 50px 30px;
    height: 450px;
    width: 600px;
}

ul.column_second li p.title{
    color: #eecd31;
    font-size: 2em;
    line-height: 1.5em;
    letter-spacing: 0.15em;
    text-align: left;
    margin-bottom: 0.5em;
}

ul.column_second li p.text{
    color: #555555;
    font-size: 1.2em;
    line-height: 1.7em;
    letter-spacing: 0.15em;
    text-align: left;
    margin-bottom: 0 !important;
}

ul.column_second li div.image {
    width: 1000px;
    height: 449px;
    overflow: hidden;
    float: right;
}

ul.column_second li div.image img {
    height: auto;
    width: auto;
    border-bottom: 1px solid #e6e6e6;
    filter: brightness(80%);
}

ul.column_second p.btn_more {
    margin: 40px 0 70px 0;
}

/** リストの1列表示 */
ul.column_1 {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

ul.column_1 li{
    list-style: none;
    float: left;
    display: block;
    width: 100%;
    margin: 0;
    margin-bottom: 30px;
    background-size: 20px;
}

ul.column_1 li div.content{
    margin: 10px;
    width: 50%;
}

ul.column_1 li p.title{
    color: #eecd31;
    font-size: 1.3em;
    font-weight: 500;
    line-height: 1.6em;
    text-align: left;
    margin-bottom: 0.5em;
}

ul.column_1 li p.text{
    color: #555555;
    font-size: 1em;
    text-align: left;
}

p.text_1 {
    position: relative;
    margin-left: 1em;
}

p.text_1:before {
    position: absolute;
    content: "1.";
    left: -1.3em;
    color: #333333;
}

p.text_2 {
    position: relative;
    margin-left: 1em;
}

p.text_2:before {
    position: absolute;
    content: "2.";
    left: -1.3em;
    color: #333333;
}

p.text_3 {
    position: relative;
    margin-left: 1em;
}

p.text_3:before {
    position: absolute;
    content: "3.";
    left: -1.3em;
    color: #333333;
}

p.text_4 {
    position: relative;
    margin-left: 1em;
}

p.text_4:before {
    position: absolute;
    content: "4.";
    left: -1.3em;
    color: #333333;
}

p.text_5 {
    position: relative;
    margin-left: 1em;
}

p.text_5:before {
    position: absolute;
    content: "5.";
    left: -1.3em;
    color: #333333;
}

p.text_6 {
    position: relative;
    margin-left: 1em;
}

p.text_6:before {
    position: absolute;
    content: "6.";
    left: -1.3em;
    color: #333333;
}

p.text_7 {
    position: relative;
    margin-left: 1em;
}

p.text_7:before {
    position: absolute;
    content: "7.";
    left: -1.3em;
    color: #333333;
}

p.text_8 {
    position: relative;
    margin-left: 1em;
}

p.text_8:before {
    position: absolute;
    content: "8.";
    left: -1.3em;
    color: #333333;
}

p.text_9 {
    position: relative;
    margin-left: 1em;
}

p.text_9:before {
    position: absolute;
    content: "9.";
    left: -1.3em;
    color: #333333;
}

p.text_10 {
    position: relative;
    margin-left: 1em;
}

p.text_10:before {
    position: absolute;
    content: "10.";
    left: -1.6em;
    color: #333333;
}

p.text_11 {
    position: relative;
    margin-left: 1em;
}

p.text_11:before {
    position: absolute;
    content: "11.";
    left: -1.6em;
    color: #333333;
}

p.text_12 {
    position: relative;
    margin-left: 1em;
}

p.text_12:before {
    position: absolute;
    content: "12.";
    left: -1.6em;
    color: #333333;
}

ul.column_1 li div.image {
    text-align: center;
}

ul.column_1 li div.image img {
/**  border: solid 2px #ffffff; */
    border :1px solid #e6e6e6;
}

/** リストの1列（病児保育室の1日用）表示 */
ul.column_oneday {
    width: 900px;
    margin-right: auto;
    margin-left: auto;
}

ul.column_oneday li{
    position: relative;
    list-style: none;
    float: left;
    display: block;
    width: 900px;
    margin: 0;
    margin-top: 20px;
    margin-bottom: 60px;
    background-size: 20px;
    background-color: #ffffff;
    border: solid 2px #ffffff;
}

ul.column_oneday li div.content{
    margin: 10px;
    width: 50%;
}

ul.column_oneday li p.title{
    color: #555555;
    font-size: 150%;
    font-weight: 500;
    height: 60px;
    line-height: 60px;
    margin: 30px 30px 0 30px;
    text-align: left;
}

ul.column_oneday li p.text{
    color: #555555;
    padding: 0 30px 30px 30px;
    text-align: left;
}

ul.column_oneday .content_left2 {
    position: relative;
}

ul.column_oneday .oneday_time {
    position: absolute;
    width: 110px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background-color: #96d1d7;
    border-right: solid 2px #ffffff;
    border-bottom: solid 2px #ffffff;
}

ul.column_oneday .no1 .oneday_time:after{
    content: "8:30頃";
    font-size: 1.2em;
    color: #ffffff;
}

ul.column_oneday .no2 .oneday_time:after{
    content: "9:30頃";
    font-size: 1.2em;
    color: #ffffff;
}

ul.column_oneday .no3 .oneday_time:after{
    content: "11:00頃";
    font-size: 1.2em;
    color: #ffffff;
}

ul.column_oneday .no4 .oneday_time:after{
    content: "12:00頃";
    font-size: 1.2em;
    color: #ffffff;
}

ul.column_oneday .no5 .oneday_time:after{
    content: "12:30頃";
    font-size: 1.2em;
    color: #ffffff;
}

ul.column_oneday .no6 .oneday_time:after{
    content: "17:15頃";
    font-size: 1.2em;
    color: #ffffff;
}

/** リストの3列表示 */
ul.column_2 {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
}

ul.column_2 li{
    list-style: none;
    display: block;
    width: 50%;
    margin: 0;
    background-size: 20px;
}

ul.column_2 li div.content {
    margin: 15px 10px;
    height: calc(100% - 20px);
    display: flex;
    flex-direction: column;
}

ul.column_2 li div.top_content {
    padding: 10px 5px 15px 5px;
    border-bottom: 1px solid #eeeeee;
    height: 100%;
    display: flex;
    flex-direction: column;
}

ul.column_2 li div.top_content img {
    border-radius: 2px;
    -moz-border-image: border-radius: 2px;
    -webkit-border-image: border-radius: 2px;
    border: 1px solid #e6e6e6;
}

ul.column_2 li div.top_content p.title {
    color: #eecd31;
    font-weight: 500;
    background-color: #ffffff;
    font-size: 1.2em;
    letter-spacing: 0.25em;
    padding: 12px 5px 0 5px;
    line-height: 1.5em;
    text-align: center;
    border: none;
    display: flex;
    align-items: center;
    white-space: nowrap;
    justify-content: center;
    gap: 10px;
    height: 56px;
}

ul.column_2 li div.top_content p.title:before {
    content: "";
    width: 100%;
    max-width: 50px;
    height: 1px;
    display: inline-block;
    background-color: #E8D848;
    vertical-align: middle;
    left: 15px;
    top: 50%;
    margin-top: -1px;
    flex-shrink: 1;
}

ul.column_2 li div.top_content p.title:after {
    content: "";
    width: 100%;
    max-width: 50px;
    height: 1px;
    display: inline-block;
    background-color: #E8D848;
    vertical-align: middle;
    left: 15px;
    top: 50%;
    margin-top: -1px;
    flex-shrink: 1;
}
ul.column_2 li div.top_content p.title.narrow {
    letter-spacing: 0.1vw;
}

ul.column_2 li div.top_content p.text2 {
    font-size: 0.9em;
    padding: 0 5px 5px 5px;
    margin-bottom: 20px;
    border: none;
}

ul.column_2 li div.top_content p.btn_more {
    margin: auto 0 25px 0;
}

ul.column_2 li div.top_content a.btn.more {
    padding: 10px 35px;
    font-size: 1em;
    border : 2px solid #fd9bb3;
}

ul.column_2 li img {
    border-radius: 5px 5px 0 0;
    -moz-border-image: border-radius: 5px 5px 0 0;
    -webkit-border-image: border-radius: 5px 5px 0 0;
    border: 1px solid #e6e6e6;
}

ul.column_2 li img.director {
    border-radius: 5px;
    -moz-border-image: border-radius: 5px;
    -webkit-border-image: border-radius: 5px;
    border: 1px solid #e6e6e6;
}

ul.column_2 li p.clinic_title{
    font-size: 0.9em;
    font-weight: 600;
    color: #eecd31;
}

ul.column_2 li p.title{
    font-weight: 600;
    font-size: 1em;
}

ul.column_2 li p.text_0{
    margin-bottom: 0px !important;
}

ul.column_2 li p.title_bold{
    color: #555555;
    font-weight: 600;
    background-color: #ffffff;
    font-size: 1.1em;
    padding: 15px 15px 10px 15px;
    line-height: 1.5em;
    text-align: left;
/**  border: solid 2px #ffffff; **/
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}

ul.column_2 li p.text1{
    background-color: #ffffff;
    padding: 15px 15px 15px 15px;
    text-align: left;
/**  border: solid 2px #ffffff; **/
    border :1px solid #e6e6e6;
}

ul.column_2 li p.text2{
    background-color: #ffffff;
    padding: 0 15px 15px 15px;
    text-align: left;
/**  border: solid 2px #ffffff; **/
    border-left : 1px solid #e6e6e6;
    border-right : 1px solid #e6e6e6;
    border-bottom : 1px solid #e6e6e6;
    border-radius: 0 0 5px 5px;
    -moz-border-image: border-radius: 0 0 5px 5px;
    -webkit-border-image: border-radius: 0 0 5px 5px;
    flex-grow: 1;
}

ul.column_2 li div.image {
/**  border-left: solid 2px #ffffff;  **/
/**  border-right: solid 2px #ffffff; **/
}

ul.column_2 li.director_left {
    width: 40%;
}

ul.column_2 li.director_left img {
    width: 270px;
    height: 270px;
    object-fit: cover;
    border: 1px solid #e6e6e6;
}

ul.column_2 li.director_right {
    width: 60%;
    padding-left: 20px;
}

ul.column_2 li.profile_left {
    width: 30%;
    text-align: center;
}

ul.column_2 li.profile_left img {
    width: 180px;
    border-radius: 100px;
    -moz-border-image: border-radius: 100px;
    -webkit-border-image: border-radius: 100px;
    border: 1px solid #e6e6e6;
}

ul.column_2 li.profile_right {
    float: right;
    width: 70%;
}

div.column_2,
li.column_2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: min(10%, 100px);
    align-items: center;
}

div.column_2.-vertical-top,
li.column_2.-vertical-top {
    align-items: start;
}

/** clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ----------------------------------------
* 全体ここまで
---------------------------------------- */

/* ----------------------------------------
* header
---------------------------------------- */

/** ヘダー設定 */
#header {
    background-color: rgba(255,255,255,1);
    width: 100%;
    height: 80px;
    padding: 0;
    border-bottom: solid 1px #bbbbbb;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    display: grid;
    grid-template-columns: 1fr auto auto;
    align-items: center;
}

#logo {
    padding: 5px;
}

#logo a:hover {
    opacity: 0.3;
}

#logo img {
    height: 70px;
} 

/** グローバルナビゲーション */
#gnav {
    margin-top: 0;
    background: none;
    border-top: none;
    border-bottom: none;
    height: 100%;
    padding: 5px 0;
}

#gnav ul {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 0;
    display: flex;
}

#gnav li {
    position: relative;
    width: 125px;
    height: 100%;
    padding: 0; 
    line-height: 1.3em;
    border-left: solid 1px #eeeeee;
    vertical-align: bottom;
    font-size: 12px;
}

#gnav li:hover {
    opacity: 0.5;
}

#gnav li.current-menu-item a {
    border-top: none;
}

#gnav li a {
    border-top: none;
    margin-top: 0;
    padding: 50px 5px 0 5px;
    height: 70px;
}

#gnav li a:hover {
    color: #cccccc;
    border-top: none;
}

/** ヘダーアイコン */
#gnav li a {
    position: relative;
}

#gnav li a::after {
    position: absolute;
    top: 18px;
    left: 41%;
    color: #cacaca;
}

/** クリニック紹介 */
#gnav li#menu-item-1988 a:after,
#gnav li#menu-item-51 a:after {
    content: url("/images/header_icon_1.png");
}
/** 院長・スタッフ紹介 */
#gnav li#menu-item-1989 a:after,
#gnav li#menu-item-52 a:after {
    content: url("/images/header_icon_2.png");
}
/** 診療案内 */
#gnav li#menu-item-234 a:after,
#gnav li#menu-item-54 a:after {
    content: url("/images/header_icon_3.png");
}

/** 心療内科 */
#gnav li#menu-item-4538 a:after {
    content: url("/images/header_icon_6.png");
    top: 19px;
}

/** 子育て・病気Q&A */
#gnav li#menu-item-1990 a:after,
#gnav li#menu-item-55 a:after {
    content: url("/images/header_icon_4.png");
}

/** 診療時間・アクセス */
#gnav li#menu-item-235 a:after,
#gnav li#menu-item-56 a:after {
    content: url("/images/header_icon_5.png");
}

/** ヘダーボタン設定 */

.switch_pc {
    display: block;
}

.switch_sp {
    display: none;
}

.actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.action_btn {
    width: 140px;
    height: 80px;
}

.action_btn.green {
    background-color: #62CB77;
}

.action_btn.blue {
    background-color: #3CA5DC;
}

.action_btn a {
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    padding: 10px;
    font-size: 1em;
    line-height: 1.3em;
    text-decoration: none;
    color: #fff;
    position: relative;
}

.action_btn a:hover {
    background-color: #f7cbd6;
}

.action_btn a::after {
    position: absolute;
    font-family: FontAwesome;
    content: "\f107";
    top: 55px;
    left: 45%;
    color: #ffffff;
}

/** ドロワーメニュー */
.menu_chara {
    display: none;
}

.drawer {
    display: none;
}

/* ----------------------------------------
* ヘッダーここまで
---------------------------------------- */

.mainvisual {
    position: relative;
    margin-top: 80px;
}

/** 固定ページのファーストビュー */
.cd-fixed-bg {
    background-attachment: fixed;
}

.cd-fixed-bg {
    position: relative;
    height: 450px;
    min-height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}

.bg-center-center {
    background-position: center center;
}

.bg-center-top {
    background-position: center top;
}

.bg-center-bottom {
    background-position: center bottom;
}

/* .cd-fixed-bg h1,
.cd-fixed-bg h2 {
    position: absolute;
    font-size: 40px;
    font-weight: normal;
    letter-spacing: 0.05em;
    color: #ffffff;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 90%;
    max-width: 800px;
    text-align: center;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.cd-fixed-bg p {
    position: absolute;
    font-size: 25px;
    font-weight: normal;
    letter-spacing: 0.05em;
    color: #ffffff;
    left: 50%;
    top: 70%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 90%;
    max-width: 600px;
    text-align: center;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
} */

.cd-fixed-bg .tag_line {
    color: #ffffff;
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
}

.cd-fixed-bg .tag_line h1 {
    display: inline-block;
    border: 3px solid #fff;
    border-radius: 10px;
    padding: 15px;
    font-size: min(2.5vw, 30px);
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0;
}

.cd-fixed-bg .tag_line .lead {
    font-size: min(4vw, 60px);
    line-height: 1.25;
    font-weight: 500;
    margin-top: 0.5em;
    margin-bottom: 0.3em;
    word-break: auto-phrase;
}

.cd-fixed-bg .tag_line p {
    text-align: center;
    font-size: min(2.24vw, 24px);
    font-weight: normal;
    letter-spacing: 0.05em;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.36em;
    align-items: center;
}

.cd-fixed-bg .tag_line a {
    text-decoration: none;
    color: #fff;
}

.tag_line {
    width: 100%;
    height: 600px;
    position: absolute;
    top: 0;
    left: 0;
    display: grid;
    place-content: center;
    place-items: center;
    padding: 0 5%;
}

.tag_line h1 {
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
    font-size: min(4vw, 60px);
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: 0.1em;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 0.3em;
}

.tag_line h2 {
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
    font-size: min(2.24vw, 24px);
    line-height: 1.4;
    font-weight: normal;
    letter-spacing: 0.05em;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.36em;
    align-items: center;
    word-break: auto-phrase;
}

.tag_line h2 a {
    text-decoration: none;
    color: #fff;
}

.tag_line .flex {
    display: flex;
    justify-content: center;
}

.tag_line p.tag_line_2 {
    position: absolute;
    font-size: 20px;
    line-height: 25px;
    font-weight: normal;
    letter-spacing: 0.05em;
    color: #ffffff;
    left: 50%;
    top: 380px;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 90%;
    max-width: 800px;
    text-align: center;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.tag_line .tel p {
    position: absolute;
    top: 13px;
    right: 15px;
    font-size: 22px;
    font-weight: 600;
    padding: 7px 8px 5px 8px;
    font-weight: bold;
    color: #ffffff;
    border: solid 3px #ffffff; 
    background-color: rgba(25,25,25,0.3);
    border-radius: 8px;
}

.tel {
    cursor: default;
    pointer-events: none;
}

.tel a {
    color: #ffffff;
    text-decoration: none;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-phone:before {
    content: "\f095";
    margin-right: 5px;
}

.tag_line div.biz_hours {
    position: absolute;
    width: 430px;
    top: 340px;
    right: 20px;
    border: solid 1px #bbbbbb;
}

.tag_line div.biz_hours table th,
.tag_line div.biz_hours table td {
    font-size: 0.9em;
}

.tag_line div.biz_hours table.time thead {
    background-color: #eecd31;
    color: #ffffff;
}

.tag_line div.biz_hours table.notes {
    margin-bottom: 0;
}

.tag_line div.biz_hours table tr td.on.-all:before {
    background: #777777;
    height: 12px;
    width: 12px;
}

.tag_line div.biz_hours table tr td.on.-kenshin:before {
    background: #f37d3d;
    height: 11px;
    width: 11px;
}

.tag_line div.biz_hours table.time,
.tag_line div.biz_hours table.notes {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: none;
}

.tag_line span.general {
    background-image: url("/images/biz_on_1g.png");
}

.tag_line span.vacci {
    background-image: url("/images/biz_on_2.png");
}

.tag_line span.child {
    background-image: url("/images/biz_on_3g.png");
}

.tag_line div.biz_hours table tr.biz_remarks td.on {
    background-image: url("/images/biz_on_3g.png");
}
.biz_hours .remarks b{
    font-size: 10.5px;
    font-size: 10.5px;
    padding: 6px 0 5px;
    display: block;
}
.biz_hours .remarks b .frame{
    padding: 5px 2px;
    border: solid 1px;
    margin-top: 5px;
}

.cd-fixed-bg.large {
    height: 600px;
}
.cd-fixed-bg.cd-bg-1 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),url("/images/_best_O7A2029.JPG");
}
.cd-fixed-bg.cd-bg-2 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),url("/images/_best_O7A1681.JPG");
}
.cd-fixed-bg.cd-bg-3 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),url("/images/_best_O7A1705.JPG");
}
.cd-fixed-bg.cd-bg-4 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),url("/images/_best_O7A1717.JPG");
}
.cd-fixed-bg.cd-bg-5 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),url("/images/_best_O7A1831.JPG");
}
.cd-fixed-bg.cd-bg-6 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),url("/images/_best_O7A1908.JPG");
}
.cd-fixed-bg.cd-bg-7 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),url("/images/_best_O7A1868.JPG");
}
.cd-fixed-bg.cd-bg-8 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),url("/images/_best_O7A1861.JPG");
}
.cd-fixed-bg.cd-bg-9 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),url("/images/_best_DSC06471.JPG");
}
.cd-fixed-bg.cd-bg-10 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),url("/images/online_kv.jpg?add");
}
.cd-fixed-bg.cd-bg-11 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),url("/images/zekka_kv.jpg?add");
}
.cd-fixed-bg.cd-bg-12 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),url("/images/kokoro_first_view_1.jpg");
}
.cd-fixed-bg.cd-bg-13 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),url("/images/_best_O7A1861.JPG");
}

/** Meta SliderのCSS設定 */
.metaslider .flexslider {
    margin: 0 !important;
}

.flexslider {
    margin: 0 !important;
}

.flex-control-nav {
    bottom: 20px !important;
    z-index: 100;
}

.flex-control-paging li a {
    width: 10px !important;
    height: 10px !important;
}

.flex-control-paging li a.flex-active {
    background: rgba(150,209,215,1) !important;
}

/** スライドショー切り替え用の左右矢印はデフォルトを使用する
.flex-direction-nav .flex-next {
    background-position: 100% 0 !important; 
    right: -5px !important; 
}

.flex-direction-nav .flex-prev {
    left: -5px !important;
}

.flexslider:hover .flex-next {
    opacity: 0.9 !important; 
}

.flexslider:hover .flex-prev {
    opacity: 0.9 !important; 
}

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
    opacity: 0.6 !important;
}

.flex-direction-nav a {
    width: 60px !important;
    height: 60px !important;
    background: url("https://margaret-kodomo.jp/florence/images/original_direction.png") no-repeat 0 0 !important;
}

.flex-direction-nav a {
    background: url("https://margaret-kodomo.jp/florence/images/original_direction.png") no-repeat 0 0 !important;
}
**/

.metaslider h1 {
    position: absolute;
    font-size: 40px;
    font-weight: normal;
    letter-spacing: 0.05em;
    color: #ffffff;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 90%;
    max-width: 800px;
    text-align: center;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    z-index: 10000000000;
}

/** スライダー画像の表示幅調整 */
.metaslider .slides {
    height: 600px;
    overflow: hidden;
}

/** スライダー画像設定 */
.metaslider .slides img {
    filter: brightness(80%);
}

/* ----------------------------------------
* headerここまで
---------------------------------------- */

/* ----------------------------------------
* TOPページ
---------------------------------------- */


/** 見出し */
.front-heading {
    font-size: 32px;
    line-height: 1.5;
    font-weight: 700;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
    margin-bottom: 1.5em;
}

/** ボタン */
.front-btn {
    margin-top: 60px;
    text-align: center;
}

.clinic_hours-btn {
    margin-top: 30px;
}

.front-btn .btn {
    display: inline-flex;
    height: 50px;
    align-items: center;
    justify-content: center;
    padding: 0 1.5em;
}

.front-btn .btn.reservation {
    height: 60px;
    padding: 0 2.5em;
    font-size: 24px;
}

.front-btn .btn.more {
    border-width: 2px;
}

.clinic_hours-btn a.btn {
    width: 332px;
    padding: 15px;
    max-width: 100%;
    font-size: min(16.5px, 4.2vw);
}

/** 画像 */
.image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image.-rounded-corners {
    border-radius: 120px;
    overflow: hidden;
}

.image.-rounded {
    border-radius: 50%;
    overflow: hidden;
}

.image.-border {
    border: 1px solid #bbb;
}

.section-about .column_2 {
    row-gap: 0;
}

.section-about__body h2 {
    margin-bottom: 1em;
}

.section-about__body p {
    line-height: 2;
    font-size: 16px;
}

.section-about__body p + p {
    margin-top: 0.5em;
}

.section-about__image {
    grid-row: 1/3;
    grid-column: 2/3;
}

.section-about__image .image {
    aspect-ratio: 10/7;
}

.section-about__image .image img {
    transform: scale(1.3) translate(3%, -4.5%);
    object-position: center bottom;
}

.news-list {
    display: grid;
    border-top: 1px solid #bbb;
}

.news-list__item {
    border-bottom: 1px solid #bbb;
}

.news-list__item a {
    height: 100px;
    display: grid;
    grid-template-columns: 177px 1fr;
    align-items: center;
    text-decoration: none;
    font-size: 18px;
}

.news-list__item time {
    color: #2b7bb9;
}

.section-info__list {
    display: grid;
    grid-gap: 80px;
}

.section-info__image .image {
    aspect-ratio: 5/3;
    border-radius: 50px;
}

.section-info__body {
    max-width: 400px;
}

.section-info__body h3 {
    font-size: 24px;
    margin-bottom: 0.75em;
    font-weight: 700;
}

.section-info__body p {
    line-height: 2;
    font-size: 16px;
}

.section-info__body .front-btn {
    margin-top: 40px;
}

.section-greeting__column.column_2 {
    grid-template-columns: 1fr 2fr;
}

.section-greeting__image .image {
    aspect-ratio: 1/1;
}

.section-greeting__body p {
    line-height: 2;
    font-size: 16px;
}

/** 営業時間 */
.biz_hours {
    margin: 0 auto;
    position: relative;
}

table.time {
    border-collapse: collapse !important;
}

.biz_hours table.time {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    border: none;
    border-top: 1px solid #bbbbbb;
    border-left: 1px solid #bbbbbb;
    border-right: 1px solid #bbbbbb;
}

.biz_hours table.time thead {
    color: #ffffff;
}

.biz_hours table.time thead tr {
    background-color: #eecd31;
}

.biz_hours table.time tbody tr {
    background-color: #ffffff;
}

.biz_hours table.notes {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    border: none;
    border-left: 1px solid #bbbbbb;
    border-right: 1px solid #bbbbbb;
    border-bottom: 1px solid #bbbbbb;
}

.biz_hours tbody {
    background-color: #ffffff; 
}

.biz_hours table th,
.biz_hours table td {
    border: none !important;
    padding: 0.4em;
    font-size: 1.1em;
    text-align: center;
}

.biz_hours table.time tr {
    border-bottom :1px solid #e6e6e6;
}

.biz_hours table td.on {
    position: relative;
}

.biz_hours table td.off {
    position: relative;
}

span.general {
    position: relative;
    padding-left: 2em;
    margin-left: 0.5em;
    background-image: url("/images/biz_on_1g.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 70%;
}

span.vacci {
    padding-left: 2em;
    margin-left: 0.5em;
    background-image: url("/images/biz_on_2.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 70%;
}

span.child {
    padding-left: 2em;
    margin-left: 0.5em;
    background-image: url("/images/biz_on_3g.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 80%;
}

span.triangle {
    width: 24px;
    height: 12px;
    display: inline-grid;
    place-content: center;
    text-align: center;
    margin-left: 0.5em;
}

span.triangle::before {
    content: '';
    background: #9DDAE2;
    height: calc(tan(60deg) * 9px / 2);
    width: 9px;
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
    border-radius: 0;
}

.biz_hours table td.on:before {
    position: absolute;
    counter-increment: list;
    content: "";
    display: block;
    height: 15px;
    width: 15px;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.biz_hours table td.off::before {
    position: absolute;
    counter-increment: list;
    content: "";
    display: block;
    height: 1px;
    width: 13px;
    top: 50%;
    left: 50%;
    background: #555555;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.tag_line table td.off:before {
    width: 11px;
}

.biz_hours table tr.biz_remarks td.on {
    background-image: url("/images/biz_on_3g.png");
    background-repeat: no-repeat;
    background-position: 80% 10%;
    background-size: 40%;
}

.biz_hours table tr td.on:before {
/**  background: #609ac5; */
    background: #777777;
}

.biz_hours table tr td.on.-kenshin:before {
    background: #f37d3d;
    height: 14px;
    width: 14px;
    border-radius: 15%;
}

.biz_hours table tr td.on.-triangle:before {
    background: #9DDAE2;
    height: calc(tan(60deg) * 15px / 2);
    width: 15px;
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
    border-radius: 0;
}

.biz_hours table tr.notes th {
    font-size: 0.8em;
    text-align: center;
    background-color: #fcfcfc;
}

.biz_hours table tr.remarks th {
    font-size: 0.8em;
    background-color: rgba(232,247,38,0.54);
    text-align: center;
}

.biz_hours table thead {
    background-color: #eecd31;
}

.biz_hours table thead th {
    background: none;
}

.biz_hours table tbody th {
    background: none;
    color: #555555;
}

.biz_hours table tbody td {
    background: none;
    background-color: #ffffff;
}

.biz_hours_frame {
    background-color: #ffffff;
    padding: 25px 25px;
/**  border: solid 2px #ffffff; **/
    border :1px solid #e6e6e6;
    border-radius: 10px;
}

.biz_hours ul.ul_remarks {
    background-color: #ffffff;
    padding: 0 0 0 1.2em;
    border: solid 2px #ffffff;
    position: relative;
    list-style-type: none!important;
}

.biz_hours ul.ul_remarks li:before{
    content: "※";
    position: absolute;
    left: 0em;
}

/** アクセス */
.section-access {
    padding-top: 0;
}

.section-access__map {
    margin-bottom: 5px;
    text-align: center;
}

#api_map {
    width: 100%;
    height: 400px;
    margin-bottom: 10px;
    border: 1px solid #e6e6e6;
}

.section-access__frame {
    background-color: #ffffff;
    padding: 60px 50px;
    border-radius: 20px;
    border: 1px solid #bbbbbb;
    margin-top: 30px;
    font-size: 16px;
    line-height: 2;
}

.section-access__frame p.title {
    font-weight: 600;
}

.section-access__frame p.text {
    font-size: 1em;
    margin-bottom: 1.3em;
}

.section-access__frame ul.ul_list {
    background-color: #ffffff;
    border: solid 2px #ffffff;
    position: relative;
    margin-bottom: 1em;
}

.section-access__frame ul.list_last {
    margin-bottom: 0 !important;
}

.section-access__frame ul.ul_list li {
    line-height: 1.5;
    list-style-type: none!important;
    margin-left: 1.2em; 
}

.section-access__frame ul.ul_list li:before{
    font-family: FontAwesome;
    content: "\f138";
    position: absolute;
    left: 0px;
    color: #F6A38B;
}

.section-access__tel {
    padding: 0;
    margin-top: 60px;
    font-size: 16px;
}

.section-access__tel .page_frame {
    border-radius: 20px;
    padding: 50px;
}

.section-access__tel .page_frame p + p {
    margin-top: 0.5em;
}

.section-banners {
    text-align: center;
    margin-bottom: 150px;
}

.section-banners > * {
    display: grid;
    grid-gap: 60px;
}

/** suカルーセル */
/*
.su-carousel {
    margin-bottom: 0 !important;
}

.su-carousel-centered {
    margin: 0 !important;
}

.su-carousel .su-carousel-slide a {
    padding: 0 !important;
}

.su-carousel .su-carousel-slide img {
    padding: 0 !important;
    border: 0 !important;
    background: #fff !important;
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border: 1px solid #ffffff !important;
}
*/

/** suカルーセル（NEW）202306 wanibuchi **/
.su-image-carousel{
    margin: 0 auto !important;
}
 .su-image-carousel-item
,.su-image-carousel-item-content{
    margin : 0 !important;
    padding: 0 !important;
}
.su-image-carousel-item-content img{
    padding      : 0 !important;
    margin       : 0 !important;
    border       : 0 !important;
    border-radius: 0 !important;
}

/* NEWS */
.post-content table.table_day {
    border: none;
    font-size: 1em;
    border-collapse: separate;
    border-spacing: 0px 10px;
    vertical-align: top;
}

.post-content table.table_day th {
    color: #333333;
    vertical-align: top;
}

.post-content table.table_day tbody th {
    background: none;
}

table.table_day tbody th {
    font-weight: 600;
    width: 95px;
} 

.post-content table.table_day tbody th{
    display: block;
}
table.table_day span.day_caption{
    color: #2b7bb9;
    font-size: 12px;
}
.page_frame table.table_day td{
    display: block;
}
.page_frame table.table_day td a{
    font-weight: bold;
    text-decoration: none;
}

/** 日付キャプション */
span.day_caption {
    font-family: 'Noto Sans Japanese', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 0.9em;
    font-weight: 600;
    margin-right: 0.5em;
}

/** ボタン行間 */
p.btn_more_2 {
    clear: both;
    margin: 30px 0 20px 0;  
}

/** 記事ページレイアウト */
.post-content .text_frame h1 {
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
    font-size: 1.8em;
    margin: 1.2em 0 0.8em 0;
}

.post-meta {
    border-top: 2px solid #ffffff;
}

ul.post-meta {
    margin-top: 20px;
}

.post-meta li {
    background: #f4f4ef;
}

.text_frame h1 {
    clear: both;
}

span.article-cat {
    font-weight: 600;
}

span.article-cat a {
    text-decoration: none;
}

.su-heading-style-default {
    border-top: 1px solid #555555 !important;
    border-bottom: 1px solid #555555 !important;
}

.su-heading-style-default .su-heading-inner {
    padding: 0.7em 0.2em !important;
    border-top: none !important;
    border-bottom: none !important;
    color: #555555;
    font-size: 1.5em;
    font-weight: 600;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

/** SNSシェアボタン */
.box_social.left.small {
    clear: both;
    text-align: left;
    margin-top: 0.5em;
    margin-bottom: 2em;
}

.box_social.left.small ul li {
    display: inline;
}

.box_social.left.small ul li span,
.box_social.left.small ul li i {
    line-height: 37px;
    font-size: 1.3em !important;
    text-align: center;
    margin-right: 5px;
    width: 36px;
    height: 36px;
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
}

.box_social ul li span, .box_social ul li i {
    display: inline-block;
    color: #FFF;
    line-height: 20px;
    background-color: #ef8ab6;
    font-size: 14px;
    text-align: center;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}

i.fa-facebook {
    background-color: #3c5a99 !important;
}

i.fa-twitter {
    background-color: #1da1f2 !important;
}

i.fa-google-plus {
    background-color: #db4a39 !important;
}

/* ----------------------------------------
* TOPページここまで
---------------------------------------- */

/* ----------------------------------------
* 固定ページ
---------------------------------------- */

/** 固定ページタイトル */
.page_title {
    background-color: #f6e467;
}

.page_title h1.title{
    color: #ffffff;
    font-size: 25px;
    height: 80px;
    padding-right: 60px;
    line-height: 80px;
    text-align: center;
    border: 1px solid #e6e6e6;
}

.page_title--main {
    margin-bottom: 1em;
}

.page_title--main .title {
    font-size: 28px;
    font-weight: 700;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
    padding: 0 10px;
}

p.page_description {
    font-size: 16px;
    line-height: 2;
}

/** 固定ページの2カラム表示をなくす */
.main-inner {
    width: 100%;
    margin: 0;
}

.left-content .main-inner {
    width: 100%;
    margin: 0;
}

.right-content .main-inner {
    width: 100%;
    margin: 0;
}

/** コンテンツ部分の幅を狭める **/
.center_content {
    width: 1100px;
    margin-right: auto;
    margin-left: auto;  
}

/** 箇条書きリスト */
.inventory_list {
    background-color: #ffffff;
    padding: 1.5em;
    margin: 0px 25px 30px 25px;
    border-radius: 10px;
    border :1px solid #e6e6e6;
}

.inventory_list ul.ul_list {
    padding: 0;
}

.inventory_list ul.ul_list li {
    position: relative;
    font-size: 1.1em;
    padding: 0em 0em 0em 1.8em;
    list-style-type: none!important;
}

.inventory_list ul.ul_list li:before {
    position: absolute;
    display: block;
    content: '';
    top: 0.2em;
    left: 0em;
    width: 1em;
    height: 1em;
    background-color: #96d1d7;
    border :1px solid #e6e6e6;
}

.inventory_list ul.ul_list li::after {/*疑似要素*/
    display: block;
    content: '';
    position: absolute;
    top: 0.5em;
    left: 0.3em;
    width: 0.55em;
    height: 0.25em;
    border-left: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    }

/** 備考の枠 */
.inventory_list ul.ul_remarks {
    background-color: #ffffff;
    padding: 20px 30px 20px 50px;
    margin-top: 30px;
    border: solid 2px #ffffff;
    position: relative;
    list-style-type: none!important;
}

.inventory_list ul.ul_remarks li:before{
    content: "※";
    position: absolute;
    left: 1.5em;
}

/** 固定ページ共通枠 */
.page_frame {
    background-color: #ffffff;
    padding: 2em;
    margin: 0px 5px 10px 5px;
    counter-reset: list;
    counter-reset: number;
    list-style-type:none;
    border-radius: 10px;
    border :1px solid #bbbbbb;
}

.front_frame {
    border :2px solid #e6e6e6; 
}
.front_sns h3{
    margin: 10px 0;
    padding: 0;
    position: relative;
}
.front_sns .page_frame h3{
    color: #000;
    font-size: 19px;
    font-weight: normal;
    color: #3e3e3e;

}
.front_sns ul{
    display: flex;
    justify-content: center;
}
.front_sns ul li{
    width: 40px;
    margin: 10px 15px;
}
.front_sns ul li.note{
    width: 110px;
    margin-top: 17px;
}
.front_sns ul li a:hover {
    opacity: 0.7;
}
.front_sns .page_frame{
    border: 3px solid #fd9bb3;
    margin: 30px auto 0;
    padding: 15px 10px 0;
}

.front_sns h3:before {
    position: absolute;
    content: "";
    display: inline-block;
    top: -17px;
    left: 8px;
    width: 40px;
    height: 40px;
    background-image: url("/images/margaret_but_2.png");
    background-size: contain;
    vertical-align: middle;
}
.noteWrap{
    border-top: 1px solid #fd9bb3;
    margin-top: 10px;
    padding-top: 3px;
    width: 85%;
    margin-left: 7.5%;
}
.noteIcon{
    text-decoration: none!important;
    text-align: center;
    display: block;
    font-size: 14px;
}
.noteIcon img{
    width: 18%;
    margin: 15px 10px 20px 0;
}


.last_frame {
    margin-bottom: 30px !important;
}

.biz_hours .page_frame {
    margin: 0px 0px 0px 0px;
}

.page_frame p.title {
    font-size: 1em;
    font-weight: 600;
    margin-bottom: 0.3em;
}

.page_frame p.text {
    margin-bottom: 10px;
}

.page_frame p.text_20 {
    margin-bottom: 20px; 
}

.page_frame p.title_vision {
    font-size: 1.5em;
    line-height: 1.8em;
    color: #eecd31;
    margin-bottom: 0.4em;
}

.page_frame p.text_vision {
    margin-bottom: 10px;
    font-size: 1.2em;
    font-weight: 600;
}

.page_frame p.title_diagnosis {
    position: relative;
    font-size: 1.5em;
    line-height: 1.8em;
    color: #eecd31;
    padding-left: 1.8em;
    margin-bottom: 0.4em;
}

.page_frame p.no_1:before {
    position: absolute;
    content: "";
    display: inline-block;
    left: 0em;
    top: 2px;
    width: 28px;
    height: 28px;
    background-image: url("/images/no_1.png");
    background-size: contain;
    vertical-align: middle;
}

.page_frame p.no_2:before {
    position: absolute;
    content: "";
    display: inline-block;
    left: 0em;
    top: 2px;
    width: 28px;
    height: 28px;
    background-image: url("/images/no_2.png");
    background-size: contain;
    vertical-align: middle;
}

.page_frame p.no_3:before {
    position: absolute;
    content: "";
    display: inline-block;
    left: 0em;
    top: 2px;
    width: 28px;
    height: 28px;
    background-image: url("/images/no_3.png");
    background-size: contain;
    vertical-align: middle;
}
.page_frame p.no_4:before {
    position: absolute;
    content: "";
    display: inline-block;
    left: 0em;
    top: 2px;
    width: 28px;
    height: 28px;
    background-image: url("/images/no_4.png?add");
    background-size: contain;
    vertical-align: middle;
}
.page_frame p.no_5:before {
    position: absolute;
    content: "";
    display: inline-block;
    left: 0em;
    top: 2px;
    width: 28px;
    height: 28px;
    background-image: url("/images/no_5.png?add");
    background-size: contain;
    vertical-align: middle;
}

.page_frame h3 {
    position: relative;
    padding-left: 1.8em;
    color: #eecd31;
    font-weight: 500;
}

.page_frame h3.no_1:before {
    position: absolute;
    content: "";
    display: inline-block;
    left: 0em;
    top: 0px;
    width: 28px;
    height: 28px;
    background-image: url("/images/no_1.png");
    background-size: contain;
    vertical-align: middle;
}

.page_frame h3.no_2:before {
    position: absolute;
    content: "";
    display: inline-block;
    left: 0em;
    top: 0px;
    width: 28px;
    height: 28px;
    background-image: url("/images/no_2.png");
    background-size: contain;
    vertical-align: middle;
}

.page_frame h3.no_3:before {
    position: absolute;
    content: "";
    display: inline-block;
    left: 0em;
    top: 0px;
    width: 28px;
    height: 28px;
    background-image: url("/images/no_3.png");
    background-size: contain;
    vertical-align: middle;
}
.page_frame h3.no_4:before {
    position: absolute;
    content: "";
    display: inline-block;
    left: 0em;
    top: 0px;
    width: 28px;
    height: 28px;
    background-image: url("/images/no_4.png");
    background-size: contain;
    vertical-align: middle;
}
.page_frame h3.no_5:before {
    position: absolute;
    content: "";
    display: inline-block;
    left: 0em;
    top: 0px;
    width: 28px;
    height: 28px;
    background-image: url("/images/no_5.png");
    background-size: contain;
    vertical-align: middle;
}

.page_frame h3.title {
    font-size: 1.2em;
    font-weight: 600;
    color: #333333;
    padding: 0;
    margin: 0 0 1.5em 0;
}

.page_frame p.text_diagnosis {
    margin-bottom: 30px;
}

.page_frame p.page_frame_title {
    margin-bottom: 1em;
    padding-bottom: 0.7em;
    font-weight: 600;
    font-size: 1.2em;
    border-bottom: 1px solid #cccccc;
}

.page_frame_text {
    color: #ffa632;
    font-weight: 600;
    font-size: 1.2em;
}

.page_frame_text span.text_big {
    font-size: 1.5em;
}

.page_frame ul.ul_list {
    position: relative;
    list-style-type:none;
}

.page_frame ul.ul_list li {
    position:relative;
    padding-left: 1em;
    width: 100%;
    margin: 0;
}

.page_frame ul.ul_list li.margin {
    margin-bottom: 0.5em;
}

.page_frame ul.ul_privacy {
    margin-top: 0.2em;
    margin-bottom: 20px;
}

.page_frame ul.ul_privacy li {
    position: relative;
    padding-left: 1.3em;
    margin: 0 0 0.2em 0;
    list-style: none;
}

.page_frame ul.ul_privacy li:before {
    counter-increment: list;
    content: "";
    display: block;
    position: absolute;
    left: 0.4em;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    background: #555555;
    top: 0.75em;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.between ul.ul_list li {
    padding-bottom: 0.7em;
}

.between ul.ul_list li.last_01 {
    padding-bottom: 0.1em;
}

.page_frame ul.ul_list li:before{
    counter-increment: list;
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: #F6A38B;
    top: 0.8em;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.page_frame ul.ul_remarks li {
    position:relative;
    list-style-type: none;
    color: #999999;
    font-size: 0.8em;
    padding-left: 1.2em;
} 

.page_frame ul.ul_remarks li:before{
    content: "※";
    position: absolute;
    left: 0em;
}

.page_frame ul.ul_check {
    position: relative;
    list-style-type:none;
}

.page_frame ul.ul_check li {
    position:relative;
    padding-left: 1.5em;
    width: 100%;
    font-size: 1.1em;
    margin: 0;
}

.page_frame ul.ul_check li:before{
    position: absolute;
    font-family: FontAwesome;
    display: block;
    content: "\f00c";
    left: 0px;
    font-size: 1.1em;
    color: #ff9432;
}

.page_frame ul.ul_check_2 {
    position: relative;
    list-style-type:none;
    margin-bottom: 10px;
}

.page_frame ul.ul_check_2 li {
    position:relative;
    padding-left: 1.5em;
    width: 100%;
    margin: 0;
}

.between ul.ul_check_2 li {
    padding-bottom: 0.7em;
}

.page_frame ul.ul_check_2 li:before{
    position: absolute;
    font-family: FontAwesome;
    display: block;
    content: "\f00c";
    left: 0px;
    color: #ff9432;
}

.page_frame ul.ul_number {
    position: relative;
    list-style-type:none;
    border: dashed 1px #808080;
    padding: 1em 1em 0.6em 1em;
    margin-bottom: 1em;
}

.page_frame ul.ul_number li {
    position:relative;
    padding-left: 1.2em;
    padding-bottom: 0.3em;
    width: 100%;
    margin: 0;
}

.page_frame ul.ul_number li:before{
    position: absolute;
    display: block;
    counter-increment: number;
    content: counter(number)".";
    left: 0px;
    color: #101010;
}

.page_frame ul.ul_inv_list {
    padding: 0;
}

.page_frame ul.ul_inv_list li {
    position: relative;
    font-size: 1.1em;
    padding: 0em 0em 0em 1.8em;
    list-style-type: none!important;
}

.page_frame ul.ul_inv_list li:before {
    position: absolute;
    display: block;
    content: '';
    top: 0.2em;
    left: 0em;
    width: 1em;
    height: 1em;
    background-color: #86bae0;
    border :1px solid #555555;
}

.page_frame ul.ul_inv_list li::after {
    display: block;
    content: '';
    position: absolute;
    top: 0.5em;
    left: 0.3em;
    width: 0.55em;
    height: 0.25em;
    border-left: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.page_frame .dl_list {
    display: grid;
    grid-gap: 5px;
}

.page_frame .dl_list__block {
    display: grid;
    grid-template-columns: 117px 1fr;
    border-left: 0;
}

.page_frame .dl_list__block .dl_list__dt {
    font-weight: normal;
}

.page_frame .dl_list__block .dl_list__dd {
    border-left: 0;
    padding-left: 0;
    margin-bottom: 0;
}

.page_frame div.list_last {
    margin-bottom: 30px !important;
}

li.list_last_0 {
    margin-bottom: 0px !important;
}

.last_0 {
    margin-bottom: 0px !important; 
}

.last_20 {
    margin-bottom: 20px !important; 
}

.no_frame {
    background-color: transparent !important;
    padding: 0 !important;
    margin: 0 0 0 5px !important;
    border: none !important;
}

.page_frame table {
    border: none;
    white-space: normal;
    display: table;
}

.page_frame table.table_career tbody th {
    font-weight: 500;
    vertical-align: top;
} 

.page_frame table.table_career thead th {
    width: 120px;
    padding-bottom: 0.3em;
}

.page_frame table.table_expert thead th {
    width: 50%;
    padding-bottom: 0.3em;
}

.page_frame table.table_doctor thead th {
    width: 120px;
    padding-bottom: 0.3em;
}

.page_frame table.table_doctor tbody th {
    position: relative;
    padding-left: 1em;
} 

.page_frame table.table_doctor tbody th:before {
    counter-increment: list;
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #F6A38B;
    top: 0.7em;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.page_frame table {
    border: none;
    width: 100%;
    margin-bottom: 0px;
}

.page_frame table.table_career {
    margin-bottom: 20px;
}

.page_frame table thead th {
    background: none;
}

.page_frame table th {
    color: #555555;
    font-weight: 600;
}

.page_frame table th,
.page_frame table td {
    border: none;
    padding: 0px;
    vertical-align: top;
}

.page_frame table tbody th {
    background: none;
}

.page_frame 

/** リストの2列表示 */
ul.page_frame_2 {
    width: 800px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
}

ul.page_frame_2 li{
    list-style: none;
    float: left;
    display: block;
    width: 50%;
    margin: 0;
    background-size: 20px;
}

ul.page_frame_2 div.frame_left {
    margin: 0 8px 0 25px;
    height: 10em;
    overflow: hidden;
}

ul.page_frame_2 div.frame_right {
    margin: 0 25px 0 8px;
    height: 10em;
    overflow: hidden;
}

/** 留意事項枠 */
.noted_frame {
    background-color: #ffffff;
    padding: 1.2em 1.5em;
    margin: 0px 25px 10px 25px;
    counter-reset: list;
    list-style-type:none;
    border-radius: 10px;
    background-color: #ffe1e3;
    border: 1px solid #e6e6e6;
}

.noted_frame p.noted_frame_title {
    margin-bottom: 1em;
    padding-bottom: 0.7em;
    font-weight: 600;
    font-size: 1.2em;
    color: #fd5d20;
    border-bottom: 1px solid #F6A38B;
}

.noted_frame ul.ul_list {
    position: relative;
    list-style-type:none;
    color: #ff6b32;
    font-weight: 600;
}

.noted_frame ul.ul_list li {
    position:relative;
    padding-left: 1em;
}

.noted_frame ul.ul_list li:before {
    counter-increment: list;
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #F6A38B;
    top: 0.7em;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/** 箇条書きネスト用 */
.noted_frame ul.ul_list li ul {
    position: relative;
    list-style-type:none;
    font-weight: 600;
}

.noted_frame ul.ul_list li ul li {
    position:relative;
    padding-left: 0.8em;
}

.noted_frame ul.ul_list li ul li:before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    height: 5px;
    width: 5px;
    background: #ff6b32;
    top: 0.7em;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/** フローチャート */
.flowchart {
    position: relative;
    width: 750px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.flowchart h4.title {
    text-align: center;
    font-size: 1.1em;
}

.flowchart p.title {
    font-size: 130%;
    font-weight: 600;
    color: #555555;
    background-color: #ffffff;
    padding-left: 70px;
    height: 60px;
    line-height: 60px;
    text-align: left;
/**  border: solid 2px #ffffff; **/
    border :1px solid #e6e6e6;
    margin-bottom: 10px;
}

.flowchart .image {
    margin-bottom: 10px;
    text-align: center;
}

.flowchart p.text {
    padding: 30px;
    background-color: #ffffff;
    border-radius: 10px;
    margin-bottom: 10px;
    border :1px solid #e6e6e6;
}

/** 備考※マーク */
span.remarks  {
    position: relative;
    padding-left: 1.1em;
    margin-top: 0.3em;
    display: inline-block;
    font-size: 0.8em;
    color: #707070;
}


span.remarks a {
    text-decoration: underline !important;
    color: #707070 !important; 
}

span.remarks:before{
    position: absolute;
    content: "※";
    color: #707070;
    left: 0;
}

.noted_frame ul.ul_list li span.remarks {
    color: #ff6b32;
}

.noted_frame ul.ul_list li span.remarks:before {
    color: #ff6b32;
}

/** 電話番号表示 */
span.phone_no {
    font-size: 1.6em;
    font-weight: 500;
    color: #f37d3d;
    margin-right: 1.3em;
}

span.phone_no:before {
    content: "お電話";
    color: #555555;
    margin-right: 0.5em;
    font-size: 0.6em;
}

/** アコーディオン */
.accordion {
    margin: 0 auto;
    padding: 10px;
}

.accordion .ac-content {
    margin: 0 10px;
}

.accordion input {
    display: none;
}

.accordion label {
    position: relative;
    display: block;
    font-size: 1.2em;
    background: #ececec;
/**  border: 2px solid #ffffff; */
    cursor: pointer;
/**  height: 60px;  **/
    padding: 15px 0;
    line-height: 60px;
    display: flex;
    align-items: center;
    border :1px solid #e6e6e6;
}

.accordion label p{
    margin-left: 70px;
    margin-right: 1em;
    line-height: 1.4em;
}

.accordion label:hover {
    background: #ccc;
}

.accordion label:before {
    position: absolute;
    content: "Q";
    display: inline-block;
    width: 58px;
    height: 56px;
    font-size: 1.2em;
    text-align: center;
    color: #ffffff;
    background-color: #96d1d7;
/**  border-right: 2px solid #ffffff; **/
}

.accordion label:after {
    position: absolute;
    font-family: FontAwesome;
    display: block;
    content: "\f105";
    font-size: 1.2em;
    text-align: right;
    color: #ffffff;
    height: 56px;
    width: 96%;
}

.accordion .ac-cont {
    transition: 0.2s;
    height: 0;
    overflow: hidden;
    background: #ffffff;
    border-left: 2px solid #ffffff;
    padding: 0 10px;
    margin-bottom: 20px;
}

.accordion input:checked + .ac-cont {
    height: auto;
    padding: 10px;
    border :1px solid #e6e6e6;
}

.bg-sns{
    background: #fff;
    padding: 60px 40px;
    margin: 0 0 10px 0;
    counter-reset: number;
    list-style-type: none;
    border-radius: 10px;
}

/** Twitter埋め込みの中央寄せ */
.twt_wrap {
    text-align: center;
    width: 500px;
    margin: auto;
}

.twt_wrap iframe {
    border :1px solid #e6e6e6 !important;
}

.twt_wrap > iframe {
    margin: auto;
}

.wait_position {
    text-align: center;
    margin-top: 40px;
}

.wait_position img {
    border: 2px solid #fd9bb3;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

/* ----------------------------------------
* 固定ページここまで
---------------------------------------- */

/* ----------------------------------------
* フッター
---------------------------------------- */

/** フッターのフォーマット */
.footer-contents {
    float: left;
    width: 33.333%;
    box-sizing: border-box;
}

#footer .wrap {
    padding: 20px 30px;
}

.footer-contents {
    padding: 10px 10px;
}

.footer-widget {
    margin-bottom: 0px;
}

.footer-widget-title {
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #111;
    padding-bottom: 10px;
}

#footer-main {
    border-top: 1px solid #111;
    padding-top: 20px;
    text-align: center;
    clear: both;
}

.footer-contents h4 {
    padding: 12px 0;
    font-size: 18px;
}

.footer-contents li {
    position: relative;
    margin-left: 0.8em;
    margin-bottom: 0.2em;
}

.footer-contents li:before {
    font-size: 0.8em;
    font-family: FontAwesome;
    content: '\f105';
    position: absolute;
    top: 0.25em;
    left: -0.9em;
}

#footer a:hover {
    color: #f7cbd6;
}

#footer #logo img {
    padding-left: 5px;
    width: 350px;
    height: auto;
}

.footer_inquiry {
    clear: both;
    padding: 10px;
    text-align: left;
    font-size: 1.1em;
}

.footer_privacy {
    text-align: right;
    font-size: 0.8em;
}

.footer_privacy a.privacy {
    margin-right: 0.8em;
}

/** コピーライト */
.footer-02 .footer-copy {
    clear: both;
    padding: 10px 0;
    text-align: center;
    font-size: 12px;
}

/* ----------------------------------------
* フッターここまで
---------------------------------------- */

/* ----------------------------------------
* ユーティリティー
---------------------------------------- */

.bg-white {
    background-color: #fff;
}

.bg-pale-yellow {
    background-color: #f7f6e5;
}

.bg-pale-beige {
    background-color: #f4f4ed;
}

.text-yellow {
    color: #eecd31;
}

.text-white {
    color: #fff;
}

.text-blue {
    color: #2b7bb9;
}

.text-orange {
    color: #f37d3d;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

/* ----------------------------------------
* レスポンシブ
* ~ / 1200px / 991px / 767px 
* desctop / laptop / tablet / phone
---------------------------------------- */
@media screen and (max-width: 1200px) {

    .image.-rounded-corners {
        border-radius: 50px;
    }

    /** 固定ページの2カラム表示をなくす */
    .main-inner {
    width: 100%;
    margin: 0;
    box-sizing: border-box;
    }

    #content {
    padding-top: 60px;
    }

    /* header */
    #header {
    height: 60px;
    padding: 0 !important;
    grid-template-columns: 1fr auto auto;
    }

    .right-content #side {
    top: 80px;
    }

    /** アンカーリンク設定 */
    #link1 {
    margin-top: -70px;
    padding-top: 70px; 
    z-index: -1;
    }

    /* #link2 {
    margin-top: -70px;
    padding-top: 70px; 
    z-index: -1;
    } */

    #link3 {
    margin-top: -70px;
    padding-top: 70px; 
    z-index: -1;
    }

    #link4 {
    margin-top: -70px;
    padding-top: 70px; 
    z-index: -1;
    }

    #link5 {
    margin-top: -70px;
    padding-top: 70px; 
    z-index: -1;
    }

    #link6 {
    margin-top: -70px;
    padding-top: 70px; 
    z-index: -1;
    }

    #link7 {
    margin-top: -70px;
    padding-top: 70px; 
    z-index: -1;
    }

    #link8 {
    margin-top: -70px;
    padding-top: 70px; 
    z-index: -1;
    }

    #link9 {
    margin-top: -70px;
    padding-top: 70px; 
    z-index: -1;
    }

    #link10 {
    margin-top: -70px;
    padding-top: 70px; 
    z-index: -1;
    }

    #absenteeism {
    margin-top: -70px;
    padding-top: 70px;
    z-index: -1;
    }
    #clinic_hours {
    margin-top: -70px;
    padding-top: 70px;
    }
    .home #clinic_hours {
    padding-top: 130px;
    }

    /** グローバルナビゲーション */
    #gnav {
    display: none !important;
    }

    #gnav.active {
    display: none !important;
    }

    /** ヘダーボタン設定 */
    .switch_pc {
    display: none;
    }

    .switch_sp {
    display: block;
    }

    .actions {
    margin-right: 44px;
    }

    .action_btn a span {
    display: none;
    }

    .action_btn {
    width: 70px;
    height: 60px;
    margin-left: 0px;
    }

    .action_btn a {
    display: block;
    padding: 8px 3px;
    font-size: 0.9em;
    font-weight: 500;
    }

    .action_btn a::after {
    top: 45px;
    }

    #header #logo img {
    vertical-align: top;
    height: auto;
    max-height: 50px;
    }

    /** ハンバーガーメニュー設定 */
    .menu_chara {
    display: block;
    }

    .menu_chara img {
    position: fixed;
    top: 9px;
    right: 4px;
    width: 34px;
    z-index: 5;
    }

    .drawer {
    display: block;
    }

    .drawer-nav {
    background-color: #fcfcfc !important;
    border-left: solid 1px #bbbbbb !important;
    }

    .drawer-hamburger {
    width: 20px !important;
    background-color: #888888 !important;
    padding: 23px 12px 26px !important;
    }

    .drawer-hamburger-icon, 
    .drawer-hamburger-icon:after, 
    .drawer-hamburger-icon:before {
    width: 20px !important;
    height: 1px !important;
    background-color: #ffffff !important;
    }

    .drawer-open .drawer-hamburger-icon {
    background-color: transparent !important;
    }

    .drawer-hamburger-icon:before {
    top: -8px !important;
    }

    .drawer-hamburger-icon:after {
    top: 8px !important;
    }

    .drawer-open .drawer-hamburger-icon:before {
    top: 0px !important;
    }

    .drawer-open .drawer-hamburger-icon:after {
    top: 0px !important;
    }

    .drawer-open .menu_chara img {
    right: 16.25rem !important;
    }

    ul.drawer-menu li {
    padding: 1em !important;
    border-bottom: solid 1px #e6e6e6 !important;
    }

    ul.drawer-menu li a {
    text-decoration: none !important;
    display: block;
    }

    ul.drawer-menu li a:visited {
    color: #555555 !important;
    } 

    .mainvisual {
    margin-top: 60px;
    }

    .cd-fixed-bg.large {
        height: 500px;
    }

    /** タグライン */
    .cd-fixed-bg .tag_line {
    height: 500px;
    }

    .cd-fixed-bg .tag_line h1 {
    border-width: 2px;
    border-radius: 5px;
    padding: 0.5em;
    font-size: min(2.5vw, 24px);
    font-weight: 700;
    }

    .cd-fixed-bg .tag_line .lead {
    font-size: min(5vw, 48px);
    }
    
    .cd-fixed-bg .tag_line p {
    line-height: 1.4;
    }

    .tag_line h1 {
    font-size: min(5vw, 48px);
    }

    .tag_line h2 {
    line-height: 1.4;
    }

    /** Metaslider設定 */

    /** スライダー画像の表示幅調整 */
    .metaslider .slides {
    height: 600px;
    overflow: hidden;
    }

    .metaslider .slides img {
    width: 1200px !important;
    max-width: initial;
    }

    ul.column_second li div.column_second_text{
    padding: 50px 30px;
    height: 450px;
    width: 100%;
    }

    ul.column_second li p.title {
    font-size: 1.7em;
    }

    ul.column_second li p.text {
    font-size: 1.1em;
    }

    /** 固定ページ背景画像 **/
    .cd-fixed-bg {
    background-size: 1200px;
    min-height: 500px;
    height: 500px;
    background-repeat: no-repeat;
    background-position: center top;
    z-index: 1;  
    }



}
/* ----------------------------------------
* レスポンシブここまで
* ~ / 1200px / 991px / 767px 
* desctop / laptop / tablet / phone
---------------------------------------- */

/* ----------------------------------------
* レスポンシブ
* （ファーストビュー用）
*
---------------------------------------- */
@media screen and (max-width: 1000px) {

    /** コンテンツの幅 */
    .wrap {
        width: auto;
    }

    /** サイドバー設定 */
    .right-content #side {
    display: none;
    }

    .right-content #main {
    width: 100%;
    }

}

/* ----------------------------------------
* レスポンシブ
---------------------------------------- */
@media screen and (max-width: 991px) {

    /** 表示幅のパディング */
    .post-content,
    .cta-post-title,
    .post-cta,
    .post-cta-inner,
    .post-share,
    .post-author,
    article.page .post-header {
    padding: 0px !important;
    }

    /** セクション */
    .section {
    padding-top: 60px;
    padding-bottom: 60px;
    }

    #content {
    padding-top: 60px;
    }

    /** タグライン位置調整 */
    .tag_line {
    height: 500px;
    }

    /** スライダー画像の表示幅調整 */
    .metaslider .slides {
    height: 500px;
    overflow: hidden;
    }

    .metaslider .slides img {
    width: 1000px !important;
    max-width: initial;
    }

    /** 診療時間表 */
    .tag_line div.biz_hours {
        position: static;
        inset: unset;
    }
    .flex-control-nav{
        bottom: 11px !important;
    }

    .front-heading {
        font-size: 24px;
    }

    /** サイドバー設定 */
    .right-content #side {
    display: none;
    }

    .right-content #main {
    width: 100%;
    }

    /** フッターのフォーマット */
    .footer-contents {
    width: 100%;
    }

    #footer .wrap {
    padding: 20px 0;
    }

    #footer #logo {
    margin-bottom: 10px;
    }

    #footer #logo img {
    padding-left: 5px;
    width: 230px;
    }

    /** カラム表示 */
    ul.column_second li {
    width: 50%;
    height: auto;
    }

    ul.column_second li div.image {
    width: 700px;
    height: 450px;
    object-fit: cover;
    }

    ul.column_second li p.title {
    font-size: 1.3em;
    }

    ul.column_second li p.text {
    font-size: 1em;
    }

    ul.column_second li div.column_second_text {
    width: 100%;
    height: 450px;
    }

    ul.column_second p.btn_more {
    margin: 35px 0 0 0;
    }

    div.column_2,
    li.column_2 {
    grid-template-columns: 1fr;
    grid-gap: 50px;
    }

    .section-about .column_2 {
    grid-gap: 50px;
    }

    .section-about__body .front-heading br {
    display: none;
    }

    .section-about__image {
    grid-row: unset;
    grid-column: unset;
    }

    .section-about__image .image {
    aspect-ratio: 3/2;
    }

    .section-about .front-btn {
    margin-top: 0;
    }

    .news-list__item a {
    height: auto;
    min-height: 100px;
    place-content: center;
    grid-template-columns: 1fr;
    font-size: 16px;
    padding: 1em 0;
    }

    .section-info__body {
    max-width: 100%;
    }

    .section-info__body h3 {
    font-size: 20px;
    }

    .section-greeting__column.column_2 {
    grid-template-columns: 1fr;
    }

    .section-greeting__image .image {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    }

    .section-access__frame {
    padding: 25px;
    }

    .section-access__tel .page_frame {
    padding: 25px;
    }

    .bg-sns {
    padding: 25px; 
    }
}
/* ----------------------------------------
* レスポンシブここまで
---------------------------------------- */

/* ----------------------------------------
* レスポンシブphone
---------------------------------------- */
@media screen and (max-width: 767px) {

    /** 全体 **/
    .wrap,
    .one-column #content .wrap {
    margin-left: 10px;
    margin-right: 10px;
    }
    .container.-sp-wide {
    padding-left: 10px;
    padding-right: 10px;
    }

    /** ファーストビュー **/
    .cd-fixed-bg h1, .cd-fixed-bg h2 {
    font-size: 35px;
    }

    /** Twitter埋め込みの中央寄せ */
    .twt_wrap {
    width: 100%;
    }

    /** 固定ページ背景画像 **/
    .cd-fixed-bg {
    background-size: 767px;
    min-height: 450px;
    height: 450px;
    background-repeat: no-repeat;
    background-position: center top;
    z-index: 1;  
    }

    .cd-fixed-bg.large {
    background-size: 840px;
    }

    .cd-fixed-bg .tag_line h1 {
    font-size: min(6vw, 20px);
    }

    .cd-fixed-bg .tag_line .lead {
    font-size: min(7vw, 40px);
    line-height: 1.35;
    }

    .cd-fixed-bg .tag_line p {
    font-size: clamp(14px, 4vw, 16px);
    padding: 0 5%;
    }

    /** post-content設定 */
    .post-content h2 {
    font-size: 1.3em;
    font-weight: 600;
    }

    /** スライダー画像の表示幅調整 */
    .metaslider .slides li {
    position: relative !important;
    overflow: hidden !important;
    width: 100% !important;
    height: 500px !important;
    }

    .metaslider .slides img {
    position: absolute !important;
    left: 50% !important;
    width: 1000px !important;
    height: 500px !important;
    margin-left: -500px !important;
    }

    /** スライドショー切り替え用の左右矢印はデフォルトを使用する
    .flex-direction-nav .flex-next {
    background-position: 100% 0 !important; 
    right: -15px !important; 
    }

    .flex-direction-nav .flex-prev {
    left: -15px !important;
    }

    .flex-direction-nav a {
    width: 40px !important;
    height: 40px !important;
    background: url("https://margaret-kodomo.jp/florence/images/original_direction_sp.png") no-repeat 0 0 !important;
    }

    .flex-direction-nav a {
    background: url("https://margaret-kodomo.jp/florence/images/original_direction_sp.png") no-repeat 0 0 !important;
    }
    **/

    /** ロゴ切り替え */
    #header #logo {
    padding-left: 5px;
    }

    a.btn.more.kv{
        font-size: 12px;
        padding: 2px 0 3px;
        width: 110px;
    }
    /** タグライン位置調整 */
    .tag_line {
        height: 500px;
        display: flex;
        flex-direction: column;
        padding: 80px 10px 45px;
    }

    .tag_line img {
        max-width: 100%;
        width: 90%;
        top: 150px;
    }

    .tag_line h1 {
        font-size: min(7vw, 40px);
        line-height: 1.35;
        margin-top: 0;
    }

    .tag_line h2 {
        font-size: clamp(14px, 4vw, 16px);
        padding: 0 5%;
    }

    .tag_line div.biz_hours {
        width: 100%;
        margin-top: auto;
    }

    .tel {
        pointer-events: auto;
    }

    .tel p {
        top: 10px !important;
        font-size: 14px !important;
        right: 8px !important;
        border: solid 2px #ffffff !important;  
        border-radius: 5px !important;
    }

    /** リード文 */
    .text_frame {
    float: none;
    width: 100%;
    padding: 0 5px;
    }

    .front_padding {
    padding: 0px !important;
    }

    .front_tel{
        margin-top: 80px;   
    }

    .text_frame .insert_image {
    width: 100%;
    }

    /** タイトル文字 */
    .page_title h1.title {
    font-size: 1.2em;
    height: 60px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 1.2;
    display: grid;
    place-content: center;
    }

    .page_title--main .title {
    font-size: 20px;
    padding: 0 5px;
    }

    div.title {
    margin: 2.5em 0 0.5em 0;
    }

    div.title h2 {
    padding-left: 2em !important;
    }

    div.title h2:before {
    width: 25px;
    height: 25px;
    }

    /** コンテンツ部分の幅を狭める **/
    .center_content {
    width: 100%;
    }

    /** 営業時間 */
    .biz_hours {
    width: 100%;
    }

    .biz_hours table {
    display: table;
    width: 100%;
    font-size: 0.8em;
    white-space: normal;
    }

    .biz_hours table td.on:before {
    height: 12px;
    width: 12px;
    }

    .biz_hours table tr td.on.-kenshin:before {
    height: 11px;
    width: 11px;    
    }

    /** 持ち物リストの折り返し **/
    .inventory_list {
    margin: 0 5px 30px 5px;
    }

    /** テキストの位置 */
    div.content_left {
    width: 100%;
    }

    div.content_right {
    width: 100%;
    }

    div.content_left2 {
    width: 100%;
    }

    div.content_right2 {
    width: 100%;
    }

    /** リード文 */
    p.lead {
    font-size: 1em;
    padding: 0 0em 1em 0em;
    }

    /** リストの1列表示 */
    ul.column_1 {
    width: 100%;
    }

    ul.column_1 li {
    width: 100%;
    }

    ul.column_1 li div.content_left {
    width: 100%;
    padding: 0;
    }

    ul.column_1 li div.content_right {
    width: 100%;
    padding: 0;
    }

    ul.column_1 li p.title {
    margin-bottom: 0.5em;
    }

    ul.column_1 li p.title{
    font-size: 1.2em;
    line-height: 1.5em;
    }

    ul.column_1 li p.text {
    padding: 0;
    margin-bottom: 0.5em;
    font-size: 1em;
    }

    /** リストの2列表示 */
    ul.column_2 {
    width: 100%;
    }

    ul.column_2 li {
    width: 100%;
    }

    ul.column_2 li div.content {
    margin: 0 0 20px 0;
    }

    ul.column_2 li.director_left {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    }

    ul.column_2 li.director_right {
    width: 100%;
    padding-left: 0;
    }

    ul.column_2 li.profile_left {
    margin-bottom: 10px;
    width: 100%;
    }

    ul.column_2 li.profile_right {
    width: 100%;
    }

    /** リストの3列表示 */  
    ul.column_3 {
    width: 100%;
    }

    ul.column_3 li {
    width: 100%;
    }

    ul.column_3 li p.title{
    font-weight: 600;
    height: 40px;
    line-height: 40px;
    }

    ul.column_3 li p.text1 {
    height: auto;
    }

    ul.column_3 li p.text2 {
    height: auto;
    }

    ul.column_3 li div.content {
    margin: 0 0 20px 0;
    }

    /** リストの1列（病児保育室の1日用）表示 */
    ul.column_oneday {
    width: 100%;
    }

    ul.column_oneday li {
    width: 100%;
    }

    ul.column_oneday li div.content {
    width: 50%;
    }

    ul.column_oneday li p.title {
    color: #555555;
    height: 50px;
    line-height: 40px;
    margin: 20px 30px 0 30px;
    }

    ul.column_oneday li p.text {
    padding: 0 30px 30px 30px;
    }

    /** カラム表示 */
    ul.column_second li {
    width: 100%;
    height: auto;
    }

    ul.column_second li div.image {
    width: 100%;
    height: auto;
    }

    ul.column_second li p.title {
    font-size: 1.5em;
    }

    ul.column_second li p.text {
    font-size: 1em;
    }

    ul.column_second li div.column_second_text {
    width: 100%;
    height: auto;
    }

    ul.column_second p.btn_more {
    margin: 40px 0 0 0;
    }

    /** 電話番号表示 */
    span.phone_no {
    font-size: 1.4em;
    }
    span.phone_no a{
        color: #f37d3d!important;
    }

    span.phone_no:before {
    font-size: 0.6em;
    }

    /** アコーディオン */
    .accordion {
    padding: 0;
    width: 100%;
    }

    .accordion .ac-content {
    margin: 0;
    }

    .accordion input {
    display: none;
    }

    .accordion label {
    font-size: 1em;
    line-height: 30px;
    }

    .accordion label:before {
    top: 0px;
    width: 30px;
    height: 30px;
    margin: 11px;
    border-right: none;
    /**  background-color: #333333; **/
    }

    .accordion label:after {
    top: 0px;
    height: 30px;
    width: 100%;
    margin: 11px 0px 11px -8px;
    }

    .accordion label p{
    margin-left: 50px;
    }

    .accordion label:hover {
    background: #ccc;
    }

    .accordion label:before {
    font-size: 1.2em;
    }

    .accordion .ac-cont {
    padding: 0 10px;
    margin-bottom: 10px;
    }

    .accordion input:checked + .ac-cont {
    height: auto;
    padding: 10px;
    }

    /** テキストの位置 */
    div.square_number {
    font-size: 1em;
    width: 60px;
    height: 60px;
    line-height: 60px;
    }

    div.square_flowchart_1 {
    font-size: 1em;
    width: 40px;
    height: 40px;
    line-height: 40px;    
    }

    div.square_flowchart_2 {
    font-size: 1em;
    width: 40px;
    height: 40px;
    line-height: 40px;    
    }

    div.square_flowchart_3 {
    font-size: 1em;
    width: 40px;
    height: 40px;
    line-height: 40px;    
    }

    div.circle_number {
    font-size: 1em;
    width: 40px;
    height: 40px;
    line-height: 40px;
    }

    /** 画像 */
    div.general_img img {
    width: 100%;
    height: 350px;
    margin: 0;
    }

    div.book_img img {
    width: 100%;
    height: 350px;
    margin: 0;
    }

    /** フローチャート */
    .flowchart {
    width: 100%;
    }

    .flowchart h4.title {
    text-align: center;
    }

    .flowchart p.title {
    font-size: 1em;
    font-weight: 600;
    height: auto;
    line-height: 1.3em;
    padding: 0.56em 0 0.56em 3.1em;
    }

    .flowchart .image {
    margin-bottom: 10px;
    text-align: center;
    }

    .flowchart p.text {
    padding: 1em;
    background-color: #ffffff;
    border-radius: 10px;
    margin-bottom: 10px;
    }

    /** 固定ページ共通枠 */
    .page_frame {
    margin: 0 0 10px 0;
    padding: 2em 1em;
    }

    .noted_frame {
    margin: 0 5px 15px 5px;
    }

    .page_frame h3 {
    font-size: 1.3em;
    line-height: 1.5em;
    padding-left: 1.8em;
    font-weight: 600;
    }

    .page_frame h3.no_1:before {
    top: 0px;
    width: 25px;
    height: 25px;
    }

    .page_frame h3.no_2:before {
    top: 0px;
    width: 25px;
    height: 25px;
    }

    .page_frame h3.no_3:before {
    top: 0px;
    width: 25px;
    height: 25px;
    }
    .page_frame h3.no_4:before {
    top: 0px;
    width: 25px;
    height: 25px;
    }
    .page_frame h3.no_5:before {
    top: 0px;
    width: 25px;
    height: 25px;
    }

    .page_frame p.title_vision {
    font-size: 1.3em;    
    }

    .page_frame p.text_vision {
    font-size: 1.1em;
    }

    .page_frame p.title_diagnosis {
    font-size: 1.3em;
    line-height: 1.5em;
    color: #eecd31;
    }

    .page_frame p.no_1:before {
    top: 2px;
    width: 25px;
    height: 25px;
    }

    .page_frame p.no_2:before {
    top: 2px;
    width: 25px;
    height: 25px;
    }

    .page_frame p.no_3:before {
    top: 2px;
    width: 25px;
    height: 25px;
    }

    .page_frame_text {
    font-size: 1.1em;
    }

    ul.page_frame_2 {
    width: 100%;
    }

    ul.page_frame_2 li {
    width: 100%;
    }

    ul.page_frame_2 div.frame_left {
        margin: 0 5px 10px 5px;
    }

    ul.page_frame_2 div.frame_right {
        margin: 0 5px 10px 5px;
    }

    .page_frame table.table_career thead th {
    width: 80px;
    }
    .biz_hours .remarks b{
        font-size: 2.5vw;
    }
    .biz_hours .remarks b .frame{
        padding: 3px;
    }
}
/* ----------------------------------------
* レスポンシブphoneここまで
---------------------------------------- */

/* ----------------------------------------
* Googleカレンダー対応
---------------------------------------- */
/** Goolgeカレンダー設定 */
.cal_wrapper {
max-width: 960px;
min-width: 300px;
margin: 2.0833% auto;
}

.googlecal {
position: relative;
padding-bottom: 100%;
height: 0;
}

.googlecal iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}

iframe {
    max-width: 100%;
}

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

    .nav_btn {
    width: 126px;
    }

    .nav_btn a {
    width: 63px;
    font-size: 0.85em;
    }

}

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

    .googlecal { padding-bottom: 75%; }

}
/* ----------------------------------------
* Googleカレンダー対応ここまで
---------------------------------------- */

.table-wrap{
    margin-bottom: 0;
}

.importantNotice{
    position: absolute;
    bottom: 20px;
    left: 0;
    top: initial;
    right: 0;
    text-align: right;
    z-index: 10;
    width: 90%;
    margin-left: 5%;
}
.importantNotice p,
.importantNotice li{
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    width: 100%;
    bottom: 10px;
    max-width: 100%;
    display: block;
    margin: 0!important;
    right: 0;
    left: initial;
    text-align: right;
    transform: initial;
    position: relative;
}
/* .importantNotice{
    position: absolute;
    bottom: 80px;
    left: 0;
    text-align: center;
    z-index: 10;
    width: 90%;
    margin-left: 5%;
}
.importantNotice p{
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    position: relative;
} */
.importantNotice h1,
.importantNotice h2,
.importantNotice h3,
.importantNotice h4,
.importantNotice h5,
.importantNotice h6
{
    color: #fff;
}

.page_frame.online h3{
    color: #383838;
    margin: 0 0 10px;
    padding: 0;
    font-size: 18px;
    font-weight: 700;
}
.page_frame.online h4.steps{
    color: #ffffff;
    font-size: 20px;
    padding-right: 0;
    text-align: center;
    margin: 40px 0 10px;
    width: 100%;
}
.page_frame.online h4.steps span{
    background: #f6e566;
    display: inline-block;
    padding: 10px 20px;
    width: 100%;
}
.page_frame.online h4.steps span.stepnum{
    display: inline;
    margin: 0;
    padding: 0;
    font-size: 14px;
}
.page_frame.online ul.ul_number li:before{
    display: none;
}
.page_frame.online img{
    border: solid 1px #ccc;
    width: 300px;
    display: block;
    margin: 10px auto 10px;
}
.page_frame.online p.title{
    margin: 15px 0 5px;
}
.page_frame.online ul.ul_list li{
    margin-bottom: 10px;

}
.red{
    color: #f00;
}
.sns{
    position: relative;
}
.front_sns .sns-popup{
    display: none;
}
.front_sns .sns-popup .close-btn{
    background-color: #fd9ab3;
    border-radius: 100px;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 12px;
    right: 55px;
    z-index: 1;
}
.front_sns .sns-popup .close{
    position: absolute;
    display: block;
    width: 40px;
    height: 4px;
    background-color: #fff;
    border-radius: 10px;
    transform: rotate(45deg);
    top: 23px;
    right: 5px;
}
/* .front_sns .sns-popup .close{
    position: absolute;
    width: 40px;
    height: 4px;
    background-color: #fd9ab3;
    top: 35px;
    right: 60px;
    z-index: 1;
    border-radius: 10px;
    transform: rotate(45deg);
} */




.front_sns .sns-popup .close:first-child{
    transform: rotate(-45deg);
}

.front_sns ul.sns-popup-inside{
    position: absolute;
    top: 0;
    left: 7%;
    height: 90%;
    width: 84%;
    padding: 32px 0;
    margin: 10px;
    box-sizing: border-box;
    text-align: center;
    /* background: rgba(255,255,255,.8); */
    background: #fff;
}
.front_sns .sns-popup.show{
    display: flex;
}
.sns-popup-inside .tw {
    width: 100%;
    margin-top: 0;
}
.sns-popup-inside .tw a{
    font-size: 14px;
}
.sns-popup-inside .tw img{
    border-radius: 50px;
    width: 60px;
    margin: 10px auto;
    display: block;
}
.sns-popup-inside .tw{
    position: relative;
}
.sns-popup-inside .tw:before {
    /* content: ""; */
    display: block;
    position: absolute;
    left: 0px;
    height: 5px;
    width: 5px;
    background: #ff6b32;
    top: 0.7em;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.arrow{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 50px 0 50px;
    border-color: #f6e566 transparent transparent transparent;
    display: block;
    margin: 30px auto 40px;
}
.mark2{
    margin-bottom: 50px;
}
.mark1,
.mark2{
    position: relative;
    display: block;
}
.mark1:before,
.mark2:before{
    left: 50%;
    margin-left: -170px;
    width: 340px;
    position: absolute;
    content: '';
    height: 36%;
    padding: 40px;
    box-sizing: border-box;
    top: 25%;
    border: solid 6px #fd9bb3;
}
.mark2:before{
    height: 49%;
    top: 56%;
}
.btn_text{
    text-align: center!important;
    font-size: 12px!important;
    margin-bottom: -34px!important;
}
    
@media only screen and (min-width: 768px) {
    .sp{
        display: none!important;
    }
}
@media only screen and (max-width: 767px) {
    .btn_text{
        font-size: 3vw!important;
        margin: 30px 0 -40px!important;
    }
    .pc{
        display: none!important;
    }
    /* .importantNotice{
        bottom: 28vh;
    } */
    .page_frame.online ul.ul_number li{
        padding-left: 0;
    }
    .front_sns .page_frame h3{
        font-size: 3.1vw;
    }
    .front_sns ul li{
        margin: 10px 7px;
    }
    .front_sns ul.sns-popup-inside li{
        margin: 10px 0;
    }
    .front_sns ul li.note{
        margin-top: 14px;
    }
    .front_sns h3:before{
        top: -22px;
        left: -2px;
        width: 20px;
        height: 20px;
    }
    .front_sns .sns-popup .close-btn{
        top: -21px;
        right: -32px;
    }
    .front_sns ul.sns-popup-inside{
        left: -11%;
        top: -2%;
        width: 115%;
        border-radius: 10px;
    }
    .sns-popup-inside .tw a {
        font-size: 2.6vw;
    }
    .sns-popup-inside .tw a span{
        margin-top: -2px;
        display: block;
    }
    .sns-popup-inside .tw img{
        width: 48px;
        margin: 8px auto;
        display: block;
    }
    .mark1:before,
    .mark2:before{
        left: 0;
        margin-left: 0;
        width: 100%;
    }
    .importantNotice p,
    .importantNotice li{
        font-size: 4.8vw;
    }
    .page_title h1.title.small{
        font-size: 4.6vw;
    }
    .noteIcon{
        font-size: 3.3vw;
        text-align:left;

    }
    .noteIcon img {
        width: 26%;
        margin: 15px 0 3px 0;
        display: block;
    }
    .noteWrap a{
        font-size: 3vw;
        margin-bottom: 12px;
    }
}
@media only screen and (max-width: 400px) {
    a.btn.more.small{
        font-size: 5vw;
        padding: 15px 20px;
    }
    a.btn.more.tiny{
        font-size: 4.3vw;
        padding: 15px 20px;
    }
}

.table-grad:after {
    background-image: none;
    content: "";
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: -10;
    left: 0;
  }