@charset "utf-8";

@import url("reset.css");
@import url("common_sp.css") only screen and (max-width: 768px);
@import url("common_pc.css") only screen and (min-width: 769px);


/*================================
	Fonts
	-----
	font-family: FontAwesome;
	font-family: 'Montserrat', sans-serif;
	font-family: 'Playfair Display', serif;
================================*/


/*================================
	Layout, Elements
================================*/
body{
	opacity: 0;
}
body,
input,button,textarea,select,option{
	font-family:"游ゴシック体", "Yu Gothic", YuGothic,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Noto Sans Japanese','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color: #333;
}
a{
	text-decoration: none;
	color: #333;
}
::selection{
	background:rgba(0, 0, 0,.2);
}
::-moz-selection{
	background:rgba(0, 0, 0,.2);
}
a.linkarea{
	display:block;
	position:absolute;
	left:0;top:0;bottom:0;
	width:100%;
	font-size:0;
	text-indent:-9999px;
	overflow:visible;
	z-index:99;
}




/*================================
	SNS Navi
================================*/
.snsnav li a::before{
	font-family: "Font Awesome 5 Brands";
	line-height:1;
}
.snsnav li.tw a::before{
	content:"\f099";
}
.snsnav li.fb a::before{
	content:"\f39e";
}
.snsnav li.insta a::before{
	content:"\f16d";
}
.snsnav li.youtube a::before{
	content:"\f167";
}





/*================================
	Swiper Hack
================================*/
.swiper-container-horizontal{
	overflow: hidden;
}





/*================================
	Form Elements (MW WP Form)
================================*/
input[type=text],
input[type=email],
textarea{
	border:none;
	padding:.3em;
}
input[type=text],
input[type=email]{
	vertical-align:middle;
}
input[type=submit],
button{
	outline:none;
	cursor:pointer;
}
input[type="submit"]::-moz-focus-inner{
	border :0px;
	outline:none;
}
.horizontal-item{
	display:inline-block;
	line-height: 1;
}

/*footer*/

.footLinks {
  padding: 50px 0 50px;
  max-width: 1200px;
  margin: 0 auto;
	justify-content: center
}
.footLinks.nobtm{
	padding-bottom: 0;
}
.footLinks.notop{
	padding-top: 0;
}
.footLinks li{
	margin:0 10px 20px;
}
.footLinks li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-flow: column;
  border-radius: 100px;
  background: #fff;
  border: 1px #74B3CC solid;
  height: 73px;
  font-size: 16px;
  text-align: center;
  line-height: 1.3;
}

.footLinks li a::after {
  content: "→";
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #74B3CC;
  width: 22px;
  height: 22px;
  color: #fff;
  font-size: 14px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 19px;
  margin: auto;
}
.footLinks li a span {
  display: block;
  font-size: 13px;
}

.footLinks.large{
	
}

.footLinks.large li a{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-flow: column;
  border-radius: 25px;
  background: #fff;
  border: 1px #74B3CC solid;
  height: 100px;
  font-size: 16px;
  text-align: center;
  line-height: 1.3;
}
.footLinks.large li a img{
	max-height: 40px
}
.footLinks.large li a::after {
display: none;
}
.footLinks.large li p{
	text-align: center;
	margin-top: 10px
}
footer .sipsRelate{
	margin: 0 auto 50px;
	width: 90%;
	max-width: 700px;
}
footer .sipsRelate a{
	width: 100%;
	display: flex;
	align-items: end;
	justify-content: center;
	padding: 15px 10px;
	border: 1px solid #74B3CC;
	font-size: 14px
}

footer .sipsRelate img{
	height: 30px;
	margin: 0 5px;
}
