﻿@charset "utf-8";

/* ---------------------
 * FONTSIZE MODEL * 
 * ---------------------
 *  63% ->	10pxに相当
 *  70% ->	11pxに相当
 *  75% ->	12pxに相当
 *  82% ->	13pxに相当
 *  88% ->	14pxに相当
 *  94% ->	15pxに相当
 * 100% ->	16pxに相当
 * 107% ->	17pxに相当
 * 113% ->	18pxに相当
 * 119% ->	19pxに相当
 * 125% ->	20pxに相当
 * --------------------- */


/*---------------------------------------
    リセットCSS（編集不要）
----------------------------------------*/
html{overflow-y:scroll;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}table{border-collapse:collapse;border-spacing:0;}caption,th{text-align:left;}q:before,q:after{content:'';}object,embed{vertical-align:top;}hr,legend{display:none;}h1,h2,h3,h4,h5,h6{font-size:100%;}img,abbr,acronym,fieldset{border:0;}ul li{list-style-type:none;}a,label{cursor:pointer;}img{vertical-align:bottom;margin:0;padding:0;}

html {
  -webkit-text-size-adjust: 100%;
}
body {
    font-family: 'Myriad Pro', 'Kosugi Maru', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #333333;
    letter-spacing: 0.6px;
/*
    min-width: 1080px;
*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
header, section, footer, aside, nav, main, article, figure, picture {
    display: block;
}
/*----------------------------------------
  common
----------------------------------------*/
a {
    color: #333333;
    text-decoration: none;
}
a:visited {
}
a:hover {
    text-decoration: none;
}
a:active {
}

a.a_blue {
    color: #0000ff;
    text-decoration: underline;
}
a.a_blue:visited {
}
a.a_blue:hover {
    text-decoration: none;
}
a.a_blue:active {
}




.clearfix:after,
.inner:after {
    content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}

.floatL {
    float: left;
}


.inner {
    margin: 0 auto;
    max-width: 1090px;
/*
    max-width: 1130px;

    width: 1180px;
    margin: 0 auto;
*/
}



#header-h1 {
    font-size: 0;
    line-height: 0;
}

.Mred { color: #d21d22; }
.basecolor { color: #f29838; }

.bbline { border-bottom: solid 1px #ffffff; }
.bbline_blk { border-bottom: solid 1px #333333; }
.unline { text-decoration: underline; }


.msg_pc { display: block; }
.msg_sp { display: none; }



/*----------------------------------------
  header
----------------------------------------*/
header {
    position: relative;
    margin: 90px auto 0px;
    text-align: center;
    z-index: 20;
/*
    position: relative;
    margin: 0px auto 0px;
    text-align: center;
    z-index: 20;
*/
}


#address_sp {
    display: none;
}



.box {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center; /* 縦方向中央揃え */
    justify-content: center; /* 横方向中央揃え */
    flex-direction: column;
}
.box__bg_photo {
    background-image: url(../images/slide/java01.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


/*----------------------------------------
    promise
----------------------------------------*/
p.box_msg {
    position: absolute;
    top: 8%;
    left: 24%;
    color: #ffffff;
    text-shadow: 0 0 5px #333333;
/*
    text-shadow: 0 0 10px #000000;
    text-shadow: 0 0 10px #ffffff;
*/
    font-size: 30px;
    letter-spacing: 0.5px;
    z-index: 200;
}



/* --------------------------------------------------
header 
-------------------------------------------------- */
div#header {
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 200;
    margin: 0;
    max-width: 1090px;
/*
    max-width: 1130px;
*/
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, 0%);
    background-color: #d21d22;
}
div#header .header_L {
    float: left;
}
div#header .header_R {
    float: right;
}

div#header .header_L .header-logo {
    padding-top: 20px;
}
div#header .header_L .header-logo img.head_logo {
/*--    width: 540px;--*/
/*
    margin-top: 0px;
*/
    margin-top: 0px;
    width: 445px;
}
div#header .header_L .header-logo img.head_logo2 {
    margin-top: 0px;
    margin-left: 35px;
    width: 286px;
}



div#header .header_R .heaer-menu {
    float: right;
    position: relative;
    margin-top: 35px;
    text-align: right;
}
.heaer-menu ul.headmenulist {
}
.heaer-menu ul.headmenulist li {
    float: left;
    margin: 0 0px 0 15px;
}
.heaer-menu ul.headmenulist li a {
    float: left;
    margin: 0 0px 0 0px;
    color: #f29838;
    font-size: 14px;
}
img.leaf {
    width: 13px;
    margin: 0 2px 4px 0px;
}



/*----------------------------------------
    ドロワーメニュー
----------------------------------------*/
.wrapper {
  height: 100%;
  overflow-x: hidden;
  position: relative;
    background-color: #d21d22;
}
.overlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
/* ***
  background-color: rgba(0, 0, 0, 0.5);
*/
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  transition: opacity .5s;
}
.overlay.open {
  width: 100%;
  height: 100%;
  opacity: 1;
}
main {
  height: 100%;
  min-height: 100vh;
  padding: 0 0px;
  background-color: #eee;
  transition: all .5s;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
main.open {
/* **
  transform: translateX(-250px);
*/
  transform: translateX(0px);
}





/*----------------------------------------
    Catch copy
----------------------------------------*/
.topimg {
    position: relative;
}
.topimg p {
    position: absolute;
    top: 48%;
    left: 2%;
    z-index: 88888;
    color: #ffffff;
    text-shadow: 0 0 10px #000000;
    font-size: 34px;
    letter-spacing: 0.5px;
}

.topimg img {
  width: 100%;
}

/* TATE
.catchcopy {
    position: absolute;
    z-index: 88888;
    top: 7%;
    right: 10%;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 0 0 10px #000000;
    font-size: 40px;
    letter-spacing: 0.5px;
}
.vertical {
    writing-mode: vertical-rl;
}
*/


/*----------------------------------------
    article
----------------------------------------*/
article {
    background-color: #ffffff;
}


/*----------------------------------------
    title common
----------------------------------------*/
.eng {
    font-family: 'Heebo', sans-serif;
}

.top_title {
    text-align: center;
    font-size: 24px;
    color: #f29838;
    font-weight: bold;
}
.top_title_L {
    text-align: left;
    font-size: 24px;
    color: #f9ed00;
    font-weight: bold;
}



.top_title_line {
    margin:  0;             /* デフォルトCSS打ち消し */
    font-size:  24px;       /* 文字サイズ指定 */
    position:  relative;    /* 位置調整 */
    font-weight:  normal;   /* 文字の太さ調整 */
    display:  inline-block; /* インラインブロックにする */
    background-color: #fff; /* 背景色指定 */
    margin-left: 39.5%;       /* 周りの余白指定 */
    padding: 0 10px;        /* 余白指定 */
    color: #f29838;
    text-align: center;
    font-weight: bold;
}
.top_title_line-wrap {
    position: relative;     /* 位置調整 */
    margin-bottom:15px;     /* 周りの余白指定 */
}
.top_title_line-wrap:before {
    content:  '';           /* 空白の要素を作る */
    background-color: #f29838; /* 背景色指定 */
    display:  block;        /* ブロック要素にする */
    position:  absolute;    /* 位置調整 */
    left:  0;               /* 位置調整 */
    width:  100%;           /* 幅指定 */
    height:  2px;           /* 高さ指定 */
    top: 14px;                 /* 位置調整 */
    bottom:  0;             /* 位置調整 */
    margin:  auto;          /* 位置調整 */
}



@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700;900&display=swap');
.title {
    text-align: left;
    color: #6bbcff;
    font-size: 46px;
    border-left: solid 8px #6bbcff;
    padding-left: 30px;
    line-height: 48px;
    font-family: 'Noto Serif JP', serif;
}



.toptitleB {
    border-left: 13px solid #bbe2f1;
    text-align: left;
    margin: 0 0%;
}
.toptitleB p.top_ttl {
    font-size: 36px;
    letter-spacing: 2px;
    font-family: 'Novecento sans', 'Heebo', sans-serif;
    padding-left: 6px;
    line-height: 1;
}
.toptitleB p.top_ttl:first-letter {
    font-size: 48px;
}



.toptitleY {
    border-left: 13px solid #fff352;
    text-align: left;
    margin: 0 20% 60px;
}
.toptitleY p.top_ttl_w {
    font-size: 36px;
    letter-spacing: 2px;
    font-family: 'Novecento sans', 'Heebo', sans-serif;
    padding-left: 6px;
    line-height: 1;
}
.toptitleY p.top_ttl_w:first-letter {
    font-size: 48px;
}




/*----------------------------------------
    sec000
----------------------------------------*/
#sec000 {
    width: 100%;
    margin: 0 auto;
}
#sec000 .menu_box {
    text-align: center;
    background-color: #d21d22;
    padding: 10px 0;
}
.menu_box ul.headmenulist {
    width: 80%;
    margin: 0 10%;
}
.menu_box ul.headmenulist li {
    float: left;
    width: 20%;
}
.menu_box ul.headmenulist li a {
    color: #ffffff;
    font-size: 16px;
}
img.ptimg {
    width: 10px;
    margin: 0 5px 7px 0px;
}


/*----------------------------------------
    sec100
----------------------------------------*/
#sec100 {
    width: 100%;
    margin: 0 auto;
    padding: 135px 0;
    background-color: #f8f5f6;
}
.sec100_ttl {
    font-size: 32px;
    letter-spacing: 1.9px;
    color: #3f101a;
}
.sec100_line {
    position: relative;
    margin-top: -20px;
}
.sec100_unline {
    border-bottom: 2px solid #d21d22;
    padding-bottom: 8px;
}


.sec100_img01 {
    width: 365px;
}
.sec100_img02 {
    width: 115px;
    margin-bottom: 10px;
    margin-left: 5px;
}
.sec100_img03 {
    width: 90px;
    margin-bottom: 8px;
}

.sec100_box {
    padding: 40px 0px 0px 75px;
}
.sec100_text {
    font-size: 20px;
    letter-spacing: 2px;
    padding-top: 20px;
    font-family: 'Segoe Script',eebo', sans-serif;
}
.sec100_deco {
    color: #cc0000;
    font-weight: bold;
    text-shadow: 5px 5px 0 #fff, -5px 5px 0 #fff, 5px -5px 0 #fff, -5px -5px 0 #fff;
    letter-spacing: 0px;
}
.sec100_more {
    padding-top: 60px;
    text-align: right;
    color: #cc0000;
    font-size: 18px;
    font-weight: bold;
}
.sec100_more a {
    color: #cc0000;
}


/*----------------------------------------
    sec200
----------------------------------------*/
#sec200 {
    width: 100%;
    margin: 0 auto;
    padding: 120px 0;
    background-color: #ffffff;
}
#sec200 .sec200_L {
    float: left;
    width: 50%;
}
#sec200 .sec200_R {
    float: right;
    width: 50%;
}
.sec200_img01 {
    width: 100%;
}
.sec200_img02 {
    width: 35px;
    margin-left: 8px;
    margin-bottom: 12px;
}
.sec200_box {
/*
    padding-left: 40px;
*/
    padding-left: 8%;
    width: 95%;
}
.sec200_ttl {
    font-size: 32px;
    letter-spacing: 1.9px;
    color: #3f101a;
}
.sec200_text {
    font-size: 20px;
    letter-spacing: 1.2px;
    padding-top: 60px;
    line-height: 2;
}


/*----------------------------------------
    sec300
----------------------------------------*/
#sec300 {
    width: 100%;
    margin: 0 auto;
    padding: 0px 0;
    background-color: #d21d22;
}
#sec300 .sec300_L {
    float: left;
    width: 50%;
    color: #ffffff;
}
#sec300 .sec300_R {
    float: right;
    width: 50%;
}

#sec300 .sec300_L .inner_half {
    float: right;
    max-width: 545px;
    padding-top: 35px;
}

#sec300 .sec300_L .inner_half dl.dl300 {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 30px;
}
dl.dl300 dt {
    float: left;
    width: 17.5%;
    text-align: center;
    background-color: #ffffff;
    color: #000000;
    border-radius: 15px;
}
dl.dl300 dd {
    float: left;
    padding-left: 3.5%;
    width: 79%;
    padding-bottom: 20px;
    font-size: 20px;
}

.sec300_img01 {
    width: 450px;
}
.sec300_pharmacy {
    margin: 10px 0 0 140px;
}
.sec300_img02 {
    width: 290px;
}

.clinic_map {
    padding-left: 50px;
}
.map_container {
    overflow: hidden;
    height: 670px;
    width:100%;
}



/*----------------------------------------
    sec400
----------------------------------------*/
#sec400 {
    width: 100%;
    margin: 0 auto;
    padding: 170px 0 140px;
    background-color: #ffffff;
}
.title400 {
    border-left: 14px solid #d21d22;
    text-align: left;
    margin: 0 0%;
}
.title400 p.ttl400 {
    font-size: 34px;
    letter-spacing: 1px;
/*
    font-family: 'Novecento sans', 'Heebo', sans-serif;
*/
    padding-left: 12px;
    line-height: 1.3;
    color: #d21d22;
}
/*
.title400 p.ttl400:first-letter {
    font-size: 50px;
}
*/
.img400_01 {
    width: 420px;
    margin-bottom: 5px;
    margin-left: 10px;
}


.blog_box {
    text-align: center;
    margin: 70px 4% 0;
}
.newsarea {
    margin: 0px 10px 0px 10px;
}

.blog_area {
    margin-top: 20px;
    width: 100%;
    text-align: left;
    padding-bottom: 5px;
    border-bottom: 2px solid #d21d22;
    overflow-y: scroll;
    height: 280px;
    padding-right: 10px;
    font-size: 18px;
    color: #666666;
}
.blog_area a {
    text-decoration: none;
    padding-bottom: 5px;
}


/* スクロールバー確認の要素 */
/* スクロールの幅の設定 */
.blog_area::-webkit-scrollbar {
 width: 10px;
 height: 10px;
}
 
/* スクロールの背景の設定 */
.blog_area::-webkit-scrollbar-track {
 border-radius: 5px;
 background: rgba(110, 108, 108, 0.2);
}
 
/* ドラックできるスクロール部の設定 */
.blog_area::-webkit-scrollbar-thumb {
 border-radius: 5px;
 background: #777777;
}

.blog_date {
    margin-bottom: 5px;
    padding-left: 40px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #d21d22;
    font-size: 18px;
}
.blog_item {
    margin-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 18px;
}
.css-br::after {
}
.css-br-pc::after {
    content: "\A" ;
    white-space: pre;
}



/*----------------------------------------
    病院バナー sec05
----------------------------------------*/
#sec05 {
    width: 100%;
    margin: 0 auto;
    padding: 0px 0px 80px;
    background-color: #ffffff;
}
#sec05 .sec05_L {
    float: left;
    width: 48%;
    margin-right: 2%;
}
#sec05 .sec05_R {
    float: right;
    width: 48%;
    margin-left: 2%;
}
#sec05 img {
    width: 100%;
}
#sec05 .box05 {
    margin: 10px 0;
}



/*----------------------------------------
    sec500
----------------------------------------*/
#sec500 {
    width: 100%;
    margin: 0 auto;
/*
    background-image: url(../images/top/bg01.png);
    background-size: 100% 100%;
    background-repeat:  repeat-y;
*/
    background-color: #ffffff;
    padding: 125px 0;
}
.inner500 {
    margin: 0 auto;
    max-width: 1200px;
}

ul.ul500 {
    margin-left: 25px;
}
ul.ul500 li {
    float: left;
    margin: 15px 30px;
}

.sec500_img01 {
    width: 323px;
}











/*----------------------------------------
  footer
----------------------------------------*/
footer {
    margin: 0px auto;
    padding: 85px 0px 20px;
/*
    padding: 85px 0px 75px;
*/
    background-color: #d21d22;
    color: #ffffff;
}
.foot_logo {
    float: left;
    width: 62%;
    text-align: left;
}

.foot_info {
    float: right;
    width: 38%;
    padding-top: 40px;
}

.bg_foot {
    background-color: #e72410;
    padding: 40px 18px 40px 18px;
    width: 563px;
}

.f_info01 img {
    width: 450px;
}
.f_info02 {
    margin: 10px 0 0 160px;
}
.f_info02 img {
    width: 290px;
}

.f_info03 {
    font-size: 22px;
    font-family: 'Heebo', sans-serif;
}
.f_phone {
    font-size: 16px;
}

.f_info04 {
    padding-top: 40px;
}

.f_strg {
    font-size: 0px;
    line-height: 0px;
    padding-top: 60px;
}
.copyright {
    font-size: 14px;
    padding-top: 0px;
}



.f_main_menu {
    font-size: 12px;
    color: #ffffff;
}
.f_main_menu a {
    margin-right: 18px;
    color: #ffffff;
}
img.f_mn_md {
    margin-bottom: 6px;
    margin-right: 2px;
}


ul.f_menu_list {
}
ul.f_menu_list li.f_menu_item {
    margin-right: 15px;
}


.f_sub_menu {
    font-size: 12px;
    padding-top: 20px;
}
ul.mn_dotlist {
    padding-left: 15px;
    list-style: url(../images/common/pointDT.png) outside;
    margin-right: 15px;
    color: #ffffff;
}
ul.mn_dotlist li {
    padding-top: 10px;
    font-size: 12px;
    color: #ffffff;
    float: left;
    margin-right: 40px;
}
ul.mn_dotlist li a {
    font-size: 12px;
    color: #ffffff;
}




/* # Page Top
---------------------------------------------------------------------------- */
/* 
* Scroll top link inside footer, 
* but fixed relative to viewport
*/
#scroll-top {
    position:fixed; 
    z-index:9999; 
    display:inline-block;
    bottom: 10px;
    right: 10px;
    font-size: 25px;
    width: 55px;
    height: 50px;
    padding: 5px 0 0px 0;
    text-align: center;
    border-radius: 50%;
    border: solid 1px #ffffff;
    color: #ffffff;
    background-color: rgb(204, 204, 204, 0.3);
}
#scroll-top:hover {
    opacity: 1;
/*
    background-color: rgb(230, 230, 230, 0.4);
    background-color: rgb(107, 188, 255, 1);
    opacity: 1;
*/
}



/*----------------------------------------
  グーグルマップのスクロール
----------------------------------------*/
/*
.map_container {
    overflow: hidden;
    height: 800px;
    width:100%;
}
#map {
    pointer-events: none;
}
*/


/* ページ内リンク
---------------------------------------------------------------------------- */
#tg-schedule {
  margin-top: -0px; /* 固定ナビの高さ分のネガティブマージン */
  padding-top: 0px; /* 打ち消し用のパディング */
}

#tg-about00 {
  margin-top: -20px;
  padding-top: 20px;
}
#tg-about01 {
  margin-top: -20px;
  padding-top: 20px;
}

#tg-medical01 {
  margin-top: -20px;
  padding-top: 20px;
}
#tg-medical02 {
  margin-top: -20px;
  padding-top: 20px;
}
#tg-medical03 {
  margin-top: -20px;
  padding-top: 20px;
}
#tg-medical04 {
  margin-top: -20px;
  padding-top: 20px;
}

#tg-access01 {
  margin-top: -20px;
  padding-top: 20px;
}


