@charset "UTF-8";

/*
Theme Name: KISHIN ORDER NAVI テーマ
Theme URI: 
Author: 
Author URI: 
Description: 
Requires at least: 
Tested up to: 
Requires PHP: 
Version: 
License: 
License URI: 
Text Domain: 
Tags: 
*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;900&family=Sonsie+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=BIZ+UDPGothic:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+2:wght@100..900&display=swap');

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");


body {
	margin:0;
	padding:0;
	font-family: 'Noto Sans JP', sans-serif;
/*	font-family: 'BIZ UDPGothic', sans-serif; */
	font-size:17px;
	line-height:1.4;
	color:#222;
	background:#fff;
	overflow-y:scroll;
}

nav {
	margin: 0;
	padding: 0;
}

p {
	display:inline;
	margin:0;
	padding:0;
}

img {
	pointer-events:none;
	max-width:100%;
	max-height:100%;
}

input::placeholder,
textarea::placeholder {
	color:#ccc !important;
}


.textindent {
	text-indent:-1em;
	padding-left:1em;
}

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

.font-eb {
	font-family: "EB Garamond", serif;
}

.dnone {
	display:none;
}


/*menubar
---------------------------------------------------------------------------*/
#menubar {
	position:fixed;
	top:0;
	left:-100vw;
	width: 100%;
	height: 100%;
	z-index: 100;
	overflow: auto;
	padding: 0;
	text-align: center;
	opacity:0;
	transition: 0.3s;
}

#menubar.db {
	left: 0px;
	opacity:1;
	background: rgba(0,20,40,0.8);
	color: #fff;
}

#menubar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menubar a {
	display:block;
	text-align:left;
	color: #fff;
	padding: 15px 0 15px 15px;
	border-bottom:1px solid #444;
	transition: 0.3s;
}

#menubar ul ul a {
	padding: 15px 0 15px 35px;
}

#menubar ul ul a:before {
	font: var(--fa-font-solid);
	content:"\f105";
	margin-right:0.5em;
}

#menubar a:hover {
	background-color:rgba(120,120,120,0.8);
	text-decoration:none;
}

/*３本バーアイコン
---------------------------------------------------------------------------*/
#menubar_hdr {
	position: fixed;
	z-index: 200;
	cursor: pointer;
	right: 0;
	top: 0;
	padding: 16px 14px;
	width: 50px;
	height: 50px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	order: 0;
	background: rgba(0,0,0,0.5);
}

#menubar_hdr span {
	display: block;
	transition: 0.3s;
	border-top: 2px solid #fff;
}

#menubar_hdr.ham span:nth-of-type(1),
#menubar_hdr.ham span:nth-of-type(3) {
	transform-origin: center center;
	width: 26px;
}

#menubar_hdr.ham span:nth-of-type(1){
	transform: rotate(45deg) translate(6px, 6px);
}

#menubar_hdr.ham span:nth-of-type(3){
	transform: rotate(-45deg) translate(6px, -6px);
}

#menubar_hdr.ham span:nth-of-type(2){
	opacity:0;
}



#main {
	background-color:#fff;
	min-height: calc(100svh - 400px);
}

/* ---  #HEADER -----------------------------------------------------------------------*/
#header {
	position:fixed;
	display:flex;
	align-items:center;
	justify-content:space-between;
	top:0;
	left:0;
	width:100%;
	height:60px;
	min-width:1200px;
	padding:5px 10px 5px 70px;
	background-color:rgba(234,231,219,0.9);
	z-index:10;
}

#header .headerlogoimg {
	width:260px;
}


/* ---  #MENU -------------------------------------------------------------------------*/
#menu {
	padding:10px 20px 0 10px;
}

#menu ul {
	display:flex;
	list-style:none;
	margin:0;
	padding:0;
}

#menu ul li {
	position:relative;
	margin:0 5px;
}

#menu ul li a {
	position:relative;
	display:block;
	padding:10px 15px;
	text-align:center;
	white-space:nowrap;
	font-size:0.9em;
	color:#444;
	font-weight:700;
	transition: all 0.5s;
}

#menu ul li a:hover {
	text-decoration:none;
}

#menu ul li > a.menu:hover {
	color:#000;
}

#menu ul li a.contact {
	background-color:#fbc734;
}



.menu-icon {
	font-size:9vw;
}

@keyframes menuanim {
	0% {
		margin-top:-10px;
		opacity:0;
	}
	100% {
		margin-top:0;
		opacity:1;
	}
}


/* --- icatch ------------------------------------------------------------------------ */
.icatch {
	position:relative;
	padding-top:65px;
	width:100%;
	height:400px;
	overflow:hidden;
}

.top-icatch {
	min-height:300px;
	max-height:100svh;
	width:100%;
	height: auto;
	aspect-ratio:5 / 3;
	overflow:hidden;
}

.top-header-img {
	position:absolute;
	top:0;
	left:0;
}

.top-header-img img {
	width:100%;
	object-fit:cover;
	object-position: center bottom;
}

.header-img {
	position:absolute;
	top:65px;
	left:0;
	width:100%;
	height:335px;
}

.header-img-bg {
	position:fixed;
	top:65px;
	width:100%;
	height:335px;
	z-index:-1;
}

.header-img img {
	width:100%;
	object-fit:cover;
	object-position: 50% 50%;
}

.header-waku {
	display:flex;
	align-items:center;
	position:absolute;
	top:120px;
	left:50%;
	margin-left:-600px;
	width:1200px;
}



#container {
	width:100%;
	min-width:1200px;
}

.contents {
	width:100%;
	max-width:1200px;
	margin:10px auto;
}


.section {
	margin:0 auto;
	width:1200px;
}

.section-full {
	margin:0 auto;
	max-width:2000px;
}

.pagesection {
	padding-top:80px;
}

.mainlogodiv {
	width:1200px;
	padding-top:150px;
}

.mainlogo {
	width:350px;
}

.mainlogo-l {
	flex:1;
}

.mainlogo-r {
	flex:1;
}

.main-sim {
	position:relative;
	display:block;
	margin:20px auto;
	width:100%;
	padding:1em;
	color:#222;
	text-align:center;
	font-weight:bold;
	border:2px solid #222;
	background-color:#fff;
	transition:all 0.3s;
}

.main-sim:hover {
	color:#222;
	text-decoration:none;
}

.main-sim:after {
	content:"→";
	position:absolute;
	top: calc(50% - 0.7em);
	color:#fbc734;
	right:1.5em;
	transition:all 0.3s;
}

.main-sim:hover:after {
	right:1.2em;
}

.bg-black {
	padding:10px;
	background-color:#000;
	
}

.top_img01 {
	margin:0 auto;
	width:900px;
}

.top_img02 {
	margin:0 auto;
	width:900px;
}

.bg01 {
	width:100%;
	height:auto;
	aspect-ratio: 16 / 9;
	background-color:#000;
}

.bg02 {
	position:relative;
	width:100%;
	height: calc(100svh - 60px);
}

#viewimg {
	width:100%;
	height: calc(100svh - 60px);
}

.viewwaku {
	position:absolute;
	display:flex;
	justify-content:center;
	align-items:center;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:rgba(255,255,255,0.2);
	z-index:1000;
}

.viewwaku-none {
	z-index:-1;
}

.viewwaku div {
	padding:1em;
	color:#000;
	width:400px;
	max-width:80%;
	text-align:center;
	background-color:rgba(255,255,255,0.9);
}

.viewwaku-end {
	position:absolute;
	right:0;
	bottom:150px;
	padding:1em;
	color:#fff;
	background-color:rgba(0,0,0,0.5);
	cursor:pointer;
	z-index:1000;
}

.viewwaku-end-none {
	display:none;
}

.psv-download-button {
	display:none;
}


.bg03 {
	background-color:#000;
}

.bg04 {
	background:#fff url(images/squared-paper-texture.jpg);
}

.title01 {
	text-align:center;
	font-size:2em;
	font-weight:bold;
}

.title-img {
	margin:20px auto;
	text-align:center;
	height:3.5rem;
}

.title-img img {
	height:3.5rem;
}

.subtitle01 {
	text-align:center;
	font-size:1.8em;
	font-weight:bold;
}

.subtitle02 {
	text-align:center;
	font-size:0.8em;
	font-weight:bold;
}

.subtitle03 {
	text-align:center;
	font-size:1.2em;
	font-weight:bold;
}

.line-top-bottom {
	margin:2em 0;
	padding:2em 0;
	line-height:1.6;
	border-top:2px solid #222;
	border-bottom:2px solid #222;
}

.simdiv {
	height:70px;
	color:#fff;
	padding:0 2em;
	background-color:#000;
	border-top:2px solid #fbc734;
	font-size:0.8em;
}

.simwaku {
	width:30px;
	height:70px;
	background:url(images/sim-waku.png) top center no-repeat;
}

.flex1 {
	flex:1;
}


.abtn {
	display:block;
	position:relative;
	font-size:1.2rem;
	padding:1.2em;
	color:#ddd;
	font-weight:bold;
	text-align:center;
	background-color:#000;
	transition:all 0.3s;
}

.abtn:hover {
	color:#fff;
	text-decoration:none;
}

.abtn:after {
	content:"→";
	position:absolute;
	top: calc(50% - 0.8em);
	right:1.5em;
	transition:all 0.3s;
}

.abtn:hover:after {
	right:1em;
}


.bg1 {
	background-color:rgb(223,223,223);
}

h2 {
	font-size:2em;
	font-weight:bold;
}

.newstitle {
	width:400px;
	padding:1em;
	text-align:center;
}

.newsdata {
	width:700px;
}

.newsdl {
	margin:0;
	padding:0.8em 0;
	border-bottom:1px solid #888;
}

.newsdl dt {
	display:block;
	font-weight:400;
}

.newskoumokutitle {
	cursor:pointer;
}

.newskoumokutitle:hover {
	text-decoration:underline;
}

.newscmt {
	display:none;
	margin:2px 1px;
	border:1px solid #ccc;
	padding:3px;
}


.badge-news {
	display:inline-block;
	border-radius:0.25em;
	margin-left:0.2em;
	padding:0 0.5em;
	font-size:0.7em;
	font-weight:bold;
	background-color:#f22;
	line-height:1.5;
	color:#fff;
	vertical-align:0.5em;
}

.newsdl dd {
	margin-left:1em;
	flex:1;
}

.newsdl dd a {
	color:#333;
}

.newsdl dd a:hover {
	color:#333;
}

.simkakuninbtn {
	width:300px;
	font-size:1.1em;
}

.kakunindentaku {
	position:relative;
	padding-left:10px;
}

.dentakuimg {
	position:absolute;
	top:-30px;
	left:-70px;
	width:70px;
}

.simdialog {
	margin: 0 auto;
	max-width: calc(100% - 10px);
	width:700px;
}


.sekisantable {
	white-space:nowrap;
}

.sekisantable th {
	width:6em;
	text-align:center;
	padding:3px 15px;
	border-bottom:1px solid #bbb;
}

.sekisantable td {
	padding:3px 15px;
	border-bottom:1px solid #bbb;
}


.sonotatable {
}

.sonotatable th {
	width:8em;
	text-align:center;
	padding:3px 15px;
}

.sonotatable td {
	padding:3px 15px;
}

.mtitle {
	font-size:1.1em;
	color:#080;
}


#footercontact {
	display:flex;
	align-items:center;
	justify-content:center;
	background:url("images/footer_contact_bg.jpg") bottom center no-repeat;
	background-size:contain;
	width:100%;
	height:auto;
	aspect-ratio:20 / 9;
}

.footercontant-title {
	width:5.5em;
	font-size:3.2em;
	font-weight:700;
	text-align:center;
	margin:0 auto 0.3em auto;
	padding-bottom:0.1em;
	color:rgb(155,29,54);
}

.footercontant-subtitle {
	text-align:center;
	font-size:0.9em;
	margin-bottom:2em;
}

.footer-tel {
	margin:0.5em 0;
	font-size:2.5em;
}


.footer-contact {
	font-weight:bold;
	font-size:1.4em;
	padding:0.5em 1.5em;
}

.footer-contact > i {
	font-size:1.8em;
}

.footerlogo img {
	height:1.6em;
}



#footer {
	padding:20px 5px;
	border-top:3px solid #000;
	background-color:#fbc734;
	color:#222;
}

#footData {
	max-width:1200px;
	margin:0 auto;
	padding:20px 0;
}

.footercmt {
	font-size:0.8em;
}



.footerlogoimg {
	width:200px;
}

.footermenu {
	display:flex;
	justify-content:center;
}

.footermenu ul {
	display:flex;
	list-style: none;
	margin: 0;
	padding: 0;
}

.footermenu ul li {
	display:block;
	margin:0;
	padding:5px 0 5px 10px;
}

.footermenu ul li a {
	display:block;
	font-size:0.9em;
	padding:0.8em 1.2em;
	font-weight:bold;
	color:#222;
	transition: all 0.5s;
}

.footermenu ul li a:hover {
	color:#000;
	text-decoration:none;
}

.footermenu ul li a.contact {
	color:#ddd;
	background-color:#000;
}

.footermenu ul li a.contact:hover {
	color:#fff;
}



.footer-icon {
	font-size:1.7em;
}

.copyright {
	text-align:center;
	padding:10px 0;
	font-size:0.8em;
	color:#222;
}

#pageTop {
	display:none;
	position:fixed;
	bottom:50px;
	right:50px;
	z-index:1000;
}

.noimage {
	display:flex;
	align-items:center;
	justify-content:center;
	color:#fff;
	width:100%;
	aspect-ratio: 5 / 3;
	background-color:#333;
}

.catebadge-title {
	display:inline-block;
	padding:3px 12px;
	color:#333;
	background-color:#fbc734;
	border:1px solid #fbc734;
}

.catebadge {
	display:inline-block;
	margin-left:8px;
	padding:3px 12px;
	color:#333;
	background-color:rgba(255,255,255,0.8);
	border:1px solid #333;
}


.workscard {
	position:relative;
	display:block;
	width:33%;
	padding:5px;
	color:#333;
	transition:all 0.3s;
}

.workscard:hover {
	color:#333;
	text-decoration:none;
	opacity:0.8;
}

.works-new {
	position:absolute;
	top:-10px;
	left:-8px;
	width:80px;
}

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

.workdate {
	font-size:0.9em;
}

.worktitle {
	font-size:1.1em;
	font-weight:bold;
}

.worksimg {
	width:100%;
	aspect-ratio: 5 / 3;
	overflow:hidden;
}


.blogcard {
	position:relative;
	display:block;
	width:33%;
	padding:5px;
	color:#333;
	transition:all 0.3s;
}

.blogcard:hover {
	color:#333;
	text-decoration:none;
	opacity:0.8;
}

.blogdate {
	font-size:0.9em;
}

.blogtitle {
	font-size:1.05em;
	font-weight:bold;
}

.blogimg {
	width:100%;
	aspect-ratio: 5 / 3;
	overflow:hidden;
}



/* --- パソコン ---------------------------------------------------------------------- */
@media screen and (min-width: 576px) {
	.sp {
		display:none;
	}
	
	#menubar,
	#menubar_hdr {
		display:none;
	}
}

/* --- スマホ ------------------------------------------------------------------------ */
@media screen and (max-width: 575px) {
	.pc {
		display:none;
	}
	
	#header {
		min-width:100%;
		padding:0 10px 0 20px;
		height:50px;
	}
	
	#header .headerlogoimg {
		width:180px;
	}
	
	#menu {
		display:none;
	}
	
	#main {
		background-color:#fff;
		min-height: calc(100svh - 300px);
	}
	#container {
		min-width:100%;
	}
	
	.icatch {
		padding-top:0;
		width:100%;
		height:300px;
	}
	
	.top-icatch {
		padding-top:0;
		height: 100svh;
		min-height: 600px;
		max-height: 100svh;
		/*aspect-ratio:1 / 2;*/
	}
	
	.top-header-img {
		top:0;
		width:100%;
		height: 100svh;
	}
	
	.top-header-img img {
		width:100%;
		height:100%;
		max-width:none;
	}
	
	.header-img {
		top:0;
		height: 300px;
	}
	
	.header-img img {
		width:100%;
		height:100%;
		max-width:none;
	}
	
	.header-img-bg {
		top:50px;
	}
	
	.header-waku {
		top:100px;
		left:5px;
		margin-left:0;
		width:100%;
	}
	
	.header-title {
		font-size:2em;
		color:#fff;
		margin-left:20px;
	}
	
	.section {
		width:100%;
	}

	.newstitle {
		width:100%;
	}
	
	.newsdata {
		width:100%;
	}
	
	
	.mainlogodiv {
		width:100%;
		padding-top:20px;
	}
	
	.mainlogo {
		margin: 0 auto;
		padding: 10px 0;
		width: 80%;
	}
	
	.mainlogo-l {
		margin: 0 auto;
		padding: 10px 0;
		width: 80%;
	}
	
	.mainlogo-r {
		margin: 0 auto;
		padding: 10px 0;
		width: 80%;
	}
	
	.bg01 {
		position:relative;
		margin-top:50px;
		background-size:cover;
		aspect-ratio: 8 / 5;
		height:auto;
		overflow:hidden;
	}
	
	#openmvsp {
		position:absolute;
		left:50%;
		margin-left:-60vw;
	}
	
	.viewwaku-end {
		bottom:100px;
	}
	
	.top_img01 {
		margin:0 auto;
		padding:10px 0;
		width:95%;
	}
	
	.top_img02 {
		margin:0 auto;
		width:85%;
	}
	.simwaku {
		display:none;
	}
	
	.simdialog {
		width: calc(100% - 10px);
	}
	
	#footercontact {
		display:flex;
		align-items:center;
		justify-content:center;
		background-size:cover;
		width:100%;
		height:auto;
		aspect-ratio:5 / 6;
	}
	
	.footer-tel {
		margin:0.5em 1em;
	}
	
	.footer-contact {
		font-size:1.2em;
		padding:0.5em 1.2em;
	}
	
	.workscard {
		display:block;
		margin: 5px;
		width: calc(100% - 10px);
		padding:5px;
		border:1px solid #aaa;
		color:#333;
	}
	
	.blogcard {
		display:block;
		margin: 5px;
		width: calc(100% - 10px);
		padding:5px;
		border:1px solid #aaa;
		color:#333;
	}
	
	
	/* inview用 */
	
	#pageTop {
		bottom:20px;
		right:20px;
	}
	
}


/* --- inview -------------------------------------------------------------------*/
/*upスタイル
---------------------------------------------------------------------------*/
/*待機*/
.up {
	position: relative;
	opacity: 0;
	bottom: -40px;
	transition: 1s;
}

/*アクション*/
.upstyle {
	bottom: 0px;
	opacity: 1;
}

/*downスタイル
---------------------------------------------------------------------------*/
/*待機*/
.down {
	position: relative;
	opacity: 0;
	top: -30px;
	transition: 1s;
}

/*アクション*/
.downstyle {
	top: 0px;
	opacity: 1;
}

/*leftスタイル
---------------------------------------------------------------------------*/
/*待機*/
.left {
	position: relative;
	opacity: 0;
	left: -30px;
	transition: 1s;
}

/*アクション*/
.leftstyle {
	left: 0px;
	opacity: 1;
}


/*rightスタイル
---------------------------------------------------------------------------*/
/*待機*/
.right {
	position: relative;
	opacity: 0;
	right: -30px;
	transition: 1s;
}

/*アクション*/
.rightstyle {
	right: 0px;
	opacity: 1;
}
