@charset "utf-8";
/*
Theme Name: genova_tpl
Theme URI: http://genova.co.jp/
Description: genova template.
Version: 1.0
*/

/* =====================================
■BASE
===================================== */
html {
	font-size: 62.5%;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	/* font-family: 'Meiryo', 'メイリオ', Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif; */
	/* font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif; */
	font-size: 16px;
	background: #fff;
	color: #22201E;
	letter-spacing: 0.1em;
	line-height: 2;
	position: relative;
	-webkit-text-size-adjust: 100%;
  word-break: break-all;
}

.fnt-meiryo {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
a {
	text-decoration: none;
	color: #333;
	vertical-align: middle;
	-moz-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
	-webkit-transition-duration: 0.7s;
	transition-duration: 0.7s;
}
a:focus, *:focus {
	outline: none;
}
a[href^="tel:"] {
	pointer-events: none;
	cursor: text;
}
@media screen and (max-width: 767px) {
	a[href^="tel:"] {
		pointer-events: auto;
		cursor: pointer;
	}
}

#main{
  position: relative;
  z-index: 1;
}
/* =====================================
■MODULE
===================================== */
/*--------------------------------------
汎用
--------------------------------------*/
/* float */
.fr {
	float: right!important;
}
.fl {
	float: left!important;
}
/* clears */
.clearfix {
	*zoom: 1;
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}
.cl {
	clear: both!important;
}
/* text indent */
.textHide {
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
/* text-align */
.tac {
	text-align: center!important;
}
.tar {
	text-align: right!important;
}
.tal {
	text-align: left!important;
}
/* font-weight */
.fb {
	font-weight: bold!important;
}
.h3-noimage {
	margin-top: 35px;
}
/*--------------------------------------
Icon fonts
--------------------------------------*/
@font-face {
	font-family: 'icomoon';
	src:  url('img/fonts/icomoon.eot');
	src:  url('img/fonts/icomoon.eot#iefix') format('embedded-opentype'),
		url('img/fonts/icomoon.ttf') format('truetype'),
		url('img/fonts/icomoon.woff') format('woff'),
		url('img/fonts/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
[class*='icon-']:not([class*='eicon-']):before {
	display: inline-block;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	vertical-align: baseline;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-blog:before {content: "\e900";}
.icon-category:before {content: "\e901";}
.icon-check:before {content: "\e902";}
.icon-checked:before {content: "\e903";}
.icon-down:before {content: "\e904";}
.icon-facebook:before {content: "\e905";}
.icon-google:before {content: "\e906";}
.icon-line:before {content: "\e907";}
.icon-twitter:before {content: "\e908";}
.icon-arrow02:before {content: "\e909";}
.icon-arrow01:before {content: "\e910";}
.icon-search:before {content: "\e911";}
.icon-tag:before {content: "\e912";}


/*--------------------------------------
Pc sp change
--------------------------------------*/
.sp {
	display: none !important;
}
.mb {
	display: none;
}
@media screen and (max-width: 767px) {
	.pc {
		display: none!important;
	}
	.sp {
		display: block!important;
	}
}
@media screen and (max-width: 480px) {
	.mb {
		display: block;
	}
	.pcm {
		display: none;
	}
}


/* =====================================
■Layout
===================================== */
/*--------------------------------------
container
--------------------------------------*/
.container {
	width: 100%;
	max-width: 1160px;
	padding: 0 30px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.container:after {
	content: "";
	display: block;
	clear: both;
}
.page-id-43 .elementor-section.elementor-section-boxed>.elementor-container {
    max-width: none !important;
    padding: 0;
}
@media (max-width: 767px) {
	.container {
		padding: 0 16px;
	}
}

/*--------------------------------------
header
--------------------------------------*/
#wrapper {
	height: 100%;
	padding-top: 100px;
	box-sizing: border-box;
  overflow: hidden;
}

@media screen and (max-width: 1010px) and (min-width: 768px) {
	#wrapper {
		padding-top: 81px;
	}
}

@media screen and (max-width: 767px) {
	#wrapper {
		padding-top: 40px;
	}
}

#header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	-moz-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
	-webkit-transition-duration: 0.7s;
	transition-duration: 0.7s;
	background: url("img/header_bg.png") no-repeat bottom center / cover;
  
}
#header .wrap{
  height: 127px;
  position: relative;
  display: flex;
  justify-content: space-between;
}
/* logo */
#header .header_logo {
  width: 240px;
  margin-left: 45px;
  margin-top: 34px;
}
#header .header_logo img {
	width: 100%;
}
#header .header_logo a:hover {
	text-decoration: none;
}
#header .header_logo a:hover, #header .header_logo img:hover {
    opacity: 1;
}
#header .header-right{
  margin-right: 45px;
}
#header .header-right p + p{
  margin-top: 0;
}
#header .header-right a{
  display: block;
}
/* gnav */
#header .header_menu{
	display: flex; 
  position: absolute;
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}
#header .header_menu .g_nav{
  display: flex;
}
#header .header_menu .g_nav > li {
	vertical-align: middle;
  margin: 0 15px;
}
#header .header_menu .g_nav > li > a,
#header .header_menu .g_nav > li > span {
	display: block;
  text-align: center;
	color: #454545;
	line-height: 1.2;
	cursor: pointer;
	font-size: 15px;
	letter-spacing: 0.08em;
	-moz-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
	-webkit-transition-duration: 0.7s;
	transition-duration: 0.7s;
	position: relative;
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-weight: 500;
  padding-bottom: 25px;
}
#header .header_menu .g_nav > li > a > span,
#header .header_menu .g_nav > li > span > span {
	display: block;	
  text-transform: uppercase;
  font-size: 10px;
	line-height: 2.5;
  color: #EA9594;
  font-weight: 600;
}
#header .header_menu .g_nav > li > span:hover + dl,
#header .header_menu .g_nav > li > span ul:hover {
	pointer-events: auto;
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}
#header .header_menu .g_nav > li > span:hover {
	position: relative;
}
#header .header_menu .g_nav > li dl {
	pointer-events: none;
	position: absolute;
	top: 60px;
	left: 0;
	display: block;
	width: 100%;
	padding: 38px 30px 30px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: rgba(234,149,148,0.8);
	-moz-transition-duration: 0.6s;
	-o-transition-duration: 0.6s;
	-webkit-transition-duration: 0.6s;
	transition-duration: 0.6s;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	z-index: 99;
  border-radius: 10px;
}
#header .header_menu .g_nav > li dl dt {
	max-width: 1080px;
	margin: 0 auto 10px;
	font-size: 20px;
	line-height: 1.2;
}
#header .header_menu .g_nav > li dl ul {
	max-width: 1080px;
	margin: 0 auto;
}
#header .header_menu .g_nav > li dl li {
	display: inline-block;
	margin-right: 30px;
	line-height: 1.3;
	position: relative;
	font-size: 16px;
}
#header .header_menu .g_nav > li dl li:before {
    font-size: 14px;
    margin-right: 8px;
}
#header .header_menu .g_nav > li dl li:last-child {
	margin-right: 0;
}
#header .header_menu .g_nav > li dl li a {
	color: #333;
	vertical-align: top;
}
#header .header_menu .g_nav > li dl a:hover {
	opacity: 1;
}
#header .header_menu .g_nav > li dl:hover {
	pointer-events: auto;
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}
#header .header_menu .g_nav > li a:hover{
  opacity: 0.8;
}

@media screen and (min-width: 768px) {  
	#header .header_menu .g_nav > li dl {
		pointer-events: none;
	}
  #header .menu_vertical .g_nav > li{
    position: relative;
  }
  #header .menu_vertical dt{
    display: none;
  }
  #header .menu_vertical .g_nav > li dl{
    width: 200px;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 0 10px 20px;
  }
  #header .menu_vertical .g_nav > li dl.menu-twocol{
    width: 312px;
    padding-left: 52px;
  }
  #header .menu_vertical .g_nav > li dl.menu-twocol .sub-menu{
    display: flex;
    flex-wrap: wrap;
  }
  #header .menu_vertical .g_nav > li dl:before{
    content:"";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 10px 6px;
    border-color: transparent transparent #EA9594 transparent;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -5px;
  }
  #header .menu_vertical .g_nav > li dl li{
    padding: 0;
    display: block;
    margin-right: 0;
  }
  #header .menu_vertical .g_nav > li dl.menu-twocol li:nth-child(2n + 1){
    width: 105px;
  }
  #header .menu_vertical .g_nav > li dl.menu-twocol li:nth-child(2n){
    width: calc(100% - 105px);
  }
  #header .menu_vertical .g_nav > li dl li a{
    padding: 6px 0;    
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0;
  }
  #header .menu_vertical .g_nav > li dl li a i{
    font-size: 10px;
    font-style: normal;
    margin-right: 5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1350px){
  #header .header_logo{
    margin-left: 20px;
    width: 170px;
  }
  #header .header-right{
    margin-right: 20px;
  }
  #header .header_menu{
    transform: translateX(0);
    left: 215px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px){
  #header .wrap{
    height: 95px;
  }
  #header .header_logo{
    margin-top: 18px;
  }
  #header .header_menu{
    top: 15px;
  }
  #header .header-right p{
    width: 100px;
  }
  #header .header-right p img{
    width: 100%;
  }
  #header .header_menu .g_nav > li{
    margin: 0 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px){
  #header .wrap{
    flex-wrap: wrap;
    height: auto;
    padding-bottom: 20px;
  }
  #header .header_menu{
    position: static;
    margin-top: -30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 890px){
  #header .header_logo{
    margin-top: 25px;
    width: 200px;
  }
  #header .header-right{
    margin-right: 10px;
  }
  #header .header_menu{
    margin-top: -10px;
  }
  #header .header_menu .g_nav > li > a, #header .header_menu .g_nav > li > span{
    padding-bottom: 15px;
  }
  #header .header_menu .g_nav > li dl{
    top: 55px;
  }
}
.line_sp{
  position: fixed;
  right: 0;
  top: 200px;
  width: 96px;
}
@media screen and (max-width: 767px) {
	#header {
		/*position: absolute;*/
		top: 0 !important;
    background: url("img/header_bg_sp.png") no-repeat bottom center / cover;
	}

	/* logo */
	#header .wrap{
    height: 56px;
    display: block;
  }
  #header .header_logo{
    width: 187px;
    margin: 22px 0 0 16px;
    position: relative;
    z-index: 101;
  }
  .line_sp{
    position: absolute;
    top: 0;
    right: 72px;
    width: 72px;
    z-index: 101;
  }
  .line_sp a{
    display: block;
    width: 100%;
  }
  .line_sp img{
    width: 100%;
  }
	.toggleMenu {    
    width: 72px;
    height: 72px;
    background: url("img/nav-btn.jpg") no-repeat center / cover;
    box-sizing: border-box;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1000;
  }
  .menu-trigger,  .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  .menu-trigger {
    position: relative;
    width: 72px;
    height: 72px;
    margin: 0;
  }
  .menu-trigger:after{
    content: "MENU";
    color: #fff;
    font-family: dnp-shuei-gothic-kin-std, sans-serif;
    font-size: 12px;
    font-weight: 700;
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    text-align: center;
    letter-spacing: 0.04em;
  }
  .menu-trigger span {
    position: absolute;
    left: 16px;
    width: 40px;
    height: 3px;    
    background: #fff;
    border-radius: 7px;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 17px;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 28px;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 29px;
  }
  .toggleMenu.active .menu-trigger span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-31deg);
    transform: translateY(10px) rotate(-31deg);
  }
  .toggleMenu.active .menu-trigger span:nth-of-type(2) {
    opacity: 0;
  }
.toggleMenu.active .menu-trigger span:nth-of-type(3) {
	-webkit-transform: translateY(-13px) rotate(23deg);
	transform: translateY(-13px) rotate(23deg);
}
  #header.openNav{
    position: fixed;
    background: none;
  }
	#header .header_menu {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    overflow-y: auto;
    z-index: 100;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    padding: 40px 16px 100px;
    box-sizing: border-box;
    text-align: left;
    background: rgba(255,255,255,0.9);  
    transform: translateX(0);
	}
	#header .header_menu .g_nav {
		display: block !important;
    margin-top: 80px;
    margin-bottom: 33px;
    position: static;
    transform: translateX(0);
    width: 100%;
	}
	#header .header_menu .g_nav > li {
		position: relative;
		border-left: none;
    padding-right: 0;
    margin: 0 0 30px;    
	}
	#header .header_menu .g_nav > li > a, #header .header_menu .g_nav > li > span {
		width: 100%;
		padding: 0;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
		text-align: left;
		height: auto;
		background: none;
		font-size: 20px;	
    line-height: 31px;
    position: relative;
	}
	#header .header_menu .g_nav > li > a span,
	#header .header_menu .g_nav > li > span span {
		margin: 0;
    position: absolute;
    top: 0;
    right: 48px;
    font-size: 14px;
	}
	#header .header_menu .g_nav > li > a:hover, #header .header_menu .g_nav > li > span:hover {
		background: #EA9594;
    color: #fff;
	}
  #header .header_menu .g_nav > li > a:hover span, #header .header_menu .g_nav > li > span:hover span{
    color: #fff;
  }
  #header .header_menu .g_nav > li > span:before, 
	#header .header_menu .g_nav > li > span:after {
		content: "";
		position: absolute;
		top: 16px;				
    background: #454545;
		-moz-transition-duration: 0.2s;
		-o-transition-duration: 0.2s;
		-webkit-transition-duration: 0.2s;
		transition-duration: 0.2s;
	}
  #header .header_menu .g_nav > li > span:after{
    right: 0;
    width: 16px;
		height: 1px;
  }
  #header .header_menu .g_nav > li > span:before{
    right: 8px;
    height: 16px;
		width: 1px;
    transform: translateY(-50%);
  }
	#header .header_menu .g_nav > li.hover > span:before {
		transform: rotate(90deg);
    top: 9px;
	}
	#header .header_menu .g_nav > li > a sub,
	#header .header_menu .g_nav > li > span sub {
		margin: -2px 0 0 8px;
		vertical-align: middle;
		bottom: 0;
		color: #685E55;
		padding-top: 0;
		font-size: 10px;
		display: none;
	}
	#header .header_menu .g_nav > li dl {
		position: relative;
		top: 0;
		background: none;
		padding: 0;
	}
	#header .header_menu .g_nav > li dl li:before {
		display: none;
	}
	#header .header_menu .g_nav > li dl li {
		padding-left: 0;
	}
	#header .header_menu .g_nav > li dt {
		display: none;
	}
	#header .header_menu .g_nav > li ul {
		position: inherit;
		display: none;
		top: 0;
		padding: 0;
	}
	#header .header_menu .g_nav > li ul li {
		display: block;
		margin-right: 0;
	}
	#header .header_menu .g_nav > li ul li a {
		position: relative;
		display: block;
		padding: 10px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		text-align: left;
		background: #ECB6B5;
	}
	#header .header_menu .g_nav > li ul li a:hover {
		text-decoration: none;
		background: #EA9594;
		color: #fff;
	}
  #header .header_menu .g_nav > li ul li a i{
    display: none;
  }
	#header .header_menu .g_nav > li.hover ul {
		display: block;
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1;
	}

	/*スマホ時サブメニューが消える現象を回避*/
	#header .header_menu .g_nav > li > span {
		position: relative;
	}
	#header .header_menu .g_nav > li.hover > span + dl,  #header .header_menu .g_nav > li > span:hover + dl {
		pointer-events: auto;
		opacity: 1;
	}
}


/*--------------------------------------
SIDE
--------------------------------------*/
#sidebar {
	display: none;
}


/*--------------------------------------
CONTENT BOTTOM
--------------------------------------*/
.contact_section {
	padding: 50px 0 43px;
	background: url("img/contact_bg.jpg") no-repeat center / cover;	
  position: relative;
  color: #fff;
  font-family: "Noto Serif JP", serif;
}
.contact_section div.dis-flex-pc{
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  align-items: center;
}
.contact_left{
  width: 54%;
  box-sizing: border-box;
  border-right: 1px solid #fff;
}
.contact_right{
  width: 46%;
  display: flex;
  justify-content: flex-end;
  box-sizing: border-box;
}
.contact_section .contact_tit {
    font-size: 30px;       
  line-height: 44px;
    margin-bottom: 15px;
}
.contact_section .txt{
  line-height: 24px;
}
.contact_right dl{
  align-items: center;
  justify-content: flex-start;
}
.contact_right dl + dl{
  margin-top: 10px;
}
.contact_right dl dt{
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 5px;
  width: 86px;
  height: 27px;
  font-size: 13px;
  line-height: 27px;
}
.contact_right dl dd{
  margin-left: 10px;
  font-weight: 700;
  line-height: 20px;
}
.contact_section .btnTel{
  margin: 46px auto 0;
  text-align: center;
  color: #fff;
  background: #FFC400;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 700;
  display: block;
  max-width: 500px;
  line-height: 1;
  padding: 15px 0;
  letter-spacing: 0.1em;
}
.contact_section .btnTel p:nth-child(1){
  margin-bottom: 10px;
}
.contact_section .btnTel .dis-flex{
  font-size: 21px;
  justify-content: center;
  align-items: center;
}
.contact_section .btnTel .dis-flex i{
  margin-right: 5px;
}
@media screen and (max-width: 920px) and (min-width: 768px) { 
  .contact_section div.dis-flex-pc{
    max-width: 740px;
  }
  .contact_left{
    width: 57%;    
    border-right: none;
  }
  .contact_right{
    width: 43%;    
    border-left: 1px solid #fff;
  }
  .contact_section .contact_tit{
    font-size: 25px;
  }
  .contact_section .txt{
    font-size: 14px;
  }
  .contact_right dl{
    display: block;
  }
  .contact_right dl + dl{
    margin-top: 20px;
  }
  .contact_right dl dt{
    margin-bottom: 10px;
  }
  .contact_right dl dd{
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) { 
  .contact_section {
    padding: 60px 0;
    background: url("img/contact_bg_sp.jpg") no-repeat center / cover;	    
  }
  .contact_left, .contact_right{
    width: 100%;
  }
  .contact_left{
    border-bottom: 1px solid #fff;
    border-right: none;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .contact_section .contact_tit{
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .contact_section .txt{
    font-size: 14px;
    line-height: 21px;
  }
  .contact_right{
    display: block;
    text-align: center;
  }
  .contact_right dl + dl{
    margin-top: 30px;
  }
  .contact_right dl dt{
    margin: 0 auto 10px;    
  }
  .contact_right dl dd{
    font-size: 14px;
    line-height: 19px;
  }
  .contact_section .btnTel{
    margin-top: 40px;
    font-size: 16px;
  }
  .contact_section .btnTel p:nth-child(1){
    margin-bottom: 12px;
  }
}
.dis-flex{
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768px){
  .dis-flex-pc{
    display: flex;
    justify-content: space-between;
  }
}


.ipad2{
  display: none;
}
@media screen and (max-width: 860px){
  .ipad2{
    display: block;
  }
}
/*--------------------------------------
FOOTER
--------------------------------------*/
#footer {
  padding: 64px 0 0;
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;  
  color: #707070;
  background: #FCF8F4;
}
#footer .container{
  position: relative;
}
.fooger_logo{  
  width: 320px;
  display: block;
}
.fooger_logo a:hover, .fooger_logo img:hover {
    opacity: 1;
}
.footer-box1{
  margin-top: 45px;
}
.link_sitemap a{
  color: #EA9594;
}
.footer-nav{
  margin-bottom: 170px;
}
.footer-nav dl + dl{
  margin-left: 60px;
}
.footer-nav dl dt{
  border-bottom: 1px solid #DDDDDD;
  color: #EA9594;
  font-size: 16px;
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  font-weight: 500;
  line-height: 40px;
  margin-bottom: 5px;
}
.footer-nav dl dd{
  line-height: 32px;
}
.footer-nav dl dd a{
  color: #707070;
}
.copyright{
  color: #fff;
  background: #EA9594;
  text-align: center;  
  font-size: 13px;
  line-height: 64px;
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  font-weight: 500;
  letter-spacing: 0.16em;
}
#footer p{
  margin-bottom: 0;
}
.link_sitemap{
  margin: 23px 0 34px !important;
}
.link_sitemap a{
  text-decoration: none;  
}
.link_sitemap a:hover{
  text-decoration: underline;
}

#footer .fixed_box {
	position: fixed;
	right: 0;
  bottom: 0;
	width: 50px;
	z-index: 999;
	-moz-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
	-webkit-transition-duration: 0.7s;
	transition-duration: 0.7s;
}
#footer .fixed_box ul.pc li:last-child{
  margin-top: 5px;
}
#footer .fixed_box li img {
	width: 100%;
}
#wpfront-scroll-top-container {
    right: 20px !important;
    bottom: 60px !important;
}
#wpfront-scroll-top-container:hover img {
	opacity: 0.8 !important;
}
@media screen and (min-width: 768px) {
  #footer .fixed_box{
    bottom: 0 !important;
  }
}
@media screen and (max-width: 767px) and (max-width: 900px) {
  #footer{
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 767px) {
	#footer {
		padding: 64px 0 0;
    letter-spacing: 0.5px;
	}
  .fooger_logo{
    width: 320px;
  }
  .footer-box1 {
    margin-top: 35px;
  }
  #footer .footer-nav{
    margin-bottom: 150px;
  }
  #footer .footer-nav dl{
    margin: 0 10px;
  }
	#footer .copyright {
		padding-bottom: 14vw;
    font-size: 13px;
	}
  #footer .fixed_box{
    width: 100%;    
  }
  #footer .fixed_box a{
    display: flex;
  }

	#wpfront-scroll-top-container {
		display: none !important;
	}
}
@media screen and (max-width: 480px) {
	#footer .footer_navi .access_box p {
		letter-spacing: 0;
	}
	.sitemap_box {
		padding: 30px 0 23%;
	}
}

@media screen and (min-width: 768px){
  
  .dis_2col{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;    
  }
  .dis_2col li{
    width: 48%;
    margin-left: 20px;
  }
  .dis_2col li:nth-child(2n+1){
    margin-left: 0;
  }
}

.link_txt{
  text-decoration: underline !important;
  color: #008FE8;
}
.link_txt:hover{
  text-decoration: none !important;
}
.txt-en{
  text-transform: uppercase;
  letter-spacing: 0;
  font-weight: 400;
  font-family: 'Batang';
}

.fixed_box{
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
.fixed_box li{
  width: 50%;
}
.fixed_box a{
  display: flex;
  width: 100%;
}