<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Lato);
/*
* setting
*/
/*
* 変数用scss(カラーコード以外)
*/
/*
* font
*/
@import url(https://fonts.googleapis.com/css?family=Merriweather);
/*
* tool
*/
/*
* base
*/
body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  line-height: 1;
  word-break: break-all;
}

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,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
input,
textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  vertical-align: baseline;
  background: transparent;
}

img {
  vertical-align: bottom;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
div,
address,
iframe,
canvas,
hr,
textarea {
  display: block;
  line-height: 1;
}

iframe {
  max-width: 100% !important;
}

img,
embed,
object,
video {
  max-width: 100%;
}

a,
label {
  cursor: pointer;
}

blockquote {
  padding: 0;
  margin: 0;
  display: block;
}

address,
em {
  font-style: normal;
}

hr {
  border: 0;
  margin: 0;
  padding: 0;
}

ul,
ol,
li {
  list-style: none;
}

textarea {
  resize: vertical;
  overflow: hidden;
  -webkit-appearance: none;
  border: 0;
}

input,
button,
select {
  vertical-align: middle;
  border-radius: 0;
  border: 0;
  background: transparent;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-appearance: none;
}

table {
  border-collapse: collapse;
}

*:before,
*:after {
  padding: 0;
  margin: 0;
  line-height: 1;
}

* {
  box-sizing: border-box;
}

::-moz-selection {
  background: #000;
  color: #fff;
}

::selection {
  background: #000;
  color: #fff;
}

html {
  font-size: 62.5%;
  min-height: 100%;
  width: 100%;
  min-width: 100%;
}

body {
  width: 100%;
  min-width: 100%;
  font-family: Arial, Roboto, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #444;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
  left: 0;
  overflow-x: hidden;
  background: white;
}

input,
button,
select,
textarea {
  font-family: Arial, Roboto, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

input:focus,
button:focus,
select:focus,
textarea:focus,
a:focus,
div:focus,
aside:focus {
  outline: none;
}

.wrapper {
  width: 100%;
  min-width: 100%;
}

a:link, a:visited {
  color: #004176;
  text-decoration: underline;
}

a:visited {
  color: #002543;
  text-decoration: none;
}

/*=================================================
    img
=================================================*/
.clear {
  clear: both;
}

.left {
  float: left;
}

.right {
  float: right;
}

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

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

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

.bold {
  font-weight: bold;
}

/*
* layout
*/
/*=================================================
	header
=================================================*/
header {
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 100% auto;
  width: 100%;
  position: relative;
  background-color: white;
}
header #hd_upper {
  height: 70px;
}

header #hdlogo a {
  background: url(../images/hd_logo.png) left top no-repeat scroll;
  background-size: 100% auto;
  height: 44px;
  width: 180px;
  position: absolute;
  left: 10px;
  top: 14px;
  text-indent: -9999px;
}
header #hdmenu {
  background: #00172a;
  height: auto;
  position: absolute;
  right: 8px;
  top: 12px;
}
header #hdmenu img {
  height: 30px;
  width: auto;
  vertical-align: middle;
}
header #hdmenu li {
  display: inline-block;
  text-align: center;
}
header #hdmenu li#hdpc {
  border-right: 1px solid #004176;
}
header #hdmenu li a {
  width: 52px;
  padding: 8px;
  display: block;
}

/*クリックででるメニュー*/
header #gnav {
  background: #000910;
  z-index: 5000;
  padding: 0 10px 10px 10px;
  overflow: scroll;
  z-index: 200;
  position: fixed;
  top: 0;
  right: -220px;
  width: 220px;
  height: 100%;
}
header #gnav .menuttl {
  padding: 20px 0;
  text-align: center;
  font-size: 30px;
  font-size: 3rem;
  color: white;
  font-weight: 200;
  font-family: "Merriweather", sans-serif;
}
header #gnav ul {
  border: 1px solid #444;
  overflow: hidden;
  background: white;
  font-size: 16px;
  font-size: 1.6rem;
}
header #gnav ul li {
  width: 100%;
}
header #gnav ul li:nth-child(odd) {
  border-right: 1px solid #ccc;
}
header #gnav ul li a {
  padding: 16px 8px;
  display: block;
  color: #004176;
  border-bottom: 1px solid #CCC;
  text-decoration: none;
}

/*nav*/
#hdnav ul {
  display: table;
  table-layout: fixed;
  width: 100%;
  font-size: 12px;
  font-size: 1.2rem;
}
#hdnav ul li {
  display: table-cell;
  width: 25%;
}
#hdnav ul li a {
  color: #004176;
  display: block;
  padding: 8px 0;
  text-align: center;
  text-decoration: none;
  border-left: 1px solid #004176;
}
#hdnav ul li:first-child a {
  border-left: none;
}

/*=================================================
	footer
=================================================*/
#ft_tel {
  background-color: #919191;
  width: 100%;
  position: fixed;
  bottom: 0px;
  height: auto;
  z-index: 99;
}
@media screen and (orientation: landscape) {
  #ft_tel {
    width: 100%;
  }
}
#ft_tel ul {
  display: table;
  width: 100%;
  padding: 8px;
}
#ft_tel ul li {
  display: table-cell;
  width: 50%;
}
#ft_tel ul li.ft_tel {
  background-color: #cc393f;
}
#ft_tel ul li.ft_access {
  background-color: #004176;
}
#ft_tel ul li:nth-child(odd) {
  border-right: 10px solid #919191;
}
#ft_tel ul li a {
  padding: 8px;
  display: block;
  text-align: center;
}
#ft_tel ul li:last-child a {
  border-right: none;
}
#ft_tel ul li a img {
  height: 24px;
  width: auto;
  vertical-align: middle;
}

#ft-sinryo {
  padding: 8px;
}
#ft-sinryo img {
  margin-bottom: 10px;
}

#ft-clnic {
  background: #004176;
  padding-bottom: 50px;
  text-align: center;
  color: white;
}
#ft-clnic .inner {
  margin-bottom: 0px;
  padding: 8px;
}
#ft-clnic a:link, #ft-clnic a:visited {
  color: white;
  text-decoration: none;
}
#ft-clnic #copyright {
  padding-top: 8px;
  font-size: 12px;
  font-size: 1.2rem;
}

#ptop {
  margin-top: 20px;
  margin-bottom: 30px;
  text-align: center;
  border: 3px solid #004176;
  padding: 4px 0;
}
#ptop a {
  color: #004176;
  text-decoration: none;
  display: block;
}

/*=================================================
	contents
=================================================*/
.layer {
  position: fixed;
  top: 0;
  z-index: 100;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.85);
}

body.open {
  position: fixed;
}

/*=================================================
	main
=================================================*/
#main {
  background-color: white;
}
#main &gt; .inner {
  padding: 0 0px;
}
#main p {
  line-height: 1.76;
}

/*
* module
*/
/* CSS Document */
/*=================================================
	btn
=================================================*/
.morebtn {
  border: 1px solid #004176;
  background: white;
  margin: 8px auto;
  font-family: "Merriweather", sans-serif;
}
.morebtn a {
  padding: 8px;
  text-decoration: none;
  display: block;
}
.morebtn a:after {
  content: "\f105";
  font-family: FontAwesome;
  margin-left: 4px;
}

a.btn {
  box-shadow: 0px 1px 0px 0px #004176;
  background-color: #004176;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF004176', endColorstr='#FF004176');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNDE3NiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwNDE3NiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: linear-gradient(to bottom, #004176 0%, #004176 100%);
  border-radius: 4px;
  border: 1px solid #000910;
  display: inline-block;
  cursor: pointer;
  font-weight: bold;
  padding: 6px 24px;
  text-decoration: none;
  text-shadow: 0px 1px 0px daken(#004176, 20);
  text-decoration: none;
  color: white;
  margin: 8px auto;
  display: block;
  text-align: center;
}

.btn:active {
  position: relative;
  top: 1px;
}

/*=================================================
	table
=================================================*/
table.table01 {
  text-align: left;
  width: 100%;
}
table.table01 td {
  padding: 20px 10px;
  border-bottom: 1px dotted #444;
  vertical-align: middle;
}
table.table01 th {
  color: #004176;
  padding: 20px 10px;
  font-weight: bold;
  border-bottom: 1px dotted #444;
}
table.table02 {
  font-size: 12px;
  font-size: 1.2rem;
  border: 1px solid #444;
}
table.table02 th {
  text-align: center;
  vertical-align: middle;
  border: 1px solid #444;
  padding: 4px 2px;
  background: #d8dee5;
}
table.table02 td {
  padding: 4px 2px;
  border: 1px solid #444;
  text-align: center;
  vertical-align: middle;
}
table.table02 .partition01 {
  background: #d8dee5;
}
table.table02 .partition {
  background: #d8dee5;
}
table.table02 .name01 {
  color: #004176;
  font-weight: bold;
}

.movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin: 30px 0;
}
.movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

h1.entry-title {
  background: #004176;
  color: white;
  padding: 20px 10px;
  text-align: center;
}

h2.entry-title {
  border-top: solid 5px #004176;
  border-bottom: solid 2px #cdd4db;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4;
  color: #004176;
  text-align: center;
  padding: 12px 10px 11px;
  margin: 20px 0;
}

h3.entry-title {
  font-size: 15px;
  font-size: 1.5rem;
  color: #004176;
  padding: 10px 2px 9px;
  background: #d8dee5;
  line-height: 1.4;
  text-align: center;
  margin: 10px 0;
}

h4.entry-title {
  font-weight: bold;
  font-size: 15px;
  font-size: 1.5rem;
  margin: 10px 0;
  border-bottom: 1px solid #d8dee5;
  padding-bottom: 7px;
  margin-top: 10px;
}
h4.entry-title:before {
  content: "−";
  color: #d8dee5;
  margin-right: 4px;
}

blockquote {
  position: relative;
  margin-bottom: 20px;
  padding: 34px 10px;
}
blockquote a {
  display: block;
  color: #004176;
  text-align: right;
  font-size: 12px;
  font-size: 1.2rem;
}

dl {
  position: relative;
  margin: 20px 0;
  padding: 12px 14px;
}
dl dt {
  margin: 10px 0 4px 0;
  color: #004176;
  font-weight: bold;
}

strong {
  font-weight: bold;
}

.alignleft {
  float: left;
  margin-right: 20px;
}

.alignright {
  float: right;
  margin-left: 20px;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

/*
* utility
*/
.mt0 {
  margin-top: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

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

.ml0 {
  margin-left: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

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

.ml20 {
  margin-left: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

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

.ml30 {
  margin-left: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.u-blow {
  overflow: hidden;
  text-indent: 120%;
  white-space: nowrap;
}

.u-clear {
  zoom: 1;
}
.u-clear:before, .u-clear:after {
  content: "";
  display: block;
}
.u-clear:after {
  clear: both;
}

.u-elps {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
}

.u-notap {
  -webkit-tap-highlight-color: transparent;
}

.u-middle {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.u-core {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/*
* page
*/
/* CSS Document */
#image-cont img {
  display: block;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

#indexconcept {
  background-color: #004176;
  color: white;
  text-align: center;
  padding: 30px;
}
#indexconcept h2 {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 400;
  font-family: "Merriweather", sans-serif;
  margin-bottom: 30px;
}

#indexpickup {
  background: url(../images/bg-check.jpg);
}
#indexpickup &gt; .inner {
  padding: 10px;
}
#indexpickup a {
  text-decoration: none;
}
#indexpickup .pickup-border {
  border: 2px solid #004176;
}
#indexpickup .pickup-border &gt; .inner-pickup-border {
  padding: 70px 10px 10px 10px;
}
#indexpickup h2 {
  background: #004176;
  padding: 8px;
  color: white;
  margin-top: 20px;
  padding: 8px;
  text-align: center;
  letter-spacing: 0.1em;
  width: 60%;
  position: absolute;
}
#indexpickup .more-btn {
  text-align: center;
  box-sizing: border-box;
  border: 1px #004176 solid;
  background: white;
  margin: 8px auto;
  width: 200px;
  font-family: "Merriweather", sans-serif;
}
#indexpickup .more-btn span {
  padding: 8px;
  text-decoration: none;
  display: block;
}
#indexpickup .more-btn span:after {
  content: "\f105";
  font-family: FontAwesome;
  margin-left: 4px;
}
#indexpickup #precaution {
  width: 100%;
  margin-bottom: 20px;
  margin-right: 20px;
}
#indexpickup #precaution &gt; .pickup-border {
  background: white url(../images/index_img_standard.png) 0 0 no-repeat;
  background-size: contain;
  margin-left: 20px;
}
#indexpickup #precaution p {
  text-align: right;
}
#indexpickup #selec {
  width: 100%;
  margin-bottom: 20px;
  margin-right: 20px;
}
#indexpickup #selec &gt; .pickup-border {
  background: white url(../images/index_img_serec.png) top right no-repeat;
  background-size: contain;
  margin-right: 20px;
}
#indexpickup #selec h2 {
  position: absolute;
  right: 10px;
}
#indexpickup #selec p {
  width: 180px;
}
#indexpickup #whitening {
  width: 100%;
  margin-bottom: 20px;
  margin-right: 20px;
}
#indexpickup #whitening &gt; .pickup-border {
  background: white url(../images/index_img_whitening.png) 0 0 no-repeat;
  background-size: contain;
  margin-left: 20px;
}
#indexpickup #whitening &gt; .pickup-border p {
  text-align: right;
}

.indexttl {
  text-align: center;
  padding: 0;
}
.indexttl h2 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: normal;
  line-height: 1.2;
  color: #004176;
  padding: 8px;
}

#index_menu {
  list-style: none;
  width: 98%;
  padding: 1%;
  margin: 0 auto;
}
#index_menu ul {
  border: 1px solid #c4c4c4;
  margin-bottom: 20px;
}
#index_menu li {
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #c4c4c4;
  background-color: #fdfdfd;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFDFDFD', endColorstr='#FFEDEDED');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZmRmZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: linear-gradient(to bottom, #fdfdfd 0%, #ededed 100%);
}
#index_menu li a {
  border: 1px solid white;
}
#index_menu li:last-child {
  border-bottom: 0px;
}
#index_menu li.child a {
  background: url(../images/index-icon-child.png) 0 0 no-repeat;
  background-size: contain;
}
#index_menu li.esthe a {
  background: url(../images/index-icon-esthe.png) 0 0 no-repeat;
  background-size: contain;
}
#index_menu li.implunt a {
  background: url(../images/index-icon-implunt.png) 0 0 no-repeat;
  background-size: contain;
}
#index_menu li.white a {
  background: url(../images/index-icon-white.png) 0 0 no-repeat;
  background-size: contain;
}
#index_menu li a {
  position: relative;
  display: block;
  margin: 0;
  padding: 10px 10px 10px 55px;
  background: white;
  color: #004176;
  font-weight: bold;
  text-decoration: none;
  height: 50px;
  line-height: 30px;
}

#facebook {
  text-align: center;
  background: url(../images/bg_fb.jpg) center top no-repeat;
  padding: 20px;
}
#facebook #ft-logo {
  text-align: center;
  line-height: 1.6em;
  margin-bottom: 20px;
}
#facebook #ft-logo img {
  display: block;
  margin: 0 auto;
  width: 180px;
}

#submain &gt; .inner {
  padding: 8px;
}
#submain p {
  padding: 10px 0;
  line-height: 1.6;
}
#submain img.fit-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#submain img.tate {
  max-width: 300px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.en {
  font-family: "Merriweather", sans-serif;
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 10px;
}

/* リスト=========================================== */
ul.list {
  padding: 10px;
  margin-bottom: 10px;
  font-weight: bold;
  line-height: 1.7;
}
ul.list li:before {
  content: "■";
  color: #006ba7;
  margin-right: 5px;
}

/* 流れのボックス=========================================== */
.sectionBox {
  margin-bottom: 30px;
  display: block;
  overflow: hidden;
}

.flowBox {
  padding-bottom: 30px;
  margin-bottom: 15px;
  display: block;
  overflow: hidden;
  background: url(../images/pic_row.jpg) center bottom no-repeat;
}
.flowBox.last {
  background: none;
  padding-bottom: 0px;
}
.flowBox dl {
  display: block;
  overflow: hidden;
  padding: 15px 20px;
  border: 3px solid #d8dee5;
}
.flowBox dl dt {
  border-bottom: 1px dotted #d8dee5;
  margin-bottom: 10px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #004176;
}
.flowBox dl dd {
  margin-bottom: 0;
}

/*box*/
.box {
  padding: 10px;
  margin-bottom: 12px;
  box-shadow: 0 0 2px #c4c4c4;
  border-radius: 3px;
  background-color: #dcefff;
}
.box a {
  display: block;
  text-decoration: none;
  text-align: center;
}

/*tour_access*/
.tel-link {
  font-size: 20px;
  font-size: 2rem;
}

.block-list {
  padding-left: 0;
  list-style-type: none;
  border: 1px solid #444;
}
.block-list__item + .block-list__item {
  border-top: 1px solid #444;
}
.block-list__item a {
  display: block;
  padding: 0 8px;
  height: 44px;
  line-height: 44px;
  color: inherit;
  text-decoration: none;
}
.block-list__box {
  display: block;
  padding: 0 8px;
  height: 44px;
  line-height: 44px;
  color: inherit;
  text-decoration: none;
}
.block-list__arrow {
  position: relative;
}
.block-list__arrow:after {
  position: absolute;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  content: "";
}
.block-list__item .block-list__arrow:after {
  top: 0;
  bottom: 0;
  right: 1em;
  width: .5em;
  height: .5em;
  margin: auto;
  border-top: 2px solid #004176;
  border-right: 2px solid #004176;
}
.block-list__icon-arrow {
  position: relative;
}
.block-list__icon-arrow:after {
  position: absolute;
  right: .6em;
  font-size: 1.4em;
  font-family: 'FontAwesome';
  content: "\f105";
  color: #004176;
}

/*esthe.html*/
.merit {
  border: 2px solid #cc393f;
  padding: 8px;
  margin-bottom: 20px;
}
.merit h5 {
  color: #cc393f;
  border-bottom: 1px solid;
  padding-bottom: 8px;
}
.merit ul.list li:before {
  color: #cc393f;
}

.demerit {
  border: 2px solid #004176;
  padding: 8px;
  margin-bottom: 20px;
}
.demerit h5 {
  color: #004176;
  border-bottom: 1px solid;
  padding-bottom: 8px;
}

/*selec*/
.selec-feature {
  font-size: 18px;
  font-size: 1.8rem;
  margin: 12px 0;
  font-weight: bold;
  line-height: 1.5;
  background-color: #f2f2f2;
  padding: 8px 2px;
}
.selec-feature span.txt-line {
  font-weight: bold;
  border-bottom: 3px solid rgba(67, 171, 255, 0.27);
  color: #005da9;
  padding: 0px 4px;
  margin: 0 3px;
}
.selec-feature span.number {
  margin-right: 5px;
  background: #004176;
  color: white;
  width: 30px;
  height: 30px;
  text-align: center;
  display: inline-block;
  border-radius: 100px;
  font-family: "Merriweather", sans-serif;
}

/* スタッフ staff=========================================== */
.dr-name {
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  color: #004176;
}

.comment-item {
  margin: 0 0 4px 0;
  color: #004176;
  padding: 10px;
  position: relative;
  border: 2px solid #004176;
}
.comment-item:before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 10%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-top: 10px solid #004176;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.comment-item:after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 10%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-top: 10px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.comment-text {
  background-color: #f6fbff;
  padding: 10px;
  margin: 0 auto 10px auto;
}

/*about*/
.pic-ttl {
  border: 3px double #d8dee5;
  padding: 10px;
  margin-bottom: 10px;
  text-align: center;
  color: #004176;
}

dl.dllist dt {
  color: #4385DC;
  font-weight: bold;
  border-bottom: 1px dotted #4385DC;
  padding: 4px;
}
dl.dllist dd {
  margin-bottom: 8px;
  padding-left: 8px;
}

/*panel*/
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}
.panel .panel-default {
  border-color: #002543;
}
.panel .panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  color: white;
  background-color: #002543;
  border-color: #002543;
  line-height: 30px;
}
.panel .panel-heading .img-icon {
  width: 30px;
  margin-right: 4px;
}

.panel-body {
  padding: 15px;
}
.panel-body dt {
  color: #0C87CB;
  font-weight: bold;
  width: 70px;
  float: left;
  /* 左に寄せる */
  clear: both;
  /* フロートの解除 */
  text-align: center;
  margin-bottom: 10px;
  border: 2px solid #0C87CB;
  background-color: #E4F4FB;
}
.panel-body dd {
  margin-left: 80px;
  margin-bottom: 10px;
}

.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: .6s;
}
.popup.is-show {
  opacity: 1;
  visibility: visible;
}
.popup-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 90%;
  max-width: 1000px;
  max-height: 90%;
  overflow-y: auto;
  background-color: #fff;
  z-index: 2;
}
.popup-inner img {
  width: 100%;
}
.popup-inner p {
  font-size:14px;
  line-height:1.4;
  margin-bottom:1em;
}
.popup-cont {
  padding: 10vw 5% 8vw;
}
.close-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}
.close-btn i {
  font-size: 20px;
  color: #333;
}
.black-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.8);
  z-index: 1;
  cursor: pointer;
}
</pre></body></html>