@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-x: hidden;
	background-color: #fff;
	scroll-behavior: smooth;
}


nav ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
/* 共通項目 */
* {box-sizing: border-box;}
*:focus {outline: none!important;}

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:1px;
    border:0;
    border-top:1px solid #e3e2df;
    margin: 0;
    padding:0;
}

input, select {outline: none;
	vertical-align:middle;
}


/* ミディアム */
@font-face {
    font-family: ' NotoSerifJP ';
    src: url('../fonts/NotoSerifJP-Medium.woff2') format('woff2'),
             url('../fonts/NotoSerifJP-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}
/* セミボールド */
@font-face {
    font-family: ' NotoSerifJP ';
    src: url('../fonts/NotoSerifJP-SemiBold.woff2') format('woff2'),
             url('../fonts/NotoSerifJP-SemiBold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
}

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




body {
color: #111;
font-size: 91%;
line-height: 1.5;
font-family: ' NotoSerifJP ';
font-weight: 500;
letter-spacing: 0.05rem;
padding-top: 60px;
background:white;
position: relative;}

body.home {overflow: hidden;}

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

@media (min-width: 992px) {
body {
font-size: 94%;
line-height: 1.6;
padding-top: 100px;
letter-spacing: 0.05rem;
}
}
@media (min-width: 1280px) {
body {
font-size: 99%;
letter-spacing: 0.08rem;
}
}
@media (min-width: 1680px) {
body {max-width: 1920px;margin: 0px auto;line-height: 1.8;}

}


body {
    position: relative;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}
body:after {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0,0,0,0.4);
    content: '';
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}
body.overlay:after {
    z-index: 30;
    opacity: 1;
}

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

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

.fluid {position: relative;
	max-width: 1140px;
	margin: 0 auto;
}



.clearfix:after {
  content: "";
  clear: both;
	display: table;
}
.clear {clear: both;}

a{outline:none;}

*:focus {
  outline: none;
}

.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: 90px;}
.mb100mb50{margin-bottom: 100px;}
.mb80mb50{margin-bottom: 50px;}
.mb50mb30{margin-bottom: 50px;}
.mb30mb10{margin-bottom: 30px;}

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

}


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

.mb30-md{margin-bottom: 30px;}
.mb15-md{margin-bottom: 15px;}
.mb10-md{margin-bottom: 10px;}

}

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

}


@media (min-width: 1200px) {

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

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

.indent2 {
  padding-left: 1.7em;
  text-indent: -1.7em;
}
.flexbox{display: flex;align-items: center;}
.flexbox-between{display: flex;align-items: center;justify-content: space-between;}

.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-border-top{border-top: 1px solid #ddd;}
.bg-blue{background: rgba(221,235,250,.4);}
.bg-yellow{background:rgba(236,235,148,.15);}
.bg-orange{background:rgba(252,201,129,.13);}




/*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;
}
a:focus{outline: none;}
a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
[data-action="call"]  {text-decoration: none;}

/* font-size color
---------------------------------------------------- */
.x-small { font-size: 10px; line-height: 1.6; }
.small { font-size: 12px; line-height: 1.6; }
.middle { font-size: 14px; }
.large { font-size: 16px; }
.x-large { font-size: 18px; }
.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:#09c; }
.green { color: #693; }
.orange { color: #f60; }
.kiiro { color: yellow!important; }
.pink{color: #FA68AF;}
.gray { color: #666; }


/* スクロールでナビ表示
---------------------------------------------------- */
.cb-header {
    position: fixed;
    top: 0;
    left: 0;
	right:0;
    display: none;
    background: #fff;
	border-bottom: 1px solid #ddd;
}



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


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

.sc {
display: flex;
align-items: center;
    width: 100%;
    margin: 0 auto;
	height: 60px;
}
.sc .logo{position: fixed;left:0;top:0;padding: 10px 25px;height: 70px; width: 230px;background:#920E3F;display: flex;align-items: center;border-radius: 0 0 15px 0 ;}

.site-header{display: none;}
.header{display: none;}
.top-logo {display: none;}



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

}



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

.site-header{
display:block;
position:fixed;
	width: 100%;
	z-index: 100;
	top:0;
	left:0;
	right:0;
	height: 100px;
	background: white;
	transition: .8s;
}
.site-header:hover{background: rgba(255,255,255,1);}
.header{width: auto; position: relative;z-index: 10;display: block;padding-right: 20px;}
.top-logo {display: block; position: fixed;width: 200px;top:0;left: 0;z-index: 200;}
.top-logo a{display: flex;align-items: center;justify-content: center;width: 100%;height: 120px;padding: 0 15px; background: #862040;border-radius: 0 0 30px 0;}

}


.hide2 {display: none;}
.open {overflow: hidden;}

@media (min-width: 1280px) {
.top-logo {width: 270px;}

}



@media (min-width: 1440px) {

}

@media (min-width: 1680px) {
.header{padding-right: 50px;}

.top-logo {width: 320px;}



}


@media (min-width: 992px) {

.header .telbox{display: flex;flex-direction: column;align-items: center;justify-content: center;width: 250px; height: 70px;border:1px solid #862040;border-radius: 1em;}
.header .telbox .tel{line-height: 1;font-size: 20px;color: #862040;margin-bottom: 5px;}
.header .telbox .tel .call{margin-left: 3px;color: #862040;}
.header .telbox .time{font-size: 12px;letter-spacing: 0;text-align: right;}



.gnav-wrapper {width: 100%;display: flex;align-items: flex-end;align-items: center;}

.gnav {width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 15px;
}

.gnav li { 
  text-align: center;
  transition: all .3s ease-in-out;
}
.gnav li:last-child {padding-left:0px; }

.gnav a {position: relative;
display: block;
text-align: center;
  color: #000;
  line-height: 100px;
  font-size: 15px;padding: 0 10px;
}
.gnav a.drop {padding: 0 28px 0 10px;}
.gnav a.active {color: #862040;}
.gnav a.active::after {
content: '';/*何も入れない*/
  position: absolute;
  top:25px;
  left:50%;
  transform: translateX(-50%);
  width: 25px;/*画像の幅*/
  height: 10px;/*画像の高さ*/
  background-image: url(../images/nav_active.png);
  background-size: contain;
  }
.gnav a.drop::before {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
font-weight: 900;
position: absolute;
right:17px;
top:50%;
transform: translateY(-50%);
  color: #555;
  font-size: 9px;
}
.gnav a.drop.active {position: relative;}
.gnav li a:hover { color: #862040;}
.gnav li a.drop:hover::before {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
font-weight: 900;
position: absolute;
right:17px;
top:50%;
transform: translateY(-50%);
  color: #b08d33;
}
.gnav a:hover::after {color: #862040;}

.gnav > li:hover .megamenu {
	max-height: 9999px;
  display: block;
  padding: 0px 0;
}
.megamenu {
	margin: 0;
	width: 100%;
  background:#fafafa;
  max-height: 0;
  display: none;
  overflow: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  right:0;
  z-index: 999;
}

.megamenu-inner {
  display:block;
  width: 100%;
  margin: 0px auto;
  padding: 50px 15px;
}
.megamenu-inner .title{text-align: left;display: flex;align-items: center;margin-bottom: .8em;font-weight: 500;font-size: 22px;letter-spacing: .2rem;color:#920F40;}
.megamenu-inner .title img{width: 35px;height: auto;margin-right: 5px;}
.megamenu-inner .wrap{margin-bottom: 30px;padding-bottom: 30px; border-bottom: 1px dashed #CB8EA5;}
.megamenu-inner .wrap:last-child{margin-bottom: 0px;border-bottom: none;}
.megamenu-inner .wrap ul {width: 100%;display: flex;flex-wrap: wrap;}
.megamenu-inner .wrap li {
width: 33.333%;
    height: auto;
  line-height: 1.7;
 padding: 0 15px;
border-right: 1px dashed #CB8EA5;
}
.megamenu-inner .wrap li:first-child {border-left: 1px dashed #CB8EA5;padding: 0 15px;}

.megamenu-inner a {transition: .5s;color: #111;width: 100%; line-height: normal;display: flex;align-items: center;justify-content: space-between;}
.megamenu-inner a .pic{width: 140px;overflow: hidden;}
.megamenu-inner a .pic img{transition: transform 0.4s ease;}
.megamenu-inner a:hover .pic img{transform: scale(1.1);filter: grayscale(50%);}
.megamenu-inner a .box{width: calc(100% - 160px);text-align: left;}
.megamenu-inner a .box .index{position: relative;font-family: ' NotoSerifJP ';font-weight: 500;font-size: 16px;margin-bottom: 5px;}
.megamenu-inner a .box .index span{display: block;}
.megamenu-inner a .box .cate span{font-size: .7em;letter-spacing: 0;border-radius: 15px;padding: .1em .6em;font-weight: normal;}
.megamenu-inner a:hover {color: #862040;}
.megamenu-inner a:hover .index::after {color: #862040;}
.megamenu-inner a.active::after {display: none;}
.megamenu-inner a.active .index{color: #862040;}
.megamenu-inner a.active .index::after {color: #862040;}


}

@media (min-width: 1200px) {
.header .telbox{display: flex;flex-direction: column;justify-content: center;width: 270px; height: 70px;border:1px solid #862040;border-radius: 1em;}
.header .telbox .tel{line-height: 1;font-size: 23px;color: #862040;margin-bottom: 5px;}
.gnav li:last-child {padding-left: 0px; }

.gnav {padding-right: 30px;}
.gnav a { padding: 0 15px;  font-size: 16px;}
.gnav a.drop {padding: 0 30px 0 18px;}
.gnav a.active::after {}

.megamenu-inner .wrap li {
    height: auto;
  line-height: 1.7;
 padding: 0 25px;
}
.megamenu-inner .wrap li:first-child {padding: 0 25px;}

.megamenu-inner .title{}


}


@media (min-width: 1680px) {
.header .telbox{display: flex;flex-direction: column;justify-content: center;width: 320px; height: 70px;border:1px solid #862040;border-radius: 1em;}
.header .telbox .tel{line-height: 1;font-size: 28px;color: #862040;margin-bottom: 5px;}

.gnav {padding-right: 50px;}
.gnav-wrapper {width: 100%;display: flex;}
.gnav li:last-child {}

.gnav a {padding: 0 20px; font-size: 17px;display: flex;flex-direction: column;align-items: center;}
.gnav a.active::after {}

.gnav a.drop {padding: 0 30px 0px 28px;}
.megamenu {
	margin: 0;
	width: 100%;
  background:#fafafa;
  max-height: 0;
  display: none;
  overflow: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  right:0;
  z-index: 999;
}
.megamenu-inner {
  display:block;
  width: 1400px;
  margin: 0px auto;
  padding: 70px 15px;
}

.megamenu-inner a {transition: .5s;color: #111;line-height: normal;display: flex;flex-direction: row;align-items: center;justify-content: space-between;}
.megamenu-inner a .pic{width: 160px;overflow: hidden;}
.megamenu-inner a .pic img{transition: transform 0.4s ease;}
.megamenu-inner a:hover .pic img{transform: scale(1.1);filter: grayscale(50%);}
.megamenu-inner a .box{width: calc(100% - 180px);}
.megamenu-inner a .box .index{position: relative;font-family: ' NotoSerifJP ';font-weight: 500;font-size: 16px;}
.megamenu-inner a .box .cate span{font-size: .7em;letter-spacing: 0;border-radius: 15px;padding: .1em .5em;}

.megamenu-inner .title {font-size: 28px; letter-spacing: .2rem;}
.megamenu-inner .title img{width: 60px;height: auto;margin-right: 10px;}

}




/*キャッチコピー
------------------------------------------------------------------*/
.sp-box {
    width: 100%;
	height: 400px;
    position: relative;
}

.mv {position: relative;z-index: 10;}
.swiper-container-back {
    position: relative;
    width: 100%;
	margin-left: 0%;
	overflow: hidden;
	border-radius: 0 0 0 0px;
}
.swiper-container-back .main1{width: 100%;height:400px;background: url("../images/main1.jpg");background-position: center;background-size: cover;}
.swiper-container-back .main2{width: 100%;height:400px;background: url("../images/main2.jpg");background-position: center;background-size: cover;}
.swiper-container-back .main3{width: 100%;height:400px;background: url("../images/main3.jpg");background-position: center;background-size: cover;}
.swiper-container-back .main4{width: 100%;height:400px;background: url("../images/main4.jpg");background-position: center;background-size: cover;}
.swiper-container-back .main5{width: 100%;height:400px;background: url("../images/main5.jpg");background-position: center;background-size: cover;}
.swiper-container-back .main6{width: 100%;height:400px;background: url("../images/main6.jpg");background-position: center;background-size: cover;}
.swiper-container-back .main7{width: 100%;height:400px;background: url("../images/main7.jpg");background-position: center;background-size: cover;}
.swiper-container-back .main8{width: 100%;height:400px;background: url("../images/main8.jpg");background-position: center;background-size: cover;}

.left-url{display: none;}


.main-h2{position: absolute;z-index: 50;bottom: 100px;right: auto;left:15px;}
.main-h2 h2{font-size: 22px;line-height: 1.5;color: #920F40;text-shadow: 0px 0px 5px rgba(255, 255, 255, 1);font-weight: 600;letter-spacing: .1rem;}
.main-h2 h2 span{font-size: 33px;}

@media (min-width: 667px) {
.swiper-container-back {
    position: relative;
    width: 100%;
	margin-left: 0%;
	overflow: hidden;
	border-radius: 0 0 0 0px;
}


}



@media (min-width: 768px) {
.swiper-container-back {
    position: relative;
    width: 95%;
	margin-left: 5%;
	overflow: hidden;
	border-radius: 0 0 0 80px;
}

.sp-box {
    width: 100%;
	height: 550px;
    position: relative;
}
.swiper-container-back .main1{width: 100%;height:550px;background: url("../images/main1.jpg");background-position: center;background-size: cover;}
.swiper-container-back .main2{width: 100%;height:550px;background: url("../images/main2.jpg");background-position: center;background-size: cover;}
.swiper-container-back .main3{width: 100%;height:550px;background: url("../images/main3.jpg");background-position: center;background-size: cover;}
.swiper-container-back .main4{width: 100%;height:400px;background: url("../images/main4.jpg");background-position: center;background-size: cover;}

.main-h2{position: absolute;z-index: 50;bottom: 100px;right: auto;left:10%;}
.main-h2 h2{font-size: 30px;line-height: 1.5;color: #920F40;text-shadow: 0px 0px 5px rgba(255, 255, 255, 1);font-weight: 600;letter-spacing: .2rem;}
.main-h2 h2 span{font-size: 45px;}

.left-url{display: block; position: absolute;left:1.4%;top:50%;transform: translateY(-50%);writing-mode: vertical-rl;color: #920F40;letter-spacing: .1em;}



}



@media (min-width: 992px) {
.sp-box {
    width: 100%;
	height: calc(100vh - 100px);
    position: relative;
}
.swiper-container-back .main1{width: 100%;height:calc(100vh - 100px);background: url("../images/main1.jpg");background-position: center;background-size: cover;}
.swiper-container-back .main2{width: 100%;height:calc(100vh - 100px);background: url("../images/main2.jpg");background-position: center;background-size: cover;}
.swiper-container-back .main3{width: 100%;height:calc(100vh - 100px);background: url("../images/main3.jpg");background-position: center;background-size: cover;}
.swiper-container-back .main4{width: 100%;height:400px;background: url("../images/main4.jpg");background-position: center;background-size: cover;}

.main-h2{position: absolute;z-index: 50;}

}


@media (min-width: 1280px) {




}

@media (min-width: 1680px) {
.swiper-container-back {
    position: relative;
    width: 95%;
	margin-left: 5%;
	overflow: hidden;
	border-radius: 0 0 0 120px;
}

.left-url{display: block; position: absolute;left:1.6%;top:50%;transform: translateY(-50%);writing-mode: vertical-rl;color: #920F40;letter-spacing: .2em;}
.main-h2{position: absolute;z-index: 50;bottom:40%;left:15%;}
.main-h2 h2{font-size: 42px;line-height: 1.5;color: #920F40;text-shadow: 0px 0px 8px rgba(255, 255, 255, 1);letter-spacing: .2rem;}
.main-h2 h2 span{font-size: 62px;}

}





@keyframes fade-in {
    from {
        opacity: 0;
        transform: translateX(50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}



/*　topCont
------------------------------------------------------------------*/






/* index.html 
---------------------------------------------------- */


#news{position: relative;z-index: 20; padding: 70px 0px 50px;background: white;}
#news .index{color: #222;font-size: 22px;}
#news .index::after {
  content: '';
  width: 1.1em;
  height: 5px;
  border-radius: 5px;
  display: inline-block;
  background-color: #66ff33;
  position: absolute;
  bottom: -15px;
  left: 0;
}



.newsarea{position: relative;overflow-y: scroll;max-height: 350px;}

.newsarea .set{position: relative;margin-bottom: 1em;padding-bottom: 1em;border-bottom: 1px solid #ddd;}
.newsarea a.set{color: #111;transition: transform .6s ease;display: block;}
.newsarea .set .date{margin-bottom:8px;line-height: 1;display: flex;align-items: center;}
.newsarea .set .date span.new{margin-left: 10px;font-size: 13px;color: red;}
.newstext{line-height: 1.4;width: 100%;text-align: justify;}
.newsarea a.set .newstext .more{margin-top: 10px;width: 40%;margin-left: 60%;background: rgba(255,211,221,1.00);text-align: center;font-weight: normal;line-height: 1;padding: .5em 0;border-radius: .5em;font-size: 14px;}

.newsarea a.set:hover{opacity: .8;color: #920F40;}



.home #section01{position: relative;padding: 50px 0px 50px;}
.home #section01 h3{text-align: center;color: #930F40;font-weight: 600;font-size: 24px;margin-bottom: 1em;}
.home #section01 h3 span{color: #333;display: block; font-weight: 500;font-size: 16px;letter-spacing: .2rem;margin-top: 5px;}
.home #section01 p.txt{text-align: justify;margin-bottom: 30px;}
.home #section01 .wrap{max-width:1770px;margin: 0 auto;padding: 0 35px;}
.home #section01 .wrap li a.service-thumb{display: block;border-radius: 1em;overflow: hidden;position: relative;box-shadow: 5px 5px 0px 0px rgba(102, 153, 51, 0.5);transition: .4s;margin-bottom: 30px;}
.home #section01 .wrap li a.service-thumb .title{position: absolute;z-index: 10; left:0;right: 0;bottom:0;height: 50px;background: rgba(0,102,0,.8);display: flex;align-items: center;color: white;text-shadow: 0 0 2px black;font-size: 17px;}
.home #section01 .wrap li a.service-thumb .title .number{background: rgba(0,102,0,1);color: white;width: 50px;height: 50px;display: flex;align-items: center;justify-content: center;font-size: 20px;font-style: oblique; margin-right: .3em;}
.home #section01 .wrap li a.service-thumb:hover{opacity: 1;}
.home #section01 .wrap li a.service-thumb:hover img{opacity: 1;filter: grayscale(60%);}

.home #section01 .wrap li:nth-child(3) a.service-thumb{box-shadow: 5px 5px 0px 0px rgba(51, 153, 204, 0.5);}
.home #section01 .wrap li:nth-child(3) a.service-thumb .title{background: rgba(0, 102, 204,.8);}
.home #section01 .wrap li:nth-child(3) a.service-thumb .title .number{background: rgba(0, 102, 204,1);}
.home #section01 .wrap li:nth-child(4) a.service-thumb{box-shadow: 5px 5px 0px 0px rgba(255, 153, 102, 0.5);margin-bottom: 0;}
.home #section01 .wrap li:nth-child(4) a.service-thumb .title{background: rgba(229, 121, 67,.8);}
.home #section01 .wrap li:nth-child(4) a.service-thumb .title .number{background: rgba(229, 121, 67,1);}

.home #section02{position: relative; max-width: 1920px;margin: 0 auto; padding:20px 0px 50px;}
.home #section02 .pic1{width: 75%;position: relative;border-radius: 0 0 60px 0;overflow: hidden;z-index: 20;}
.home #section02 .txtbox{background: #862040;width: 90%;margin-left: 10%;padding: 50px 20px 20px;position: relative;margin-top: -30px;border-radius: 0 0 0 50px;overflow: hidden;}
.home #section02 .txtbox .deco{position: absolute;right:0;top:50%;transform: translateY(-50%);z-index: 2;}
.home #section02 .txtbox .box{color: white;position: relative;z-index: 5;}
.home #section02 .txtbox .box h3{color: white;font-weight: 600;font-size: 24px;margin-bottom: 20px;}
.home #section02 .txtbox .box h3 span{display: block;font-weight: 500;font-size: 16px;letter-spacing: .2rem;margin-top: 5px;}
.home #section02 .txtbox .box p{text-align: justify;margin-bottom: 30px;}
.home #section02 .txtbox .box ul li a{display: block;}
.home #section02 .txtbox .box ul li a .index{text-align: center;margin-top: 5px;color: white;}
.home #section02 .txtbox .box ul li a img{border-radius: .7em;}




.home #section03{position: relative;padding: 0px 0px 50px;}
.home #section03 .wrap{padding: 0 15px;margin-bottom: 20px;}
.home #section03 .wrap:last-child{margin-bottom: 0px;}
.home #section03 .wrap .titlebox{background: #669966;color: white;padding: 1.5em;border-radius: 0 0 15px 15px;margin-bottom: 20px;}
.home #section03 .wrap .titlebox h3{text-align: center;font-size: 25px;margin-bottom: 1.3em;}
.home #section03 .wrap .titlebox h3 img{width: 50px;height: auto;margin-bottom: 5px;}
.home #section03 .wrap .titlebox h3 span{display: block;font-size: 16px;margin-top: 5px;}
.home #section03 .wrap .titlebox p{text-align: center;}
.home #section03 .wrap ul{}
.home #section03 .wrap ul li a{background: #e6f2e6;display: flex;flex-direction: column;border-radius: 15px;overflow: hidden;padding-bottom: 1.5em;}
.home #section03 .wrap ul li:nth-child(2) a{background: #f3f3f3;}
.home #section03 .wrap ul li a .index{text-align: center;color: #333;line-height: 1.4;font-size: 17px; padding: 1em 0 .5em;}
.home #section03 .wrap ul li a .cate{text-align: center;line-height: 1;margin-bottom: 30px;}
.home #section03 .wrap ul li a .cate span{font-size: 13px;letter-spacing: 0;padding: .2em .7em;border-radius: 1.5em;}
.home #section03 .wrap ul li a .linkbtn {
  display: flex;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #333;
  border-bottom:2px;
  letter-spacing: 0.1em;
  font-size: 1em;
}
.home #section03 .wrap ul li a:hover .linkbtn{color:#862040;}
.home #section03 .wrap ul li a .linkbtn span{position: relative;}
.home #section03 .wrap ul li a .linkbtn span::after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #862040;
  bottom: -6px;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.5s;
}
.home #section03 .wrap ul li a:hover .linkbtn span::after {
  transform: scale(1, 1);
  transform-origin: left top;
}

.home #section03 .wrap:last-child .titlebox{background: #39c;color: white;}
.home #section03 .wrap:last-child ul li a{background: #f3f3f3;display: flex;flex-direction: column;border-radius: 15px;overflow: hidden;padding-bottom: 1.5em;}
.home #section03 .wrap:last-child ul li:nth-child(2) a{background: #c5e7f8;}



.home #section04{position: relative;z-index: 20; padding: 50px 0px 50px;background: #fff;}


.home #section05{position: relative;z-index: 20; padding: 0px;background: #fff;}


@media (min-width: 667px) {

.newsarea .set{padding-bottom: 1.5em;margin-bottom: 1.5em;}
.newsarea a.set{color: #111;transition: transform .6s ease;display: block;}
.newsarea .set .date{margin-bottom:8px;line-height: 1;display: flex;align-items: center;}
.newsarea .set .date span.new{margin-left: 10px;font-size: 13px;color: red;}
.newstext{line-height: 1.4;width: 100%;text-align: justify;}
.newsarea a.set .newstext {display: flex;align-items: center;justify-content: space-between;}
.newsarea a.set .newstext .newshtml{width: calc(100% - 150px);}
.newsarea a.set .newstext .more{margin-top: 0px;width:120px;margin-left: 0;background: rgba(255,211,221,1.00);text-align: center;font-weight: normal;line-height: 1;padding: .5em 0;border-radius: .5em;font-size: 14px;}



.home #section01 .wrap li a.service-thumb .title{position: absolute;z-index: 10; left:0;right: 0;bottom:0;height: 50px;background: rgba(0,102,0,.8);display: flex;align-items: center;color: white;text-shadow: 0 0 2px black;font-size: 15px;}
.home #section01 .wrap li a.service-thumb .title .number{background: rgba(0,102,0,1);color: white;width: 50px;height: 50px;display: flex;align-items: center;justify-content: center;font-size: 20px;font-style: oblique; margin-right: .3em;}

.home #section01 .wrap li:nth-child(3) a.service-thumb{margin-bottom: 0;}

.home #section02 .pic1{width: 55%;position: relative;border-radius: 0 0 60px 0;overflow: hidden;z-index: 20;}
.home #section02 .txtbox{background: #862040;width: 80%;margin-left: 20%;padding: 100px 25px 25px;position: relative;margin-top: -80px;border-radius: 0 0 0 50px;overflow: hidden;}
.home #section02 .txtbox .deco{position: absolute;right:0;top:50%;transform: translateY(-50%);}
.home #section02 .txtbox .box{color: white;}
.home #section02 .txtbox .box h3{color: white;font-weight: 600;font-size: 24px;margin-bottom: 20px;}
.home #section02 .txtbox .box h3 span{display: block;font-weight: 500;font-size: 16px;letter-spacing: .2rem;margin-top: 5px;}
.home #section02 .txtbox .box p{text-align: justify;margin-bottom: 30px;}
.home #section02 .txtbox .box ul li a{display: block;}
.home #section02 .txtbox .box ul li a .index{text-align: center;margin-top: 5px;color: white;}
.home #section02 .txtbox .box ul li a img{border-radius: .7em;}

.home #section03 .wrap .titlebox{display: flex;align-items: center;justify-content: center;border-radius: 0 0 15px 15px;}
.home #section03 .wrap .titlebox h3{text-align: center;font-size: 25px;margin-bottom: 0;width: 40%;}
.home #section03 .wrap .titlebox h3 img{width: 50px;height: auto;}
.home #section03 .wrap .titlebox h3 span{display: block;font-size: 16px;margin-top: 5px;}
.home #section03 .wrap .titlebox p{text-align: left;width: 40%;}
.home #section03 .wrap ul li a{background: #e6f2e6;display: flex;flex-direction: row;align-items: center;justify-content: space-between;border-radius: 15px;overflow: hidden;padding-bottom: 0;}
.home #section03 .wrap ul li a .thumb{width: 50%;}
.home #section03 .wrap ul li a .box{width: 50%;}

.home #section03 .wrap:last-child ul li a{display: flex;flex-direction: row;align-items: center;justify-content: space-between;padding-bottom: 0;}
.home #section03 .wrap:last-child ul li a .thumb{width: 50%;}
.home #section03 .wrap:last-child ul li a .box{width: 50%;}

}




@media (min-width: 768px) {
#news{padding: 100px 0px 70px;}


.home #section01{padding: 70px 0px;}
.home #section01 h3{text-align: center;color: #930F40;font-weight: 600;font-size: 28px;margin-bottom: 1em;}
.home #section01 p.txt{text-align: center;margin-bottom: 40px;line-height: 1.8;}
.home #section01 .wrap li a.service-thumb .title{position: absolute;z-index: 10; left:0;right: 0;bottom:0;height: 50px;background: rgba(0,102,0,.8);display: flex;align-items: center;color: white;text-shadow: 0 0 2px black;font-size: 17px;}
.home #section01 .wrap li a.service-thumb .title .number{background: rgba(0,102,0,1);color: white;width: 50px;height: 50px;display: flex;align-items: center;justify-content: center;font-size: 20px;font-style: oblique; margin-right: .3em;}

.home #section02{padding: 30px 0px 70px;}

.home #section03{padding: 0px 0px 70px;}

.home #section04{padding: 70px 0px;}



}



@media (min-width: 992px) {
.newsarea{position: relative;overflow-y: scroll;max-height: 400px;}

.home #section01 .wrap{max-width:1770px;margin: 0 auto;padding: 0 25px;}
.home #section01 .wrap li a.service-thumb{margin-bottom: 0;}
.home #section01 .wrap li a.service-thumb .title{position: absolute;z-index: 10; left:0;right: 0;bottom:0;height: 50px;background: rgba(0,102,0,.8);display: flex;align-items: center;color: white;text-shadow: 0 0 2px black;font-size: 15px;line-height: 1.2;}
.home #section01 .wrap li a.service-thumb .title .number{background: rgba(0,102,0,1);color: white;width: 50px;height: 50px;display: flex;align-items: center;justify-content: center;font-size: 20px;font-style: oblique; margin-right: .3em;}

.home #section02 .pic1{width: 55%;position: relative;border-radius: 0 0 60px 0;overflow: hidden;z-index: 20;}
.home #section02 .txtbox{background: #862040;width: 80%;margin-left: 20%;padding: 50px 0px;position: relative;margin-top: -25%;border-radius: 0 0 0 60px;overflow: hidden;}
.home #section02 .txtbox .deco{position: absolute;right:0;top:50%;transform: translateY(-50%);}
.home #section02 .txtbox .box{width: 45%;margin-left: 48%;color: white;}
.home #section02 .txtbox .box h3{color: white;font-weight: 600;font-size: 24px;margin-bottom: 20px;}
.home #section02 .txtbox .box h3 span{display: block;font-weight: 500;font-size: 16px;letter-spacing: .2rem;margin-top: 5px;}
.home #section02 .txtbox .box p{text-align: justify;margin-bottom: 30px;}
.home #section02 .txtbox .box ul li a{display: block;}
.home #section02 .txtbox .box ul li a .index{text-align: center;margin-top: 5px;color: white;}
.home #section02 .txtbox .box ul li a img{border-radius: .7em;}

.home #section03 .wrap{display: flex;padding: 0;justify-content: space-between;}
.home #section03 .wrap .titlebox{display: flex;flex-direction: column;justify-content: center;align-items: center;border-radius: 0 20px 20px 0;width: 22%;margin-bottom: 0;}
.home #section03 .wrap .titlebox h3{text-align: center;font-size: 25px;margin-bottom: 1.5em;width: 100%;}
.home #section03 .wrap .titlebox h3 img{width: 60px;height: auto;}
.home #section03 .wrap .titlebox h3 span{display: block;font-size: 16px;margin-top: 5px;}
.home #section03 .wrap .titlebox p{text-align:center;width: 100%;}
.home #section03 .wrap ul{width: 77%;}
.home #section03 .wrap ul li a{background: #e6f2e6;display: flex;flex-direction: column;align-items:flex-start;justify-content:flex-start;border-radius: 15px;overflow: hidden;padding-bottom: 2em;}
.home #section03 .wrap ul li a .thumb{width: 100%;}
.home #section03 .wrap ul li a .box{width: 100%;}

.home #section03 .wrap:last-child ul li a{display: flex;flex-direction: column;align-items:flex-start;justify-content:flex-start;padding-bottom: 2em;}
.home #section03 .wrap:last-child ul li a .thumb{width: 100%;}
.home #section03 .wrap:last-child ul li a .box{width: 100%;}

}




@media (min-width: 1200px) {

#news{padding: 130px 0px 100px;}

.newsarea{position: relative;overflow-y: scroll;max-height: 420px;}
.newsarea .set .date{margin-bottom: 15px;}

.home #section01{padding: 100px 0px 100px;}
.home #section01 h3{font-size: 30px;margin-bottom: 1.5em;}
.home #section01 h3 span{font-size: 18px;letter-spacing: .4rem;margin-top: 5px;}
.home #section01 p.txt{text-align: center;margin-bottom: 50px;line-height: 2;}
.home #section01 .wrap li a.service-thumb .title{position: absolute;z-index: 10; left:0;right: 0;bottom:0;height: 50px;font-size: 18px;}
.home #section01 .wrap li a.service-thumb .title .number{font-size: 24px;font-style: oblique; margin-right: .8em;}


.home #section02{padding: 70px 0px;}
.home #section03{padding: 70px 0px;}

.home #section03 .wrap ul li a .index{text-align: center;color: #333;line-height: 1.4;font-size: 20px; padding: 1.5em 0 .5em;}
.home #section03 .wrap ul li a .cate{text-align: center;line-height: 1;margin-bottom: 30px;}

.home #section04{padding: 100px 0px;}

.gmap{width: 100%;margin: 0px auto;margin-bottom:30px;}
.gmap iframe{width: 100%;height: 460px;}
.toho{width: 100%;margin: 0px auto;}
.toho iframe{width: 100%;height: 460px;}

}

@media (min-width: 1440px) {
.home #section01 .wrap li a.service-thumb{display: block;border-radius: 1em;overflow: hidden;position: relative;box-shadow: 10px 10px 0px 0px rgba(102, 153, 51, 0.5);}
.home #section01 .wrap li a.service-thumb .title{height: 70px;text-shadow: 0 0 2px black;font-size: 24px;}
.home #section01 .wrap li a.service-thumb .title .number{width: 70px;height: 70px;display: flex;align-items: center;justify-content: center;font-size: 40px;margin-right: .6em;}
.home #section01 .wrap li:nth-child(3) a.service-thumb{box-shadow: 10px 10px 0px 0px rgba(51, 153, 204, 0.5);}
.home #section01 .wrap li:nth-child(4) a.service-thumb{box-shadow: 10px 10px 0px 0px rgba(255, 153, 102, 0.5);}

.home #section02 .pic1{width: 54%;position: relative;border-radius: 0 0 90px 0;overflow: hidden;z-index: 20;}
.home #section02 .txtbox{background: #862040;width: 80%;margin-left: 20%;padding: 50px 0px;position: relative;margin-top: -27%;border-radius: 0 0 0 90px;overflow: hidden;}
.home #section02 .txtbox .deco{position: absolute;right:0;top:50%;transform: translateY(-50%);}
.home #section02 .txtbox .box{width: 45%;margin-left: 48%;color: white;}
.home #section02 .txtbox .box h3{color: white;font-weight: 600;font-size: 30px;margin-bottom: 30px;}
.home #section02 .txtbox .box h3 span{display: block;font-weight: 500;font-size: 18px;letter-spacing: .2rem;margin-top: 5px;}
.home #section02 .txtbox .box p{text-align: justify;margin-bottom: 30px;}
.home #section02 .txtbox .box ul li a{display: block;}
.home #section02 .txtbox .box ul li a .index{text-align: center;margin-top: 5px;color: white;}
.home #section02 .txtbox .box ul li a img{border-radius: .7em;}

}


@media (min-width: 1680px) {
#news .container{max-width: 1480px;}
.newsarea{position: relative;overflow-y: scroll;max-height: 420px;}

.newsarea .set{padding-bottom: 1.8em;margin-bottom: 1.8em;}
.newsarea .set .date{margin-bottom: 20px;}

.home #section01 h3{font-size: 35px;margin-bottom: 1.5em;}
.home #section01 h3 span{font-size: 18px;letter-spacing: .4rem;margin-top: 10px;}
.home #section01 .wrap{max-width:1650px;margin: 0 auto;padding: 0 15px;}
.home #section02 .txtbox{background: #862040;width: 80%;margin-left: 20%;padding: 80px 0px;position: relative;margin-top: -28%;border-radius: 0 0 0 90px;overflow: hidden;}
.home #section02 .txtbox .box h3{color: white;font-weight: 600;font-size: 38px;margin-bottom: 40px;}
.home #section02 .txtbox .box h3 span{display: block;font-weight: 500;font-size: 18px;letter-spacing: .2rem;margin-top: 5px;}
.home #section02 .txtbox .box p{text-align: justify;margin-bottom: 40px;}
.home #section03 .wrap ul li a .index{font-size: 22px; padding: 1em 0 .3em;}
.home #section03 .wrap ul li a .cate{text-align: center;line-height: 1;margin-bottom: 40px;}

}

@media (min-width: 1920px) {
.home #section02 .txtbox .box{width: 41%;margin-left: 50%;color: white;}
.home #section02 .txtbox .box p{font-size: 1.05em;margin-bottom: 40px;}

}


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: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: 1360px) {
a.btn-large{width: 100%;line-height: 80px;font-size: 24px;}


}



/* pagetop 
---------------------------------------------------- */
#pagetop {
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 1000;
}
 #pagetop img{vertical-align: bottom;}

#pagetop a {
    display: block;
    width: auto;
    text-align: center;
}
 
#pagetop a:hover {
    opacity: 1;
    text-decoration: none;
	-webkit-animation: float 0.8s linear 0s 1;
	animation: float 0.8s linear 0s 1;

}

@media (max-width: 568px) {
#pagetop {
    position: fixed;
    bottom: 10px;
    right: 10px;
}

 #pagetop img{width: 45px;height: auto;}


}




/* -----  footer ------- */

#common{position: relative;z-index: 30;padding: 100px 0px 0;background:url("../images/bg-contact.jpg");background-position: center bottom 80px;background-size: cover;color: white;}
#common .wrap{background: #862040;border-radius: 15px 15px 0 0;width: 80%;margin: 0 auto;padding: 25px 15px 5px;}
#common .wrap h3{text-align: center;margin-bottom: 1em;line-height: 1;color: white;font-weight: 600;font-size: 1.52em;}
#common .wrap .txt{text-align: center;line-height: 1.4;margin-bottom: 1.5em;}
#common .wrap .index{text-align:center;line-height: 1.4;margin-bottom: 1.5em;}
#common .wrap .index span{font-weight: 600;background: white;border-radius: 18px;color: #862040;padding: .4em 1em;}
#common .wrap2{background: #862040;padding: 0px 0px 30px;}
#common .wrap2 .tel{text-align: center;font-size: 22px;line-height: 1;margin-bottom: 5px;}
#common .wrap2 .tel .call{font-size: 28px;color: #fff;border:none!important;border-radius: 0em!important;display: inline-block!important;}
#common .wrap2 .tel .call::after {display: none!important;}

#common .wrap2 .time{text-align: center;font-size: 13px;line-height: 1.4;margin-bottom: 1.5em;}

#common .wrap2 ul li a{position: relative;border:1px solid #fff;border-radius: .6em;transition: .4s;color: white;display: flex;align-items: center;line-height: 1.3;padding-left: .6em;padding-right: 2em; height: 50px;}
#common .wrap2 ul li a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f0a9";
font-weight: 900;
position: absolute;
right:10px;
top:50%;
transform: translateY(-50%);
}
#common .wrap2 ul li a:hover{position: relative;border:1px solid #fff;background: #333;color: white;}

footer{padding: 50px 0px 60px;background:#420b1c; position: relative;color: white;}
.footer-logo{color: white;margin-bottom: 25px;text-align: center;}
.footer-logo a{color: white;font-size: 18px;transition: .4s;}
.footer-logo a .icon{display: block;width: 48px;margin: 0 auto;margin-bottom: 5px;}
.footer-logo a span{font-size: 24px;}
.footer-logo a:hover{color: #ddd;}

footer .address{font-size: 14px;text-align: center;line-height: 1.6;margin-bottom: 10px;}
footer .address a{transition: .4s;color: #191933;}
footer .address a:hover{color: #b08d33;}
footer .tel{line-height: 1;margin-bottom: 25px;font-size: .9em; display: flex;align-items: center;justify-content: center;}
footer .tel span.call{color: white!important;padding-right: 1em!important; font-size: 1.1em;display: inline-block;}
footer .tel span.call:last-child{padding-right: 0;color: white!important;}

.footer-menu{}
.footer-menu ul{margin-bottom: 0px;}
.footer-menu li{margin-bottom: 1.5em;padding: 0px 15px;}
.footer-menu li:last-child{margin-bottom: 0;}
.footer-menu li .index{margin-bottom: .6em;color:#fff;font-size: 14px;}
.footer-menu li .index a{color:#fff;}
.footer-menu li .index a:hover{color:#EE99BA;}

.footer-menu li .list{padding-left: 25px; }
.footer-menu li .list a{color: #fff;font-size: 14px;display: block; transition: .5s;}
.footer-menu li .list a:hover{color:#EE99BA; }




.copy{font-size: 11px;text-align: center;letter-spacing: 0rem;}

@media (min-width: 667px) {

#common .wrap .txt{text-align: center;line-height: 1.4;margin-bottom: 2em;}
#common .wrap2 .tel{text-align: center;font-size: 25px;line-height: 1;margin-bottom: 5px;}
#common .wrap2 .tel .call{font-size: 30px;}
footer .container{max-width: 95%;}
.footer-menu ul{display: flex;justify-content: space-around;}
.footer-menu li .index{margin-bottom: .5em;}
.footer-menu li .list{padding-left: 10px;}
.footer-menu li .list a{font-size: 14px;display: block; transition: .5s;margin-bottom: .7em;}


}


@media (min-width: 768px) {
#common{position: relative;z-index: 30;padding: 140px 0px 0;background:url("../images/bg-contact.jpg");background-position: center bottom 120px;background-size: cover;color: white;}
#common .wrap{background: #862040;border-radius: 30px 30px 0 0;width: 80%;margin: 0 auto;padding: 50px 15px 5px;}
#common .wrap h3{text-align: center;margin-bottom: 1em;line-height: 1;color: white;font-weight: 600;font-size: 2em;}
#common .wrap .txt{line-height: 1.4;margin-bottom: 1.5em;}
#common .wrap2 .tel{text-align: center;font-size: 30px;line-height: 1;margin-bottom: 5px;}
#common .wrap2 .tel .call{font-size: 33px;letter-spacing: .1rem;}
#common .wrap2 .time{text-align: center;font-size: 13px;line-height: 1.4;margin-bottom: 2em;}
#common .wrap2{background: #862040;padding: 25px 0px 50px;}
footer{padding: 70px 0px 80px;}
.copy{font-size: 12px;}


}


@media (min-width: 992px) {
#common{position: relative;z-index: 30;padding: 150px 0px 0;background:url("../images/bg-contact.jpg");background-position: center bottom 70px;background-size: cover;color: white;}
#common .wrap{background: #862040;border-radius: 60px 60px 0 0;width: 80%;margin: 0 auto;padding: 50px 15px 5px;}
#common .wrap h3{text-align: center;margin-bottom: 40px;line-height: 1;}
#common .wrap .txt{line-height: 1.4;margin-bottom: 2em;}
#common .wrap .index{text-align:center;line-height: 1.4;margin-bottom: 0em;}
#common .wrap .index span{font-weight: 600;font-size: 18px; background: white;border-radius: 18px;color: #862040;padding: .4em 1.5em;}
#common .wrap2 .tel{line-height: 1;margin-bottom: 10px;}
#common .wrap2 .tel .call{font-size: 34px;letter-spacing: .1rem;}
#common .wrap2 .container{max-width: 825px;}
#common .wrap2 .time{text-align: center;font-size: 13px;line-height: 1.4;margin-bottom: 2em;}

footer{padding: 100px 0px 20px;}
footer .container{max-width: 100%;}

.footer-logo{text-align: left;margin-left: 0;margin-bottom: 25px;display: flex;}
.footer-logo a{color: white;font-size: 18px;transition: .4s;display: flex;align-items: center;justify-content: flex-start;text-align: left;}
.footer-logo a .icon{width: 40px;margin-left: 0;margin-bottom:0;margin-right: 15px;}

footer .address{font-size: 14px;text-align: left;line-height: 1.6;margin-bottom: 15px;}
footer .tel{line-height: 1;margin-bottom: 8px;display: flex;align-items: center;justify-content: flex-start;}

.footer-menu ul{display: flex;justify-content: flex-end;}
.footer-menu li{padding: 0px 0px;margin-left: 50px;}
.footer-menu li:first-child{padding-left: 0px;margin-left: 0;}
.footer-menu li .index{margin-bottom: .6em;color:#fff;font-size: 16px;}

.footer-menu li .list{padding-left: 25px; }
.footer-menu li .list a{color: #fff;font-size: 15px;display:block; margin-bottom: .4em; transition: .5s;}

.flexbox-fmenu{display: flex;flex-wrap: wrap;}



.copy{font-size: 13px;}
.copy{font-size: 13px;text-align: center;}

}


@media (min-width: 1280px) {
#common .wrap{background: #862040;border-radius: 100px 100px 0 0;width: 1110px;margin: 0 auto;padding: 100px 15px 25px;}
#common .wrap h3{text-align: center;font-size: 37px; margin-bottom: 40px;line-height: 1;}
#common .wrap .txt{line-height: 1.4;margin-bottom: 2.5em;}
#common .wrap .index{text-align:center;line-height: 1.4;margin-bottom: .5em;}
#common .wrap .index span{font-weight: 600;font-size: 20px; background: white;border-radius: 25px;color: #862040;padding: .4em 1.5em;}

#common .wrap2{padding: 0px 0px 100px;}
#common .wrap2 .time{text-align: center;font-size: 13px;line-height: 1.4;margin-bottom: 3em;}


footer .container{max-width: 1170px;}


.footer-menu li{}
.footer-menu li:first-child{padding-left: 0px;}




}

@media (min-width: 1680px){
#common{position: relative;z-index: 30;padding: 200px 0px 0;background:url("../images/bg-contact.jpg");background-position: center bottom 50px;background-size: cover;color: white;}
#common .wrap h3{font-size: 45px;margin-bottom: 40px;line-height: 1;}


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


/*------------------------------　　下層ページ style　　------------------------------------------*/
.h2area{width: 100%; position: relative;height: 200px;display: flex;align-items: center;}
.h2area::after {
  content: "";
  display: none;
  position: absolute;z-index: 2;
  left:0;
  top:0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .1);
}
.h2area.h2-business{background:url("../images/h2-business.jpg");background-position: center;background-size: cover;}
.h2area.h2-contact{background: url("../images/h2-contact.jpg");background-position: center;background-size: cover;}
.h2area.gotenyama{height: 280px;}

.h2-txt {position: relative;z-index: 5; 
	animation-name: fade-in;
    animation-duration: 2s;
    animation-delay: .3s;
    animation-fill-mode: both;
font-size: 28px;letter-spacing: 0.1rem; color: #fff;padding-left: 5%;font-weight: 600;text-shadow: 1px 1px 5px rgba(0,0,0,.5);}
.h2-txt.long {letter-spacing: 0rem; }
.h2-txt span{display: block;margin-bottom: 10px;}
.h2-txt span.goten{font-size: 17px;margin-bottom: 6px;background: rgba(102,153,51,.8);padding: .3em 1em;border-radius: 1em;text-align: center;}
.h2area .swiper-container-back {
    position: relative;
    width: 100%;
	margin-left: 0%;
	overflow: hidden;
}
.h2area.gotenyama .swiper-container-back .main1{width: 100%;height:280px;background: url("../images/main1.jpg");background-position: center;background-size: cover;}
.h2area.gotenyama .swiper-container-back .main2{width: 100%;height:280px;background: url("../images/main2.jpg");background-position: center;background-size: cover;}
.h2area.gotenyama .swiper-container-back .main3{width: 100%;height:280px;background: url("../images/main3.jpg");background-position: center;background-size: cover;}
.h2-gotenyama{position: absolute;z-index: 20;left:5%;bottom:30px;font-size: 20px;color: white; line-height: 1.6;font-weight: 600px;}
.h2-gotenyama span{display: block;font-size: 17px;}
.page-title{position: absolute;z-index: 20;top:20px;left:0;background: rgba(102,153,51,.8);border-radius: 0 15px 15px 0; padding: 1em;color: white;font-size: 25px;font-weight: 600;}
.page-title span{display: block;font-size: 16px;font-weight: 500;margin-bottom: 5px;}
.page-title.yl{background: rgba(51,153,204,.8);}

.h2-shadow {
    -webkit-filter: drop-shadow(1px 1px 1px rgba(0,0,0,.7));
        filter: drop-shadow(1px 1px 1px rgba(0,0,0,.7));
        }
.txt-shadow {
    -webkit-filter: drop-shadow(1px 1px 1px rgba(0,0,0,.3));
        filter: drop-shadow(1px 1px 1px rgba(0,0,0,.3));
        }
		

.headline-h3 {
  position: relative;
  margin-bottom: 40px;
  text-align: center;
  font-size:20px;
  font-weight: 600;
  }
.headline-h3::after{
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -15px;
    width: 40px;
    height: 2px;
    background: #b08d33;
}

.headline-h4 {
text-align: center;
   font-size: 16px;
 position: relative;
  padding: 1rem .5rem;
  margin-bottom: 1.8em;
}

.headline-h4:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  content: '';
  background: #06c;
}

.headline{position: relative;font-weight: 600;color: black;margin-bottom: 1.4em;font-size: 1.2em;line-height: 1.2;padding-left: 20px;}
.headline:before {
  content: '';
  position: absolute;
  left:-15px;
  top:-20px;
  width: 60px;
  height: 60px;
  background-image: url(../images/star.png);
  background-size: contain;
  vertical-align: middle;
  z-index: 1;
}
.headline span{position: relative;z-index: 5;}
.headline span.ja{}
.headline span.en{display: block; font-weight: 400;color: black;margin-bottom: 10px;font-size: 24px;font-family: ' Marcellus ';}


@media (min-width: 667px) {
.page-title{position: absolute;z-index: 20;top:30px;left:0;background: rgba(102,153,51,.8);border-radius: 0 15px 15px 0; padding: 1em;color: white;font-size: 24px;font-weight: 600;}
.page-title span{display: block;font-size: 16px;font-weight: 500;margin-bottom: 5px;}

.h2-gotenyama{position: absolute;z-index: 20;left:auto;right:30px;;bottom:30px;font-size: 22px;color: white; line-height: 1.6;font-weight: 600px;}
.h2-gotenyama span{display: block;font-size: 17px;}

}



@media (min-width: 768px) {
.h2area{width: 100%; position: relative;height: 260px;}
.h2area.gotenyama{height: 280px;}

.h2-txt {font-size: 36px;}
.h2-txt span.goten{font-size: 20px;margin-bottom: 6px;}

.h2area.gotenyama .swiper-container-back .main1{width: 100%;height:280px;background: url("../images/main1.jpg");background-position: center;background-size: cover;}
.h2area.gotenyama .swiper-container-back .main2{width: 100%;height:280px;background: url("../images/main2.jpg");background-position: center;background-size: cover;}
.h2area.gotenyama .swiper-container-back .main3{width: 100%;height:280px;background: url("../images/main3.jpg");background-position: center;background-size: cover;}

.headline{margin-bottom: 45px;font-size:16px;line-height: 1.2;padding-left: 20px;}
.headline:before {
  content: '';
  position: absolute;
  left:-20px;
  top:-25px;
  width: 70px;
  height: 70px;
  background-image: url(../images/star.png);
  background-size: contain;
  vertical-align: middle;
  z-index: 1;
}
.headline span{position: relative;z-index: 5;}
.headline span.ja{}
.headline span.en{font-size: 32px;}


.headline-h3 {font-size: 26px;line-height: 1.5;margin-bottom: 60px;}
.headline-h3::after{
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -15px;
    width: 40px;
    height: 2px;
    background: #b08d33;
}


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


}


@media (min-width: 992px) {
.h2area{width: 98%;margin-left: 2%; position: relative;height: 350px;border-radius: 0 0 0 80px;overflow: hidden;}
.h2area.gotenyama{height: 400px;}

.h2-txt {font-size: 42px;letter-spacing: .1rem;padding-left: 15%;}
.h2-txt.long {letter-spacing:0rem; }
.h2area.gotenyama .swiper-container-back .main1{width: 100%;height:400px;background: url("../images/main1.jpg");background-position: center;background-size: cover;}
.h2area.gotenyama .swiper-container-back .main2{width: 100%;height:400px;background: url("../images/main2.jpg");background-position: center;background-size: cover;}
.h2area.gotenyama .swiper-container-back .main3{width: 100%;height:400px;background: url("../images/main3.jpg");background-position: center;background-size: cover;}
.page-title{position: absolute;z-index: 20;top:40px;left:0;background: rgba(102,153,51,.8);border-radius: 0 20px 20px 0; padding: 1em;color: white;font-size: 30px;font-weight: 600;}
.page-title span{display: block;font-size: 16px;font-weight: 500;margin-bottom: 5px;}

.h2-gotenyama{position: absolute;z-index: 20;left:auto;right:70px;;bottom:50px;font-size: 28px;color: white; line-height: 1.6;font-weight: 600px;}
.h2-gotenyama span{display: block;font-size: 18px;}


#pankuzu{background: #fff;position: relative;z-index: 10;max-width: 98%;margin: 0 auto;padding: 0;}

.headline{margin-bottom: 50px;font-size:16px;line-height: 1.2;padding-left: 0px;}
.headline:before {
  content: '';
  position: absolute;
  left:-50px;
  top:-45px;
  width:100px;
  height: 100px;
  background-image: url(../images/star.png);
  background-size: contain;
  vertical-align: middle;
  z-index: 1;
}


.headline-h3 {font-size: 26px;line-height: 1.5;margin-bottom: 70px;}


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



}


@media (min-width: 1200px) {
.h2area{}

.h2-txt {font-size: 44px;letter-spacing: .7rem;}
.h2-txt span{display: block; font-size: 18px;letter-spacing: 0.05rem; margin-bottom: 1em;}
.h2-txt span.goten{font-size: 24px;margin-bottom: 6px;}
.h2-gotenyama{position: absolute;z-index: 20;left:auto;right:90px;;bottom:50px;font-size: 28px;color: white; line-height: 1.6;font-weight: 600px;}

.headline{margin-bottom: 60px;font-size:16px;line-height: 1.2;padding-left: 0px;}
.headline:before {
  content: '';
  position: absolute;
  left:-70px;
  top:-50px;
  width: 120px;
  height: 120px;
  background-image: url(../images/star.png);
  background-size: contain;
  vertical-align: middle;
  z-index: 1;
}
.headline span{position: relative;z-index: 5;}
.headline span.ja{}
.headline span.en{font-size: 30px;}


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


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

}

@media (min-width: 1440px) {

.h2area{width: 95%;margin-left: 5%; position: relative;height: 400px;border-radius: 0 0 0 100px;}
.h2area.gotenyama{height: 400px;}
.h2area.gotenyama .swiper-container-back .main1{width: 100%;height:400px;background: url("../images/main1.jpg");background-position: center;background-size: cover;}
.h2area.gotenyama .swiper-container-back .main2{width: 100%;height:400px;background: url("../images/main2.jpg");background-position: center;background-size: cover;}
.h2area.gotenyama .swiper-container-back .main3{width: 100%;height:400px;background: url("../images/main3.jpg");background-position: center;background-size: cover;}

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

.page-title{position: absolute;z-index: 20;top:50px;left:0;background: rgba(102,153,51,.8);border-radius: 0 20px 20px 0; padding: 1em;color: white;font-size: 42px;font-weight: 600;}
.page-title span{display: block;font-size: 18px;font-weight: 500;margin-bottom: 5px;}

.h2-gotenyama{position: absolute;z-index: 20;left:auto;right:120px;bottom:50px;font-size: 30px;color: white; line-height: 1.8;font-weight: 600px;}
.h2-gotenyama span{display: block;font-size: 18px;}



.headline-h3::after{
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
    width: 50px;
    height: 2px;
    background: #b08d33;
}

#pankuzu{background: #fff;position: relative;z-index: 10;max-width: 95%;margin: 0 auto;padding: 0;}

}

@media (min-width: 1680px) {

.h2area{height: 450px;}
.h2area.gotenyama{height: 450px;}

.h2-txt {font-size: 56px;}
.h2area.gotenyama .swiper-container-back .main1{width: 100%;height:450px;background: url("../images/main1.jpg");background-position: center;background-size: cover;}
.h2area.gotenyama .swiper-container-back .main2{width: 100%;height:450px;background: url("../images/main2.jpg");background-position: center;background-size: cover;}
.h2area.gotenyama .swiper-container-back .main3{width: 100%;height:450px;background: url("../images/main3.jpg");background-position: center;background-size: cover;}

.headline-h3 {font-size: 34px;margin-bottom: 85px;}

.headline{margin-bottom: 70px;font-size:18px;line-height: 1.2;padding-left: 0px;}
.headline:before {
  content: '';
  position: absolute;
  left:-70px;
  top:-80px;
  width: 150px;
  height: 150px;
  background-image: url(../images/star.png);
  background-size: contain;
  vertical-align: middle;
  z-index: 1;
}
.headline span{position: relative;z-index: 5;}
.headline span.ja{}
.headline span.en{font-size: 36px;}

}

@media (min-width: 1920px) {
.h2area{border-radius: 0 0 0 120px;}
#pankuzu{max-width: 1840px;margin: 0 auto;}

.headline:before {
  content: '';
  position: absolute;
  left:-100px;
  top:-100px;
  width: 200px;
  height: 200px;
}
.headline span{position: relative;z-index: 5;}
.headline span.ja{}
.headline span.en{font-size: 36px;}

}






.marker {
  background: linear-gradient(transparent 70%, #f6e200 50%);
}
.marker2 {
  background: linear-gradient(transparent 50%, rgba(204,255,102,.8) 0%);
}

.btn-posi-center{display: flex;justify-content: center;}
.btn-posi-right{display: flex;justify-content:flex-end;position: relative;}

.linkbtn {
  display: flex;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #333;
  border-bottom:2px;
  letter-spacing: 0.1em;
  font-size: 1em;
}
.linkbtn:hover{color:#862040;}
.linkbtn span{position: relative;}
.linkbtn span::after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #862040;
  bottom: -6px;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.5s;
}
.linkbtn span:hover::after {
  transform: scale(1, 1);
  transform-origin: left top;
}


.btn-back {text-align: center;}
.btn-back .btn-more {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  width: 100%;
  max-width: 270px;
  text-align: center;
  border-radius: 30px;
  background: #b08d33;
  margin: 0 auto;
  margin-top: 0px;
}
.btn-back .btn-more__link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  min-height: 60px;
  border-radius: 30px;
  overflow: hidden;
  padding: 0px 0 0px 0px;
  letter-spacing: 0.05rem;
  text-decoration: none;
  color: #fff;
}
.btn-back .btn-more__link::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background: #c0aa72;
  transition: width 0.3s ease;
}
.btn-back .btn-more__link::after {display: none;}
.btn-back .btn-more__txt {font-size: 16px;
  position: relative;
  z-index: 1;
  transition: color 0.3s ease;
}
.btn-back .btn-more__link:hover::before {
  right: auto;
  left: 0;
  width: 100%;
}
.btn-back .btn-more__link:hover .btn-more__txt {color: #fff;}




.btn-pdf {
  display: inline-block;
  padding:10px 15px 10px 50px;
  text-align: left;
  text-decoration: none;
  background:url("../images/ico-pdf.png"),#fff;
  background-position: center left 10px;background-repeat: no-repeat;background-size: 26px auto;
  color: #222!important;/*文字色*/
  border:1px solid #ddd;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 13px;
  letter-spacing: 0;
  line-height: 1.5;
}
.btn-pdf:hover{
  color: #222;/*文字色*/
  background:url("../images/ico-pdf.png"),#f7f7f7;
  background-position: center left 10px;background-repeat: no-repeat;background-size: 26px auto;
}

.i-pdf{margin-top: 7px;display: block;}

@media (min-width: 768px) {
.btn-back {
}

}

@media (min-width: 992px) {
.btn-back {
}

}

@media (min-width: 1200px) {
.btn-more__link {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  min-height: 60px;
  border-radius: 35px;
  overflow: hidden;
  padding: 0px 0 0px 20px;
  border: none;
  letter-spacing: 0.05rem;
  text-decoration: none;
  color: #fff;
}

.btn-back {
}

}

@media (min-width: 1440px) {
.btn-more {
  width: 100%;
  max-width: 260px;
}

}

.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:20px 10px 0px;
	line-height: 1.4;
	font-size: 14px;
}
.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:#06A4AD;
	color:#fff;
}
.paging span.paging-text a:hover {
	background:#06A4AD;
	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(2px 2px 10px rgba(0,0,0,.5));
        filter: drop-shadow(2px 2px 10px rgba(0,0,0,.5)); }
.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: 1199px) {
.table-responsive {
border:none;
}
.table-responsive::after {
font-size: 12px;
display: block;
padding: 0px 5px 5px 5px;
content: "表は左右にスクロールできます";
color: #555;
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:#4ba4bc;
}
}







/* -----  news-detail.html  -----*/
.news #news-category{padding:50px 0px;position: relative;}
.news #news-category ul.category{display: flex;flex-wrap: wrap;}
.news #news-category ul.category li{width: 50%;padding: 0 .15em;margin-bottom: .3em;}
.news #news-category ul.category li a{display:flex;align-items: center;height: 50px;font-size: 14px; color: #191933;padding: .2em .5em;border: 1px solid #191933;line-height: 1.4;}
.news #news-category ul.category li a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f5ac";
  font-weight: 900;
  display: inline-block;
  margin-right: 3px;
}
.news #news-category ul.category li a.active{background: #191933; color: #fff}

.news #section01{padding: 50px 0px;position: relative;}
.news #section01 .cate-title{position: relative;padding-left: 1.5em; font-weight: 600;padding-bottom: .3em;margin-bottom: 1.5em;font-size: 1.2em;}
.news #section01 .cate-title::before {
  font-family: "Font Awesome 5 Free";
  content: "\f5ac";
  font-weight: 900;
  display: inline-block;
  position: absolute;
  left:0;
  top:-.1em;
  font-size: 1.2em;
}
.news #section01 .item{margin-bottom: 50px;}
.news #section01 a.item{position: relative;transition: .4s;display: block; margin-bottom: 50px;}
.news #section01 .item .item-thumb{position: relative;margin-bottom: 10px;overflow: hidden;}
.news #section01 a.item .item-thumb::after {
  font-family: "Font Awesome 5 Free";
  content: "\f138";
font-weight: 900;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
color: rgba(255,255,255,.7);
font-size: 30px;
transition: .4s;
}
.news #section01 a.item:hover .item-thumb::after {
  font-family: "Font Awesome 5 Free";
  content: "\f138";
font-weight: 900;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
color: rgba(25,25,51,1);
font-size: 30px;
}

.news #section01 .item .item-thumb .photo-ofi img {
  max-width: inherit;
  max-height: inherit;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'cover;';
  position: absolute;
  left: 0;
  top: 0;
}
.news #section01 a.item:hover .item-thumb{filter: grayscale(100%);}

.news #section01 .item .item-date{margin-bottom: 5px;}
.news #section01 .item .item-date .cate{font-size: 13px;left: 0;border-radius: 15px;padding: .2em .6em;line-height: 1;color:#191933;}
.news #section01 .item .item-date .update{font-size: 14px;line-height: 1;color: #555;margin-top: 7px;}
.news #section01 .item .item-title{font-size:18px;line-height: 1.5;color: #191933;font-weight: 600;}

.news-header{margin-bottom: 30px;background:rgba(25,25,53,.05);padding: 1.2em;}
.news-header h3.item-title{font-size:18px;line-height: 1.5;color: #191933;font-weight: 600;margin-bottom: 20px;}
.news-header .update.detail{font-size: 14px;line-height: 1;color: #555;margin-top: 0;text-align: right;}
.news-header .update.detail span{}
.news-header .update.detail::before {
  font-family: "Font Awesome 5 Free";
  content: "\f073";
  margin-right: .5em;
}
.news-txt{text-align: justify;margin-bottom: 30px;}


.download_file{}
.download_file ul {display: flex;flex-wrap: wrap;}
.download_file ul li{margin:0 .3em .3em 0;display: inline-block;}
.download_file ul li:last-child{margin-bottom: 0;}
.download_file a{background:#555;color:#fff;letter-spacing: 0;display: block;line-height: 1.4;padding: .5em .8em;border-radius: .3em;transition: .4s;position: relative;}
.download_file a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f381";
font-weight: 900;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-left: .5em;
}
.download_file a:hover{background:#920F40;color:#fff;}

.fa-file-pdf{color: #E11317;font-size: 1.1em;}
.fa-file-excel{color:#22960D;font-size: 1.1em;}
.fa-file-word{color:#1945CA;font-size: 1.1em;}

@media (min-width:768px) {

.news #section01{padding: 70px 0px;}
.news #section01 .cate-title{position: relative;padding-left: 1.5em; font-weight: 600;padding-bottom: .3em;margin-bottom: 1.5em;font-size: 1.4em;}
.news #section01 .cate-title::before {
  font-family: "Font Awesome 5 Free";
  content: "\f5ac";
  font-weight: 900;
  display: inline-block;
  position: absolute;
  left:0;
  top:-.1em;
  font-size: 1.2em;
}

.news-header{margin-bottom: 50px;padding: 1.2em;}
.news-header h3.item-title{font-size:18px;line-height: 1.5;color: #191933;font-weight: 600;margin-bottom: 20px;}
.download_file ul li{margin:0 .5em .5em 0;display: inline-block;}
.download_file ul li:last-child{margin-bottom: 0;}
.download_file a{background:#555;color:#fff;letter-spacing: 0;display: block;line-height: 1.4;padding: .8em 1em;}

}

@media (min-width:992px) {

.news #news-category ul.category li{width: 25%;padding: 0 .2em;margin-bottom: .3em;}
.news #news-category ul.category li a{display:flex;align-items: center;height: 50px;font-size: 14px; color: #191933;padding: .2em .5em;border:none;border-bottom: 1px solid #ccc;line-height: 1.4;}
.news #news-category ul.category li a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f5ac";
  font-weight: 900;
  display: inline-block;
  margin-right: 3px;
}
.news #news-category ul.category li a.active{background: none; border-bottom: 1px solid #191933;color: #B78B14;}
.news #news-category ul.category li a:hover {color: #B78B14;border-bottom: 1px solid #191933;}
.news #news-category ul.category li a.active::before {color: #B78B14;}
.news #section01 .item .item-thumb{margin-bottom: 15px;}
.news #section01 .item .item-date{margin-bottom: 10px;display: flex;align-items: center;}
.news #section01 .item .item-date .cate{font-size: 13px;left: 0;border-radius: 15px;padding: .3em .6em;line-height: 1;color:#191933;margin-right: .5em;}
.news #section01 .item .item-date .update{font-size: 14px;line-height: 1;color: #555;margin-top: 0;}
.news #section01 .item .item-title{font-size:18px;line-height: 1.5;}

.news-header{margin-bottom: 50px;padding: 1.2em 1.5em;}
.news-header h3.item-title{font-size:22px;margin-bottom: 20px;}



}



@media (min-width:1200px) {

.news #section01{padding: 100px 0px;}
.news #section01 .cate-title{margin-bottom: 1.8em;font-size: 1.6em;}
.news #section01 .cate-title::before {
  font-family: "Font Awesome 5 Free";
  content: "\f5ac";
  font-weight: 900;
  display: inline-block;
  position: absolute;
  left:0;
  top:-.1em;
  font-size: 1.2em;
}

.news #section01 .item .item-title{font-size:20px;line-height: 1.5;}

}

@media (min-width:1680px) {
.news #news-category ul.category li a{font-size: 15px; }

.news-header{margin-bottom: 60px;padding: 1.2em 1.8em;}
.news-header h3.item-title{font-size:24px;margin-bottom: 20px;}

}


/*サムネ付きスライダー start*/
.slickwrap {
position: relative;
max-width: 650px;
width:100%;
margin: 0px auto;
margin-bottom: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.slider {
border:1px solid #eee;
  width: 100%;
  margin: 0 0 10px 0;
  overflow:hidden;
  background: white;
  padding: 0;
}
.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:25%!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: 1;}
.thumbnail-item.slick-current img{
border: 2px solid #862040;
opacity: 1;
}
.thumbnail-item:hover img{opacity: 1;}
.thumbnail-item img {
  width: 100%;
  margin: 0 auto;
}

.arrow_box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  z-index: 50;
  width: 100%;
  top:40%;
}

.prev-arrow{
  display: block;
  width: 40px;
  height: 40px;
  background:rgba(146,16,64,.5);
  border-radius:50%;
  transition: all .3s ease;
  cursor: pointer;
  position:absolute;
  left:-10px;
}
.next-arrow {
  display: block;
  width: 40px;
  height: 40px;
  background: rgba(146,16,64,.5);
  border-radius:50%;
  transition: all .3s ease;
  cursor: pointer;
  position:absolute;
  right:-10px;
}
.prev-arrow {transform: rotate(180deg);}
.prev-arrow:hover{background: rgba(146,16,64,1);}
.next-arrow:hover{background: rgba(146,16,64,1);}


.prev-arrow::before{
  position:absolute;
  content: "";
  width:10px;
  height:10px;
  border-right: 2px solid #FFF;
  border-top: 2px solid #FFF;
  top:0;
  bottom:0;
  left:-3px;
  right:0;
  margin:auto;
  transform:rotate(45deg);
}
.next-arrow::before{
  position:absolute;
  content: "";
  width:10px;
  height:10px;
  border-right: 2px solid #FFF;
  border-top: 2px solid #FFF;
  top:0;
  bottom:0;
  left:0;
  right:4px;
  margin:auto;
  transform:rotate(45deg);
}


@media screen and (max-width:991px) {
  .prev-arrow,
  .next-arrow {
    width: 35px;
    height:35px;
  }

}

@media only screen and (max-width:767px){
.slider {margin: 0 0 10px 0;}
  .prev-arrow,
  .next-arrow {
    width: 35px;
    height:35px;
  }
.prev-arrow{left:-10px;}

.next-arrow {right:-10px;}
.prev-arrow::before{
  position:absolute;
  content: "";
  width:8px;
  height:8px;
  border-right: 2px solid #FFF;
  border-top: 2px solid #FFF;
  top:0;
  bottom:0;
  left:0;
  right:0;
  margin:auto;
  transform:rotate(45deg);
}
.next-arrow::before{
  position:absolute;
  content: "";
  width:8px;
  height:8px;
  border-right: 2px solid #FFF;
  border-top: 2px solid #FFF;
  top:0;
  bottom:0;
  left:0;
  right:0;
  margin:auto;
  transform:rotate(45deg);
}

}

@media only screen and (max-width:500px){
.slickwrap{width:90%;margin: 0 auto;margin-bottom: 50px;}
.prev-arrow{left:-10px;}

.next-arrow {right:-10px;}
}
/*サムネ付きスライダー end*/


.photo-wrap {width: 100%;}
.photo-main {
    position: relative;
    margin-bottom: 15px;}
.photo-wrap .slick-arrow {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      z-index: 1;
      cursor: pointer;
      width: 55px;
      height: 55px;
      border-radius: 50%;
      backdrop-filter: blur(20px);
}
.photo-wrap .slick-arrow img {
        width: 100%;
        height: 100%;
      }
    
.photo-wrap .slick-prev {left: 0;}
    
.photo-wrap .slick-next {right: 0px;}
.photo-wrap .photo-item {
      width: 100%;
      border-radius: 6px;
      overflow: hidden;
      position: relative;}
.photo-wrap .photo-item a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f31e";
font-weight: 900;
position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  color:white;}



.photo-wrap .photo-main {
  position: relative;
  margin-bottom: 15px;
}
.photo-wrap .photo-main .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  backdrop-filter: blur(20px);
}
.photo-wrap .photo-main .slick-arrow > img {
  width: 100%;
  height: 100%;
}
.photo-wrap .photo-main .slick-prev {left: 0;}
.photo-wrap .photo-main .slick-next {right: 0px;}
.photo-wrap .photo-main .photo-item {
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

.photo-wrap .photo-main .photo-item img {  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.photo-wrap .photo-main .photo-item > .ttl {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.47;
  letter-spacing: 0.04em;
  color: #fff;
  backdrop-filter: blur(60px);
  min-height: 55px;
  padding: 15px 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}


.photo-wrap .photo-thumb{width: 100%!important;}
.photo-wrap .photo-thumb .slick-track {transform: unset !important;width: 100%!important;}
.photo-wrap .photo-thumb.three .slick-track {transform: unset !important;width: 100%!important;display: flex;justify-content: center;}

.photo-wrap .photo-thumb .slick-slide {
  padding: 0 2.5px;
  transition: 0.3s;
  margin-bottom: 5px;
  width: calc(100% / 4) !important;
}
.photo-wrap .photo-thumb .slick-slide:not(.slick-current) {opacity: 0.5;}
.photo-wrap .photo-thumb .slick-slide:not(.slick-current):hover {opacity: 1;}
.photo-wrap .photo-thumb .photo-item {
  overflow: hidden;
  width: 100%;
  cursor: pointer;
  border-radius: 0px;
}
.photo-wrap .photo-thumb .photo-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;
}
.photo-wrap .photo-thumb .photo-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (max-width: 991px) {
.photo-wrap {width: 430px;margin: 0 auto;}

  .photo-wrap .photo-main .photo-item > .ttl {
    font-size: 14px;
    padding: 10px 20px;
  }
}

@media only screen and (max-width:415px) {
.photo-wrap {width: 100%;}
}

/* -----  business.html  -----*/
.business #section01{padding: 50px 0px;position: relative;}
.business h3.business{margin-bottom: 30px;}
.business h3.business span{font-weight: 600;font-size: 22px; color: #862040;padding-bottom: .2em; border-bottom: 1px solid;
    border-image: linear-gradient(to right, #862040 0%, rgba(255,255,255,0) 90%);
    border-image-slice: 1;
}
.business h3.business span.ev{ color: #696; border-bottom: 1px solid;border-image: linear-gradient(to right, #696 0%, rgba(255,255,255,0) 90%);border-image-slice: 1;}
.business h3.business span.ly{ color: #39c; border-bottom: 1px solid;border-image: linear-gradient(to right, #39c 0%, rgba(255,255,255,0) 90%);border-image-slice: 1;}
.business h3.business span.himawari{ color:#f60; border-bottom: 1px solid;border-image: linear-gradient(to right, #f60 0%, rgba(255,255,255,0) 90%);border-image-slice: 1;}

.business #section01 .txt{text-align: justify;margin-bottom: 20px;letter-spacing: .1rem;line-height: 1.8;}
.business #section01 .txt span{line-height: 1.4;letter-spacing: 0;}
.business #section01 .pic{}
.business #section01 .name{text-align: right;}
.business #section01 .name span{margin-left: .5em;font-size: 1.4em;font-weight: 600;}
.business #section01 .recruit-sub{color: #ee6704;font-weight: 600;margin-bottom: 1em;text-align:justify;font-size: 1.1em;line-height: 1.6;}
.business #section01 .recruit-pic{width: 260px;margin: 0 auto;}
.linklist{}
.linklist li{margin-bottom: .6em;}
.linklist li a{background: #693;color: white;display: flex;flex-direction: column;align-items: center;justify-content: center;line-height: 1.3;height: 56px;border-radius: .6em;position: relative;transition: .4s;}
.linklist li a.ly{background: #39c;color: white;}
.linklist li a.himawari{background: #f60;color: white;}
.linklist li a:hover{background: #862040;color: white;}
.linklist li a span{display: block;}
.linklist li a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f107";
font-weight: 900;
position: absolute;
right:15px;
top:50%;
transform: translateY(-50%);
}


.business #section02{padding: 60px 0px;position: relative;background:rgba(147,16,64,.07);}
.business .h4-business{background: #693;color: white;padding: .6em 1em;border-radius: .5em;font-weight: 600;margin-bottom: 20px;font-size: 1.05em;text-align: justify;}
.business .h4-business.homon{background: #39c;}
.business .h4-business.day{background: #f90;}

.businessbox{margin-bottom: 50px;background: white;border-radius: 1.6em;padding: 1.5em;position: relative;}
.businessbox:last-child{margin-bottom: 0;}

.business .slickwrap{margin-bottom: 0;}
.wrap-business{margin-bottom: 20px;}
.business #section02 .txt{text-align: justify;}

.office-wrap{background:#f7f7f7;border-radius: 1.5em;padding: 2em 1.5em 1.5em;}
.officelist{margin-bottom: 25px;text-align: center;}
.officelist span{background: #862040;color: white;padding: .4em 1.2em;border-radius: 25px;font-size: 1.3em;font-weight: 600;}
.office-wrap ul li a.ever{background: #693;color: white; padding-left: 1em;padding-right: 1em; border-radius: .8em; height: 45px;line-height: 1.3;display: flex;align-items: center;justify-content: space-between;margin-bottom: 5px;transition: .4s;}
.office-wrap ul li:last-child a.ever{margin-bottom: 0;}
.office-wrap ul li a.ever:hover{background: #862040;color: white;}
.office-wrap ul li a.homon{background: #39f;color: white; padding-left: 1em;padding-right: 1em; border-radius: .8em; height: 45px;line-height: 1.3;display: flex;align-items: center;justify-content: space-between;margin-bottom: 5px;transition: .4s;}
.office-wrap ul li a.homon:hover{background: #862040;color: white;}
.office-wrap ul li a.day{background: #f90;color: white; padding-left: 1em;padding-right: 1em; border-radius: .8em; height: 45px;line-height: 1.3;display: flex;align-items: center;justify-content: space-between;margin-bottom: 5px;transition: .4s;}
.office-wrap ul li a.day:hover{background: #862040;color: white;}

.business #section02 .hojin{margin-bottom: 0;}
.business #section02 .hojin th{background: #862040!important;color: white;display: block;width: 100%;}
.business #section02 .hojin td{background: #fff!important;color: #111;display: block;width: 100%;}
.business #section02 .hojin td .call{color: #111;}

.business .yoko{margin-bottom: 2em;}
.business .yoko th{background: #696!important;color: white;display: block;width: 100%;vertical-align: middle;}
.business .yoko td{background: #fff!important;color: #111;display: block;width: 100%;vertical-align: middle;}
.business .yoko td .call{color: #111;}
.business .yoko.ly th{background: #39c!important;color: white;}
.business .yoko.himawari th{background: #f60!important;color: white;}

.business #section03{padding: 50px 0px;position: relative;}
.btn-map{text-align: center;display: flex;justify-content: center;}
.btn-map a{background: #862040;color: white;display: flex;align-items: center;justify-content: center;line-height: 1;height: 50px;border-radius: .7em; width: 280px;text-align: center;transition: .4s;}
.btn-map a.ev{background: #696;color: white}
.btn-map a:hover{background: #420b1c;color: white;}

.business #section04{padding: 50px 0px;position: relative;background: #f7f7f7;}

.business #section05{padding: 50px 0px;position: relative;}

.business #section06{padding: 50px 0px;position: relative;background:rgba(147,16,64,.07);}

.business #section07{padding: 50px 0px;position: relative;}


@media (min-width:667px) {
.business #section01 .pic{width: 400px;margin: 0 auto;}
.business #section01 .recruit-pic{width: 400px;margin: 0 auto;}


.business #section02 .hojin th{background: #862040;color: white;display: table-cell;width: 140px;}
.business #section02 .hojin td{display: table-cell;width: auto;}

.business .yoko th{display: table-cell;width: 150px;}
.business .yoko td{display: table-cell;width: auto;}

}



@media (min-width:768px) {
.business #section01{padding: 70px 0;}
.business h3.business{margin-bottom: 40px;}
.business h3.business span{font-size: 25px;padding-bottom: .2em; }

.business #section01 .txt{text-align: justify;margin-bottom: 20px;letter-spacing: .1rem;line-height: 1.8;}
.business #section01 .pic{width:100%;margin: 0 auto;}
.business #section01 .recruit-sub{margin-bottom: 1em;font-size: 1.2em;line-height: 1.6;}
.linklist li a{height: 65px;font-size: 1.1em;}
.business .yoko th{width: 170px;}

.business #section02{padding: 70px 0;}
.business .h4-business{padding: .6em 1em;border-radius: .5em;font-weight: 600;margin-bottom: 20px;font-size: 1.15em;}
.businessbox{margin-bottom: 70px;background: white;border-radius: 1.6em;padding: 2.5em;}

.office-wrap ul li a.ever{margin-bottom: 0;}
.office-wrap ul li a.homon{margin-bottom: 0;}
.office-wrap ul li a.day{margin-bottom: 0;}

.business #section03{padding: 70px 0;}
.btn-map a{height: 60px;border-radius: .7em; width: 300px;}


.business #section04{padding: 70px 0;}

.business #section05{padding: 70px 0;}

.business #section06{padding: 70px 0;}

.business #section07{padding: 70px 0;}

}


@media (min-width:992px) {
.business #section01 .recruit-pic{width: 95%;margin-left: 5%;}

.wrap-business{margin-bottom: 0px;}
.business #section02 .hojin th{width: 160px;}
.business #section02 .hojin td{}
.business .yoko th{width: 190px;}

}


@media (min-width:1200px) {
.business #section01{padding: 100px 0px;}
.business h3.business{margin-bottom: 50px;}
.business h3.business span{font-size: 30px;padding-bottom: .2em; }

.business #section01 .txt{text-align: justify;margin-bottom: 30px;letter-spacing: .1rem;line-height: 2;}
.business #section01 p{padding-right: 2.5em;}
.business #section01 .recruit-sub{margin-bottom: 1em;font-size: 1.4em;line-height: 1.6;padding-right: 0;}
.linklist li a{height: 70px;font-size: 1.2em;;flex-direction:row;}
.business .yoko th{width: 220px;}


.business #section02{padding: 100px 0px;}
.businessbox{margin-bottom: 100px;background: white;border-radius: 1.6em;padding: 4em;}

.wrap-business{margin-bottom: 0px;padding-right: 2em;}
.wrap-business.hidari{margin-bottom: 0px;padding-right: 0;padding-left: 2em;}

.business #section02 .txt{line-height: 2;}
.business .h4-business{padding: .6em 1em;border-radius: .5em;font-weight: 600;margin-bottom: 20px;font-size: 1.6em;}

.office-wrap{border-radius: 1.5em;padding: 4em 3em 2.5em;}
.officelist{margin-bottom: 40px;text-align: center;}
.officelist span{padding: .4em 1.2em;border-radius: 25px;font-size: 1.5em;font-weight: 600;}
.office-wrap ul li a.ever{height: 50px;line-height: 1.3;font-size: 1.1em;}
.office-wrap ul li a.homon{height: 50px;line-height: 1.3;font-size: 1.1em;}
.office-wrap ul li a.day{height: 50px;line-height: 1.3;font-size: 1.1em;}

.business #section02 .hojin th{width: 190px;}
.business #section02 .hojin td{}

.business #section03{padding: 100px 0px;}


.business #section04{padding: 100px 0px;}


.business #section05{padding: 100px 0;}

.business #section06{padding: 100px 0;}

.business #section07{padding: 100px 0;}


}

@media (min-width:1680px) {
.business h3.business span{font-size: 35px;padding-bottom: .2em; }
.business .h4-business{padding: .6em 1em;border-radius: .5em;font-weight: 600;margin-bottom: 20px;font-size: 1.8em;}

.btn-map a{height: 80px;border-radius: .7em; width: 420px;font-size: 1.1em;}

}



/* -----  施設  -----*/
#wrapper{padding: 50px 15px;display: flex;flex-direction: column-reverse;position: relative;}
#wrapper .sidenavi{}
#wrapper .sidenavi .carehome{margin-bottom: 20px;}
#wrapper .sidenavi .carehome .index{background: #693;color: white;text-align: center;letter-spacing: .05rem;height: 50px;display: flex;align-items: center;justify-content: center;}
#wrapper .sidenavi .kaigo{margin-bottom: 20px;}
#wrapper .sidenavi .kaigo .index{background: #39f;color: white;text-align: center;letter-spacing: .05rem;height: 50px;display: flex;align-items: center;justify-content: center;}
#wrapper .sidenavi .day{margin-bottom: 20px;}
#wrapper .sidenavi .day .index{background: #f90;color: white;text-align: center;letter-spacing: .05rem;height: 50px;display: flex;align-items: center;justify-content: center;}
#wrapper .sidenavi .list li a{display: flex;align-items: center;height: 40px;color: #111;border-bottom: 1px solid #ddd;transition: .4s;padding: 0 .5em;}
#wrapper .sidenavi .list li a:hover{background: #f7f7f7;}
#wrapper .sidenavi .list li a.active{color:rgba(146,14,63,1.00);background: #f7f7f7;}

#wrapper .contents{position: relative;}
.fixed-contact{position: fixed;left:0;bottom:0;z-index: 100;}
.fixed-contact a{background: #862040;color: white;display: inline-block;padding: 1em 1.5em 1em 2em;line-height: 1.5;border-radius: 0 15px 0 0;transition: .4s;}
.fixed-contact a:hover{background: #420b1c;color: white;}
form .table{margin-bottom: 50px;}
form .table th{vertical-align: middle;background: rgba(146,16,64,.2)!important;width: 100%;display: block;}
form .table td{vertical-align: middle;background: white!important;width: 100%;display: block;}
form h5{font-weight: 600;border-bottom: 1px solid #555;padding-bottom: 10px; margin-bottom: 15px;font-size:1.2em;}
form .pre-scrollable{max-height: 300px;padding: 15px;background:#fafafa; word-break: break-all;border:none;box-shadow: inset 0 0 20px rgba(0, 0, 0, .02);border-radius: 1.2em;}
.js-scrollable{}

.facility #section01{position: relative;padding: 0px 0 50px;}
.facility #wrapper .contents .index{font-weight: 600;font-size: 24px;text-align: center;margin-bottom: 30px;padding-bottom: .5em;border-bottom: 1px solid #999;}

.facility .boxes{ }
.facility .boxes.reverse {}
.facility .boxes .box1{margin-bottom: 1em;text-align: justify;}
.facility .boxes .box2{}
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}
.facility #section01 .main-tel{text-align: center;line-height: 1.3;font-size: 22px;}
.facility #section01 .main-tel .call{color: black;font-size: 28px;letter-spacing: .1rem;}
.facility #section01 .main-tel .time{display: block;font-size: 13px;letter-spacing: 0;margin-top: 5px;}

.facility #section02{position: relative;padding: 50px 0 50px;background: rgba(175,219,233,.16);margin-bottom: 4em;}
.facility #section02 .container{max-width: 100%;padding: 0 15px;}

.facility #facility-menu{position: relative;padding: 50px 0;background: #862040;color: white;}
.facility #facility-menu .container{max-width: 100%;padding: 0 15px;}
.facility #facility-menu .title{font-weight: 600;margin-bottom: 15px;font-size: 23px;}
.facility #facility-menu .txt{text-align: justify;margin-bottom: 30px;}
.facility #facility-menu ul li{margin-bottom: 10px;}
.facility #facility-menu ul li a{height: 50px;line-height: 1.3;display: flex;align-items: center;justify-content: center;background: #eeE;color: #862040;border-radius: .4em;transition: .4s;text-align: center;}
.facility #facility-menu ul li a:hover{background:#E56B97;color: white;}
.facility #facility-menu ul li a.himawari{background: #F37702;color: white;}
.facility #facility-menu ul li a.himawari:hover{background:#E56B97;color: white;}

.facility #common_area{position: relative;padding: 50px 0;}
.facility #common_area h4{line-height: 1;padding: .5em 1em;font-size: 1.3em;display: inline-block;letter-spacing: .1rem;margin-bottom: 1.3em;font-weight: 600;}
.facility #common_area h4.ly{line-height: 1.4;padding:0;font-size: 1.3em;display: block;letter-spacing: .1rem;padding-bottom: .5em;border-bottom: 1px solid rgba(0,159,214,.5); margin-bottom: .7em;font-weight: 600;}

.facility #common_area .sub{font-size: 1.2em;margin-bottom: 1em;padding-bottom: .5em;border-bottom: 1px solid #ddd;line-height: 1.4;}
.facility #common_area .txt{text-align: justify;}
.facility #common_area .thumbnail-item {
  transition: .3s;
  padding: 1px;
  width:33.333%!important;
  box-sizing: border-box;
  position: relative;
  list-style:none;
  cursor: pointer;
}
.facility #common_area .room{width: 100%;margin: 0 auto;margin-bottom: 40px;}
.facility #common_area .indexbox{border:2px solid #555;text-align: center;padding: .5em;margin-bottom: 10px;background: rgba(160,0,62,.09);font-size: 1.1em;}
.facility #common_area a.madori{position: relative;display: block;}
.facility #common_area a.madori::after {
  font-family: "Font Awesome 5 Free";
  content: "\f31e";
font-weight: 900;
position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;align-items: center;justify-content: center;
  color: rgba(0,0,0,.8);background: rgba(255,255,255,.8);}
.facility #common_area a.common{position: relative;display: block;}
.facility #common_area a.common::after {
  font-family: "Font Awesome 5 Free";
  content: "\f31e";
font-weight: 900;
position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;align-items: center;justify-content: center;
  color: rgba(0,0,0,.8);background: rgba(255,255,255,.8);}
.room-ex{margin-bottom: 30px;background: #eee;}
.room-ex .ex-title{background: #555;color: white;text-align: center;padding: .5em;}
.room-ex p{text-align: center;padding: .5em;}

.facility #common_area .biko{background: #f7f7f7;padding: 1.5em;}
.facility #common_area .biko span{display: block;}
.facility #common_area .biko p{text-align: justify;}

.taxi-fukusi{margin-top: 1.4em;}
.taxi-fukusi a{background: rgba(0,156,209,1.00);color: white;border-radius: .5em;display: inline-block;padding: .5em 1.6em;transition: .4s;}
.taxi-fukusi a:hover{background:#00709B;color: white;}
.bt-pdf{margin-top: 15px;}
.bt-pdf a{display: flex;align-items: center;justify-content: center;height: 50px;background: #CDE2F2;border-radius: .6em;color: black;transition: .4s;}
.bt-pdf a:hover{background: #eee;}
.ex{font-size: .9em;letter-spacing: 0;margin-bottom: .7em;}
.table-ex{font-size: .9em;margin-bottom: 0;}
.table-ex th{background: #f7f7f7!important;width: 120px;vertical-align: middle;}
.table-ex td{background: #fff!important;vertical-align: middle;}
.table-ex th.kotu{background: #f7f7f7!important;width: 200px;vertical-align: middle;}
.table-ex.tenri th{background: #f7f7f7!important;width: 100px;vertical-align: middle;}
.bt-tenri{}

.facility #feature{position: relative;padding: 50px 0;}
.facility #feature .container{max-width: 100%;padding: 0 15px;}
.facility #feature ul li{margin-bottom: 30px;}
.facility #feature ul li:last-child{margin-bottom: 0px;}
.facility #feature ul li h4{margin-bottom: 1em;font-size: 1.2em;font-weight: 600;background: rgba(139,182,94,.5);padding: .5em;text-align: center;border-radius: .6em;}
.facility #feature ul li p{text-align: justify;}
.facility #feature h4.ly{line-height: 1.4;padding:0;font-size: 1.3em;display: block;letter-spacing: .1rem;padding-bottom: .5em;border-bottom: 1px solid rgba(0,159,214,.5); margin-bottom: .7em;font-weight: 600;}

.facility #cost{position: relative;padding: 50px 0;}
.facility #cost h4{line-height: 1;padding: .5em 1em;font-size: 1.3em;display: inline-block;letter-spacing: .1rem;margin-bottom: 1.3em;font-weight: 600;}
.facility #cost h4.ly{line-height: 1.4;padding:0;font-size: 1.3em;display: block;letter-spacing: .1rem;padding-bottom: .5em;border-bottom: 1px solid rgba(0,159,214,.5); margin-bottom: .7em;font-weight: 600;}
.facility #cost .txt{text-align: justify;}

.table-cost{text-align: center;font-size: .9em;letter-spacing: 0;line-height: 1.5;margin-bottom: 0;}
.table-cost tr.head{}
.table-cost tr.head td{background:rgba(227,203,115,.2)!important;}
.table-cost td{vertical-align: middle;white-space: nowrap;}
.table-cost td.type{background:rgba(227,203,115,.2)!important;}
.hiyo-table{}
.hiyo-table dt{margin-bottom: .3em;}
.hiyo-table dd{margin-bottom: .8em;}

.after-hiyo{}
.after-hiyo th{text-align: center;vertical-align: middle;background: rgba(146,15,64,.05);white-space: nowrap;}
.after-hiyo td{text-align: center;vertical-align: middle;white-space: nowrap;}

.table-futan{text-align: center;font-size: .9em;letter-spacing: 0;line-height: 1.5;margin-bottom: 0;}
.table-futan .head{background:rgba(227,203,115,.2)!important;}
.table-futan .head th{background:rgba(227,203,115,.2)!important;}
.table-futan th{vertical-align: middle;white-space: nowrap;}
.table-futan td{vertical-align: middle;white-space: nowrap;}
.notes{margin-bottom: 40px;}
.notes th{vertical-align: middle;background:rgba(227,203,115,.2)!important;display: block;}
.notes td{vertical-align: middle;display: block;text-align: justify;}
.notes:last-child{margin-bottom: 0px;}

.facility #meal{position: relative;padding: 50px 0;}
.facility #meal .container{max-width: 100%;padding: 0 15px;}
.facility #meal h4{line-height: 1;padding: .5em 1em;font-size: 1.3em;display: inline-block;letter-spacing: .1rem;margin-bottom: 1.3em;}
.facility #meal ul li{margin-bottom: 30px;}
.facility #meal .thumb{margin-bottom: 15px;}
.facility #meal ul li p{text-align: justify;}
.hanrei{background: white;padding: .5em;}
.taiou{display: flex;flex-wrap: wrap;}
.taiou p{margin: 0 1em .5em 0;}
.kubun{table-layout: fixed;}
.kubun th{text-align: center;background: #eee!important;}
.kubun td{text-align: center;background: white!important;}
.btn-rule{width: 300px;margin: 0 auto;}
.btn-rule a{background: #39c;border-radius: .5em; color: white;display: flex;align-items: center;justify-content: center;height: 50px;font-size: 1.1em;transition: .4s;}
.btn-rule a:hover{background: #069;}

.facility #system{position: relative;padding: 50px 0;}
.facility #system h4{line-height: 1;padding: .5em 1em;font-size: 1.3em;display: inline-block;letter-spacing: .1rem;margin-bottom: 1.3em;font-weight: 600;}
.facility #system .medical{margin-bottom: 30px;}
.facility #system .medical li{margin-bottom: .4em;}
.facility #system .clinic{margin-bottom: 10px;}
.facility #system .clinic:last-child{margin-bottom: 0px;}
.facility #system .clinic th{background:rgba(227,203,115,.2)!important;display: block;}
.facility #system .clinic td{display: block;}

.facility #outline{position: relative;padding: 50px 0;}
.facility #outline .container{max-width: 100%;padding: 0 15px;}
.facility #outline h4{line-height: 1;padding: .5em 1em;font-size: 1.3em;display: inline-block;letter-spacing: .1rem;margin-bottom: 1.3em;font-weight: 600;}
.facility #outline .sub{font-size: 1.2em;margin-bottom: 1em;padding-bottom: .5em;border-bottom: 1px solid #ddd;line-height: 1.4;font-weight: 600;}
.facility #outline .txt{text-align: justify;margin-bottom: 30px;}
.facility #outline .table{font-size: .9em;margin-bottom: 0;}
.facility #outline .table th{background:rgba(227,203,115,.2)!important;white-space: nowrap;vertical-align: middle;}
.facility #outline .table td{background: white;vertical-align: middle;}

.facility #local_info{position: relative;padding: 50px 0;}
.facility #local_info .thumb{margin-bottom: 15px;}
.facility #local_info .local-index{text-align: center; margin-bottom: 8px;font-size: 1.2em;display: flex;flex-direction: column;align-items: center;justify-content: center;height: 2.8em;line-height: 1.4;}
.facility #local_info .txt{text-align: center;}
.facility #local_info ul li{margin-bottom: 30px;}


.facility #access{position: relative;padding: 50px 0;}
.facility #access .container{max-width: 100%;padding: 0 15px;}
.facility #access .table th{background:rgba(227,203,115,.2)!important;white-space: nowrap;vertical-align: middle;}
.facility #access .table td{background: white;vertical-align: middle;}
.facility #access .table td p{text-align: justify;}
.gmap{margin-bottom: 20px;}
.gmap iframe{width: 100%;height: 230px;border-radius: .5em;}
.toho{width: 100%;margin: 0px auto;margin-bottom: 20px;}
.toho iframe{width: 100%;height: 200px;}

.facility #message{position: relative;padding: 50px 0;}
.facility #message .pic{width: 120px;margin: 0 auto;margin-bottom: 25px;}
.facility #message .name{margin-bottom: 15px;font-weight: 600;font-size: 16px;border-bottom: 1px solid #ddd;padding-bottom: .3em;}
.facility #message .name span{font-size: 1.4em;margin-left: .7em;}
.facility #message dl{display: flex;flex-wrap: wrap;width: 100%;}
.facility #message dl dt{width: 80px;margin-bottom: .3em;line-height: 1.5;font-weight: 600;}
.facility #message dl dd{width: calc(100% - 100px);margin-bottom: .3em;line-height: 1.5;text-align: justify;}
.facility #message .txt{text-align: justify;margin-bottom: 30px;}
.bgn-contact{}
.bgn-contact a{display:block;border-radius: .6em;;background: rgba(134,32,64,1.00);color: white;font-size: 1.3em;padding: .6em 0;text-align: center;font-weight: 600;transition: .4s;}
.bgn-contact a:hover{background:#420b1c;color: white;}

.facility #himawari{position: relative;padding: 50px 0;}
.facility #himawari h4{line-height: 1;padding: .5em 1em;font-size: 1.3em;display: inline-block;letter-spacing: .1rem;margin-bottom: 1.3em;}
.facility #himawari .sub{font-size: 1.2em;margin-bottom: 1em;padding-bottom: .5em;border-bottom: 1px solid #ddd;line-height: 1.4;font-weight: 600;}
.facility #himawari .txt{text-align: justify;margin-bottom: 30px;}
.facility #himawari h5{font-weight: 600;color: coral;font-size: 1.2em;margin-bottom: 7px;}
.facility #himawari .table{}
.facility #himawari .table th{text-align: center;white-space: nowrap;background:rgba(227,203,115,.2)!important;}
.facility #himawari .table th:nth-of-type(n + 3){background:rgba(245,16,0,.2)!important;}
.facility #himawari .table td{text-align: center;background: white;}
.facility #himawari .table.access{margin-bottom: 0;}
.facility #himawari .table.access th{text-align:left;white-space: nowrap;background:rgba(227,203,115,.2)!important;}
.facility #himawari .table.access td{text-align:left;background: white;}
.facility #himawari .table.access td .call{color: #111;}


#target1{position: absolute;left:0;top:-60px;}
#target2{position: absolute;left:0;top:-60px;}
#target3{position: absolute;left:0;top:-60px;}
#target4{position: absolute;left:0;top:-60px;}
#target5{position: absolute;left:0;top:-60px;}
#target6{position: absolute;left:0;top:-60px;}
#target7{position: absolute;left:0;top:-60px;}
#target8{position: absolute;left:0;top:-60px;}
#target9{position: absolute;left:0;top:-60px;}
#target10{position: absolute;left:0;top:-60px;}


@media (min-width:667px) {
#wrapper .sidenavi .list{display: flex;flex-wrap: wrap; align-items: center;margin-top: .5em;}
#wrapper .sidenavi .list li a{display: flex;align-items: center;height: 40px;color: #111;border-bottom: none;border:1px solid #ddd;border-radius: .5em;margin: .25em;transition: .4s;padding: 0 1em;}

form .table th{width: 200px;display:table-cell;}
form .table td{width: auto;display: table-cell;}

.youtube {
  width: 400px;
  margin: 0 auto;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}
.facility #section01 .main-tel{text-align: center;line-height: 1.3;font-size: 25px;margin-bottom: 5px;}
.facility #section01 .main-tel .call{color: black;font-size: 34px;letter-spacing: .1rem;}
.facility #section01 .main-tel .time{display: block;font-size: 13px;letter-spacing: 0;margin-top: 5px;}
.bt-pdf{margin-top: 15px;width: 200px;}

.facility #facility-menu .title{font-weight: 600;margin-bottom: 15px;font-size: 26px;}

.facility #common_area .slickwrap{max-width: 400px;margin: 0 auto;}
.facility #common_area .room{width: 500px;margin: 0 auto;margin-bottom: 40px;}
.room-ex{margin-bottom: 30px;background: #eee;display: flex;align-items: center;}
.room-ex .ex-title{background: #555;color: white;text-align: center;padding: .5em;width: 200px;}
.room-ex p{text-align:left;padding: .5em.5em .5em 1em;width: calc(100% - 200px);}

.notes th{vertical-align: middle;background:rgba(227,203,115,.2)!important;display: table-cell;width: 170px;}
.notes td{vertical-align: middle;display: table-cell;}
.facility #system .clinic th{width: 150px;display:table-cell;}
.facility #system .clinic td{display: table-cell;}

.facility #message .pic{width:95%;margin-left: 0;margin-bottom: 0;}
.facility #access .table th{width: 120px;}

.bgn-contact a{padding: 1em 0;}

.table-ex th{background: #f7f7f7!important;width: 150px;}
.table-ex th.kotu{background: #f7f7f7!important;width: 280px;vertical-align: middle;}
.btn-rule{width: 360px;margin: 0 auto;}
.btn-rule a{height: 60px;font-size: 1.1em;}
.table-ex.tenri th{background: #f7f7f7!important;width: 180px;vertical-align: middle;}
.bt-tenri{display: flex;align-items: center;}
.bt-tenri .bt-pdf{ margin-right: 15px;margin-top: 15px;}
.bt-tenri .bt-pdf:last-child{ margin-right: 0px;margin-top: 15px;}
}

@media (min-width:768px) {
#wrapper{padding: 70px 15px;}
form .pre-scrollable{max-height: 400px;padding: 30px;}

.facility #section01{padding: 0px 0 70px;}
.facility #wrapper .contents .index{font-size: 28px;text-align: center;margin-bottom: 40px;}
.notes{margin-bottom: 50px;}

.facility #section02{padding: 70px 0 70px;}

.facility #common_area{padding: 70px 0;}


.facility #feature{padding: 70px 0;}
.facility #cost{padding: 70px 0;}
.facility #meal{padding: 70px 0;}
.facility #system{padding: 70px 0;}
.facility #system .medical{margin-bottom: 50px;}


.facility #outline{padding: 70px 0;}
.facility #local_info{padding: 70px 0;}
.facility #access{padding: 70px 0;}
.gmap iframe{width: 100%;height: 260px;}


.facility #message{padding: 70px 0;}
.facility #message dl dt{width: 100px;margin-bottom: .3em;line-height: 1.5;font-weight: 600;}
.facility #message dl dd{width: calc(100% - 110px);margin-bottom: .3em;line-height: 1.5;text-align: justify;}

.facility #himawari{padding: 70px 0;}
.table-ex.tenri th{background: #f7f7f7!important;width: 200px;vertical-align: middle;}

.bgn-contact a{padding: 1.4em 0;}

}

@media (min-width:992px) {
.fixed-contact{display: block; position: fixed;right:0;top:300px;z-index: 50;left:auto;bottom:auto;}
.fixed-contact a{background: #862040;color: white;display: inline-block;writing-mode: vertical-rl;text-orientation: mixed;padding: 1em .7em 1em .8em;border-radius: 15px 0 0 15px;}
.fixed-contact a:hover{background: #420b1c;color: white;}
.fixed-contact a .fas{margin-bottom: 5px;}

#wrapper{padding: 90px 15px;max-width: 1580px;margin: 0 auto; display: flex;flex-direction:row;justify-content: space-between;}
#wrapper .sidenavi{width: 220px;}
#wrapper .sidenavi .list{display: block;margin-top:0;}
#wrapper .sidenavi .list li a{display: flex;align-items: center;border:none;border-bottom: 1px solid #ddd;border-radius: 0em;margin:0;padding: 0 .7em;}

.sidebar-sticky-info{
    position: sticky;
   position: -webkit-sticky;
    top: 125px;
	left:0;
	height:calc(100vh - 125px);
	overflow-y: auto;
}

#wrapper .sidenavi .carehome .index{font-size: 1em;}
#wrapper .sidenavi .kaigo .index{font-size: 1em;}
#wrapper .sidenavi .day .index{font-size: 1em;}

#wrapper .contents{width: calc(100% - 250px);}

.facility .boxes{
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.facility .boxes .box1{flex: 2;margin-bottom: 0;line-height: 1.8;}
.facility .boxes .box2{flex: 2;padding-left: 1.7em;}
.bt-pdf{margin-top: 25px;width: 250px;}
.bt-pdf:last-child{margin-top: 10px;}

.youtube {
  width: 100%;
  margin: 0 auto;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}
.facility #section01 .main-tel{text-align: center;line-height: 1.3;font-size: 25px;margin-bottom: 0;}
.facility #section01 .main-tel .call{color: black;font-size: 34px;letter-spacing: .1rem;}
.facility #section01 .main-tel .time{display: block;font-size: 13px;letter-spacing: 0;margin-top: 5px;}

.facility #facility-menu{position: relative;padding: 50px 0;}
.facility #facility-menu .container{max-width: 100%;padding: 0 30px;}
.facility #facility-menu .title{font-weight: 600;margin-bottom: 15px;font-size: 28px;}
.facility #facility-menu .txt{text-align: justify;margin-bottom: 30px;}
.facility #facility-menu ul li{margin-bottom: 10px;}
.facility #facility-menu ul li a{height: 60px;line-height: 1.3;}

.facility #common_area .room{width: 700px;margin: 0 auto;margin-bottom: 50px;}
.facility #feature .container{max-width: 100%;padding: 0 30px;}
.facility #meal .container{max-width: 100%;padding: 0 30px;}

.facility #system .clinic th{width: 180px;display:table-cell;}
.facility #outline .container{max-width: 100%;padding: 0 30px;}

.facility #access .container{max-width: 100%;padding: 0 30px;}
.gmap iframe{width: 100%;height: 340px;}
.toho{width: 100%;margin: 0px auto;margin-bottom: 20px;}
.toho iframe{width: 100%;height: 340px;}

.facility #himawari .container{max-width: 100%;padding: 0 30px;}

.hiyo-table{display: flex;flex-wrap: wrap;}
.hiyo-table dt{width: 240px;margin-bottom: .8em;}
.hiyo-table dd{width: calc(100% - 240px);margin-bottom: .8em;}


#target1{position: absolute;left:0;top:-100px;}
#target2{position: absolute;left:0;top:-100px;}
#target3{position: absolute;left:0;top:-100px;}
#target4{position: absolute;left:0;top:-100px;}
#target5{position: absolute;left:0;top:-100px;}
#target6{position: absolute;left:0;top:-100px;}
#target7{position: absolute;left:0;top:-100px;}
#target8{position: absolute;left:0;top:-100px;}
#target9{position: absolute;left:0;top:-100px;}
#target10{position: absolute;left:0;top:-100px;}

}


@media (min-width:1200px) {
#wrapper{padding: 100px 15px;}
.fixed-contact{display: block; position: fixed;right:0;top:300px;z-index: 50;left:auto;bottom:auto;}
.fixed-contact a{background: #862040;color: white;display: inline-block;writing-mode: vertical-rl;text-orientation: mixed;padding: 1em .7em 1em 1em;border-radius: 15px 0 0 15px;font-size: 1.2em;transition: .4s;}
.fixed-contact a:hover{background: #420b1c;color: white;}
.fixed-contact a .fas{margin-bottom: 5px;}


#wrapper .sidenavi{width: 230px;}
#wrapper .contents{width: calc(100% - 280px);}

#wrapper .sidenavi .carehome{margin-bottom: 20px;}
#wrapper .sidenavi .carehome .index{height: 50px;}
#wrapper .sidenavi .kaigo{margin-bottom: 20px;}
#wrapper .sidenavi .kaigo .index{height: 50px;}
#wrapper .sidenavi .day{margin-bottom: 20px;}
#wrapper .sidenavi .day .index{height: 50px;}
#wrapper .sidenavi .list li a{display: flex;align-items: center;height: 50px;color: #111;border-bottom: 1px solid #ddd;}


form .table th{width: 240px;display:table-cell;}
form .table td{width: auto;display: table-cell;}
form .pre-scrollable{max-height: 500px;padding: 50px;}

.facility #section01{padding: 0px 0 100px;}
.facility #wrapper .contents .index{font-size: 32px;text-align: center;margin-bottom: 50px;}
.facility #section01 .main-tel{text-align: center;line-height: 1.3;font-size: 28px;margin-bottom: 0;}
.facility #section01 .main-tel .call{color: black;font-size: 40px;letter-spacing: .1rem;}
.facility #section01 .main-tel .time{display: block;font-size: 14px;letter-spacing: 0;margin-top: 5px;}


.facility #section02{padding: 80px 0;}
.facility #section02 .container{max-width: 100%;padding: 0 35px;}

.facility #facility-menu .container{max-width: 100%;padding: 0 35px;}
.facility #facility-menu ul li a{height: 70px;font-size: 1.1em; line-height: 1.3;}
.facility #facility-menu ul li a.himawari{}

.facility #common_area h4{padding: .6em 1.2em;font-size: 1.5em;margin-bottom: 1.4em;}
.facility #common_area h4.ly{padding-bottom: 0.5em;font-size: 1.5em;margin-bottom: .7em;}

.facility #common_area .room{width: 730px;margin-left: 0;margin-bottom: 50px;}
.facility #common_area .biko{padding: 2.5em;}
.facility #feature .container{max-width: 100%;padding: 0 35px;}
.facility #feature h4.ly{padding-bottom: 0.5em;font-size: 1.5em;margin-bottom: .7em;}

.notes th{width: 200px;}
.facility #cost h4{padding: .6em 1.2em;font-size: 1.5em;margin-bottom: 1.4em;}
.facility #cost h4.ly{padding-bottom: 0.5em;font-size: 1.5em;margin-bottom: .7em;}

.facility #meal .container{max-width: 100%;padding: 0 35px;}
.facility #meal h4{padding: .6em 1.2em;font-size: 1.5em;margin-bottom: 1.4em;}

.facility #system h4{padding: .6em 1.2em;font-size: 1.5em;margin-bottom: 1.4em;}
.facility #system .medical{margin-bottom: 80px;}

.facility #outline .container{max-width: 100%;padding: 0 35px;}
.facility #outline h4{padding: .6em 1.2em;font-size: 1.5em;margin-bottom: 1.4em;}

.facility #access .container{max-width: 100%;padding: 0 35px;}
.facility #himawari .container{max-width: 100%;padding: 0 35px;}
.facility #himawari h4{padding: .6em 1.2em;font-size: 1.5em;margin-bottom: 1.4em;}

.hiyo-table dt{width: 270px;}
.hiyo-table dd{width: calc(100% - 270px);}

.toho{width: 100%;margin: 0px auto;margin-bottom: 0px;}
.toho iframe{width: 100%;height: 400px;}
.notes{margin-bottom:70px;}
.table-ex.tenri th{background: #f7f7f7!important;width: 250px;vertical-align: middle;}

.bgn-contact a{padding: 1.6em 0;font-size: 1.7em;}
.btn-rule{width: 400px;margin: 0 auto;}
.btn-rule a{height: 70px;font-size: 1.1em;}

}

@media (min-width:1680px) {
.fixed-contact{display: block; position: fixed;right:0;top:420px;z-index: 50;}

#wrapper .sidenavi{width: 270px;}
#wrapper .contents{width: calc(100% - 350px);}
form .table th{width: 260px;display:table-cell;}
#wrapper .sidenavi .carehome{margin-bottom: 20px;}
#wrapper .sidenavi .carehome .index{height: 55px;}
#wrapper .sidenavi .kaigo{margin-bottom: 20px;}
#wrapper .sidenavi .kaigo .index{height: 55px;}
#wrapper .sidenavi .day{margin-bottom: 20px;}
#wrapper .sidenavi .day .index{height: 55px;}
#wrapper .sidenavi .list li a{display: flex;align-items: center;height: 55px;color: #111;border-bottom: 1px solid #ddd;}

.facility #wrapper .contents .index{font-size: 36px;margin-bottom: 50px;}

.facility #section02 .container{max-width: 100%;padding: 0 70px;}
.facility #facility-menu .container{max-width: 100%;padding: 0 70px;}

.facility #common_area{padding: 100px 0;}
.facility #feature{padding: 100px 0;}
.facility #feature .container{max-width: 100%;padding: 0 70px;}


.facility #cost{padding: 100px 0;}
.facility #meal{padding: 100px 0;}
.facility #meal .container{max-width: 100%;padding: 0 70px;}



.facility #system{padding: 100px 0;}
.facility #outline{padding: 100px 0;}
.facility #outline .container{max-width: 100%;padding: 0 70px;}


.facility #local_info{padding: 100px 0;}
.facility #access{padding: 100px 0;}
.facility #access .container{max-width: 100%;padding: 0 70px;}
.gmap iframe{width: 100%;height: 420px;}


.facility #message{padding: 100px 0;}
.facility #himawari{padding: 100px 0;}
.facility #himawari .container{max-width: 100%;padding: 0 70px;}


}


/* -----  question.html  -----*/
.question #section01{position: relative;padding: 50px 0;}
.question-index{background: rgba(5,103,184,.1);padding: .5em .8em;font-weight: 600;margin-bottom: 30px;font-size: 20px;}


.question #section02{position: relative;padding: 0px 0 50px;}

#accordion_menu > .bar {
	border: #191933 1px solid;
	margin-bottom: 10px;
}
#accordion_menu > .bar.end {margin-bottom: 60px;}

#accordion_menu a{
position: relative;
	color: #191933;
	background: white;
	font-weight: 600;
}
#accordion_menu a span{position: relative;}

#accordion_menu a[data-toggle="collapse"]{
	display: block;
	padding: 10px 25px 10px 10px;
	text-decoration: none;
  position: relative;
  background: #fff;
}
#accordion_menu a[data-toggle="collapse"]::before {
  content: "Q";
font-weight: 600;
font-size: 30px;
margin-right: 5px;
}
#accordion_menu a[data-toggle="collapse"]:hover{background: #fff;}
#accordion_menu a[data-toggle="collapse"]::after{
	content:"";
	display: block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 8px solid #191933;
  position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	margin: auto;
}
#accordion_menu a[aria-expanded=false]::after{
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	transition-duration: 0.3s;
}
#accordion_menu a[aria-expanded=true]::after{
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	transition-duration: 0.3s;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 8px solid #b08d33;
}
#accordion_menu > .bar div{padding: 1.5em;position: relative;}
[id^="menu"] {margin-top: 0px;border-top: #191933 1px dashed;margin-bottom:0px;border-bottom: #191933 0px solid;}
#accordion_menu > .bar div p{position: relative;text-align: justify;}
#accordion_menu > .bar div p .fab{color: #b08d33;}

@media (min-width:667px) {

}


@media (min-width:768px) {
.question #section01{padding: 70px 0;}
.question-index{background: rgba(5,103,184,.1);padding: .5em .8em;font-weight: 600;margin-bottom: 30px;font-size: 24px;}

.question #section02{padding: 0px 0 70px;}
#accordion_menu > .bar div{padding: 2em;position: relative;}
#accordion_menu > .bar.end {margin-bottom: 80px;}

}

@media (min-width:992px) {
#accordion_menu a{font-size: 1.1em;}
#accordion_menu a[data-toggle="collapse"]::after{
	content:"";
	display: block;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 15px solid #d993a2;
  position: absolute;
	right: 15px;
	top: 40%;
	margin: auto;
}
#accordion_menu a[aria-expanded=true]::after{
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	transition-duration: 0.3s;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 15px solid #5c5c5c;
}

  }
  
 
@media (min-width:1200px) {
.question #section01{padding:100px 0;}
.question-index{padding: .7em 1em;margin-bottom: 50px;font-size: 30px;}

.question #section02{padding:0px 0 100px;}

#accordion_menu a{font-size: 1.1em;}
#accordion_menu a[data-toggle="collapse"]{padding: 15px;}
[id^="menu"] li{padding: 0 15px;}

#accordion_menu > .bar.end {margin-bottom: 100px;}

  }
  
@media (min-width:1440px) {
#accordion_menu a[data-toggle="collapse"]{padding: 20px;}
#accordion_menu a[data-toggle="collapse"]::after{
	content:"";
	display: block;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 17px solid #191933;
  position: absolute;
	right: 20px;
	top: 41%;
	margin: auto;
}
#accordion_menu a[aria-expanded=true]::after{
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	transition-duration: 0.3s;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 17px solid #b08d33;
}

#accordion_menu > .bar div{padding: 2.5em;position: relative;}



}




/* -----  company.html  -----*/


.company #section01{padding: 50px 0px;position: relative;}
.company #section01 .table th,
.company #section01 .table td {
  padding: auto;
  vertical-align: top;
  border-top: none;
}
.company .table{background: white!important;margin-bottom: 40px;}
.company .table th{width: 100%;background: white!important; display: block;border-bottom:1px solid #b08d33;border-top:none;padding: 15px 5px;font-weight: 600;}
.company .table td{width: 100%;background: white!important;display: block;border-bottom:1px solid #ccc;border-top:none;}
.company .table td span.call{color: #191933;}

.company #section01 h4{font-weight: 600;font-size: 20px;margin-bottom: 18px;}
.company #section01 .greeting-txt{text-align: justify;line-height: 1.6;margin-bottom: 15px;}
.company #section01 .name{text-align:right;margin-bottom: 20px;}
.company #section01 .name span{font-weight: 600;font-size: 1.3em;}
.company #section01 .pic-daihyo{width: 200px;margin: 0 auto;}
.comingsoon{height: 300px;display: flex;align-items: center;justify-content: center;}

.company #section02{padding: 50px 0px;position: relative;}
.company #section02 .gmap{margin-bottom: 40px;}
.company #section02 .gmap iframe{width: 100%;height: 210px;}
.pic-map{padding: .6em;background: white;border: 1px solid rgba(0,21,46,.6);}
.company .table.history{background: none!important;margin-bottom: 0px;}
.company .table.history th{width: 100%;background: none!important; display: block;border-bottom:1px solid #ccc;border-top:none;padding: 15px 5px;font-weight: 600;}
.company .table.history td{width: 100%;background: none!important;display: block;border-bottom:1px solid #ccc;border-top:none;}

.company #section03{padding: 50px 0px;position: relative;}



@media (min-width: 667px) {
.company #section01 .pic{width: auto;margin: 0px auto;margin-bottom: 0em;}
.company #section01 p.txt{margin-bottom: .7em;}

.company .table.history th{width: 150px;background: none!important; display: table-cell;border-bottom:1px solid #ccc;border-top:none;padding: 15px 5px;font-weight: 600;vertical-align: middle;}
.company .table.history td{width:auto;background: none!important;display: table-cell;border-bottom:1px solid #ccc;border-top:none;vertical-align: middle;}

}



@media (min-width: 768px) {
.company #section01{padding: 80px 0px;}
.company .table{background: white!important;margin-bottom: 60px;}
.company .table th{width: 200px;display: table-cell;}
.company .table td{width: auto;display: table-cell;}
.company #section01 h4{font-weight: 600;font-size: 23px;margin-bottom: 20px;}
.company #section01 .greeting-txt{text-align: justify;line-height: 1.6;margin-bottom: 15px;}
.company #section01 .name{text-align:right;margin-bottom: 0px;}
.company #section01 .name span{font-weight: 600;font-size: 1.3em;}
.company #section01 .pic-daihyo{width: 90%;margin-left: 0;}

.company #section02{padding: 80px 0px;}

.company #section03{padding: 80px 0px;}
.company #section02 .gmap{margin-bottom: 50px;}
.company #section02 .gmap iframe{width: 100%;height: 320px;}


}

@media (min-width: 992px) {

.company #section01 p.txt{margin-bottom: .7em;padding: 0px 0px 0px 20px;}
.daihyoname{text-align: right;}
.company #section02 .gmap iframe{width: 100%;height: 360px;}

.company #section03 .index{margin-bottom: 0.5em;font-size: 22px;}

}



@media (min-width: 1200px) {
.company #section01{padding: 100px 0px;}
.company .table{background: white!important;margin-bottom: 100px;}

.company .table th{width: 260px;display: table-cell;padding: 20px 5px;}
.company .table td{width: auto;display: table-cell;padding: 20px 5px;}
.company #section01 h4{font-size: 26px;margin-bottom: 30px;}
.company #section01 .greeting-txt{text-align: justify;line-height: 1.8;margin-bottom: 15px;}
.company #section01 .name{text-align:right;margin-bottom: 0px;}
.company #section01 .name span{font-weight: 600;font-size: 1.5em;}
.company #section01 .pic-daihyo{width: 80%;margin-left: 0;}

.company #section02{padding: 100px 0px;}
.company #section02 .gmap iframe{width: 100%;height: 370px;}

.company #section03{padding: 100px 0px;}


}


@media (min-width: 1680px) {
.company .table th{width: 260px;display: table-cell;padding: 25px 5px;}
.company .table td{width: auto;display: table-cell;padding: 25px 15px;}

.company #section02 .gmap iframe{width: 100%;height: 420px;}

}





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

.contact #section01{padding: 50px 0px;}
.contact #section01 .box{}
.contact #section01 .box .tel{text-align: center;font-weight: 500; line-height: 1;font-size: 15px;padding: 1.3em 1em;background: rgba(25,25,51,1);color:#fff;}
.contact #section01 .box .tel span{margin-left: 4px;color:#fff;font-size:25px;letter-spacing: .1rem;}
.contact #section01 .time{text-align: center;padding-top: .4em;font-size: 12px;}


.contact #section02{padding: 50px 0px;position: relative;background: rgba(25,25,51,.05);}
.privacybox{position: relative;padding-top: 30px;}

.pre-scrollable{word-break: break-all;padding: 1.6em;background: white;border-radius: .5em;}
.contact #section02 .txt{margin-bottom: 40px}
span.hissu{color: white;background:#862040; padding: 4px 8px;border-radius: 3px;font-size: 12px;line-height: 1;}

.contact .h3-contact { position: relative;font-family: ' BIZUDPGothic-Bold ';margin-bottom: 3em;font-size: 17px;}
.contact .h3-contact:before {
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 30px;
  height: 3px;
  content: '';
  background:rgba(6,164,173,1.00);
}


.contact .table{border-bottom: 1px solid #eee;}
.contact .table th{width: 100%;display: block;background: rgba(25,25,51,1)!important;color: white; font-weight: normal;padding: 15px 5px;}
.contact .table td{width: 100%;display: block;background: white;padding-left: 30px;vertical-align: middle;}
.table th span.hissu{olor: white;background:#862040; padding: 4px 8px;border-radius: 3px;float: right;font-size: 12px;}
.auto{font-size: .9em;background: #eee;line-height: 1;padding: .5em;border-radius: .4em;margin-left: .4em;color: #999;}
.selectbox {
    display: inline-flex;
    align-items: center;
    position: relative;
}

.selectbox::after {
    position: absolute;
    right: 15px;
    width: 10px;
    height: 7px;
    background-color: #535353;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    pointer-events: none;
}

.selectbox select {
    appearance: none;
    min-width: 180px;
    height: 2.8em;
    padding: .4em calc(.8em + 30px) .4em .8em;
    border: 1px solid #d0d0d0;
    border-radius: 7px;
    background-color: #fff;
	background: white;
    color: #333333;
    font-size: 1em;
    cursor: pointer;
}


.contact h4{margin-bottom: 1.5em;font-size: 20px;}
.contact h5{margin-bottom: 1.5em;font-size: 16px;padding-bottom: .5em;border-bottom: 1px solid #ddd;font-family: ' BIZUDPGothic-Bold ';}
.h5-policy{font-size: 16px;font-family: ' BIZUDPGothic-Bold ';margin-bottom: 1em;border-left:5px solid rgba(6,164,173,1.00);padding-left: 10px;line-height: 1;}
.txt-privacy{font-size: 14px;line-height: 1.5;padding-left: 20px;}

.tenpu label {
 display: inline-block;
 position: relative;
 background: #ccc;
 color:#fff;
 font-size: 13px;
 letter-spacing: 0;
 padding: 5px 10px;
 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: 12px!important;
 margin:0 0 0 10px;
 letter-spacing: 0;
 display: inline-block!important;
}

@media (min-width: 667px) {

.contact #section01 .box .tel{text-align: center;font-weight: 400; line-height: 1;font-size: 14px;padding: 1.3em .5em;}
.contact #section01 .box .tel span{margin-left: 4px;font-size:22px;letter-spacing: .08rem;}
}


@media (min-width: 768px) {

.contact #section01{padding: 70px 0px;}
.contact #section01 .box .tel{text-align: center;font-weight: 400; line-height: 1;font-size: 14px;padding: 1.6em .5em;}
.contact #section01 .box .tel span{margin-left: 4px;font-size:26px;letter-spacing: .08rem;}




.contact #section02{padding: 70px 0px;}

.contact .h3-contact { font-size: 20px;}
.contact .h3-contact:before {
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 40px;
  height: 3px;
  content: '';
  background:rgba(6,164,173,1.00);
}


.contact .table th{width: 210px;display:table-cell;font-weight: normal;vertical-align: middle;border-right: 1px solid #eee;padding: 15px;}
.contact .table td{width: auto;display:table-cell;padding-left: 15px;}
.contact .table td.subindex{width: 120px;}

.h5-policy{font-size: 18px;margin-bottom: 1em;}



}


@media (min-width: 992px) {
.contact #section01 .box .tel{text-align: center;font-weight: 400; line-height: 1;font-size: 18px;padding: 1.6em .5em;}
.contact #section01 .box .tel span{margin-left: 4px;font-size:32px;letter-spacing: .08rem;}



.contact #section02 .txt{margin-bottom:50px}
.contact h4{margin-bottom: 1.5em;font-size: 24px;}
.contact h5{margin-bottom: 1.5em;font-size: 18px;}
.privacybox #poricy{position: absolute;left:0;top:-100px;}

}




@media (min-width: 1280px) {

.contact #section01{padding: 100px 0px;}
.contact #section01 .box .tel{font-size: 20px;padding: 1.8em .5em;}


.contact #section02{padding: 100px 0px 100px;}

.contact .table th{width: 300px;}


}






.doi-box{padding:15px;background: #fafafa;}
.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: 7px 5px;}

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

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

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




.form-4{width:5em}
.form-s{width:70px}
.form-m{width:150px}
.form-name{width:99%;}
.form-post{width:12em;}
.form100{width:99%}
.form-h{ height:15em;}
.needinput{background-color:#fafafa;border:1px solid #862040}
.nengo { outline:0; padding:7px;border-radius: 7px; }
.recruit input ,select {
    position:relative;
	color: #111;
	font-size: medium;
}
.recruit select { outline:0; padding:10px 10px;border-radius: 7px; }

.contact input ,select {
    position:relative;
	color: #111;
	font-size: medium;
}

input[type="checkbox"], input[type="radio"] {vertical-align:middle;position: relative;top:-2px;}
input{font-size:100%;vertical-align:middle; padding:12px;}
.recruit input[type="text"], select{border:1px solid #ddd;}
.contact input[type="text"], select{border:1px solid #ddd;}

input,textarea { outline: none; padding:12px;border-radius: 7px; border:1px solid #ddd;}
textarea{border:1px solid #ccc;width:99%;color: #111;font-size: medium;}

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


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

}




.contact_box{background: #f2f2f5;position: relative;padding: 50px 0;}
.contact_box h3{font-weight: 500;margin-bottom: 1.5em;line-height: 1;display: flex;justify-content: center;}
.contact_box h3 span{font-family: ' NotoSerifJP ';display: flex;align-items: center;justify-content: center;font-size: 28px;letter-spacing: 0;margin-bottom: 0;background: #191933;color: white;width: 40px;height: 40px;margin: 0 2.5px;}
.contact_box h3 span.orange{color: #f90;}

.contact_box .txt{font-size: 1.3em;margin-bottom: 20px;text-align: center;line-height: 2.4;}
.contact_box .txt span{border-bottom: 1px solid #191935;padding-bottom: .2em;}
.contact_box .telnum{text-align: center;background: none!important;font-weight: 500;letter-spacing: .1rem;margin-bottom: .5em;font-size: 17px;line-height: 1;}
.contact_box .telnum span.call{letter-spacing: .1rem;color:#191935; font-size: 28px;background: none!important;border-radius:0px!important;transition:0;height: 1!important;}
.contact_box .time{text-align: center;font-weight: 500;letter-spacing: .05rem;font-size: 13px;line-height: 1.4;margin-bottom: 30px;}
.contact_box a.mail{width: 270px;margin: 0 auto; display: flex;flex-direction: column;justify-content: center;align-items: center;height: 80px;line-height: 1;background: #b08d33;color: white;border-radius: 40px;transition: .4s;}
.contact_box a.mail span{font-size: .8em;margin-bottom: .6em;}
.contact_box a.mail:hover{background: #c0aa72;}
.contact_box [data-action="call"]  {text-decoration: none!important;background: none;height: auto;padding: 0;}


@media (min-width: 667px) {
.contact_box h3{margin-bottom: 1.5em;}
.contact_box h3 span{font-size: 32px;width: 55px;height: 55px;margin: 0 3px;}
.contact_box .telnum{text-align: center;font-weight: 500;letter-spacing: .1rem;margin-bottom: .4em;font-size: 17px;line-height: 1;}
.contact_box .telnum span.call{letter-spacing: .1rem;color:#191935; font-size: 28px;}
.contact_box .time{text-align: center;font-weight: 500;letter-spacing: .05rem;font-size: 13px;line-height: 1.4;margin-bottom: 0px;}
.contact_box a.mail{width: 100%;margin: 0 auto; display: flex;flex-direction: column;justify-content: center;align-items: center;height: 80px;line-height: 1;background: #b08d33;color: white;border-radius: 40px;transition: .4s;}
.contact_box a.mail span{font-size: .8em;margin-bottom: .6em;}

}

@media (min-width: 768px) {


}

@media (min-width: 992px) {
.contact_box ul{width: 750px;margin: 0 auto;}
.contact_box .txt{font-size: 1.3em;margin-bottom: 50px;text-align: center;line-height: 1.5;}
.contact_box .telnum{text-align: center;font-weight: 500;letter-spacing: .1rem;margin-bottom: .5em;font-size: 22px;line-height: 1;}
.contact_box .telnum span.call{letter-spacing: .1rem;color:#191935; font-size: 35px;}
.contact_box .time{text-align: center;font-weight: 500;letter-spacing: .05rem;font-size: 13px;line-height: 1.4;margin-bottom: 0px;}


}

@media (min-width: 1200px) {


}

@media (min-width:1680px) {
.contact_box h3{margin-bottom: 3em;}
.contact_box h3 span{font-size: 45px;width: 75px;height: 75px;margin: 0 3px;}
.contact_box .telnum{text-align: center;font-weight: 500;letter-spacing: .1rem;margin-bottom: .3em;font-size: 24px;line-height: 1;}
.contact_box .telnum span.call{font-size: 38px;}
}










/*-----------------------------------------------------------------------------
print css
-----------------------------------------------------------------------------*/
@media print {
body {padding-top: 100px;}
.aos-init { opacity: 1 !important; transform: none !important; }
.cb-header2 {display: none!important;}
.site-header{
display:block;
position:absolute;
	width: 100%;
	z-index: 100;
	top:0;
	left:0;
	right:0;
	height: 100px;
	background: white;
	transition: .8s;
}
.header{width: auto; position: relative;z-index: 10;display: block;padding-right: 0px;}
.top-logo {display: block; position: absolute;width: 200px;top:0;left: 0;z-index: 200;}
.top-logo a{display: flex;align-items: center;justify-content: center;width: 100%;height: 120px;padding: 0 15px; background: #862040;border-radius: 0 0 30px 0;}

.header .telbox{display: flex;flex-direction: column;align-items: center;justify-content: center;width: 250px; height: 70px;border:1px solid #862040;border-radius: 1em;}
.header .telbox .tel{line-height: 1;font-size: 20px;color: #862040;margin-bottom: 5px;}
.header .telbox .tel .call{margin-left: 3px;color: #862040;}
.header .telbox .time{font-size: 12px;letter-spacing: 0;text-align: right;}

.gnav-wrapper {width: 100%;display: flex;align-items: flex-end;align-items: center;}

.gnav {width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 15px;
}

.gnav li { 
  text-align: center;
  transition: all .3s ease-in-out;
}
.gnav li:last-child {padding-left:0px; }

.gnav a {position: relative;
display: block;
text-align: center;
  color: #000;
  line-height: 100px;
  font-size: 14px;padding: 0 10px;
}
.gnav a.drop {padding: 0 28px 0 10px;}
.gnav a.active {color: #862040;}
.gnav a.active::after {
content: '';/*何も入れない*/
  position: absolute;
  top:25px;
  left:50%;
  transform: translateX(-50%);
  width: 25px;/*画像の幅*/
  height: 10px;/*画像の高さ*/
  background-image: url(../images/nav_active.png);
  background-size: contain;
  }
.gnav a.drop::before {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
font-weight: 900;
position: absolute;
right:17px;
top:50%;
transform: translateY(-50%);
  color: #555;
  font-size: 9px;
}
.gnav a.drop.active {position: relative;}
.megamenu {display: none;}

.swiper-container-back {
    position: relative;
    width: 95%;
	margin-left: 5%;
	overflow: hidden;
	border-radius: 0 0 0 100px!important;
}

.sp-box {
    width: 100%;
	height: 550px;
    position: relative;
}
.swiper-container-back .main1{width: 100%;height:550px;background: url("../images/main1.jpg");background-position: center;background-size: cover;border-radius: 0 0 0 100px!important;}
.swiper-container-back .main2{width: 100%;height:550px;background: url("../images/main2.jpg");background-position: center;background-size: cover;border-radius: 0 0 0 100px!important;}
.swiper-container-back .main3{width: 100%;height:550px;background: url("../images/main3.jpg");background-position: center;background-size: cover;border-radius: 0 0 0 100px!important;}
.main-h2{position: absolute;z-index: 50;top: 50%;transform: translateY(-50%);right: 5%;}
.main-h2 h2{font-size: 30px;line-height: 1.5;color: #920F40;text-shadow: 0px 0px 5px rgba(255, 255, 255, 1);font-weight: 600;letter-spacing: .2rem;}
.main-h2 h2 span{font-size: 45px;}
.left-url{display: block; position: absolute;left:1.4%;top:40%;transform: translateY(-50%);writing-mode: vertical-rl;color: #920F40;letter-spacing: .1em;}
.home #section01 p.txt{text-align: center;margin-bottom: 40px;line-height: 1.8;}

.home #section03 .wrap{display: flex;padding: 0;justify-content: space-between;}
.home #section03 .wrap .titlebox{display: flex;flex-direction: column;justify-content: center;align-items: center;border-radius: 0 20px 20px 0;width: 22%;margin-bottom: 0;}
.home #section03 .wrap .titlebox h3{text-align: center;font-size: 18px;margin-bottom: 1.5em;width: 100%;}
.home #section03 .wrap .titlebox h3 img{width: 40px;height: auto;}
.home #section03 .wrap .titlebox h3 span{display: block;font-size: 14px;margin-top: 5px;}
.home #section03 .wrap .titlebox p{text-align:center;width: 100%;}
.home #section03 .wrap ul{width: 77%;}
.home #section03 .wrap ul li a{background: #e6f2e6;display: flex;flex-direction: column;align-items:flex-start;justify-content:flex-start;border-radius: 15px;overflow: hidden;padding-bottom: 2em;}
.home #section03 .wrap ul li a .thumb{width: 100%;}
.home #section03 .wrap ul li a .box{width: 100%;}

.home #section03 .wrap:last-child ul li a{display: flex;flex-direction: column;align-items:flex-start;justify-content:flex-start;padding-bottom: 2em;}
.home #section03 .wrap:last-child ul li a .thumb{width: 100%;}
.home #section03 .wrap:last-child ul li a .box{width: 100%;}

.h2area{width: 98%;margin-left: 2%; position: relative;height: 500px;border-radius: 0 0 0 80px;overflow: hidden;}
.h2area.gotenyama{height: 500px;}

.h2-txt {font-size: 42px;letter-spacing: .1rem;padding-left: 15%;}
.h2area.gotenyama .swiper-container-back .main1{width: 100%;height:500px;background: url("../images/main1.jpg");background-position: center;background-size: cover;}
.h2area.gotenyama .swiper-container-back .main2{width: 100%;height:500px;background: url("../images/main2.jpg");background-position: center;background-size: cover;}
.h2area.gotenyama .swiper-container-back .main3{width: 100%;height:500px;background: url("../images/main3.jpg");background-position: center;background-size: cover;}
.page-title{position: absolute;z-index: 20;top:40px;left:0;background: rgba(102,153,51,.8);border-radius: 0 20px 20px 0; padding: 1em;color: white;font-size: 30px;font-weight: 600;}
.page-title span{display: block;font-size: 16px;font-weight: 500;margin-bottom: 5px;}

.h2-gotenyama{position: absolute;z-index: 20;left:auto;right:70px;;bottom:50px;font-size: 28px;color: white; line-height: 1.6;font-weight: 600px;}
.h2-gotenyama span{display: block;font-size: 18px;}





.footer-logo{text-align: left;margin-left: 0;margin-bottom: 25px;display: flex;}
.footer-logo a{color: white;font-size: 17px;transition: .4s;display: flex;align-items: center;justify-content: flex-start;text-align: left;}
.footer-logo a .icon{width: 32px;margin-left: 0;margin-bottom:0;margin-right: 15px;}

footer .address{font-size: 14px;text-align: left;line-height: 1.6;margin-bottom: 15px;}
footer .tel{line-height: 1;margin-bottom: 8px;display: flex;align-items: center;justify-content: flex-start;}

.fixed-contact{display: block; position: absolute;right:0;top:300px;z-index: 50;left:auto;bottom:auto;}
.fixed-contact a{background: #862040;color: white;display: inline-block;writing-mode: vertical-rl;text-orientation: mixed;padding: 1em .7em 1em .8em;border-radius: 15px 0 0 15px;}
.fixed-contact a .fas{margin-bottom: 5px;}


.drawer_menu{display: none!important;}


#pagetop {display: none!important;}
.no-print{display: none!important;}
.mb30-xs2{margin-bottom: 0px;}

}

/* ===========================
   PDFアコーディオン
=========================== */

.download_accordion{
    margin:40px 0;
}

.download_accordion .accordion-item{
    margin-bottom:15px;
}

/* 親ボタン */

.download_accordion .accordion-btn{
    width:300px;
    max-width:100%;
    background:#555;
    color:#fff;
    border:none;
    border-radius:4px;
    padding:.9em 1em;
    cursor:pointer;
    text-align:left;
    font-size:16px;
    line-height:1.4;
    position:relative;
    transition:.3s;
}

.download_accordion .accordion-btn:hover{
    background:#920F40;
}

.download_accordion .accordion-btn::after{
    font-family:"Font Awesome 5 Free";
    font-weight:900;
    content:"\f078";
    position:absolute;
    right:18px;
    top:50%;
    transform:translateY(-50%);
    transition:.3s;
}

.download_accordion .accordion-btn.open::after{
    transform:translateY(-50%) rotate(180deg);
}


/* 子ボタンエリア */

.download_accordion .accordion-content{
    display:none;
    margin-top:12px;
}


/* 子ボタンを横並び */

.download_accordion .accordion-content a{

    display:inline-flex;

    justify-content:center;

    align-items:center;

    width:180px;

    height:52px;

    margin:0 10px 10px 0;

    background:#555;

    color:#fff;

    border-radius:4px;

    text-decoration:none;

    transition:.3s;

    box-sizing:border-box;

    position:relative;

    padding:0 40px 0 15px;

}


.download_accordion .accordion-content a:hover{

    background:#920F40;

}


.download_accordion .accordion-content a::after{

    font-family:"Font Awesome 5 Free";

    font-weight:900;

    content:"\f381";

    position:absolute;

    right:15px;

    top:50%;

    transform:translateY(-50%);

}


/* ---------- スマホ ---------- */

@media (max-width:767px){

.download_accordion .accordion-btn{

    width:100%;

}

.download_accordion .accordion-content a{

    display:flex;

    width:100%;

    margin:0 0 10px;

}

}

/*==============================
 左右2カラム
==============================*/

.download_accordion .accordion-column{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    gap:60px;
}

.download_accordion .accordion-left,
.download_accordion .accordion-right{
    width:50%;
}

@media(max-width:767px){

.download_accordion .accordion-column{
    display:block;
}

.download_accordion .accordion-left,
.download_accordion .accordion-right{
    width:100%;
}

}

/*==============================
 タイトル
==============================*/

/* 画像のはみ出しを隠す */
.room li{
    overflow:hidden;
}

/* アニメーション */
.room li img{
    transition:.3s;
    transform-origin:center center;
}

/* Type D（そのまま） */
.room .type-d img{
    transform:scale(1);
}

/* Type I（約2倍） */
.room .type-i img{
    transform:scale(2);
}

/* Type L（約1.5倍） */
.room .type-l img{
    transform:scale(1.5);
}

.room-layout{
    display:grid;
    grid-template-columns:1fr 2fr 1.5fr;
    gap:20px;
    list-style:none;
    padding:0;
    margin:0;
    align-items:start;
}

.room-layout li{
    text-align:center;
}

.room-layout img{
    width:100%;
    height:auto;
    display:block;
}

@media(max-width:767px){

.room-layout{
    grid-template-columns:1fr;
}

}

#feature .table-ex + .ly {
    margin-top: 30px;
}