@charset "utf-8";
/* body */
body {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	-webkit-text-size-adjust:100%;
	width:100%;
	margin:auto;
	letter-spacing:1px;
	color:#212121;
}
#wra {
	width:100%;
	position:relative;
	margin-top:80px;
}
h1 {
	margin:0;
	padding:0;
}
a, a:focus {
	color:#212121;
	text-decoration:none;
	outline: none;
 -webkit-transition: all .3s;
 transition: all .3s;	
}
a:link, a:visited {
	color:#212121;
}
a:hover, a:active {
	color:#f27c7c;
	text-decoration:none;
 -webkit-transition: all .3s;
 transition: all .3s;	
}
img {
	display:block;
}
a img {
	transition: 0.5s;
	-webkit-transition: 0.5s;
}
a img:hover {
	opacity: 0.7;/* 透過率50% */
}

h1, h2, h3, h4, h5, h6, img, img a, p, table, tr, td, dt, dl, dd {
	margin: 0px;
	padding: 0px;
	border:0px;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
ul, ol, li, dl, dt, dd {
	list-style-type: none;
	list-style-position: outside;
	margin: 0px;
	padding: 0px;
	font-weight:500;
}
pre{
	word-wrap: break-word;
	white-space: normal;
	word-break:break-all;
}
/* header */
#hea-wra {
	width:100%;
	height:auto;
	background:#FFF;
	position:fixed;
	top:0;
z-index:30;

}
#hea-con {
	width:1280px;
	padding:0;
	height:80px;
	margin:auto;
display:flex;
flex-wrap:wrap;
justify-content:center;
align-items:center;

}
#hea-lef {
	width:88px;
	height:auto;
display:flex;
flex-wrap:wrap;
justify-content:flex-between;
align-items:center;

}
#hea-lef a img{
	height:auto;
	width:100%;
}
#hea-rig {
	margin-left:auto;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	
}
#hea-con h1.hea-tit {
	font-size:80%;
	font-weight:500;
	line-height:150%;
	height:auto;
	padding-right:10px;
	text-align:right;
}
/* navigation */

/* スライドインメニュー hide men-wra配置の親要素をpositon:relative必須 */
.men-wra {
 position:absolute;
 top:100px;
 left:-280px;
 width:280px;
 height:auto;
 text-align:center;
 margin:auto;
 padding:0px 0;
 display:block;
 background-color: rgba( 242, 111, 111, 0.9 );
 z-index:30;
box-shadow:2px 2px 3px 0px #bcbcbc;
 border-radius:0 0 10px 0;

}
.men-wra.men-wra-act {
 display:block;
}
.menu {
 min-width:280px;
 width:100%;
 margin:0px auto;
 text-align:center;
 position:relative;
 display:flex;
 flex-wrap:wrap;
 justify-content:center;
 align-items:center;
}
.menu > li {
 text-align:center;
 width:calc(100% - 0px);
 height:auto;
 border-right:solid 1px #e7e7e7;
 border-top:solid 1px #e7e7e7;
}
.menu > li:last-of-type {
 border-right:solid 1px #e7e7e7;
 border-bottom:solid 1px #e7e7e7;
 border-radius:0 0 10px 0;
 
}
.menu > li a {
 color:#fff;
 width:calc(100% - 0px);
 font-weight:400;
 display:block;
 text-align:center;
 text-decoration:none;
 font-size:100%;
 letter-spacing:2px;
 margin:auto;
 padding:12px 0px;
 transition: 0.8s;
}
.menu > li a:hover {
 color:#212121;
 background:#fff;
 text-decoration:none;
 border-radius:2px;
}
#hum-men-wra{
	margin:5px auto 0 20px;
}
.men-ite{
	position:relative;
	display:inline-block;
}
.sub-menu {
	position:absolute;
	top:0px;
	left:280px;
	height:auto;
	z-index:10;
}
.sub-menu > li {
	max-width:calc(280px - 8px);
	width:calc(280px - 8px);
	background:#fdf4f4;
	padding:3px 3px;
	border-top:dotted 1px #ccc;
}
.sub-menu > li a {
	width:calc(100% - 20px);
	font-weight:400;
	display:block;
	text-align:left;
	text-decoration:none;
	line-height:140%;
	font-size:96%;
	margin:0px 0px;
	padding:8px 10px;
	transition: 0.8s;
	color:#212121;
}
.sub-menu {
	display:none;
}
.hum-men,
.hum-men span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.hum-men {
  position: relative;
  width: 36px;
  height: 28px;
}
.hum-men span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ccc;
  border-radius: 2px;
}
.hum-men span:nth-of-type(1) {
  top: 0;
}
.hum-men span:nth-of-type(2) {
  top: 13px;
}
.hum-men span:nth-of-type(3) {
  bottom: 0;
}
.hum-men.hum-men-act span:nth-of-type(1) {
  -webkit-transform: translateY(13px) rotate(-45deg);
  transform: translateY(13px) rotate(-45deg);
}
.hum-men.hum-men-act span:nth-of-type(2) {
  opacity: 0;
}
.hum-men.hum-men-act span:nth-of-type(3) {
  -webkit-transform: translateY(-13px) rotate(45deg);
  transform: translateY(-13px) rotate(45deg);
}

/* アニメーション　flex */
.mai-fle-sec {
	text-align:center;
	width:1080px;
	height:auto;
	margin:auto;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-around;
	align-items:flex-start;
}
.mai-fle-sec li{
	width:33%;
	height:auto;
	margin:0 auto 40px;
	display:flex;
	flex-wrap:wrap;
	flex-direction:column;
	justify-content:flex-start;
	align-items:center;
}
.mai-fle-sec li a img{
 -webkit-transition: all .5s;
 transition: all .5s;	
}

.mai-fle-sec li a:hover img{
	opacity:0.7;
}
/* スライドエフェクト01 */
.efc-sli-one-wra {
	position:relative;
	height:260px;
	width:260px;
	background:#fff;
	overflow:hidden;
	border-radius:3%;
	margin:0 auto;
}
.efc-sli-one-mas {
	display:none;
}
.efc-sli-one-mas.efc-add {
	display:block;
	background:#46b2f4;
	position:absolute;
	border-radius:0%;
	top:-10%;
	opacity:0;
	width:120%;
	height:120%;
}
.efc-sli-one {
	opacity : 0;
	transform : translate(0, 0px);
	transition : all 2000ms;
	height:260px;
	width:260px;
	background:#f8f8f8;
	overflow:hidden;
	border-radius:3%;
	position:relative;
}
.efc-sli-one img {
	width:auto;
	height:102%;
	position:absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
/* スライドイメージ部 */
.mai-fle-sec li:nth-of-type(1) .efc-sli-one.efc-add {
 animation: SliImaOne 1.0s ease 0.0s 1 forwards;
}
.mai-fle-sec li:nth-of-type(2) .efc-sli-one.efc-add {
 animation: SliImaOne 1.0s ease 0.3s 1 forwards;
}
.mai-fle-sec li:nth-of-type(3) .efc-sli-one.efc-add {
 animation: SliImaOne 1.0s ease 0.6s 1 forwards;
}
.mai-fle-sec li:nth-of-type(4) .efc-sli-one.efc-add {
 animation: SliImaOne 1.0s ease 0.9s 1 forwards;
}
.mai-fle-sec li:nth-of-type(5) .efc-sli-one.efc-add {
 animation: SliImaOne 1.0s ease 1.2s 1 forwards;
}
.mai-fle-sec li:nth-of-type(6) .efc-sli-one.efc-add {
 animation: SliImaOne 1.0s ease 1.5s 1 forwards;
}

/* CSSアニメーション設定 */
@keyframes SliImaOne {
 0% {
 opacity: 0;/*初期は透明*/
 transform: translateX(100%) rotate(0deg);
}
 60% {
 opacity: 0.8;
}
 100% {
 opacity: 1;
 transform: translateX(0%) rotate(0deg);
}
}
.mai-fle-sec li:nth-of-type(1)  .efc-sli-one-mas.efc-add {
 animation: SliMasOne 1.0s ease 0.0s 1 forwards;
}
.mai-fle-sec li:nth-of-type(2) .efc-sli-one-mas.efc-add {
 animation: SliMasOne 1.0s ease 0.3s 1 forwards;
}
.mai-fle-sec li:nth-of-type(3) .efc-sli-one-mas.efc-add {
 animation: SliMasOne 1.0s ease 0.6s 1 forwards;
}
.mai-fle-sec li:nth-of-type(4) .efc-sli-one-mas.efc-add {
 animation: SliMasOne 1.0s ease 0.9s 1 forwards;
}
.mai-fle-sec li:nth-of-type(5) .efc-sli-one-mas.efc-add {
 animation: SliMasOne 1.0s ease 1.2s 1 forwards;
}
.mai-fle-sec li:nth-of-type(6) .efc-sli-one-mas.efc-add {
 animation: SliMasOne 1.0s ease 1.5s 1 forwards;
}

/* CSSアニメーション設定 */
@keyframes SliMasOne {
 0% {
 opacity: 0;/*初期は透明*/
 transform: translateX(-100%) rotate(-90deg);
}
 80% {
 opacity: 0.5;
}
 90% {
 opacity: 0;
 transform: translateX(100%) rotate(0deg);
}
}

/*スライドエフェクト02 */
.efc-sli-two-wra {
	position:relative;
	max-height:400px;
	height:100%;
	width:40%;
	background:#f8f8f8;
	overflow:hidden;
}
.eff-sli{
	display:none;
}
.eff-sli-inn{
	display:block;
	animation: SliMasTwo 1.5s;
	background:#46b2f4;
	position:absolute;/*親要素position:relative*/
	top:-25%;
	opacity:0;
	width:200%;
	height:200%;
}


@keyframes SliMasTwo {
 0% {
 opacity: 0;/*初期は透明*/
 transform: translateX(0%) rotate(15deg);
}
 60% {
 opacity: 0.8;
}
 90% {
 opacity: 0;
 transform: translateX(100%) rotate(15deg);
}
}
.efc-sli-two {
	opacity : 0;
	transform : translate(0, 45px);
	transition : all 1000ms;
}
.efc-sli-two.eff-add {
	opacity : 1;
	transform : translate(0, 0);
}
.efc-sli-two img{
	width:100%;/*object-fit IE11バグ */
	height:auto;

}
/* 移動フェード01 */

.efc-fad-one {
	opacity : 0;
	transform : translate(0, 80px);
	transition : all 1000ms;
}
.efc-fad-one.efc-add {
	opacity : 1;
	transform : translate(0, 0);
}
/* 定位置フェード */
.fad-sta {
 opacity : 0;
 transform : translate(0, 0px);
 transition : all 2000ms;
}
.fad-sta.eff-add {
 opacity : 1;
 transform : translate(0, 0);
}


/* Effectt button 回転キューブ */
.but-cub-wra {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
}
.but-cub-lef-wra {
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-end;
	align-items:center;
}
button.but-cub, button.but-cub-sho {
	/*インプット要素*/
	background-color: transparent;
	cursor: pointer;
	outline: none;
	appearance: none;
	border:none;
}
.but-cub {
	display:block;
	width: 280px;
	height: 36px;
	text-align: center;
	text-decoration: none;
	line-height: 36px;
	outline: none;
	left:0;
}
.but-cub::before, .but-cub::after {
 position: absolute;
 z-index: -1;
 display: block;
 content: '';
}
.but-cub, .but-cub::before, .but-cub::after {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 -webkit-transition: all .3s;
 transition: all .3s;
}
.but-cub {
	position: relative;
	-webkit-perspective: 280px;
	perspective: 280px;
}
.but-cub span {
	display: block;
	position: absolute;
	top:0;
	left:0;
	width: 280px;
	height: 46px;
	border: 1px solid #f26f6f;
	text-align: center;
	line-height: 44px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
 -webkit-transition: all .3s;
 transition: all .3s;
	pointer-events: none;
}
.but-cub span:nth-child(1) {
 background-color: #f26f6f;
 color: #fff;
 -webkit-transform: rotateX(90deg);
 -moz-transform: rotateX(90deg);
 transform: rotateX(90deg);
 -webkit-transform-origin: 50% 50% -23px;
 -moz-transform-origin: 50% 50% -23px;
 transform-origin: 50% 50% -23px;
}
.but-cub span:nth-child(2) {
 background-color: #fff;
 color: #333;
 -webkit-transform: rotateX(0deg);
 -moz-transform: rotateX(0deg);
 transform: rotateX(0deg);
 -webkit-transform-origin: 50% 50% -23px;
 -moz-transform-origin: 50% 50% -23px;
 transform-origin: 50% 50% -23px;
}
.but-cub:hover span:nth-child(1) {
 -webkit-transform: rotateX(0deg);
 -moz-transform: rotateX(0deg);
 transform: rotateX(0deg);
}
.but-cub:hover span:nth-child(2) {
 color:#f26f6f;
 background-color: #f26f6f;
 -webkit-transform: rotateX(-90deg);
 -moz-transform: rotateX(-90deg);
 transform: rotateX(-90deg);
}

/*ショートタイプボタン*/
.but-cub-sho {
	display:block;
	width: 220px;
	height: 36px;
	text-align: center;
	text-decoration: none;
	line-height: 34px;
	outline: none;
	left:0;
}
.but-cub-sho::before, .but-cub-sho::after {
 position: absolute;
 z-index: -1;
 display: block;
 content: '';
}
.but-cub-sho, .but-cub-sho::before, .but-cub-sho::after {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 -webkit-transition: all .3s;
 transition: all .3s;
}
.but-cub-sho {
	position: relative;
	-webkit-perspective: 220px;
	perspective: 220px;
}
.but-cub-sho span {
	display: block;
	position: absolute;
	top:0;
	left:0;
	width: 220px;
	height: 36px;
	border: 1px solid #e7e7e7;
	text-align: center;
	line-height: 34px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
 -webkit-transition: all .3s;
 transition: all .3s;
	pointer-events: none;
}
.but-cub-sho span:nth-child(1) {
 background-color: #f26f6f;
 color: #fff;
 -webkit-transform: rotateX(90deg);
 -moz-transform: rotateX(90deg);
 transform: rotateX(90deg);
 -webkit-transform-origin: 50% 50%;
 -moz-transform-origin: 50% 50%;
 transform-origin: 50% 50%-18px;
}
.but-cub-sho span {
display:flex;
flex-wrap:wrap;
justify-content:center;
align-items:center;
	
}

.but-cub-sho span:nth-child(2) {
 background-color: #fff;
 color: #333;
 -webkit-transform: rotateX(0deg);
 -moz-transform: rotateX(0deg);
 transform: rotateX(0deg);
 -webkit-transform-origin: 50% 50%;
 -moz-transform-origin: 50% 50%;
 transform-origin: 50% 50%-18px;
}
.but-cub-sho:hover span:nth-child(1) {
 -webkit-transform: rotateX(0deg);
 -moz-transform: rotateX(0deg);
 transform: rotateX(0deg);
 
}
.but-cub-sho:hover span:nth-child(2) {
 color:#f26f6f;
 background-color: #f26f6f;
 -webkit-transform: rotateX(-90deg);
 -moz-transform: rotateX(-90deg);
 transform: rotateX(-90deg);
	border:none;

}
/*　END Effectt button 回転キューブ */

/* エフェクトボタン　スクリュー */
.eff-but-rig{
	text-align:right;
	width:100%;
	height:auto;
}

.eff-but-rot {
  display: inline-block;
  width: 240px;
  height: 36px;
  text-align: center;
  text-decoration: none;
  line-height: 34px;
  outline: none;
  cursor:pointer;
}
.eff-but-rot::before,
.eff-but-rot::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.eff-but-rot,
.eff-but-rot::before,
.eff-but-rot::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.eff-but-rot {
  position: relative;
  z-index: 2;
  background-color: #fff;
  border: 1px solid #ccc;
  color: #333;
  line-height: 130%;
  overflow: hidden;
}
.eff-but-rot:hover {
  color: #fff;
  background:none;
  border: 1px solid #1da1f2;

}
.eff-but-rot::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.eff-but-rot:hover::after {
  -webkit-transform: scale(2) rotate(180deg);
  transform: scale(2) rotate(180deg);
  background: #1da1f2;
}
/* END　エフェクトボタン　スクリュー */

/* START 左右スライドボタン*/
.eff-but-blo {
	margin:auto;
}
.eff-but {
	display:block;
	width: calc(100% - 40px);
	min-width:180px;
	max-width:360px;
	height: 100%;
	padding:6px 20px 8px;
	font-weight:normal;
	font-size:80%;
	line-height: 150%;
	text-align: center;
	text-decoration: none;
	outline: none;
	position: relative;
	z-index: 2;
	color:#868686;
	background:url(../images/chevron-right.svg) right calc(34% - 20px) center no-repeat,#fff;
	border: 1px solid #ababab;
	border-radius:0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
 -webkit-transition: all .3s;
 transition: all .3s;
	margin:auto;
}
.eff-but-blo:last-child .eff-but {
}
.eff-but:hover {
	background: #f27c7c;
	border-color: #f27c7c;
	color: #fff;
	text-decoration:none;
	cursor:pointer;
}
.eff-but::before, .eff-but::after {
 top: 0;
 width: 50%;
 height: 100%;
 background: none;
 position: absolute;
 z-index: -1;
 display: block;
 content: '';
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 -webkit-transition: all .3s;
 transition: all .3s;
}
.eff-but::before {
 right: 0;
text-indent:70%;
}
.eff-but:hover::before {
text-indent:-30px;
 right: 0;
}
.eff-but::after {
 left: 0;
}
.eff-but:hover::before, .eff-but:hover::after {
 width: 0;
 background-color: #1da1f2;
}
.eff-but-inn {
	width:100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-weight:bold;
	line-height: 140%;
}
/* END 左右スライドボタン*/

/* footer */
#foo-wra {
	height:auto;
	width:100%;
	border-top:3px double #ccc;
	padding:40px 0;
	background:#fff;
}
.foo-con {
	width:1080px;
	height:auto;
	margin:auto;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	align-items:flex-start;
}
.foo-con a {
	text-decoration:none;
}
.foo-men {
	width:calc(33% - 20px);
	margin-right:20px;
}
.foo-men ul {
}
.foo-men-tit {
	font-size:110%;
	letter-spacing:2px;
	font-weight:600;
	line-height:130%;
}
.foo-men hr {
	margin:10px 0;
	width:80px;
	border-top:solid 2px #e48989;
}
.foo-men-tex {
	font-size:90%;
	line-height:140%;
	padding:10px 0;
}
.foo-men-lis{
	display:flex;
flex-wrap:wrap;
justify-content:flex-start;
align-items:center;

}
.foo-men-lis li{
	font-size:90%;
	padding:5px 30px 5px 5px;
	border-bottom:dotted 1px #CCC;
	position:relative;
}
.foo-men-lis li a:after {
	position:absolute;
	content:"";
	display:inline-block;
	width:20px;
	height:20px;
	background:url(../images/chevron-right-red-sma.svg) right top 4px no-repeat;
}
.foo-sns-blo {
	height:100%;
	max-height:auto;
	padding:0px 0px;
	width:33%;
}
.foo-cen-blo {
	width:33%;
	align-self:center;
	text-align:center;
}
.foo-cen-blo img {
	display:inline;
}
.foo-log{
	margin-bottom:10px;
}
#cop {
	text-align:center;
	font-size:90%;
	background:#1da1f2;
	line-height:130%;
	padding:10px 10px;
	color:#fff;
}
#cop a {
	color:#fff;
}
/* page top */

#pag-top {
	display:none;
	position:fixed;
	bottom:30px;
	right:30px;
	z-index:100;
}
#pag-top a {
	display:block;
	width:44px;
	height:44px;
	text-align:center;
	border-radius:2px;
	color:#FFF;
	text-decoration:none;
	background:#1da1f2;
	background:-moz-linear-gradient(135deg, #1da1f2 50%, #f27c7c 51%);
	background:-webkit-linear-gradient(135deg, #1da1f2 50%, #f27c7c 51%);
	background:linear-gradient(135deg, #1da1f2 50%, #f27c7c 51%);
	transition: 0.5s;
	-webkit-transition: 0.5s;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
}
#pag-top a:hover{
  -webkit-transform:translate(-0%, -20%) scale(1) rotate(0deg);
  transform:translate(-0%, -20%) scale(1) rotate(0deg);
	display:block;
	width:44px;
	height:44px;
	text-align:center;
	border-radius:2px;
	color:#FFF;
	text-decoration:none;
	
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;

}

/* メイン画像 main visual */
.mai-vis-sli-wra {
	width:100%;
	height:auto;
	margin:0px auto 0;
	padding:40px 0 0 0;
	background:#f8f8f8;
	overflow:hidden;
	border-bottom:double 3px #e7e7e7;
}
.mai-vis-sli {
	text-align:center;
	width:1080px;
	height:auto;
	margin:auto;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	align-items:flex-start;
}
.mai-vis-sli li {
	width:340px;
	height:320px;
	background:#FFF;
	display:flex;
	flex-wrap:wrap;
	flex-direction:column;
	justify-content:flex-start;
}
.mai-vis-sli li .eff-but-blo {
	align-self:flex-end;
}
.mai-vis-tit {
	padding:15px 5px 5px;
	margin:10px auto;
	line-height:130%;
	font-weight:600;
}
.mai-vis-ima {
	position:relative;
	width:340px;
	height:180px;
	background:#FFF;
	overflow:hidden;
}
.mai-vis-ima img {
	position:absolute;
	height:auto;
	width:100%;
	top: 50%;
	left: 50%;
	min-height: 100%;
	min-width: auto;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
/* nav */
.nav {
	width:310px;
}
.nav-blo {
	margin-bottom:30px;
	background:#FFF;
	padding:30px 0;
}
.nav-tit {
	font-size:110%;
	font-weight:600;
	text-align:center;
}
.nav hr {
	margin:20px auto 20px;
	width:80px;
	border-top:solid 2px #e48989;
}
.nav-pro-ima {
	width:140px;
	height:140px;
	margin:auto;
	padding-bottom:30px;
}
.nav-pro-ima img {
	width:100%;
	height:auto;
	border-radius:50%;
}
.nav-sec {
	padding:0 30px 30px;
}
.nav-lis,.widget_archive ul,.widget_categories ul{
	font-size:90%;
	padding:0 30px;
	text-align:right;
}

.nav-lis li, .widget_archive ul li,.widget_categories ul li {
	padding-right:16px;
	position:relative;
}
.nav-lis li::after, .widget_archive ul li::after,.widget_categories ul li::after {
position:absolute;
content: "";
background:url(../images/chevron-right-red-sma.svg) right center no-repeat;
width:22px;
height:22px;
}
.nav-sea-for {
	box-sizing: border-box;
	position: relative;
	border: 1px solid #e7e7e7;
	display: block;
	padding: 5px 10px;
	border-radius: 20px;
	height: 100%;
	width: 86%;
	overflow: hidden;
	margin:auto;
}
.nav-sea-for input[type="text"] {
	border: none;
	height:120%;
}
.nav-sea-for input[type="text"]:focus {
	outline: 0;
}
.nav-sea-for input[type="submit"] {
	cursor: pointer;
	border: none;
	color: #fff;
	position: absolute;
	width: 15%;
	height: 3.0em;
	right:0px;
	top: -3px;
	outline : none;
	background:url(../images/search.svg) center no-repeat, #f27c7c;
}
.nav-hot-lis {
	font-size:90%;
}
.nav-hot-lis li {
	margin:30px auto 30px;
}
.nav-hot-ima {
	width:100%;
	height:120px;
	margin:0 auto 10px;
	padding-bottom:0px;
	overflow:hidden;
	position:relative;
}
.nav-hot-ima img {
	position:absolute;
	width:100%;
	height:auto;
	top: 50%;
	left: 50%;
	min-height: auto;
	min-width: 100%;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.nav-hot-lis h3 {
	font-size:100%;
	padding:0 10px;
}
.lef-men li {
	color:#FFF;
	font-size:110%;
}
.lef-men li a {
	color:#232323;
	font-weight:400;
	cursor:pointer;
	padding:10px 10px 10px 20px;
	display:block;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	background:#fff;
	border-bottom:dotted 1px #ccc;
	position:relative;
}
.lef-men li a:before {
	position:absolute;
	content:"";
	left:0;
	display:inline-block;
	width:20px;
	height:20px;
	background:url(../images/chevron-right-red-sma.svg) left top 5px no-repeat;
}
.lef-men li a:hover:before {
	position:absolute;
	content:"";
	left:0;
	display:inline-block;
	width:20px;
	height:20px;
	background:url(../images/chevron-right-white.svg) left top 5px no-repeat;
	
}
.lef-men li a.lef-men-act {
	color:#FFF;
	font-size:110%;
	background:#75bda5;
	border-bottom:dotted 1px #fff;
}
.lef-men li a.lef-men-act:before {
	content:"》";
}
.lef-men li a:hover {
	color:#FFF;
	background:#51aed5;
}
/* common */
#mai-con-wra {
	width:100%;
	margin:auto;
	border-radius:0px;
	padding:0px 0px 0px;
	background:#f8f8f8;
}
.hom-con-blo {
	padding:0px 0px;
	margin:auto;
	background:#FFF;
	display:flex;
flex-wrap:wrap;
justify-content:center;
align-items:center;
}
.hom-con-blo-sec {
	height:400px;
	width:calc(60% - 0px);
	padding:0 0px;
	display:flex;
flex-wrap:wrap;
justify-content:flex-start;
align-items:center;

}
.hom-con-blo-sec-lef {
	height:400px;
	width:calc(60% - 0px);
	padding:0 0px;
	display:flex;
flex-wrap:wrap;
justify-content:flex-end;
align-items:center;

}

.hom-con-inn {
	width:calc(608px - 0px);
	height:400px;
	padding:0 0 0 5%;
	display:flex;
flex-wrap:wrap;
flex-direction:column;
justify-content:center;
align-items:flex-start;
}
.hom-con-inn-lef {
	width:calc(608px - 0px);
	height:400px;
	padding:0 6% 0 0;
	display:flex;
flex-wrap:wrap;
flex-direction:column;
justify-content:center;
align-items:flex-start;
}

.hom-sec-tit {
	color:#212121;
	font-size:140%;
	font-weight:600;
	line-height:150%;
	width:calc(100% - 50px);
	padding:15px 20px;
	text-align:left;
	margin: 0px auto 20px;
	border-left: 10px solid #e7e7e7;
	background:#f8f8f8;
}

.hom-con-lis{
	padding:30px 30px 60px 0px;
	
}
#mai-con {
	width:1080px;
	height:auto;
	margin:auto;
	padding:60px 0;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:flex-start;
}
.fle-con-blo{
width:100%;
	height:auto;
	display:flex;
flex-wrap:wrap;
justify-content: space-between;
align-items:flex-start;
margin-bottom:40px;
}
.fle-con-blo .sec-tit{
	color:#212121;
	font-size:120%;
	font-weight:500;
	line-height:140%;
	width:calc(100% - 30px);
	padding:15px 15px;
	text-align:center;
	margin-bottom: 0px;
	border-top: 1px solid #f7f7f7;
	border-bottom: 1px solid #f7f7f7;
	background:#fffef6;
	margin-bottom:0;
}
.fle-con-blo-inn{
	width:31%;
	height:auto;
	margin-bottom:0px;
	background:#FFF;
}
.fle-con-blo-inn-haf{
	width:48%;
	height:auto;
	margin-bottom:0px;
	background:#FFF;
}
.fle-con-blo-ima {
	position:relative;
	height:200px;
	width:100%;
	background:#efefef;
	overflow:hidden;
}
.fle-con-blo-ima img {
	position:absolute;
	width:100%;
	height:auto;
	top: 50%;
	left: 50%;
	min-height: auto;
	min-width: 100%;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.fle-con-blo-sec{
	padding:20px;
}
.sec-dat {
	font-size:94%;
	color:#888;
	text-align:center;
	padding:10px 10px;
}
.sec-dat-blu {
	color:#54b8f5;
	font-size:110%;
	font-weight:600;
	text-align:center;
	padding:10px 10px;
}

.sec-tit {
	color:#212121;
	font-size:180%;
	font-weight:500;
	line-height:140%;
	width:calc(100% - 30px);
	padding:15px 15px;
	text-align:center;
	margin-bottom:30px;
}
.sec-tit-lin {
	color:#212121;
	font-size:130%;
	font-weight:600;
	line-height:140%;
	width:calc(100% - 30px);
	padding:15px 15px;
	text-align:center;
	margin-bottom: 0px;
	border-top: 1px solid #f7f7f7;
	border-bottom: 1px solid #f7f7f7;
	background:#fffef6;
	margin-bottom:0;
}
.new-con-wra{
	margin-bottom:40px;
}
.new-con-inn {
	width:calc(100% - 60px);
	height:auto;
	max-height:380px;
	padding:20px 30px;
	background:#FFF;
	overflow:hidden;
	overflow-y:auto;
}
.new-con-inn dl dd {
	padding:10px 0;
}
.lis-bar li {
	position:relative;
	padding-left:0px;
}
.lis-bar li:before {
	position:absolute;
	left:0px;
	content:"-";
	display:inline-block;
	transform: rotate(0deg);
	font-size:100%;
	font-weight:700;
}
.new-tit {
	font-size:100%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	line-height:24px;
	color:#0070D5;
	width:calc(100% - 25px);
	padding:10px 0 10px 25px;
	margin-bottom:5px;
	cursor:pointer;
	position:relative;
}
.new-tit:before {
	content:"▼ ";
	font-size:90%;
	color:#e48989;
	transform: rotate(30deg);
	position:absolute;
	left:0px;
	transition: 0.5s;
	-webkit-transition: 0.5s;
}
.new-tit-vis:before {
	top:8px;
	transform: rotate(120deg);
}
.new-cap {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e7e7e7;
	line-height:24px;
	font-size:100%;
	width:900px;
	padding-bottom:5px;
	margin-bottom:15px;
}

.inf-blo{
	width:calc(100% - 40px);
	height:auto;
	padding:30px 20px;
}
.inf-tab-blo{
	width:calc(100% - 40px);
	height:auto;
	padding:30px 20px;
}
.inf-ima{
	max-width:200px;
	width:100%;
	height:auto;
	margin:22px auto;
}
.inf-ima img{
	width:100%;
	height:auto;
}
.acc-map-wra {
	height:380px;
	width:100%;
	background:#fffef6;
	overflow:hidden;
	margin-bottom:30px;
}

.hom-map-wra {
	position:relative;
	height:280px;
	width:100%;
	background:#fffef6;
	overflow:hidden;
}
.hom-map-wra img {
	position:absolute;
	width:100%;/*object-fit IE11バグ */
	height:auto;
	top: 50%;
	left: 50%;
	min-height: auto;
	min-width: 100%;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.one-cul-wra{
	max-width:960px;
	width:calc(100% - 120px);
	height:auto;
	padding:40px 60px;
	background:#fff;

}
.one-cul-blo{
	max-width:900px;
	min-width:900px;
	width:100%;
	height:auto;
	margin:auto;
	background:none;
	display:flex;
flex-wrap:wrap;
justify-content: center;
align-items:flex-start;
}
.one-cul-sec{
	width:100%;
	height:auto;
}

.one-cul-blo .sec-tit{
	color:#212121;
	font-size:120%;
	font-weight:500;
	line-height:140%;
	width:calc(100% - 30px);
	padding:15px 15px;
	text-align:center;
	margin-bottom: 0px;
	border-top: 1px solid #f7f7f7;
	border-bottom: 1px solid #f7f7f7;
	background:#fffef6;
	margin-bottom:30px;
}
.sec-cat-tit{
	margin-bottom:5px;
	padding:5px;
	text-align:center;
}
.con-blo-ima {
	position:relative;
	margin:0 auto;
	height:480px;
	max-width:800px;
	width:100%;
	background:#efefef;
	overflow:hidden;
	margin-bottom:30px;
}
.con-blo-ima img {
	position:absolute;
	width:100%;
	height:auto;
	top: 50%;
	left: 50%;
	min-height: auto;
	min-width: 100%;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.sec-sub-fst {
	width:calc(100% - 50px);
	height:auto;
	font-size:150%;
	font-weight:600;
	border-left:solid 10px #f27c7c;
	padding:10px 20px;
	margin-bottom:20px;
	background:#fafafa;
}

.sec-sub-snd {
	font-size:130%;
	font-weight:600;
	border-left:solid 6px #1da1f2;
	padding:0 15px;
	margin-bottom:20px;
}
.sec-sub-thr {
	font-size:120%;
	font-weight:600;
	margin-bottom:20px;
	padding-left:36px;
	position:relative;
}
.sec-sub-thr:before {
	left: 0;
	padding-right:10px;
position:absolute;
content: "";
background:url(../images/check-square.svg) left center no-repeat;
width:26px;
height:26px;
}	
.sit-map-lis {
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
	align-items:flex-start;
	padding-bottom:30px;
}
.sit-map-lis > li {
	width:calc(25% - 30px);
	height:auto;
	line-height:150%;
	padding:0 0px 5px 25px;
	position:relative;
}
.sit-map-lis > li::before {

padding:0;
left:0;
	position:absolute;
	content:"";
	display:inline-block;
	width:20px;
	height:20px;
	background:url(../images/chevron-right-red-sma.svg) right top 4px no-repeat;
}

.sit-map-tit {
	width:calc(50% - 45px);
	font-size:120%;
	font-weight:600;
	position:relative;
	padding:5px 10px 5px 35px;
	margin-bottom:10px;
}
.sit-map-tit:before {
	left: 0;
	padding-right:0px;
	position:absolute;
	content: "";
	background:url(../images/external-link.svg) left center no-repeat;
	width:26px;
	height:26px;
}
.sit-map-lis > .page_item {
	width:calc(50% - 45px);
	font-size:120%;
	font-weight:600;
	position:relative;
	padding:5px 10px 5px 35px;
	margin-bottom:10px;
}
.sit-map-lis > .page_item:before {
	left: 0;
	padding-right:0px;
	position:absolute;
	content: "";
	background:url(../images/external-link.svg) left center no-repeat;
	width:26px;
	height:26px;
}
.sit-map-chi-lis {
	width:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
	align-items:flex-start;
	padding-bottom:30px;
}
.sit-map-chi-lis > li {
	width:calc(25% - 30px);
	height:auto;
	line-height:150%;
	padding:0 0px 5px 25px;
	position:relative;
}
.sit-map-chi-lis > li::before {
	padding:0;
	left:0;
	position:absolute;
	content:"";
	display:inline-block;
	width:20px;
	height:20px;
	background:url(../images/chevron-right-red-sma.svg) right top 4px no-repeat;
}
.doc-con-sec p{
	padding-bottom:30px;
}
/* FAQ よくある質問　*/
.faq-lis {
	width:calc(100% - 0px);
	height:auto;
	margin:auto;
	padding:0px 0;
}
.faq-lis-tit {
	width:calc(100% - 6px);
	height:calc(auto);
	border:solid 0px #00558f;
	display:flex;
	flex-wrap:nowrap;
	justify-content:flex-start;
	align-items:flex-start;
	cursor:pointer;
	margin:0px 0px;
}
.faq-lis-que-tit {
	width:calc(100% - 0px);
	min-height:50px;
	line-height:130%;
	color:#0069a9;
	font-weight:600;
	margin-left:0px;
	padding:0px 0px;
	border-radius:8px;
	background:#fff;
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
	align-items:center;
}
.faq-lis-tit.selected .faq-lis-que-tit {
}
.faq-lis-que {
	background:#1da1f2;
	width:54px;
	height:50px;
	color:#fff;
	font-size:160%;
	font-weight:600;
	border-radius:6px;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	margin-bottom:15px;
}
.faq-lis-que-tit {
	width:calc(100% - 54px);
	font-size:120%;
	font-weight:600;
	padding:0px 10px 0px 30px;
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
	align-items:center;
}
.faq-lis-sen {
	width:calc(100% - 0px);
	height:calc(auto);
	border:solid 0px #f27c7c;
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
	align-items:flex-start;
	margin:0px auto 50px;
	letter-spacing:0;
	padding:0;
}
.faq-lis-sen p {
	width:calc(100% - 80px);
	font-size:110%;
	padding:10px 0 0 0;
}
.faq-lis-ans {
	background:#fff;
	width:44px;
	height:44px;
	border-radius:6px;
	margin-right:30px;
	color:#ff94bf;
	border:solid #ff94bf 3px;
	font-size:160%;
	font-weight:600;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
}


.sor-ima {
	position:relative;
	width:100%;
	height:280px;
	background:#FFF;
	overflow:hidden;
	border-radius:3%;
	
}
.sor-ima img {
	position:absolute;
	height:auto;
	width:100%;
	top: 50%;
	left: 50%;
	min-height: 100%;
	min-width: auto;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.two-cul-wra {
	width:1080px;
	height:auto;
	margin:0 auto;
	padding:0px 0;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:flex-start;
}
.mai-con-blo{
	max-width:740px;
	width:100%;
	height:auto;
	background:#FFF;
}
.con-blo-sec{
	width:calc(100% - 60px);
	height:auto;
	padding:0 30px;
}
/* time table */
.inf-lis {
	max-width:960px;
	width:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:stretch;
	text-align:left;
	margin:auto;
}
.inf-lis dt {
	width:calc(30% - 16px);
	padding:5px 7px;
	background:#ffff;
	border-bottom:solid 1px #1da1f2;
}
.inf-lis dd {
	width:calc(70% - 15px);
	padding:5px 7px;
	border-bottom:solid 1px #e7e7e7;
}
.inf-lis dt:last-of-type , .inf-lis dd dd:last-of-type  {
}
.inf-lis dt .red {
	color:#D52A32;
}
.tim-tab-lis {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:stretch;
	margin:auto;
}
.tim-tab-lis > li {
	width:calc(9% - 14px);
	padding:5px 7px;
	background:#f9f9f9;
	border-bottom:solid 1px #FFF;
	text-align:center;

}
.tim-tab-lis > li:nth-child(n + 10) {
	width:calc(9% - 14px);
	padding:5px 7px;
	background:#fff;
	border-bottom:solid 1px #FFF;
	text-align:center;
}
.tim-tab-lis > li:nth-child(9n - 8) {
	width:calc(28% - 14px);
	padding:5px 7px;
	background:#fdf4f4;
	border-bottom:solid 1px #FFF;
}
.tim-tab-lis > li:nth-child(1) {
	background:#f9f9f9;
}
.tit-tab-tex{
	font-size:90%;
	padding:5px;
}
/* 共通セレクタ */
.tar-bla-lin{
	position:relative;
	padding-left:20px;
	background:url(../images/link.svg)left top 2px no-repeat;
}
.flo-rig {
	float:right;
}
.flo-lef {
	float:left;
}
.cle-bot {
	clear:both;
}
.bre-cru {
	text-align: left;
	height: auto;
	line-height:140%;
	font-size:90%;
	margin:0 auto 20px;
	width:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
	align-items:center;
}
.bre-cru li:after {
	content:"〉";
	padding:0 0 0px 5px;
	font-size:90%;
}
.bre-cru li:last-child:after {
	content:"";
}
.ali-rig {
	text-align: right;
}
.ali-lef {
	text-align:left;
}
.ali-cen {
	text-align:center;
}
.pad-top-sma {
	padding-top:10px;
}
.pad-bot-tal {
	padding-bottom:40px;
}
.pad-lef-mid {
	padding-left:20px;
}
.pad-rig-mid {
	padding-right:20px;
}
.pad-top-bot-mid {
	padding-top:20px;
	padding-bottom:20px;
}
.pad-top-mid {
	padding-top:20px;
}
.pad-bot-mid {
	padding-bottom:20px;
}
.pad-bot-mid {
	padding-bottom:20px;
}
.pad-top-bot-tal {
	padding-top:40px;
	padding-bottom:40px;
}
.mar-top-mid {
	margin-top:20px;
}
.mar-bot-mid {
	margin-bottom:20px;
}
.mar-top-bot-mid {
	margin-top:20px;
	margin-bottom:20px;
}
.mar-bot-tal {
	margin-bottom:40px;
}
.mar-bot-xtal {
	margin-bottom:80px;
}
.mar-top-tal {
	margin-top:40px;
}
.mar-top-bot-tal {
	margin-top:40px;
	margin-bottom:40px;
}
.mar-rig-mid {
	margin-right:20px;
}
.mar-lef-mid {
	margin-left:17px;
}
.pad-top-tal {
	padding-top:28px;
}
.col-yel-har {
	color:#b7b23c;
}
.col-red, .red_txt {
	color:#D52A32;
}
.col-kah {
	color:#d7ac7c;
}
.col-ore {
	color:#e48989;
}
.col-ore-har {
	color:#e07979;
}
.col-pin-har {
	color:#EA6097;
}
.col-yel {
	color:#ffb320;
}
.col-gre {
	color:#066;
}
.col-gre-har {
	color:#066;
}
.col-whi {
	color:#ffffff;
}
.col-blu {
	color:#376499;
}
.col-blu-bol {
	color:#376499;
	font-weight:600;
	display:block;
	padding-bottom:10px;
	line-height:130%;
}
.col-red-bol {
	color:#D52A32;
	font-weight:600;
	letter-spacing:0;
	display:block;
	padding-bottom:10px;
	line-height:130%;
}
.col-gre-bol {
	color:#066;
	font-weight:600;
	display:block;
	padding-bottom:10px;
	line-height:130%;
}
.col-yel-har-bol {
	color:#b7b23c;
	font-weight:600;
	display:block;
	padding-bottom:10px;
	line-height:130%;
}
.col-bro {
	color:#3b1d02;
}
.fon-lar {
	font-size:146%;
}
.fon-mid {
	font-size:110%;
}
.fon-sma {
	font-size:90%;
}
.fon-xsma {
	font-size:80%;
}
.fon-bol {
	font-weight:bold;
	font-weight:600;
}
.lin-hei-sma {
	line-height:16px;
}
.fon-bol {
	font-weight:bold;
}
.con-are {
	width:calc(100% - 42px);
	border-radius:0px;
	margin:0px auto 30px;
	padding:20px;
	background: #fafafa;
}
.con-are .che-lis {
	font-size:110%;
	font-weight:600;
	position:relative;
	padding:5px 10px 5px 35px;
}
.con-are .che-lis:before {
	left: 0;
	padding-right:10px;
position:absolute;
content: "";
background:url(../images/check-square-reverse.svg) left center no-repeat;
width:26px;
height:26px;
}
.con-cir-lis {
	width:calc(100% - 60px);
	border-radius:4px;
	-webkit-border-radius:4px;
	margin:20px auto;
	padding:20px 30px;
	background-color: #fffef1;
}
.con-cir-lis li {
	font-size:110%;
	font-weight:600;
	position:relative;
	padding:5px 30px;
}
.con-cir-lis li:before {
	left: 0;
	padding-right:10px;
position:absolute;
content: "";
background:url(../images/check.svg) left center no-repeat;
width:22px;
height:22px;
}
.che-sub-tit {
	width:calc(100% - 60px);
	font-size:120%;
	font-weight:600;
	position:relative;
	padding:5px 30px;
	margin-bottom:10px;
}
.che-sub-tit:before {
	left: 0;
	padding-right:10px;
	position:absolute;
	content: "";
	background:url(../images/list.svg) left center no-repeat;
	width:26px;
	height:26px;
}
.poi-sub-tit {
	width:calc(100% - 60px);
	font-size:120%;
	font-weight:600;
	position:relative;
	padding:5px 30px;
	margin-bottom:10px;
}
.poi-sub-tit:before {
	top:8px;
	left: 0;
	padding-right:10px;
position:absolute;
content: "";
background:url(../images/check-circle.svg) left center no-repeat;
width:24px;
height:24px;
}
.flu-ima {
	max-width:100%;
	height:auto;
}
.ima-sor {
	max-width:800px;
	width:100%;
	height:auto;
	margin:30px auto;
	text-align:center;
}
.ima-sor img {
	display:inline;
	max-width:100%;
	height:auto;
}
/* form */
img.ui-datepicker-trigger {
	display:inline;
	margin-left:5px;
	vertical-align:middle;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="url"] {
	border:solid 1px #ccc;
	width:calc(300px);
	height:calc(22px);
	padding:3px 5px;
	font-size:100%;
	border-radius:0px;
}
input[type="text"].inp-sho {
	border:solid 1px #ccc;
	width:calc(80px);
	height:calc(22px);
	padding:3px 5px;
	font-size:100%;
}
select {
	width:calc(240px);
	height:calc(30px);
	padding:3px 5px;
	font-size:14px;
	border-radius:0px;
	border:solid 1px #ccc;
}
.but-fre {
	color: #fff;
	font-size:130%;
	letter-spacing:2px;
	background-color: #d80707;
	margin:auto;
	padding:15px 0;
	line-height:24px;
	width:calc(80%);
	border: 0px solid #fff;
	border-radius:6px;
	cursor:pointer;
	-webkit-appearance: none;
	transition: 0.5s;
	-webkit-transition: 0.5s;
}
.but-fre:hover {
	-webkit-transform: translateY(-4px);
	transform: translateY(-4px);
	background-color: rgba(255, 127, 161, 0.8);
}
.for-but-blo, #edit_schedule {
	margin:40px auto 40px;
	text-align:center;
}
.but-inp, #edit_schedule .submit {
	color: #e7e7e7;
	font-size:100%;
	letter-spacing:2px;
	background-color: #585858;
	line-height:150%;
	width:calc(24%);
	padding:10px;
	border: 2px solid #e7e7e7;
	border-radius:8px;
	cursor:pointer;
}
textarea {
	border:solid 1px #cdcdcd;
	font-size:100%;
	width:calc(100% - 22px);
	height:calc(80px);
	padding:10px;	
}
.for-att {
	color:#FFF;
	font-weight:600;
	font-size:80%;
	padding:2px;
	line-height:120%;
	border-radius:4px;
	background:#e07979;
}
::-webkit-input-placeholder {
 opacity:0.2;
}
::-moz-placeholder {
 opacity:0.2;
}
:-ms-input-placeholder {
 opacity:0.2;
}
:-moz-placeholder {
 opacity:0.2;
}
/*フェードイン */
.fad-inn {
	opacity : 0.0;
	transform : translate(0, 120px);
	transition : all 1000ms;
}
.fad-inn1, .fad-inn2, .fad-inn3, .fad-inn4 {
	opacity : 0.0;
	transform : translate(0, 120px);
}
.fad-inn1-fad {
	opacity : 1.0;
	transform : translate(0, 0);
	transition : all 1000ms;
	transition-delay:0s;
}
.fad-inn2-fad {
	opacity : 1.0;
	transform : translate(0, 0px);
	transition : all 1000ms;
	transition-delay:0.3s;
}
.fad-inn3-fad {
	opacity : 1.0;
	transform : translate(0, 0px);
	transition : all 1000ms;
	transition-delay:0.6s;
}
.fad-inn4-fad {
	opacity : 1.0;
	transform : translate(0, 0px);
	transition : all 1000ms;
	transition-delay:0.9s;
}
.scr-inn {
	opacity : 1;
	transform : translate(0, 0);
}
/* END フェードイン */
.cir-lis {
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
	align-items:center;
}
.cir-lis li {
	font-size:110%;
	position:relative;
	padding:0px 20px;
}
.cir-lis li:before {
	position:absolute;
	left:0px;
	top:4px;
	content:"●";
	color:#376499;
	display:inline-block;
	transform: rotate(0deg);
	font-size:70%;
}
.cir-lis-blu li:before {
	color:#376499;
}
.cir-lis-red li:before {
	color:#D52A32;
}
.cir-lis-gre li:before {
	color:#066;
}
.cir-lis-gol li:before {
	color:#b7b23c;
}
.num-lis {
counter-reset:number;
list-style-type: none!important;
padding:0.5em;
background: #fffeef;
display:flex;
flex-wrap:nowrap;
	flex-direction:column;
justify-content:center;
align-items:center;  
}
.num-lis > li {
	width:calc(100% - 40px);
	height:auto;
	font-weight:bold;
  position: relative;
  line-height: 1.5em;
  padding: 10px 5px 10px 35px;
}
.num-lis > li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*以下数字のデザイン変える*/
  display:inline-block;
  background: #376499;
  color: white;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  font-weight:bold;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  /*以下 上下中央寄せのため*/
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* テーブル　アンダーライン*/
.ver-tab-und-lin {
	width:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:stretch;
	text-align:center;
	margin:0px auto 20px;
}
.ver-tab-und-lin dt, .ver-tab-und-lin dd {
	font-size:100%;
	padding:10px;
	border-bottom:solid 1px #CCC;
	background:#fff;
}
.ver-tab-und-lin dt {
	width:calc(30% - 20px);
	color:#606521;
	background-color: #FAFCD8;
	display:flex;
	justify-content:flex-start;
	align-items:center;
}
.ver-tab-und-lin dd {
	margin-left:10px;
	width:calc(70% - 30px);
	display:flex;
	justify-content:flex-start;
	align-items:center;
	text-align:left;
}
/* END テーブル　アンダーライン*/
/* medicoPro CSS */
.med-pro-blo {
	padding:0px 0 40px;
}
.fle-blo {
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	align-items:center;
}
.med-pro-ima {
	float:right;
	margin-left:15px;
}
.med-pro-ban-sec {
	position:relative;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
}
.med-pro-ban-log {
	position:absolute;
	z-index:5;
	max-width:100%;
	height:auto;
}
.med-pro-ban-log img {
	width:100%;
	height:auto;
}
.med-pro-ban-lis {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
}
.med-pro-ban-lis li {
	width:50%;
	height:auto;
}
.med-pro-ban-lis li img {
	width:100%;
	height:auto;
}
/* END medicoPro CSS */

/* ストップ transition */
.sto-tra * {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}
.menu .fas {
	margin-right:8px;
}

/* メールフォーム */
.inq-blo {
	width:calc(920px - 60px);
	padding:0px 30px;
	margin:auto;
	background:#FFF;
}
.inq-tit-lin {
	font-size:120%;
	font-weight:600;
	padding:0 0 0px 0;
	border-bottom:double 3px #f27c7c;
	margin-bottom:20px;
}
.inq-blo-aro {
	display:flex;
	flex-wrap:wrap;
	justify-content: space-around;
	align-items:center;
}
.inq-blo-tel {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
}
.inq-blo-tel .fon-bol {
	font-weight:600;
}
.inq-blo-tel .fon-lar-bol {
	font-weight:600;
	font-size:180%;
}
.inq-blo-tel .fon-xlar-bol {
	font-weight:600;
	font-size:220%;
}
.inq-blo-tel .col-gre {
	color:#498b48;
}
.inq-blo-tel .col-red {
	color:#D52A32;
}
.ico-mus-lar {
	background-color: #cc3138;
	padding: 2px 5px;
	font-size: 80%;
	font-weight:bold;
	color: #FFF;
	margin: 0px 5px;
	border-radius:2px;
}
.ico-mus {
	display: block;
	background-color: #cc3138;
	padding: 0px 5px;
	font-size: 12px;
	font-weight:bold;
	color: #FFF;
	float: right;
	margin: 0px 15px 0 5px;
	border-radius:2px;
}
.inq-blo form .dat-lis {
	margin:30px auto;
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
	align-items:stretch;
}
.inq-blo form .dat-lis dt {
	width:calc(35% - 30px);
	font-size:100%;
	font-weight:600;
	padding:10px 15px;
	border-bottom:solid 1px #CCC;
	background:#fafafa;
	vertical-align:top;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
}
form .dat-lis dd {
	width:calc(65% - 30px);
	background:none;
	padding:10px 15px;
	border-bottom:solid 1px #CCC;
}
.inq-blo .mfp_but {
	width:100%;
	margin:40px auto 80px;
	text-align:center;
}
.inq-blo .fil-but-blo {
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
	align-items:center;
}
.inq-blo input[type="text"].but-inp-sho {
	display:inline;
	text-align:center;
	color: #fff;
	font-size:90%;
	letter-spacing:2px;
	background-color: #000;
	line-height:30px;
	width:100px;
	padding:1px 2px 3px;
	border-radius:6px;
	cursor:pointer;
	margin-right:10px;
	-webkit-appearance: none;
}
.inq-blo .but-fre {
	font-size:120%;
	color:#FFF;
	letter-spacing:2px;
	background: #1da1f2;
	line-height:140%;
	width:calc(60% - 0px);
	padding:10px 10px;
	border: 0px double #cbdc51;
	border-radius:2px;
	cursor:pointer;
	-webkit-appearance: none;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	position:relative;
	top:-10px;
}
.inq-blo .but-fre:hover {
	color: #ffffff;
	position:relative;
	top:0px;
	background:#f27c7c;
	border:0px solid #D52A32;
	transition: 0.3s;
	-webkit-transition: 0.3s;

}
.inq-blo .pp-blo {
	border-radius:2px;
	width:calc(100% - 42px);
	height:200px;
	overflow:auto;
	padding:20px;
	margin:0 auto 20px;
	border:solid 1px #e7e7e7;
	background:#FFF;
}
.che-ent{
	text-align:center;
}
.che-ent input[type="checkbox"]{
    display: none;
}
/* チェックボックス代わりラベル サーバーアップ時+label前に+.mfp_element_hidden を追加 */
/* mwform-checkbox-field-textプラグインspan */
#che-ent01-1{
  display: none;
}
.mwform-checkbox-field-text{
  position:relative;
    cursor: pointer;
    position: relative;
    padding-left: 20px;
    padding-right: 10px;
}
.mwform-checkbox-field-text::before{
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    left: 0;
    top: 50%;
    border: 1px solid;
    border-color:  #585753;
    background-color: #FFF;

}
#che-ent01-1:checked + .mwform-checkbox-field-text{
  color: #d01137;
}
#che-ent01-1:required + .mwform-checkbox-field-text{
background-color: #ffcccc;
}

#che-ent01-1:checked + .mwform-checkbox-field-text::after{
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 18px;
    height: 9px;
    margin-top: -9px;
    top: 50%;
    left: 3px;
    transform: rotate(-45deg);
    border-bottom: 3px solid;
    border-left: 3px solid;
    border-color:  #0060af;
}
/* END メールフォーム */
.sns-blo {
	max-width:240px;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-around;
	align-items:center;
}
.sns-blo li {
	font-size:140%;
	margin-left:10px;
}
.foo-con .sns-blo {
	max-width:240px;
	margin:auto;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-around;
	align-items:center;
}
.foo-con .sns-blo li:first-of-type {
	margin-left:0px;
}
blockquote {
	color:#878787;
	margin: 20px 0;
	padding:20px 40px;
	background: #f3f3f2;
	border: 0px solid #ccc;
	position:relative;
}
blockquote:before {
	content: "''";
	font-size:120%;
	font-weight: 600;
	color: #d7d7d7;
	left: 10px;
	top: 10px;
	position: absolute;
}
blockquote:after {
	content: "''";
	font-size:120%;
	font-weight: 600;
	color:#d7d7d7;
	right:10px;
	bottom:10px;
	position: absolute;
}
/* START ページネーション　cms-pagination */
.pag-nav {
	width: 100%;
	overflow: hidden;
	margin: 30px auto;
}
.pag-nav ul {
	position: relative;
	float: left;
	left: 50%;
	margin-bottom: 12px;
}
.pag-nav ul li {
	position: relative;
	float: left;
	left: -50%;
	width: 34px;
	height: 38px;
	display: table;
	margin: 0 2px;
	display: none;
}
.pag-nav ul li.pagination-no-num {
	width: auto;
	display: table;
}
.pag-nav ul li.pagination-no-num span {
	background: #f7f7f7;
	border: 1px solid #e7e7e7;
	color: #e7e7e7;
	padding:0 10px;
}
.pag-nav ul li.pagination-no-num a {
	padding:0 10px;
}
.pag-nav ul li.pagination-sp {
	display: table;
}
.pag-nav ul li a, .pag-nav ul li span {
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	position: relative;
	border: 1px solid #ccc;
	background: #fff;
}
.pag-nav ul li a:before, .pag-nav ul li span:before {
	position: absolute;
	display: none;
	content: '';
	width: 96%;
	height: 2px;
	background: #ccc;
	bottom: -3px;
	left: 2%;
}
.pag-nav ul li span {
	background: #f27c7c;
	border: 1px solid #f27c7c;
	color: #fff;
}
.pagination-txt {
	clear: both;
	text-align: center;
	margin-bottom: 40px;
	background:#f3f3f3;
}
.pagination-txt span {
	color: #212121;
}
.nav-sin {
	width:100%;
	height:auto;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	align-items:center;
}
.nav-sin-lef a, .nav-sin-rig a {
	display:block;
	background: #fff;
	border: 1px solid #e7e7e7;
	color: #212121;
	padding:10px;
}
.nav-sin-lef a:hover, .nav-sin-rig a:hover {
	color:#FFF;
	border:solid 1px #f27c7c;
	background: #f27c7c;
	text-decoration:none;
	transition: background 0.3s ease;
}
/* END ページネーション　cms-pagination */

/* SNS ブロック */
.sns-but-blo{
display:flex;
flex-wrap:nowrap;
justify-content: center;/*均等分布*/
align-items:center;
width:calc(260px);
	height:auto;
margin:10px auto;
	padding:0px 20px 20px;
	background:#fff;
}

.sns-lin-but a{
	display:block;
	width:calc(60px + 4px);
	color: #212121;
	font-size:120%;
	letter-spacing:2px;
	background-color: #fff;
	padding:0px 0px;
	margin:auto 10px;
	line-height:160%;
	text-align:center;
	border: 2px solid #212121;
	border-radius:5px;
	cursor:pointer;
	-webkit-appearance: none;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
	align-items:center;
	
}
.sns-lin-but:hover a .fab{
	color:#fff;
}
.sns-lin-but:hover a{
	-webkit-transform: translateY(-4px);
	transform: translateY(-4px);
	background-color: rgba(103, 166, 219, 1.0);
	border: 2px solid #67a6db;
}
/* SNS ブロック END */

.fle-lin{
	display:flex;
flex-wrap:wrap;
justify-content:center;
align-items:center;

}