@charset "utf-8";

/*------------------
COMMON
--------------------*/
/* [data-device="sp"] {
	display: none !important;
} */

body{
  /* color:#333;
  font-size:1.4em;
  font-family: "游ゴシック","Yu Gothic",YuGothic,"Hiragino Kaku Gothic ProN","メイリオ",sans-serif; */
}

a:link{
  color:#333;
  text-decoration:none;
}

a:hover{
  color:#333;
  text-decoration:none;
}

a:active{
  color:#333;
  text-decoration:none;
}

a:visited{
  color:#333;
  text-decoration:none;
}

h1{
  color:#333;
  font-size:1.8em;
}

h2{
  font-size:1.6em;
}

h3{
  color:#333;
  font-size:1.4em;
}

/* layout */
header .header-box {
	background: rgba(255,255,255,0.9);
	margin: 0 auto;
	padding: 12px 0;
	position: relative;
	width: 1000px;
}
header .header-box .logo, header .header-box .tel, header .header-box .header-nav {
	display: inline-block;
}
header .header-box .logo {
	/* padding-top: 10px; */
	padding: 8px 0 0;
}
header .header-box .tel {
	float: right;
	margin-top: 25px;
}
header .header-box .header-nav {
	position: absolute;
	right: 230px;
	top: 35px;
}
header .header-box .header-nav li {
	float: left;
	font-weight: bold;
	margin-left: 45px;
}
.header-box {
	padding-left: 30px;
	padding-top: 7px;
}
.global-nav {
	margin: 0 auto;
	width: 1000px;
	padding: 24px 0;
}
.global-nav ul {
	box-sizing: border-box;
	display: table;
	width: 1000px;
}
.global-nav li {
	box-sizing: border-box;
	display: table-cell;
	text-align: center;
	width: 14.28%;
	list-style: none;
	line-height: 2;
	letter-spacing: 1px;
	font-weight: 500;
}
.global-nav li:hover {
	box-sizing: border-box;
}
.global-nav a {
	color: #333333;
}

main {
	background: #fafafa;
	/*padding-bottom: 70px;*/
}
main #title {
	padding-top: 30px;
	text-align: center;
}
main #title h1 {
	padding-bottom: 30px;
	letter-spacing: 1px;
	padding-top: 20px;
}
main #title h2 {
	padding-top: 10px;
	/* font-family: "游明朝体", "Yu Mincho", YuMincho; */
	font-family: 'Noto Serif JP', serif;

	text-align: center;
}
/* key-img */
.key-img {
	background: #fafafa;
}
.key-img2 {
	background: #E5E5E5;
}

/* ft-inner */
.ft-inner {
	padding-top: 30px;
}
.sec-tit h2 {
	/* font-family: 'Cinzel', serif; */
	font-family: 'Noto Serif JP', serif;

	font-size: 40px;
}

.tel {
	padding-left: 40px;
}
.address {
	/* padding-left: 50px; */
}
.estate {
	margin-bottom: 55px;
	font-size: 14px;
	font-weight: bold;
}
.form {
	padding-right: 20px;
}
.contact-form_bl1 {
	height: 110px;
	border: 1px solid black;
	box-sizing: border-box;
	color: black;
	display: inline-block;
	width: 480px;
}
.contact-form_bl2 {
	height: 120px;
	border: 1px solid black;
	box-sizing: border-box;
	color: black;
	display: inline-block;
	width: 480px;
}
.contact-tel_bl, .contact-form_bl {
	height: 120px;
	border: 1px solid black;
	box-sizing: border-box;
	color: black;
	display: inline-block;
	width: 470px;
}
#contact_bl {
	background-color: #e5e5e5;
	background-size: cover;
	color: black;
	height: 480px;
	width: 100%;
}
.cn-text {
	padding-bottom: 40px;
}
.cn-text2 {
	padding-bottom: 9px;
	padding-top: 28px;
	padding: 20px;
}
.cn-text3 {
	font-size: 2.0rem;
}
.footerlogo {
	float: left;
	padding-left: 60px;
	padding-top: 40px;
}
.sec {
	margin: 0 auto;
	/* height: 100px; */
	padding: 30px 0;
	/* padding-left: 60px; */
	/* width: 70%; */
}
.sec-tb {
    width: 100%;
	/* float: left;
	padding-top: 5px; */
}
.sec-tb tr td {
    display: block;
    width: 100%;
}
.logo-2 {
	float: right;
}
.pagetop {
	float: right;
	position: fixed;
	top: 80%;
	right: 10%;
	z-index: 10;
}

/* header */
body {
	width: 100%;
	min-width: 320px;
	-webkit-text-size-adjust: 100%;
	/* padding-top: 13.3333vw; */
	box-sizing: border-box;
}
header .header-box .tel, header .header-box .header-nav {
	display: none;
}
.pc_only {
	display: none;
}
body.fixing-body {
	position: fixed;
	width: 100%;
	height: 100%;
}
header {
	position: fixed;
	top: 0;
	left: 0;
	background: #ffffff;
	width: 100%;
	height: 60px;
	line-height: 1;
	z-index: 1000;
}
header .header-box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}
header .header-box .logo img {
	/* width: 90%; */
	width: 110px;
	height: auto;
}
header .logo {
	position: absolute;
	top: 0;
	/* left: 4%; */
	width: 28%;
	height: 100%;
	padding: 3.1% 0 0 0;
}
header nav#mainMenu {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 60px 0;
	box-sizing: border-box;
	z-index: 1000;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
header #menuOpen {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	background: #1d2731 url(/img/common/spmenu-on.png) center center no-repeat;
	background-size: 100%;
	width: 60px;
	height: 60px;
	cursor: pointer;
}
header nav #menuClose {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	background: #1d2731 url(/img/common/spmenu-off.png) center center no-repeat;
	background-size: 100%;
	width: 60px;
	height: 60px;
	cursor: pointer;
}
header nav #menuOpen:before, header nav #menuClose:before {
	content: "";
	display: block;
	padding-top: 100%;
}
#menuBg {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.8);
	width: 100%;
	height: 99999px;
	margin: auto;
	cursor: pointer;
	z-index: 100;
}
.global-nav ul {
	width: 100%;
}
.global-nav a,
.global-nav span,
.global-nav ul {
	color: #fff;
}
.global-nav li {
	display: block;
	text-align: left;
	width: 100%;
}
header nav .nav1 {
	position: relative;
	width: 100%;
	margin: 0 0 6.6% 0;
	border-top: 1px solid rgba(255,255,255,0.2);
	box-sizing: border-box;
	background: #333;
}
header nav .nav1 li {
	position: relative;
	width: 100%;
	border-bottom: 1px solid rgba(150,150,150,0.2);
}

header nav .nav1 li.hide {
	border-top: 1px solid rgba(255,255,255,0.2);
}
header nav .nav1 li a {
	position: relative;
	display: block;
	/* padding: 2vw 0 2vw 4vw;
	font-size: 4vw; */
	padding: 5px 0;
    font-size: 16px;
	text-decoration: none;
	text-align: center;
}
span.sp-open{
    position: relative;
    display: block;
    /* padding: 2vw 0 0 4vw;
    font-size: 4vw; */
	padding: 5px 0;
    font-size: 16px;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    line-height: 42px;
}

span.sp-open .sub-menu{
	background-color: #262629;
    margin-left: -15px!important;
    margin-right: 0px;
    padding-left: 10px;
    width: 105%!important;

}

span.active ul.sub-menu{
    display: block !important;
    cursor: pointer;
    width: 100%;
}

ul.nav1 li ul.sub-menu li:last-child{
	border-bottom: 0px;
}
ul.nav1 li ul.sub-menu{
	margin: 0 0 0 -0.6em;
	padding: 0;
}
.pc-open,
.sub-menu {
	display: none !important;
}
nav.global-nav ul li span:after {
	content: "+";
	position: absolute;
    right: 15px;
    top: 6px;
}

nav.global-nav ul li span.active:after {
	content: "－";
	position: absolute;
    right: 15px;
    top: 6px;
}

.global-nav ul {
	box-sizing: border-box;
	display: table;
	width: 1000px;
}

.sp_tel {
	color: #fff;
	text-align: center !important;
	line-height: 1 !important;
	padding: 3vw 0!important;
}
.header_tel {
	font-size: 8vw !important;
	/* font-family: 'Cinzel Decorative', cursive; */
	font-family: 'Noto Serif JP', serif;
	padding: 2vw 0 !important;
}
.sp_engl, .sp_simplified, .sp_merged {
	display: inline-block !important;
	width: 33.3% !important;
}
.sp_engl a, .sp_simplified a, .sp_merged a {
	width: 100% !important;
	padding:2vw 0 !important;
}

.pagetop {
	position: fixed;
	right: 10px;
	bottom: 10px;
	width: 50px;
	height: 50px;
	z-index: 10;
}
.pagetop img {
	width: 50px;
	height: 50px;
	border: 1px solid #fff;
}

.banner_pc{
	display: none;
}

/* 追記 20230509 トピックスnewアイコン */
.new {
	position: relative;
}
.new::after {
	animation: flash 5s linear infinite;
	content: 'NEW';
	display: inline-block;
	position: absolute;
	top: 0;
	right: -55px;
	background: #f00;
	padding: 2px 10px;
	margin: 0 0 0 20px;
	border-radius: 3px;
}
@keyframes flash {
0%, 100% {
	opacity: 1;
}

50% {
	opacity: 0.5;
}
}