@charset "UTF-8";

/*------------------------------------------------------
	
	Theme Name: PINETEC
	Description: Tmplate Last Update 2023/02/26
	Theme URI: http://www.pinetec.jp
	Author: SATC
	Author URI: none
	Version: 1.5
	
---------------------------------------------------------*/


/**
 * 1.0 - Reset
 * 2.0 - Basic Struct
 *	 2.1 - Main & Key Visual Area
 *	 2.2 - Floating Button Area
 *	 2.3 - List Area
 *	 2.4 - News Area
 *	 2.5 - Button Area
 *	 2.6 - 
 * 3.0 - Header & Footer & Nav
 * 4.0 - Contents Common Style
 *	 4.1 - Heading Area
 *	 4.2 - Contents Bottom & Footer Contents
 *	 4.3 - 
 *	 4.4 - 
 *	 4.5 - 
 *	 4.6 - 
 * 5.0 - Contents Style
 *	 5.1 - Main & Key Visual
 *	 5.2 - Top Page
 *	 5.3 - News Page
 *	 5.4 - 
 *	 5.5 - 
 *	 5.6 - 
 * 6.0 - Max Width
 * 7.0 - Margin
 * 8.0 - Media Query
 * 9.0 - Plugins
 *	 9.1 - bxslider
 *	 9.2 - 
 */


/**************************************************************************
 * 1.0 Reset
 *************************************************************************/
body {
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	line-height: 1.4;
}

body {
	font-size: 14px;
	font-size: 1.4rem;
}

ul,li {
	margin: 0;
	padding: 0;
	list-style: none;
}

dl,dt,dd {
	margin: 0;
}

img {
	vertical-align: top;
	border: none;
	background: transparent;
	max-width: 100%;
	height: auto;
}

iframe {
    vertical-align: top;
}

a:link,
a:visited,
a:active,
a:hover {
	text-decoration: none;
	overflow: hidden;
	outline: none;
}

/*デフォルトselect リセット*/
select {  
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	border: 0;
	margin: 0;
	padding: 0;
	background: none transparent;
	vertical-align: middle;
	font-size: inherit;
	color: inherit;
	outline: none;
}


.btn {
	border-radius: 0px;
}



.txt_center {
	text-align: center;
}

.lead {
	color: #043c78;
	margin-top: 50px;
}
.phone a,
.phone a:hover {
	color:#043c78;
}

dd.phone a,
dd.phone a:hover {
	color: #FFF;
}

/* clearfix
----------------------------------- */

/*helper*/
.imgRep {
	overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}



#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #043c78;
  z-index: 3000;
}

#mv_logo {
	width: 100%;
	padding: 0 20px;
	position: absolute;
	text-align: center;
	top: 50%;
}

/**************************************************************************
 * 2.0 Basic Struct
 *************************************************************************/
#loader {
	opacity: 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #043c78;
	z-index: 1000;
	display: table;
	text-align: center;
}

#loader_logo {
	display: table-cell;
	vertical-align: middle;
	
}


.copyright {
	padding: 10px 0 0;
}
/**** Main & Key Visual Area
****************************************/
#main_visual,
#key_visual {
	position: relative;
}

#main_visual ul {
	z-index: -1;
}

#main_visual .heading,
#key_visual .heading {
	position: absolute;
	margin: -1em 0 0 0;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 1;
	font-size: 500%;
}


/**** Floating Button Area
****************************************/
.floating_area {
	position: relative;
}

.floating_area a {
	display: block;
	position: relative;
}

.floating_area .heading {
	position: absolute;
	z-index: 1;
}

/**** List Area
****************************************/
.list_area li {
	float: left;
}

.list_area dt,
.footer_list_area dt {
	float: left;
	clear: both;
}

.under_border_style dt {
	border-bottom: #CCC 1px solid;
}
.under_border_style dd {
	border-bottom: #CCC 1px solid;
}

/**** News Area
****************************************/
.news_area {
	max-width: 600px;
	margin: 0 auto 30px;
}

.news_area .dl_table dt {
	color: #043c78;
	margin-right: 1em;
}

.news_area .dl_table dd {
	margin-left: 0;
	margin-bottom: 1em;
	border-bottom: #CCC 1px solid;
}

/* 2023.02.25追加*/
@media screen and (min-width: 768px) {
	.news_area .dl_table dd {
		margin-left: 6em;
	}
}

/**** Button Area
****************************************/
.btn_area {
	text-align: center;
}

.btn_area span {
	float: right;
}

.btn  {
	display: block;
	height: 100%;
	color: #FFF;
	font-weight: bold;
	padding: 13px;
}

.matt_btn {
	width: 100%;
	min-width: 200px;
	border: #043c78 1px solid;
	background-color: #043c78;
	-webkit-transition: .3s;
	transition: .3s;
	color: #FFF;
}

.matt_btn:visited {
	color: #FFF;
}

.matt_btn:hover {
	color: #043c78;
	background-color: #FFF;
}

.frame_btn {
	width: 100%;
	min-width: 200px;
	border: #000 1px solid;
	background-color: #FFF;
	-webkit-transition: .3s;
	transition: .3s;
}

.frame_btn:hover {
	background-color: #EEE;
}

/**** Banner Area
****************************************/
.banner_area {
	max-width: 900px;
	margin: 0 auto 30px;
	text-align: center;
}



/**************************************************************************
 * 3.0 Header & Footer & Nav
 *************************************************************************/

/****** LOGO *******/
#logo {
	width: 295px;
	margin: 0;
	padding: 0;
	float: left;
	line-height: 1;
	position: relative;
	z-index: 10;
}

#logo a {
	height: 40px;
	display: block;
	background: url(images/logo.png) no-repeat left top/contain;
}

#header {
	height: 60px;
	padding: 10px 20px;
}




#headerWrap {
	/*position: fixed;*/
	width: 100%;
	top: 0;
	left: 0;
	z-index: 100;
	-webkit-transition: .3s;
	transition: .3s;
}

.header_fixed,
.post #headerWrap {
	width: 100%;
	top: 0;
	position: fixed;
	background-color: rgba(255,255,255,0.95);
	z-index: 200;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);
}

.header_fixed #header a,
.post #header a {
	color: #000;
}


#footer {
	text-align: center;
}


/*Nav*/
#navWrap {
	float: right;
}

#sp_nav_area {
	width: 40px;
	height: 22px;
	position: absolute;
	top: 20px;
	right: 10px;
	z-index: 10;
	cursor: pointer;
}

#sp_nav_area a {
	display: block;
	height: 100%;
}

.menu-trigger,
.menu-trigger span { /* open */
	display: inline-block;
	-webkit-transition: all .4s;
	transition: all .4s;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.menu-trigger {
	position: relative;
	width: 40px;
	height: 22px;
}
.menu-trigger span {
	position: absolute;
	left: 7%;
	width: 86%;
	height: 2px;
	background-color: #000;
}
.menu-trigger span:nth-of-type(1) {
	top: 0px;
}

.menu-trigger span:nth-of-type(2) {
	top: 10px;
}

.menu-trigger span:nth-of-type(3) {
	bottom: 0px;
}

.menu-trigger.active span { /* close */
	left: 30%;
	width: 40%;
}

.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(10px) rotate(-45deg);
	transform: translateY(10px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-10px) rotate(45deg);
	transform: translateY(-10px) rotate(45deg);
}

.body_fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

/**************************************************************************
 * 4.0 Contents Common Style
 *************************************************************************/
a {
	color: #000;
}

a:hover {
	color: #AAA;
}


/**** Heading Area
****************************************/
h2 {
	color: #333;
}

.heading_area {
	text-align: center;
}

.heading {
	font-family: 'Montserrat', sans-serif;
	font-weight: 100;
	font-size: 42px;
}

.heading_area h2.heading span {
	display: block;
	height: 3px;
	width: 16px;
	margin: 10px auto 0;
	background-color: #043c78;
}

.subheading {
	color: #043c78;
	text-align: center;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1.6;
}

.subcomment {
	font-size: 18px;
	font-size: 1.8rem;
	color: #333;
	text-align: center;
}

p.phone {
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: bold;
	color: #043c78;
	margin-bottom: 0px;
	font-family: "Arial", "sans-serif"
}



/**** Contents Bottom & Footer Contents
****************************************/
#footerWrap {
	text-align: center;
}

#footer_logo {
	margin-bottom: 30px;
}

/**************************************************************************
 * 5.0 Contents Style
 *************************************************************************/

/**** Main & Key Visual
****************************************/
.post #main {
	padding-top: 60px;
}


/**** Top Page
****************************************/

/*** Border Top ***/
#about {
	background-color: #043c78;
	color: #FFF !important;
}

#about .heading,
#about .lead {
	color: #FFF !important;
}

#about .heading span {
	background-color: #FFF;
}

#about .txt_area {
	text-align: center;
}

#about .banner_area li {
	width: 50%;
	padding: 5px;
}

#about .banner_area li img {
	width: 100%;
}

#service .contents_nav_area .service_child_box .heading {
	color: #FFF;
	line-height: 0.9;
	font-weight: normal;
	font-size: 40px;
}

#service .contents_nav_area .service_child_box span {
	display: block;
	line-height: 1.4;
	font-weight: bold;
	font-size: 16px;
	font-size: 1.6rem;
}

#service .contents_nav_area .service_child_box .heading {
	margin-bottom: 0;
	bottom: 15px;
	left: 20px;
}

.slideup_trigger {
    cursor: pointer;
}

#service .floating_area > div {
	padding: 0;
	background-color: #000;
}

#service .floating_area img {
	opacity: 0.7;
	-webkit-transition: .3s;
	transition: .3s;
}

#service .floating_area img:hover {
	opacity: 1;
}

#service_slide .heading_area {
	padding: 20px 0 25px;
	color: #FFF;
	background: #043c78 url(images/mark_white.png) no-repeat 20px 20px;
}

#service_slide .heading {
	line-height: 1;
}

.service_drawer {
	color: #FFF;
	z-index: 1;
}

.service_drawer .btn:hover {
	color: #FFF;
}

.service_drawer .txt_area {
	padding: 20px;
	font-size: 16px;
	font-size: 1.6rem;
}


/* 2019.3 追加ここから*/
.inline_block {
    display: inline-block;
}

.service_drawer .txt_area .service_link_btn {
    width: 100%;
    margin: 0 auto 10px;
    text-align: center;
}

.service_drawer .txt_area .service_link_btn a {
    display: block;
    padding: 5px 10px;
    width: 100%;
    background-color: #FFF;
    font-weight: bold;
    color: #000;
    border-radius: 2px;
    position: relative;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
}

.service_drawer .txt_area .service_link_btn a:hover {
    background-color: rgba(255,255,255,0.8);
}

.service_drawer .txt_area .service_link_btn a::after {
    content: ">";
    position: absolute;
    right: 10px;
}

/* 2019.3 追加ここまで*/

.service_drawer .close_btn {
	position: absolute;
	bottom: 10px;
	left: 50%;
	margin-left: -44px;
	border-radius: 10px;
	padding: 2px 8px;
}

.close_btn {
	background-color: #FFF;
	color: #043c78;
	cursor: pointer;
	opacity: 1;
	-webkit-transition: .3s;
	transition: .3s;
}

.close_btn:hover {
	opacity: 0.7;
}

#company .heading_area {
	background-color: #043c78;
}

#company .heading {
	color: #FFF;
}

#company .heading span {
	background-color: #FFF;
}

#company .detail_area {
	background-color: #043c78;
	color: #FFF;
}

#company .detail_area li {
	float: left;
	margin-right: 40px;
	margin-bottom: 20px;
}

#company .detail_area li span {
	font-weight: bold;
	display: block;
}

#company .child .heading_area {
	background-color: transparent;
}

#company .child .heading {
	font-family: 'Libre Baskerville', serif;
	font-style: italic;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: 100;
}

#company .child .heading span {
	display: inline-block;
	width: 15px;
	height: 1px;
	margin: 5px 10px;
}



#greeting .heading {
	color: #043c78 !important;
}

#greeting .heading span {
	background-color: #043c78 !important;
}

.photo_area {
	margin-bottom: 30px;
}
.photo_area img {
	display: block;
	margin: auto;
}

#profile {
	background-color: #043c78;
	color: #FFF;
}

#profile .heading span {
	background-color: #FFF;
}

#profile .list_area dt {
	width: 6em;
	text-align: center;
	padding: 20px 5px 4px 5px;
	border-color: #687a8c;
}

#profile .list_area dd {
	padding: 20px 0 4px 5px;
	margin-left: 7em;
	border-color: #244d78;
	word-wrap: normal;
}

.googlemap {
	text-align: center;
}

.googlemap a {
	color: #FFF;
	font-weight: bold;
	display: block;
	padding: 20px 0;
	font-size: 20px;
	font-size: 2.0rem;
}

#contact {
	background-color: #f7f7f7;
}

#contact .subheading_area {
	text-align: center;
	margin-bottom: 30px;
}

#contact .subheading_area:first-child {
	background-color: #FFF;
	max-width: 330px;
	padding: 20px 20px 10px;
	margin: 0 auto 50px;
	border-radius: 5px;
}

#contact .subheading_area h3 {
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	background-color: #043c78;
	color: #FFF;
	margin-bottom: 1em;
	padding: 5px 20px;
	border-radius: 5px;
	margin: 0 0 10px;
}



#contact .txt_area {
	text-align: center;
}

.form_area {
	max-width: 780px;
	margin: auto;
}

#inputZip {
	max-width: 300px;
}

#footer_contents_area {
	border-top: #CCC 1px solid;
	/*border-bottom: #CCC 1px solid;*/
}

/**** News Page
****************************************/




/**** Modal
****************************************/
#modal img {
	width: 100%;
}

#overlay {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.8);
	position: fixed;
	z-index: 199;
	display: none;
}

/**************************************************************************
 * 6.0 Margin & Max Width
 *************************************************************************/
.heading_area {
	padding-top: 30px;
}

.subcomment {
	padding: 20px 0;
}

.txt_area {
	padding-top: 40px;
}

#news .heading_area {
	padding-bottom: 30px;
}

#news {
	padding-bottom: 30px;
}

.txt_area {
	margin-bottom: 30px;
}


.btn_area {
	max-width: 400px;
	margin: 1em auto 0;
}

.subheading {
	margin-top: 30px;
	margin-bottom: 30px;
}

#contact .txt_area {
	padding-top: 0;
}

#greeting .heading,
#profile .heading {
	margin-bottom: 40px;
}

#greeting .logo {
	margin-bottom: 20px;
	text-align: center;
}

#greeting .txt_area {
	margin-bottom: 40px;
	text-align: center;
}

#profile .list_area {
	max-width: 600px;
	margin: auto;
	margin-bottom: 40px;
}

#news .row > div {
	margin-bottom: 10px;
}

#footer_contents_area {
	padding: 30px 0 20px;
}
/**************************************************************************
 * 7.0 Margin
 *************************************************************************/





/**************************************************************************
 * 8.0 Media Query
 *************************************************************************/
#modal {
	width: 100%;
	max-width: 800px;
	margin: 0;
	padding: 10px;
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 200;
	display: none;
}

.service_drawer {
	position: absolute;
	bottom: -100%;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(4,60,120,0.8);
	-webkit-transition: all cubic-bezier(0, 0, .49, .97) 0.4s;
	transition: all cubic-bezier(0, 0, .49, .97) 0.4s;
}


.service_drawer .table {
	max-width: 700px;
	margin: auto;
}

.service_drawer .td p,
.service_drawer .td li {
	margin-bottom: 1em;
}

.service_drawer .close {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	color: #FFF;
	opacity: 1;
}

.slide_open {
	bottom: 0;
    cursor: default;
}

.service_child {
	overflow: hidden;
}

@media screen and (max-width: 599px) {
	.subheading {
		font-size: 18px;
		font-size: 1.8rem;
	}
	
	.subcomment {
		font-size: 16px;
		font-size: 1.6rem;
	}
	#logo a {
		height: 38px;
	}
	
	#profile .list_area dt,
	#profile .list_area dd {
		width: 100%;
		float: none;
		margin-left: 0;
		font-size: 18px;
		font-size: 1.7rem;
		text-align: left;
	}
	
	.list_area .zip {
		display: block;
	}
	
	#news .news_area figure {
		width: 60px;
	}
	
	#main_visual:before {
		width: 100%;
		top: 50%;
		font-weight: 100;
		font-size: 36px;
	}
	#about .txt_area,
	#greeting .txt_area {
		text-align: left;
	}
	
	.txt_area br {
		display: none;
	}
	
	.wpcf7 select {
		width: 100% !important;
	}
	
	#service .floating_area img {
		min-width: 210%;
	}
	
	
	
	#contact .subheading_area:first-child {
		 background-color: transparent;
		 padding: 0;
		max-width: none;
	}
	
	#contact .subheading_area h3 {
		display: block;
		padding: 5px 10px;
	}
	
}

@media screen and (max-width: 767px) {
	
	#about .btn_area .row > div:nth-of-type(1) {
		margin-bottom: 10px;
	}
	
	.sp {
		display: block;
	}
	
	.pc {
		display: none;
	}
	
	#about .banner_area li {
		width: 100%;
	}
	
	#navWrap {
		width: 100%;
		min-height: 100%;
		padding-top: 70px;
		position: fixed;
		top: 0;
		left: -100%;
		z-index: 9;
		background-color: rgba(255,255,255,0.9);
		-webkit-transition: all ease-out 0.3s;
		transition: all ease-out 0.3s;
	}
	
	#navWrap li {
		display: block;
		text-align: center;
	}
	
	nav li {
		border-bottom: #ccc 1px solid;
	}
	
	nav {
		float: none;
	}
	
	nav a {
		font-size: 20px;
		font-size: 2.0rem;
		padding: 10px;
		display: block;
	}
	
	#sns_nav_area {
		
		float: none;
	}
	
	
	#sns_nav_area li a {
		display: block;
		padding: 10px;
		text-align: center;
		font-size: 30px;
		font-size: 3.0rem;
	}
	
	.open {
		left: 0 !important;
	}
	
}

@media screen and (min-width: 600px) {
	#online-shop .detail_area {
		padding: 10px 40px;
	}
	
	.service_parent {
		position: relative;
	}
	
	.wpcf7 select {
		width: auto !important;
	}
	
}

@media only screen and (max-width: 991px) {
	
	.subheading {
		font-size: 20px;
		font-size: 2.0rem;
	}
	
	
	
	.slide_ticker_sub img {
		max-height: 120px;
	}
	
	#service .floating_area img {
		max-width: 200%;
	}

}

@media (min-width: 768px) {
	
	.sp {
		display: none;
	}
	
	.pc {
		display: block;
	}
	
	#company .detail_area li span {
		display: inline;
	}
	
	.banner_btn {
		max-width: 490px;
		margin: auto;
	}
	
	#header a {
		color: #FFF;
	}
	#sp_nav_area {
		display: none;
	}
	
	nav {
		padding-top: 12px;
		float: left;
		margin-right: 50px;
	}

	nav li {
		margin: 0 5px;
		display: inline-block;
		position: relative;
	}

	nav li:before,
	nav li:after{
	  position: absolute;
	  top: 1.3em;
	  content: "";
	  display: inline-block;
	  width: 0;
	  height: 2px; 
	  background: #043c78;
	  -webkit-transition: 0.2s;
	  transition: 0.2s;
	}

	nav li:before{
	  left: 50%;
	}

	nav li:after{
	  right: 50%;
	}

	nav li:hover:before,
	nav li:hover:after{
	  width: 50%;
	}
	
	#sns_nav_area {
		padding-top: 3px;
		float: left;
	}

	#sns_nav_area li {
		display: inline-block;
	}

	#sns_nav_area li {
		margin: 0 5px;
	}

	#sns_nav_area a {
		font-size: 20px;
		font-size: 2.0rem;
	}
	
}

@media only screen and (min-width: 992px) {
	
	
	#modal {
		margin: -300px 0 0 -400px;
		padding: 10px;
		position: fixed;
		top: 50%;
		left: 50%;
		z-index: 200;
	}
	
	.service_child {
		position: relative;
	}

	
	
	#about {
		background-size: cover;
	}
	
	#about .txt_area {
		margin-bottom: 80px;
	}
	
	#service .contents_nav_area .service_child_box .heading {
		font-size: 42px;
	}

	#service .contents_nav_area .service_child_box span {
		font-size: 16px;
		font-size: 1.6rem;
	}
	
	#online-shop {
		background-size: cover;
	}
	
	#online-shop .detail_area {
		padding: 20px 40px;
	}
	
	#company .detail_area {
		padding-top: 20px;
	}
	
	
	#greeting {
		background: url(images/greeting_bg.jpg) no-repeat center bottom/contain;
	}
	
	#greeting .photo_area {
		display: none;
	}
	
	.googlemap {
		display: inline;
		text-align: right;
		float: right;
	}
	
	.googlemap a {
		font-size: 16px;
		font-size: 1.6rem;
		display: inline;
	}
	
	
	
	.slide_ticker_sub img {
		max-height: 240px;
	}
	
	
	.floating_area img:hover {
		opacity: 1;
	}
    
    .service_drawer .txt_area .service_link_btn {
        width: 49%;
    }
}

@media only screen and (min-width: 1200px) {
	.service_drawer .txt_area {
		font-size: 16px;
		font-size: 1.6rem;
	}
}

@media only screen and (min-width: 1600px) {
	#about {
		background-position: top -100px left;
	}
}

@media only screen and (min-width: 1900px) {
	#about {
		background-position: top -200px left;
	}
}

/**************************************************************************
 * 9.0 Plugins
 *************************************************************************/

.slide_ticker_sub li {
	width: auto !important;
}



#map_area {
	width: 100%;
	height: 350px;
}

.pageup_arrow {
	width: 40px;
	height: 40px;
	background-color: #043c78;
	position: fixed;
	right: 10px;
	z-index: 2;
	font-size: 20px;
	font-size: 2.0rem;
	color: #FFF;
	cursor: pointer;
	border-radius: 3px;
	text-align: center;
	padding-top: 5px;
}

/* Effect1
 *************************************** */

.banner_btn a {
	position: relative;
	display: inline-block;
	padding: 3px;
	cursor: pointer;
}

/* 擬似要素の共通スタイル */
.change_border::after,
.change_border::before,
.change_border_inner::after,
.change_border_inner::before {
  background-color: #FFF;
  content: '';
  display: block;
  position: absolute;
  z-index: 10;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
/* 左上へ配置 */
.change_border::after {
    height: 3px;
    left: -1px;
    top: -1px;
    width: 0px;
}
/* 右下へ配置 */
.change_border::before {
  bottom: -1px;
  height: 3px;
  right: -1px;
  width: 0px;
}
/* 左下へ配置 */
.change_border_inner::after {
  bottom: -1px;
  height: 0px;
  left: -1px;
  width: 3px;
}
/* 右下へ配置 */
.change_border_inner::before {
  height: 0px;
  right: -1px;
  top: -1px;
  width: 3px;
}

/* hover */
.change_border:hover::after,
.change_border:hover::before {
  width: 100%;
  width: calc(100% + 3px);
}
.change_border:hover .change_border_inner::after,
.change_border:hover .change_border_inner::before {
  height: 100%;
  height: calc(100% + 3px);
}

/* Slickslider */
.slick-slide {
    overflow: hidden;
}

.slick-slide img {
    opacity: 1;
    display: block;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.slick-slide img:hover {
    opacity: 0.8;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.slick-dotted.slick-slider {
	margin-bottom: 0;
}

.slick-dots {
	bottom: 20px;
}

.slick-arrow {
    position: absolute;
    top: 50%;
    margin-top: -22px;
    width: 25px;
    height: 44px;
}

.slick-next {
	right: 20px;
	z-index: 10;
    background: url(images/slick-next-arrow.png) no-repeat left center;
}

.slick-prev {
	left: 20px;
	z-index: 10;
    background: url(images/slick-prev-arrow.png) no-repeat right center;
}

.slick-prev:before, .slick-next:before {
	font-size: 30px;
	font-size: 3.0rem;
}

/* bxslider
 *************************************** */
.bx-viewport {
	left: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
}

.slide_ticker_main li {
	height: 100vh;
	background: center / cover no-repeat;
}

/* Contact Form 7
 *************************************** */
.required {
	color: red;
}

.form_area input,
.form_area select,
.form_area textarea {
	margin-bottom: 1em;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 input[type="tel"],
.wpcf7 select,
.wpcf7 textarea {
	background-color: #fff;
	color: #333;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 18px;
	border-radius: 0px;
	border: #043c78 1px solid;
	vertical-align: middle;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
	height: auto;
}

.wpcf7 select {
	height: auto;
	padding-right: 40px;
	background: #FFF url(images/select_arrow.png) no-repeat center right 10px;
}

span.wpcf7-not-valid-tip {
    font-size: 0.6em;
	margin-top: -1em;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	opacity: 0.7;
}
::-moz-placeholder { /* Firefox 19+ */
	opacity: 0.7;
}
:-ms-input-placeholder { /* IE 10+ */
	opacity: 0.7;
}
:-moz-placeholder { /* Firefox 18- */
	opacity: 0.7;
}

:placeholder-shown {
	opacity: 0.7;
}


/* sns nav */
.c-list {
	list-style: none;
	padding-left: 0;
	text-align: center;
}
.c-list__nav--sns a {
	font-size: 1.8em !important;
}
.c-list__nav--sns > li {
	display: inline-block !important;
}

.footer__contents .c-list__nav--sns > li {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}
