@charset "utf-8";
/* CSS Document */
/* =====================================================
	・ 共通設定 (SP)
======================================================== */
.secTitle {
	margin-bottom: 24px;
	font-size: 34px;
	font-weight: bold;
	text-align: center;
	color: #222;
	line-height: 1;
}
.secTitle_en {
	margin-bottom: 24px;
	position: relative;
	font-size: 12px;
	text-align: center;
	color: #b7b5b5;
}
.secTitle_en::after {
	content: "";
	display: block;
	width: 80px;
	height: 4px;
	margin: 24px auto 0;
	background: #222;
}
.secTitle_en.text-white::after {
	content: "";
	display: block;
	width: 80px;
	height: 4px;
	margin: 24px auto 0;
	background: #fff;
}
.secSubTitle {
	font-size: 34px;
	text-align: center;
}
/* =====================================================
  ・ #secHeaderSlide
======================================================== */
#secHeaderSlide h2.title {
  font-size: 24px;
}
#secHeaderSlide .slide01 {
	background-image: url("../images/frontpage/slide/slide03_sp.jpg");
}
#secHeaderSlide .slide02 {
	background-image: url("../images/frontpage/slide/slide02_sp.jpg");
}
#secHeaderSlide .slide03 {
	background-image: url("../images/frontpage/slide/slide01_sp.jpg");
}
#secHeaderSlide .carousel-item p {
	width: 80%;
	margin: 0 auto;
}
@media screen and (min-width:600px) {
	#secHeaderSlide .carousel-item p {
		width: 100%;
	}
}
@media screen and (min-width:960px) {
  #secHeaderSlide h2.title {
    font-size: 36px;
  }
	#secHeaderSlide .slide01 {
		background-image: url("../images/frontpage/slide/slide03_pc.jpg");
	}
	#secHeaderSlide .slide02 {
		background-image: url("../images/frontpage/slide/slide02_pc.jpg");
	}
	#secHeaderSlide .slide03 {
	background-image: url("../images/frontpage/slide/slide01_pc.jpg");
	}	
}
/* =====================================================
  ・ #secAmeba
======================================================== */
.titleImage {
	height: 60px;
	margin-top: 30px;
	margin-bottom: 45px;
}
#secAmeba .titleImage img {
	width: auto;
	height: 60px
}
#secFb .titleImage {
	margin-top: 30px;
	line-height: 60px;
}
#secFb .titleImage img {
	width: auto;
	height: 40px;
}
#secAmeba .secInner{
	width: 100%;
	height: 273px;
	border: 1px solid #ccc;
	padding: 15px 5px;
	background: #fff;
	overflow-y: auto;
}
#secAmeba ul {
	list-style: none;
	padding: 0;
}
#secAmeba li  {
	padding: 10px 0;
	border-bottom: 1px dotted #ccc;
}
#secAmeba li a {
	display: flex;
	width: 100%;
	height: auto;
}
#secAmeba li .boxImage {
	width: 110px;
	height: auto;
}
#secAmeba li .boxContents {
	width: calc(100% - 110px);
	padding: 5px;
}
#secAmeba li .boxContents h3 {
	margin: 0;
	font-size: 14px;
	color: #2e7ec8;
	line-height: 1.5;
}
#secAmeba li .boxContents p,
#secAmeba li .boxContents time {
	font-size: 12px;
	color: #505659;
	line-height: 1.5;
}
/* =====================================================
  ・ #secCalendar
======================================================== */
#secCalendar {
	margin-top: 30px;
}
@media screen and (min-width:960px) {
	#secCalendar {
		margin-top: 0;
	}
}
#secCalendar h2 {
	width: 100%;
	height: 60px;
	margin: 0;
	margin-bottom: 20px;
	background: #000;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	line-height: 60px;
  text-align: center;
}
#secCalendar h2 i {
  vertical-align: middle;
  margin-right: 10px;
}
#secCalendar .xo-months {
	width: 100%;
}
#secCalendar .xo-month-wrap {
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}
#secCalendar .xo-month-wrap .month-dayname {
			border: 1px solid #ccc;
}
#secCalendar .xo-event-calendar .today,
#secContact .xo-event-calendar .today {
		color: #333;
		font-weight: bold;
		background: #f1ffa5b3;
}
#secCalendar .holiday-title {
	margin-left: 15px;
}
@media screen and (min-width:960px) {
	#secCalendar .xo-months {
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-around;
	}
	#secCalendar .xo-month-wrap {
		width: 50%;
		padding-left: 15px;
		padding-right: 15px;
	}
}
/* =====================================================
  ・ #secService
======================================================== */
#secService {
	background: #000;
}
#secService h2.secTitle {
	position: relative;
	z-index: 1;
}
#secService h3.secTitle_en::after {
	position: relative;
	z-index: 1;
}
#secService .col-sm-6 {
	border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}
@media screen and (min-width:600px) {
	#secService {
		background: url("../images/frontpage/service_bak_sp.jpg") center no-repeat;
		background-size: cover;
	}
}
@media screen and (min-width:960px) {
	#secService {
		background: url("../images/frontpage/service_bak_pc.jpg") center no-repeat;
		background-size: cover;
	}
}
#secService .info .info-title::after {
	content: "";
	display: block;
	width: 80px;
	height: 1px;
	background: #fff;
	margin: 10px auto;
}
#secService .info p {
	text-align: justify;
}
#secService .btnD {
	margin-top: 30px;
	margin-right: 0;
}
#secService .boxBanner {
	margin-top: 20px;
}
#secService .boxBanner img {
	width: 100%;
	max-width: 219px;
}
/* =====================================================
  ・ #secAbout
======================================================== */
#secAbout .btnD { 
	margin-top: 30px;
	margin-right: 0;
}
/* =====================================================
  ・ #secQuestion
======================================================== */
.question {
	display: table;
	width: 100%;
	padding: 20px 30px;
	margin-top: 30px;
	font-size:14px;
	background:#eee;
	cursor: pointer;
}
.question:first-of-type {
	margin-top: 0;
}
.question .boxQno {
	display: table-cell;
	width: 60px;
	height: 60px;
	border: 1px solid #222;
	background: #fff;
	text-align: center;
	vertical-align: middle;
}
.question .boxQno h3 {
	margin: 0;
	font-size: 24px;
	font-weight: bold;
	line-height: 60px;
}
.boxQuestion {
	display: table-cell;
	vertical-align: middle;
	
}
.boxQuestion h4{
	display: inline-block;
	padding-left: 2em;
	margin: 0;
	font-weight: normal;
	font-size: 20px;
}
.boxQuestion h4::after {
  width: 30px;
  height: 30px;
  margin-left: 50px;
  content: "";
  vertical-align: middle;
  display: inline-block;
	background: url("../images/frontpage/iconQ.png") center no-repeat;
  -webkit-transform: rotate(0deg);
  				transform: rotate(0deg);
  transition: all 0.2s ease-in-out;
}
.boxQuestion.selected h4::after {
  -webkit-transform: rotate(90deg);
  				transform: rotate(90deg);
}
@media screen and (max-width:960px) {
  .boxQuestion h4::after {
    display: none;
  }
}

.answer {
    padding:25px;
}

/* =====================================================
  ・ #secSNS
======================================================== */
#secSNS {
	padding-bottom: 80px;
	background: url("../images/frontpage/sns_bak.jpg") right bottom no-repeat;
	background-size: cover;
}
#secSNS .eapps-widget-show-toolbar>a {
  display: none!important;
}
/* =====================================================
  ・ #secSNS #secFb
======================================================== */
#secFb iframe {
	width: 100%;
	margin: 0 auto;
}
/* =====================================================
  ・ #secSNS #secInsta
======================================================== */
#secInsta h3 {
	margin: 0;
	margin-top: 30px;
	margin-bottom: 45px;
	font-size: 45px;
	font-weight: bold;
}
#secInsta .boxInsta {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: flex-start;
}
#secInsta .boxInsta>div {
	display: block;
	width: 30%;
	height: auto;
	margin: 1.5%;
}
#secInsta div a {
	display: block;
	width: 100%;
	height: auto;
}
#secInsta div a img {
	width: 100%;
	height: auto;
}

#secInstagram .eapps-instagram-feed-title-container {
	margin: 0;
	margin-top: 30px;
	margin-bottom: 45px;
	font-weight: bold;
}
#secInstagram .eapps-instagram-feed-title {
	font-size: 45px;
}

/* =====================================================
  ・ #secGallery
======================================================== */
#secGallery p {
	width: 60%;
	margin-bottom: 30px;
}
#secGallery .slider {
	background: transparent;
}
#secGallery .boxSlide {
	padding-left: 5px;
	padding-right: 5px;
}
@media screen and (max-width:600px) {
  #secGallery p {
    width: 90%;
    margin-bottom: 30px;
  }
}
#secGallery .boxSlide .btnD {
	margin-right: 0;
	margin-top: 20px;
	color: #fff;
	line-height: 40px;
	font-size: 12px;
}
#secGallery .linkG {
	width: 300px;
	height: 60px;
	margin-top: 60px;
}
#secGallery .linkG a{
	height: 60px;
	line-height: 60px;
}
#secGallery .slick-dots {
	bottom: -40px;
}

#secGallery .slick-prev, 
#secGallery .slick-next {
	top: 35%;
}
#secGallery .slick-prev:before,
#secGallery .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #000;
}

/* =====================================================
  ・ #secContact
======================================================== */
#secContact {
	background: #fff;
	color: #000;
}
@media screen and (max-width: 480px){
	#secContact.section-image:after {
    background-color: rgba(0, 0, 0, 0);
	}
}
#secContact .boxContact,
#secContact .boxContent {
	background: #e8e8e8;
	padding: 30px;
}
#secContact .boxContact .boxHeader {
	margin-bottom: 30px;
}
#secContact .boxContact .boxHeader a {
	display: block;
	width: 100%;
	height: auto;
	padding: 30px;
	background: #000;
	font-size: 20px;
	color: #ffff;
	text-align: center;
}
#secContact .boxContact .boxPhone {
	display: table;
	width: 100%;
	padding: 15px;
	border: 2px solid #000;
	background: #fff;
	font-size: 16px;
}
#secContact .boxContact .boxPhone h3 {
	margin-bottom: 10px;
	font-size: 20px;
}
#secContact .boxContact .boxPhone a {
	display: block;
	margin-bottom: 10px;
	font-size: 32px;
	color: #000;
}
#secContact .boxContact .boxPhone>div {
	display: table-cell;
	vertical-align: middle;
}
#secContact .boxContact .boxicon  {
	width: 10%;
}
#secContact .boxContact .boxicon .material-icons  {
	font-size: 30px;
}
#secContact .biz_time_block {
	font-size: 14px;
}
.boxContent h2 {
	width: 100%;
	height: auto;
	padding: 15px;
	margin: 0;
	margin-bottom: 10px;
	background: #000;
	font-size: 20px;
	color: #ffff;
	text-align: center;
}
@media screen and (min-width:600px) {
	#secContact {
		background: url("../images/frontpage/seccontact_bak_pc.jpg") center no-repeat;
		background-size: cover;
	}
}
@media screen and (min-width:960px) {
	#secContact .boxContact .boxPhone {
		padding: 30px;
	}
	#secContact .boxContact .boxicon  {
		width: 20%;
	}
	#secContact .boxContact .boxicon .material-icons  {
		width: 20%;
		font-size: 40px;
	}
	
	#secContact .biz_time_block {
		font-size: 16px;
	}
}