@charset "utf-8";

/*-------------------------------
basic
---------------------------------*/
* {
	box-sizing: border-box;
}

html {
	font-size: 16px;
}

body {
	margin: 0;
	padding: 0;
	width: 100%;
	line-height: 1.9;
	color: #333;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	background: #f2f0f7;
}

a {
	text-decoration: none;
	color:#6b5c9e;
}

a:hover {
	color:#a599c9;
}	

img {
	max-width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

#wrapper {
	position: relative;
	overflow: hidden;
	max-width: 100%;
}

a[href*="tel:"] {
  pointer-events: none;
}
@media only screen and (max-width: 1024px) {
  a[href*="tel:"] {
    pointer-events: initial;
  }
}


/*-------------------------------
header
---------------------------------*/
.header {
    position: fixed;
	background:#FFF;
    top: 0;
    right: 0px;
    width: 100%;
	z-index:100;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
}

.mv {
	margin-top:153px;
}

a.anchor{
    display: block;
    padding-top: 95px;
    margin-top: -95px;
}

@media screen and (max-width: 1200px) {
.mv {
	margin-top:12.5vw;
}

a.anchor{
    display: block;
    padding-top: 8vw;
    margin-top: -8vw;
}
}

@media screen and (max-width: 959px) {
.mv {
	margin-top:12.5vw;
}

a.anchor{
    display: block;
    padding-top: 8vw;
    margin-top: -8vw;
}
}

@media screen and (max-width: 768px) {
.mv {
	margin-top:26vw;
}

a.anchor{
    display: block;
    padding-top: 33vw;
    margin-top: -33vw;
}
}

header .inner-header {
	background: #fff;
	padding: 15px 0;
}

header .inner-header p.catch {
	font-size:0.875rem;
	margin:0;
	font-weight:bold;
}

.container1200 ul {
	overflow:hidden;
	list-style:none;
	padding:0;
	margin:0;
}

.container1200 li {
	float:left;
	box-sizing: border-box;
	font-weight:bold;
}

.logo {
	margin: 0;
	line-height: 0;
	display: table;
	padding-top:14px;
}

@media screen and (max-width: 768px) {
.logo {
	padding-top:5px;
}
}

.logo a,
.logo img {
	display: block;
}

.logo a {
	text-decoration: none;
	line-height: 0;
}

.logo a img {
	width: 600px;
	height: auto;
	margin: 0;
	transition: all .4s;
}

.logo a:hover img {
	opacity: .7;
}

.header-btn_sp {
	position: absolute;
	top: 15px;
	right: 20px;
	font-weight: 700;
	color: #000;
	text-align: center;
	line-height: 1;
	background: #fae4e4;
	border: 1px solid #fae4e4;
	padding: .3em .5em;
	display: none;
	transition: all .4s;
}

.header-btn_sp:hover {
	color: #d7e6b4;
	background: #fff;
}
.nagasaki {
	background:#004DA1;
	color:#FFF;
	width:210px;
	text-align:center;
	padding:5px 0;
	margin-top:3px;
	margin-left:30px;
	border:#004DA1 solid 1px;
}

a:hover .nagasaki {
	color:#004DA1;
	background:#FFFFFF;
}

.container1200 .toi {
	font-size:0.85rem;
	width:335px;
	margin-left:25px;
	line-height:1.5em;
}

.container1200 .toi p {
	float:left;
	padding-right:1em;
}


.toi_tel {
	position: relative;
	font-size: 1.75rem;
	font-weight: 700;
	color:#000000;
	text-decoration: none;
	line-height: 1.5;
	padding-left: 34px;
	display: table;
	transition: all .4s;
}

.toi_tel:before {
	position: absolute;
  top: 45%;
  left: 0;
  -ms-transform: translate(0,-50%);
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
  content: "";
  width: 28px;
  height: 22px;
  background: transparent url(../img/common/icon_tel.svg) no-repeat center center/contain;
}

.toi_tel:hover {
	opacity: .5;
}

@media screen and (max-width: 1200px) {
header .inner-header {
	padding-bottom: 15px;
}

.logo {
	width:40%;
	margin-top:4px;
}

.logo a img {
	width: 100%;
}

.nagasaki {
	width:20%;
	font-size:1.5vw;
	margin-left:0;
	padding:5px;
}

.container1200 .toi {
	width:36%;
	margin-left:4%;
	font-size:1vw;
}

.toi_tel {
	font-size:1.5rem;
}
}

@media screen and (max-width: 959px) {
header .inner-header {
	padding-bottom: 22px;
}

.logo {
	width:40%;
	margin-top:6px;
}

.container1200 .toi {
	width:37%;
	margin-left:3%;
	font-size:1.1vw;
}

.nagasaki {
	margin-top:5px;
}
}

@media screen and (max-width: 768px) {
header .inner-header {
	padding: 10px 0 2px;
}

.logo {
	width:80%;
}

.header-btn_sp {
	display: table;
}

.container1200 .toi {
	width:65%;
	margin-left:0;
	margin-top:8px;
	font-size:2.4vw;
	line-height:2em;
}

.container1200 .toi p {
	margin-top:2px;
	margin-bottom:5px;
}

.nagasaki {
	width:32%;
	font-size:2vw;
	margin-left:3%;
	margin-top:2.5vh;
	padding:5px 0;	
}

.toi_tel {
	font-size: 1.2rem;
	line-height: 1;
	padding-left: 29px;
}

.toi_tel:before {
  width: 20px;
  height: 18px;
}
}



/*-------------------------------
navigation
---------------------------------*/
.nav-wrap	{
	background: #6B5C9E;
}

.nav-wrap	.inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

nav.gnav ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	display: flex;
}

nav.gnav ul > li {
	width: 120px;
	display: inline-block;
	border-left: 1px solid #fff;
}

nav.gnav ul > li.dai, nav.gnav ul > li.tokudai {
	width:210px;
}

nav.gnav ul > li:last-child {
	border-right: 1px solid #fff;
}

nav.gnav ul > li a {
	font-size: 1.25rem;
	font-weight: 700;
	color: #FFF;
	text-align: center;
	line-height: 1;
	width: 100%;
	display: block;
	padding: .8em;
	background: #A599C9;
	transition: all .4s;
}

nav.gnav ul > li a:hover {
	background: #6B5C9E;
}

@media screen and (max-width: 1140px) {
nav.gnav ul > li {
	width: 10%;
}

nav.gnav ul > li.dai, nav.gnav ul > li.chu {
	width:14%;
}
	
nav.gnav ul > li.tokudai {
	width:18%;
}

nav.gnav ul > li.dai {
	width:16%;
}

nav.gnav ul > li a {
	font-size:1.1rem;
}
}

@media screen and (max-width: 850px) {
	nav.gnav ul > li a {
		font-size: 1rem;
	}
}

@media screen and (max-width: 768px) {
	nav.gnav ul {
		font-size: 0;
		display: inline-block;
		vertical-align: top;
	}

	nav.gnav ul > li, nav.gnav ul > li.chu, nav.gnav ul > li.dai, nav.gnav ul > li.tokudai {
		font-size: 1rem;
		width: 33.3333%;
		vertical-align: top;
	}

	nav.gnav ul > li:nth-child(2),
	nav.gnav ul > li:nth-child(3),
	nav.gnav ul > li:nth-child(4) {
		border-bottom: 1px solid #fff;
	}

	nav.gnav ul > li:last-child {
		border-right: none;
	}

	nav.gnav ul > li.link_top {
		display: none;
	}
	
nav.gnav ul > li a {
	font-size: 0.7rem;
	padding: 10% 0;
}
}

/*-------------------------------
footer
---------------------------------*/
footer {
	padding: 40px 0;
	background: #f2f0f7;
}

footer .copyright {
	font-size: 1.25rem;
	text-align: center;
	margin: 0 auto;
}

@media screen and (max-width: 768px) {
	footer .copyright {
		font-size: .75rem;
	}
}

/*-------------------------------
frontpage
---------------------------------*/
/* mainvisual */
.mv {
	position: relative;
	width: 100%;
	height: 410px;
	background: #fff url(../img/top/mv-bg.jpg) no-repeat center center/cover;
}

/* section */
.heading-section {
	margin-top: 80px;
	background: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
	border-top:#F2AAAF 6px solid;
	padding:25px 50px 15px;
}

.heading-section h2 {
	position: relative;
	font-size: 2rem;
	font-weight: 700;
	margin: 0;
	padding: 0 0 15px 55px;
	border-bottom:#F2AAAF 1px solid;
}

.heading-section h2:before {
  position: absolute;
  top: 35%;
  left: 0;
  -ms-transform: translate(0,-50%);
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
  content: "";
  width: 46px;
  height: 41px;
  background: transparent url(../img/top/h2.svg) no-repeat center center/contain;
}

.heading-section h2 span {
	font-size:1.5rem;
}

@media screen and (max-width: 768px) {
.heading-section h2 span {
	font-size:1rem;
}
}

.heading-section .inner {
	padding: 50px;
}

.heading-section .inner .text01 {
	font-size: 1.5rem;
	margin: 0;
}

.heading-section .inner h3 {
	font-size:1.75rem;
	margin:0 0 20px;
}

.heading-section .inner h3 span {
	border-bottom:8px solid #FFE988;
}

ul.servicelist {
	overflow: hidden;
    margin:50px 0;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    width:1100px;
}

ul.servicelist li {
  width: 254px;
  margin-right:28px;
  background-color: #FFF8DB;
  border:2px solid #FFD549;
  border-radius:8px;
  float: left;
  padding:15px;
  font-size:1.45rem;
  display: -webkit-box; /* safari, Chrome */
  display: -moz-box;    /* Firefox */
  display: -o-box;      /* Opera */
  display: -ms-box;     /* IE */
  display: box;         /* ベンダープレフィックスなし */
  -webkit-box-align: center; /* safari, Chrome */
  -moz-box-align: center;    /* Firefox */
  -o-box-align: center;      /* Opera */
  -ms-box-align: center;     /* IE */
  box-align: center;         /* ベンダープレフィックスなし */
  text-align: center;
}

ul.servicelist li:last-child {
	margin-right:0;
}

@media screen and (max-width: 1200px) {
ul.servicelist {
	width:100%;
}

ul.servicelist li {
  width: 22%;
  margin-right:4%;
  font-size:1.25rem;
}
}

@media screen and (max-width: 959px) {
ul.servicelist {
  width:90%;
  margin:50px 5% 25px;
}

ul.servicelist li {
  width: 44%;
  margin:0 3% 25px;
  line-height:1.5em;
}

ul.servicelist li:last-child {
	margin-right:3%;
}
}

@media screen and (max-width: 768px) {
ul.servicelist {
    margin:20px 5% 10px;
	width:90%;
}

ul.servicelist li {
  width: 100%;
  margin:10px 0;
  text-align: center;
  font-size:1.1rem;
}
}

ul.staff {
	overflow: hidden;
}

ul.staff li.img {
  width: 200px;
  float: left;
  text-align: center;
  padding:15px;
  font-size:1.25rem;
}

ul.staff li.img img {
  border-radius:8px;
}

ul.staff li.balloon {
	width:900px;
}

.balloon {
  position: relative;
  display: inline-block;
  margin: 15px 0 50px 15px;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 780px;
  background: #FFF8DB;
  border: solid 3px #FFD549;
  box-sizing: border-box;
  border-radius:8px;
}

.balloon:before {
  content: "";
  position: absolute;
  top: 50px;
  left: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 12px solid #FFF8DB;
  z-index: 2;
}

.balloon:after {
  content: "";
  position: absolute;
  top: 50px;
  left: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 14px solid #FFD549;
  z-index: 1;
}

.balloon p {
	padding:15px;
	margin:0;
	font-weight:normal;
	font-size:125%;
}

.balloon:last-child {
	margin-bottom:0;
}

@media screen and (max-width: 1200px) {
ul.staff {
	width:100%;
}

ul.staff li.img {
  width: 20%;
  padding:0;
  padding-right:1%;
  font-size:1.15rem;
}

ul.staff li.balloon {
	width:77%;
}

.balloon {
  margin: 0 0 50px 15px;
}
}

@media screen and (max-width: 768px) {
ul.staff {
	width:100%;
	margin:20px 0 0;
}

ul.staff li.img {	
  width: 60%;
  margin:0 20%;
  text-align: center;
  padding:0;
  font-size:1.2rem;
}

ul.staff li.balloon {
	width:100%;
}

.balloon {
  position: relative;
  display: inline-block;
  margin: 15px 0 50px;
  padding: 7px 10px;
  width: 100%;
}

.balloon:before {
  content: "";
  position: absolute;
  top: -14px;
  left: 120px;
  margin-left: -15px;
  border: 14px solid transparent;
  border-bottom: 12px solid #FFF8DB;
  z-index: 2;
}

.balloon:after {
  content: "";
  position: absolute;
  top: -19px;
  left: 116px;
  margin-left: -15px;
  border: 18px solid transparent;
  border-bottom: 14px solid #FFD549;
  z-index: 1;
}

.balloon p {
	padding:15px;
	margin:0;
	font-weight:normal;
	font-size:1.1em;
}

.balloon:last-child {
	margin-bottom:0;
}

}
.toitel {
	width:90%;
	margin:60px 5%;
}

.toitel img {
	width:100%;
	height:auto;
}

@media screen and (max-width: 768px) {
.toitel {
	width:100%;
	margin:60px 0;
}
}

ul.pamphlet {
	overflow:hidden;
}

ul.pamphlet li {
	float:left;
	width:400px;
	margin:0 50px;
	text-align:center;
	font-size:150%;
}

ul.pamphlet li img {
	width:100%;
	height:auto;
	border:1px solid #666;
}
@media screen and (max-width: 1200px) {
ul.pamphlet li {
	width:40%;
	margin:0 5%;
	font-size:125%;
	line-height:1.5em;
}
}

@media screen and (max-width: 768px) {
ul.pamphlet li {
	width:80%;
	margin:0 10%;
	font-size:115%;
}
ul.pamphlet li:first-child {
	margin-bottom:25px;
}
}

@media screen and (max-width: 1024px) {
	.heading-section .inner {
    padding: 30px 40px 40px;
	}
	
	.mv {
		height: 340px;
	}
}

@media screen and (max-width: 959px) {
	.mv {
		height:300px;
	}
}

@media screen and (max-width: 768px) {
	.heading-section {
		margin-top: 40px;
		padding: 20px;
	}

	.heading-section .inner {
    padding: 20px 0;
	}

	.heading-section .inner .text01 {
    font-size: 1.1rem;
	}

	.heading-section .inner h3 {
		font-size: 1.2rem;
		margin:0 0 10px;
	}
	
	.heading-section .inner h3 span {
		border-bottom:6px solid #FFE988;
	}

	.map-wrap iframe {
		height: 300px;
	}
	
	.mv {
		height: 250px;
		background: #fff url(../img/top/mv-bg_sp.jpg) no-repeat center center/cover;
	}
	.heading-section h2 {
		font-size: 1.25rem;
		line-height:1.5em;
		padding-bottom:15px;
	}
}

/* slide-box */

.slide-box {
  position: relative;
  margin-top:55px;
  padding: 0;
}

/* slide */

ul.slide {
  position: relative;
  width: auto;
  background:#FFF;
  border:1px solid #999;
  padding:20px;
  margin:0 180px;
  box-shadow: 2px 2px 4px gray;
}
ul.slide .item {
  position: relative;
  width:700px !important;
  height:498px !important;
}
.slick-content{
  position: absolute;
  top: 489px;left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: 150;
  width:100%;
  text-align:center
}
.slick-content p {
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 1.25rem;
}

.slide .item::before {
  display: block;
  padding-top: 39%;
  content: "";
}
.slide .item .image {
  position: relative;
  overflow: hidden;
}
ul.slide .item img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0;
  width: 100%;
}
.slide > .slick-list,
.slide > .slick-list > .slick-track,
.slide > .slick-list > .slick-track > .slick-slide > div {
  position: relative;
  height: 100%;
}

@media screen and (max-width: 1200px) {
.slide-box {
  margin-top:45px;
}
ul.slide {
  width:80%;
  padding:2%;
  margin:0 10%;
}
ul.slide .item {
  position: relative;
  width:100% !important;
  height:47vw !important;
}
.slick-content{
  top: 98%;left: 50%;
}
.slick-content p {
	font-size: 1rem;
	text-align:center;
}
}

@media screen and (max-width: 959px) {
ul.slide .item {
  height:45vw !important;
}
}

@media screen and (max-width: 768px) {
.slide-box {
  margin-top:30px;
}
ul.slide {
  width:100%;
  padding:10px;
  margin:0;
}
ul.slide .item {
  position: relative;
  width:100% !important;
  height:57vw !important;
}
.slick-content{
  top: 97%;left: 50%;
  width:100%;
}
.slick-content p {
	font-size: 0.85rem;
}
}

/* slide-navigation */

.slide-navigation {
  line-height: 0;
  position: relative;
  margin: 25px 20px 35px;
  padding: 0;
}

@media screen and (max-width: 768px) {
.slide-navigation {
  margin: 15px 0px;
  padding: 0;
}
}
.slide-navigation .item {
  position: relative;
  cursor: pointer;
}
.slide-navigation .item .image {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.slide-navigation .item .image::before {
  display: block;
  padding-top: 35%;
  content: "";
}
.slide-navigation .item .image::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.5;
  background: #000;
}
.slide-navigation .slick-current .image::after {
  opacity: 0;
}
.slide-navigation .item .image {
  position: relative;
  overflow: hidden;
  height:155px;
}
.slide-navigation .item .image img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
}

@media screen and (max-width: 959px) {
  .slide-navigation .item .image {
	height:14.5vw;
	}
}

@media screen and (max-width: 768px) {
  .slide-navigation {
    width: 100%;
  }
  .slide-navigation .item .image::before {
    padding-top: 50%;
  }
  .slide-navigation .item .image {
	height:11.5vw;
	}
}


/* slick */

.slick-vertical .slick-slide {
  border: 0 solid transparent;
}
.slick-arrow {
  z-index: 999;
}
.slick-prev {
  top: 25px;
  bottom: 0;
  left: 20px;
  right: auto;
  margin-left: 30px;
  margin-top:5px;
}
.slick-next {
  top: 25px;
  bottom: 0;
  left: auto;
  right: 20px;
  margin: auto;
  margin-right:30px;
  margin-top:5px;
}

@media screen and (max-width: 768px) {
.slick-prev {
  margin-top:0;
}
.slick-next {
  margin-top:0;
}
}

.info_access h3 {
	font-size: 1.8125rem;
	font-weight: 700;
	margin: 0;
	margin-bottom: .1em;
}

.info_access .link_tel {
	margin-top: 10px;
}

.map-wrap {
	line-height: 0;
}

.map-wrap iframe {
	width: 100%;
	height: 550px;
}


/*-------------------------------
display
---------------------------------*/
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }
}

/*-------------------------------
layout
---------------------------------*/
/* container */
.container1200 {
  margin: 0 auto;
  position: relative;
  max-width: 1200px;
}

@media screen and (max-width: 1240px) {
	.container1200 {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media screen and (max-width: 768px) {
	.container1200 {
		padding-left: 5%;
		padding-right: 5%;
	}
}

/* column */
.row {
	display:-webkit-box;
  display: -webkit-flex;
  display:-ms-flexbox;
  display: flex;
  -webkit-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}
.col-1 {flex:1;}
.col-2 {flex:2;}
.col-3 {flex:3;}
.col-4 {flex:4;}
.col-5 {flex:5;}
.col-6 {flex:6;}
.col-7 {flex:7;}
.col-8 {flex:8;}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8 {
  margin: 0 20px;
}

.order-1 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}

@media screen and (min-width: 769px) {
	.row > div:first-child {
	    margin-left: 0;
	}
	.row > div:last-child {
	    margin-right: 0;
	}
}

@media screen and (max-width: 768px) {
	.row {
		-webkit-flex-direction: column;
		flex-direction: column;
	}
	.col-1,
	.col-2,
	.col-3,
	.col-4,
	.col-5,
	.col-6,
	.col-7,
	.col-8 {
		margin: 20px 0;
	}

	.order-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 2;
		-webkit-order: 2;
		order: 2;
	}

	.order-2 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 1;
		-webkit-order: 1;
		order: 1;
	}
}

/*-------------------------------
background
---------------------------------*/
.bg_grn {
	position: relative;
	background: #f2f0f7;
}

/*-------------------------------
heading
---------------------------------*/
.heading_band01 {
	font-size: 1.5rem;
	font-weight: 400;
	text-align: center;
	margin: 0;
	padding: .5em 1em;
	border-radius: 20px;
	background: #ebf2d5;
}

.heading_brd01 {
	position: relative;
	font-size: 1.75rem;
	font-weight: 700;
	margin: 1.5em 0 .5em;
	padding-bottom: .3em;
	padding-left: 20px;
	border-bottom: 5px solid #b8d372;
	display: table;
}

.heading_brd01:before {
	position: absolute;
	top: 21px;
	left: 0;
	content: "";
	width: 13px;
	height: 13px;
	background: #000;
	border-radius: 50%;
}

@media screen and (max-width: 768px) {
	.heading_band01 {
		font-size: 1.375rem;
		margin-top: 10px;
	}

	.heading_brd01 {
		font-size: 1.5625rem;
	}

	.heading_brd01:before {
    top: 18px;
	}
}

@media screen and (max-width: 568px) {
	.heading_band01 {
		font-size: 1.25rem;
	}

	.heading_brd01 {
		font-size: 1.375rem;
	}

	.heading_brd01:before {
    top: 14px;
	}
}

@media screen and (max-width: 480px) {
	.heading_band01 {
		font-size: 1.125rem;
	}

	.heading_brd01 {
		font-size: 1.25rem;
	}

	.heading_brd01:before {
    top: 13px;
	}
}

/*-------------------------------
link
---------------------------------*/
.link_tel {
	position: relative;
	font-size: 2.8125rem;
	font-weight: 700;
	color: #ed858c;
	text-decoration: none;
	line-height: 1;
	padding-left: 49px;
	display: table;
	transition: all .4s;
}

.link_tel:before {
	position: absolute;
  top: 50%;
  left: 0;
  -ms-transform: translate(0,-50%);
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
  content: "";
  width: 40px;
  height: 31px;
  background: transparent url(../img/common/icon_tel.svg) no-repeat center center/contain;
}

.link_tel:hover {
	opacity: .7;
	color:#f2aaaf;
}

@media screen and (max-width: 768px) {
	.link_tel {
		font-size: 1.875rem;
		padding-left: 44px;
	}

	.link_tel:before {
		width: 30px;
	  height: 23px;
	}
}

@media screen and (max-width: 375px) {
	.link_tel {
		font-size: 1.5625rem;
		padding-left: 35px;
	}

	.link_tel:before {
		width: 25px;
	  height: 19px;
	}
}


/*-------------------------------
image
---------------------------------*/
.img-wrap {
	line-height: 0;
}

.img-wrap img {
	width: 100%;
	height: auto;
	display: block;
	pointer-events: none;
}

/*-------------------------------
table
---------------------------------*/

.scroll-table {
	margin-bottom: 15px;
	overflow: auto;
	white-space: nowrap;
}

.scroll-table table {
  width: 100%;
  -webkit-overflow-scrolling: touch;
}

p.text_ryoukin {
	font-size:75%;
	text-align:center;
}

table {
	border-collapse:  collapse;
	font-size:1.25rem;
	line-height:1.5em;
}

table.service td, table.kasan td {
	text-align:right;
}

table.service td:nth-child(1), table.service td:nth-child(2), table.kasan td:nth-child(2) {
	text-align:center;
}

table.kasan td:nth-child(1) {
	text-align:left;
}
 
th {
	background:#fae4e4;
}

th, td {
	border:1px solid #666;
	padding:1em;
}

td.migi {
	text-align:right;
}

td.naka {
	text-align:center;
}

@media screen and (max-width: 1200px) {
table {
	font-size:1.1rem;
}
}

@media screen and (max-width: 768px) {
table {
	font-size:1rem;
}

th, td {
	padding:.5em;
}

table .small {
	font-size:85%;
}
}


/*-------------------------------
margin
---------------------------------*/
.m-0 {
	margin: 0 !important;
}

.mt-0 {
	margin-top: 0 !important;
}
.mt-10 {
	margin-top: 10px !important;
}
.mt-20 {
	margin-top: 20px !important;
}
.mt-30 {
	margin-top: 30px !important;
}
.mt-40 {
	margin-top: 40px !important;
}
.mt-50 {
	margin-top: 50px !important;
}
.mt-60 {
	margin-top: 60px !important;
}
.mt-70 {
	margin-top: 70px !important;
}
.mt-80 {
	margin-top: 80px !important;
}
.mt-90 {
	margin-top: 90px !important;
}
.mt-100 {
	margin-top: 100px !important;
}

.mb-0 {
	margin-bottom: 0 !important;
}
.mb-10 {
	margin-bottom: 10px !important;
}
.mb-20 {
	margin-bottom: 20px !important;
}
.mb-30 {
	margin-bottom: 30px !important;
}
.mb-40 {
	margin-bottom: 40px !important;
}
.mb-50 {
	margin-bottom: 50px !important;
}
.mb-60 {
	margin-bottom: 60px !important;
}
.mb-70 {
	margin-bottom: 70px !important;
}
.mb-80 {
	margin-bottom: 80px !important;
}
.mb-90 {
	margin-bottom: 90px !important;
}
.mb-100 {
	margin-bottom: 100px !important;
}

/*-------------------------------
animation
---------------------------------*/
.fadein {
  opacity : 0;
  transition : .7s all;
}

.fadein.ttb {
	transform : translate(0, -40px);
}
.fadein.btt {
	transform : translate(0, 40px);
}
.fadein.ltr {
	transform : translate(-40px, 0);
}
.fadein.rtl {
	transform : translate(40px, 0);
}

.fadein.scrollin {
    opacity : 1;
}

.fadein.ttb.scrollin,
.fadein.btt.scrollin,
.fadein.ltr.scrollin,
.fadein.rtl.scrollin {
	transform : translate(0, 0) !important;
}

.fadein02 {
	-moz-transition-delay: 400ms;
    -webkit-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    -ms-transition-delay: 400ms;
}
.fadein03 {
    -moz-transition-delay: 600ms;
    -webkit-transition-delay: 600ms;
    -o-transition-delay: 600ms;
    -ms-transition-delay: 600ms;
}
.fadein04 {
    -moz-transition-delay: 800ms;
    -webkit-transition-delay: 800ms;
    -o-transition-delay: 800ms;
    -ms-transition-delay: 800ms;
}
.fadein05 {
    -moz-transition-delay: 1000ms;
    -webkit-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
}
.fadein06 {
    -moz-transition-delay: 1200ms;
    -webkit-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
}

@media screen and (max-width: 768px) {
    .fadein02,
    .fadein03,
    .fadein04,
    .fadein05,
    .fadein06 {
        -moz-transition-delay: 0s;
        -webkit-transition-delay: 0s;
        -o-transition-delay: 0s;
        -ms-transition-delay: 0s;
    }
}




.bg_org {
    background-color: #94B950;
	padding: 0 20px;
}

.bg_org p {
	margin: 0;
	padding: 0;
}

.txt_wht a {
    color: #fff;
}

.txt_ss {
    font-size: 0.7rem;
}

.text_R {
    text-align: right
}



.left, .right {
  display: inline-block;
}

.right {
	text-align: right;
}

.left {
  margin-right: auto;
}

.frame {
  display: flex;
}
