@charset "UTF-8";

@import "destyle.css";
@import "parts.css";
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:100,200,300,400,500,600,700&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,200,300,400,500,600,700&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css2?family=Halant:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond&display=swap');



/* ---------------------------------
	Base-PC
--------------------------------- */

*:focus {
outline: none;/* safari フォーカス枠無し */
}


address,caption,cite,code,dfn,em,strong,th,var,dl,dt,dd {
	font-style:normal;
	font-weight:normal;
	font-weight: 400;
}

h1,h2,h3,h4,h5,h6 {
	line-height: 1.3;
}

html {
	font-size: 62.5%;
}

body {
	font-family: serif;
}

.all-wrap {
	font-family:'Noto Serif JP', serif;
	color: #000;
	font-size: 1.8rem;
    line-height: 1.8;
	letter-spacing: 0.05em;
	overflow: hidden;
}

.all-wrap img {
	width: 100%;
	height: auto;
}

.all-wrap a:hover img {
	opacity: 1;
}

hr {
	border-top: 1px solid #999;
}

.cap {
	font-size: 1.1rem;
	line-height: 1.5;
	letter-spacing: 0;
}

.cap-cover {
	position: absolute;
	right: 5px;
	bottom: 5px;
	font-size: 1.1rem;
	line-height: 1.2;
	letter-spacing: 0;
	text-align: right;
	z-index: 5;
}

.cap-cover-wide {
	position: absolute;
	left: 5px;
	bottom: 5px;
	font-size: 1.1rem;
	line-height: 1.2;
	letter-spacing: 0;
	z-index: 5;
}

.cap-cover-left {
	position: absolute;
	left: 5px;
	bottom: 5px;
	font-size: 1.1rem;
	line-height: 1.2;
	letter-spacing: 0;
	z-index: 5;
}

.cap-cover-bg {
	position: absolute;
	right: 0;
	bottom: 0;
	color: #fff;
	font-size: 1.1rem;
	line-height: 1.2;
	letter-spacing: 0;
	text-align: right;
	background-color: rgba( 0, 0, 0, 0.4);
	padding: 2px 5px;
	z-index: 5;
}

.cap-cover-bg-left {
	position: absolute;
	left: 0;
	bottom: 0;
	color: #fff;
	font-size: 1.1rem;
	line-height: 1.2;
	letter-spacing: 0;
	background-color: rgba( 0, 0, 0, 0.4);
	padding: 2px 5px;
	z-index: 5;
}

.cap-cover-bg-white {
	position: absolute;
	right: 0;
	bottom: 0;
	color: #000;
	font-size: 1.1rem;
	line-height: 1.2;
	letter-spacing: 0;
	text-align: right;
	background-color: rgba( 255, 255, 255, 0.8);
	padding: 2px 5px;
	z-index: 5;
}

.txt-sss {
	font-size: 0.625em;
}

.txt-ss {
	font-size: 0.75em;
}

.txt-s {
	font-size: 0.875em;
}

.txt-l {
	font-size: 1.125em;
}

.txt-ll {
	font-size: 1.25em;
}

.txt-lll {
	font-size: 1.375em;
}

.txt-bold {
	font-weight: 500;
}

.txt-italic {
	font-style: italic;
}

.txt-black {
	color: #000!important;
}

.txt-white {
	color: #fff!important;
}

.kr,
.txt-kerning {
	margin: 0 -0.4em;
}

.txt-shadow {
	text-shadow: 0 0 3px #fff;
}

.txt-shadow-strong {
	text-shadow: 0 0 3px #fff,0 0 3px #fff,0 0 3px #fff;
}

.txt-shadow-strong2 {
	text-shadow: 0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff;
}

.txt-white-shadow {
	text-shadow: 0 0 3px #000;
}

.txt-white-shadow-strong {
	text-shadow: 0 0 3px #000,0 0 3px #000,0 0 3px #000;
}

.txt-white-shadow-strong2 {
	text-shadow: 0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000,0 0 3px #000;
}
.f-min {
	font-family:'Noto Serif JP', serif!important;
}

.f-go {
	font-family: 'Noto Sans JP', sans-serif!important;
}

.f-en {
	font-family: 'Halant',serif!important;
}

.f-gara {
	font-family: 'EB Garamond',serif!important;
}

.pc{
	display: block !important;
}
.sp{
	display: none !important;
}

.bt-fade a {
	text-decoration: none;
	transition: all .2s ease;
}
.bt-fade a:hover {
	text-decoration: none;
	opacity: 0.6;
}

.bt-bright-mild a {
	text-decoration: none;
	transition: all .2s ease;
}
.bt-bright-mild a:hover {
	text-decoration: none;
	filter: brightness(110%);
}

.bt-bright a {
	text-decoration: none;
	transition: all .2s ease;
}
.bt-bright a:hover {
	text-decoration: none;
	filter: brightness(120%);
}

.bt-bright-medium a {
	text-decoration: none;
	transition: all .2s ease;
}
.bt-bright-medium a:hover {
	text-decoration: none;
	filter: brightness(140%);
}

.bt-bright-strong a {
	text-decoration: none;
	transition: all .2s ease;
}
.bt-bright-strong a:hover {
	text-decoration: none;
	filter: brightness(160%);
}

/* Safari */
_::-webkit-full-page-media, _:future, :root .bt-bright-mild  a img,
_::-webkit-full-page-media, _:future, :root .bt-bright a img,
_::-webkit-full-page-media, _:future, :root .bt-bright-medium a img,
_::-webkit-full-page-media, _:future, :root .bt-bright-strong a img {transition: all .2s ease;}
_::-webkit-full-page-media, _:future, :root .bt-bright-mild a img:hover {filter: brightness(110%);}
_::-webkit-full-page-media, _:future, :root .bt-bright a img:hover {filter: brightness(120%);}
_::-webkit-full-page-media, _:future, :root .bt-bright-medium a img:hover {filter: brightness(140%);}
_::-webkit-full-page-media, _:future, :root .bt-bright-strong a img:hover {filter: brightness(160%);}


.container-main {
    max-width: 1040px;
	margin: 0 auto;
	padding: 0 20px;
}

.container-main_pc-wide {
	
}

.container-main_sp-wide {
    max-width: 1040px;
	margin: 0 auto;
	padding: 0 20px;
}

.container-main_cap-wide {
	padding: 0 20px;
}




/* ---------------------------------
	 header
--------------------------------- */


header {
	width:100%;
	height: 140px;
	letter-spacing: 0.05rem;
	background: rgba(0, 0, 0, 0.4);
	position: fixed;
	top: 0;
	z-index:1000;
}

.header-wrap {
	display: flex;
	justify-content: space-between;
	padding: 0 20px;
}

h1 {
	position: relative;
	max-width: 325px;
	margin-top: 10px;
}



/********** header-hnav ***********/

nav.header-hnav {

}

nav.header-hnav ul {
	display: flex;
	margin-top: 30px;
}

nav.header-hnav li {
	font-size: 1.5rem;
	line-height: 1.2;
	letter-spacing: 0;
	width: 150px;
	margin-left: 10px;
}

nav.header-hnav li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 40px;
	color: #fff;
	background: #897d76;
	text-align: center;
	text-decoration: none;
	transition: all 0.2s ease;
}

nav.header-hnav li a:hover {
	text-decoration: none;
	filter: brightness(120%);
}





/********** header-gnav ***********/

nav.gnav {
	font-size: 1.4rem;
	letter-spacing: 0.05rem;
	line-height: 1.;
	max-width: 1440px;
	margin: 0 auto;
	margin-top: 10px;
	padding: 0 20px;
}

nav.gnav ul {
	display: flex;
	justify-content: space-between;
}

nav.gnav li {
	display: flex;
	width: 12.5%;
	word-break: break-all;
	position: relative;
	margin-top: 5px;
	margin-bottom: 10px;
}

nav.gnav li::before {
	content: "";
	display: block;
	top: 0;
	bottom: 0;
	height: 100%;
	margin: auto;
	border-left: 1px solid #fff;
}

nav.gnav li:last-child::after {
	content: "";
	display: block;
	top: 0;
	bottom: 0;
	height: 100%;
	margin: auto;
	border-left: 1px solid #fff;
}

nav.gnav li a {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 45px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	transition: all 0.2s ease;
}

nav.gnav li a:hover {
	background: rgba(255,255,255,0.2);
}

#top nav.gnav li:nth-child(1) a,
#access nav.gnav li:nth-child(2) a,
#location nav.gnav li:nth-child(3) a,
#design nav.gnav li:nth-child(4) a,
#value nav.gnav li:nth-child(5) a,
#plan nav.gnav li:nth-child(6) a,
#equipment nav.gnav li:nth-child(7) a,
#initiative nav.gnav li:nth-child(8) a {
	background: rgba(255,255,255,0.2);
}



/********** pc-sidenav ***********/

nav.sidenav-pc {
	position: fixed;
	top: calc(50% - 190px);
	right: 0;
	width: 45px;
	z-index: 1100;
}

nav.sidenav-pc ul {
	display: flex;
	flex-direction: column;
}
	
nav.sidenav-pc ul li {
	display: flex;
	width: 100%;
	height: 190px;
	position: relative;
}
	
nav.sidenav-pc ul li a {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	writing-mode: vertical-rl;
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.2;
	letter-spacing: 0;
	text-align: center;
	text-decoration: none;
	width: 100%;
	transition: all 0.2s ease;
}

nav.sidenav-pc ul li:nth-child(1) a {
	background: #6e6865;
}
	
nav.sidenav-pc ul li:nth-child(2) a {
	background: #4f4844;
}
			
nav.sidenav-pc ul li a:hover {
	text-decoration: none;
	filter: brightness(120%);
}





/* ---------------------------------
	 content-PC
--------------------------------- */

.dammy {
	word-break: break-all;
}

.red {
	color: #f00;
}


.header-01-wrap {
	margin: 0;
	padding: 0;
}

h2 {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-20%);
	color: #fff;
	text-align: center;
	width: 100%;
}

h2 .en {
	font-family: 'Halant',serif;
	font-size: 6.0rem;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-shadow: 0 0 10px #000;

}

h2 .ja {
	font-size: 2.5rem;
	letter-spacing: 0.15em;
	text-shadow: 0 0 10px #000;
	margin-top: 20px;
}

h3 {
	margin-top: 80px;
}

h3 .mk {
	width: 8px;
	height: 8px;
	background: #000;
	border-radius: 50%;
	margin-left: calc(50% - 4px);
}

h3 .txt {
	font-family: 'Halant',serif;
	font-size: 2.5rem;
	text-align: center;
	margin-top: 20px;
}

.txt-head {
	font-size: 3.0rem;
	line-height: 1.6;
	text-align: center;
}

.txt-head-m {
	font-size: 2.7rem;
	line-height: 1.6;
	text-align: center;
}

.txt-head-s {
	font-size: 2.4rem;
	line-height: 1.6;
	text-align: center;
}

.txt-lead {
	text-align: justify;
	margin-top: 40px;
}

.txt-head sup {
	font-size: 0.4em;
	letter-spacing: 0;
	top: -1.5em;
}

.txt-head-m sup {
	font-size: 0.45em;
	letter-spacing: 0;
	top: -1.35em;
}

.txt-head-s sup {
	font-size: 0.5em;
	letter-spacing: 0;
	top: -1.2em;
}




@media only screen and (max-width: 1040px){
.inner-aj {	text-align: justify!important;}
.inner-aj br {	display: none;}
}





.plan_hanrei-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size: 1.1rem;
	margin-top: 40px;
}

.plan_hanrei-wrap li {
	display: flex;
	align-items: center;
	margin-right: 20px;
}

.plan_hanrei-wrap li:nth-child(1) p:nth-child(1) {
	width: 30px;
	height: 10px;
	background: #e8e5e3;
	margin-right: 5px;
}

.plan_hanrei-wrap li:nth-child(2) p:nth-child(1) {
	width: 30px;
	height: 10px;
	background: #f3f0e6;
	margin-right: 5px;
}

.plan_hanrei-wrap li:nth-child(3) p:nth-child(1) {
	width: 36px;
	margin-bottom: 12px;
	margin-right: 5px;
}

.plan_hanrei-wrap li:nth-child(4) p:nth-child(1) {
	width: 36px;
	margin-bottom: 12px;
	margin-right: 5px;
}

.plan_hanrei-cap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size: 1.1rem;
	margin-top: 10px;
}

.plan_hanrei-cap li {
	margin-right: 1.5em;
}


.swipe {
	display: none;
}

.video {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}




/* ---------------------------------
	 footer
--------------------------------- */

.footer-bg {
	position: relative;
	background: #fff;
	z-index: 20;
}

.footer-cap {
	font-size: 1.1rem;
    line-height: 1.5;
	letter-spacing: 0;
	text-align: justify;
	padding-top: 100px;
}

.footer-entry {
	padding-top: 80px;
}

.footer-entry-copy {
	margin-top: 50px;
}

.footer-entry-copy .ttl {
	font-size: 3.0rem;
	text-align: center;
}

.footer-entry-copy .txt {
	font-size: 1.6rem;
	text-align: center;
	margin-top: 20px;
}

.footer-entry-copy .txt .ker {
	margin-right: 0.01em;
}

.footer-entry-copy2 {
	margin-top: 80px;
}

.footer-entry-copy2 .ttl {
	font-size: 2.0rem;
	text-align: center;
}

.footer-entry-copy2 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 40px;
}

.footer-entry-copy2 ul li.cont {
	width: 28%;
}

.footer-entry-copy2 dl {
	text-align: center;
	line-height: 1.5;
}

.footer-entry-copy2 dt {
	font-family: 'Halant',serif;
	font-size: 2.2rem;
}

.footer-entry-copy2 dd:nth-of-type(1) {
	font-size: 2.0rem;
	border-bottom: 1px solid #666;
	padding-bottom: 15px;
}

.footer-entry-copy2 dd:nth-of-type(2) {
	font-size: 1.4rem;
	margin-top: 20px;
}

.footer-entry-copy2 ul li.line {
	width: 4%;
	margin-left: 1%;
	margin-right: 3%;
}

.footer-entry-copy2 .line p:nth-child(1) {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 50%;
    background-image: linear-gradient(to right top, transparent 49.5%, #000 49.5%, #000 50.5%, transparent 50.5%);
}

.footer-entry-copy2 .line p:nth-child(2) {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 50%;
    background-image: linear-gradient(to left top, transparent 49.5%, #000 49.5%, #000 50.5%, transparent 50.5%);
}

nav.footer-entry-bt {
	margin-top: 40px;
}

nav.footer-entry-bt ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

nav.footer-entry-bt ul li {
	width: 42%;
}

nav.footer-entry-bt ul li a {
	width: 100%;
	color: #fff;
	line-height: 1.2;
	text-align: center;
	background-color: #6e6865;
	background-image: url("/content/dam/31sumai/mfr/G2302/assets/images/common/mk_arrow1.png");
	background-position: right 5% center;
	background-repeat: no-repeat;
	background-size: 10px auto;
	padding: 15px 0;
	display: block;
	transition: all 0.3s ease;
	text-decoration: none;
}

nav.footer-entry-bt ul li a .en {
	font-family: 'Halant',serif;
	font-size: 3.2rem;
	font-weight: 300;
	letter-spacing: 0.1em;
}

nav.footer-entry-bt ul li a .ja {
	font-size: 1.4rem;
}

nav.footer-entry-bt ul li  a:hover {
	filter: brightness(130%);
}

nav.footer-entry-bt.second ul li a {
	background-color: #4f4844;
}

.footer-tel {
	background: #e1dedd;
}

.footer-tel-wrap {
	letter-spacing: 0;
	text-align: center;
	padding: 50px 0;
	margin-top: 80px;
}

.footer-tel-wrap li:nth-child(1) {
	font-size: 2.5rem;
	line-height: 1.3;
}

.footer-tel-wrap li:nth-child(2) {
	color: #8e7d76;
	font-size: 1.3rem;
}

.footer-tel-wrap li:nth-child(3) {
	font-size: 1.4rem;
	margin-top: 20px;
}

.footer-tel-wrap li:nth-child(4) {
	font-size: 4.0rem;
	margin: 0 15px;
	margin-top: 5px;
}

.footer-tel-wrap li:nth-child(5) {
	font-size: 1.2rem;
	margin-top: 5px;
}

.footer-tel-wrap a {
	text-decoration: none;
}

.footer-tel-wrap a:hover {
	color: #000;
}

.footer-tel-wrap a div {
	display: flex;
	justify-content: center;
	align-items: center;
	letter-spacing: 0;
	line-height: 1.0;
	margin: 0 auto;
}

.footer-tel-wrap a div::before {
	content: "";
	display: block;
	background-image: url("/content/dam/31sumai/mfr/G2302/assets/images/common/icon_freedial.svg");
	background-size: cover;
	width: 49px;
	height: 28px;
	margin-right: 4px;
	margin-top: 6px;
}




/* ---------------------------------
	 PC 現地案内図 modal
--------------------------------- */

.b-annaizu_modal .box .b-head .b-logo img {
	width: 400px;
}

.b-annaizu_modal .box .b-head .b-print .b-btn a {
	background-color: #6e6865!important;
}

.b-annaizu_modal .box .b-ttl {
	font-size: 2.0rem;
	margin-top: 20px;
}

.b-annaizu_modal .box .b-close_gmap .b-btn:nth-child(1) a {
	background-color: #6e6865!important;
}




/* ---------------------------------
	page-top
--------------------------------- */



/*
footer #copyright .btn_pagetop {
	display: none;
}


#page-top {
	position: fixed;
	bottom: 0px;
	right: 0px;
	width: 60px;
	z-index: 800;
    display: none;
}

#page-top a {
	transition: all .2s ease;
}

#page-top a:hover {
	opacity: 0.4;
}

*/







/* ---------------------------------
	 PC　TEL無効
--------------------------------- */

@media (min-width: 768px) {
	
a[href*="tel:"] {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
}
	
}
















