@charset 'utf8';
html {
  font-family: 'Noto Sans JP', sans-serif;
  color: #2B2B2B;
}
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */
/* ============================================ */

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */

/**
 * Reset form fields to make them styleable
 */

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */

[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */

select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */

option {
  padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */

[type="search"] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */

label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}



/* ここから ↓↓↓↓↓ */

body {
  overflow-x: hidden;
}

.container {
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}

/* 改行 */
.br-pc { display:block; }
.br-sp { display:none; }

/* ヘッダー部分 */

#header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  height: 60px;
  width: 100%;
  color: #2B2B2B;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);

}
#header .logo {
  position: absolute;
  left: 30px;
  top: 3px;
}

#header .logo img{
  height: 55px;
}


#header .gnav {
  position: absolute;
  right: 30px;
  top: 15px;
  font-size: 13px;
}
#header .gnav li {
  display: inline-block;
}
#header .gnav li:not(:last-child) {
  margin-right: 25px;
}

#header .gnav li:hover{
  color: #EF8799;
}

.gnav .btn_recruit {
  display: flex;
  align-items: center;
  color: #FFFFFF;
  height: 35px;
  padding: 0 24px 0 48px;
  background: #EF8799;
  border-radius: 2px;
  position: relative;
}

.gnav .btn_recruit:before{
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  background: url(../images/icon_tel.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translate(0,-50%);
}

a {
  color: skyblue;
  text-decoration: none;
}



/* キービジュアル */
.area_top_view {
height: 430px;
background: url(../images/main_p.jpg)no-repeat center center ;
background-size: cover;
position:  relative; 
}

.area_top_view .area_top_cope01{
  position:  absolute;
  z-index: 0;
  left:  150px;
  top: 180px;
}

.area_top_view .area_top_cope02{
  position:  absolute;
  z-index: 0;
  left:  650px;
  top: 300px;
}

/* バナー */
.area_bana {
  background-color: #1d3d4b;
  height: 43px;
  text-align: center;
  line-height: 38px;
}
.area_bana_pc_img {
  display: none;
}

/* 960px全体 */
main {
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
}

/* アイコンボタン部分 */

.icon_btn {
  display: flex;
  justify-content: space-around;
  margin: 30px 30px;
}
.blogcell{
  width:25%;
  text-align:center;
}

.hover10 {
  transition: all 0.6s ease 0s;	
}
.hover10:hover {
  cursor: pointer;
  transform: scale(1.1, 1.1);	
}

.blogcell h1{
  margin-top: 5px;
  color: #2B2B2B;
  font-size: 14px;
}

/* インフォメーション部分 */

.information {
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
}

.information h2{
  height: 30px;
  padding-left: 15px;
  background-color: #1679BE;
  color: #FFFFFF;
  line-height: 30px;
}

.information ul li {
  padding: 10px;
}

.redp{
  font-size: 14px;
  display: inline-block;
  font-weight: 600;
}

.information ul li:nth-child(even){
  background-color: #EFF8FE;
}

.information ul li time {
  font-size: 13px;
  margin-bottom: 5px;
  color: #2B2B2B;
}

.information ul li p {
  font-size: 14px;
  display: inline-block;
  color: #2B2B2B;
}

.information ul li p::before{
  content: "▷";
  padding-right: 5px;
  color: #2B2B2B;
}

/* お知らせ下リンク */
.riha_ban {
  margin-top: 50px;
  margin-bottom: 50px;
}
.riha_ban_sm {
 display:none;
}


/* 現金のみボックス */
.box6 {
  padding: 0.5em 1em;
  margin-top: 15px;
  background: #EFF8FE;
  border: dashed 2px #1679BE;/*点線*/
}
.box6 p {
  margin: 0; 
  padding: 0;
  font-size: 14px;
}


/* 内容カレンダー＆診察日部分 */

.area_calendar {
  margin-top: 50px;
  margin-bottom: 50px;
}

.area_calen{
  width: 100%;
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  
}

.area_calendar_title img {
  width: 73px;
  height: 60px;
}

.area_calendar_title h3{
  font-size: 18px;
  line-height: 40px;
  color:#1679BE;
  font-family: 'noto sans japanese',sans-serif;
  font-weight: 600;
}

.time_a h4 {
  height: 30px;
  padding-left: 15px;
  background-color: #1679BE;
  color: #FFFFFF;
  font-size: 15px;
  line-height: 32px;
  margin-bottom: 25px;
}


.time_a img {
  width: 100%;
}

.time_a {
  width: 100%;
  margin-right: 30px;
}


.time_c {
  width: 100%;
  margin-left: 30px;
}





.time_a p {
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 34px;
  color: #2B2B2B;
}

.time_b p {
  font-size: 13px;
  margin-top: 5px;
  margin-bottom: 34px;
  color: #2B2B2B;
}

.time_c p {
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 8px;
  color: #2B2B2B;
}

.time_b h4 {
  height: 30px;
  padding-left: 15px;
  background-color: #1679BE;
  color: #FFFFFF;
  font-size: 15px;
  line-height: 32px;
  margin-bottom: 15px;
}

.time_b img {
  margin-bottom: 5px;
}

.time_c h4 {
  height: 30px;
  padding-left: 15px;
  background-color: #1679BE;
  color: #FFFFFF;
  font-size: 15px;
  line-height: 32px;
  margin-bottom: 15px;
}

.le_kensa{
  margin: 5px 0 5px 0;
}
.le_kensa span {
  height: 30px;
  padding: 2px 14px 2px 14px;
  background-color: #1679BE;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 30px;
  border-radius: 3px;
  margin-right: 8px;
}
.le_kensa {
  font-size: 14px;
}



.time_c_chu p {
  color: #84000f;
  font-size: 14px;
  margin-bottom: 18px;
}





/* 内容先生あいさつ部分 */

.area_calen02{
  width: 100%;
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  
}

.area_sensei {
width: 100%;
}

.aisatsu_bg_b1 {
  background-color: #EFF8FE;
  padding: 3%;
  margin-top: 5px;
  margin-right: 18px;
  width: 100%;
}

.aisatsu_bg_b2 {
  background-color: #EFF8FE;
  padding: 3%;
  margin-top: 5px;
  margin-left: 18px;
  width: 100%;
}

.area_sensei_title img {
  width: 63px;
  height: 60px;
}

.area_sensei_title h3 {
  font-size: 18px;
  line-height: 40px;
  color:#1679BE;
  font-family: 'noto sans japanese',sans-serif;
  font-weight: 700;
}

.sensei_namae_poto {
  padding-bottom: 30px;
}

.sensei_namae_title {
  font-size: 16px;
  color:#1679BE;
  font-family: 'noto sans japanese',sans-serif;
  font-weight: 600;
  margin-bottom: 40px;
}

.sensei_namae h5 {
  font-size: 20px;
  line-height: 35px;
  margin-bottom: 15px;
  color: #2B2B2B;
}

.sensei_namae p {
  font-size: 15px;
  letter-spacing: 1px;
  color: #2B2B2B;
}

.sensei_namae{
  position:  relative; 
}

.sensei_poto {
  position: absolute;
  top: 3px;
  left: 200px;
}

.hujimoto_sensei ul li p {
  font-size: 14px;
  display: inline-block;
  font-family: 'noto sans japanese',sans-serif;
  font-weight: 300;
  color: #2B2B2B;
}

.hujimoto_sensei li {
  margin-bottom: 8px;
  color: #2B2B2B;
}

.hujimoto_aisatsu {
  margin-top: 25px;
}

.hujimoto_aisatsu h6 {
  color: #2B2B2B;
}

.hujimoto_aisatsu p {
  font-size: 14px;
  margin-top: 14px;
  line-height : 25px;
  color: #2B2B2B;
}





/* 地図 */
.area_map{
margin-top: 50px;
margin-bottom: 100px;
}

.area_map_title img {
  width: 70px;
  width: 60px;
}

.area_map_title h3 {
  font-size: 18px;
  line-height: 45px;
  color:#1679BE;
  font-family: 'noto sans japanese',sans-serif;
  font-weight: 600;
}

.ggmap {
  margin-top: 10px;
}

.address h3 {
  color:#1679BE;
  font-size: 15px;
  font-family: 'noto sans japanese',sans-serif;
  font-weight: 600;
  line-height: 25px;
  position: relative;
  margin-top: 10px;
}

.address p {
  margin-top: 5px;
  color: #2B2B2B;
  font-size: 16px;
  line-height: 20px;
}

.access {
  display: flex;
  margin-top: 30px;
}

.access_train{
  width: 50%;
}

.access_bas {
  width: 50%;
}


.access_train h4 {
  margin-bottom: 10px;
  font-size: 15px;
}

.access_train h4 {
  color:#1679BE;
  font-size: 15px;
  font-family: 'noto sans japanese',sans-serif;
  font-weight: 600;
  line-height: 30px;
  position: relative;
}


.access_train h4::after {
  position: absolute;
  content: "";
  top: 50%;
  width: 170px;
  height: 1px;
  background-color: #1679BE;
  margin-left: 10px;
}

.access_train ul li {
  margin-bottom: 5px;
  color: #2B2B2B;
}

.access_bas h4 {
  margin-bottom: 10px;
  font-size: 15px;
}


.access_bas h4 {
  color:#1679BE;
  font-size: 15px;
  font-family: 'noto sans japanese',sans-serif;
  font-weight: 600;
  line-height: 25px;
  position: relative;
}


.access_bas h4::after {
  position: absolute;
  content: "";
  top: 50%;
  width: 170px;
  height: 1px;
  background-color: #1679BE;
  margin-left: 10px;
}

.access_bas ul li {
  margin-bottom: 5px;
  color: #2B2B2B;
}


/* フッター */
footer{
  width: 100%;
  height: 100px;
  background-color: #1679BE;
  color: white;
  text-align: center;
}
.footer-menu ul li {
display: inline;
}

.footer-menu {
  padding-top: 30px;
}

.footer-menu p {
  padding-top: 5px;
}

/* トップに移動ボタン */
.page-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 100;
}

.page-top img{
  width: 45px;
  height: 45px;
}

/* 下タブ非表示 */
@media(min-width: 768px) {
  #sp-fixed-menu {
    display: none;
}
  }



/* スマホ用レイアウト */
@media only screen and (max-width: 750px){
  
  .br-pc { display:none; }
  .br-sp { display:block; }

  body {
    overflow-x: hidden;
  }
  
  #header {
    height: 50px;
}
#header::before {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    z-index: 200;
    opacity: 0;
    width: 100%;
    height: 0;
    background-color: rgba(0, 0, 0, 0.6);
    transition: opacity 0.3s;
}
#header .logo {
    font-size: 20px;
    left: 20px;
    top: 5px;
}

#header .logo img{
  height: 38px;
}


#header .gnav {
    position: fixed;
    right: -300px;
    top: 0;
    z-index: 300;
    opacity: 0;
    width: 300px;
    height: 100vh;
    margin-right: 0;
    margin-top: 0;
    background-color: #FFFFFF;
    transition: opacity 0.5s, right 0.5s;
}
#header .gnav ul {
    margin: 52px 30px 30px;
}
#header .gnav li {
    display: block;
}
#header .gnav li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 24px;
}
#header .gnav a {
    display: block;
}

#header .gnav .btn_recruit  {
  
  display: none;
}

#header .menubtn {
    position: absolute;
    right: 14px;
    top: 12px;
    z-index: 400;
    display: block;
    width: 32px;
    height: 31px;
    cursor: pointer;
}
#header .menubtn::before,
#header .menubtn::after,
#header .menubtn span {
    position: absolute;
    left: 6px;
    display: block;
    width: 20px;
    height: 1px;
    background-color: #505050;
    transition: all 0.4s;
}
#header .menubtn::before {
    content: "";
    top: 8px;
}
#header .menubtn::after {
    content: "";
    top: 22px;
}
#header .menubtn span {
    top: 15px;
}

/* open */
#header.is-open::before {
    opacity: 1;
    height: 100vh;
}
#header.is-open .gnav {
    right: 0;
    opacity: 1;
}

#header.is-open .menubtn::before {
    top: 15px;
    transform: rotate(135deg);
}
#header.is-open .menubtn::after {
    top: 15px;
    transform: rotate(-135deg);
}
#header.is-open .menubtn span {
    opacity: 0;
}

.gnav .btn_recruit {
  display: none;

}

.gnav .btn_recruit:before{
  display: none;
}

.gnav .btn_recruit .li {
  display: none;
}

  /* メニューボタン */
  .header_login .menubtn{
    position: absolute;
    right: 14px;
    top: 12px;
    z-index: 300;
    width: 32px;
    height: 31px;
    cursor: pointer;
  }

  .header_login .menubtn::before,
  .header_login .menubtn::after,

  .header_login .menubtn span{
    position: absolute;
    left: 6px;
    display: block;
    width: 20px;
    height: 1px;
    background-color: #505050;
  }

  .header_login .menubtn::before{
    content: "";
    top: 8px;
  }

  .header_login .menubtn::after{
    content: "";
    top: 22px;
  }

  .header_login .menubtn span{
    top: 15px;
  }



  /* フッター */

    footer{
      height: 80px;
      width: 100%;
      margin-bottom: 60px;
    }
    .footer-menu ul li {
        font-size: 12px;
    }

    .footer-menu {
      padding-top: 23px;
    }

    .footer-menu p {
      padding-top: 8px;
      font-size: 12px;
    }

/* キービジュアル */
.area_top_view {
  height: 350px;
  background: url(../images/main_p.jpg)no-repeat center center ;
  background-size: cover;
  position:  relative; 
  }
  
  .area_top_view .area_top_cope01{
    position:  absolute;
    z-index: 0;
    left:  20px;
    top: 180px;
  }

  .area_top_view .area_top_cope01 img{
    width: 65%;
  }
  
  .area_top_view .area_top_cope02{
    position:  absolute;
    z-index: 0;
    left:  230px;
    top: 230px;
  }

  .area_top_view .area_top_cope02 img{
    width: 75%;
  }

/* バナー */
.area_bana_img {
  display: none;
}
.area_bana_pc_img {
  display: block;
}

.area_bana {
  height: 39px;
  line-height: 31px;
}

  /* お知らせ下リンク */
.riha_ban {
display:none;
}
.riha_ban_sm {
display:block;
}


/* 960px全体 */
main {
  width: 90%;
  margin: 0 auto;
  
}


    /* アイコンボタン */
    .icon_btn {
      margin: 25px auto;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-around;
      align-items: space-around;
      }
    
    .blogcell{
      width:28% ;
  }

  .blogcell h1 {
    font-size: 13px;
  }
    
      #fsdp_b {
        padding-top: 23px;
      }


  /* インフォメーション */
  .information {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  
  .information ul li p {
    font-size: 11px
  }

  .information ul li time {
    font-size: 12px;
  }





/* 内容カレンダー＆診察日部分 */

.area_calendar {
  margin-top: 50px;
  margin-bottom: 60px;
}

.area_calen{
  width: 100%;
  margin-top: 10px;
  display: block;
  
}


.area_calen_in_le h4{
  font-size: 14px;
}

.area_calen_in_le p {
  font-size: 13px;
}

.area_calendar_title h3{
  font-size: 15px;
  padding-top: 10px;
}
.area_calendar_title img {
  width: 52px;
  height: 42px;
  margin-bottom: 5px;
}


.time_a {
  width: 100%;
  margin-right: 0px;
}


.time_c {
  margin-top: 30px;
  width: 100%;
  margin-left: 0px;
}


.time_a h4 {
  margin-bottom: 18px;
}


/* 内容先生あいさつ部分 */

.area_calen02{
  width: 100%;
  margin-top: 10px;
  display: block;
}



.area_sensei {
  width: 100%;
  }
  
  .aisatsu_bg_b1 {
    background-color: #EFF8FE;
    padding: 5%;
    margin-top: 5px;
    width: 100%;
    margin-bottom: 50px;
  }
  
  .aisatsu_bg_b2 {
    background-color: #EFF8FE;
    padding: 5%;
    margin-top: 5px;
    width: 100%;
    margin-left: 0px;
  }

  .area_sensei_title img {
    width: 49px;
    height: 42px;
  }
  
  .sensei_poto img {
    width: 154px;
    height: 108px;
  }
  
  .area_sensei_title h3 {
    font-size: 15px;
    line-height: 40px;
    color:#1679BE;
    font-family: 'noto sans japanese',sans-serif;
    font-weight: 700;
  }
  
  .sensei_namae_poto {
    padding-bottom: 30px;
  }
  
  .sensei_namae_title {
    font-size: 15px;
    color:#1679BE;
    font-family: 'noto sans japanese',sans-serif;
    font-weight: 600;
    margin-bottom: 40px;
  }
  
  .sensei_namae h5 {
    font-size: 17px;
    line-height: 35px;
    margin-bottom: 15px;
    color: #2B2B2B;
  }
  
  .sensei_namae p {
    font-size: 14px;
    letter-spacing: 1px;
    color: #2B2B2B;
  }
  
  
  .sensei_poto {
    position: absolute;
    top: 10px;
    left: 185px;
  }
  
  .hujimoto_sensei ul li p {
    font-size: 14px;
    display: inline-block;
    font-family: 'noto sans japanese',sans-serif;
    font-weight: 300;
    color: #2B2B2B;
  }
  
  .hujimoto_sensei li {
    margin-bottom: 8px;
    color: #2B2B2B;
  }
  
  .hujimoto_aisatsu {
    margin-top: 25px;
  }
  
  .hujimoto_aisatsu h6 {
    color: #2B2B2B;
  }
  
  .hujimoto_aisatsu p {
    font-size: 14px;
    margin-top: 14px;
    line-height : 25px;
    color: #2B2B2B;
  }


.hujimoto_aisatsu img {
  width: 85%;
  margin-bottom: 5px;
}


/* map部分 */
.area_map{
  margin-top: 30px;
  margin-bottom: 50px;
  }

  .area_map_title img {
    width: 63px;
    width: 53px;
  }
  
  .area_map_title h3 {
    font-size: 15px;
    line-height: 32px;
  }


.ggmap {
  position: relative;
  width: 100%;
  padding-top: 75%; /* = height ÷ width × 100 */
}
.ggmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.address p{
  font-size: 14px;
}

.access {
  display: inline;
}

.access_train{
  margin-top: 20px;
  width: 100%;
}

.access_train h4{
  font-size: 14px;
  font-weight: 600;
}

.access_bas {
  margin-top: 20px;
  width: 100%;
}

.access_bas h4 {
  font-size: 14px;
  font-weight: 600;
}

.access_train ul li {
  font-size: 14px;
}

.access_bas ul li {
  font-size: 14px;
}

.access_train h4::after {
  width: 130px;
}

.access_bas h4::after {
  width: 130px;
}


/* トップページに移動 */

.page-top {
  position: fixed;
  right: 15px;
  bottom: 150px;
  z-index: 100;
}

.page-top img{
  width: 35px;
  height: 35px;
}


/* 下タブ */


/*メニューをページ下部に固定*/
#sp-fixed-menu{
  position: fixed;
  width: 100%;
  bottom: 0px;
  font-size: 0;

  z-index: 99;
}

/*メニューを横並びにする*/
#sp-fixed-menu ul{
  display: flex;
  list-style: none;
  padding:0;
  margin:0;
  width:100%;
  height: 55px;
}

#sp-fixed-menu li{
  justify-content: center;
  align-items: center;
  width: 50%;
  padding:0;
  margin:0;
  font-size: 14px;
  border-right: 1px solid #fff;
}

/*01メニューを緑色に*/
#sp-fixed-menu li:first-child{
  background: #04558A;
}

/*02メニューをオレンジ色に*/
#sp-fixed-menu li:nth-child(2){
  background: #F4A342;
}

/*03メニューをオレンジ色に*/
#sp-fixed-menu li:last-child{
  background: #EF8799;
}

/*ボタンを調整*/
#sp-fixed-menu li a{
  color: #fff;
  text-align: center;
  display:block;
  width: 100%;
  padding:20px;
}

}


