@charset "UTF-8";
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  /**vertical-align:baseline;**/
  background: transparent;
  font-weight: normal;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

ul li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/*======================================

	1-1.Yahoo UI Library Fonts CSS
	http://developer.yahoo.com/yui/fonts/
	*Copyright (c) 2006, Yahoo! Inc. All rights reserved.
	*http://developer.yahoo.com/yui/license.txt

	Font-size Adjustment

	77% = 10px	| 	122% = 16px	|	167% = 22px
	85% = 11px	|	129% = 17px	|	174% = 23px
	92% = 12px	|	136% = 18px	|	182% = 24px
	100% = 13px	|	144% = 19px	|	189% = 25px
	107% = 14px	|	152% = 20px	|	197% = 26px
	114% = 15px	|	159% = 21px	|

=======================================*/
body {
  margin: 0px;
  padding: 0px;
}

select,
input,
textarea {
  line-height: 1.8em;
  border: 1px solid #cccccc;
  padding: 5px 8px;
  font-size: 12px;
}

/*======================================

	1-2.Universal selector

=======================================*/
* {
  font-weight: normal;
  font-style: normal;
  font-size: 100%;
}

/*======================================

	1-4.Text Module

=======================================*/
p,
pre,
address,
cite {
  margin: 0em;
  padding: 0em;
  line-height: 1.6em;
  color: #333333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0em;
  padding: 0em;
  line-height: 1.8em;
  font-weight: normal;
  color: #333333;
}

strong {
  font-weight: bold;
  line-height: 200%;
}

/*======================================

	1-6.List Module

=======================================*/
ul,
ol,
dl {
  margin: 0px;
  padding-left: 0px;
}

li,
dt,
dd {
  list-style: none;
  line-height: 1.8em;
  color: #333333;
}

ol li {
  list-style: decimal inside;
  margin-left: 35px;
  text-indent: -25px;
}

dd {
  margin: 0px 0px 0px 10px;
}

/*======================================

	1-7.Edit Module

=======================================*/
/*======================================

	1-8.Forms Module

=======================================*/
textarea {
  font-size: 12px;
}

select {
  padding: 0.1em;
  font-size: 12px;
}

input:focus,
textarea:focus {
  font-size: 12px;
  background: #ffffcc;
}

/*======================================

	1-9.Tables Module

=======================================*/
table {
  border-collapse: separate;
  border-spacing: 0px;
  border-collapse: collapse;
}

/*======================================

	1-10.Image Module

=======================================*/
img {
  border-style: none;
  padding: 0px;
}

/*======================================

	1-11.Object Module

=======================================*/
.none {
  display: none;
}

/** clear style **/
.clear {
  clear: both;
}

.clearfix {
  _display: inline-block;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}

/** float style **/
/* left-floats */
.fleft0 {
  float: left;
  display: inline;
}

.fleft1 {
  float: left;
  display: inline;
  margin-right: 10px;
}

.fleft2 {
  float: left;
  display: inline;
  margin-right: 20px;
}

/* right-floats */
.fright0 {
  float: right;
  display: inline;
}

.fright1 {
  float: right;
  display: inline;
  margin-left: 10px;
}

.fright2 {
  float: right;
  display: inline;
  margin-left: 20px;
}

/** All-margins style **/
.m5 {
  margin: 5px;
}

.m10 {
  margin: 10px;
}

.m15 {
  margin: 15px;
}

.m20 {
  margin: 20px;
}

.m30 {
  margin: 30px;
}

.m40 {
  margin: 40px;
}

.m50 {
  margin: 50px;
}

.m75 {
  margin: 75px;
}

.m100 {
  margin: 100px;
}

/** Top-margins style **/
.t-m5 {
  margin-top: 5px;
}

.t-m10 {
  margin-top: 10px;
}

.t-m15 {
  margin-top: 15px;
}

.t-m20 {
  margin-top: 20px;
}

.t-m30 {
  margin-top: 30px;
}

.t-m40 {
  margin-top: 40px;
}

.t-m50 {
  margin-top: 50px;
}

.t-m75 {
  margin-top: 75px;
}

.t-m100 {
  margin-top: 100px;
}

/** Bottom-margins style **/
.b-m5 {
  margin-bottom: 5px;
}

.b-m10 {
  margin-bottom: 10px;
}

.b-m15 {
  margin-bottom: 15px;
}

.b-m20 {
  margin-bottom: 20px;
}

.b-m30 {
  margin-bottom: 30px;
}

.b-m40 {
  margin-bottom: 40px;
}

.b-m50 {
  margin-bottom: 50px;
}

.b-m75 {
  margin-bottom: 75px;
}

.b-m100 {
  margin-bottom: 100px;
}

/** Left-margins style **/
.l-m5 {
  margin-left: 5px;
}

.l-m10 {
  margin-left: 10px;
}

.l-m15 {
  margin-left: 15px;
}

.l-m20 {
  margin-left: 20px;
}

.l-m30 {
  margin-left: 30px;
}

.l-m40 {
  margin-left: 40px;
}

.l-m50 {
  margin-left: 50px;
}

.l-m70 {
  margin-left: 70px;
}

.l-m75 {
  margin-left: 75px;
}

.l-m100 {
  margin-left: 100px;
}

/** Right-margins style **/
.r-m5 {
  margin-right: 5px;
}

.r-m10 {
  margin-right: 10px;
}

.r-m15 {
  margin-right: 15px;
}

.r-m20 {
  margin-right: 20px;
}

.r-m30 {
  margin-right: 30px;
}

.r-m40 {
  margin-right: 40px;
}

.r-m50 {
  margin-right: 50px;
}

.r-m75 {
  margin-right: 75px;
}

.r-m100 {
  margin-right: 100px;
}

/** Height-margins style **/
.h-m5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.h-m10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.h-m15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.h-m20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.h-m30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.h-m40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.h-m50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

/** Width-margins style **/
.w-m5 {
  margin-left: 5px;
  margin-right: 5px;
}

.w-m10 {
  margin-left: 10px;
  margin-right: 10px;
}

.w-m15 {
  margin-left: 15px;
  margin-right: 15px;
}

.w-m20 {
  margin-left: 20px;
  margin-right: 20px;
}

.w-m30 {
  margin-left: 30px;
  margin-right: 30px;
}

.w-m40 {
  margin-left: 40px;
  margin-right: 40px;
}

.w-m50 {
  margin-left: 50px;
  margin-right: 50px;
}

/** All-paddings style **/
.p5 {
  padding: 5px;
}

.p10 {
  padding: 10px;
}

.p15 {
  padding: 15px;
}

.p20 {
  padding: 20px;
}

.p30 {
  padding: 30px;
}

.p40 {
  padding: 40px;
}

.p50 {
  padding: 50px;
}

.p75 {
  padding: 75px;
}

.p100 {
  padding: 100px;
}

/** Top-paddings style **/
.t-p5 {
  padding-top: 5px;
}

.t-p10 {
  padding-top: 10px;
}

.t-p15 {
  padding-top: 15px;
}

.t-p20 {
  padding-top: 20px;
}

.t-p30 {
  padding-top: 30px;
}

.t-p40 {
  padding-top: 40px;
}

.t-p50 {
  padding-top: 50px;
}

.t-p75 {
  padding-top: 75px;
}

.t-p100 {
  padding-top: 100px;
}

/** Bottom-paddings style **/
.b-p5 {
  padding-bottom: 5px;
}

.b-p10 {
  padding-bottom: 10px;
}

.b-p15 {
  padding-bottom: 15px;
}

.b-p20 {
  padding-bottom: 20px;
}

.b-p30 {
  padding-bottom: 30px;
}

.b-p40 {
  padding-bottom: 40px;
}

.b-p50 {
  padding-bottom: 50px;
}

.b-p75 {
  padding-bottom: 75px;
}

.b-p100 {
  padding-bottom: 100px;
}

/** Left-paddings style **/
.l-p5 {
  padding-left: 5px;
}

.l-p10 {
  padding-left: 10px;
}

.l-p15 {
  padding-left: 15px;
}

.l-p20 {
  padding-left: 20px;
}

.l-p30 {
  padding-left: 30px;
}

.l-p40 {
  padding-left: 40px;
}

.l-p50 {
  padding-left: 50px;
}

.l-p75 {
  padding-left: 75px;
}

.l-p100 {
  padding-left: 100px;
}

/** Right-paddings style **/
.r-p5 {
  padding-right: 5px;
}

.r-p10 {
  padding-right: 10px;
}

.r-p15 {
  padding-right: 15px;
}

.r-p20 {
  padding-right: 20px;
}

.r-p30 {
  padding-right: 30px;
}

.r-p40 {
  padding-right: 40px;
}

.r-p50 {
  padding-right: 50px;
}

.r-p75 {
  padding-right: 75px;
}

.r-p100 {
  padding-right: 100px;
}

/** Height-paddings style **/
.h-p5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.h-p10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.h-p15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.h-p20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.h-p30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.h-p40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.h-p50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.h-p75 {
  padding-top: 75px;
  padding-bottom: 75px;
}

.h-p100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

/** Width-paddings style **/
.w-p5 {
  padding-left: 5px;
  padding-right: 5px;
}

.w-p10 {
  padding-left: 10px;
  padding-right: 10px;
}

.w-p15 {
  padding-left: 15px;
  padding-right: 15px;
}

.w-p20 {
  padding-left: 20px;
  padding-right: 20px;
}

.w-p30 {
  padding-left: 30px;
  padding-right: 30px;
}

.w-p40 {
  padding-left: 40px;
  padding-right: 40px;
}

.w-p50 {
  padding-left: 50px;
  padding-right: 50px;
}

.w-p75 {
  padding-left: 75px;
  padding-right: 75px;
}

.w-p100 {
  padding-left: 100px;
  padding-right: 100px;
}

/** Text-aligns style **/
.tcenter {
  text-align: center;
}

.tright {
  text-align: right;
}

.tleft {
  text-align: left;
}

/** font-colors style **/
.orange {
  color: #ff6600;
}

.orange2 {
  color: #ff9933;
}

.red {
  color: #cc0000;
}

.red2 {
  color: #ff6666;
}

.wine {
  color: #9e005d;
}

.blue {
  color: #0033ff;
}

.green {
  color: #75be2e;
}

.skyblue {
  color: #007bc6;
}

.magenta {
  color: #663366;
}

.white {
  color: #fff;
}

.darkpink {
  color: #9e005d;
}

/** font-sizes style **/
.f-s8 {
  font-size: 8px;
}

.f-s10 {
  font-size: 10px;
}

.f-s11 {
  font-size: 11px;
}

.f-s12 {
  font-size: 12px;
}

.f-s13 {
  font-size: 13px;
}

.f-s14 {
  font-size: 14px;
}

.f-s16 {
  font-size: 16px;
}

.f-s18 {
  font-size: 18px;
}

.f-s20 {
  font-size: 20px;
}

.f-s22 {
  font-size: 22px;
}

.f-s24 {
  font-size: 24px;
}

.f-s36 {
  font-size: 36px;
}

.l0 {
  line-height: 0;
}

.bnone {
  border: none;
}

.bold {
  font-weight: bold;
}

/***** ブレイクポイント *****/
body {
  background: #fff;
  margin: 0;
  padding: 0;
  line-height: 1.8em;
  font-size: 12px;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体",
    "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

@media screen and (min-width: 736px) {
  body {
    font-size: 14px;
  }
}

a {
  color: #000000;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

a:hover {
  text-decoration: underline;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

p {
  word-wrap: break-word;
  -ms-word-wrap: break-word;
  line-height: 1.8em;
}

dd {
  margin-left: 0;
}

img {
  max-width: 100%;
}

a img {
  border-style: none;
}

a img:hover {
  -moz-opacity: 0.7;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/***** スマホナビ *****/
.drawer-hamburger {
  display: block;
  position: absolute;
  border: #ccc 1px solid;
  padding: 13px 0.75rem 33px;
}

@media screen and (min-width: 736px) {
  .drawer-hamburger {
    display: none;
  }
}

.drawer-text-menu {
  position: absolute;
  left: 50%;
  bottom: 3px;
  margin-left: -17.5px;
}

.drawer-brand {
  color: #f75f6f;
  line-height: 60px;
  font-size: 16px;
  padding: 0 5%;
}

.drawer-brand:hover {
  text-decoration: none;
  -moz-opacity: 0.7;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.drawer-menu li {
  border-bottom: #ccc 1px solid;
}

.drawer-menu li a.drawer-menu-item {
  position: relative;
  font-family: Meiryo, "メイリオ", sans-serif;
  font-size: 16px;
  padding: 0.75rem 5%;
}

.drawer-menu li a.drawer-menu-item::after {
  position: absolute;
  top: 10px;
  right: 5%;
  font-family: "FontAwesome";
  content: "\f105";
  font-size: 20px;
  font-weight: bold;
  color: #f75f6f;
}

/***** 共通 *****/
@media screen and (min-width: 736px) {
  main {
    padding-top: 90px;
    overflow: hidden;
  }
}

article {
  padding-bottom: 50px;
}

@media screen and (min-width: 736px) {
  article {
    padding-bottom: 100px;
  }
}

.only-sp,
.br-sp {
  display: block;
}

@media screen and (min-width: 736px) {
  .only-sp,
  .br-sp {
    display: none;
  }
}

.only-pc,
.br-pc {
  display: none;
}

@media screen and (min-width: 736px) {
  .only-pc,
  .br-pc {
    display: block;
  }
}

.inner {
  width: 90%;
  margin: 0 auto;
}

@media screen and (min-width: 736px) {
  .inner {
    width: 1000px;
  }
}

.box-color {
  background: url(../images/common/bg-rep.png) left top repeat;
}

.box-white {
  background: #fff;
  padding-bottom: 40px;
}

@media screen and (min-width: 736px) {
  .box-white {
    padding-bottom: 60px;
  }
}

.com-title {
  background: #f75f6f;
}

.com-title .inner {
  display: table;
  height: 100px;
}

@media screen and (min-width: 736px) {
  .com-title .inner {
    height: 140px;
  }
}

.com-title .inner .box-center {
  display: table-cell;
  vertical-align: middle;
}

.com-title .inner .box-center .ttl {
  text-align: center;
  color: #fff;
}

.com-title .inner .box-center .ttl span {
  font-weight: bold;
  font-size: 22px;
}

@media screen and (min-width: 736px) {
  .com-title .inner .box-center .ttl span {
    font-size: 30px;
  }
}

.com-title-under-pink {
  border-bottom: #f75f6f 2px solid;
  font-weight: bold;
  font-size-adjust: 14px;
  margin-bottom: 10px;
}

@media screen and (min-width: 736px) {
  .com-title-under-pink {
    font-size: 16px;
  }
}

.com-title-left-pink {
  border-left: #f75f6f 4px solid;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 20px;
  padding-left: 10px;
}

@media screen and (min-width: 736px) {
  .com-title-left-pink {
    font-size: 16px;
  }
}

.com-title-left {
  font-size: 18px;
  font-weight: bold;
}

@media screen and (min-width: 736px) {
  .com-title-left {
    font-size: 24px;
  }
}

.com-title-small-pink {
  -js-display: flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  font-size: 20px;
  color: #333;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.3;
}

@media screen and (min-width: 736px) {
  .com-title-small-pink {
    margin-bottom: 40px;
    font-size: 30px;
  }
}

.com-title-small-pink span {
  order: -1;
  color: #f75f6f;
  font-weight: 400;
  font-size: 14px;
}

@media screen and (min-width: 736px) {
  .com-btn {
    width: 140px;
    margin: 0 auto;
  }
}

.com-btn a {
  position: relative;
  display: block;
  border: #f75f6f 2px solid;
  border-radius: 5px;
  background: #fff;
  text-align: center;
  color: #f75f6f;
  font-family: Meiryo, "メイリオ", sans-serif;
  line-height: 31px;
}

@media screen and (min-width: 736px) {
  .com-btn a {
    padding-right: 10px;
  }
}

.com-btn a::after {
  position: absolute;
  top: 0;
  right: 10px;
  font-family: "FontAwesome";
  content: "\f105";
  font-size: 16px;
}

.com-btn a::after:hover {
  color: #fff;
}

.com-btn a:hover {
  text-decoration: none;
  background: #f75f6f;
  color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.com-btn-res span {
  display: block;
  background: #ccc;
  text-align: center;
  color: #fff;
  line-height: 40px;
  font-size: 12px;
  border-radius: 10px;
  font-weight: bold;
  padding: 0 10px;
}

@media screen and (min-width: 736px) {
  .com-btn-res span {
    width: 220px;
    line-height: 45px;
    font-size: 16px;
    border-radius: 45px;
    padding: 0;
  }
}

.com-btn-res span img {
  width: 14px;
  vertical-align: text-bottom;
  margin-right: 5px;
}

@media screen and (min-width: 736px) {
  .com-btn-res span img {
    width: 22px;
  }
}

.com-btn-res a,
.com-btn-phone a {
  display: block;
  background: #f75f6f;
  text-align: center;
  color: #fff;
  line-height: 40px;
  font-size: 12px;
  border-radius: 10px;
  font-weight: bold;
  padding: 0 10px;
}

@media screen and (min-width: 736px) {
  .com-btn-res a,
  .com-btn-phone a {
    width: 220px;
    line-height: 45px;
    font-size: 16px;
    border-radius: 45px;
    padding: 0;
  }
}

.com-btn-res a img,
.com-btn-phone a img {
  /* width: 14px; */
  vertical-align: text-bottom;
  margin-right: 5px;
}

@media screen and (min-width: 736px) {
  .com-btn-res a img,
  .com-btn-phone a img {
    /* width: 22px; */
    height: 21px;
  }
}

.com-btn-res a img:hover,
.com-btn-phone a img:hover {
  -moz-opacity: 1;
  opacity: 1;
}

.com-btn-res a:hover,
.com-btn-phone a:hover {
  text-decoration: none;
  -moz-opacity: 0.7;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

/***** ヘッダー *****/
header {
  clear: both;
  background: #fff;
  height: 60px;
}

@media screen and (min-width: 736px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 61;
    height: 90px;
    border-bottom: #ccc 1px solid;
  }
}

@media screen and (min-width: 736px) {
  header .left {
    float: left;
  }
}

header .left .catch {
  font-family: Meiryo, "メイリオ", sans-serif;
  margin-top: 5px;
  margin-bottom: 0px;
  width: calc(100% - 50px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media screen and (min-width: 736px) {
  header .left .catch {
    margin-bottom: 10px;
    width: 510px;
    font-size: 12px;
  }
}

header .left .logo {
  width: calc(90% - 20px);
}

@media screen and (min-width: 736px) {
  header .left .logo {
    width: inherit;
  }
}

header .left .logo a {
  color: #f75f6f;
  font-weight: bold;
  font-size: 20px;
}

@media screen and (min-width: 736px) {
  header .left .logo a {
    font-size: 30px;
  }
}

header .left .logo a:hover {
  text-decoration: none;
  -moz-opacity: 0.7;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

header .right {
  display: none;
}

@media screen and (min-width: 736px) {
  header .right {
    display: block;
    float: right;
  }
}

header .right .content-wrap {
  float: left;
  margin-right: 20px;
}

header .right .content-wrap .btn-wrap {
  display: table;
}

@media screen and (min-width: 736px) {
  header .right .content-wrap .btn-wrap {
    height: 90px;
  }
}

header .right .content-wrap .btn-wrap .com-btn-res {
  display: table-cell;
  vertical-align: middle;
}

header .right .list-info {
  float: left;
  margin: 15px 0;
}

@media screen and (min-width: 736px) {
  header .right .list-info {
    max-width: 250px;
  }
}

header .right .list-info li {
  line-height: 1.3em;
  white-space: nowrap;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff,
    1px -1px 0 #fff, 0px 1px 0 #fff, -1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
}

header .right .list-info li:first-child {
  color: #f75f6f;
  font-weight: bold;
  font-size: 27px;
}

header .right .list-info li:first-child i {
  margin-right: 5px;
}

header .right .list-info li:last-child {
  font-family: Meiryo, "メイリオ", sans-serif;
  font-size: 14px;
}

.btn-list {
  display: block;
  text-align: center;
  margin-bottom: 10px;
}

@media screen and (min-width: 736px) {
  .btn-list {
    display: none;
  }
}

.btn-list li {
  display: inline-block;
  width: 48%;
}

.btn-list li:first-child {
  margin-right: 2%;
}

/***** グローバルナビ *****/
.gnavi {
  display: none;
}

@media screen and (min-width: 736px) {
  .gnavi {
    display: block;
    text-align: center;
    background-color: #faf5ea;
    margin-bottom: 30px;
  }
}

.gnavi ul {
  clear: both;
  overflow: hidden;
}

@media screen and (min-width: 736px) {
  .gnavi ul {
    width: 1000px;
    margin: 0 auto;
    background: url(../images/navi/line.png) right top no-repeat;
  }
}

.gnavi ul li {
  float: left;
  width: 200px;
  box-sizing: border-box;
  background: url(../images/navi/line.png) left top no-repeat;
  position: relative;
}

.gnavi ul li .wrap {
  display: table;
}

@media screen and (min-width: 736px) {
  .gnavi ul li .wrap {
    width: 100%;
    height: 85px;
    margin-bottom: 15px;
  }
}

.gnavi ul li .wrap .box-center {
  display: table-cell;
  text-align: center;
  vertical-align: bottom;
}

.gnavi ul li .wrap .box-center .icn {
  margin-bottom: 7px;
}

.gnavi ul li .wrap .box-center .icn svg {
  fill: #f75f6f;
}

.gnavi ul li .wrap .box-center .icn.navi1 {
  width: 26px;
  height: 28px;
  margin-left: auto;
  margin-right: auto;
}

.gnavi ul li .wrap .box-center .icn.navi2 {
  width: 28px;
  height: 28px;
  margin-left: auto;
  margin-right: auto;
}

.gnavi ul li .wrap .box-center .icn.navi3 {
  width: 24px;
  height: 28px;
  margin-left: auto;
  margin-right: auto;
}

.gnavi ul li .wrap .box-center .icn.navi4 {
  width: 32px;
  height: 28px;
  margin-left: auto;
  margin-right: auto;
}

.gnavi ul li .wrap .box-center .icn.navi5 {
  width: 20px;
  height: 28px;
  margin-left: auto;
  margin-right: auto;
}

.gnavi ul li .wrap .box-center p {
  font-weight: bold;
  font-size: 16px;
}

.gnavi ul li a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.gnavi ul li:hover {
  -moz-opacity: 0.7;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/***** パンくず *****/
.bread {
  width: 90%;
  margin: 0 auto;
  padding: 10px 0 30px;
  clear: both;
  overflow: hidden;
}

@media screen and (min-width: 736px) {
  .bread {
    width: 1000px;
    padding: 20px 0 50px;
  }
}

.bread li {
  float: left;
  font-family: Meiryo, "メイリオ", sans-serif;
  margin-right: 10px;
  font-size: 10px;
}

@media screen and (min-width: 736px) {
  .bread li {
    font-size: 12px;
  }
}

.bread li:last-child {
  margin-right: 0;
}

.bread li a {
  margin-right: 10px;
}

/***** アサイド *****/
aside {
  width: 90%;
  margin: 0 auto;
  padding: 30px 0;
  clear: both;
  overflow: hidden;
}

@media screen and (min-width: 736px) {
  aside {
    width: 1000px;
    padding: 50px 0;
  }
}

aside .left {
  margin-bottom: 20px;
}

@media screen and (min-width: 736px) {
  aside .left {
    float: left;
    width: 480px;
    margin-bottom: 0;
  }
}

aside .left .calendar {
  background: #e8e8e8;
  padding: 5%;
}

@media screen and (min-width: 736px) {
  aside .left .calendar {
    padding: 15px 20px;
  }
}

aside .left .calendar ul {
  text-align: center;
  position: relative;
  margin-bottom: 10px;
}

aside .left .calendar ul li {
  font-family: Meiryo, "メイリオ", sans-serif;
  font-weight: bold;
  font-size: 14px;
}

@media screen and (min-width: 736px) {
  aside .left .calendar ul li {
    font-size: 16px;
  }
}

aside .left .calendar ul li:first-child {
  position: absolute;
  top: 0;
  left: 0;
}

aside .left .calendar ul li:last-child {
  position: absolute;
  top: 0;
  right: 0;
}

aside .left .calendar table {
  width: 100%;
}

aside .left .calendar table th,
aside .left .calendar table td {
  font-family: Meiryo, "メイリオ", sans-serif;
  border: #aaa 1px solid;
  box-sizing: border-box;
  width: 20px;
}

@media screen and (min-width: 736px) {
  aside .left .calendar table th,
  aside .left .calendar table td {
    width: 65px;
  }
}

aside .left .calendar table th {
  background: #333;
  color: #fff;
}

aside .left .calendar table td {
  background: #fff;
  padding: 3px 0;
  text-align: center;
  vertical-align: top;
  height: 45px;
}

@media screen and (min-width: 736px) {
  aside .left .calendar table td {
    height: 55px;
  }
}

aside .left .calendar table td.cel-gray {
  background: #dbdbdb;
}

aside .left .calendar table td p {
  text-align: center;
  color: #fff;
  font-size: 10px;
  background-color: #ccc;
  position: relative;
  z-index: 0;
}

aside .left .calendar table td p a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #ffffff;
  opacity: 0;
}

aside .left .calendar table td p a:hover {
  opacity: 0.5;
}

@media screen and (min-width: 736px) {
  aside .left .calendar table td p {
    font-size: 12px;
    margin: 0 2px;
  }
}

aside .left .calendar table td p::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #fff;
}

aside .left .calendar table td p.blue {
  background: #0000ff;
}

aside .left .calendar table td p.red {
  background: #e60012;
}

aside .left .calendar table td p.am {
  background-color: #4393f2;
}

aside .left .calendar table td p.am.ng {
  background-color: #666666;
}

aside .left .calendar table td p.pm {
  background-color: #17b3e4;
}

aside .left .calendar table td p.pm.ng {
  background-color: #666666;
}

aside .left .calendar table td p.rest {
  background: #e60012;
}

@media screen and (min-width: 736px) {
  aside .right {
    float: right;
    width: 480px;
  }
}

aside .right .map {
  width: 100%;
  margin-bottom: 10px;
}

aside .right .map iframe {
  width: 100%;
  height: 200px;
}

@media screen and (min-width: 736px) {
  aside .right .map iframe {
    height: 370px;
  }
}

aside .right .btn-map {
  box-sizing: border-box;
}

@media screen and (min-width: 736px) {
  aside .right .btn-map {
    width: 180px;
    float: right;
  }
}

aside .right .btn-map a {
  display: block;
  border: #f75f6f 2px solid;
  border-radius: 5px;
  line-height: 30px;
  text-align: center;
  color: #f75f6f;
  font-family: Meiryo, "メイリオ", sans-serif;
}

aside .right .btn-map a i {
  margin-left: 5px;
}

aside .right .btn-map a:hover {
  text-decoration: none;
  -moz-opacity: 0.7;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

aside h2 {
  text-align: center;
  color: #f75f6f;
  margin-bottom: 20px;
}

@media screen and (min-width: 736px) {
  aside h2 {
    margin-bottom: 40px;
  }
}

aside h2 span {
  font-size: 20px;
  font-weight: bold;
  color: #333;
}

@media screen and (min-width: 736px) {
  aside h2 span {
    font-size: 30px;
  }
}

article + aside {
  border-top: #ccc 1px solid;
}

.box-color + aside {
  border-top: none;
}

/***** フッター *****/
footer {
  background: #faf5ea;
  padding: 40px 0;
}

@media screen and (min-width: 736px) {
  footer {
    padding: 40px 0 90px;
  }
}

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

@media screen and (min-width: 736px) {
  footer .logo {
    margin-bottom: 20px;
  }
}

footer .logo a {
  color: #f75f6f;
  font-weight: bold;
  font-size: 18px;
}

@media screen and (min-width: 736px) {
  footer .logo a {
    font-size: 24px;
  }
}

footer .logo a:hover {
  text-decoration: none;
  -moz-opacity: 0.7;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

@media screen and (min-width: 736px) {
  footer .wrap {
    clear: both;
    overflow: hidden;
  }
}

footer .wrap .left {
  margin-bottom: 20px;
}

@media screen and (min-width: 736px) {
  footer .wrap .left {
    float: left;
    width: 480px;
    margin-bottom: 0;
  }
}

footer .wrap .left table {
  width: 100%;
  margin-bottom: 15px;
}

footer .wrap .left table th,
footer .wrap .left table td {
  border-bottom: #ccc 1px solid;
  text-align: left;
  vertical-align: top;
  font-family: Meiryo, "メイリオ", sans-serif;
  padding: 10px 0;
}

@media screen and (min-width: 736px) {
  footer .wrap .left table th,
  footer .wrap .left table td {
    padding: 15px 0;
  }
}

footer .wrap .left table th {
  width: 75px;
  font-weight: bold;
}

footer .wrap .left ul {
  margin-bottom: 20px;
}

footer .wrap .left ul li:first-child {
  color: #f75f6f;
  font-weight: bold;
  line-height: 1.3em;
  font-size: 25px;
}

@media screen and (min-width: 736px) {
  footer .wrap .left ul li:first-child {
    font-size: 30px;
  }
}

footer .wrap .left ul li:first-child i {
  margin-right: 5px;
}

footer .wrap .left ul li:last-child {
  font-family: Meiryo, "メイリオ", sans-serif;
}

@media screen and (min-width: 736px) {
  footer .wrap .right {
    float: right;
    width: 480px;
  }
}

footer .wrap .right table {
  width: 100%;
  margin-bottom: 15px;
}

footer .wrap .right table th,
footer .wrap .right table td {
  border: #ccc 1px solid;
  padding: 0;
  font-family: Meiryo, "メイリオ", sans-serif;
  font-size: 10px;
}

@media screen and (min-width: 736px) {
  footer .wrap .right table th,
  footer .wrap .right table td {
    padding: 5px 10px;
    font-size: 14px;
  }
}

footer .wrap .right table th {
  background: #f75f6f;
  color: #fff;
}

footer .wrap .right table th.time {
  background: #faf5ea;
  color: #333;
  text-align: center;
  vertical-align: top;
}

@media screen and (min-width: 736px) {
  footer .wrap .right table th.time {
    text-align: left;
  }
}

footer .wrap .right table td {
  text-align: center;
  color: #f75f6f;
}

@media screen and (min-width: 736px) {
  footer .wrap .right table td {
    font-size: 18px;
  }
}

footer .wrap .right ul li {
  font-family: Meiryo, "メイリオ", sans-serif;
}

.copy {
  background: #f75f6f;
  text-align: center;
  color: #fff;
  font-family: Meiryo, "メイリオ", sans-serif;
  font-size: 10px;
  line-height: 30px;
}

@media screen and (min-width: 736px) {
  .copy {
    font-size: 14px;
    line-height: 40px;
  }
}

/***** ページトップ *****/
.pagetop {
  text-align: center;
  position: fixed;
  left: inherit;
  margin-left: 0;
  top: inherit;
  bottom: 15%;
  right: 2.5%;
  width: 58px;
  height: 58px;
  z-index: 99;
  background-color: #fff;
  border: #f75f6f 3px solid;
  border-radius: 50%;
  box-sizing: border-box;
}

@media screen and (min-width: 736px) {
  .pagetop {
    bottom: 20px;
    right: 20px;
  }
}

.pagetop a {
  display: block;
  width: 50px;
  height: 50px;
}

.pagetop a svg {
  fill: #f75f6f;
}

/***** スマホ固定フッターナビ *****/
.floating-menu {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 999;
}

@media screen and (min-width: 736px) {
  .floating-menu {
    display: none !important;
  }
}

.floating-menu td {
  border: 1px solid #ccc;
  line-height: 1.2em;
  position: relative;
  width: 50%;
  box-sizing: border-box;
}

.floating-menu td span,
.floating-menu td a {
  display: block;
  background: #f75f6f;
  text-align: center;
  color: #fff;
  line-height: 40px;
  font-size: 13px;
  font-weight: bold;
  padding: 10px;
}

.floating-menu td span img,
.floating-menu td a img {
  width: 14px;
  vertical-align: text-bottom;
  margin-right: 5px;
}

.floating-menu td span img:hover,
.floating-menu td a img:hover {
  -moz-opacity: 1;
  opacity: 1;
}

.floating-menu td span:hover,
.floating-menu td a:hover {
  text-decoration: none;
  -moz-opacity: 0.7;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.floating-menu td span {
  background: #ccc;
}

/***** 404 *****/
.error-read {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 20px;
}

@media screen and (min-width: 736px) {
  .error-read {
    font-size: 24px;
    margin-bottom: 40px;
  }
}

.error-list li {
  position: relative;
  font-family: Meiryo, "メイリオ", sans-serif;
  text-indent: -17px;
  margin-left: 17px;
}

.error-list li::before {
  content: "●";
  color: #f75f6f;
  margin-right: 5px;
}

/***** トップページ *****/
.main-visual {
  position: relative;
}

@media screen and (min-width: 736px) {
  .main-visual {
    left: 50%;
    width: 3000px;
    margin-left: -1500px;
  }
}

.main-visual .bx-wrapper {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  margin-bottom: 0;
}

.main-visual .bx-wrapper img {
  height: 270px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

@media screen and (min-width: 736px) {
  .main-visual .bx-wrapper img {
    width: 1100px;
    height: 520px;
    margin: auto;
  }
}

.main-visual .bx-wrapper .bx-pager {
  bottom: 10px;
}

.main-visual .bx-wrapper .bx-pager.bx-default-pager a {
  background: #cacaca;
}

.main-visual .bx-wrapper .bx-pager.bx-default-pager a:hover,
.main-visual .bx-wrapper .bx-pager.bx-default-pager a.active,
.main-visual .bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #fff;
}

.mv-wrap {
  /* width: 100%;
  height: 100%;
  z-index: 1; */
}

@media screen and (min-width: 736px) {
  .mv-wrap {
    /* position: absolute;
    top: 0;
    left: 0; */
  }
}

.mv-wrap .inner-wrap {
  width: 90%;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

@media screen and (min-width: 736px) {
  .mv-wrap .inner-wrap {
    width: 1000px;
    /* margin-top: -40px; */
  }
}

.mv-wrap .inner-wrap .link {
  text-align: right;
  /* margin-top: -80px; */
  margin-bottom: 20px;
  line-height: 0;
  position: relative;
  z-index: 3;
}

@media screen and (min-width: 736px) {
  .mv-wrap .inner-wrap .link {
    padding-top: 30px;
    text-align: inherit;
    margin-top: -30px;
    margin-bottom: 0;
    position: initial;
  }
}

.mv-wrap .inner-wrap .link img {
  width: 80px;
  border-radius: 50%;
  background-color: #f75e6e;
  box-shadow: 5px 5px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -65px;
  right: 1%;
}

@media screen and (min-width: 736px) {
  .mv-wrap .inner-wrap .link img {
    /* position: absolute;
    right: 0;
    bottom: 90px; */
    top: -260px;
    right: 50%;
    margin-right: -540px;
    width: 154px;
    z-index: 60;
  }
}

.mv-wrap .inner-wrap .infomation-box {
  border: #f75f6f 1px solid;
  border-radius: 5px;
  background: #fff;
  width: 100%;
  box-sizing: border-box;
  padding: 2% 3%;
}

@media screen and (min-width: 736px) {
  .mv-wrap .inner-wrap .infomation-box {
    /* position: absolute; */
    /* bottom: 10px; */
    padding: 0 30px;
    /* z-index: 60; */
    box-sizing: border-box;
    /* width: 900px; */
    /* left: 50px; */
  }
}

.mv-wrap .inner-wrap .infomation-box table {
  width: 100%;
}

.mv-wrap .inner-wrap .infomation-box table th,
.mv-wrap .inner-wrap .infomation-box table td {
  display: block;
  width: 100%;
  padding: 0;
  box-sizing: border-box;
}

@media screen and (min-width: 736px) {
  .mv-wrap .inner-wrap .infomation-box table th,
  .mv-wrap .inner-wrap .infomation-box table td {
    display: table-cell;
    width: auto;
    padding: 15px 0;
  }
}

.mv-wrap .inner-wrap .infomation-box table th {
  color: #f75f6f;
  font-weight: bold;
  text-align: left;
  vertical-align: top;
  font-size: 14px;
  /* padding-bottom: 10px; */
}

@media screen and (min-width: 736px) {
  .mv-wrap .inner-wrap .infomation-box table th {
    font-size: 16px;
    padding-bottom: 0;
  }
}

.mv-wrap .inner-wrap .infomation-box table td {
  font-family: Meiryo, "メイリオ", sans-serif;
  position: relative;
  padding-right: 30px;
}

@media screen and (min-width: 736px) {
  .mv-wrap .inner-wrap .infomation-box table td {
    padding-right: 0;
  }
}

.mv-wrap .inner-wrap .infomation-box table td a {
  display: block;
  position: relative;
}

.mv-wrap .inner-wrap .infomation-box table td a::after {
  position: absolute;
  top: 0px;
  right: 0;
  font-size: 14px;
  font-family: "FontAwesome";
  content: "\f061";
  color: #f75f6f;
}

@media screen and (min-width: 736px) {
  .mv-wrap .inner-wrap .infomation-box table td a::after {
    font-size: 20px;
    right: 0px;
  }
}

.inde-box-white {
  padding: 30px 0;
  background: #fff;
}

@media screen and (min-width: 736px) {
  .inde-box-white {
    padding: 40px 0 50px;
  }
}

.inde-box-white ul {
  margin-bottom: 30px;
}

@media screen and (min-width: 736px) {
  .inde-box-white ul {
    -js-display: flex;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
  }
}

.inde-box-white ul li {
  margin-bottom: 30px;
}

@media screen and (min-width: 736px) {
  .inde-box-white ul li {
    width: 306px;
    margin-right: 40px;
    margin-bottom: 0;
  }
}

.inde-box-white ul li:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 736px) {
  .inde-box-white ul li:last-child {
    margin-right: 0;
  }
}

.inde-box-white ul li .img {
  text-align: center;
  line-height: 0;
  margin-bottom: 10px;
}

.inde-box-white ul li .img img {
  border-radius: 5px;
  box-shadow: 5px 5px #f9d7d4;
}

@media screen and (min-width: 736px) {
  .inde-box-white ul li .img img {
    height: 204px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
  }
}

.inde-box-white ul li dl dt {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}

@media screen and (min-width: 736px) {
  .inde-box-white ul li dl dt {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.inde-box-white ul li dl dd {
  /* text-align: center; */
  font-family: Meiryo, "メイリオ", sans-serif;
}

ul.topbnr {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 30px;
}

@media screen and (min-width: 736px) {
  ul.topbnr {
    padding-top: 60px;
  }
}

ul.topbnr li {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-bottom: 15px;
}

@media screen and (min-width: 736px) {
  ul.topbnr li {
    width: 480px;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 736px) {
  ul.topbnr li:nth-of-type(2n) {
    margin-left: 40px;
  }
}

@media screen and (min-width: 736px) {
  ul.topbnr li:nth-of-type(n + 3) {
    margin-top: 40px;
  }
}

.index-medical-box {
  width: 90%;
  margin: 0 auto;
  padding: 30px 0 0;
}

@media screen and (min-width: 736px) {
  .index-medical-box {
    width: 1000px;
    padding: 50px 0 0;
  }
}

.index-medical-box ul {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 30px;
  margin-left: -5%;
  margin-right: -5%;
}

@media screen and (min-width: 736px) {
  .index-medical-box ul {
    margin-bottom: 50px;
    margin-left: -40px;
    margin-right: 0;
  }
}

.index-medical-box ul li {
  padding: 0 5px;
  width: 120px;
  box-sizing: border-box;
}

@media screen and (min-width: 736px) {
  .index-medical-box ul li {
    width: 132px;
    box-sizing: border-box;
    margin-left: 40px;
    margin-bottom: 20px;
    padding: 0;
  }
}

.index-medical-box ul li .wrap {
  display: table;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  background: #f75f6f;
  width: 100px;
  height: 100px;
  border-radius: 132px;
}

@media screen and (min-width: 736px) {
  .index-medical-box ul li .wrap {
    width: 132px;
    height: 132px;
  }
}

.index-medical-box ul li .wrap .img {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  line-height: 0;
  width: 100%;
  height: 100px;
}

@media screen and (min-width: 736px) {
  .index-medical-box ul li .wrap .img {
    width: 132px;
    height: 132px;
  }
}

.index-medical-box ul li .wrap .img img {
  width: 50%;
  text-align: center;
}

.index-medical-box ul li .text {
  text-align: center;
  font-weight: bold;
}

.week-end {
  z-index: 10;
  background-color: #555;
  color: #fff;
}

@media screen and (max-width: 736px) {
  .week-end {
    top: 0px;
    left: 0px;
    width: 100%;
    text-align: center;
    padding: 10px 15px;
    font-size: 18px;
    font-weight: bold;
    box-sizing: border-box;
  }
}

@media screen and (min-width: 736px) {
  .week-end {
    position: absolute;
    border-radius: 20px;
    font-size: 13px;
    top: 10px;
    left: 10px;
    font-weight: bold;
    padding: 10px 30px;
    font-size: 16px;
    left: 50%;
    margin-left: -500px;
  }
}

/***** 当院について *****/
.clinic-greet-wrap {
  margin: 20px 0 40px;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media screen and (min-width: 736px) {
  .clinic-greet-wrap {
    flex-wrap: nowrap;
    clear: both;
    overflow: hidden;
  }
}

.clinic-greet-wrap p {
  font-family: Meiryo, "メイリオ", sans-serif;
}

.clinic-greet-wrap p a {
  color: #0000ff;
}

.clinic-greet-wrap .img {
  flex-shrink: 0;
  margin-bottom: 20px;
}

@media screen and (min-width: 736px) {
  .clinic-greet-wrap .img {
    margin-right: 40px;
  }
}

.clinic-greet-wrap .right .incho-name {
  margin-top: 30px;
  text-align: right;
  font-size: 18px;
}

.clinic-greet-wrap .right .incho-name em {
  margin-right: 10px;
  font-size: 14px;
}

@media screen and (min-width: 736px) {
  .clinic-box-wrap {
    -js-display: flex;
    display: flex;
    flex-wrap: wrap;
  }
}

.clinic-box-wrap > li {
  background: #faf5ea;
  padding: 5%;
  box-sizing: border-box;
}

@media screen and (min-width: 736px) {
  .clinic-box-wrap > li {
    width: 480px;
    padding: 30px;
  }
}

.clinic-box-wrap > li:first-child {
  margin-bottom: 30px;
}

@media screen and (min-width: 736px) {
  .clinic-box-wrap > li:first-child {
    margin-right: 40px;
    margin-bottom: 0;
  }
}

.clinic-box-wrap > li ul li {
  border-bottom: #ccc 1px solid;
  font-family: Meiryo, "メイリオ", sans-serif;
  line-height: 40px;
}

@media screen and (min-width: 736px) {
  .clinic-box-wrap > li ul li {
    line-height: 55px;
  }
}

.clinic-photo-wrap {
  width: 90%;
  margin: 0 auto;
  padding: 30px 0;
}

@media screen and (min-width: 736px) {
  .clinic-photo-wrap {
    width: 1000px;
    padding: 50px 0;
  }
}

.clinic-photo-wrap ul {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
}

.clinic-photo-wrap ul li {
  width: 49%;
  margin-top: 20px;
}

@media screen and (min-width: 736px) {
  .clinic-photo-wrap ul li {
    width: 300px;
    margin-top: 30px;
    margin-right: 50px;
  }
}

.clinic-photo-wrap ul li:nth-child(odd) {
  margin-right: 2%;
}

@media screen and (min-width: 736px) {
  .clinic-photo-wrap ul li:nth-child(odd) {
    margin-right: 50px;
  }
}

@media screen and (min-width: 736px) {
  .clinic-photo-wrap ul li:nth-child(3n) {
    margin-right: 0;
  }
}

.clinic-photo-wrap ul li .wrap {
  display: table;
  width: 100%;
  margin-bottom: 10px;
}

@media screen and (min-width: 736px) {
  .clinic-photo-wrap ul li .wrap {
    height: 200px;
  }
}

.clinic-photo-wrap ul li .wrap .img {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  line-height: 0;
}

.clinic-photo-wrap ul li .wrap .img img {
  border-radius: 10px;
}

@media screen and (min-width: 736px) {
  .clinic-photo-wrap ul li .wrap .img img {
    height: 200px;
  }
}

.clinic-photo-wrap ul li .text {
  text-align: center;
  font-family: Meiryo, "メイリオ", sans-serif;
}

.clinic-overview-box {
  width: 90%;
  margin: 0 auto;
  padding: 30px 0 0;
}

@media screen and (min-width: 736px) {
  .clinic-overview-box {
    width: 1000px;
    padding: 50px 0 0;
  }
}

@media screen and (min-width: 736px) {
  .clinic-overview-box .com-title-left {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 736px) {
  .clinic-overview-box .wrap {
    clear: both;
    overflow: hidden;
  }
}

.clinic-overview-box .wrap .left {
  margin-bottom: 20px;
}

@media screen and (min-width: 736px) {
  .clinic-overview-box .wrap .left {
    float: left;
    width: 480px;
    margin-bottom: 0;
  }
}

.clinic-overview-box .wrap .left table {
  width: 100%;
  margin-bottom: 15px;
}

.clinic-overview-box .wrap .left table th,
.clinic-overview-box .wrap .left table td {
  border-bottom: #ccc 1px solid;
  text-align: left;
  vertical-align: top;
  font-family: Meiryo, "メイリオ", sans-serif;
  padding: 10px 0;
}

@media screen and (min-width: 736px) {
  .clinic-overview-box .wrap .left table th,
  .clinic-overview-box .wrap .left table td {
    padding: 15px 0;
  }
}

.clinic-overview-box .wrap .left table th {
  width: 75px;
  font-weight: bold;
}

.clinic-overview-box .wrap .left ul {
  margin-bottom: 20px;
}

.clinic-overview-box .wrap .left ul li:first-child {
  color: #f75f6f;
  font-weight: bold;
  line-height: 1.3em;
  font-size: 25px;
}

@media screen and (min-width: 736px) {
  .clinic-overview-box .wrap .left ul li:first-child {
    font-size: 30px;
  }
}

.clinic-overview-box .wrap .left ul li:first-child i {
  margin-right: 5px;
}

.clinic-overview-box .wrap .left ul li:last-child {
  font-family: Meiryo, "メイリオ", sans-serif;
}

@media screen and (min-width: 736px) {
  .clinic-overview-box .wrap .right {
    float: right;
    width: 480px;
  }
}

.clinic-overview-box .wrap .right table {
  width: 100%;
  margin-bottom: 15px;
}

.clinic-overview-box .wrap .right table th,
.clinic-overview-box .wrap .right table td {
  border: #ccc 1px solid;
  padding: 0;
  font-family: Meiryo, "メイリオ", sans-serif;
  font-size: 10px;
}

@media screen and (min-width: 736px) {
  .clinic-overview-box .wrap .right table th,
  .clinic-overview-box .wrap .right table td {
    padding: 5px 10px;
    font-size: 14px;
  }
}

.clinic-overview-box .wrap .right table th {
  background: #f75f6f;
  color: #fff;
}

.clinic-overview-box .wrap .right table th.time {
  text-align: center;
  background: #fff;
  color: #333;
  vertical-align: top;
}

@media screen and (min-width: 736px) {
  .clinic-overview-box .wrap .right table th.time {
    text-align: left;
  }
}

.clinic-overview-box .wrap .right table td {
  text-align: center;
  color: #f75f6f;
}

@media screen and (min-width: 736px) {
  .clinic-overview-box .wrap .right table td {
    font-size: 18px;
  }
}

.clinic-overview-box .wrap .right ul li {
  font-family: Meiryo, "メイリオ", sans-serif;
}

.clinic-guidance-wrap {
  width: 90%;
  margin: 0 auto;
  padding: 30px 0 0;
}

@media screen and (min-width: 736px) {
  .clinic-guidance-wrap {
    width: 1000px;
    padding: 50px 0 0;
  }
}

.clinic-guidance-wrap .clinic-guidance-box {
  margin-top: 20px;
  background: #fff;
  padding: 5%;
}

@media screen and (min-width: 736px) {
  .clinic-guidance-wrap .clinic-guidance-box {
    clear: both;
    overflow: hidden;
    padding: 40px;
  }
}

.clinic-guidance-wrap .clinic-guidance-box .left {
  width: 100px;
  line-height: 0;
  text-align: center;
  margin: 0 auto 20px;
}

@media screen and (min-width: 736px) {
  .clinic-guidance-wrap .clinic-guidance-box .left {
    float: left;
    width: 132px;
    margin-right: 40px;
    margin-bottom: 0;
  }
}

.clinic-guidance-wrap .clinic-guidance-box .left .wrap {
  display: table;
  margin-bottom: 10px;
  background: #f75f6f;
  width: 100%;
  height: 100px;
  border-radius: 132px;
}

@media screen and (min-width: 736px) {
  .clinic-guidance-wrap .clinic-guidance-box .left .wrap {
    width: 132px;
    height: 132px;
  }
}

.clinic-guidance-wrap .clinic-guidance-box .left .wrap .img {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  line-height: 0;
  width: 100%;
  height: 100px;
}

@media screen and (min-width: 736px) {
  .clinic-guidance-wrap .clinic-guidance-box .left .wrap .img {
    width: 132px;
    height: 132px;
  }
}

.clinic-guidance-wrap .clinic-guidance-box .left .wrap .img img {
  width: 50%;
  text-align: center;
}

@media screen and (min-width: 736px) {
  .clinic-guidance-wrap .clinic-guidance-box .right {
    float: right;
    width: 748px;
  }
}

.clinic-guidance-wrap .clinic-guidance-box .right p {
  font-family: Meiryo, "メイリオ", sans-serif;
}

.clinic-guidance-wrap .clinic-guidance-box .right p a {
  color: #0000ff;
}

/***** 施設案内 *****/
.facility-box-wrap {
  display: block;
}

@media screen and (min-width: 736px) {
  .facility-box-wrap {
    clear: both;
    overflow: hidden;
  }
}

.facility-box-wrap .left {
  margin-bottom: 30px;
}

@media screen and (min-width: 736px) {
  .facility-box-wrap .left {
    float: left;
    width: 480px;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 736px) {
  .facility-box-wrap .right {
    float: right;
    width: 480px;
  }
}

.facility-box-wrap .wrap {
  display: table;
  width: 100%;
  margin-bottom: 20px;
}

@media screen and (min-width: 736px) {
  .facility-box-wrap .wrap {
    height: 319px;
  }
}

.facility-box-wrap .wrap .img {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  line-height: 0;
}

.facility-box-wrap .wrap .img img {
  border-radius: 10px;
}

@media screen and (min-width: 736px) {
  .facility-box-wrap .wrap .img img {
    height: 319px;
  }
}

.facility-box-wrap dl dt {
  margin-bottom: 10px;
}

.facility-box-wrap dl dd {
  font-family: Meiryo, "メイリオ", sans-serif;
}

.facility-box-wrap dl dd a {
  color: #0000ff;
}

.facility-list-wrap {
  width: 90%;
  margin: 0 auto;
  padding-top: 30px;
}

@media screen and (min-width: 736px) {
  .facility-list-wrap {
    width: 1000px;
    padding-top: 50px;
  }
}

.facility-list-wrap h2 {
  margin-bottom: 20px;
}

@media screen and (min-width: 736px) {
  .facility-list-wrap h2 {
    margin-bottom: 30px;
  }
}

.facility-list-wrap ul {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
}

.facility-list-wrap ul li {
  width: 49%;
}

@media screen and (min-width: 736px) {
  .facility-list-wrap ul li {
    width: 300px;
    margin-right: 50px;
  }
}

.facility-list-wrap ul li:nth-child(odd) {
  margin-right: 2%;
}

@media screen and (min-width: 736px) {
  .facility-list-wrap ul li:nth-child(odd) {
    margin-right: 50px;
  }
}

@media screen and (min-width: 736px) {
  .facility-list-wrap ul li:nth-child(3n) {
    margin-right: 0;
  }
}

.facility-list-wrap ul li:nth-child(n + 3) {
  margin-top: 30px;
}

@media screen and (min-width: 736px) {
  .facility-list-wrap ul li:nth-child(n + 3) {
    margin-top: 0;
  }
}

@media screen and (min-width: 736px) {
  .facility-list-wrap ul li:nth-child(n + 4) {
    margin-top: 50px;
  }
}

.facility-list-wrap ul li .wrap {
  display: table;
  width: 100%;
  margin-bottom: 20px;
}

@media screen and (min-width: 736px) {
  .facility-list-wrap ul li .wrap {
    height: 200px;
  }
}

.facility-list-wrap ul li .wrap .img {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  line-height: 0;
}

.facility-list-wrap ul li .wrap .img img {
  border-radius: 10px;
  height: 110px;
}

@media screen and (min-width: 736px) {
  .facility-list-wrap ul li .wrap .img img {
    height: 200px;
  }
}

.facility-list-wrap ul li dl dd {
  font-family: Meiryo, "メイリオ", sans-serif;
}

/***** 目の病気について *****/
.disease-box {
  background: #fff;
  padding: 5%;
  margin-bottom: 20px;
}

@media screen and (min-width: 736px) {
  .disease-box {
    padding: 30px 40px;
    margin-bottom: 30px;
  }
}

.disease-box p {
  font-family: Meiryo, "メイリオ", sans-serif;
}

.disease-box p + p {
  margin-top: 20px;
}

/***** 募集要項 *****/
.recruit-table {
  width: 100%;
  margin-bottom: 20px;
}

.recruit-table th {
  font-weight: bold;
  vertical-align: top;
}

.recruit-table th,
.recruit-table td {
  font-size: 16px;
  padding: 10px;
  border-bottom: #ccc 1px dotted;
  text-align: left;
  display: block;
}

@media screen and (min-width: 736px) {
  .recruit-table th,
  .recruit-table td {
    display: table-cell;
    padding-bottom: 20px;
  }
}

.recruit-table tr:first-child th {
  border-top: #ccc 1px dotted;
}

@media screen and (min-width: 736px) {
  .recruit-table tr:first-child th {
    width: 90px;
  }
}

@media screen and (min-width: 736px) {
  .recruit-table tr:first-child th,
  .recruit-table tr:first-child td {
    border-top: #ccc 1px dotted;
  }
}

/***** アクセス *****/
.inner-access {
  width: 90%;
  margin: 0 auto;
}

@media screen and (min-width: 736px) {
  .inner-access {
    width: 640px;
  }
}

.inner-access .map {
  width: 100%;
  margin-bottom: 10px;
}

.inner-access .map iframe {
  width: 100%;
  height: 200px;
}

@media screen and (min-width: 736px) {
  .inner-access .map iframe {
    height: 370px;
  }
}

.inner-access .btn-map {
  box-sizing: border-box;
}

@media screen and (min-width: 736px) {
  .inner-access .btn-map {
    width: 180px;
    margin: 0 auto 30px;
  }
}

.inner-access .btn-map a {
  display: block;
  border: #f75f6f 2px solid;
  border-radius: 5px;
  line-height: 30px;
  text-align: center;
  color: #f75f6f;
  font-family: Meiryo, "メイリオ", sans-serif;
}

.inner-access .btn-map a i {
  margin-left: 5px;
}

.inner-access .btn-map a:hover {
  text-decoration: none;
  -moz-opacity: 0.7;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.inner-access table {
  width: 100%;
  border-bottom: #ccc 1px solid;
  margin-bottom: 40px;
}

.inner-access table th,
.inner-access table td {
  padding: 15px 0;
  font-family: Meiryo, "メイリオ", sans-serif;
}

.inner-access table th {
  width: 60px;
  text-align: left;
  vertical-align: top;
  font-weight: bold;
}

.inner-access .access-root {
  background: #faf5ea;
  padding: 5%;
}

@media screen and (min-width: 736px) {
  .inner-access .access-root {
    padding: 30px;
  }
}

.inner-access .access-root dl {
  margin-bottom: 20px;
}

@media screen and (min-width: 736px) {
  .inner-access .access-root dl {
    margin-bottom: 30px;
  }
}

.inner-access .access-root dl dt,
.inner-access .access-root dl dd {
  font-family: Meiryo, "メイリオ", sans-serif;
}

.floor_map {
  line-height: 0;
  margin-bottom: 30px;
  margin-top: 30px;
}

/***** お知らせ *****/
.information-box {
  border: #ccc 1px solid;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 5%;
  margin-bottom: 20px;
}

@media screen and (min-width: 736px) {
  .information-box {
    padding: 20px 40px;
    margin-bottom: 30px;
  }
}

.information-box .date {
  font-size: 10px;
  margin-bottom: 10px;
  font-family: Meiryo, "メイリオ", sans-serif;
}

@media screen and (min-width: 736px) {
  .information-box .date {
    font-size: 12px;
  }
}

.information-box h2 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

@media screen and (min-width: 736px) {
  .information-box h2 {
    font-size: 24px;
  }
}

.information-box p {
  font-family: Meiryo, "メイリオ", sans-serif;
}

.information-box p a {
  color: #0000ff;
}

.information-box h3 {
  border-left: #f75f6f 4px solid;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 20px;
  padding-left: 10px;
}

@media screen and (min-width: 736px) {
  .information-box h3 {
    font-size: 20px;
  }
}

.information-box table {
  width: 100%;
}

.information-box table th,
.information-box table td {
  border-bottom: #ccc 1px solid;
  padding: 15px;
  font-family: Meiryo, "メイリオ", sans-serif;
}

.information-box table th {
  text-align: left;
  vertical-align: top;
  font-weight: bold;
}

.information-box .tbl1 th,
.information-box .tbl1 td {
  border: #ccc 1px solid;
}

.information-box .tbl1 th {
  background: #333;
  color: #fff;
  font-weight: normal;
}

.information-box .tbl1 th.cel {
  background: #faf5ea;
  color: #333;
}

.information-box .tbl2 {
  border-top: #ccc 1px solid;
}

.information-box .tbl2 th,
.information-box .tbl2 td {
  border-bottom: #ccc 1px solid;
}

.information-box .tbl2 th {
  background: #f9d7d3;
  font-weight: normal;
}

.information-box h4 {
  border-bottom: #f75f6f 2px solid;
  font-weight: bold;
  font-size-adjust: 14px;
  margin-bottom: 10px;
  font-family: Meiryo, "メイリオ", sans-serif;
}

@media screen and (min-width: 736px) {
  .information-box h4 {
    font-size: 16px;
  }
}

.information-box ul li {
  font-family: Meiryo, "メイリオ", sans-serif;
  position: relative;
}

.information-box ul li::before {
  content: "●";
  margin-right: 5px;
  color: #f75f6f;
}

.information-box h5 {
  background: #f75f6f;
  font-family: Meiryo, "メイリオ", sans-serif;
  color: #fff;
  line-height: 30px;
  padding: 0 10px;
  font-weight: bold;
}

.information-box img {
  border-radius: 10px;
}

.free-pa-box h2 {
  font-size: 17px;
  font-weight: bold;
  padding-bottom: 20px;
  line-height: 1.6em;
}

@media screen and (min-width: 736px) {
  .free-pa-box h2 {
    font-size: 24px;
    padding-bottom: 30px;
  }
}

.free-pa-box p {
  color: #222;
  font-size: 13px;
  line-height: 2em;
}

@media screen and (min-width: 736px) {
  .free-pa-box p {
    font-size: 14px;
  }
}

.free-pa-box h3 {
  font-size: 15px;
  padding-left: 10px;
  border-left: #f75f6f 4px solid;
  line-height: 1.3em;
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: 600;
}

@media screen and (min-width: 736px) {
  .free-pa-box h3 {
    font-size: 20px;
    margin-top: 40px;
    margin-bottom: 30px;
  }
}

.free-pa-box h4 {
  font-size: 14px;
  font-weight: 600;
  font-family: Meiryo, "メイリオ", sans-serif;
  line-height: 1.5em;
  border-bottom: #f75f6f 2px solid;
  padding-bottom: 4px;
  margin-bottom: 15px;
}

@media screen and (min-width: 736px) {
  .free-pa-box h4 {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

.free-pa-box h5 {
  color: #fff;
  background: #f75f6f;
  font-size: 13px;
  font-family: Meiryo, "メイリオ", sans-serif;
  padding: 10px;
  font-weight: 600;
  line-height: 1.5em;
  margin-bottom: 15px;
}

@media screen and (min-width: 736px) {
  .free-pa-box h5 {
    font-size: 14px;
    margin-bottom: 20px;
  }
}

.free-pa-box ul {
  padding-bottom: 30px;
}

@media screen and (min-width: 736px) {
  .free-pa-box ul {
    padding-bottom: 40px;
  }
}

.free-pa-box ul li {
  list-style: none;
  font-size: 13px;
  line-height: 2.15em;
}

@media screen and (min-width: 736px) {
  .free-pa-box ul li {
    font-size: 14px;
  }
}

.free-pa-box ul li::before {
  content: "●";
  font-size: 10px;
  color: #f75f6f;
  margin-right: 5px;
}

@media screen and (min-width: 736px) {
  .free-pa-box ul li::before {
    font-size: 12px;
    margin-right: 10px;
  }
}

.free-pa-box table {
  width: 100%;
  margin-bottom: 30px;
}

@media screen and (min-width: 736px) {
  .free-pa-box table {
    margin-bottom: 40px;
  }
}

.free-pa-box table th,
.free-pa-box table td {
  border-top: #aaa 1px solid;
  border-left: #aaa 1px solid;
  border-right: #aaa 1px solid;
  padding: 15px;
  text-align: left;
  font-size: 13px;
  padding: 10px;
  display: block;
  width: 100%;
  box-sizing: border-box;
}

@media screen and (min-width: 736px) {
  .free-pa-box table th,
  .free-pa-box table td {
    display: table-cell;
    font-size: 14px;
    padding: 15px;
    width: auto;
  }
}

.free-pa-box table th {
  background: #faf5ea;
}

@media screen and (min-width: 736px) {
  .free-pa-box table th {
    width: 150px;
  }
}

.free-pa-box table tr:last-child th,
.free-pa-box table tr:last-child td {
  border-bottom: 0;
}

@media screen and (min-width: 736px) {
  .free-pa-box table tr:last-child th,
  .free-pa-box table tr:last-child td {
    border-bottom: #aaa 1px solid;
  }
}

.free-pa-box table tr:last-child td {
  border-bottom: #aaa 1px solid;
}

.free-pa-box dl {
  padding-bottom: 30px;
}

@media screen and (min-width: 736px) {
  .free-pa-box dl {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-bottom: 40px;
  }
}

.free-pa-box dl dt,
.free-pa-box dl dd {
  font-size: 13px;
}

@media screen and (min-width: 736px) {
  .free-pa-box dl dt,
  .free-pa-box dl dd {
    font-size: 14px;
  }
}

.free-pa-box dl dt {
  font-weight: bold;
  padding-top: 15px;
}

@media screen and (min-width: 736px) {
  .free-pa-box dl dt {
    width: 220px;
    padding: 15px 0;
    border-bottom: #aaa 1px solid;
  }
}

.free-pa-box dl dd {
  border-bottom: #aaa 1px solid;
  padding: 10px 0;
}

@media screen and (min-width: 736px) {
  .free-pa-box dl dd {
    width: calc(100% - 220px);
    padding: 15px 0;
  }
}

.free-pa-box .box {
  border: #dedede 4px solid;
  padding: 15px;
  margin-bottom: 30px;
}

@media screen and (min-width: 736px) {
  .free-pa-box .box {
    padding: 30px;
    margin-bottom: 40px;
  }
}

.title-h2 {
  font-size: 40px;
  font-weight: bold;
  line-height: 50px;
  padding-top: 30px;
}
.address {
  line-height: 14px;
}

/* --------------------0802追加-------------------- */
header .right {
  position: relative;
}
header .insta-logo {
  position: absolute;
  left: -60px;
  height: 32px;
  top: 30px;
}
header .insta-logo img {
  width: 32px;
}
footer .insta-logo {
  height: 32px;
  top: 30px;
  width: 32px;
  background: unset;
  background: transparent !important;
}
footer .insta-logo img {
  width: 32px;
  height: 32px;
}
footer .com-btn-res {
  display: flex;
  align-items: center;
  gap: 30px;
}
.floating-menu td .insta-logo {
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.floating-menu td .insta-logo img {
  filter: brightness(0) invert(1);
  width: 32px;
}
@media screen and (max-width: 768px) {
  footer .com-btn-res {
    display: block;
  }
  footer .insta-logo {
    margin-top: 10px;
    padding: 0;
  }
  .floating-menu tr a {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .floating-menu tr a {
    font-size: 18px;
  }
  .floating-menu tr td .floating-web-icon {
    width: 60px;
  }
  .floating-menu tr td .floating-tel-icon {
    width: 16px;
  }
}

/* Scss Document */
/*IE6 hack*/
/*IE7 hack*/
/*IE8 hack*/
/*Google chrome hack*/
