@import url('//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700&display=swap');
@import url('//fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700&display=swap');
@charset "UTF-8";

/* Contents Menu
-------------------------------------------------------------------------------------
【PC/SP】
	**:normalize
	**:icon
	**:reset
	**:base contents
		header/gnav/breadChumbs/mv/contents/footer/newslist/
	**:indent
	**:size
	**:wide
	**:section
	**:compo parts
		btn/box/list/head/table/float/column/topcontrol/roBtn/
	**:pager
	**:form
-------------------------------------------------------------------------------------*/
/* normalize
-------------------*/
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block
}

audio,
canvas,
video {
  display: inline-block
}

audio:not([controls]) {
  display: none;
  height: 0
}

[hidden] {
  display: none
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%
}

body {
  margin: 0
}

h1 {
  font-size: 2em
}

abbr[title] {
  border-bottom: 1px dotted
}

b,
strong {
  font-weight: 700
}

dfn {
  font-style: italic
}

mark {
  background: #ff0;
  color: #000
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019"
}

small {
  font-size: 80%
}

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

sup {
  top: -.5em
}

sub {
  bottom: -.25em
}

img {
  border: 0;
  max-width: 100%;
  height: auto
}

svg:not(:root) {
  overflow: hidden
}

figure {
  margin: 0
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em
}

legend {
  border: 0;
  padding: 0
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0
}

button,
input {
  line-height: normal
}

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

button[disabled],
input[disabled] {
  cursor: default
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0
}

textarea {
  overflow: auto;
  vertical-align: top
}

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

/* reset
-------------------*/
html {
  background-color: #FFF;
  font-size: 62.5%;
  /* sets the base font to 10px for easier math */
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
ul,
ol,
li,
dl,
dt,
dd,
p,
img {
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  color: #343434;
  font-size: 15px;
  font-size: 1.5rem;
  /* sets the default sizing to make sure nothing is actually 10px */
  line-height: 1;
  letter-spacing: 0.01em;
}

body * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

#fancybox-wrap,
#fancybox-wrap *,
#fancybox-tmp,
#fancybox-loading {
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  -o-box-sizing: content-box !important;
  -ms-box-sizing: content-box !important;
  box-sizing: content-box !important;
}

a,
a:link,
a:hover,
a:focus {
  color: #333;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

a:hover {
  text-decoration: underline;
}

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

::selection {
  background-color: #888;
  color: #FFF;
  /* Safari */
}

::-moz-selection {
  background-color: #888;
  color: #FFF;
  /* Firefox */
}

#contents p {
  line-height: 1.7;
}

hr.ancHr {
  font-size: 0 !important;
  line-height: 0 !important;
  visibility: hidden !important;
  margin: 0;
  padding: 0;
}

.spTel {
  pointer-events: none;
}

/* indent
-------------------*/
.center {
  text-align: center !important
}

.left {
  text-align: left !important
}

.right {
  text-align: right !important
}

.top0 {
  margin-top: 0 !important
}

.top5 {
  margin-top: 5px !important
}

.top10 {
  margin-top: 10px !important
}

.top15 {
  margin-top: 15px !important
}

.top20 {
  margin-top: 20px !important
}

.top25 {
  margin-top: 25px !important
}

.top30 {
  margin-top: 30px !important
}

.top35 {
  margin-top: 35px !important
}

.top40 {
  margin-top: 40px !important
}

.btm0 {
  margin-bottom: 0 !important
}

.btm5 {
  margin-bottom: 5px !important
}

.btm10 {
  margin-bottom: 10px !important
}

.btm15 {
  margin-bottom: 15px !important
}

.btm20 {
  margin-bottom: 20px !important
}

.btm25 {
  margin-bottom: 25px !important
}

.btm30 {
  margin-bottom: 30px !important
}

.btm35 {
  margin-bottom: 35px !important
}

.btm40 {
  margin-bottom: 40px !important
}

.btm45 {
  margin-bottom: 45px !important
}

.btm50 {
  margin-bottom: 50px !important
}

.btm55 {
  margin-bottom: 55px !important
}

.btm60 {
  margin-bottom: 60px !important
}

.btm65 {
  margin-bottom: 65px !important
}

.btm70 {
  margin-bottom: 70px !important
}

.btm75 {
  margin-bottom: 75px !important
}

.btm80 {
  margin-bottom: 5pc !important
}

.btm85 {
  margin-bottom: 85px !important
}

.btm90,
.btm95 {
  margin-bottom: 90px !important
}

.pT0 {
  padding-top: 0 !important
}

.pT5 {
  padding-top: 5px !important
}

.pT10 {
  padding-top: 10px !important
}

.pT15 {
  padding-top: 15px !important
}

.pT20 {
  padding-top: 20px !important
}

.pT25 {
  padding-top: 25px !important
}

.pT30 {
  padding-top: 30px !important
}

.pT35 {
  padding-top: 35px !important
}

.pT40 {
  padding-top: 40px !important
}

.pT45 {
  padding-top: 45px !important
}

.pB0 {
  padding-bottom: 0 !important
}

.pB5 {
  padding-bottom: 5px !important
}

.pB10 {
  padding-bottom: 10px !important
}

.pB15 {
  padding-bottom: 15px !important
}

.pB20 {
  padding-bottom: 20px !important
}

.lm5 {
  margin-left: 5px !important
}

.lm10 {
  margin-left: 10px !important
}

.lm15 {
  margin-left: 15px !important
}

.lm20 {
  margin-left: 20px !important
}

.lm50 {
  margin-left: 50px !important
}

.lm60 {
  margin-left: 60px !important
}

.lm70 {
  margin-left: 70px !important
}

.rm5 {
  margin-right: 5px !important
}

.rm10 {
  margin-right: 10px !important
}

.rm15 {
  margin-right: 15px !important
}

.rm20 {
  margin-right: 20px !important
}

.vAT {
  vertical-align: top !important
}

.vAM {
  vertical-align: middle !important
}

.vAB {
  vertical-align: bottom !important
}

.bold {
  font-weight: 700
}

.normal {
  font-weight: 400
}

.is-pc {
  display: block
}

.is-sp,
.is-spS {
  display: none
}

.spTel {
  pointer-events: none
}

/* size
-------------------*/
.size10 {
  font-size: 1rem !important
}

.size11 {
  font-size: 1.1rem !important
}

.size12 {
  font-size: 1.2rem !important
}

.size13 {
  font-size: 1.3rem !important
}

.size14 {
  font-size: 1.4rem !important
}

.size15 {
  font-size: 1.5rem !important
}

.size16 {
  font-size: 1.6rem !important
}

.size17 {
  font-size: 1.7rem !important
}

.size18 {
  font-size: 1.8rem !important
}

.size19 {
  font-size: 1.9rem !important
}

.size20 {
  font-size: 2rem !important
}

.size21 {
  font-size: 2.1rem !important
}

.size22 {
  font-size: 2.2rem !important
}

.size23 {
  font-size: 2.3rem !important
}

.size24 {
  font-size: 2.4rem !important
}

.w5 {
  width: 5% !important
}

.w10 {
  width: 10% !important
}

.w15 {
  width: 15% !important
}

.w18 {
  width: 18% !important
}

.w20 {
  width: 20% !important
}

.w25 {
  width: 25% !important
}

.w30 {
  width: 30% !important
}

.w35 {
  width: 35% !important
}

.w40 {
  width: 40% !important
}

.w45 {
  width: 45% !important
}

.w50 {
  width: 50% !important
}

.w55 {
  width: 55% !important
}

.w60 {
  width: 60% !important
}

.w65 {
  width: 65% !important
}

.w70 {
  width: 70% !important
}

.w75 {
  width: 75% !important
}

.w80 {
  width: 80% !important
}

.w85 {
  width: 85% !important
}

.w90 {
  width: 90% !important
}

.w95 {
  width: 95% !important
}

.wFull {
  width: 100% !important
}

/* compo parts
-------------------*/
/*btn*/
.bscBtn01 a {
  background-color: #58ac2f;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #FFF;
  border-radius: 5px;
  display: inline-block;
  padding: 20px 0 20px;
  width: 310px;
  text-align: center;
  text-decoration: none;
  position: relative;
  font-size: 18px;
  font-size: 1.8rem;
}

.bscBtn01 a:hover {
  background-color: #259944;
  text-decoration: none;
}

.bscBtn01 a:after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.bscBtn01 a:hover:after {
  right: 10px;
}

/*box*/
.bscBox01 {
  border: 1px solid #CCC;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px;
}

.bscBox02 {
  background-color: #EEE;
  border: 1px solid #CCC;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px;
}

/*list*/
.indList,
.indListS {
  margin-bottom: 15px;
}

.indList li,
.indListS li {
  line-height: 170%;
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 5px;
}

.indListS li {
  font-size: 1.1rem !important;
  line-height: 130%;
}

.indList li::before,
.indListS li::before {
  content: '・';
  font-size: 50%;
  margin-right: 5px;
  vertical-align: middle;
}

.numList,
.numListS {
  margin-bottom: 15px;
  padding-left: 1.6em;
}

.numList li,
.numListS li {
  line-height: 150%;
  list-style: decimal outside none;
  margin-bottom: 5px;
}

.numListS li {
  font-size: 1.1rem !important;
  line-height: 130%;
}

.circleList li {
  position: relative;
  text-indent: -1.3em;
  padding-left: 1.3em;
  margin-bottom: 5px;
  line-height: 1.5;
  vertical-align: middle;
}

.circleList li:before {
  display: inline-block;
  vertical-align: middle;
  content: '';
  width: 0.8em;
  height: 0.8em;
  background: #259944;
  border-radius: 50%;
  margin-right: 8px;
}

/*table*/
.bscTbl01 table {
  border-collapse: collapse;
  border-top: 1px solid #f6d9b0;
  width: 100%;
}

.bscTbl01 table th,
.bscTbl01 table td {
  background-color: #FFF;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #f6d9b0;
  line-height: 1.7;
  padding: 15px 10px 16px;
  border-right: 1px solid #f6d9b0;
  text-align: left;
  text-align: center;
}

.bscTbl01 table th {
  background-color: #f6d9b0;
  font-size: 17px;
  font-weight: 400;
  border-right: 1px solid #fff;
  font-size: 14px;
  font-size: 1.4rem;
}

.bscTbl01 table th.left {
  width: 24%;
}
.bscTbl01 table th.holiday {
  width: 20%;
}

.bscTbl01 table td {
  color: #ebb27b;
}

.bscTbl01 table td span {
  display: block;
  font-family: 'Barlow', sans-serif;
  color: #999999;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 0.8;
}

.bscTbl01 table td.time {
  text-align: left;
  font-family: 'Barlow', sans-serif;
  color: #333333;
}
.bscTbl01 p {
  position: relative;
  padding-left: 1em;
  margin-top: 1em;
}
.bscTbl01 p::before {
  content: "※";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}
.tblScroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.tblScroll table {
  -webkit-overflow-scrolling: touch;
  margin-bottom: 0;
  width: 1000px !important;
}

/*topcontrol*/
#topcontrol {
  z-index: 900;
}

#topcontrol a {
  background: url(../../images/scrollup.svg) center center no-repeat #000;
  background: url(../../images/scrollup.svg) center center no-repeat\9 #000;
  /* IE8 */
  *background: url(../../images/scrollup.svg) center center no-repeat #000;
  /* IE7 */
  _background: url(../../images/scrollup.svg) center center no-repeat #000;
  /* IE6 */
  display: block;
  height: 60px;
  width: 60px;
  filter: alpha(opacity=70) !important;
  opacity: 0.7 !important;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#topcontrol a:hover {
  filter: alpha(opacity=10) !important;
  opacity: 1 !important;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

/* section
-------------------*/
section {
  clear: both;
}

.aural span,
span.aural {
  display: none;
  visibility: hidden;
}

/* base contents
-------------------*/
/*header*/
#header {
  height: 70px;
  position: fixed;
  top: 0;
  left: 0;
  transition: .3s cubic-bezier(.4, 0, .2, 1);
  width: 100%;
  z-index: 199999;
  background: #fff;
}

#header .hdInr {
  width: 90%;
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
}

#header .hdInr .logo {
  width: 180px;
}

#header .hdInr .logo a {
  display: block;
}

.head-animation {
  transform: translateY(-100%);
}

#gNav {
  width: 80%;
  display: flex;
  justify-content: flex-end;
}

#gNav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#gNav ul li {
  margin: 0 20px;
}

#gNav ul li a {
  display: block;
}

#gNav ul li a:hover {
  text-decoration: none;
  color: #ebb27b;
}

#gNav ul li.telBtn a {
  color: #ebb27b;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: 'Barlow', sans-serif;
  font-weight: 500;
}

#gNav ul li.telBtn a i {
  font-size: 20px;
  font-size: 2rem;
  margin-right: 5px;
}

#gNav ul li.inBtn a i {
  font-size: 20px;
  font-size: 2rem;
  margin-right: 5px;
}

#spHeader,
.spMenu {
  display: none;
}

#spNav,
#spFixed {
  display: none;
}

/*mv*/
#mv {
  height: 100vh;
}

.mvImg {
  position: relative;
  height: 100%;
}

.mvImg .slick-slide {
  background-size: cover !important;
  height: 100vh !important;
}

.mvImg h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  width: 90%;
  max-width: 1024px;
  text-align: center;
  opacity: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.mvImg h1 span {
  display: inline-block;
  background: rgba(255, 255, 255, 0.75);
  padding: 10px 30px;
  color: #3a3e49;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 100;
  margin-top: 30px;
}

.accessBtn a {
  display: block;
  width: 225px;
  background: #ebb27b;
  color: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 20px 0;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: 'Barlow', sans-serif;
}

.accessBtn a:hover {
  text-decoration: none;
  background: #d7893e;
}

.arrow::before {
  content: "";
  display: block;
  position: absolute;
  top: 25px;
  right: 10px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateX(-50%) rotate(135deg);
}

.arrow::after {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  background: #fff;
  right: 18px;
  width: 2px;
  height: 14px;
}

/*contents*/
#contents {
  margin: 0 auto;
  width: 100%;
  /*	overflow: hidden;*/
}

.secInr {
  width: 90%;
  max-width: 1024px;
  margin: 0 auto;
}
#area01 {
  background: #3c4255;
  padding: 40px 0 20px;
}

#area01 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#area01 ul li {
  width: 32%;
  border: 1px solid #fff;
  text-align: center;
  color: #fff;
  padding: 20px 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 20px;
  font-weight: 100;
}

#area01 ul li span {
  display: block;
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: bold;
}

#area01 ul li span strong {
  color: #ebb27b;
}

#area02 .secInr {
  padding: 80px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#area02 .secInr h2 {
  font-size: 40px;
  font-size: 4rem;
  padding-top: 20px;
}

#area02 .secInr ul {
  width: 80%;
}

#area02 ul li {
  position: relative;
  display: flex;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #dddddd;
}

#area02 ul li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  line-height: 1.4;
}

#area02 ul li a:hover {
  text-decoration: none;
  color: #ebb27b;
}

#area02 ul li .date {
  font-family: 'Barlow', sans-serif;
  margin-right: 20px;
}

#area02 ul li .category {
  font-family: 'Barlow', sans-serif;
  background: #ebb27b;
  padding: 10px 30px;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  margin-right: 20px;
}

#area02 ul li .rightArrow::before {
  position: absolute;
  right: 0px;
  width: 12px;
  height: 1px;
  /*background: #333;*/
  content: "";
  top: 39px;
}

#area02 ul li .rightArrow::after {
  position: absolute;
  content: "";
  right: 0;
  width: 6px;
  height: 6px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#area02 .secInr .btn {
  position: absolute;
  top: 150px;
  left: 0;
}

#area02 .secInr .btn a {
  font-size: 12px;
  padding: 5px 10px;
  border: 1px solid #3d4253;
  border-radius: 5px;
  display: block;
}

#area03 {
  width: 90%;
  max-width: 1024px;
  background: #f2eee8;
  padding: 60px 45px;
  margin: 0 auto 80px;
}

#area03 h2 {
  text-align: center;
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: bold;
  margin-bottom: 40px;
}

.covidBox {
  background: #fff;
  border: 1px solid #3c4255;
  border-top: none;
}

.covidBox .titleArea {
  display: flex;
  justify-content: space-between;
  padding: 40px;
  align-items: center;
}

.covidBox .titleArea .icon {
  width: 25%;
  margin-right: 40px;
}

.covidBox .titleArea h3 {
  font-weight: bold;
  color: #ebb27b;
  font-size: 18px;
  font-size: 1.8rem;
  width: 40%;
  line-height: 1.7;
}

.covidBox .titleArea .txt {
  font-size: 14px;
  font-size: 1.4rem;
}

.covidList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.covidList li {
  width: calc(100% / 4);
  padding: 20px 30px;
  border-right: 1px solid #3c4255;
  border-top: 1px solid #3c4255;
}

.covidList li:nth-child(4n) {
  border-right: none;
}

.covidList li .icon {
  width: 50%;
  margin: 0 auto 15px;
}

.covidList li dl dt {
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 15px;
  color: #ebb27b;
}

.covidList li dl dd {
  line-height: 1.7;
}

.actionBox {
  background: #ebb27b;
  padding: 60px 0;
}

.actionBox ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.actionBox ul li {
  width: 49%;
}

.actionBox ul li a {
  display: block;
  background: #fff;
  padding: 30px 0;
  text-align: center;
}

.actionBox ul li a small {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 10px;
  display: block;
}

.actionBox ul li a span {
  font-family: 'Barlow', sans-serif;
  color: #e59d58;
  font-size: 40px;
  font-size: 4rem;
  font-weight: 600;
  display: block;
}

.actionBox ul li i {
  font-size: 30px;
  font-size: 3.0rem;
  margin-right: 5px;
}

.actionBox ul li img {
  max-width: 156px;
  padding-top: 6px;
}

.actionBox ul li a:hover {
  text-decoration: none;
  background: #fcecdc;
}

.actionBox ul li.net p {
  color: #4bb7bd;
  font-size: 30px;
  font-size: 3.0rem;
  font-weight: 600;
  display: block;
}

.actionBox ul li.net a {
  display: flex;
  justify-content: center;
  align-items: center;
}

#area05 {
  background: url("../../images/bg.jpg") center center no-repeat;
  background-size: cover;
  padding: 80px 0;
}

.secInrW {
  padding: 0 0 0 75px;
  position: relative;
}

.secInrW h2 {
  width: 75px;
  position: absolute;
  font-family: 'Barlow', sans-serif;
  height: 100%;
  left: 0;
  top: -90px;
  text-align: center;
}

.secInrW h2 span {
  position: relative;
}

.secInrW h2 span:before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit- transform: translateX(-50%);
  top: -120px;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: 'Barlow', sans-serif;
  font-weight: 100;
}

.secInrW h2 span small {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: relative;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 100;
}
.secInrW h2 span small:after {
  content: "";
  background: #ebb27b;
  height: 55px;
  width: 1px;
  position: absolute;
  top: -65px;
  margin-bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit- transform: translateX(-50%);
}

#area05 .secInrW h2 span:before {
  content: "01";
}

#area05 .title {
  position: relative;
  color: #3a3e49;
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 30px;
  z-index: 0;
  font-weight: 500;
}

#area05 .title:before {
  content: "LIFE SMILES DENTAL CARE";
  font-size: 60px;
  font-size: 6.0rem;
  font-family: 'Barlow', sans-serif;
  position: absolute;
  color: rgba(255, 255, 255, 0.5);
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  -webkit- transform: translateX(-50%);
  width: 100%;
  font-weight: 600;
  z-index: -1;
}

#area05 .txt {
  max-width: 535px;
  margin: 0 auto 40px;
  line-height: 2;
}

#area05 .whBox {
  background: #fff;
  padding: 60px 0;
}

#area05 .whBox ul {
  display: flex;
  justify-content: space-between;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  flex-wrap: wrap;
  width: 92%;
  margin: 0 auto;
  max-width: 1400px;
}

#area05 .whBox ul li {
  width: calc(100% / 3);
  padding: 40px 0;
  border-right: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

#area05 .whBox ul li:first-child {
  background: #f9fafb;
}

#area05 .whBox ul li:nth-child(3n) {
  border-right: none;
}

#area05 .whBox ul li h3 {
  line-height: 1.4;
  padding: 113px 0;
}

#area05 .whBox ul li h3 small {
  font-size: 18px;
  font-size: 1.8rem;
  display: block;
  text-align: center;
}

#area05 .whBox ul li h3 span {
  font-size: 30px;
  font-size: 3rem;
}

#area05 .whBox ul li h3 span strong {
  font-size: 45px;
  font-size: 4.5rem;
  color: #ebb27b;
  font-family: 'Barlow', sans-serif;
}

#area05 .whBox ul li h3 {
  text-align: center;
}

#area05 .whBox ul li .icon {
  width: 40%;
  margin: 0 auto;
}

#area05 .whBox ul li dl dt {
  text-align: center;
  color: #ebb27b;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 15px;
}

#area05 .whBox ul li dl .subTitle {
  text-align: center;
  line-height: 1.7;
  margin-bottom: 15px;
}

#area05 .whBox ul li dl .subTitle span {
  padding: 3px 20px;
  color: #fff;
  background: #ebb27b;
  border-radius: 50px;
  display: inline-block;
}

#area05 .whBox ul li dl .info {
  max-width: 210px;
  margin: 0 auto;
  line-height: 1.7;
  width: 90%;
}

#area06 {
  background: #f2eee8;
  padding-top: 120px;
  position: relative;
}

#area06 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#area06 ul li {
  width: 49%;
  position: relative;
  margin-bottom: 30px;
}

#area06:before {
  content: "";
  background: #fff;
  width: 95%;
  height: 70%;
  position: absolute;
  left: 0;
  top: 120px;
}

#area06 .secInrW h2 span:before {
  content: "02";
}

#area06 .secInrW h2 {
  top: 160px;
}

#area06 .secInrW h3 {
  font-size: 40px;
  font-size: 4rem;
  color: #3a3e49;
  font-family: 'Barlow', sans-serif;
  padding-left: 40px;
  margin-bottom: 60px;
  padding-top: 60px;
}

#area06 ul li .squareHead {
  width: 82px;
  background: #ebb27b;
  padding: 20px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3;
}

#area06 ul li:nth-child(3) .squareHead {
  padding: 20px 12px;
}

#area06 ul li .squareHead span {
  color: #fff;
}

#area06 ul li dl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  width: 100%;
}

#area06 ul li dl dt span {
  display: block;
  width: 10%;
  margin: 0 auto;
}

#area06 ul li dl dt {
  font-size: 29px;
  font-size: 2.9rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}

#area06 ul li dl dd {
  text-align: center;
}

#area06 ul li dl dd span {
  background: #fff;
  padding: 10px 30px;
  font-size: 18px;
  font-size: 1.8rem;
  display: inline-block;
  border-radius: 50px;
}

#area06 ul li .caption {
  color: #fff;
  width: 90%;
  margin: 0 auto;
  line-height: 1.7;
  padding-top: 60px;
}

#area06 ul li .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

#area06 ul li:hover .mask {
  opacity: 1;
}

#area07 {
  background: #f2eee8;
  padding-top: 120px;
  position: relative;
}

#area07:before {
  content: "";
  background: #fff;
  width: 95%;
  height: 45%;
  position: absolute;
  left: 0;
  top: 240px;
}

#area07 .secInrW h2 span:before {
  content: "03";
}

#area07 .secInrW h2 {
  top: 0;
}

#area07 .secInrW h3 {
  font-size: 40px;
  font-size: 4rem;
  color: #fff;
  font-family: 'Barlow', sans-serif;
  padding-left: 40px;
}

#area07 .flexBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: -30px;
  align-items: center;
}

#area07 .flexBox dl {
  width: 30%;
  padding-left: 40px;
}

#area07 .flexBox dl dt {
  font-size: 21px;
  font-size: 2.1rem;
  margin-bottom: 40px;
  line-height: 2;
  font-weight: 500;
}

#area07 .flexBox dl dd {
  line-height: 2;
}

#area07 .flexBox .Img {
  width: 55%;
}

#area07 .carouselBox {
  /*
  width: 90%;
  max-width: 1200px;
*/
  margin: 0 auto;
  padding-top: 120px;
  overflow: hidden;
}

#area07 .carouselBox .swiper-container {
  overflow: visible;
  padding: 0 20px 0 90px;
}

#area07 .carouselBox .swiper-container .swiper-wrapper {
  padding: 30px 0;
}

#area07 .carouselBox .swiper-container .swiper-wrapper .swiper-slide {
  width: 300px;
}

#area07 .carouselBox .swiper-container .swiper-wrapper .swiper-slide .Img {
  margin-bottom: 20px;
}

#area07 .carouselBox .swiper-container .swiper-wrapper .swiper-slide dl dt {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  color: #3a3e49;
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
}

#area07 .carouselBox .swiper-container .swiper-wrapper .swiper-slide dl dt:before {
  content: "";
  background: #ebb27b;
  height: 2px;
  width: 14px;
  position: absolute;
  left: 0;
  top: 8px;
}

#area07 .carouselBox .swiper-container .swiper-wrapper .swiper-slide dl dd {
  line-height: 1.7;
}

#area07 .carouselBox .swiper-container .arrowBox {
  display: flex;
  justify-content: flex-end;
  padding-right: 4%;
}

#area07 .carouselBox .swiper-container .arrowBox .btmArrow {
  width: 88px;
  height: 40px;
  position: relative;
  z-index: 990;
}

#area07 .carouselBox .swiper-container .arrowBox .btmArrow .swiper-button-next::after,
#area07 .carouselBox .swiper-container .arrowBox .btmArrow .swiper-button-prev::after {
  font-size: 12px !important;
  font-weight: bold;
  z-index: 992;
  font-family: "Font Awesome 5 Free";
}

#area07 .carouselBox .swiper-container .arrowBox .btmArrow .swiper-button-next::after {
  content: '\f061';
  font-weight: 900;
}

#area07 .carouselBox .swiper-container .arrowBox .btmArrow .swiper-button-prev::after {
  content: '\f060';
  font-weight: 900;
}

#area07 .carouselBox .swiper-container .arrowBox .btmArrow .swiper-button-next::before,
#area07 .carouselBox .swiper-container .arrowBox .btmArrow .swiper-button-prev::before {
  content: "";
  background: #3a3e49;
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 991;
}

#area08 {
  padding-top: 120px;
}

#area08 .secInrW h2 span:before {
  content: "04";
  top: -134px;
}

#area08 .secInrW h2 {
  top: 80px;
}

#area08 .whBox {
  background: #fff;
  width: 90%;
  margin: -5% auto 0;
  padding: 80px 60px;
  position: inherit;
}

#area08 .whBox h3 {
  font-size: 40px;
  font-size: 4rem;
  color: #3a3e49;
  font-family: 'Barlow', sans-serif;
  margin-bottom: 40px;
}

#area08 .whBox .info {
  margin-bottom: 40px;
}

#area08 .whBox ul li {
  padding-bottom: 80px;
}

#area08 .whBox ul li dl {
  display: flex;
}

#area08 .whBox ul li dl dt {
  background: #ebb27b;
  color: #fff;
  width: 110px;
  text-align: center;
  padding: 32px 0;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  box-sizing: border-box;
  line-height: 1.3;
  margin-right: 10px;
  position: relative;
}

#area08 .whBox ul li dl dt.fixPad {
  padding: 43px 0;
}

#area08 .whBox ul li dl dt:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -55px;
  right: 36px;
  width: 17px;
  height: 17px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: translateX(-50%) rotate(135deg);
}

#area08 .whBox ul li dl dt:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -58px;
  background: #000;
  right: 54px;
  width: 2px;
  height: 33px;
}

#area08 .whBox ul li:last-child dl dt:before,
#area08 .whBox ul li:last-child dl dt:after {
  display: none;
}

#area08 .whBox ul li dl dd {
  border-bottom: 1px solid #dddddd;
  width: 87%;
  padding-left: 20px;
}

#area08 .whBox ul li dl dd h4 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  color: #3a3e49;
  margin-bottom: 10px;
  padding-top: 10px;
}

#area08 .whBox ul li dl dd h4 span {
  color: #ebb27b;
  font-family: 'Barlow', sans-serif;
  margin-right: 10px;
}

#area09 {
  background: #f2eee8;
}

#area09 .secInr {
  padding: 120px 0 80px;
}

#area09 .borderBox {
  border: 1px solid #fff;
  padding: 80px;
  position: relative;
}

#area09 h2 {
  text-align: center;
  width: 100%;
  position: absolute;
  left: 0;
  top: -26px;
}

#area09 h2 span {
  color: #fff;
  font-size: 21px;
  font-weight: 100;
  background: #3c4255;
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
}

#area09 .borderBox dl {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 60px;
}

#area09 .secInr2 .borderBox dl {
	margin-bottom: 30px;
}
#area09 .borderBox dl:last-child {
  margin-bottom: 0;
}

#area09 .borderBox dl dt {
  width: 25%;
  border: 1px solid #3c4255;
  color: #3c4255;
  text-align: center;
  padding: 20px 0;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
}

#area09 .secInr2 {
    padding: 30px 0 80px;
}
#area09 .borderBox dl dd {
  width: 72%;
  line-height: 1.7;
}
#area09 .secInr2 .borderBox .info {
	margin-bottom: 40px;
}

#area09 .secInr2 .borderBox dl dd {
	width: 100%;
}

#area09 .borderBox dl dd h3 {
  font-weight: 400;
  font-size: 18px;
  font-size: 1.8rem;
  color: #3c4255;
  margin-bottom: 20px;
}

#area09 .borderBox dl dd h3 span {
  border-bottom: 1px solid #3c4255;
  padding-bottom: 5px;
}

#area09 .borderBox dl dd .txt {
  color: #3a3e49;
}

#area10 {
  padding-top: 80px;
}

#area10 .secInrW h2 span:before {
  content: "05";
}

#area10 .secInrW h2 {
  top: 90px;
}

#area10 .secInrW .flexBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

#area10 .secInrW .flexBox .Img {
  width: 50%;
}

#area10 .secInrW .flexBox .infoBox {
  width: 47%;
  padding-right: 5%;
}

#area10 .secInrW .flexBox .infoBox .logo {
  max-width: 210px;
  margin-bottom: 40px;
}

#area10 .secInrW .flexBox .infoBox .address {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 15px;
}

#area10 .secInrW .flexBox .infoBox .tel {
  margin-bottom: 15px;
}

#area10 .secInrW .flexBox .infoBox .tel a {
  color: #ebb27b;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 600;
  font-family: 'Barlow', sans-serif;
}

#area10 .inInfo {
  margin-bottom: 15px;
}

#area10 .inInfo a {
  border: 1px solid #cccccc;
  border-radius: 5px;
  padding: 7px 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 230px;
  background: #fff;
  text-align: left;
}

#area10 .inInfo a:hover {
  text-decoration: none;
}

#area10 .inInfo a i {
  background: url(../../images/ig_bg.jpg) no-repeat;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  background-size: contain;
}

#area10 .secInrW .flexBox .infoBox .tel i {
  margin-right: 5px;
}

#area10 .secInrW .flexBox .infoBox .category span {
  display: inline-block;
  background: #ebb27b;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 10px 30px;
  margin-right: 10px;
}

#area10 .secInrW .flexBox .infoBox dl {
  padding: 20px 0;
}

#area10 .secInrW .flexBox .infoBox dl dt {
  margin-bottom: 5px;
}

#area10 .secInrW .flexBox .infoBox dl dd {
  width: 80%;
}

#area10 .pointBox {
  padding-right: 5%;
  padding-top: 60px;
  padding-bottom: 60px;
}

#area10 .pointBox ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #3c4255;
  padding: 40px;
}

#area10 .pointBox ul li {
  width: 32%;
  border: 1px solid #fff;
  text-align: center;
  color: #fff;
  padding: 20px 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 100;
}

#area10 .pointBox ul li span {
  display: block;
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: bold;
}

#area10 .pointBox ul li span strong {
  color: #ebb27b;
}

#area10 .mapBox {
  padding-right: 5%;
}

.googlemap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 50%;
}

.googlemap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#copyright {
  display: block;
  text-align: center;
  font-family: 'Barlow', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 40px 0;
}

/* for pc resize
-------------------------------------------------------------------------------------*/
/* base contents
-------------------*/
/*header*/
@media only screen and (max-width: 1024px) {

  #header,
  #gNav {
    display: none;
  }

  #spHeader {
    height: 60px;
    padding: 15px 3%;
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 980;
  }

  #spHeader .logo {
    width: 170px;
  }

  .spMenu {
    background: #ebb27b;
    cursor: pointer;
    display: block;
    height: 60px;
    width: 60px;
    position: fixed;
    right: 15px;
    top: 15px;
    z-index: 1010;
    border-radius: 6px;
  }

  .spMenu span {
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    /* Fix for IE7 */
    *display: inline;
    /* Fix for IE7 */
    height: 2px;
    width: 30px;
    position: absolute;
    left: 15px;
    -webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  }

  .spMenu small {
    display: block;
    color: #fff;
    font-family: 'Barlow', sans-serif;
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 10px;
  }

  .spMenu span:nth-of-type(1) {
    top: 13px;
  }

  .spMenu span:nth-of-type(2) {
    top: 23px;
  }

  .spMenu span:nth-of-type(3) {
    top: 33px;
  }

  .spMenu.active {
    height: 60px;
    width: 60px;
  }

  .spMenu.active span {
    background-color: #fff;
  }

  .spMenu.active span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
  }

  .spMenu.active span:nth-of-type(2) {
    opacity: 0;
  }

  .spMenu.active span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
  }

  .spMenu.active small {
    color: #fff;
  }

  /*spNav*/
  #spNav {
    height: 100%;
    display: block;
    transition: all 550ms ease 0.25s;
    visibility: hidden;
    padding-top: 140px;
    width: 80%;
    position: fixed;
    right: -100%;
    top: 0;
    z-index: 990;
  }

  #spNav.active {
    visibility: visible;
    right: 0;
  }

  #spNav #spBg {
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 500%;
    position: fixed;
    right: -50%;
    top: 0;
    z-index: -1;
    opacity: 0;
    transition: all 550ms ease 0.25s;
    pointer-events: none;
  }

  #spNav.active #spBg {
    right: 0;
    opacity: 1;
    pointer-events: auto;
  }

  #spNav::after {
    background: rgba(255, 255, 255, 0.8);
    background-color: #f9f9f9;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
  }

  #spNav::before,
  #spNav::after {
    opacity: 0;
    transition: all 550ms ease 0.25s;
  }

  #spNav.active::before,
  #spNav.active::after {
    opacity: 1;
  }

  #spNav .closeBtn {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 3%;
    text-align: right;
  }

  #spNav nav {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 60px;
  }

  #spNav nav ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  #spNav nav ul li {
    width: 50%;
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 40px;
  }

  #spNav nav ul li a:hover {
    text-decoration: none;
    color: #ebb27b;
  }

  #spNav .addressBox {
    width: 90%;
    margin: 0 auto;
    text-align: right;
  }

  #spNav .addressBox .logo {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
  }

  #spNav .addressBox .logo img {
    height: 44px;
    width: auto;
  }

  #spNav .addressBox .address {
    padding-top: 10px;
    color: #999;
    line-height: 1.7;
    font-size: 12px;
    font-size: 1.2rem;
  }

  #spNav .addressBox .inNavBtn {
    border: 1px solid #cccccc;
    border-radius: 5px;
    padding: 7px 13px;
    margin: 5px 0 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 190px;
    background: #fff;
  }

  #spNav .addressBox .inNavBtn:hover {
    text-decoration: none;
  }

  #spNav .addressBox .inNavBtn i {
    background: url(../../images/ig_bg.jpg) no-repeat;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 20px;
    font-size: 2rem;
    margin-right: 10px;
    background-size: contain;
  }
}

@media only screen and (min-width: 900px) {
  #area06 ul li .caption {
    width: 60%;
    padding-top: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
  }
}

/* for SP
-------------------------------------------------------------------------------------*/
@media only screen and (max-width: 900px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .is-spS {
    display: block !important;
  }

  #spNav nav ul li {
    font-size: 12px;
    font-size: 1.2rem;
    text-align: center;
  }

  #spNav nav ul li {
    display: block;
  }

  #spNav nav {
    padding-top: 0px;
    padding-bottom: 10px;
  }

  #spNav .addressBox {
    padding-top: 10px;
  }

  /* indent
-------------------*/
  .is-sp {
    display: block !important;
  }

  .is-pc {
    display: none !important;
  }

  .spImg {
    max-width: 100%;
  }

  a.spTel {
    color: #448cbc;
    pointer-events: auto;
    text-decoration: underline;
  }

  a.spTel {
    pointer-events: auto;
  }

  a.spTel {
    color: #448cbc;
    pointer-events: auto;
    text-decoration: underline;
  }

  /* section
-------------------*/
  .scInr,
  .scInrS,
  .scInrW {
    float: none;
    margin: 0 3%;
    width: auto;
  }

  /*topcontrol*/
  #topcontrol {
    left: 0 !important;
    bottom: 0 !important;
    height: 40px;
    width: 100%;
  }

  #topcontrol a {
    display: block;
    height: 100%;
    padding: 10px 0;
    width: 100%;
  }

  .bscTbl01 table th,
  .bscTbl01 table td {
    padding: 5px 7px 5px;
  }

  #mv {
    height: 60vh;
  }

  .mvImg .slick-slide {
    height: 60vh !important;
  }

  .mvImg h1 span {
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: 0;
    padding: 10px;
    margin-top: 10px;
  }

  #area01 ul li {
    width: 49%;
    font-size: 10px;
    font-size: 1.0rem;
    letter-spacing: 0;
    font-weight: 300;
    margin-bottom: 10px;
  }

  #area01 ul li span {
    font-size: 15px;
    font-size: 1.5rem;
  }

  #area01 ul li span strong {
    display: block;
  }

  #area01 {
    background: #3c4255;
    padding: 20px 0 10px;
  }

  #area02 .secInr {
    padding: 30px 0;
  }

  #area02 .secInr h2 {
    font-size: 30px;
    font-size: 3rem;
    padding-top: 20px;
  }

  #area02 .secInr ul {
    width: 100%;
  }

  #area02 ul li {
    flex-wrap: wrap;
  }

  #area02 ul li a {
    display: block;
  }

  #area02 ul li .title {
    width: 100%;
    margin-top: 10px;
  }

  #area02 ul li .category {
    padding: 6px 18px;
    margin-right: 0;
  }

  #area02 ul li .date {
    margin-right: 10px;
  }

  #area02 ul li .rightArrow::before {
    top: 59px;
  }

  #area02 .secInr .btn {
    width: 100px;
    position: absolute;
    top: 50px;
    left: 72%;
    text-align: center;
  }

  #area03 {
    width: 100%;
    padding: 40px 20px;
    margin: 0 auto;
  }

  #area03 h2 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 20px;
    line-height: 1.5;
  }

  .covidBox .titleArea {
    padding: 20px;
    flex-wrap: wrap;
    align-items: center;
  }

  .covidBox .titleArea .icon {
    width: 30%;
    margin-right: 0;
  }

  .covidBox .titleArea h3 {
    font-size: 15px;
    font-size: 1.5rem;
    width: 65%;
  }

  .covidBox .titleArea .txt {
    width: 100%;
    margin-top: 10px;
  }

  .covidList li {
    width: calc(100% / 2);
    padding: 20px;
  }

  .covidList li:nth-child(even) {
    border-right: none;
  }

  .covidList li dl dt {
    font-size: 13px;
    font-size: 1.3rem;
  }

  .covidList li dl dd {
    font-size: 13px;
    font-size: 1.3rem;
  }

  .actionBox {
    padding: 30px 0;
  }

  .actionBox ul li {
    width: 100%;
  }

  .actionBox ul li:first-child {
    margin-bottom: 10px;
  }

  .actionBox ul li a span {
    font-size: 30px;
    font-size: 3rem;
  }

  .actionBox ul li img {
    max-width: 115px;
    padding-top: 0;
  }

  .actionBox ul li.net a p {
    font-size: 22px;
    font-size: 2.2rem;
  }

  .actionBox ul li a {
    padding: 20px 0;
  }

  .secInrW h2 {
    width: 100%;
    position: inherit;
    height: auto;
    left: inherit;
    top: inherit;
    text-align: left;
    margin-bottom: 30px;
  }

  .secInrW h2 span small:after {
    height: 1px;
    width: 55px;
    top: 8px;
    margin-bottom: 0;
    left: 8px;
    transform: none;
    -webkit- transform: none;
  }

  .secInrW h2 span small {
    -ms-writing-mode: inherit;
    writing-mode: inherit;
    padding-left: 70px;
  }

  .secInrW h2 span:before {
    position: inherit;
    left: inherit;
    transform: none;
    -webkit- transform: none;
    top: inherit;
  }

  .secInrW {
    padding: 0 0 0 5%;
  }

  #area05 {
    padding: 40px 0;
  }

  #area05 .title {
    font-size: 21px;
    font-size: 2.1rem;
    text-align: left;
    margin-left: 5%;
  }

  #area05 .title:before {
    font-size: 26px;
    font-size: 2.6rem;
    top: -23px;
  }

  #area05 .txt {
    width: 90%;
  }

  #area05 .whBox {
    padding: 20px 0;
  }

  #area05 .whBox ul {
    width: 90%;
  }

  #area05 .whBox ul li {
    width: 100%;
    padding: 20px 0;
    border-right: none;
  }

  #area05 .whBox ul li h3 {
    padding: 10px 0 0px;
  }

  #area05 .whBox ul li dl .info {
    max-width: 80%;
  }

  #area05 .whBox ul li .icon {
    width: 30%;
  }

  #area06 {
    padding-top: 40px;
  }

  #area06:before {
    top: 40px;
  }

  #area06 .secInrW h2 {
    top: inherit;
    padding-top: 40px;
  }

  #area06 .secInrW h3 {
    font-size: 30px;
    font-size: 3rem;
    margin-bottom: 20px;
    padding-top: 0;
    padding-left: 0;
  }

  #area06 ul li .squareHead {
    width: 50px;
    padding: 7px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  #area06 ul li:nth-child(3) .squareHead {
    padding: 7px 0px;
  }

  #area06 ul li dl {
    position: inherit;
    top: inherit;
    left: inherit;
    transform: none;
    -webkit- transform: none;
    background: #ebb27b;
    padding-bottom: 20px;
    margin-top: -1px;
  }

  #area06 ul li dl dt span {
    width: 35%;
  }

  #area06 ul li dl dt {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 15px;
    line-height: 0.5;
  }

  #area06 ul li dl dd span {
    padding: 5px 10px;
    font-size: 10px;
    font-size: 1.0rem;
  }

  #area06 ul li .caption {
    padding-top: 10px;
    font-size: 12px;
    font-size: 1.2rem;
  }

  #area07 {
    padding-top: 40px;
  }

  #area07 .flexBox {
    margin-top: 0;
  }

  #area07 .flexBox dl {
    width: 100%;
    padding-left: 0;
  }

  #area07 .flexBox dl dd {
    padding-right: 6%;
    margin-bottom: 20px;
  }

  #area07 .secInrW h3 {
    font-size: 30px;
    font-size: 3rem;
    padding-left: 0;
  }

  #area07 .flexBox .Img {
    width: 100%;
  }

  #area07:before {
    top: 220px;
    height: 35%;
  }

  #area07 .carouselBox .swiper-container {
    padding: 0 20px 0 0;
  }

  #area07 .carouselBox {
    padding-top: 40px;
  }

  #area07 .carouselBox .swiper-container .swiper-wrapper .swiper-slide {
    width: 200px;
  }

  #area08 {
    padding-top: 40px;
  }

  #area08 .secInrW h2 span:before {
    top: inherit;
  }

  #area08 .secInrW h2 {
    top: inherit;
  }

  #area08 .secInrW .Img img {
    object-fit: cover;
    height: 250px;
  }

  #area08 .whBox {
    margin: 0% auto 0;
    padding: 30px 5% 30px 0;
    width: 100%;
  }

  #area08 .whBox h3 {
    font-size: 30px;
    font-size: 3rem;
    margin-bottom: 20px;
  }

  #area08 .whBox ul li dl dd .txt {
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: 0;
    padding-bottom: 10px;
  }

  #area08 .whBox ul li dl dd {
    padding-left: 0px;
  }

  #area08 .whBox ul li dl dd h4 {
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: 0;
  }

  #area08 .whBox ul li dl dt:after {
    right: 45px;
  }

  #area08 .whBox ul li dl dt:before {
    right: 27px;
  }

  #area08 .whBox ul li dl dt {
    padding: 22px 0;
  }

  #area08 .whBox ul li dl {
    align-items: center;
  }

  #area08 .whBox ul li dl dt.fixPad {
    padding: 32px 0;
  }

  #area08 .whBox ul li:last-child {
    padding-bottom: 20px;
  }

  #area09 .secInr {
    padding: 60px 0 40px;
  }

	#area09 .secInr2 {
		padding: 10px 0 40px;
	}
  #area09 h2 span {
    font-size: 15px;
    font-weight: 100;
    padding: 15px;
  }

  #area09 .borderBox {
    padding: 40px 20px 20px;
  }

  #area09 .borderBox dl dt {
    width: 100%;
    padding: 10px 0;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 20px;
  }

  #area09 .borderBox dl dd {
    width: 100%;
  }

  #area09 .borderBox dl {
    flex-wrap: wrap;
  }

  #area09 .borderBox dl dd h3 {
    font-size: 16px;
    font-size: 1.6rem;
  }

  #area09 .borderBox dl dd h3 span {
    padding-bottom: 0;
  }

  #area10 {
    padding-top: 40px;
  }

  #area10 .secInrW h2 {
    top: 0;
  }

  #area10 .secInrW .flexBox .Img {
    width: 100%;
    margin-bottom: 20px;
  }

  #area10 .secInrW .flexBox .infoBox {
    width: 100%;
  }

  #area10 .secInrW .flexBox .infoBox .logo {
    max-width: 180px;
    margin-bottom: 0;
  }

  #area10 .secInrW .flexBox .infoBox .address {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 10px;
  }

  #area10 .secInrW .flexBox .infoBox .category span {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 5px 10px;
    margin-right: 5px;
  }

  #area10 .pointBox {
    padding-right: 0;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 5%;
  }

  #area10 .pointBox ul {
    padding: 0;
  }

  #area10 .pointBox ul li {
    width: 100%;
  }

  #footer .actionBox {
    padding-bottom: 80px;
  }

  .spVa {
    vertical-align: top !important;
  }
}

@media only screen and (max-width: 360px) {
  .bscTbl01 table td.time {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

/*SP END*/
/* animation
-------------------*/
.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1000ms;
}

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

h1.scrollin {
  opacity: 1;
}

#loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background: #ebb27b;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200000;
}

#loading .ldInr {
  position: relative;
  width: 100vw;
  height: 100vh;
}

#loading .ldBox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}

.loader {
  color: #ffffff;
  margin: 0 auto;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load4 1.3s infinite linear;
  animation: load4 1.3s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

@-webkit-keyframes load4 {

  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }

  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }

  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }

  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }

  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }

  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }

  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }

  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}

@keyframes load4 {

  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }

  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }

  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }

  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }

  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }

  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }

  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }

  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}

.loaded {
  opacity: 0;
  visibility: hidden;
}

#floatingBtn {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  z-index: 9999;
}

#floatingBtn.active {
  opacity: 1;
}

#floatingBtn ul li a {
  display: block;
  color: #fff;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  padding: 10px 23px;
  height: 200px;
  width: 60px;
  text-align: center;
  border-radius: 5px 0 0 5px;
  font-style: normal;
}

#floatingBtn ul li a:hover {
  text-decoration: none;
}

#floatingBtn ul li i {
  margin-bottom: 5px;
}

#floatingBtn ul li.contact {
  margin-bottom: 3px;
}

#floatingBtn ul li.contact a {
  background: #4bb7bd;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
}

#floatingBtn ul li.contact a:hover {
  /*background: #c9232b;*/
}

#floatingBtn ul li.tel a {
  background: #e59d58;
  padding: 10px 8px 10px 20px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
}

#floatingBtn ul li.tel a span {
  display: block;
  font-family: 'Barlow', sans-serif;
  font-size: 22px;
  font-size: 2.2rem;
  margin-right: 7px;
  font-weight: bold;
  line-height: 0.7;
}

.spTel {
  pointer-events: none;
}

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

  #floatingBtn {
    right: inherit;
    top: inherit;
    transform: none;
    left: 0;
    bottom: 0;
    width: 100%;
  }

  #floatingBtn ul {
    display: flex;
  }

  #floatingBtn ul li {
    width: 50%;
    height: auto;
  }

  #floatingBtn ul li a {
    width: 100%;
    height: 100%;
    writing-mode: horizontal-tb;
    padding: 20px 0 10px;
    border-radius: 5px 5px 0 0;
    text-decoration: none;
  }

  #floatingBtn ul li.contact {
    margin-bottom: 0;
  }

  #floatingBtn ul li.tel a {
    padding: 7px 0;
  }

  #floatingBtn ul li.tel a span {
    margin-right: 0;
    margin-top: 3px;
    line-height: 1;
  }

  #floatingBtn ul li i {
    margin-bottom: 0;
    margin-right: 3px;
  }

  a.spTel {
    pointer-events: auto;
  }
}

.mvImg p:not(.accessBtn) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 90%;
  max-width: 1024px;
  text-align: center;
  opacity: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#mv p.scrollin {
  opacity: 1;
}

.mvImg p img {
  width: 100%;
}

.mvImg p span {
  display: inline-block;
  background: rgba(255, 255, 255, 0.75);
  padding: 10px 30px;
  color: #3a3e49;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 100;
  margin-top: 30px;
}

.icon img {
  width: 100%;
}

#area10 .secInrW .flexBox .Img img {
  width: 100%;
}

/*20240730 修正事項*/
@media screen and (max-width:1200px)and (min-width:901px) {
    #area06 ul li.whitenignList .caption {
        width: 97%;
        font-size: 11px;}
}

@media screen and (max-width:900px) {
    #area06 ul li.lastChild dl {
        padding-bottom: 30px;
    }
    #area06 ul li dl {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 230px;
    }
    .tempo {
        display: none;
    }
}


@media screen and (max-width:900px) and (min-width:600px) {
    #area06 ul li.whitenignList .caption {
        font-size: 12px;
    }
}
@media screen and (max-width:599px)  {
    #area06 ul li.whitenignList .caption {
        font-size: 9px;
    }
}