@charset "UTF-8";
/*-----------------------------------------------------------------------------
basic
-----------------------------------------------------------------------------*/
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, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	list-style: none;
}

html {
	overflow-y: scroll;
	overflow-x: hidden;
	background-color: #fff;
}
nav ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

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

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

ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

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 #000;
	cursor:help;
}

table {
	border-collapse:collapse;
}

hr {
    display:block;
    height:4px;
    border:0;
    border-top:4px solid #e1edf6;
    margin: 0;
    padding:0;
}

input, select {
	vertical-align:middle;
}


/* ZenMaruGothic */
@font-face {
    font-family: ' ZenMaruGothic ';
    src: url('../fonts/ZenMaruGothic-Regular.woff2') format('woff2'),
             url('../fonts/ZenMaruGothic-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
/* ZenMaruGothic-Medium */
@font-face {
    font-family: ' ZenMaruGothic ';
    src: url('../fonts/ZenMaruGothic-Medium.woff2') format('woff2'),
             url('../fonts/ZenMaruGothic-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

/* ZenMaruGothic-Bold */
@font-face {
    font-family: ' ZenMaruGothic ';
    src: url('../fonts/ZenMaruGothic-Bold.woff2') format('woff2'),
             url('../fonts/ZenMaruGothic-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}



body {
color: #444444;
font-size: 91%;
line-height: 1.6;
font-family: ' ZenMaruGothic ';
font-weight:400;
letter-spacing: 0.05rem;
padding-top: 60px;
position: relative;
overflow: hidden;
background: #fff;}


@media (min-width: 768px) {
body {
font-size: 92%;
letter-spacing: 0.05rem;

}
}

@media (min-width: 992px) {
body {
font-size: 94%;
line-height: 1.7;
letter-spacing: 0.05rem;
padding-top: 80px;}

}
@media (min-width: 1200px) {
body {
font-size: 99%;
line-height: 1.7;
letter-spacing: 0.08rem;
}


}



@media (min-width: 1680px) {
body {
font-size:100%;
letter-spacing: 0.08rem;
}


}

/* -------------------------------

/* 共通
---------------------------------------------------- */

.fluid {position: relative;
	max-width: 1140px;
	margin: 0 auto;
}
.clearfix:after {
  content: "";
  clear: both;
	display: table;
}
.clear {clear: both;}

.f-right {float: right;}
.f-left {float: left;}
.pointer {cursor: pointer;}
ul.decimal li{list-style: decimal;margin-left: 25px;line-height: 1.7;}
ul.dot li{list-style:disc;margin-left: 25px;line-height: 1.7;text-align: left;}
ul.square {margin-left: 30px;}
ul.square li{list-style:disc;line-height: 1.7;}

.mb0  { margin-bottom: 0 !important; }
.mb5  { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb60 { margin-bottom: 60px !important; }
.mt10 { margin-top: 10px !important; }
.mt20 { margin-top: 20px !important; }
.pad10 { padding: 10px; }
.pad20 { padding: 20px; }
.pr05 { padding-right: 5px !important; }
.pr10 { padding-right: 10px !important; }
.pl10 { padding-left: 10px !important; }
.pt5 { padding-top: 5px !important; }
.pt10 { padding-top: 10px !important; }
.pt20 { padding-top: 20px !important; }
.pt30 { padding-top: 30px !important; }
.pt40 { padding-top: 40px !important; }
.pt50 { padding-top: 50px !important; }
.pb5 { padding-bottom: 5px !important; }
.pb10 { padding-bottom: 10px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb30 { padding-bottom: 30px !important; }
.pb40 { padding-bottom: 40px !important; }
.pb50 { padding-bottom: 50px !important; }
.w20 { width: 20%; }
.w25 { width: 25%; }
.w33 { width: 33.33333333%; }
.w50 { width: 50%; }
.w60 { width: 60%; }
.w70 { width: 70%; }
.w80 { width: 80%; }
.mb150mb100{margin-bottom: 150px;}
.mb120mb80{margin-bottom: 120px;}
.mb80mb50{margin-bottom: 80px;}
.mb50mb30{margin-bottom: 50px;}
.mb30mb10{margin-bottom: 30px;}

@media (max-width: 1140px) {
.mb120mb80{margin-bottom: 80px;}
.mb150mb100{margin-bottom: 100px;}

}


@media (max-width: 991px) {
.mb120mb80{margin-bottom: 60px;}
.mb150mb100{margin-bottom: 90px;}
.mb30-md{margin-bottom: 30px;}
}

@media (max-width: 767px) {
.space15{margin-bottom: 15px;}
.mb150mb100{margin-bottom: 80px;}
.mb120mb80{margin-bottom: 50px;}
.mb80mb50{margin-bottom: 50px;}
.mb50mb30{margin-bottom: 30px;}
.mb20-xs{margin-bottom: 20px;}
.mb30-xs{margin-bottom: 30px;}
}
@media (max-width: 666px) {
.mb30-xs2{margin-bottom: 30px;}
.mb10-xs{margin-bottom: 10px;}
.mb30mb10{margin-bottom: 10px;}
.mb20-xs2{margin-bottom: 20px;}

}


@media (min-width: 1200px) {

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

.indent {
  padding-left: 1em;
  text-indent: -1em;
}

.indent2 {
  padding-left: 1.4em;
  text-indent: -1.4em;
}

.flexbox{display: flex;align-items: center;}
.flexbox-between{display: flex;align-items: center;justify-content: space-between;}
.flexbox2{display: flex;align-items: stretch;}

.flexbox3{display: flex;align-items: flex-end;}
.flexbox4{display: flex;justify-content: flex-end;}


@media (max-width: 767px) {
.flexbox4{display:block;}


}


.bg-gray{background: rgba(0,0,0,.03);}
.bg-blue{background:rgba(43,141,235,.05);}
.bg-border-top{border-top: 1px solid #ddd;}


/*全共通テキストアニメーション*/

.slide-in {
	overflow: hidden;
    display: inline-block;
}

.slide-in_inner {
	display: inline-block;
line-height: 1.1;
}

/*左右のアニメーション*/
.leftAnime{
    opacity: 0;/*事前に透過0にして消しておく*/
}

.slideAnimeLeftRight {
	animation-name:slideTextX100;
	animation-duration:1.2s;
	animation-delay:.5s;
	animation-fill-mode:forwards;
    opacity: 0;
}

@keyframes slideTextX100 {
  from {
	transform: translateX(-100%); /*要素を左の枠外に移動*/
        opacity: 0;
  }

  to {
	transform: translateX(0);/*要素を元の位置に移動*/
    opacity: 1;
  }
}

.slideAnimeRightLeft {
	animation-name:slideTextX-100;
	animation-duration:1.2s;
	animation-delay:.5s;
	animation-fill-mode:forwards;
    opacity: 0;
}


@keyframes slideTextX-100 {
  from {
	transform: translateX(100%);/*要素を右の枠外に移動*/
    opacity: 0;
  }

  to {
	transform: translateX(0);/*要素を元の位置に移動*/
    opacity: 1;
  }
}


/*btn
------------------------------ */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img{vertical-align: bottom;}




/* アニメーション
---------------------------------------------------- */
.delayed-image {
	/* じわっと画像が表示される */
 	animation: fadeIn 3s ease 0s 1 normal;
    -webkit-animation: fadeIn 3s ease 0s 1 normal;
}

/* じわっと画像が表示される ---------　一度追加していたら不要*/
@keyframes fadeIn { /*上のbody内で呼び出しているアニメーションと名前をそろえる*/
    0% {opacity: 0} /* 始め */
    100% {opacity: 1} /* 終わり */
}

/*古いブラウザ用　---------　一度追加していたら不要*/
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

.vertical {
  animation: vertical_6392 2.44s ease infinite;
  transform-origin: 50% 50%;
}

@keyframes vertical_6392 {
  0% { transform:translate(0,-3px) }
  3.27869% { transform:translate(0,3px) }
  6.55738% { transform:translate(0,-3px) }
  9.83606% { transform:translate(0,3px) }
  13.11475% { transform:translate(0,-3px) }
  16.39344% { transform:translate(0,3px) }
  18.03279% { transform:translate(0,0) }
  100% { transform:translate(0,0) }
}

.fluffy {
	-webkit-animation: fluffy 0.8s linear 0s 1;
	animation: fluffy 0.8s linear 0s 1;
}
@-webkit-keyframes fluffy {
	0%   { -webkit-transform: scale(1.0, 1.0) translate(0%, 0%); }
	15%  { -webkit-transform: scale(0.9, 0.9) translate(0%, 5%); }
	30%  { -webkit-transform: scale(1.3, 0.8) translate(0%, 10%); }
	50%  { -webkit-transform: scale(0.8, 1.3) translate(0%, -10%); }
	70%  { -webkit-transform: scale(1.1, 0.9) translate(0%, 5%); }
	100% { -webkit-transform: scale(1.0, 1.0) translate(0%, 0%); }
}
@keyframes fluffy {
	0%   { transform: scale(1.0, 1.0) translate(0%, 0%); }
	15%  { transform: scale(0.9, 0.9) translate(0%, 5%); }
	30%  { transform: scale(1.3, 0.8) translate(0%, 10%); }
	50%  { transform: scale(0.8, 1.3) translate(0%, -10%); }
	70%  { transform: scale(1.1, 0.9) translate(0%, 5%); }
	100% { transform: scale(1.0, 1.0) translate(0%, 0%); }
}

.horizontal {
  animation: horizontal_5801 5s ease infinite;
  transform-origin: 50% 50%;
}

@keyframes horizontal_5801 {
  0% { transform:translate(0,0) }
  4.41177% { transform:translate(5px,0) }
  8.82353% { transform:translate(0,0) }
  13.23529% { transform:translate(5px,0) }
  17.64706% { transform:translate(0,0) }
  22.05882% { transform:translate(5px,0) }
  26.47059% { transform:translate(0,0) }
  100% { transform:translate(0,0) }
}

.passing-reverse {
  animation: passing-reverse_1059 4s linear infinite;
  transform-origin: 50% 50%;
}

@keyframes passing-reverse_1059 {
  0% { transform:translateX(50%); opacity:0 }
  50% { transform:translateX(35%); opacity:.5 }
  100% { transform:translateX(0%); opacity:1 }
}

.float {
  animation: float_1 4s linear infinite;
  transform-origin: 50% 50%;
}
@keyframes float_1 {
  0% { transform: translateY(0) }
  50% { transform: translateY(-10px) }
  100% { transform: translateY(0) }
}

.float2 {
  animation: float_2 2s linear infinite;
  transform-origin: 50% 50%;
}
@keyframes float_2 {
  0% { transform: translateY(0) }
  60% { transform: translateY(-5px) }
  100% { transform: translateY(0) }
}


/* link
---------------------------------------------------- */
a:link,a:visited{text-decoration:none;}
a:hover,a:active{text-decoration:none;}
a.opacity {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a.opacity:hover {
	-webkit-opacity: 0.6;
	-moz-opacity: 0.6;
	opacity: 0.6;
}


[data-action="call"]  {text-decoration: none;}

/* font-size color
---------------------------------------------------- */
.x-small { font-size: .8em; line-height: 1.6; }
.small { font-size: .9em; line-height: 1.6; letter-spacing: 0;}
.middle { font-size: 14px; letter-spacing: 0;}
.large { font-size: 1.2em; }
.x-large { font-size: 1.4em; }
.x2-large { font-size: 20px; }
.x3-large { font-size: 22px; }
.x4-large { font-size: 24px; }
.max-large { font-size: 32px; }
.italic {font-style: italic;}
.bold{font-weight: 600;}

.white { color: #ffffff; }
.red { color: #f00; }
.blue { color: #0587c6; }
.pink { color: #EB5960; }
.orange { color: #f60; }
.kiiro { color: yellow!important; }
.brown{color: #8b6f57;}

/* スクロールでナビ表示
---------------------------------------------------- */
.cb-header {
    position: fixed;
    top: 0;
    left: 0;
	right:0;
    display: none;
    background: #fff;
}
.cb-header .inner {width: 96%;margin: 0px auto; margin-top: 20px;}




@media (max-width: 767px) {
.cb-header {display: none!important;}

}



/* header
---------------------------------------------------- */
#header{display: none;}
.cb-header2 {
    position: fixed;
    /* 固定 */
    top: 0;
    /* 上から0の位置に固定 */
    left: 0;
    /* 左から0の位置に固定 */
    display: block;
    /* 表示 */
	z-index: 800;
	width: 100%;
	box-sizing: border-box;
}

.sc {
background:white;
display: flex;
align-items: center;
justify-content: space-between;
    width: 100%;
    margin: 0 auto;
	height: 60px;}
.sc img{vertical-align: bottom;}
.sc .logo{padding-left: 5px;width:210px;}
.sc .infobox{margin-right: 56px;}
.sc .infobox .tel{width: 40px;}



.site-header{display: none;}
.header{display: none;}
.header-change{display: none;}

@media (min-width: 375px) {
.sc .logo{padding-left: 10px;width: 230px;}

}



@media (min-width: 667px) {
.sc {
display: flex;
align-items: center;
    width: 100%;
    margin: 0 auto;}
	
.sc .logo{padding-left: 15px;width: 241px;}


}

@media (min-width: 768px) {

.sc .infobox{display: flex;align-items: center;margin-right: 65px;}
.sc .infobox .tel{width: 45px;}

}


@media (min-width: 992px) {
.cb-header2 {display: none!important;}

header{
  position: relative;
  top: 0px;
  margin: auto;
  z-index: 1000;
  transition: .3s;
}


.header{
width:100%;
display: block;
top:0;
position: fixed;
z-index: 500;
align-items: center;
}
.header .wrap{
width: 100%;
background: white;
 height: 80px;
display: flex;
justify-content: space-between;
align-items: center;
padding:0 50px;}
.header .logo{width:auto;}


/* スクロールでヘッダー背景色表示 */
.hide {transition: .8s;
	background:#006ED1;}


@media (max-width: 1199px){
.header .wrap{padding:0 15px;}
.header .logo{width:200px;}


}



.navarea{display: flex;align-items:center;height: 80px;}

.navbar-nav{  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  list-style: none;
  padding-right: 20px;
}
.navbar-nav li{ text-align: center;position: relative;margin: 0px 10px;}
.navbar-nav li:first-child{margin: 0px 10px 0 0;}
.navbar-nav li:last-child{margin: 0px 0px 0 10px;}
.navbar-nav li a{color:#222; transition: .3s;line-height: 1;margin: 0px!important;position: relative; display: flex;align-items: center;}
.navbar-nav li a:hover{color:#eb6ea5!important;}
.navbar-nav li.active a{color:#222!important;position: relative;}
.navbar-nav li.active a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f111";
  font-weight: 900;
  font-size: .3em;
position: absolute;
bottom:-20px;
left:50%;
transform: translateX(-50%);
color:#eb6ea5;
}

.header .infobox{display: flex;align-items: center;}
.header .infobox .tel{height: 50px;width: 200px;display: flex;align-items: center;justify-content: center;background: #eb6ea5;color: white; border-radius: 25px;line-height: 1;}
.header .infobox .tel span{font-size: 20px;margin-left: .2rem;font-weight: 500;color: white!important;}
.header .infobox .tel .fas{margin-top: .15em;}
}

@media (min-width: 1280px) {

.header .logo{width: auto;}
.navbar-nav{ padding-right: 40px;}

.navbar-nav li{ text-align: center;position: relative;margin: 0px 18px;}
.navbar-nav li:first-child{margin: 0px 18px 0 0;}
.navbar-nav li:last-child{margin: 0px 0px 0 18px;}



}

@media (min-width: 1440px) {
.header .logo{width:auto;}
.navbar-nav li a{font-size: 1.1em;}


.header .infobox{}


}







/*main
------------------------------------------------------------------*/
#main{
position: relative;
padding: 0 40px;
margin-bottom: 50px;
}

.sp-box {position:relative;}
.swiper-container{
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.swiper-slide img{width: 100%!important;height: auto!important; border-radius: 80px;}

.main-area{position: absolute;z-index: 20;left:40px;top:50%;transform: translateY(-50%);}

.top-main{background: white;padding: 40px;border-radius: 0 40px 40px 0;}

#main .timetable{position: absolute;z-index: 20; right:60px;bottom:40px;width:45%;}
#main .timetable img{border-radius: 35px;}
.timetable-xs{display: none;}

.reception_time {
    position: fixed;
	width: 614px;
	top:250px;
	right:-525px;
    z-index: 10000;
	    -webkit-transition: .4s ease 0s;
    transition: .4s ease 0s;

}

.reception_time:hover {right:0;}


.hero--reception_time {
  position: absolute;
  bottom: 100px;
  right: 0;
  z-index: 100;
}
.hero--reception_time.page {
  position: absolute;
  bottom: auto;
}

.hero--reception_time .wrap{width: 590px;background: white;border-radius: 25px 0 0 25px;padding: 25px;display: flex;align-items: center;justify-content: space-between;box-shadow: 0 0 15px rgba(133,163,117,.5);}
.h3-reception_time{color: #690;width: 70px;}
.h3-reception_time span{writing-mode: vertical-rl;padding-right: 1em; border-right: 1px dashed #ddd;font-size: 1.1em;}

.reception_time_wrap{width: calc(100% - 70px);}
.reception_time_wrap .table{font-size: 13px;letter-spacing: 0;line-height: 1.5;text-align: center;color: #333;}
.reception_time_wrap .table th{font-weight: normal;white-space: nowrap;border-top: none;border-bottom: 1px solid #ddd;}
.reception_time_wrap .table thead th{font-weight: normal;white-space: nowrap;border-bottom: 1px solid #ddd;}
.reception_time_wrap .table td{white-space: nowrap;border-top: none;border-bottom: 1px solid #ddd;}
.reception_time_wrap .table tbody td{color: #690;}
.reception_time_wrap .off{color: red;font-size: 13px;letter-spacing: .05rem;margin-bottom: .4em;}
.reception_time_wrap .in{display: flex;align-items: flex-end;justify-content: space-between; font-size: 13px;color: #333;line-height: 1.5;letter-spacing: 0;width: 100%;}
.reception_time_wrap .in .txt{width: calc(100% - 150px);}
.reception_time_wrap .in .tel{width: 135px;}


@media (max-width: 1680px){
.swiper-slide img{border-radius: 50px;}

}



@media (max-width: 1440px){
.top-main{background: white;padding: 30px;border-radius: 0 40px 40px 0;width: 420px;}

.reception_time {
	width: 564px;
	top:220px;
	right:-490px;
}


.hero--reception_time {
  position: absolute;
  bottom: 60px;
}
.hero--reception_time .wrap{width: 550px;background: white;border-radius: 25px 0 0 25px;padding: 25px 20px;}
.h3-reception_time{color: #690;width: 60px;}
.h3-reception_time span{writing-mode: vertical-rl;padding-right: 1em; border-right: 1px dashed #ddd;}

.reception_time_wrap{width: calc(100% - 60px);}


}


@media (max-width: 1199px){
#main{padding: 0 15px;margin-bottom: 30px;}
.swiper-slide img{border-radius: 40px;}
.main-area{left:15px;bottom:30px;}
.top-main{padding: 20px;border-radius: 0 40px 40px 0;width: 380px;}

#main .timetable{position: absolute;z-index: 20; right:40px;bottom:30px;width:45%;}
#main .timetable img{border-radius: 25px;}

.reception_time {
	width: 514px;
	top:220px;
	right:-445px;
}

.hero--reception_time .wrap{width: 500px;background: white;border-radius: 25px 0 0 25px;padding: 15px 15px;}
.h3-reception_time{color: #690;width: 50px;}
.reception_time_wrap{width: calc(100% - 50px);}

}




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

#main{position: relative;}
.swiper-slide img{border-radius: 25px;}

.main-area{left:0px;bottom:25px;}
.top-main{padding: 20px;border-radius: 0 30px 30px 0;width: 250px;}
#main .timetable{position: absolute;z-index: 20; right:30px;bottom:15px;width:45%;}
#main .timetable img{border-radius: 15px;}

.hero--reception_time.xs{
  position: relative;
  bottom: auto;
  right: auto;
  padding: 30px;
}
.hero--reception_time.xs .wrap{width:100%;background: white;border-radius: 15px;padding: 25px;display: block;box-shadow: 0 0 15px rgba(133,163,117,.5);}
.h3-reception_time{color: #690;width: 100%;text-align: center;margin-bottom: 1em;}
.h3-reception_time span{writing-mode:horizontal-tb;padding-right: 0em; padding-bottom: .4em; border-right: none;border-bottom: 1px dashed #ddd;}

}

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


.main-area{left:0px;}
.top-main{padding: 20px;border-radius: 0 25px 25px 0;width: 230px;}
#main .timetable{position: absolute;z-index: 20; right:30px;bottom:15px;width:46%;}
#main .timetable img{border-radius: 10px;}

.hero--reception_time.xs{
  position: relative;
  bottom: auto;
  right: auto;
  padding: 15px;
}

}


 @media only screen and (max-width: 666px) {
 #main{margin-bottom: 0;}
.swiper-slide img{border-radius: 15px;}
.main-area{left:10px;width: 220px;}
.top-main{padding: 10px;border-radius: 0 15px 15px 0;width: 100%;}
#main .timetable{display: none;}
.timetable-xs{display: block; padding: 15px 20px;margin-bottom: 20px;}
.timetable-xs img{border-radius: 10px;border:1px solid #eee;}

.hero--reception_time.xs .wrap{width:100%;background: white;border-radius: 15px;padding: 15px;}
.reception_time_wrap{width:100%;}
.reception_time_wrap .in{display:block; }
.reception_time_wrap .in .txt{width: 100%;margin-bottom: .8em;}
.reception_time_wrap .in .tel{width: 100%;}
.reception_time_wrap .table{font-size: 12px;letter-spacing: 0;line-height: 1.5;text-align: center;color: #333;}
.reception_time_wrap .table th{padding: .3em;}
.reception_time_wrap .table td{padding: .3em;}



}





/* index.html 
---------------------------------------------------- */
.home h3.top{margin-bottom: 1.5em;text-align: center;font-weight: 700;font-size: 25px;}
.home h3.top span{display: block;color: #eb6ea5;font-size: 16px;margin-top: .2em;}


.home #section01{position: relative; padding: 60px 0px;background: #fff2f8;}
.home #section01 ul li {margin-bottom:1em;}
.home #section01 ul li:last-child {margin-bottom:0;}
.home #section01 .important{position: absolute;top:-30px;left:50px;width: 50px;}
.home #section01 .important img { animation: rotation 4s linear infinite;}



.newsarea{padding: 0px;
padding-right: 12px;
height: 200px;
overflow-x: auto;
}
.newsarea::-webkit-scrollbar{
  width: 8px;
  background-color: #fbd8e7;
  border-radius: 4px;
}
.newsarea::-webkit-scrollbar-thumb {
  background: #eb6ea5;
  border-radius: 4px;
}

.newsarea .set{padding: 1em;background: white; margin-bottom: .8em;position: relative;border-radius: 10px;display: flex;align-items: center;justify-content: space-between;}
.newsarea .set:last-child{margin-bottom: 0px;}
.newsarea .set .kiji{width: calc(100% - 30px);}
.newsarea .set .more{width: 25px;}
.newsarea .set .more a{width: 25px;height: 25px;border-radius: 50%;display: flex;align-items: center;justify-content: center;text-align: center; background: #f0f1f0;color: #eb6ea5;}
.newsarea .set .date-group{margin-bottom:.5em;line-height: 1;}
.newsarea .set .date-group .date{font-weight: 700;display: flex;align-items: center;}
.newsarea .set .date-group .date span.new{color:#fff;background: #eb6ea5; margin-left: 10px;font-size: .9em;line-height: 1;padding: 2px 5px;}
.newsarea .set .date-group .date span.cate{color:#fff;background: #444; margin-left: 10px;font-size: .9em;letter-spacing: 0; line-height: 1;padding: 2px 8px;border-radius: 15px;}

.newstext{line-height: 1.4;width: 100%; color: #444;}
.newstext .txt{}
.newstext .ico-pdf{margin-top: .6em;}
.newstext .ico-pdf a{background: white;border:1px solid #eb6ea5;color:#eb6ea5;border-radius: 25px;padding: .2em .8em;font-size: .9em; position: relative;transition: .4s;}
.newstext .ico-pdf a:hover{background:#eb6ea5;color: white; }


.deco1{position: absolute;right:0;top:150px;width: 100px;}
.home #section02{position: relative; padding:60px 0px;}
.home #section02 .box{padding: 0 15px 25px;}
.home #section02 h3{font-weight: 700;margin-bottom: 30px;font-size: 20px;line-height: 1.6;position: relative;}
.home #section02 h3 span{color: #f39800;}
.home #section02 h3::before {
	content: "";
	display: block;
	width: 80px;
	height: 4px;
	background: #ffebf4;
	position: absolute;
	bottom: -10px;
	left: 0;
}

.home #section02 .box p.txt{margin-bottom: 1.6em;font-weight: 500;}
.home #section02 .box p.txt span{color: #59bfff;}
.home #section02 .btnset{display: flex;justify-content: space-around;margin-bottom: 25px;}
.home #section02 .btnset .item{background:#bfe7ff;width: 90px;height: 90px;border-radius: 50%;display: flex;flex-direction: column;align-items: center;justify-content:center;}
.home #section02 .btnset .item .icon{width: 38px;margin-bottom: 5px;}
.home #section02 .btnset .item p{font-weight: 500;}
.home #section02 .thumb{margin: 0 20px;position: relative;}
.home #section02 .thumb img{border-radius: 20px;position: relative;z-index: 10;}
.home #section02 .thumb:after {
    content: '';
    background:#ffebf4;
    position: absolute;
    top: 10px;
    bottom: -10px;
    left: 10px;
    right: -10px;
    z-index: 5;
	border-radius: 20px;
}


.deco2{position: absolute;left:0;top:-20px;width: 100px;}
.home #section03{position: relative; padding:10px 0px 60px; }
.home #section03 .box{padding: 0 15px 25px;}
.home #section03 h3{font-weight: 700;margin-bottom: 30px;font-size: 20px;line-height: 1.6;position: relative;}
.home #section03 h3 span{color: #f39800;}
.home #section03 h3::before {
	content: "";
	display: block;
	width: 80px;
	height: 4px;
	background: #ffebf4;
	position: absolute;
	bottom: -10px;
	left: 0;
}
.home #section03 .box p.txt{margin-bottom: 1.6em;font-weight: 500;}
.home #section03 .box p.txt span{color: #59bfff;}
.home #section03 .box p.txt span.color{color: #f39800;}

.home #section03 .thumb{margin: 0 20px;position: relative;}
.home #section03 .thumb img{border-radius: 20px;position: relative;z-index: 10;}
.home #section03 .thumb:after {
    content: '';
    background:#ffebf4;
    position: absolute;
    top: 10px;
    bottom: -10px;
    left: 10px;
    right: -10px;
    z-index: 5;
	border-radius: 20px;
}



.home #section04{position: relative; padding:10px 0px 50px;}
.home #section04 .wrap{background: #fff2f8;padding: 1.5em;border-radius: 1.5em;}
.home #section04 .wrap .box{}
.home #section04 .wrap .box .thumb{margin-bottom: 15px;}
.home #section04 .wrap .box .thumb img{border:2px solid #eb6ea5;border-radius: 10px;}
.home #section04 .wrap .box h3{font-weight: 700;color: #eb6ea5;font-size: 1.5em;margin-bottom: 10px;}
.home #section04 .wrap .box h3 img{width: 20px;height: auto;margin-right: 5px;}
.home #section04 .wrap .box p{margin-bottom: 1em;}


.home #section05{position: relative; padding:60px 0px 80px;background: #d9f1ff;}
.home #section05 .telbox{background: #59bfff;border-radius: 1.275em;color: white;padding: 1.5em 1em;}
.home #section05 .telbox .index{text-align: center;font-weight: 700;margin-bottom: .7em;font-size: 1.2em;}
.home #section05 .telbox .tel{text-align: center;background: white;width: 220px;margin: 0 auto;border-radius: 25px;color: #444;padding: .8em 0;font-size: 1.2em;}
.home #section05 .telbox .tel span{color: #444;font-size: 1.3em;margin-left: 5px;}


.gmap{}
.gmap iframe{width: 100%;height: 220px;border-radius: 15px 15px 0 0;border:none;vertical-align: bottom;}
.gmap .access{background: white;border-radius: 0 0 15px 15px;padding: 1em;}
.gmap .access p.txt1{font-weight: 700;}
.gmap .access p.txt2{color: #eb6ea5;font-weight: 700;}
.gmap .access p.txt2 span{color: #444;}

.btn-map{background: #ee9407;border-radius: 10px;color: white;text-align: center;padding: 13px 40px;display: inline-block;transition: .5s;}
.btn-map:hover{background:#EF6C9B;color: white;}

.btn-view {position: relative;display: flex;align-items: center;height:60px;padding-left: 1.5em; border-radius: 30px; font-size: 17px; letter-spacing: .05rem;transition: .5s;width: 250px;background:#eb6ea5;font-weight: 500;color: #fff;}
.btn-view:hover {background:#59bfff;color: white;}

.btn-view::after{
content: "";
  position: absolute;
  right:10px;
  top:50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background:white;
}
.btn-view::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  font-weight: 900;
  color: #FD64A7;
  font-size: 18px;
  position: absolute;
	right:25px;
	top:50%;
	transform: translateY(-50%);
  z-index: 10;
}

a.btn-view:hover::after{background:#fff;}
.btn-view:hover::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  font-weight: 900;
  color: #59bfff;
  font-size: 18px;
  position: absolute;
	right:25px;
	top:50%;
	transform: translateY(-50%);
  z-index: 10;
}




@media (min-width: 667px) {
.newsarea .set{padding: 1.6em;}
.newsarea .set .date-group{margin-bottom:.8em;}
.newsarea .set .kiji{width: calc(100% - 40px);}
.newsarea .set .more{width: 35px;}
.newsarea .set .more a{width: 35px;height: 35px;}
.newsarea .set .date-group{margin-bottom:.7em;line-height: 1;}
.newsarea .set .date-group .date{font-weight: 700;display: flex;align-items: center;}
.newsarea .set .date-group .date span.new{color:#fff;background: #eb6ea5; margin-left: 10px;font-size: 1em;line-height: 1;padding: 2px 5px;}
.newsarea .set .date-group .date span.cate{color:#fff;background: #444; margin-left: 10px;font-size: 1em;letter-spacing: 0; line-height: 1;padding: 2px 8px;border-radius: 15px;}

.newstext{line-height: 1.4;width: 100%; color: #444;}
.newstext .txt{}
.newstext .ico-pdf{margin-top: .8em;}
.newstext .ico-pdf a{background: white;border:1px solid #eb6ea5;color:#eb6ea5;border-radius: 25px;padding: .2em .8em;font-size:1em; }

.home #section02{padding:60px 80px;}
.home #section03{position: relative; padding:10px 80px 60px; }

.home #section04{position: relative; padding:10px 80px 50px;}
.home #section04 .wrap{padding: 2.5em;border-radius: 2em;}

}




@media (min-width: 768px) {
.home h3.top{margin-bottom: 2em;}


.home #section01{padding: 80px 0px 80px;}
.newsarea{height: 230px;}

.deco1{position: absolute;right:0;top:auto;bottom:80px;width: 100px;}

.home #section02{padding: 80px 0;}
.home #section02 h3{margin-bottom: 30px;font-size: 22px;line-height: 1.6;position: relative;}
.home #section02 h3::before {
	content: "";
	display: block;
	width: 120px;
	height: 4px;
	background: #ffebf4;
	position: absolute;
	bottom: -10px;
	left: 0;
}

.home #section02 .box{padding: 0 15px 0px;}
.home #section02 .btnset{display: flex;justify-content:flex-start;margin-bottom: 25px;}
.home #section02 .btnset .item{background:#bfe7ff;width: 90px;height: 90px;border-radius: 50%;display: flex;flex-direction: column;align-items: center;justify-content:center;margin-right: 15px;}
.home #section02 .btnset .item:last-child{margin-right: 0;}
.home #section02 .btnset .item .icon{width: 38px;margin-bottom: 5px;}
.home #section02 .btnset .item p{font-weight: 500;}
.home #section02 .thumb{margin: 0 20px 0 0;position: relative;}
.home #section02 .thumb img{border-radius: 0 20px 20px 0;position: relative;z-index: 10;}
.home #section02 .thumb:after {
    content: '';
    background:#ffebf4;
    position: absolute;
    top: 25px;
    bottom: -25px;
    left: 0px;
    right: -25px;
    z-index: 5;
	border-radius:  0 20px 20px 0;
}



.home #section03{padding: 20px 0px 80px;}
.home #section03 .box{padding: 0 15px 0px 20px;}
.home #section03 .thumb{margin: 0 0px 0 20px;position: relative;}
.home #section03 .thumb img{border-radius: 20px 0px 0px 20px;position: relative;z-index: 10;}
.home #section03 .thumb:after {
    content: '';
    background:#ffebf4;
    position: absolute;
    top: 25px;
    bottom: -25px;
    left: -25px;
    right: 0px;
    z-index: 5;
	border-radius:  20px 0px 0px 20px;
}


.home #section04{padding: 20px 0px 80px;}
.home #section04 .wrap .box{display: flex;flex-direction: column;}
.home #section04 .wrap .box .thumb{margin-bottom: 20px;}
.home #section04 .wrap .box .thumb img{border:2px solid #FD64A7;border-radius: 20px;}
.home #section04 .wrap .box h3{font-weight: 700;font-size: 1.5em;margin-bottom: 10px;}
.home #section04 .wrap .box p{margin-bottom: 1.5em;}
.home #section04 .wrap .box .bt{margin-top: auto;}

.home #section05{padding: 50px 0px 80px;}
.home #section05 .telbox{border-radius: 1.2em;color: white;padding: 1.2em .5em;}
.home #section05 .telbox .index{text-align: center;font-weight: 700;margin-bottom: .9em;font-size: 16px;}
.home #section05 .telbox .tel{text-align: center;background: white;width: 100%;margin: 0 auto;border-radius: 25px;color: #444;padding: .8em 0;font-size: 1.2em;}
.home #section05 .telbox .tel span{color: #444;font-size: 1.3em;margin-left: 5px;}

.home #section06{padding: 50px 30px;position: relative;}


.gmap{}
.gmap .access{background: white;border-radius: 0 0 15px 15px;padding: 1em;display: flex;align-items: center;justify-content: center;}
.gmap .access .txt1{margin-right: 1.1em;}
.gmap .access .txt2{margin-right: 1.2em;}

}



@media (min-width: 992px) {
.home h3.top{margin-bottom: 1.5em;font-size: 30px;}
.home h3.top span{font-size: 18px;margin-top: .2em;}

.newsarea{height: 240px;}
.newsarea .set{padding: 1.6em;border-radius: 20px;}
.newsarea .set .date-group{margin-bottom:1em;}
.newsarea .set .kiji{width: calc(100% - 40px);}
.newsarea .set .more{width: 35px;}
.newsarea .set .more a{width: 35px;height: 35px;}
.newsarea .set .date-group{margin-bottom:.7em;line-height: 1;}
.newsarea .set .date-group .date{font-weight: 700;display: flex;align-items: center;}
.newsarea .set .date-group .date span.new{color:#fff;background: #eb6ea5; margin-left: 10px;font-size: 1em;line-height: 1;padding: 2px 7px;}
.newsarea .set .date-group .date span.cate{color:#fff;background: #444; margin-left: 10px;font-size: 1em;letter-spacing: 0; line-height: 1;padding: 2px 10px;border-radius: 15px;}

.newstext{line-height: 1.4;width: 100%; color: #444;}
.newstext .txt{}
.newstext .ico-pdf{margin-top: 1em;}
.newstext .ico-pdf a{background: white;border:1px solid #eb6ea5;color:#eb6ea5;border-radius: 25px;padding: .2em .8em;font-size:1em; }

.deco1{position: absolute;right:0;top:auto;bottom:80px;width: 150px;}

.home #section02 .box{padding: 0 60px 0px 15px;}
.home #section02 h3{margin-bottom:40px;font-size: 28px;line-height: 1.6;}
.home #section02 h3::before {
	content: "";
	display: block;
	width: 150px;
	bottom: -12px;
}

.home #section02 .btnset{display: flex;justify-content:flex-start;margin-bottom: 25px;}
.home #section02 .btnset .item{background:#bfe7ff;width: 100px;height: 100px;border-radius: 50%;display: flex;flex-direction: column;align-items: center;justify-content:center;margin-right: 15px;}
.home #section02 .btnset .item:last-child{margin-right: 0;}
.home #section02 .btnset .item .icon{width: 38px;margin-bottom: 5px;}
.home #section02 .btnset .item p{font-weight: 500;}
.home #section02 .thumb{margin: 0 40px 0 0;position: relative;}
.home #section02 .thumb img{border-radius: 0 20px 20px 0;position: relative;z-index: 10;}
.home #section02 .thumb:after {
    content: '';
    background:#ffebf4;
    position: absolute;
    top: 25px;
    bottom: -25px;
    left: 0px;
    right: -25px;
    z-index: 5;
	border-radius:  0 20px 20px 0;
}

.deco2{position: absolute;left:0;top:auto;bottom:80px;width: 150px;}

.home #section03 .box{padding: 0 15px 0px 60px;}
.home #section03 h3{margin-bottom:40px;font-size: 28px;line-height: 1.6;}
.home #section03 h3::before {
	content: "";
	display: block;
	width: 150px;
	bottom: -12px;
}

.home #section04 .wrap .box h3{font-size: 1.7em;margin-bottom: 13px;}
.home #section04 .wrap .box h3 img{width: 25px;height: auto;margin-right: 8px;}
.home #section04 .wrap .box p{margin-bottom: 1em;}

.home #section05{}
.home #section05 .telbox{border-radius: 1.2em;color: white;padding: 2em .5em;}
.home #section05 .telbox .index{margin-bottom:1em;font-size: 20px;}
.home #section05 .telbox .tel{text-align: center;background: white;width: 90%;margin: 0 auto;border-radius:35px;color: #444;padding: .95em 0;font-size: 1.3em;}
.home #section05 .telbox .tel span{color: #444;font-size: 1.3em;margin-left: 5px;}

.d-btwn{display: flex;flex-direction: column;justify-content: space-between;}
.gmap iframe{width: 100%;height: 300px;border-radius: 25px 25px 0 0;}
.gmap .access{background: white;border-radius: 0 0 25px 25px;padding: 1.6em;display: flex;align-items: center;justify-content: center;}
.gmap .access .txt1{margin-right: 1em;font-size: 1.2em;}
.gmap .access .txt2{font-size: 1.3em;}

}




@media (min-width: 1200px) {
.home h3.top{margin-bottom: 1.5em;font-size: 40px;}
.home h3.top span{font-size: 24px;margin-top: .2em;}

.home #section01{padding: 120px 0px;}

.newsarea{height: 320px;}
.newsarea .set{padding:2.5em;margin-bottom: 1em;border-radius: 30px;}
.newsarea .set .kiji{width: calc(100% - 70px);}
.newsarea .set .more{width: 60px;}
.newsarea .set .more a{width: 60px;height: 60px;font-size: 26px;}
.newsarea .set .more a .fas{margin-left: .2em;}

.newstext .txt{font-size: 18px;}
.newstext .ico-pdf{margin-top: 1.5em;}


.deco1{position: absolute;right:0;top:auto;bottom:120px;width: 150px;}

.home #section02{padding: 120px 0px;}
.home #section02 .box{padding: 0 70px 0px 60px;}
.home #section02 h3{margin-bottom: 40px;font-size: 30px;line-height: 1.6;}
.home #section02 .box p.txt{margin-bottom: 1.8em;font-size: 1.1em;}

.home #section02 .btnset{display: flex;justify-content:flex-start;margin-bottom: 40px;}
.home #section02 .btnset .item{width: 130px;height: 130px;border-radius: 50%;display: flex;flex-direction: column;align-items: center;justify-content:center;margin-right: 15px;}
.home #section02 .btnset .item:last-child{margin-right: 0;}
.home #section02 .btnset .item .icon{width: 50px;margin-bottom: 5px;}
.home #section02 .btnset .item p{font-weight: 500;}
.home #section02 .thumb{margin: 0 40px 0 0;position: relative;}
.home #section02 .thumb img{border-radius: 0 20px 20px 0;position: relative;z-index: 10;}
.home #section02 .thumb:after {
    content: '';
    background:#ffebf4;
    position: absolute;
    top: 25px;
    bottom: -25px;
    left: 0px;
    right: -25px;
    z-index: 5;
	border-radius:  0 20px 20px 0;
}


.home #section03{padding: 20px 0px 120px;}
.home #section03 .box{padding: 0 60px 0px 70px;}
.home #section03 h3{margin-bottom: 40px;font-size: 30px;line-height: 1.6;}
.home #section03 .box p.txt{margin-bottom: 1.8em;font-size: 1.1em;}
.home #section03 .thumb{margin: 0 0px 0 40px;position: relative;}
.home #section03 .thumb img{border-radius: 20px 0 0 20px;position: relative;z-index: 10;}
.home #section03 .thumb:after {
    content: ''; 
    background:#ffebf4;
    position: absolute;
    top: 25px;
    bottom: -25px;
    right: 0px;
   left: -25px;
    z-index: 5;
	border-radius:  20px 0 0 20px;
}

.home #section04{padding: 20px 0px 120px;}
.home #section04 .container{max-width: 97%;}
.home #section04 .wrap{padding: 100px 3.5em;border-radius: 2.5em;}
.home #section04 .wrap ul{width: 90%;margin: 0 auto;}
.home #section04 .wrap .box{width: 95%;margin: 0 auto;}
.home #section04 .wrap .box h3{font-size: 2em;margin-bottom: 15px;}
.home #section04 .wrap .box h3 img{width: 30px;height: auto;margin-right: 8px;}
.home #section04 .wrap .box p{margin-bottom: 2.5em;font-size: 1.1em;}
.home #section04 .wrap .box .thumb img{border:4px solid #eb6ea5;border-radius: 20px;}


.home #section05{padding: 100px 0px 150px;}
.home #section05 .telbox{border-radius: 1.2em;color: white;padding: 2.2em 1em;}
.home #section05 .telbox .index{margin-bottom:1.6em;font-size: 24px;}
.home #section05 .telbox .tel{text-align: center;background: white;width: 280px;margin: 0 auto;border-radius:35px;color: #444;padding: .95em 0;font-size: 1.3em;}
.home #section05 .telbox .tel span{color: #444;font-size: 1.3em;margin-left: 5px;}

.btn-view {height:64px;padding-left: 1.5em; border-radius: 32px; font-size: 18px; width: 300px;}

.gmap iframe{width: 100%;height: 380px;border-radius:35px 35px 0 0;}
.gmap .access{background: white;border-radius: 0 0 35px 35px;padding: 1.6em;display: flex;align-items: center;justify-content: center;}
.gmap .access .txt1{margin-right: 1em;font-size:25px;}
.gmap .access .txt2{font-size:30px;}



}





@media (min-width: 1440px) {
.home #section02 .box{padding: 0 0px 0px 70px;width: 610px;}
.home #section02 h3{margin-bottom:50px;font-size: 40px;line-height: 1.6;}
.home #section02 h3::before {
	content: "";
	display: block;
	width: 200px;
	bottom: -15px;
}

.home #section02 .box p.txt{margin-bottom: 2em;font-size: 1.1em;}

.home #section02 .btnset .item{width: 160px;height: 160px;border-radius: 50%;display: flex;flex-direction: column;align-items: center;justify-content:center;margin-right: 15px;}
.home #section02 .btnset .item p{font-size: 18px;}
.home #section02 .btnset .item .icon{width: 70px;margin-bottom: 5px;}

.home #section03 .box{padding: 0 0px 0px 200px;width: 670px;}
.home #section03 h3{margin-bottom:50px;font-size: 40px;line-height: 1.6;}
.home #section03 h3::before {
	content: "";
	display: block;
	width: 200px;
	bottom: -15px;
}
.home #section03 .box p.txt{margin-bottom: 2em;font-size: 1.1em;}
.home #section04 .wrap .box .thumb{margin-bottom: 30px;}
.home #section04 .wrap .box .thumb img{border:4px solid #eb6ea5;border-radius: 40px;}


.home #section05 .container{max-width: 1370px;}
.home #section05 .telbox{border-radius: 1.2em;color: white;padding: 2.9em 1em;}

.home #section05 .telbox .index{margin-bottom:1.5em;font-size: 30px;}
.gmap iframe{width: 100%;height: 380px;border-radius:35px 35px 0 0;}
.gmap .access{background: white;border-radius: 0 0 35px 35px;padding: 1.8em 2em;display: flex;align-items: center;justify-content: center;}
.gmap .access .txt1{margin-right: 1em;font-size:30px;}
.gmap .access .txt2{font-size: 36px;}

}

@media (min-width: 1680px) {
.deco1{position: absolute;right:0;top:auto;bottom:120px;width: 200px;}
.deco2{position: absolute;left:0;top:auto;bottom:120px;width: 200px;}

.home #section02 .box{padding: 0 0px 0px 100px;width: 710px;}
.home #section02 .box p.txt{margin-bottom: 2.5em;font-size: 1.2em;line-height: 2;}
.home #section02 .thumb{margin: 0 18% 0 0;position: relative;}
.home #section02 .thumb img{border-radius: 0 50px 50px 0;}
.home #section02 .thumb:after {
    content: '';
    background:#ffebf4;
    position: absolute;
    top: 50px;
    bottom: -50px;
    left: 0px;
    right: -50px;
	border-radius:  0 50px 50px 0;
}
.home #section02 .btnset{margin-bottom: 55px;}



.home #section03 .box{padding: 0!important;width: 590px!important;margin-left: 43%;}
.home #section03 .box p.txt{margin-bottom: 2.5em;font-size: 1.2em;line-height: 2;}
.home #section03 .thumb{margin: 0 0 0 18%;position: relative;}
.home #section03 .thumb img{border-radius: 50px 0 0 50px;}
.home #section03 .thumb:after {
    content: '';
    background:#ffebf4;
    position: absolute;
    top: 50px;
    bottom: -50px;
    right: 0px;
    left: -50px;
	border-radius: 50px 0 0 50px;
}

.home #section04 .wrap ul{width: 92%;margin: 0 auto;}
.home #section04 .wrap .box{width: 90%;margin: 0 auto;}
.home #section04 .wrap .box .thumb{margin-bottom: 50px;}
.home #section04 .wrap .box h3{font-size: 40px;margin-bottom: 30px;letter-spacing: .1rem;}
.home #section04 .wrap .box h3 img{width: 40px;height: auto;margin-right: 20px;}
.home #section04 .wrap .box p{margin-bottom: 2.5em;font-size: 1.2em;letter-spacing: .1rem;}

.home #section05 .container{max-width: 1470px;}

.gmap iframe{width: 100%;height: 480px;border-radius:35px 35px 0 0;}
.gmap .access{background: white;border-radius: 0 0 35px 35px;padding: 2em;display: flex;align-items: center;justify-content: center;}
.gmap .access .txt1{margin-right: 1em;font-size:32px;}
.gmap .access .txt2{font-size: 40px;}

}




.btn-view{text-align: center;}
.btn-view a{
  position:relative;
  color: #fff;
  display:flex;
  align-items: center;
  transition: .5s;background: #09c;
  width: 250px;
  height: 56px;
  padding-left: 15px;
  border-radius: 10px 0 10px 0;
  margin: 0 auto;
}
.btn-view a:hover{background: #555;}

.btn-view a:after {
  content: '';
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  right:10px;
  width: 26px;/*画像の幅*/
  height: 26px;/*画像の高さ*/
  background-image: url(../images/view-arrow.png);
  background-size: contain;
  transition: .5s;
}
.btn-view a:hover:after {right:10px;}


a.btn-large{width: 100%;line-height: 55px; font-size: 17px; background: black;color: white;text-align: center;margin-top: 10px;display: block;
  padding: 0px;
  border:none;
  transition: .3s;
  padding-right: 0px!important;
  margin-right: 0!important;
}
a.btn-large:hover{background: #07a3d7;}

@media (min-width:667px) {
.btn-view a{
  width: 260px;
  height: 60px;
  margin: 0 auto;
  font-size: 1.1em;
}


}



@media (min-width:768px) {
a.btn-large{width: 100%;line-height: 68px;font-size: 20px; background: black;color: white;text-align: center;margin-top: 40px;}


}

@media (min-width: 992px) {


a.btn-large{width: 100%;font-size: 20px; background: black;color: white;text-align: center;margin-top: 40px;}


}


@media (min-width: 1200px) {
.btn-view a{
  width: 300px;
  height: 72px;
  margin: 0 auto;
  padding: 0 40px 0 35px;
  font-size: 1.1em;letter-spacing: .08rem;
}
.btn-view a:after {right:20px;}
.btn-view a:hover:after {right:10px;}

a.btn-large{width: 100%;line-height: 80px;font-size: 24px;}


}



/* pagetop 
---------------------------------------------------- */
#pagetop {
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 999;
	transition: .5s;
}
#pagetop:hover {bottom:60px;}


@media (max-width: 991px) {
#pagetop {
    position: fixed;
	width: 30px;
    bottom: 25px;
    right: 25px;
}

#pagetop:hover {bottom:35px;}


}

@media (max-width: 666px) {
#pagetop {
    position: fixed;
    bottom: 15px;
    right: 10px;
}
#pagetop:hover {bottom:20px;}

}



/* -----  footer ------- */
footer{ padding: 50px 0px 15px;background:#fff;border-radius: 20px 20px 0 0;margin-top: -20px;position: relative;z-index: 10;}

footer .logo{width: 220px;margin: 0px auto; text-align: center; margin-bottom: 25px; }

.footer-menu{margin-bottom: 1em;}
.footer-menu ul{border-top: 1px solid #ccc;border-left: 1px solid #ccc;display: flex;flex-wrap: wrap;}
.footer-menu li.home{width:100%;text-align: center;}
.footer-menu li{width: 50%;text-align: center;background: white;}
.footer-menu li a{color: #444;font-size: 15px;text-decoration: none;padding: 10px 10px;border-bottom: 1px solid #ccc;border-right: 1px solid #ccc;display: flex;align-items: center;transition: .3s;}
.footer-menu li a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f111";
  font-weight: 900;
  color: #FD64A7;
  font-size: .5em;
  margin-right: 5px;
}
.footer-menu li a:hover{color:#eb6ea5;}

.copy{text-align: center;color: #555; padding:.5em 0 0;font-size: .9em;}

@media (min-width: 667px) {
footer .container{max-width: 100%;}

.footer-menu{width: auto;border-top: none;padding: 0px;}
.footer-menu{border-top: none;}
.footer-menu ul{border-top: none;border-left:none;margin-left: 0px;display: flex;justify-content:center;}
.footer-menu li {width: auto;padding-bottom: 0px;position: relative;background: none;}
.footer-menu li.home{width:auto;text-align: center;}
.footer-menu li a{text-decoration: none;text-align: center; padding: 0px 12px; border-bottom: none; border-right: none; line-height: 1.4;font-size: 15px;background: none;letter-spacing: 0;}

}



@media (min-width: 768px) {
footer .logo{width: 250px;margin: 0px auto; text-align: center; margin-bottom: 25px; }

.footer-menu{}
.footer-menu li a{ padding: 0px 15px;font-size: 16px; }


.copy{font-size: 14px;}


}


@media (min-width: 992px) {

footer{ padding: 60px 0px;border-radius: 40px 40px 0 0;margin-top: -40px;}
footer .container{max-width: 95%;}

footer .logo{width: 280px;text-align: left;margin-left: 0;}


.footer-menu{width: auto;border-top: none;padding-top: 0;}
.footer-menu ul{border-top: none;border-left:none;margin-left: 0px;margin-bottom: 0px;display: flex;justify-content: center;}
.footer-menu li {width: auto;padding-bottom: 0px;}
.footer-menu li a{text-decoration: none;padding: 0px 10px; border-bottom: none; border-right: none;letter-spacing: .08rem;font-size: 15px;}

.btwn{display: flex;flex-direction: column;justify-content: space-between;}
.copy{font-size: 14px;text-align: left;margin-top: 25px;}

}




@media (min-width: 1280px) {

footer{ padding: 100px 0px;border-radius: 50px 50px 0 0;margin-top: -50px;}
footer .logo{width: 300px;margin-left: 0;margin-bottom: 0px; }

.footer-menu li a{text-decoration: none;padding: 0px 16px; border-bottom: none; border-right: none;letter-spacing: .05rem;font-size: 1.1em;}
.footer-menu li:first-child a{padding: 0px 16px 0 0;}
.footer-menu li:last-child a{padding: 0px 0 0 16px;}

}

@media (min-width: 1440px) {
footer .container{max-width: 1300px;}

}

@media (min-width: 1680px) {
footer .container{max-width: 1470px;}
footer .logo{width: 360px;margin-left: 0;margin-bottom: 0px; }
.footer-menu li a{letter-spacing: .08rem;font-size: 1.2em;}

.copy{font-size: 14px;text-align: left;margin-top: 35px;}

}


/*------------------------------　　h2area 背景　　------------------------------------------*/

.h2area{
padding: 0px;
position: relative;
width: 96%;
margin: 0 auto;
border-radius: 0 0 50px 50px;
height: 250px;
display: flex;align-items: center;
justify-content: center;
background-image: linear-gradient(329deg, rgba(246, 206, 224, 1) 9%, rgba(149, 209, 243, 1) 81%);
}

@media (max-width: 1440px){
.h2area{height: 230px;}


}


@media (max-width: 1199px){
.h2area{height: 200px;border-radius: 0 0 40px 40px;}

}

@media only screen and (max-width: 991px) {
.h2area{height: 200px;}

}


@media only screen and (max-width: 767px) {
.h2area{height: 160px;border-radius: 0 0 30px 30px;}

}

 @media only screen and (max-width: 666px) {
.h2area{height:120px;}

}

/*------------------------------　　下層ページ style　　------------------------------------------*/



.h2-txt{font-weight: 700;font-size: 26px; display: flex;align-items: center;justify-content: center;text-align: center;text-shadow: 0px 0px 5px rgba(255, 255,255, 1);}


.headline-h3 {
font-weight: 700;
  position: relative;
  margin-bottom: 46px;
  font-size: 24px;
  letter-spacing: .1rem;
  line-height: 1.5;
color:#444;
text-align: left;}
.headline-h3::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -.5em;
  width: 1.8em;
  height: 5px;
  border-radius: 5px;
  margin: auto;
  background-color:#ffebf4;
}

.headline-h3.center {text-align:center;}
.headline-h3.center::after {
  left: 0;
  right:0;
  bottom: -.5em;
  background-color:rgba(253,100,167,0.20);
}


.headline-h4 {
   font-size: 20px;
 position: relative;
  margin-bottom: 1.5em;
  color:#690;
}


.pl30{padding-left: 30px;}

@media (min-width: 667px) {




}



@media (min-width: 768px) {
.h2-txt{font-size: 28px;}


.headline-h3 { font-size: 30px;margin-bottom: 60px;}

.headline-h4 {  font-size: 23px;}


}


@media (min-width: 992px) {
.h2-txt{font-size: 30px;}


.headline-h3 {margin-bottom:60px;}

 .headline-h4{font-size: 24px; }


}


@media (min-width: 1200px) {
.h2-txt{letter-spacing:.2rem; font-size: 40px;}


.headline-h3 {font-size: 30px;margin-bottom: 70px;}


.headline-h4 { font-size: 28px;letter-spacing: .1rem;margin-bottom: 40px;}


}


@media (min-width: 1680px) {

.h2-txt{font-size: 48px;}


.headline-h3 {font-size: 35px;margin-bottom: 80px;letter-spacing: .2rem;}


}




#pankuzu{background: #fff;}





.marker {
  background: linear-gradient(transparent 60%, #ccff66 60%);padding-bottom: 3px;
}
.marker2 {
  background: linear-gradient(transparent 80%, rgba(255,102,0,.5) 0%);
}
.marker-ao {padding-bottom: 0.4em;
  background: linear-gradient(transparent 40%, #b5fbfb 60%);
}
.marker-pink {padding-bottom: 0.4em;
  background: linear-gradient(transparent 40%, #fcaacb 60%);
}
.marker-green {padding-bottom: 0.4em;
  background: linear-gradient(transparent 40%, #a8f099 60%);
}

.btn-read{
    /*アニメーションの起点とするためrelativeを指定*/
    position: relative;
  overflow: hidden;
    /*ボタンの形状*/
  text-decoration: none;
  background: black;
  color: white;
  display: inline-block;
    padding: 10px 10px;
	width: 230px;
    text-align: center;
    outline: none;
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 600;
	font-size: 1.1em;
    /*アニメーションの指定*/   
    transition: ease .2s;
}

/*ボタン内spanの形状*/
.btn-read span {
  position: relative;
  z-index: 80!important;/*z-indexの数値をあげて文字を背景よりも手前に表示*/
  color:#fff;
}

.btn-read:hover span{
  color:#fff;
}

/*== 背景が流れる（斜め） */
.bgskew::after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: -130%;
  background:#f00;
  width:120%;
  height: 100%;
  transform: skewX(-35deg);
}

/*hoverした時のアニメーション*/
.bgskew:hover::after {
  animation: skewanime .8s forwards;/*アニメーションの名前と速度を定義*/
}

@keyframes skewanime {
  100% {
    left:-10%;/*画面の見えていない左から右へ移動する終了地点*/
  }
}

.btn-posi-center{direction: flex;justify-content: center;width:210px;margin: 0 auto;}
.btn-back {
  display: inline-block;
  padding:10px 5px;
  text-align: center;
  width:100%;
  text-decoration: none;
  border-radius: 40px;
  background:rgba(253,100,167,1.00);
  color: #fff;/*文字色*/
  font-size: 15px;
  letter-spacing: 0;
  transition: .3s;
}
.btn-back:hover{
  color: #fff;/*文字色*/
  background:rgba(16,194,255,1.00);

}

.btn-pdf {
  text-align:center;
  text-decoration: none;
}
.btn-pdf a{display: flex;align-items: center;justify-content: space-between;padding: 10px 10px;background: #99CC66;color: #111;transition: .5s;border-radius: 4px;width: 260px;margin: 0 auto;}
.btn-pdf a .fas{}
.btn-pdf a:hover{
  color: #222;
  background:#f90;
}


@media (min-width: 768px) {
.btn-read{width: 325px;}
.btn-posi-center{direction: flex;justify-content: center;width:300px;margin: 0 auto;}
.btn-back {
  display: inline-block;
  padding:10px 5px;
  text-align: center;
  width:100%;
  text-decoration: none;
  border-radius: 40px;
  background:rgba(253,100,167,1.00);
  color: #fff;/*文字色*/
  letter-spacing: 0;
  transition: .3s;
}
.btn-pdf a{padding: 20px 40px;font-size: 1.2em;}


.btn-back {
  padding:18px 5px;
  font-size: 16px;
}

}


@media (min-width:1200px) {
.btn-pdf {margin-bottom: 0px;}

.btn-read{line-height: 70px;padding: 0;}

}



.photo-ofi {
  height: 0;
  display: block;
  background: none;
  overflow: hidden;
  position: relative;
  padding-bottom: 65%;
  /* 高さを指定（ボックスの横幅を基準） */
}
.photo-ofi img {
  max-width: inherit;
  max-height: inherit;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  font-family: 'object-fit: scale-down;';
  position: absolute;
  left: 0;
  top: 0;
}



/* paging */
.paging {
	padding:0em 10px 0;
	line-height: 1.4;
	font-size: 15px;
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
}
.paging .page{text-align: center;margin-bottom: 5px;font-size: 13px;}
.paging span.current,
.paging  span.paging-text a{
	padding:5px 10px;
	color:#333;
	display:inline-block;
	margin:3px 0;
	background: #fff;
	border: 1px solid #ddd;
	text-decoration: none;
}
.paging span.current {
	background:#08ace2;
	color:#fff;
}
.paging span.paging-text a:hover {
	background:#08ace2;
	color:#fff;
}



/* shadow */
.box-shadow {box-shadow: 4px 4px #cdeaf8;}
.box-shadow2 {box-shadow: 2px 2px 10px rgba(0,0,0,.5)}
.drop-shadow { -webkit-filter: drop-shadow(0px 2px 1px rgba(0,0,0,.2));
        filter: drop-shadow(0px 2px 1px rgba(0,0,0,.2)); }
.drop-shadow2 { -webkit-filter: drop-shadow(0px 0px 10px rgba(0,0,0,.08));
        filter: drop-shadow(0px 0px 10px rgba(0,0,0,.08));}


.table-responsive {position: relative;z-index: 10;
border:none;
}


@media screen and (max-width: 666px) {
.table-responsive {
border:none;margin-bottom: 30px;
}
.table-responsive::after {
font-size: 14px;
display: block;
padding: 0px 2px 0px 2px;
content: "← →";
color: #999;
letter-spacing: 0;
}
.table-responsive::-webkit-scrollbar {
height: 5px;
}

.table-responsive::-webkit-scrollbar-track {
border-radius: 5px;
background: #eee;
}

.table-responsive::-webkit-scrollbar-thumb {
border-radius: 5px;
background:#F8A4BF;
}
}



/*サムネ付きスライダー start*/

.slider {
border:1px solid #eee;
  width: 100%;
  margin: 0 0 20px 0;
  overflow:hidden;
  background: linear-gradient(45deg, #f7f7f7 25%, transparent 25%, transparent 75%, #f7f7f7 75%),
  linear-gradient(45deg, #f7f7f7 25%, transparent 25%, transparent 75%, #f7f7f7 75%);background-size: 30px 30px;background-position: 0 0, 15px 15px;
}
.slide-item img {
  width: 100%;
}
.thumbnail-list {
  width: 100%;
  margin: 0;
  padding:0 0px;
}
.thumbnail-list .slick-track {
  transform: unset !important;
  width: 100% !important;
  display: flex!important;
  flex-flow:wrap;
}
.thumbnail-item {
  transition: .3s;
  padding: 1px;
  width:33.333%!important;
  box-sizing: border-box;
  position: relative;
  list-style:none;
  cursor: pointer;
}
.thumbnail-item .photo-ofi img {
  max-width: inherit;
  max-height: inherit;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  position: absolute;
  left: 0;
  top: 0;
}
.thumbnail-item img{opacity: .5;}
.thumbnail-item.slick-current img{
border: 2px solid #01ADD8;
opacity: 1;
}
.thumbnail-item:hover img{
	opacity: 1;
}
.thumbnail-item img {
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width:768px) and ( max-width:1024px) {

}

@media only screen and (max-width:767px){
.slider {margin: 0 0 10px 0;}
}
/*サムネ付きスライダー end*/



/* ----- detail.html  -----*/
.detail #section01{padding: 50px 0px;position: relative;}
.detail #section01 .date{margin-bottom: 1em;font-weight: 700;}
.detail #section01 .date span{color: #FD64A7;margin-left: .6em;}
.detail #section01 .item-title{font-weight: 700;line-height: 1.6;margin-bottom: 1.3em;font-size: 1.2em;}
.slickwrap{}

.detail #section02{padding: 50px 0px 80px;position: relative;background: rgba(16,194,255,.15);}
.detail #section02 .htmlbox{margin-bottom: 30px;}
.detail #section02 .ico-pdf{}
.detail #section02 .ico-pdf a{background: white;border:1px solid #eb6ea5;color:#eb6ea5;border-radius: 35px;line-height: 1.5; padding: .5em 2em .5em 1.2em;font-size: .9em; position: relative;transition: .4s;display: block;}
.detail #section02 .ico-pdf a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f1c1";
  position: absolute;
  right:12px;
  top:50%;
  transform: translateY(-50%);
  font-size: 1.2em;
}

.detail #section02 .ico-pdf a:hover{background:#eb6ea5;color: white; }


@media (min-width:415px) {
.slickwrap{width: 350px;margin: 0 auto;}

}

@media (min-width:667px) {

.detail #section02 .fluid {width: 87%;}
}


@media (min-width:768px) {

.detail #section01{padding: 80px 0px;}
.detail #section01 .fluid {position: relative;}

.slickwrap{width: 500px;margin: 0 auto;}
.detail #section01 .item-title{margin-bottom: 1.5em;font-size: 1.5em;}


.detail #section02{padding: 80px 0px 130px;}
.detail #section02 .fluid {width: 87%;}



}


@media (min-width:992px) {
.detail #section01 .fluid {position: relative;width: 800px;}

.slickwrap{width: 600px;margin: 0 auto;}

}


@media (min-width:1200px) {
.detail #section01{padding: 120px 0px;}
.detail #section01 .fluid {position: relative;width: 900px;}
.detail #section01 .item-title{margin-bottom: 1.5em;font-size: 1.8em;}

.detail #section02{padding: 100px 0 140px;}
.detail #section02 .ico-pdf a{padding: .7em 3em .7em 1.8em;font-size: .95em; position: relative;transition: .4s;display: block;}
.detail #section02 .ico-pdf a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f1c1";
  position: absolute;
  right:20px;
  top:50%;
  transform: translateY(-50%);
  font-size: 1.7em;
}
.detail #section02 .htmlbox{margin-bottom: 50px;font-size: 1.1em;}
}






/* ----- about.html  -----*/

.about #section01{padding: 60px 0px;position: relative;}
.about #section01 p{position: relative;}
.about #section01 p span{width: 110px;float:left;margin: 0 1em .8em 0;}

.about #section01 .table{margin-bottom: 0;}
.about #section01 .table th{background: rgba(253,100,167,.08)!important;font-weight: 400;width: 95px;line-height: 1.5;vertical-align: middle;}
.about #section01 .table td{background:white!important;font-weight: 400;line-height: 1.5;vertical-align: middle;}
.about #section01 .table td span{color: #444;}

.about #section02{padding: 60px 0px 80px;position: relative;background:rgba(208,106,182,.05);}
.about #section02 .itembox{}
.about #section02 .item{background:#bfe7ff;width: 100%;height: 80px;border-radius: 1em;display: flex;align-items: center;justify-content: center;padding: 0 1.4em;margin-bottom: 1em;}
.about #section02 .item .icon{width: 45px;margin-right: 15px;}
.about #section02 .item p{font-weight: 700;font-size: 20px;}
.about #section02 h4{color: #10C2FF;font-weight: 700;margin-bottom: .6em;letter-spacing: 0;font-size: 1.1em;text-align: center;}
.about #section02 .wrap{background: white;border-radius: 1.5em;padding: 1.5em;}
.about #section02 .wrap .table{margin-bottom: 0;}
.about #section02 .wrap .table th{border-top:0;border-bottom: 1px solid #DBA2BB;padding: 15px 5px;text-align: center;font-weight: 400;vertical-align: middle;line-height: 1.5;width: 80px;} 
.about #section02 .wrap .table td{border-top:0;border-bottom: 1px solid #DBA2BB;padding: 15px 5px;vertical-align: middle;line-height: 1.5;} 



.about #section03{padding: 60px 0px;position: relative;}



.gmap2{}
.gmap2 iframe{width: 100%;height: 200px;}


@media (min-width:667px) {
.about #section01 p{line-height: 1.8;}
.about #section01 p span{width: 130px;float:left;margin: 0 2em 1em 0;}

.about #section01 .table th{width: 120px;}
.about #section02 .itembox{padding: 0;}
.about #section02 .wrap .table th{border-top:0;border-bottom: 1px solid #DBA2BB;padding: 15px 5px;text-align: center;font-weight: 400;vertical-align: middle;line-height: 1.5;width: 150px;} 

}

@media (min-width:768px) {
.about #section01{padding: 80px 0px;}
.about #section01 p{line-height: 1.8;}


.about #section02{padding: 80px 0px;}
.about #section02 h4{margin-bottom: .6em;letter-spacing: 0;font-size: 1.3em;text-align: center;}
.about #section02 .wrap{border-radius: 1.5em;padding: 1.5em 2em 2em;}
.about #section02 .wrap .table th{border-top:0;border-bottom: 1px solid #DBA2BB;padding: 15px 5px;text-align: left;font-weight: 400;vertical-align: middle;line-height: 1.5;width: 160px;} 

.about #section03{padding: 80px 0px;}



}


@media (min-width:992px) {
.about #section01 p{line-height: 1.8;font-size: 1.1em;}
.about #section01 p span{width: 150px;float:left;margin: 0 2em 1em 0;}

.about #section01 .table th{width: 160px;}

.about #section02 .itembox{padding: 0 2em;}
.about #section02 .item{width: 180px;height: 180px;border-radius: 50%;display: flex;flex-direction: column;align-items: center;justify-content: center;padding: 0;margin: 0 auto; margin-bottom: 1.2em;}
.about #section02 .item .icon{width: 65px;margin-right:0;margin-bottom: .8em;}
.about #section02 .item p{font-size: 20px;}
.about #section02 h4{margin-bottom: .8em;letter-spacing: 0;}
.about #section02 .wrap{border-radius: 2em;padding: 2em 4.6em;}
.about #section02 .wrap .table th{border-top:0;border-bottom: 1px solid #DBA2BB;padding: 20px 5px;text-align: left;font-weight: 400;vertical-align: middle;line-height: 1.5;width: 180px;} 
.about #section02 .wrap .table td{padding: 20px 5px;line-height: 1.5;} 


}

@media (min-width:1200px) {
.about #section01{padding: 120px 0px;}
.about #section01 p span{width: 180px;float:left;margin: 0 3em 1em 0;}

.about #section01 .table {font-size: 1.1em;}

.about #section02{padding: 120px 0px 160px;}
.about #section02 .itembox{padding: 0 4em;}
.about #section02 .item{width: 200px;height: 200px;border-radius: 50%;display: flex;flex-direction: column;align-items: center;justify-content: center;padding: 0;margin: 0 auto; margin-bottom: 1.2em;}
.about #section02 .item .icon{width: 73px;margin-right:0;margin-bottom: .7em;}
.about #section02 .item p{font-size: 28px;}
.about #section02 h4{margin-bottom: .8em;letter-spacing: 0;font-size: 1.4em;line-height: 1.6;}
.about #section02 .wrap{border-radius: 2em;padding: 3em 6em;}

.about #section03{padding: 120px 0px;}




}


@media (min-width:1440px) {

.about #section01 p span{width: 200px;float:left;margin: 0 3em 0em 0;}

}



/* ----- info.html  -----*/
.info #section01{padding: 60px 0px;position: relative;}
.info #section01 .item{background:#bfe7ff;width: 100%;height: 80px;border-radius: 1em;display: flex;align-items: center;justify-content: center;padding: 0 1.4em;margin-bottom: 1em;}
.info #section01 .item .icon{width: 45px;margin-right: 15px;}
.info #section01 .item p{font-weight: 700;font-size: 20px;}


.info #section02{padding: 60px 0px 80px;position: relative;background: rgba(181,232,255,.3);}
.info #section02 h4{font-weight: 700;font-size: 1.3em;margin-bottom: .6em;}
.info #section02 h4 .fas{color: #FD64A7;margin-right: .3em;}






@media (min-width:667px) {
.info #section01 .item{width: 170px;height: 170px;border-radius: 50%;display: flex;flex-direction: column;align-items: center;justify-content: center;padding: 0;margin-bottom: 0em;}
.info #section01 .item .icon{width: 63px;margin-right: 0;margin-bottom: .5em;}
.info #section01 .item p{font-weight: 700;font-size: 22px;}


}

@media (min-width:768px) {
.info #section01{padding: 80px 0px;}

.info #section02{padding: 80px 0px 120px;}
.info #section02 h4{font-weight: 700;font-size: 1.6em;margin-bottom:0;}



}



@media (min-width:992px) {

.info #section01 .item{width: 180px;height: 180px;border-radius: 50%;}
.info #section01 .item .icon{width: 67px;margin-right: 0;margin-bottom: .5em;}
.info #section01 .item p{font-weight: 700;font-size: 23px;}




}

@media (min-width:1200px) {
.info #section01{padding: 120px 0px ;}
.info #section01 .item{width: 200px;height: 200px;border-radius: 50%;}
.info #section01 .item .icon{width: 73px;margin-right: 0;margin-bottom: .5em;}
.info #section01 .item p{font-weight: 700;font-size: 28px;}


.info #section02{padding: 120px 0px 160px;}

}




/* ----- clinic.html  -----*/
.clinic #section01{padding: 60px 0px;position: relative;}
.clinic #section01 .txt{margin-bottom: 1.4em;}
.clinic #section01 .family{width: 200px;margin: 0 auto; margin-bottom: 1.4em;}

.clinic #section02{padding: 60px 0px 80px;position: relative;background: rgba(181,232,255,.3);}
.photo-group{}
.photo-group li{margin-bottom: 40px;}
.photo-group li:last-child{margin-bottom: 0px;}

.clinic #section02 .thumb{margin-bottom: 10px;}
.clinic #section02 .thumb img{border:3px solid #FFADD1;}

.clinic #section02 h4{margin-bottom:7px;font-weight: 700;font-size: 1.1em;line-height: 1.5;}
.clinic #section02 .txt{line-height: 1.5;}


@media (min-width:667px) {

}


@media (min-width:768px) {
.clinic #section01{padding: 80px 0px;position: relative;}
.clinic #section01 .txt{}

.clinic #section02{padding: 80px 0px;position: relative;}

}


@media (min-width:992px) {
.clinic #section01 .txt{font-size:1.1em;padding-right:2em;}
.clinic #section01 .family{width: 300px;margin: 0 auto; margin-bottom: 0;}

}


@media (min-width:1200px) {
.clinic #section01{padding: 120px 0px;}
.clinic #section01 .txt{font-size:1.1em;padding-right:3em;line-height: 2;}

.clinic #section02{padding: 120px 0px;}

}


@media (min-width:1680px) {
.clinic #section01 .txt{font-size:1.1em;padding-right:3em;line-height: 2.2;}

}




/* ----- access.html  -----*/
.access #section01{position: relative; padding:60px 0px;}
.access #section01 .container{max-width: 1370px;}
.access #section01 ul{margin-bottom: 20px;}
.access #section01 ul li{}
.access #section01 ul li .pic{width: 250px;margin: 0 auto;}

.access #section01 .deco1{position: absolute;right:0;top:80px;width: 100px;}
.access #section01 .index{margin-bottom: 20px;width: 260px;}
.access #section01 .gmap .access{background:rgba(16,194,255,.07);}

.access #section02{position: relative; padding:60px 0px 80px;background:rgba(37,156,197,.1);}
.access #section02 ul li{margin-bottom: 30px;}
.access #section02 ul li:last-child{margin-bottom: 0px;}
.access #section02 ul li .txt{margin-bottom: 10px;display: flex;align-items: center;line-height: 1.4;}
.access #section02 ul li .txt .fas{font-size: 24px;color: #FD64A7;width: 30px;}
.access #section02 ul li .txt span{font-weight: 500;font-size: 15px;width: calc(100% - 30px);}
.access #section02 ul li .thumb{}




@media (min-width:667px) {
.access #section01 .deco1{top:80px;width: 140px;}
.access #section01 .index{margin-bottom: 0px;width:100%;margin-left: 0;}
.access #section02 ul li .txt{margin-bottom: 10px;display: flex;align-items: center;line-height: 1.2;height: 50px;}

}


@media (min-width:768px) {
.access #section01{padding: 80px 0px;}
.access #section01 ul{margin-bottom: 35px;}
.access #section01 .index{}
.access #section01 ul li .pic{width: 70%;margin-left: 15%;}

.access #section02{padding: 80px 0px 120px;}




}


@media (min-width:992px) {
.access #section01 .deco1{top:80px;width: 160px;}
.access #section01 ul{margin-bottom: 35px;}

.access #section02 ul li{margin-bottom: 60px;}
.access #section02 ul li .txt{margin-bottom: 10px;display: flex;align-items: center;line-height: 1.2;height: 60px;}

}



@media (min-width:1200px) {
.access #section01{padding: 100px 0px;}
.access #section01 .deco1{top:90px;width: 180px;}
.access #section01 ul{width: 1000px; margin-bottom: 35px;}
.access #section01 ul li .pic{width: 80%;margin-left: 15%;}

.access #section01 .index{}

.access #section02{padding: 100px 0px 150px;}
.access #section02 ul li .txt{height: 60px;}
.access #section02 ul li .txt .fas{font-size: 30px;color: #FD64A7;width: 40px;}
.access #section02 ul li .txt span{font-weight: 500;font-size: 17px;width: calc(100% - 40px);}

}

@media (min-width:1680px) {
.access #section01 .deco1{top:90px;width: 200px;}

.access #section01 .container{max-width: 1470px;}
}


/* c-gallery
--------------------------------------------------------- */
.c-gallery {
  text-align: center;
  margin-bottom: 50px;
}
@media print, screen and (min-width: 768px) {
  .c-gallery {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: justify;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
  }
}
@media print, screen and (min-width: 768px) {
  .c-gallery__large {
    width: 40%;
  }
}
@media only screen and (max-width: 767px) {
  .c-gallery__items {
    margin-top: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-gallery__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: justify;
    width: 58%; 

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
  }
}
@media print, screen and (min-width: 768px) {
  .c-gallery__item {
    width: 48.5%;
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 992px) {
  .c-gallery__item {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .c-gallery__item + .c-gallery__item {
    margin-top: 10px;
  }
}
.c-gallery img {
  width: auto;
  height: auto; 
  max-width: 100%;
}




/* -----  contact-box ------- */

.contact #section01{padding: 60px 0px;position: relative;}
.contact #section01 .telbox{border-radius: 15px;
    position: relative;
    margin: 0 auto;
    text-align: center;
padding:1.8em 1em;
background:  rgba(153,204,102,.09);
}
.contact #section01 .telbox .index{text-align: center;font-family: ' BIZUDPGothic-Bold ';margin-bottom: 1em;font-size: 1.3em;color: #669933;}
.contact #section01 .telbox .tel{text-align: center;font-size: 20px;line-height: 1.4;font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;color: #555;}
.contact #section01 .telbox .tel .call{color: #222;font-size: 28px;font-weight: normal;padding-left: .2em;}
.contact #section01 .telbox .time{display: block;font-size: .8em;color: #555;letter-spacing: 0.05rem;line-height: 1.6;}

.contact #section02{padding: 60px 0px 60px;position: relative;}

.contact #section02 .pre-scrollable{max-height: 300px;padding: 15px;background: white; word-break: break-all;border:1px solid rgba(0,0,0,.09);box-shadow: inset 0 0 20px rgba(0, 0, 0, .02);border-radius: 15px;}
.privacybox{position: relative;}
.privacybox #privacy{position: absolute;left:0;top:-100px;}

.contact .table{border-bottom: none;margin-bottom: 60px;border-top: 5px solid #f6f6f6;}
.contact .table th{width: 100%;display: flex;justify-content: space-between;align-items: center;background:#fff!important;border-top:none;font-weight: normal;font-family: ' BIZUDPGothic-Bold ';}
.contact .table td{width: 100%;display: block;background: white;border-top:none;border-bottom: 5px solid #f6f6f6;}
.contact span.hissu{color: white;background: red; padding: 3px 5px;border-radius: 2px;font-size: 12px;line-height: 1.5;}
.contact .table th span.hissu{color: white;background: red; padding: 3px 5px;border-radius: 2px;float: right!important;font-size: 12px;line-height: 1.5;}


.contact h5{font-family: ' BIZUDPGothic-Bold ';font-weight: normal;border-bottom: 1px solid #ddd;padding-bottom: 10px; margin-bottom: 15px;font-size:1.2em;}


.tenpu label {
 display: inline-block;
 position: relative;
 background: #ccc;
 color:#fff;
 font-size: 14px;
 padding: 5px 15px;
 border-radius: 4px;
 transition: all 0.3s;
 cursor: pointer!important;
 margin: 2px 0px;
}
.tenpu label:hover { background: #888;}
.tenpu label input {
 position: absolute;
 left:0;
 top:0;
 opacity: 0;
 width: 100%;
 height: 100%;
}
.tenpu .filename {
 font-size: 14px!important;
 margin:0 0 0 10px;
 display: inline-block!important;
}


@media (min-width: 667px) {
.contact #section01 .telbox{padding:2em 1.5em;}
.contact #section01 .telbox .tel{text-align: center;font-size: 20px;line-height: 1.4;}
.contact #section01 .telbox .tel .call{color: #222;font-size: 30px;font-weight: normal;letter-spacing: .1rem;}

.contact .table th{width: 200px;display: table-cell;justify-content: space-between;align-items: center;background:#fff!important;border-top:none;font-weight: normal;font-family: ' BIZUDPGothic-Bold ';vertical-align: middle;border-bottom: 5px solid #f6f6f6;}
.contact .table td{width: auto;display: table-cell;background: white;border-top:none;border-bottom: 5px solid #f6f6f6;vertical-align: middle;}
.contact .table td.subindex{width: 150px;}


}


@media (min-width: 768px) {

.contact #section01{padding: 80px 0px;}

.contact #section02{padding: 80px 0px 80px;}
.contact .table{margin-bottom: 80px;;}

}


@media (min-width: 992px) {
.contact #section01 .telbox{padding:3em 1em;}
.contact #section01 .telbox .index{text-align: center;font-family: ' BIZUDPGothic-Bold ';margin-bottom: .6em;font-size: 1.5em;color: #669933;}
.contact #section01 .telbox .tel{text-align: center;font-size: 20px;line-height: 1.4;}
.contact #section01 .telbox .tel .call{color: #222;font-size: 38px;font-weight: normal;padding-left: .2em;}
.contact #section01 .telbox .time{display: block;font-size: .9em;color: #555;letter-spacing: 0.05rem;line-height: 1.6;}


.contact .table{margin-bottom: 100px;;}
.contact .table th{width: 230px;}
.contact .table td.subindex{width: 210px;}

.contact #section02 .pre-scrollable{max-height: 500px;padding: 35px;}
.privacybox #privacy{position: absolute;left:0;top:-110px;}

}




@media (min-width: 1200px) {

.contact #section01{padding: 100px 0px;}
.contact #section01 .telbox{padding:4em 4em;}
.contact #section01 .telbox .tel{text-align: center;font-size: 24px;line-height: 1.4;padding-bottom:0em;margin-bottom: 10px;}
.contact #section01 .telbox .tel .call{color: #222;font-size: 44px;font-weight: normal;letter-spacing: .1rem;}


.contact #section02{padding: 100px 0px 100px;}
.contact .table{margin-bottom: 120px;;}

.contact #section02 .pre-scrollable{padding: 50px;}




}



.doi-box{background:#f7f7f7;padding: 30px 15px;border-radius: 15px;}
.doi-box label{font-size: 13px;margin-bottom: 15px;}
.doi-box p a{color: #F46A02;font-size: 15px;transition: .3s;font-weight: bold;}
.doi-box p a:hover{color: #333;}
.doi-box .btn-lg{font-size: 13px;padding: 10px 10px;}

@media (min-width: 768px) {
.doi-box label{font-size: 14px;margin-bottom: 20px;}
.doi-box .btn-lg{font-size: 14px;padding: 10px 10px;}
}

@media (min-width: 1140px) {
.doi-box{padding: 60px 15px;border-radius: 15px;}

.doi-box .btn-lg{font-size: 16px;padding: 20px 50px;}
}





.form-s{width:70px}
.form-m{width:150px}
.form-name{width:99%;}
.form100{width:99%}
.form-h{ height:15em;}
.needinput{background-color:rgba(0,0,0,.02);border:1px solid #ddd}
input ,select {
    position:relative;
	color: #111;
}
input[type="checkbox"], input[type="radio"] {vertical-align:middle;position: relative;top:-2px;}
input{font-size:100%;vertical-align:middle; padding:12px;}
input[type="text"], select{border:1px solid #ddd;}
input,textarea,select { outline:0; padding:12px;border-radius: 7px; }
textarea{border:1px solid #ccc;width:99%;color: #111;}

input::placeholder {
	color: #ccc;font-size: 14px;letter-spacing: 0.08rem;
}
input::-webkit-input-placeholder {
	color: #ccc;font-size: 14px;letter-spacing: 0.08rem;
}
input:-ms-input-placeholder {
	color: #ccc;font-size: 14px;letter-spacing: 0.08rem;
}
input::-moz-placeholder {
	color: #ccc;font-size: 14px;letter-spacing: 0.08rem;
}
textarea::placeholder {
	color: #ccc;font-size: 14px;letter-spacing: 0.08rem;
}
textarea::-webkit-input-placeholder {
	color: #ccc;font-size: 14px;letter-spacing: 0.08rem;
}
textarea:-ms-input-placeholder {
	color: #ccc;font-size: 14px;letter-spacing: 0.08rem;
}
textarea::-moz-placeholder {
	color: #ccc;font-size: 14px;letter-spacing: 0.08rem;
}


@media (min-width: 768px) {
.form-name{width:350px;}

}



/*-----------------------------------------------------------------------------
print css
-----------------------------------------------------------------------------*/
@media print {
body {padding-top:80px;}
.aos-init { opacity: 1 !important; transform: none !important; }
.cb-header2 {display: none!important;}


.header{
width:100%;
display: block;
top:0;
position: absolute;
z-index: 500;
align-items: center;
}
.header .wrap{
width: 100%;
background: white;
 height: 80px;
display: flex;
justify-content: space-between;
align-items: center;
padding:0 15px;}

.header .logo{width:220px;}
.navarea{display: flex;align-items:center;height: 80px;}
.navbar-nav{  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  list-style: none;
  padding-right: 15px;
}
.navbar-nav li{ text-align: center;position: relative;margin: 0px 10px;}
.navbar-nav li:first-child{margin: 0px 8px 0 0;}
.navbar-nav li:last-child{margin: 0px 0px 0 8px;}
.navbar-nav li a{color:#444; transition: .3s;line-height: 1;margin: 0px!important;position: relative; display: flex;align-items: center;}
.navbar-nav li.active a{color:#444!important;position: relative;}
.navbar-nav li.active a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f111";
  font-weight: 900;
  font-size: .3em;
position: absolute;
bottom:-20px;
left:50%;
transform: translateX(-50%);
color:#eb6ea5;
}

.header .infobox{display: flex;align-items: center;}
.header .infobox .tel{height: 50px;width: 180px;display: flex;align-items: center;justify-content: center;background: #eb6ea5;color: white; border-radius: 25px;line-height: 1;}
.header .infobox .tel span{font-size: 18px;margin-left: .2rem;font-weight: 500;color: white!important;}
.header .infobox .tel .fas{margin-top: .15em;}

.home #section05 .telbox{border-radius: 1.2em;color: white;padding: 2.7em 1em;}



footer .logo{width: 280px;margin-left: 0;margin-bottom: 0px; }

.copy{font-size: 14px;text-align: left;padding-top: 2em;}

.drawer_menu{display: none!important;}
footer .mb50mb30{margin-bottom: 50px!important;}

.gmap iframe{width: 100%;height: 450px;}
#pagetop {display: none!important;}
.no-print{display: none!important;}
.mb30-xs2{margin-bottom: 0px;}
.print{display: block!important;}

}
